/*!
Theme Name: The Academy of Culinary Nutrition
Theme URI: http://culinarynutrition.com
Description: A WordPress theme for the Academy of Culinary Nutrition, by Meghan Telpner
Version: 1.0
Author: Terence Devine & Sean Michael
Author URI: http://ligcreative.com
Tags: clean, educational, white
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/******************************
= Initial
******************************/
*, *:before, *:after {
  box-sizing: border-box; }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1, .serif-title {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/******************************
= Typography
******************************/
/******************************
= Colors
******************************/
/******************************
= Media Queries Size
******************************/
/**
 * Generates a bunch of convenience color-classes.
 *
 * @param $color     the hex/rgb value.
 * @param $colorname the name to be interpolated into the CSS class.
 */
.c-primary {
  color: #007d99; }

.c-primary .icon {
  fill: #007d99; }

.bg-primary, .excerpt.bg-primary {
  background-color: #007d99; }

.bg-primary-darken {
  background-color: #00758f; }

.border-primary {
  border: 1px solid #007d99; }

.underline.underline--primary {
  color: #007d99;
  border-bottom: 3px solid rgba(0, 125, 153, 0.5);
  box-shadow: inset 0 -3px 0 rgba(0, 125, 153, 0.5); }
  .underline.underline--primary:hover {
    color: #005366;
    border-bottom: 3px solid rgba(0, 83, 102, 0.5);
    box-shadow: inset 0 -3px 0 rgba(0, 83, 102, 0.5); }

.c-primary-white {
  color: #d9d9de; }

.c-primary-white .icon {
  fill: #d9d9de; }

.bg-primary-white, .excerpt.bg-primary-white {
  background-color: #d9d9de; }

.bg-primary-white-darken {
  background-color: #d4d4d9; }

.border-primary-white {
  border: 1px solid #d9d9de; }

.underline.underline--primary-white {
  color: #d9d9de;
  border-bottom: 3px solid rgba(217, 217, 222, 0.5);
  box-shadow: inset 0 -3px 0 rgba(217, 217, 222, 0.5); }
  .underline.underline--primary-white:hover {
    color: #bebec6;
    border-bottom: 3px solid rgba(190, 190, 198, 0.5);
    box-shadow: inset 0 -3px 0 rgba(190, 190, 198, 0.5); }

.c-secondary {
  color: #738c1f; }

.c-secondary .icon {
  fill: #738c1f; }

.bg-secondary, .excerpt.bg-secondary {
  background-color: #738c1f; }

.bg-secondary-darken {
  background-color: #6c841d; }

.border-secondary {
  border: 1px solid #738c1f; }

.underline.underline--secondary {
  color: #738c1f;
  border-bottom: 3px solid rgba(115, 140, 31, 0.5);
  box-shadow: inset 0 -3px 0 rgba(115, 140, 31, 0.5); }
  .underline.underline--secondary:hover {
    color: #516216;
    border-bottom: 3px solid rgba(81, 98, 22, 0.5);
    box-shadow: inset 0 -3px 0 rgba(81, 98, 22, 0.5); }

.c-tertiary {
  color: #da521f; }

.c-tertiary .icon {
  fill: #da521f; }

.bg-tertiary, .excerpt.bg-tertiary {
  background-color: #da521f; }

.bg-tertiary-darken {
  background-color: #d14f1e; }

.border-tertiary {
  border: 1px solid #da521f; }

.underline.underline--tertiary {
  color: #da521f;
  border-bottom: 3px solid rgba(218, 82, 31, 0.5);
  box-shadow: inset 0 -3px 0 rgba(218, 82, 31, 0.5); }
  .underline.underline--tertiary:hover {
    color: #ad4119;
    border-bottom: 3px solid rgba(173, 65, 25, 0.5);
    box-shadow: inset 0 -3px 0 rgba(173, 65, 25, 0.5); }

.c-yellow {
  color: #fbaa19; }

.c-yellow .icon {
  fill: #fbaa19; }

.bg-yellow, .excerpt.bg-yellow {
  background-color: #fbaa19; }

.bg-yellow-darken {
  background-color: #fba60f; }

.border-yellow {
  border: 1px solid #fbaa19; }

.underline.underline--yellow {
  color: #fbaa19;
  border-bottom: 3px solid rgba(251, 170, 25, 0.5);
  box-shadow: inset 0 -3px 0 rgba(251, 170, 25, 0.5); }
  .underline.underline--yellow:hover {
    color: #dd8f04;
    border-bottom: 3px solid rgba(221, 143, 4, 0.5);
    box-shadow: inset 0 -3px 0 rgba(221, 143, 4, 0.5); }

.c-gray {
  color: #7c7d80; }

.c-gray .icon {
  fill: #7c7d80; }

.bg-gray, .excerpt.bg-gray {
  background-color: #7c7d80; }

.bg-gray-darken {
  background-color: #77787b; }

.border-gray {
  border: 1px solid #7c7d80; }

.underline.underline--gray {
  color: #7c7d80;
  border-bottom: 3px solid rgba(124, 125, 128, 0.5);
  box-shadow: inset 0 -3px 0 rgba(124, 125, 128, 0.5); }
  .underline.underline--gray:hover {
    color: #636466;
    border-bottom: 3px solid rgba(99, 100, 102, 0.5);
    box-shadow: inset 0 -3px 0 rgba(99, 100, 102, 0.5); }

.c-gray-body {
  color: #231f20; }

.c-gray-body .icon {
  fill: #231f20; }

.bg-gray-body, .excerpt.bg-gray-body {
  background-color: #231f20; }

.bg-gray-body-darken {
  background-color: #1e1a1b; }

.border-gray-body {
  border: 1px solid #231f20; }

.underline.underline--gray-body {
  color: #231f20;
  border-bottom: 3px solid rgba(35, 31, 32, 0.5);
  box-shadow: inset 0 -3px 0 rgba(35, 31, 32, 0.5); }
  .underline.underline--gray-body:hover {
    color: #080707;
    border-bottom: 3px solid rgba(8, 7, 7, 0.5);
    box-shadow: inset 0 -3px 0 rgba(8, 7, 7, 0.5); }

.c-gray-light {
  color: #dfe1e6; }

.c-gray-light .icon {
  fill: #dfe1e6; }

.bg-gray-light, .excerpt.bg-gray-light {
  background-color: #dfe1e6; }

.bg-gray-light-darken {
  background-color: #d9dce2; }

.border-gray-light {
  border: 1px solid #dfe1e6; }

.underline.underline--gray-light {
  color: #dfe1e6;
  border-bottom: 3px solid rgba(223, 225, 230, 0.5);
  box-shadow: inset 0 -3px 0 rgba(223, 225, 230, 0.5); }
  .underline.underline--gray-light:hover {
    color: #c2c6d0;
    border-bottom: 3px solid rgba(194, 198, 208, 0.5);
    box-shadow: inset 0 -3px 0 rgba(194, 198, 208, 0.5); }

.c-gray-x-light {
  color: #f0f2f7; }

.c-gray-x-light .icon {
  fill: #f0f2f7; }

.bg-gray-x-light, .excerpt.bg-gray-x-light {
  background-color: #f0f2f7; }

.bg-gray-x-light-darken {
  background-color: #e9ecf3; }

.border-gray-x-light {
  border: 1px solid #f0f2f7; }

.underline.underline--gray-x-light {
  color: #f0f2f7;
  border-bottom: 3px solid rgba(240, 242, 247, 0.5);
  box-shadow: inset 0 -3px 0 rgba(240, 242, 247, 0.5); }
  .underline.underline--gray-x-light:hover {
    color: #cfd5e5;
    border-bottom: 3px solid rgba(207, 213, 229, 0.5);
    box-shadow: inset 0 -3px 0 rgba(207, 213, 229, 0.5); }

.grid:after, .no-float[class*='grid-']:after, .cat-list:after, .filters-list:after, .filters-sub:after, .read-more:after,
.read-more-content:after, .header:after, .header-wrap:after, .nav-secondary-wrap:after, .header-newsletter:after, .header-newsletter .header-form:after, .hero .hero-form-list:after, .praise-cite:after, .blog-auth:after, .product .product-auth:after, .author-info:after, .author-social-link:after, .sensei-course.wootheme-product .user-bio-wrapper .user-social-link:after, .author-skill:after, .meet-social .social-links:after, .more-blog-header:after, .rte .post-tags:after,
.post-tags:after, .learning-course:after, .nav-social:after, .nav-footer ul:after, .footer-bottom:after, .sensei-course.wootheme-product .enroll:after, .woocommerce .lined-bg:after, .woocommerce .product-type-grouped .group-box:after, #review_form #respond:after, p.stars:after, .woocommerce .col2-set:after, .woocommerce-page .col2-set:after, .woocommerce form .form-row:after, .woocommerce-page form .form-row:after, .ig-grid:after, .keep-learning:after,
.praise:after,
.wisdom:after,
.academy-numbers:after, .promo-spot__link:after, .buttons-callout:after,
.clearfix:after,
.author-byline:after,
.woocommerce .products:after,
.product .lined-bg:after,
.woocommerce .shop_table tr.cart_item .product-name dl.variation:after,
.woocommerce .shop_table.cart tr.cart_item .product-name dl.variation:after,
.join-community-wrapper:after,
.pricing-chart-mobile__row:after,
.pricing-chart-mobile__footer:after {
  content: '';
  display: table;
  clear: both; }

.header-newsletter .gfield_label, .horizontal-form .gfield_label, .rte .gform_body .gform-hide .gfield_label, .ginput_complex label, .modal-white.rte .login-username label,
.modal-white.rte .login-password label, .modal-white.rte .gform_body .gfield_label, .expert-login form label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.header-newsletter .focusable.gfield_label:active, .horizontal-form .focusable.gfield_label:active, .rte .gform_body .gform-hide .focusable.gfield_label:active, .ginput_complex label.focusable:active, .modal-white.rte .login-username label.focusable:active,
.modal-white.rte .login-password label.focusable:active, .modal-white.rte .gform_body .focusable.gfield_label:active, .expert-login form label.focusable:active,
.header-newsletter .focusable.gfield_label:focus,
.horizontal-form .focusable.gfield_label:focus,
.rte .gform_body .gform-hide .focusable.gfield_label:focus,
.ginput_complex label.focusable:focus,
.modal-white.rte .login-username label.focusable:focus,
.modal-white.rte .login-password label.focusable:focus,
.modal-white.rte .gform_body .focusable.gfield_label:focus,
.expert-login form label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: Sentinel-Black;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Sentinel-Black.otf") format("opentype"); }

@font-face {
  font-family: Sentinel-BlackItal;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Sentinel-BlackItal.otf") format("opentype"); }

@font-face {
  font-family: Sentinel-Bold;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Sentinel-Bold.otf") format("opentype"); }

@font-face {
  font-family: Sentinel-BoldItal;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Sentinel-BoldItal.otf") format("opentype"); }

@font-face {
  font-family: Sentinel-Book;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Sentinel-Book.otf") format("opentype"); }

@font-face {
  font-family: Sentinel-BookItal;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Sentinel-BookItal.otf") format("opentype"); }

@font-face {
  font-family: Sentinel-Light;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Sentinel-Light.otf") format("opentype"); }

@font-face {
  font-family: Sentinel-LightItal;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Sentinel-LightItal.otf") format("opentype"); }

@font-face {
  font-family: Sentinel-Medium;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Sentinel-Medium.otf") format("opentype"); }

@font-face {
  font-family: Sentinel-MediumItal;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Sentinel-MediumItal.otf") format("opentype"); }

@font-face {
  font-family: Sentinel-Semibold;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Sentinel-Semibold.otf") format("opentype"); }

@font-face {
  font-family: Sentinel-SemiboldItal;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Sentinel-SemiboldItal.otf") format("opentype"); }

@font-face {
  font-family: AvenirNext-Bold;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AvenirNext-Bold.otf") format("opentype"); }

@font-face {
  font-family: AvenirNext-DemiBold;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AvenirNext-DemiBold.otf") format("opentype"); }

@font-face {
  font-family: AvenirNext-Italic;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AvenirNext-Italic.otf") format("opentype"); }

@font-face {
  font-family: AvenirNext-Regular;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AvenirNext-Regular.otf") format("opentype"); }

body {
  font: normal 15px/1.7em "AvenirNext-Regular", sans-serif;
  color: #231f20;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 600px) {
    body {
      font-size: 16px; } }
  @media (min-width: 900px) {
    body {
      font-size: 18px; } }

::-moz-selection {
  background: #007d99;
  color: #fff; }

::selection {
  background: #007d99;
  color: #fff; }

::-moz-selection {
  background: #007d99;
  color: #fff; }

h1, .serif-title, h2, .woocommerce.single-product .product-title, h3, #comments .comment-body .name, #comments .comment-body .name a, .affwp-form legend, .squeeze .praise-name, h4, h5, h6 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  color: #da521f;
  margin: 1.2em 0 0.5em; }

h1, .serif-title {
  font-size: 40px;
  color: #007d99;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

h2, .woocommerce.single-product .product-title {
  font-size: 24px;
  color: #738c1f;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

h3, #comments .comment-body .name, #comments .comment-body .name a, .affwp-form legend, .squeeze .praise-name {
  font-size: 24px;
  color: #da521f;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: normal; }

h4 {
  font-size: 20px;
  color: #fbaa19;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: normal; }

h5 {
  font-size: 18px;
  color: #231f20;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: normal; }

h6 {
  font-size: 16px;
  color: #231f20;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: normal; }

@media (min-width: 600px) {
  h1, .serif-title {
    font-size: 48px; }
  h2, .woocommerce.single-product .product-title {
    font-size: 28px; }
  h3, #comments .comment-body .name, #comments .comment-body .name a, .affwp-form legend, .squeeze .praise-name {
    font-size: 28px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; } }

p {
  margin-bottom: 10px; }
  p a {
    font-family: "AvenirNext-Regular", sans-serif; }

p, li {
  line-height: 1.5em;
  font-weight: 300; }
  p strong, p b, li strong, li b {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #da521f;
  text-decoration: none;
  font-family: "AvenirNext-Regular", sans-serif; }

blockquote,
figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

.button {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif;
  background: #738c1f;
  border: none;
  transition: 0.3s ease all;
  text-shadow: none; }
  .button:hover {
    background: #7d9922; }
  .button:disabled, .button.disabled {
    cursor: no-drop;
    background-color: #777e60; }
    .button:disabled:hover, .button.disabled:hover {
      background-color: #7f8766; }
  .button.permadisabled {
    cursor: no-drop;
    background: #adadad;
    color: #dfe1e6; }
  .button.button-sml {
    box-shadow: none;
    padding: 4px 6px;
    font-size: 11px;
    margin: 0 5px 5px 0; }
  .button.button-med {
    padding: 0.5em 1.15em;
    font-size: 16px; }
  .button.button-lrg, .affwp-form .button {
    padding: 0.7em 2em;
    font-size: 20px; }
  .button.button-gray {
    background: #e8e8ed;
    color: #231f20;
    font-weight: normal; }
  .button.button-secondary, .modal-white.rte .gform_footer .button.gform_button {
    background: #da521f; }
    .button.button-secondary:hover, .modal-white.rte .gform_footer .button.gform_button:hover {
      background: #e05a28; }
  .button.button-primary {
    background: #007d99; }
    .button.button-primary:hover {
      background: #008aa8; }
  .button.button-link {
    background: white;
    color: #738c1f; }
  .button.w100 {
    width: 100%; }

.button-mobile {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2em; }
  @media (max-width: 599px) {
    .button-mobile {
      display: block;
      margin: 20px;
      padding: 13px 10px;
      text-align: center;
      font-family: "AvenirNext-DemiBold", sans-serif;
      font-weight: normal;
      color: #fff;
      background: #da521f;
      box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1); } }
  @media (min-width: 600px) {
    .button-mobile {
      float: right;
      font-weight: normal;
      font-family: "AvenirNext-DemiBold", sans-serif;
      font-size: 14px;
      padding-bottom: 20px;
      margin: 30px 0;
      background: transparent url("img/arrow.svg") right bottom no-repeat;
      background-size: 8px 13px;
      transition: 0.5s ease all;
      padding-bottom: 0;
      padding-right: 14px;
      line-height: .9; }
      .button-mobile:hover {
        color: #7c7d80; } }
  @media (min-width: 600px) {
    .button-mobile.one-line {
      padding-bottom: 0;
      padding-right: 14px;
      line-height: .9; } }

.button-pointer {
  text-transform: uppercase;
  line-height: 1.2em;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 20px;
  margin: 30px 0;
  transition: 0.5s ease all;
  color: #007d99; }
  .button-pointer:hover {
    color: #7c7d80; }
  .button-pointer:after {
    content: "\276F";
    padding-left: 6px;
    font-weight: normal; }
  .button-pointer.one-line {
    padding-bottom: 0;
    padding-right: 14px;
    line-height: .9; }

.button-callout {
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 4px; }
  @media (min-width: 600px) {
    .button-callout {
      width: 250px; } }

.ttu, .join-faculty, table.assignment_marking_guide tr.header-row, #assignment_upload_form .file-holder span.filename, .meijin-file-form span.filename, .meijin-fancy-fileupload span.filename {
  text-transform: uppercase; }

.ttl {
  text-transform: lowercase; }

.tac, .join-faculty, #assignment_upload_form .alert {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.center {
  margin: 0 auto; }

.db {
  display: block; }

@media (max-width: 599px) {
  .center-small {
    margin: 0 auto; }
  .tac-small {
    text-align: center; } }

@media (max-width: 899px) {
  .tac-handheld {
    text-align: center; }
  .margin-bottom-handheld {
    margin-bottom: 1em !important; } }

.small-text, .sensei-course.wootheme-product .user-bio-wrapper .user-url, .woocommerce .product-type-variable form.variations_form .variations td.value .dk_container + .reset_variations {
  font-size: 90%; }

.mini-text {
  font-size: 12px; }

.margin-text-small {
  margin: 0.5em 0; }

.no-margin {
  margin: 0 !important; }

.margin-top {
  margin-top: 1em !important; }

.margin-top-remove {
  margin-top: 0 !important; }

.margin-top-med {
  margin-top: 0.5em; }

.margin-top-small {
  margin-top: 0.25em; }

.margin-bottom {
  margin-bottom: 1em !important; }

.margin-bottom-remove {
  margin-bottom: 0 !important; }

.margin-bottom-small {
  margin-bottom: 0.25em; }

.margin-top-large {
  margin-top: 2em !important; }

.margin-top-x-large {
  margin-top: 2em !important; }
  @media (min-width: 900px) {
    .margin-top-x-large {
      margin-top: 100px !important; } }

.margin-bottom-large {
  margin-bottom: 2em !important; }

.margin-bottom-x-large {
  margin-bottom: 2em !important; }
  @media (min-width: 900px) {
    .margin-bottom-x-large {
      margin-bottom: 100px !important; } }

a.url-muted, .woocommerce .product-type-variable form.variations_form .variations td.value .dk_container + a.reset_variations, .text-muted {
  color: #231f20; }

.font-serif, .featured-course-excerpt .course-instructed-by a, .featured-course-excerpt .course-title a, .course-post .instructor-bio-text, .course-post .instructor-bio-text a, .woocommerce.single-product .shop-title a {
  font-family: "Yanone Kaffeesatz", sans-serif; }

.font-sans, .course-post .instructor-bio-text .cat-list a.button, .sensei-course .course-lessons p.lesson-meta > span, .join-faculty, table.assignment_marking_guide tr.header-row, #assignment_upload_form .file-holder span.filename, .woocommerce .product-type-variable form.variations_form .variations td.label, .woocommerce-message, .meijin-file-form span.filename, .meijin-fancy-fileupload span.filename {
  font-family: "AvenirNext-Regular", sans-serif; }

.font-color-tertiary {
  color: #da521f; }

.color-white {
  color: white; }

.button-blue {
  background-color: #007d99; }
  .button-blue:hover {
    background-color: #006880; }

.button-green {
  background-color: #738c1f; }
  .button-green:hover {
    background-color: #62771a; }

[data-tooltip] {
  position: relative; }

[data-tooltip]:hover:after {
  border: 1px solid #da521f;
  padding: 3px 6px;
  background: rgba(240, 242, 247, 0.7);
  content: attr(title);
  position: absolute;
  left: 23px;
  bottom: -12px;
  color: #231f20;
  text-transform: none; }

.icon {
  display: block; }
  .icon.icon-print {
    width: 22px;
    height: 22px; }
  .icon.icon-link, .icon.icon-email {
    height: 18px; }
  .icon.icon-link {
    width: 18px; }
  .icon.icon-email {
    width: 21px; }

.icon-nav {
  list-style-type: none;
  text-align: center;
  padding-left: 0;
  margin: 10px 0 20px; }
  @media (min-width: 600px) {
    .icon-nav {
      margin-bottom: 25px; } }

.icon-nav__item--all a {
  background: url("img/all-categories.svg");
  background-size: 55px;
  background-position: 0 110px; }
  .icon-nav__item--all a:after, .icon-nav__item--all a:hover:after {
    transition: all 0.2s ease-in-out; }
  .icon-nav__item--all a:after {
    content: '';
    width: 55px;
    height: 53px;
    display: block;
    border-radius: 100%;
    background: url("img/all-categories.svg");
    background-size: 55px;
    background-position: 0 165px;
    opacity: 0; }
  .icon-nav__item--all a:hover:after {
    opacity: 1; }

.icon-nav__item--all.icon-nav__item--active a:after {
  border: 2px solid white;
  margin-left: -2px;
  margin-top: -2px; }

.icon-nav__item {
  display: inline-block; }
  .icon-nav__item.row-first {
    margin-left: 0; }
  .icon-nav__item.row-last {
    margin-right: 0; }

.icon-nav__item a {
  width: 55px;
  height: 53px;
  box-shadow: 1.5px 3px #b8b5b6; }
  .icon-nav__item a,
  .icon-nav__item a :hover {
    transition: background-color 0.2s ease-in-out; }
  .icon-nav__item a:hover {
    background-color: #231f20; }

.icon-nav__item--active a {
  background-color: #231f20;
  border: 2px solid white;
  box-sizing: border-box; }
  .icon-nav__item--active a .icon {
    margin-top: 10px !important;
    margin-left: 10px !important; }
    .icon-nav__item--active a .icon.icon-bullhorn {
      margin-left: 12px !important; }
    .icon-nav__item--active a .icon.icon-asterisk {
      margin-top: 12px !important; }
    .icon-nav__item--active a .icon.icon-recipe-book, .icon-nav__item--active a .icon.icon-asterisk {
      margin-left: 13px !important; }
    .icon-nav__item--active a .icon.icon-question-mark, .icon-nav__item--active a .icon.icon-family {
      margin-left: 15px !important; }
    .icon-nav__item--active a .icon.icon-swiss-cross {
      margin-top: 13px !important;
      margin-left: 14px !important; }

.icon-nav__item a {
  display: inline-block; }

.icon-nav__item .icon {
  fill: white;
  width: 30px;
  height: 30px;
  margin: 13px auto 0; }
  .icon-nav__item .icon.icon-city {
    width: 29px;
    height: 26px;
    margin-top: 13px; }
  .icon-nav__item .icon.icon-bullhorn {
    width: 28px;
    height: 27px;
    margin-left: 15px; }
  .icon-nav__item .icon.icon-recipe-book {
    width: 25px;
    height: 27.5px;
    margin-top: 13px; }
  .icon-nav__item .icon.icon-star {
    width: 29px;
    height: 28px;
    margin-top: 13px;
    margin-left: 12px; }
  .icon-nav__item .icon.icon-question-mark {
    width: 21px;
    height: 30px;
    margin-top: 12px; }
  .icon-nav__item .icon.icon-swiss-cross {
    width: 24px;
    height: 23px;
    margin-top: 15px;
    margin-left: 16px; }
  .icon-nav__item .icon.icon-family {
    width: 21px;
    height: 28px;
    margin-top: 12px; }
  .icon-nav__item .icon.icon-asterisk {
    width: 26px;
    height: 25px;
    margin-top: 14px;
    margin-left: 15px; }

.icon-nav__item:hover .icon,
.icon-nav__item:active .icon,
.icon-nav__item:focus + .icon {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: icon-pulse;
          animation-name: icon-pulse; }

.icon-nav {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -20px; }

.icon-nav__item {
  margin-left: 20px;
  -ms-flex-direction: row;
      flex-direction: row; }

@-webkit-keyframes icon-pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes icon-pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/******************************
= Grid
******************************/
.grid {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 0 0 10px; }
  .grid.skinny {
    max-width: 1140px; }
  .grid.small {
    padding: 0 !important;
    margin: 0 0 0 -10px !important;
    width: auto !important; }
    .grid.small [class*='grid-'] {
      padding-left: 10px !important;
      padding-right: 0;
      box-sizing: border-box; }
  .grid.no-gutter {
    padding: 0; }
    .grid.no-gutter [class*='grid-'] {
      padding-right: 0; }
  .grid.no-margin {
    width: auto;
    padding: 0;
    margin: 0 0 0 -30px !important; }
    .grid.no-margin [class*='grid-'] {
      margin: 0;
      padding-left: 30px;
      padding-right: 0; }
  @media (min-width: 1200px) {
    .grid.divider {
      padding-left: 0 !important; }
    .grid.divider > [class*='grid-'] {
      padding-left: 30px;
      padding-right: 30px; }
    .grid.divider > [class*='grid-']:not(:last-child) {
      position: relative; }
      .grid.divider > [class*='grid-']:not(:last-child):before {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 1px;
        border-left: 1px solid #f0f2f7;
        right: 0; } }
  .grid.preserve {
    padding-left: 0 !important; }

[class*='grid-'] {
  float: left;
  width: 100%;
  padding-right: 10px; }
  [class*='grid-'].parent {
    padding-right: 0; }
  [class*='grid-'].no-float {
    float: none; }

.grid-full, .grid-1-1 {
  width: 100%; }

.grid-1-2, .grid-5-10 {
  width: 50%; }

.grid-1-3 {
  width: 33.33%; }

.grid-2-3 {
  width: 66.66%; }

.grid-1-4 {
  width: 25%; }

.grid-3-4 {
  width: 75%; }

.grid-1-5, .grid-2-10 {
  width: 20%; }

.grid-2-5, .grid-4-10 {
  width: 40%; }

.grid-3-5, .grid-6-10 {
  width: 60%; }

.grid-4-5, .grid-8-10 {
  width: 80%; }

.grid-1-6 {
  width: 16.66%; }

.grid-5-6 {
  width: 83.33%; }

.grid-1-10 {
  width: 10%; }

.grid-1-10 {
  width: 10%; }

.grid-3-10 {
  width: 30%; }

.grid-7-10 {
  width: 70%; }

.grid-9-10 {
  width: 90%; }

@media (min-width: 600px) {
  .grid {
    padding: 0 0 0 20px; }
  [class*='grid-'] {
    padding-right: 20px; }
  .tgrid-full, .tgrid-1-1 {
    width: 100%; }
  .tgrid-1-2 {
    width: 50%; }
  .tgrid-1-3 {
    width: 33.33%; }
  .tgrid-2-3 {
    width: 66.66%; }
  .tgrid-1-4 {
    width: 25%; }
  .tgrid-3-4 {
    width: 75%; }
  .tgrid-1-5 {
    width: 20%; }
  .tgrid-2-5 {
    width: 40%; }
  .tgrid-3-5 {
    width: 60%; }
  .tgrid-4-5 {
    width: 80%; }
  .tgrid-1-6 {
    width: 16.66%; }
  .tgrid-5-6 {
    width: 83.33%; } }

@media (min-width: 900px) {
  .grid {
    padding: 0 0 0 30px; }
  [class*='grid-'] {
    padding-right: 30px; }
  .dgrid-full, .dgrid-1-1 {
    width: 100%; }
  .dgrid-1-2 {
    width: 50%; }
  .dgrid-1-3 {
    width: 33.33%; }
  .dgrid-2-3 {
    width: 66.66%; }
  .dgrid-1-4 {
    width: 25%; }
  .dgrid-3-4 {
    width: 75%; }
  .dgrid-1-5 {
    width: 20%; }
  .dgrid-2-5 {
    width: 40%; }
  .dgrid-3-5 {
    width: 60%; }
  .dgrid-4-5 {
    width: 80%; }
  .dgrid-1-6 {
    width: 16.66%; }
  .dgrid-5-6 {
    width: 83.33%; } }

.grid-full.large .grid,
.grid.large .grid {
  padding: 0 0 0 30px; }

.grid-full.large [class*='grid-'],
.grid.large [class*='grid-'] {
  padding-right: 30px; }

.fr {
  float: right; }

@media (max-width: 900px) {
  .only-desktop {
    display: none !important; } }

@media (min-width: 900px) {
  .hide-desktop {
    display: none !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .hide-tablet {
    display: none !important; } }

@media (max-width: 600px) {
  .hide-mobile {
    display: none !important; } }

.grid.big-padding {
  padding-top: 20px;
  padding-bottom: 30px; }
  @media (min-width: 900px) {
    .grid.big-padding {
      padding-top: 40px;
      padding-bottom: 60px; } }

.grid > [class*="grid-"].margin-bottom {
  margin-bottom: 10px !important; }
  @media (min-width: 600px) {
    .grid > [class*="grid-"].margin-bottom {
      margin-bottom: 20px !important; } }
  @media (min-width: 900px) {
    .grid > [class*="grid-"].margin-bottom {
      margin-bottom: 30px !important; } }

/* Desktop and bigger */
@media (min-width: 900px) {
  .visible-small {
    display: none !important; }
  .visible-medium {
    display: none !important; }
  .hidden-large {
    display: none !important; } }

/* Tablet Only */
@media (min-width: 480px) and (max-width: 899px) {
  .visible-small {
    display: none !important; }
  .visible-large {
    display: none !important; }
  .hidden-medium {
    display: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 479px) {
  .visible-medium {
    display: none !important; }
  .visible-large {
    display: none !important; }
  .hidden-small {
    display: none !important; } }

.visibly-hidden {
  display: none !important;
  visibility: hidden !important; }

/* Hide gravityform's honeypots */
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

.u-circular {
  border-radius: 100%; }

.fl, .float-left {
  float: left; }

.fr, .float-right {
  float: right; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.wp-editor-container {
  border: solid 1px #eee;
  border-top: none; }

.wp-switch-editor {
  border: none !important; }

.widget select {
  max-width: 100%; }

#searchsubmit {
  display: none; }

.paging-navigation,
.post-navigation {
  float: left;
  margin-bottom: 6em;
  text-align: center;
  width: 100%; }

.wp-caption.alignnone {
  margin: .5em 1em 1em 0; }

.wp-caption.alignleft {
  margin: .5em 1em 1em 0; }

.wp-caption.alignright {
  margin: .5em 0 1em 1em; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  margin: 0.7em 1em 1em; }

/* ========================================================================
   Component: Overlay
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Set max-width for responsive images to prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 */
.uk-overlay {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle; }

/*
 * Fixed wrong scaling calculation for images in Chrome
 */
.uk-overlay > img:first-child {
  display: block; }

/* Sub-object `uk-overlay-area`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-area {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  background: rgba(0, 0, 0, 0.3);
  /* 3 */
  opacity: 0.9;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0); }

/*
 * Hover
 * 1. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area {
  opacity: 1; }

/*
 * Icon
 */
.uk-overlay-area:empty:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff; }

/* Sub-object `uk-overlay-area-content`
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 * Needed for Firefox
 */
.uk-overlay-area:not(:empty) {
  font-size: 0.001px; }

/*
 * 1. Needed for vertical alignment
 */
.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/*
 * 1. Set vertical alignment
 * 2. Reset whitespace hack
 * 3. Set horizontal alignment
 * 4. Set style
 */
.uk-overlay-area-content {
  /* 1 */
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  /* 2 */
  font-size: 1rem;
  /* 3 */
  text-align: center;
  /* 4 */
  padding: 0 25px;
  color: #fff; }

/*
 * Remove margin from the last-child
 */
.uk-overlay-area-content > :last-child {
  margin-bottom: 0; }

/*
 * Links in overlay area
 */
.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
  color: inherit; }

/* Sub-object `uk-overlay-caption`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-caption {
  /* 1 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  /* 3 */
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0); }

/*
 * Hover
 * 1. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption {
  opacity: 1; }

svg {
  display: none;
  width: 0;
  height: 0; }

input[type="submit"] {
  -webkit-appearance: none; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  color: #231f20;
  font-family: "AvenirNext-Regular", sans-serif;
  border: none;
  padding: 10px;
  outline: none;
  -webkit-appearance: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #dfe1e6; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder {
    text-transform: uppercase;
    color: #dfe1e6; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder {
    text-transform: uppercase;
    color: #dfe1e6; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder {
    text-transform: uppercase;
    color: #dfe1e6; }

.clear {
  clear: both; }

.box-ratio--wrapper {
  position: relative;
  width: 100%; }
  .box-ratio--wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/ }

.box-ratio--content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.circle {
  border-radius: 100%; }

.d-none {
  display: none; }

.cover-image {
  background-size: cover;
  background-position: 50% 50%; }

.fas,
.fab,
.far {
  font-family: 'FontAwesome';
  font-style: normal; }

.btn-hover-default:hover {
  opacity: 0.75;
  transition: opacity ease 0.3s; }

/******************************
= Content
******************************/
.left-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: solid 1px #231f20;
  border-right: solid 1px #231f20;
  position: relative;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  margin-right: 5px; }

.section-title-wrap {
  position: relative; }
  .section-title-wrap:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    right: 0;
    border-top: dotted 1px #231f20; }
  .section-title-wrap .section-title {
    display: inline-block;
    padding-right: 15px;
    margin: 22px 0 20px;
    background: #fff;
    font-size: 16px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #231f20; }

.page-title-wrap {
  margin: 30px auto 0;
  text-align: center; }

.page-title {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin-top: 0;
  margin: 0 auto;
  padding: 10px 0 11px;
  font-weight: bold;
  letter-spacing: .03em;
  text-align: center; }

h1.page-title, .page-title.serif-title {
  font-size: 72px; }

.post-count {
  display: block;
  padding: 15px 0 25px;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase; }

.page-header {
  margin-bottom: 40px; }

.p-intro {
  font-family: 'Sentinel-Medium', serif;
  font-size: 1.15em; }

.caption-title, .icon-content h2, .icon-content .woocommerce.single-product .product-title, .woocommerce.single-product .icon-content .product-title {
  margin: 15px 0 7px;
  color: #738c1f;
  text-align: center;
  text-transform: uppercase;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em; }
  @media (min-width: 600px) {
    .caption-title, .icon-content h2, .icon-content .woocommerce.single-product .product-title, .woocommerce.single-product .icon-content .product-title {
      font-size: 17px; } }

.cat-list {
  margin: 7px 0 0;
  padding: 0; }
  .cat-list li {
    float: left; }
  .cat-list a {
    display: block; }

.main-content {
  max-width: 850px;
  margin: 0 auto; }
  .main-content.full-width {
    max-width: none; }

.img-circle {
  overflow: hidden;
  border-radius: 50%; }
  .img-circle.first-child {
    display: block;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto; }
  .img-circle.img-circle-side {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width: 60%;
    max-width: 400px;
    margin: 20px auto; }
    @media (min-width: 600px) {
      .img-circle.img-circle-side {
        float: left;
        max-width: 50%;
        margin: 0 30px 20px -80px; }
        .author .img-circle.img-circle-side {
          float: none;
          width: 100%;
          max-width: 100%;
          margin: 20px 0 !important; } }
    @media (min-width: 1200px) {
      .img-circle.img-circle-side {
        margin: 0 30px 30px -200px; } }

.shadow, .button, button.update-search, .content-button, .header .monogram-wrap + .my-courses, .homepage-hero__button, .dk_options, .horizontal-form button,
.horizontal-form .gform_button, button,
.gform_button, #commentform #submit, .rte .gform_body .gform_button, .modal-white.rte input[type="submit"] {
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1); }

.module {
  border-radius: 12px;
  background: #dfe1e6;
  padding: 10px;
  text-align: center; }
  .module.module-blue {
    background: #007d99;
    color: #fff; }
    .module.module-blue h1, .module.module-blue .serif-title, .module.module-blue h2, .module.module-blue .woocommerce.single-product .product-title, .woocommerce.single-product .module.module-blue .product-title, .module.module-blue h3, .module.module-blue #comments .comment-body .name, #comments .comment-body .module.module-blue .name, .module.module-blue #comments .comment-body .name a, #comments .comment-body .name .module.module-blue a, .module.module-blue .affwp-form legend, .affwp-form .module.module-blue legend, .module.module-blue .squeeze .praise-name, .squeeze .module.module-blue .praise-name, .module.module-blue h4, .module.module-blue h5, .module.module-blue h6 {
      color: #fff; }
  @media (min-width: 600px) {
    .module {
      padding: 20px; } }
  @media (min-width: 900px) {
    .module {
      padding: 20px; } }

.bg-blue-trans {
  color: #fff;
  background: rgba(0, 125, 153, 0.95); }

.bg-gray {
  background: #edf2f6; }

.message {
  background: white;
  padding: 30px;
  font-family: "AvenirNext-Regular", sans-serif;
  overflow: hidden; }
  .message .message-close {
    float: right;
    margin-left: 30px; }
  .message p {
    margin: 0; }
  .message.message-error {
    color: #fff;
    background: #da521f; }
    .message.message-error a {
      color: #fff;
      font-family: "AvenirNext-DemiBold", sans-serif;
      font-weight: normal;
      border-bottom: none; }
  .message.ie-error {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 101; }
    .message.ie-error .message-close {
      background: #fff;
      color: #da521f;
      padding: 0 10px;
      text-transform: uppercase; }

.rte li a:not([class*=button]),
.rte p a:not([class*=button]) {
  color: #007d99;
  border-bottom: solid 1px #007d99;
  transition: 0.15s ease all;
  font-family: "AvenirNext-Regular", sans-serif; }
  .rte li a:not([class*=button]):hover,
  .rte p a:not([class*=button]):hover {
    color: #da521f;
    border-bottom-color: transparent; }

.rte ol, .rte ul {
  padding: 5px 45px;
  margin: 0; }

.rte li {
  padding: 3px 0;
  position: relative; }
  .rte li:before {
    position: absolute; }

.rte ul li a {
  font-family: inherit; }

.rte ul li:before {
  content: "\2022";
  color: #da521f;
  margin-left: -25px; }

.rte .override-rte ul li:before {
  content: none !important;
  left: inherit !important; }

.rte ol {
  counter-reset: num-counter;
  list-style: none; }
  .rte ol li:before {
    content: counter(num-counter);
    counter-increment: num-counter;
    left: -25px;
    top: 6px;
    background: #da521f;
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal;
    color: #fff; }

.rte blockquote {
  margin: 30px 0 30px 10px;
  padding: 10px 0 10px 10px;
  border-left: dotted 1px #231f20;
  color: #738c1f;
  font-size: 24px; }
  .rte blockquote p {
    margin: 0;
    padding: 0;
    line-height: 1.2em; }

@media (min-width: 600px) {
  .rte blockquote {
    margin-left: 30px;
    padding: 30px 0 30px 30px;
    font-size: 38px; } }

.tooltip {
  position: relative;
  height: 19px;
  width: 20px;
  margin: 4px 0;
  display: block; }
  .tooltip:hover .tooltip-content {
    opacity: 1;
    top: 45px;
    width: 480px;
    height: auto;
    max-width: 480px;
    padding: 1.7em 2em;
    border: 1px solid #cccccc;
    overflow: visible; }
  @media (min-width: 600px) {
    .tooltip:hover .tooltip-content {
      left: 45px;
      top: -22px; } }
  @media (min-width: 900px) {
    .tooltip {
      display: inline-block; } }

.tooltip-marker {
  border: 1px solid #cccccc;
  background-color: #f0f2f7;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal;
  font-size: 15px;
  padding: 0 5px; }
  .tooltip-marker:hover {
    cursor: help; }

.tooltip-content {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 2;
  background-color: #fafbfc;
  border-radius: 8px;
  height: 0;
  max-width: 0;
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-transform: none;
  opacity: 0;
  overflow: hidden;
  display: block;
  transition: opacity 0.3s, top 0.3s, left 0.3s; }
  .tooltip-content p {
    margin-top: 0; }
  .tooltip-content ul {
    padding: 0;
    margin: 0l; }
  .tooltip-content li {
    padding-left: 1.8em;
    padding-top: 0.3em;
    text-indent: -0.7em; }
    .tooltip-content li:before {
      content: "\2022";
      color: #7c7d80;
      margin-left: -25px; }
    .tooltip-content li:first-child {
      padding-top: 0; }
  .tooltip-content:before, .tooltip-content:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 30px;
    left: 16px;
    top: -30px;
    margin-bottom: -13px;
    border-bottom: solid 20px #cccccc;
    border-right: solid 31px transparent;
    z-index: 3; }
  .tooltip-content:after {
    border-bottom-color: #fafbfc;
    border-right-width: 29px;
    left: 17px;
    top: -29px; }
  @media (min-width: 600px) {
    .tooltip-content {
      top: -22px;
      left: 55px;
      font-size: 14px; }
      .tooltip-content:before, .tooltip-content:after {
        content: '';
        position: absolute;
        display: block;
        width: 30px;
        height: 0;
        left: -30px;
        top: 30px;
        margin-bottom: -13px;
        border-bottom: solid 31px transparent;
        border-right: solid 20px #cccccc;
        z-index: 3; }
      .tooltip-content:after {
        border-right-color: #fafbfc;
        border-bottom-height: 30px;
        left: -28px;
        top: 31px; } }

.img-404 {
  max-width: 80%;
  margin-right: -80px;
  padding-top: 60px;
  padding-bottom: 20px; }

.filters-wrap {
  padding: 36px 0 0; }
  .filters-wrap .filters-header {
    float: left;
    margin: 4px 80px 0 0;
    font-family: "AvenirNext-Regular", sans-serif;
    font-size: 16px;
    color: #231f20; }

.filters {
  padding-bottom: 36px; }

.filter-name {
  min-width: 200px;
  padding-left: 10px;
  padding-right: 10px; }

button.update-search {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif;
  background: #007d99;
  border: none;
  transition: 0.3s ease all;
  text-shadow: none;
  padding: 0.5em 1.15em;
  font-size: 16px;
  display: none;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 16px;
  font-weight: normal;
  border: none;
  outline: none;
  padding: 0.125em 1.15em;
  margin: 0;
  line-height: 1.5em; }
  button.update-search:hover {
    background: #008aa8; }
  button.update-search.w100 {
    width: 100%; }

.filters-list {
  float: left; }
  .filters-list .filters-list-item {
    float: left;
    margin-right: 100px; }
    .filters-list .filters-list-item:last-child {
      margin-right: 0; }
    .filters-list .filters-list-item.secondary {
      display: none; }
    .filters-list .filters-list-item > a {
      font-size: 16px;
      font-family: "AvenirNext-DemiBold", sans-serif;
      font-weight: normal;
      color: #7c7d80; }
      .filters-list .filters-list-item > a:after {
        content: '';
        position: relative;
        top: -3px;
        display: inline-block;
        width: 11px;
        height: 11px;
        margin-left: 15px;
        border-bottom: solid 4px #7c7d80;
        border-left: solid 4px #7c7d80;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        transition: 0.3s ease all; }
      .filters-list .filters-list-item > a.is-active {
        color: #231f20; }
        .filters-list .filters-list-item > a.is-active:after {
          border-color: #231f20;
          top: 0;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }
      .filters-list .filters-list-item > a:hover:after {
        border-color: #231f20; }
  @media (max-width: 899px) {
    .filters-list {
      clear: both;
      padding-left: 0;
      padding-top: 30px; }
      .filters-list .filters-list-item {
        margin-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        float: none; } }

.filter-sub-wrap {
  display: none;
  background: #738c1f;
  padding: 36px 0;
  transition: background-color .5s; }
  .filter-sub-wrap.odd, .filter-sub-wrap.first {
    background-color: #007d99;
    transition: background-color .5s; }

.filters-sub li {
  float: left;
  margin-right: 40px; }

.filters-sub a, .filters-sub .filter-choice {
  color: #fff;
  min-width: 240px;
  cursor: pointer;
  font-size: 14px;
  font-family: "AvenirNext-DemiBold", sans-serif; }
  .filters-sub a.is-active, .filters-sub .filter-choice.is-active {
    border-bottom: solid 2px rgba(255, 255, 255, 0.35); }

.filters-sub input[type="checkbox"], .filters-sub input[type="radio"] {
  margin-right: 10px; }

.filter-close {
  text-decoration: underline;
  cursor: pointer; }

[ng-click] {
  cursor: pointer; }

/******************************
= Pagination
******************************/
.paginate .paginate-header,
.paginate li {
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 14px;
  font-weight: normal; }

.paginate .paginate-header {
  margin-bottom: 10px; }

.paginate li {
  display: inline;
  padding: 0 10px; }

.paginate a.page-numbers {
  color: #231f20; }
  .paginate a.page-numbers.next, .paginate a.page-numbers.prev {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: solid 1px #231f20;
    border-right: solid 1px #231f20;
    position: relative; }
  .paginate a.page-numbers.next {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-left: 20px; }
  .paginate a.page-numbers.prev {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-right: 20px; }

.paginate span.page-numbers, .paginate a.page-numbers.current {
  color: #da521f; }

.content-button {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif;
  background: #007d99;
  border: none;
  transition: 0.3s ease all;
  text-shadow: none;
  padding: 0.7em 2em;
  font-size: 20px;
  text-align: center;
  margin: 2em auto .5em; }
  .content-button:hover {
    background: #008aa8; }
  .content-button.w100 {
    width: 100%; }
  .content-button a {
    color: #fff; }

.button-wrapper {
  text-align: center;
  overflow: hidden; }
  .button-wrapper:before, .button-wrapper:after {
    background: #dfe1e6;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%; }
  .button-wrapper:before {
    right: .5em;
    margin-left: -50%; }
  .button-wrapper:after {
    left: .5em;
    margin-right: -50%; }

.rte hr {
  background: transparent;
  height: 1px;
  border: 0;
  border-top: 1px solid #dfe1e6;
  display: inline-block;
  width: 100%;
  margin: 2.5em 0 0; }

hr {
  box-sizing: content-box;
  height: 1px;
  background: #979797;
  border: 0; }

.read-more .read-more-link,
.read-more .read-less-link {
  float: right;
  color: #da521f;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal;
  font-size: 14px;
  border: none; }

.read-more-content {
  display: none;
  clear: both; }

.nav-sub {
  text-align: center;
  padding-top: 15px; }
  .nav-sub li {
    display: block;
    padding: 5px 0; }
    .nav-sub li:first-child {
      margin-left: 0; }
      .nav-sub li:first-child:before {
        display: none; }
  .nav-sub a {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    letter-spacing: 0.15em;
    color: #231f20;
    transition: 0.15s ease all; }
    .nav-sub a:hover {
      color: #007d99; }
  @media (min-width: 600px) {
    .nav-sub li {
      display: inline-block;
      margin: 0 0 0 30px;
      padding: 0; }
    .nav-sub a {
      float: left;
      font-size: 16px; } }

.lined-bg {
  background-image: url(img/lined-bg.png);
  background-position: 36px center;
  background-repeat: repeat-x; }
  @media (min-width: 600px) and (max-width: 899px) {
    .lined-bg {
      background-image: none; } }

.dotted-bg {
  background-image: url(img/dotted-bg.jpg); }

.lined-bg, .dotted-bg {
  background-position: center center;
  background-repeat: repeat-x; }
  .lined-bg h1, .lined-bg .serif-title, .lined-bg .h1, .lined-bg h2, .lined-bg .woocommerce.single-product .product-title, .woocommerce.single-product .lined-bg .product-title, .lined-bg .h2, .lined-bg h3, .lined-bg #comments .comment-body .name, #comments .comment-body .lined-bg .name, .lined-bg #comments .comment-body .name a, #comments .comment-body .name .lined-bg a, .lined-bg .affwp-form legend, .affwp-form .lined-bg legend, .lined-bg .squeeze .praise-name, .squeeze .lined-bg .praise-name, .lined-bg .h3, .lined-bg h4, .lined-bg .h4, .lined-bg h5, .lined-bg .h5, .lined-bg h6, .lined-bg .h6, .dotted-bg h1, .dotted-bg .serif-title, .dotted-bg .h1, .dotted-bg h2, .dotted-bg .woocommerce.single-product .product-title, .woocommerce.single-product .dotted-bg .product-title, .dotted-bg .h2, .dotted-bg h3, .dotted-bg #comments .comment-body .name, #comments .comment-body .dotted-bg .name, .dotted-bg #comments .comment-body .name a, #comments .comment-body .name .dotted-bg a, .dotted-bg .affwp-form legend, .affwp-form .dotted-bg legend, .dotted-bg .squeeze .praise-name, .squeeze .dotted-bg .praise-name, .dotted-bg .h3, .dotted-bg h4, .dotted-bg .h4, .dotted-bg h5, .dotted-bg .h5, .dotted-bg h6, .dotted-bg .h6 {
    margin: 15px 0;
    background-color: white;
    display: inline-block;
    padding-right: 10px; }

.bg-red {
  background-color: #da521f; }

.bg-green {
  background-color: #738c1f; }

.bg-green, .bg-red {
  color: white; }
  .bg-green h1, .bg-green .serif-title, .bg-green .h1, .bg-green h2, .bg-green .woocommerce.single-product .product-title, .woocommerce.single-product .bg-green .product-title, .bg-green .h2, .bg-green h3, .bg-green #comments .comment-body .name, #comments .comment-body .bg-green .name, .bg-green #comments .comment-body .name a, #comments .comment-body .name .bg-green a, .bg-green .affwp-form legend, .affwp-form .bg-green legend, .bg-green .squeeze .praise-name, .squeeze .bg-green .praise-name, .bg-green .h3, .bg-green h4, .bg-green .h4, .bg-green h5, .bg-green .h5, .bg-green h6, .bg-green .h6, .bg-red h1, .bg-red .serif-title, .bg-red .h1, .bg-red h2, .bg-red .woocommerce.single-product .product-title, .woocommerce.single-product .bg-red .product-title, .bg-red .h2, .bg-red h3, .bg-red #comments .comment-body .name, #comments .comment-body .bg-red .name, .bg-red #comments .comment-body .name a, #comments .comment-body .name .bg-red a, .bg-red .affwp-form legend, .affwp-form .bg-red legend, .bg-red .squeeze .praise-name, .squeeze .bg-red .praise-name, .bg-red .h3, .bg-red h4, .bg-red .h4, .bg-red h5, .bg-red .h5, .bg-red h6, .bg-red .h6 {
    color: white; }

.video iframe {
  max-width: 100%; }

.page-wrap {
  transition: 0.3s ease all; }

/******************************
= Header
******************************/
.header {
  left: 0;
  top: 0;
  right: 0;
  z-index: 2; }
  @media (max-width: 899px) {
    .header {
      position: absolute; } }
  .header:not(.is-scrolled) .only-on-scrolled {
    display: none; }
  @media (min-height: 600px) and (min-width: 900px) {
    .header:not(.is-scrolled):not(.cne-pageheader):not(.header-ig-lp) {
      border-bottom: 4px solid #fbaa19; } }
  @media (min-height: 600px) and (min-width: 600px) {
    .header.is-scrolled {
      position: fixed;
      z-index: 100;
      padding-bottom: 5px;
      background: #fff;
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15); }
      .header.is-scrolled .nav-secondary-wrap {
        padding: 0; }
      .header.is-scrolled .header-wrap {
        /*position: relative;*/ }
      .header.is-scrolled .top-header-wrapper {
        position: relative; }
      .header.is-scrolled .nav-social,
      .header.is-scrolled .search,
      .header.is-scrolled .logo {
        display: none !important; }
      .header.is-scrolled .monogram-wrap {
        display: block;
        margin-top: 5px; }
        .header.is-scrolled .monogram-wrap + .my-courses {
          display: block;
          margin-left: 15px;
          margin-top: 5px; }
      .header.is-scrolled .only-on-scrolled {
        display: block; }
      .header.is-scrolled .monogram {
        display: block;
        float: left;
        transition: 0.3s ease opacity; }
        .header.is-scrolled .monogram:hover {
          opacity: 0.5; }
      .header.is-scrolled .menu-primary-menu {
        position: absolute;
        z-index: 2;
        padding-top: 10px;
        padding-bottom: 5px;
        right: 30px;
        top: 10px; }
        .header.is-scrolled .menu-primary-menu li {
          margin: 0 0 0 20px; }
      .header.is-scrolled .nav-secondary {
        z-index: 2;
        padding-top: 13px;
        padding-bottom: 5px;
        right: 0;
        top: 10px;
        padding-right: 5px;
        margin-top: 15px !important; }
        .header.is-scrolled .nav-secondary li {
          display: inline-block; }
      .header.is-scrolled .nav-main {
        margin-top: 10px; }
        .header.is-scrolled .nav-main a {
          color: #231f20; }
    .header.is-scrolled.logged-in-header .nav-main-wrap {
      display: none !important; }
    .header .get-cert {
      display: block;
      float: right; }
      .header .get-cert a {
        color: #fff;
        background-color: #fbaa19;
        padding: 15px;
        font-size: 18px;
        line-height: 1;
        font-family: "AvenirNext-Regular", sans-serif;
        text-align: center;
        width: 190px;
        max-width: 100%;
        display: block; }
        .header .get-cert a:hover {
          opacity: .75; } }
  @media (max-width: 600px) {
    .header.is-scrolled {
      position: fixed;
      z-index: 100;
      padding-bottom: 5px; } }
  @media (min-width: 1200px) {
    .header .nav-main {
      margin-right: 20px; } }
  @media (max-width: 899px) {
    .header .nav-main {
      display: none !important; } }
  @media (max-width: 899px) {
    .header:not(.is-scrolled) .get-cert {
      display: none !important; } }
  .header .logo {
    float: none;
    margin: 0;
    padding: 10px;
    background: #fff;
    text-align: center; }
    .header .logo a, .header .logo svg {
      display: inline-block; }
    @media (max-width: 899px) {
      .header .logo {
        display: inline-block; } }
    @media (max-width: 599px) {
      .header .logo {
        padding: 10px; } }
  .header .logo-svg {
    display: block;
    width: 120px;
    height: 64px; }
    @media (max-width: 899px) {
      .header .logo-svg {
        /*height: 50px;*/ } }
  .header .logo-gif {
    display: block;
    width: 300px;
    height: auto; }
    @media (max-width: 599px) {
      .header .logo-gif {
        width: 195px; } }
  .header .monogram {
    width: 100px;
    height: 75px;
    display: none; }
  .header .monogram-wrap + .my-courses {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    font-family: "AvenirNext-DemiBold", sans-serif;
    background: #007d99;
    border: none;
    transition: 0.3s ease all;
    text-shadow: none;
    display: none;
    float: left;
    padding: 9px 20px !important;
    font-size: 16px !important;
    margin-left: 15px !important;
    margin-top: 5px !important; }
    .header .monogram-wrap + .my-courses:hover {
      background: #008aa8; }
    .header .monogram-wrap + .my-courses.w100 {
      width: 100%; }
  @media (max-width: 599px) {
    .header {
      /*border-top: solid 10px #fff;*/ }
      .header .nav-social {
        display: none; } }
  @media (min-width: 600px) {
    .header .search {
      position: relative; }
      .header .search a,
      .header .search #search-form,
      .header .search #search-input,
      .header .search #search-submit {
        float: left; }
    .header #search-form {
      display: none;
      margin-left: 10px;
      position: absolute;
      top: 35px;
      left: -22px; }
      .header #search-form #search-input {
        border: solid 1px #dfe1e6;
        padding: 15px 5px;
        height: 14px;
        width: 188px;
        font-size: 10px;
        line-height: 10px; }
      .header #search-form #search-submit {
        padding: 1px 5px;
        font-size: 10px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        box-shadow: none; }
        .header #search-form #search-submit.button {
          background-color: #007d99; }
          .header #search-form #search-submit.button:hover {
            background-color: #007d99;
            opacity: .75; } }
  @media (min-width: 900px) {
    .header .logo {
      padding-top: 0; }
    .header .logo-svg {
      width: 163px;
      height: 86px; }
    .header .logo-gif {
      width: 400px; } }
  .header.logged-in-header.is-scrolled .monogram {
    width: 44px;
    height: 48px; }
  .header.logged-in-header.is-scrolled ul.nav-secondary {
    margin-top: 0px !important; }
  .header.logged-in-header.is-scrolled .get-cert {
    display: none; }
  .header.is-scrolled:not(.logged-in-header) .get-cert {
    display: inline-block;
    float: right; }
  @media (max-width: 1199px) {
    .header.is-scrolled nav.nav-main {
      width: 65%;
      margin-top: -15px; } }

.header-wrap {
  /*max-width: 1320px;*/
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }
  .header-wrap .logo-wrapper {
    overflow: hidden; }
    .header-wrap .logo-wrapper .logo {
      padding: 10px;
      line-height: 1;
      font-size: 0; }
  @media (min-width: 600px) {
    .header-wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 900px) {
    .header-wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 599px) {
    .header-wrap {
      display: inline-block; } }

.main-nav-trigger {
  display: none;
  float: right;
  padding: 10px;
  cursor: pointer; }
  @media (max-width: 899px) {
    .main-nav-trigger {
      display: block;
      margin-top: -70px;
      margin-right: 70px; } }
  @media (max-width: 599px) {
    .main-nav-trigger {
      margin-right: 20px; } }
  .main-nav-trigger i {
    color: #007d99;
    font-size: 30px;
    margin: 0 20px; }
  .main-nav-trigger:hover {
    color: #7c7d80; }

.is-scrolled .header-wrap {
  max-width: none; }

.is-scrolled.logged-in-header .header-wrap .logo-wrapper {
  height: auto;
  float: left;
  width: 250px; }

.is-scrolled:not(.logged-in-header) {
  padding: 0 0 2.5px; }
  .is-scrolled:not(.logged-in-header) .header-wrap .logo-wrapper {
    display: block;
    float: left; }
  .is-scrolled:not(.logged-in-header) .header-wrap .top-header-wrapper {
    float: right; }
  @media (max-width: 1499px) {
    .is-scrolled:not(.logged-in-header) .header-wrap .main-nav-trigger {
      display: inline-block;
      margin-top: 0; } }
  .is-scrolled:not(.logged-in-header) .header-wrap .logo-wrapper,
  .is-scrolled:not(.logged-in-header) .header-wrap .top-header-wrapper {
    display: block; }
  .is-scrolled:not(.logged-in-header) .nav-main {
    padding: 9px 0;
    display: inline-block !important; }

@media (max-width: 599px) {
  .header-wrap-sm {
    display: contents; } }

/******************************
= Secondary Menu
******************************/
@media (max-width: 899px) {
  .nav-secondary-wrap {
    background: none !important; } }

.nav-secondary-wrap a {
  color: #fff;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em; }
  .nav-secondary-wrap a.cart-contents i {
    font-size: 20px;
    height: 20px;
    width: 20px; }
    .nav-secondary-wrap a.cart-contents i:after {
      right: -7px;
      top: -7.5px;
      font-size: 16px; }

@media (max-width: 599px) {
  .nav-secondary-wrap {
    padding: 0 10px 10px;
    text-align: center; } }

@media (min-width: 600px) {
  .nav-secondary-wrap {
    background: #fff;
    float: none;
    padding: 0 0 7px 0; }
    .nav-secondary-wrap .top-header-wrapper .nav-secondary {
      float: right;
      padding-right: 5px;
      margin-top: -100px;
      position: relative;
      z-index: 10;
      top: 0;
      overflow: -webkit-paged-x; }
      .nav-secondary-wrap .top-header-wrapper .nav-secondary li:not(.only-on-scrolled) {
        display: inline-block;
        margin: 0 12px;
        vertical-align: middle; }
      .nav-secondary-wrap .top-header-wrapper .nav-secondary li.cart a {
        position: relative; }
        .nav-secondary-wrap .top-header-wrapper .nav-secondary li.cart a > i:after {
          position: absolute;
          content: attr(data-count); }
      .nav-secondary-wrap .top-header-wrapper .nav-secondary li.scrolled-contact {
        vertical-align: middle;
        margin: 0 0 0 12px; }
        .nav-secondary-wrap .top-header-wrapper .nav-secondary li.scrolled-contact i {
          font-size: 20px;
          height: 20px;
          width: 20px;
          vertical-align: sub; }
      .nav-secondary-wrap .top-header-wrapper .nav-secondary a {
        text-transform: uppercase;
        font-weight: normal;
        font-family: "AvenirNext-DemiBold", sans-serif;
        font-size: 11px;
        display: block;
        line-height: 1.4em;
        color: #007d99;
        transition: 0.3s ease all; }
        .nav-secondary-wrap .top-header-wrapper .nav-secondary a:hover {
          color: #7c7d80; } }

@media (max-width: 899px) {
  .header-wrap .logo-wrapper {
    height: auto;
    /*float: left;*/
    text-align: center; }
  .header-wrap .top-header-wrapper {
    float: right;
    display: none; }
    .header-wrap .top-header-wrapper .nav-secondary {
      float: none;
      margin: 10px 0 0; } }

.nav-secondary-mobile .search a:before,
.nav-secondary .search a:before {
  content: '\f002';
  display: inline-block;
  left: -1px;
  line-height: 1;
  height: 20px;
  width: 20px;
  font-size: 20px;
  font-family: 'FontAwesome'; }

.nav-secondary-mobile .search a.is-active,
.nav-secondary .search a.is-active {
  /*&:before{
    content: '';
    width: 12px; height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    background: url('img/search.svg') 0 0 no-repeat;
    margin-right: 5px;
  }*/ }
  .nav-secondary-mobile .search a.is-active:before,
  .nav-secondary .search a.is-active:before {
    content: '\f057'; }

.nav-secondary .login a.modal-link,
.nav-secondary .login a.header-special-link {
  border: 1px solid;
  padding: 4px 8px; }

/******************************
= Primary Menu
******************************/
.is-scrolled .nav-main-wrap {
  margin-top: -60px; }
  @media (min-width: 900px) {
    .is-scrolled .nav-main-wrap .nav-main li {
      margin-left: 25px; } }
  @media (min-width: 1200px) {
    .is-scrolled .nav-main-wrap .get-cert a {
      width: 210px; } }
  @media (max-width: 1499px) {
    .is-scrolled .nav-main-wrap .nav-main {
      display: none !important; } }
  @media (max-width: 899px) {
    .is-scrolled .nav-main-wrap .nav-main {
      width: 80% !important;
      margin-right: 0;
      margin-left: 10px; } }

.nav-main-wrap {
  display: block;
  text-align: center; }
  @media (max-width: 1199px) {
    .nav-main-wrap {
      margin-top: 10px;
      text-align: left; } }
  .nav-main-wrap a {
    letter-spacing: 0.08em;
    font-family: "AvenirNext-Regular", sans-serif; }
  @media (max-width: 599px) {
    .nav-main-wrap {
      display: none;
      /*position: absolute;*/
      left: 0;
      right: 0;
      z-index: 99;
      background: #fff;
      margin-top: 0; }
      .nav-main-wrap .nav-main,
      .nav-main-wrap .nav-secondary-mobile {
        padding: 10px 10px 0; }
        .nav-main-wrap .nav-main ul,
        .nav-main-wrap .nav-secondary-mobile ul {
          clear: both; }
        .nav-main-wrap .nav-main li,
        .nav-main-wrap .nav-secondary-mobile li {
          border-top: solid 1px #dfe1e6; }
        .nav-main-wrap .nav-main li.menu-item-has-children .sub-menu,
        .nav-main-wrap .nav-secondary-mobile li.menu-item-has-children .sub-menu {
          padding-left: 15px;
          height: 0;
          width: 0;
          opacity: 0;
          visibility: hidden;
          display: none; }
          .nav-main-wrap .nav-main li.menu-item-has-children .sub-menu.open,
          .nav-main-wrap .nav-secondary-mobile li.menu-item-has-children .sub-menu.open {
            height: initial;
            width: initial;
            opacity: 1;
            visibility: visible;
            display: block; }
          .nav-main-wrap .nav-main li.menu-item-has-children .sub-menu, .nav-main-wrap .nav-main li.menu-item-has-children .sub-menu.open,
          .nav-main-wrap .nav-secondary-mobile li.menu-item-has-children .sub-menu,
          .nav-main-wrap .nav-secondary-mobile li.menu-item-has-children .sub-menu.open {
            transition: all 0.2s ease-in-out; }
        .nav-main-wrap .nav-main a,
        .nav-main-wrap .nav-secondary-mobile a {
          font-size: 11px;
          font-family: "AvenirNext-DemiBold", sans-serif;
          font-weight: normal;
          color: #231f20;
          text-transform: uppercase;
          display: block;
          padding: 8px 5px; }
      .nav-main-wrap .nav-secondary-mobile {
        padding-top: 0;
        padding-bottom: 10px;
        overflow: hidden; }
        .nav-main-wrap .nav-secondary-mobile .search,
        .nav-main-wrap .nav-secondary-mobile .cart {
          border-bottom: solid 1px #dfe1e6; }
        .nav-main-wrap .nav-secondary-mobile #search-form {
          display: none;
          position: relative; }
          .nav-main-wrap .nav-secondary-mobile #search-form #search-submit {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            box-shadow: none; }
        .nav-main-wrap .nav-secondary-mobile .cart {
          float: right; }
          .nav-main-wrap .nav-secondary-mobile .cart a {
            text-align: right;
            padding-right: 20px; } }
  .nav-main-wrap .nav-main {
    width: calc(100% - 210px); }
  @media (max-width: 599px) {
    .nav-main-wrap .nav-main {
      width: 100%;
      margin-top: 20px; } }
  @media (min-width: 1154px) {
    .nav-main-wrap .nav-main {
      width: auto; } }
  @media (min-width: 900px) {
    .nav-main-wrap .nav-main ul {
      text-align: center; } }
  @media (min-width: 1200px) {
    .nav-main-wrap .nav-main {
      margin-top: 22px; } }
  @media (min-width: 600px) {
    .nav-main-wrap .nav-main {
      display: inline-block;
      text-align: center; }
      .nav-main-wrap .nav-main ul {
        overflow: hidden;
        text-align: left;
        float: left; }
      .nav-main-wrap .nav-main li {
        display: inline-block;
        margin-left: 10px; }
        .nav-main-wrap .nav-main li.current-menu-item a,
        .nav-main-wrap .nav-main li.current-page-ancestor a,
        .nav-main-wrap .nav-main li.current_page_parent a,
        .nav-main-wrap .nav-main li a:hover {
          opacity: 0.5; }
        .error404 .nav-main-wrap .nav-main li.current_page_parent a {
          opacity: 1; }
      .nav-main-wrap .nav-main li.menu-item-has-children .sub-menu {
        display: none; }
      .nav-main-wrap .nav-main a {
        color: #231f20;
        font-family: "AvenirNext-DemiBold", sans-serif;
        font-weight: normal;
        font-size: 14px;
        text-transform: uppercase;
        padding-bottom: 12px;
        transition: 0.3s ease all; } }
  @media (min-width: 900px) {
    .nav-main-wrap .nav-main li {
      margin-left: 37px; }
    .nav-main-wrap .nav-main a {
      font-size: 15px; } }
  @media (max-width: 1199px) {
    .nav-main-wrap .nav-main li {
      margin-left: 20px; } }
  @media (max-width: 899px) {
    .nav-main-wrap .nav-main a {
      font-size: 13px; } }

.main-nav-side {
  position: fixed;
  top: 0;
  left: -360px;
  background-color: #fafafa;
  z-index: 1001;
  width: 360px;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 3px 0 0 rgba(0, 0, 0, 0.15);
  transition: left 500ms; }
  .main-nav-side .nav-logo {
    padding: 14px 20px;
    background-color: #ffffff;
    border-bottom: 3px solid #eee; }
  .main-nav-side .cne-navlogo svg {
    display: block;
    width: 90px;
    height: 47px; }
  .main-nav-side .main-nav-close {
    background: none;
    box-shadow: none;
    padding: 0;
    width: 24px;
    height: 24px;
    position: relative;
    float: right;
    margin: 15px 0 0 0;
    transition: opacity 0.3s; }
    .main-nav-side .main-nav-close:hover {
      color: #7c7d80; }
    .main-nav-side .main-nav-close:before, .main-nav-side .main-nav-close:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #007d99;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
    .main-nav-side .main-nav-close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .main-nav-side .main-nav-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .main-nav-side ul {
    margin: 0; }
    .main-nav-side ul li {
      marging: 0; }
      .main-nav-side ul li a {
        display: block;
        width: 100%;
        color: #231f20;
        padding: 15px 20px;
        border-bottom: 1px solid #ddd;
        transition: all 0.3s; }
        .main-nav-side ul li a:hover {
          background: #eee; }
      .main-nav-side ul li ul, .main-nav-side ul li li {
        display: none; }
      .main-nav-side ul li.search.mobile form {
        position: relative; }
        .main-nav-side ul li.search.mobile form:before {
          content: '\f002';
          display: inline-block;
          left: -1px;
          line-height: 1;
          height: 20px;
          width: 20px;
          font-size: 20px;
          font-family: 'FontAwesome';
          position: absolute;
          top: 11px;
          left: 13px; }
      .main-nav-side ul li.search.mobile input[type=text] {
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0px 0px 20px 0px #ccc;
        margin: 10px 4px 4px;
        width: calc(100% - 8px);
        display: block;
        padding-left: 33px;
        padding-top: 12px;
        font-family: "AvenirNext-Regular", sans-serif; }
        .main-nav-side ul li.search.mobile input[type=text]::-webkit-input-placeholder {
          text-transform: capitalize; }
        .main-nav-side ul li.search.mobile input[type=text]::-moz-placeholder {
          text-transform: capitalize; }
        .main-nav-side ul li.search.mobile input[type=text]:-ms-input-placeholder {
          text-transform: capitalize; }
        .main-nav-side ul li.search.mobile input[type=text]::placeholder {
          text-transform: capitalize; }
      .main-nav-side ul li.search.mobile input[type=submit] {
        position: absolute;
        right: 4px;
        height: 40px;
        top: 1px;
        box-shadow: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        display: none; }

body.main-nav-side-active .main-nav-side {
  left: 0; }

/******************************
= Mobile Menu Button
******************************/
.nav-main-button {
  float: right;
  background: transparent;
  outline: none;
  width: auto;
  display: none; }

.nav-main-button.open {
  clear: right;
  /*margin-right: $padding-mobile;*/
  padding: 10px 25px 10px 20px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 10px;
  font-weight: normal;
  border-radius: 4px;
  margin-top: 10px; }
  .nav-main-button.open:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 3px;
    position: relative;
    top: -9px;
    margin-right: 17px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }
  @media (max-width: 599px) {
    .nav-main-button.open {
      padding: 10px 10px 10px 10px;
      position: absolute;
      right: 11px; } }
  @media (max-width: 399px) {
    .nav-main-button.open {
      padding: 5px;
      text-indent: -40px;
      overflow: hidden; } }

.nav-main-button.close {
  width: 16px;
  height: 16px;
  display: block;
  margin-bottom: 10px;
  text-indent: -9999px;
  border: none;
  box-shadow: none;
  background: transparent url("img/close-mobile.svg") 0 0 no-repeat;
  background-size: 16px 16px; }

/******************************
= Newsletter Call To Action
******************************/
.header-newsletter {
  position: relative;
  background: #007d99;
  color: #fff;
  padding: 8px 48px 8px 16px;
  display: none; }
  .is-scrolled .header-newsletter {
    display: block; }
    .is-scrolled .header-newsletter.is-closed {
      display: none; }
  .header-newsletter .header-newsletter-text {
    width: 57%;
    float: right;
    padding-right: 20px;
    text-align: right; }
  .header-newsletter .icon, .header-newsletter p {
    display: inline; }
  .header-newsletter p {
    color: #dfe1e6;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal;
    font-size: 16px; }
  .header-newsletter .icon-close {
    position: absolute;
    top: 17px;
    right: 16px;
    width: 16px;
    height: 16px;
    fill: #003f4d;
    cursor: pointer; }
  .header-newsletter .icon-email {
    width: 21px;
    height: 18px;
    fill: #fff;
    margin-right: 5px;
    position: relative;
    top: 3px; }
  .header-newsletter .header-form {
    float: right;
    width: 43%; }
    .header-newsletter .header-form li input,
    .header-newsletter .header-form li button {
      width: 100%; }
    .header-newsletter .header-form .form-name,
    .header-newsletter .header-form .form-email {
      padding-right: 5px;
      width: 39.3043478261%;
      float: left;
      display: block; }
    .header-newsletter .header-form input[type="text"],
    .header-newsletter .header-form input[type="email"] {
      background: rgba(255, 255, 255, 0.15);
      padding: 5px 0 5px 10px;
      color: #fff; }
    .header-newsletter .header-form .gform_footer {
      width: 21.3913043478%;
      float: left; }
    .header-newsletter .header-form .gform_button {
      width: 100%;
      padding: 9px 0;
      margin: 0;
      font-size: 12px;
      padding-left: 5px;
      float: left; }

@media (min-width: 600px) {
  .home .hero {
    padding: 25px; } }

.hero {
  position: relative;
  z-index: 1;
  padding: 120px 10px 20px;
  margin-bottom: 10px;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
  border-bottom: 4px solid #fbaa19;
  overflow: hidden; }
  @media (max-width: 599px) {
    .hero {
      padding-top: 135px; }
      .hero:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: -1;
        height: 125px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); } }
  .hero .module {
    max-width: 750px;
    margin: 0 auto;
    padding: 10px;
    box-shadow: none; }
  .hero h3, .hero #comments .comment-body .name, #comments .comment-body .hero .name, .hero #comments .comment-body .name a, #comments .comment-body .name .hero a, .hero .affwp-form legend, .affwp-form .hero legend, .hero .squeeze .praise-name, .squeeze .hero .praise-name {
    margin: 0;
    padding: 0 0 10px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #d9d9de; }
  .hero h2, .hero .woocommerce.single-product .product-title, .woocommerce.single-product .hero .product-title {
    margin: 0;
    padding: 20px 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1em;
    border-top: dotted 1px rgba(217, 217, 222, 0.5);
    border-bottom: dotted 1px rgba(217, 217, 222, 0.5);
    color: #fff; }
  .hero p {
    margin: 0;
    padding: 20px 0;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2em;
    color: #d9d9de;
    text-transform: uppercase; }
  .hero .horizontal-form {
    padding: 15px 0 10px; }
    .hero .horizontal-form .button.gform_button {
      background: #738c1f;
      margin-top: 0;
      border-radius: 0; }
      @media (min-width: 600px) {
        .hero .horizontal-form .button.gform_button {
          width: 168px;
          height: 53px;
          padding: 0; } }
      .hero .horizontal-form .button.gform_button:hover {
        background: #7d9922; }
    @media (min-width: 900px) {
      .hero .horizontal-form .gform_footer {
        margin-left: 2px; }
      .hero .horizontal-form input[type="text"],
      .hero .horizontal-form input[type="email"],
      .hero .horizontal-form input[type="tel"],
      .hero .horizontal-form input[type="url"],
      .hero .horizontal-form input[type="number"],
      .hero .horizontal-form input[type="password"],
      .hero .horizontal-form textarea {
        max-width: 235px; } }
    .hero .horizontal-form input[type="text"],
    .hero .horizontal-form input[type="email"],
    .hero .horizontal-form input[type="tel"],
    .hero .horizontal-form input[type="url"],
    .hero .horizontal-form input[type="number"],
    .hero .horizontal-form input[type="password"],
    .hero .horizontal-form textarea {
      margin-right: 2px; }
  @media (min-width: 600px) {
    .hero {
      margin-bottom: 0px;
      padding: 175px 20px 0; }
      .hero .module {
        padding: 20px 40px 25px;
        border-radius: 25px; }
      .hero .hero-title {
        border-top: dotted 1px #d9d9de;
        border-bottom: dotted 1px #d9d9de;
        padding-top: 2px;
        padding-bottom: 5px; }
      .hero h3, .hero #comments .comment-body .name, #comments .comment-body .hero .name, .hero #comments .comment-body .name a, #comments .comment-body .name .hero a, .hero .affwp-form legend, .affwp-form .hero legend, .hero .squeeze .praise-name, .squeeze .hero .praise-name {
        font-size: 14px;
        padding-top: 15px; }
      .hero h2, .hero .woocommerce.single-product .product-title, .woocommerce.single-product .hero .product-title {
        font-size: 32px;
        border: none;
        line-height: 1.2em;
        padding-bottom: 8px; }
      .hero p {
        font-size: 14px;
        padding-top: 0; }
      .hero .button-hero {
        padding: 0 8px;
        font-size: 15px; }
      .hero .hero-form {
        padding: 20px 20px 0; }
        .hero .hero-form li {
          float: left;
          padding-right: 5px; }
          .hero .hero-form li.hero-form-name, .hero .hero-form li.hero-form-email {
            width: 36.5079365079%; }
          .hero .hero-form li.hero-form-submit {
            width: 26.9841269841%;
            padding-right: 0;
            padding-left: 5px; } }
  @media (min-width: 900px) {
    .hero h3, .hero #comments .comment-body .name, #comments .comment-body .hero .name, .hero #comments .comment-body .name a, #comments .comment-body .name .hero a, .hero .affwp-form legend, .affwp-form .hero legend, .hero .squeeze .praise-name, .squeeze .hero .praise-name {
      font-size: 16px; }
    .hero h2, .hero .woocommerce.single-product .product-title, .woocommerce.single-product .hero .product-title {
      font-size: 47px; } }
  .hero .hero-subtitle {
    font-size: 11px; }

/**
 * The homepage hero banner.
 *
 * The banner presents differently than other page templates. It has a video bg and various text
 * overlays, calls to action, etc. The primary container has a background that ought to show
 * immediately, before a video has a chance to load.
 *
 * 1. We force the main container to be it's own sort of viewport.
 * 2. To that end, without absolutely positioning it, .homepage-hero-content will break the flow
 *    of the related component, .homepage-hero-overlay.
 *
 *
 * @heirarchy
 * .homepage-hero
 *   > .homepage-hero-content
 *     > .homepage-hero__heading
 *        > img[src=heading.svg]
 *     > .homepage-hero__play-button
 *        > img[src=playbutton.svg]
 *        > .homepage-hero__play-cta
 *     > .homepage-hero__subhead
 *     > .homepage-hero__button
 *   > .homepage-hero-overlay
 *     > .homepage-hero-overlay__video
 */
.homepage-hero {
  position: relative;
  /* 2 */
  display: block;
  width: 100%;
  height: 510px;
  overflow: hidden;
  /* 1 */
  text-transform: uppercase;
  background-image: linear-gradient(100deg, #006c85, #007d99 45%, #007d99 55%, #009abd);
  background-size: cover;
  transition: height 0.2s ease-out; }
  @media (min-width: 600px) and (max-width: 899px) {
    .homepage-hero {
      height: 500px; } }
  @media (min-width: 900px) {
    .homepage-hero {
      height: 680px; } }
  @media (max-width: 899px) {
    .homepage-hero {
      background-image: none; } }
  .homepage-hero svg {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%; }

/**
 * The container for homepage hero banner's content.
 *
 * 1. Flex settings
 * 2. Coalesce the text & link text.
 */
.homepage-hero-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  font-family: "AvenirNext-Regular", sans-serif;
  z-index: 1;
  padding: 0 10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  /* 1 */
  -ms-flex-pack: center;
      justify-content: center;
  /* 1 */
  /* 2 */ }
  .homepage-hero-content, .homepage-hero-content a {
    color: #fff; }
  @media (min-width: 900px) {
    .homepage-hero-content {
      padding: 0 20px; } }
  @media (max-width: 899px) {
    .homepage-hero-content {
      padding: 0 20px;
      border-bottom: 4px solid #cccccc; } }

/**
 * (Includes outlined SVG text.)
 *
 * 1. Ensure margin.
 */
.homepage-hero__heading {
  margin-top: 80px; }
  @media (min-width: 600px) {
    .homepage-hero__heading {
      margin-top: 100px; } }
  @media (min-width: 900px) {
    .homepage-hero__heading {
      margin-top: 50px; } }
  @media (max-width: 899px) {
    .homepage-hero__heading {
      display: none; } }
  @media (max-width: 599px) {
    .homepage-hero__heading {
      margin-top: 100px; }
      .homepage-hero__heading svg {
        max-height: 90px;
        max-width: 80%;
        margin: 0 auto; }
      .homepage-hero__heading img {
        display: none; } }
  @media (min-width: 600px) {
    .homepage-hero__heading > div {
      position: relative; }
    .homepage-hero__heading svg,
    .homepage-hero__heading img {
      position: absolute; }
    .homepage-hero__heading img {
      display: inline-block; }
    .homepage-hero__heading > div,
    .homepage-hero__heading svg,
    .homepage-hero__heading img {
      width: 500px;
      height: 73px; } }
  @media (min-width: 900px) {
    .homepage-hero__heading > div,
    .homepage-hero__heading svg,
    .homepage-hero__heading img {
      width: 700px;
      height: 130px; } }
  @media (min-width: 1000px) {
    .homepage-hero__heading > div,
    .homepage-hero__heading svg,
    .homepage-hero__heading img {
      width: 900px;
      height: 130px; } }

@media (max-width: 899px) {
  .homepage-hero__heading * {
    fill: #738c1f; } }

.homepage-hero__heading-sm {
  display: none;
  max-width: 500px;
  margin-top: 90px;
  text-shadow: -2px -2px 5px #fff; }
  @media (max-width: 899px) {
    .homepage-hero__heading-sm {
      display: block; } }

.homepage-hero__tophead {
  color: #000;
  font-family: "AvenirNext-Regular", sans-serif;
  font-size: 18px;
  display: none; }
  @media (max-width: 899px) {
    .homepage-hero__tophead {
      display: block; } }
  @media (max-width: 599px) {
    .homepage-hero__tophead {
      font-size: 16px; } }

/**
 * (Includes SVG image.)
 */
.homepage-hero__play-button {
  margin-top: 15px;
  font-weight: 400; }
  .homepage-hero__play-button svg {
    opacity: 0.5;
    width: 100px;
    height: 100px; }
  .homepage-hero__play-button:hover {
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: pulse;
            animation-name: pulse; }
    .homepage-hero__play-button:hover svg {
      opacity: 0.8; }
    .homepage-hero__play-button:hover .homepage-hero__play-cta:after {
      opacity: 0.8;
      -webkit-transform: translate(0, -2px);
          -ms-transform: translate(0, -2px);
              transform: translate(0, -2px); }
  .homepage-hero__play-button, .homepage-hero__play-button:hover,
  .homepage-hero__play-button svg,
  .homepage-hero__play-button:hover svg,
  .homepage-hero__play-button .homepage-hero__play-cta:after,
  .homepage-hero__play-button:hover .homepage-hero__play-cta:after {
    transition: all 0.25s ease-in-out; }
  .homepage-hero__play-button .homepage-hero__play-cta:after,
  .homepage-hero__play-button:hover .homepage-hero__play-cta:after {
    transition-delay: 0.20s; }
  @media (max-width: 598px) {
    .homepage-hero__play-button img, .homepage-hero__play-button svg {
      width: 80px;
      height: 80px;
      margin: 0 auto; } }

/**
 * The "Click To Play" text.
 *
 * 1. A little extra... human visual balance. Exact calc wasn't matching mockup.
 * 2. The hidden underline that animates the active state of this element.
 */
.homepage-hero__play-cta {
  color: white;
  display: block;
  position: relative;
  /* 2 */
  font-size: 14px;
  opacity: 0.8;
  margin-top: 8px;
  /* 2 */ }
  @media screen and (min-height: 800px) {
    .homepage-hero__play-cta {
      margin-bottom: 15px; } }
  .homepage-hero__play-cta:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 86px;
    margin-left: -43px;
    opacity: 0;
    left: 50%;
    bottom: -2px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8); }

/**
 * Not strictly "date" text, but a bold, subheader.
 */
.homepage-hero__subhead {
  color: white;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 14px;
  margin-top: 30px;
  /*$hh-subhead-margin-top-desktop;*/ }
  @media (min-width: 480px) {
    .homepage-hero__subhead {
      font-size: 20px; } }
  @media (min-width: 600px) {
    .homepage-hero__subhead {
      font-size: 26px;
      line-height: 31.2px; } }
  @media (max-width: 899px) {
    .homepage-hero__subhead {
      color: #000;
      font-family: "AvenirNext-Regular", sans-serif;
      font-size: 18px; } }
  @media (max-width: 599px) {
    .homepage-hero__subhead {
      color: #000;
      font-family: "AvenirNext-Regular", sans-serif;
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 25px; } }
  @media screen and (min-width: 600px) and (max-width: 900px) {
    .homepage-hero__subhead {
      margin-bottom: 30px; } }

@media (max-width: 599px) {
  .homepage-hero__twocol_btn {
    margin-bottom: 10px; } }

.homepage-hero__button {
  margin-top: 15px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif;
  background: #007d99;
  border: none;
  transition: 0.3s ease all;
  text-shadow: none;
  padding: 0.7em 2em;
  font-size: 20px;
  background: #da521f;
  font-size: 24px;
  box-shadow: 6px 5px 0 rgba(0, 0, 0, 0.3);
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0px; }
  .homepage-hero__button:hover {
    background: #008aa8; }
  .homepage-hero__button.w100 {
    width: 100%; }
  .homepage-hero__button:hover {
    background-color: #b6451a;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5); }
  @media (max-width: 599px) {
    .homepage-hero__button {
      font-size: 18px;
      padding: 12px 25px; } }
  @media (max-width: 349px) {
    .homepage-hero__button {
      width: 100%;
      box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
      padding-left: 10px;
      padding-right: 10px; } }

.homepage-hero__button--desktop {
  display: inline-block; }
  @media (min-width: 900px) {
    .homepage-hero__button--desktop {
      display: inline-block; } }

.homepage-hero__button--mobile {
  display: none; }
  @media (max-width: 898px) {
    .homepage-hero__button--mobile {
      display: inline-block; } }

@media (max-width: 598px) {
  .homepage-hero__twocol_btn {
    margin-top: 10px; } }

.homepage-hero__twocol_btn .homepage-hero__button {
  min-width: 275px;
  background-color: #007d99;
  font-family: "AvenirNext-Regular", sans-serif;
  margin-left: 10px;
  margin-right: 10px; }
  .homepage-hero__twocol_btn .homepage-hero__button:not(:last-child) {
    background-color: #fbaa19; }
  @media (max-width: 598px) {
    .homepage-hero__twocol_btn .homepage-hero__button {
      margin: 10px;
      padding: 20px;
      width: 225px; } }

/**
 * Re-implement the "background-size: cover;" algorithm here,
 * in conjunction with .homepage-hero.
 */
.homepage-hero-overlay__video,
.homepage-hero-overlay__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0; }

.homepage-hero-overlay__video {
  display: none; }
  @media (min-width: 900px) {
    .homepage-hero-overlay__video {
      display: block; } }
  @media screen and (min-width: 1208.88888889px) {
    .homepage-hero-overlay__video {
      width: 100%;
      height: auto; } }

@media (max-width: 899px) {
  .homepage-hero {
    background-color: #fff;
    position: relative; }
    .homepage-hero:before, .homepage-hero:after {
      content: "";
      position: absolute;
      max-width: 100%;
      width: 164px;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat; }
    .homepage-hero:before {
      background-image: url("./img/masthead_mobile-l.png"); }
    .homepage-hero:after {
      background-image: url("./img/masthead_mobile-r.png");
      right: -33px; } }

@media (max-width: 599px) {
  .homepage-hero:before, .homepage-hero:after {
    width: 126px; }
  .homepage-hero:after {
    right: 0; } }

.homepage-hero-overlay__image img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  /* @include bp('min', ($hh-mobile-height / ($hh-mobile-bg-ratio))) {
    height: auto;
    width: 100%;
  }*/ }
  @media (min-width: 600px) {
    .homepage-hero-overlay__image img {
      height: 100%;
      width: auto; } }
  @media (max-width: 899px) {
    .homepage-hero-overlay__image img {
      display: none; } }
  @media (min-width: 900px) {
    .homepage-hero-overlay__image img {
      display: none; } }

.homepage-hero-bottom-pad {
  height: 20px;
  background: white; }
  @media (min-width: 600px) {
    .homepage-hero-bottom-pad {
      height: 50px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.text-bubble {
  position: relative;
  text-align: left;
  display: table; }
  .text-bubble:before, .text-bubble:after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 5px;
    bottom: -18px;
    width: 0;
    height: 0;
    border-right: solid 18px transparent;
    border-bottom: solid 18px transparent;
    border-left: solid 26px #007d99; }
  .text-bubble:after {
    z-index: 1;
    right: 3px;
    bottom: -21px;
    border-left-color: rgba(0, 0, 0, 0.1); }
  .text-bubble p {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: "Yanone Kaffeesatz", sans-serif;
    line-height: 1.6em; }

.praise-cite {
  position: relative;
  display: block;
  text-align: center;
  padding: 60px 20px 0 20px;
  font-style: normal; }
  .praise-cite .praise-name,
  .praise-cite .praise-loc,
  .praise-cite .praise-grad {
    display: block;
    line-height: 1.1em; }
  .praise-cite .praise-name {
    font-weight: 600;
    font-size: 22px; }
  .praise-cite .praise-loc {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    word-wrap: break-word; }
  .praise-cite .praise-grad {
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px;
    padding-top: 10px;
    margin-left: -10px;
    padding-left: 10px;
    border-top: solid 1px #dfe1e6; }
  .praise-cite .praise-img {
    position: absolute;
    right: 60px;
    top: -10px;
    z-index: 99;
    width: 60px;
    height: 60px; }
  @media (min-width: 900px) {
    .praise-cite {
      padding: 20px 108px 0 20px;
      text-align: left; }
      .praise-cite .praise-img {
        width: 90px;
        height: 90px; }
      .praise-cite .praise-name,
      .praise-cite .praise-loc,
      .praise-cite .praise-grad {
        padding-right: 52px; } }

.praises {
  display: inline-block;
  width: 100%;
  clear: both;
  font-family: "AvenirNext-Regular", sans-serif;
  font-weight: normal;
  font-size: .95em; }
  .praises .praise-post {
    border-bottom: 1px solid #e0e1e6;
    display: inline-block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 1em;
    position: relative; }
    .praises .praise-post.alt {
      margin-bottom: 3em; }
      .praises .praise-post.alt .hide-alt {
        display: none; }
    .praises .praise-post:last-child {
      margin-bottom: 3em; }
  .praises .praise-img {
    float: left;
    margin: 1.5em 2em 2em 0;
    width: 142px; }
    .praises .praise-img.alt {
      position: absolute;
      right: 50px;
      bottom: 0;
      z-index: 1;
      margin-bottom: -1.5em; }
      @media (max-width: 599px) {
        .praises .praise-img.alt {
          right: 40px;
          margin-bottom: -1em;
          width: 125px;
          height: auto; } }
    @media (max-width: 599px) {
      .praises .praise-img {
        display: block;
        margin: auto;
        float: none;
        margin-top: 0; } }
  .praises .module {
    text-align: left; }
    .praises .module.standard {
      background: transparent;
      padding: 0; }
  @media (min-width: 600px) {
    .praises .has-thumb .module.standard {
      margin-left: 180px; } }
  .praises .praise-cite {
    padding: 20px 0 0;
    margin: 0 325px 0 50px; }
    @media (max-width: 599px) {
      .praises .praise-cite {
        margin: 0 180px 0 0; } }
    .praises .praise-cite .praise-name, .praises .praise-cite .praise-grad, .praises .praise-cite .praise-loc {
      padding: 0;
      margin: 0; }
    .praises .praise-cite.standard {
      color: #738c1f;
      padding: 0;
      margin: 0;
      text-align: left; }
      @media (min-width: 600px) {
        .praises .praise-cite.standard {
          margin-left: 180px; } }
      .praises .praise-cite.standard .praise-name, .praises .praise-cite.standard .praise-grad {
        font-family: "AvenirNext-DemiBold", sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        display: inline;
        padding: 0;
        font-size: 14px;
        margin: 0;
        border: 0; }
      .praises .praise-cite.standard .praise-loc {
        display: inline;
        padding: 0;
        font-size: 14px;
        font-family: "AvenirNext-DemiBold", sans-serif;
        font-weight: normal; }
  @media (min-width: 600px) {
    .praises .has-thumb .praise-cite {
      margin-left: 180px; } }
  .praises .iframe-thumbnail__thumb {
    width: 100%; }

.page-template-page-praise-php .text-bubble p {
  font-size: .95em;
  padding: 15px;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal; }

.page-template-page-praise-php .flex-content {
  margin-bottom: 2em;
  margin-top: 2em; }

.praise-post.alt .praise-cite {
  float: right;
  text-align: right; }

.page-template-page-partner-php .flex-content {
  margin: 2em 0; }

.page-template-page-partner-php .flex-content.last {
  padding-bottom: 100px; }

.page-template-page-partner-php .flex-active-slide {
  width: 100%; }

.page-template-page-partner-php form {
  margin: 2em; }

.page-template-page-partner-php .praises .praise-img {
  margin-top: 0; }

.bio-wrapper {
  width: 100%;
  display: inline-block;
  margin-bottom: 3em; }
  .bio-wrapper .website a {
    font-size: 17px;
    color: #007d99;
    text-decoration: underline;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 500; }
  .bio-wrapper .bio-meta {
    width: 20%;
    float: left; }
    @media (max-width: 899px) {
      .bio-wrapper .bio-meta {
        width: 30%; } }
    @media (max-width: 599px) {
      .bio-wrapper .bio-meta {
        width: 100%;
        float: none; }
        .bio-wrapper .bio-meta img {
          max-width: 200px;
          display: block;
          margin: auto; } }
  .bio-wrapper .bio-description {
    width: 75%;
    float: right;
    font-size: .9em; }
    @media (max-width: 899px) {
      .bio-wrapper .bio-description {
        width: 65%; } }
    @media (max-width: 599px) {
      .bio-wrapper .bio-description {
        width: 100%;
        float: none; } }
    .bio-wrapper .bio-description .expert-name {
      width: 100%;
      color: #7c7d80;
      font-size: 24px;
      margin-top: 10px; }
    .bio-wrapper .bio-description .user-bio h1, .bio-wrapper .bio-description .user-bio .serif-title, .bio-wrapper .bio-description .user-bio h2, .bio-wrapper .bio-description .user-bio .woocommerce.single-product .product-title, .woocommerce.single-product .bio-wrapper .bio-description .user-bio .product-title, .bio-wrapper .bio-description .user-bio h2, .bio-wrapper .bio-description .user-bio .woocommerce.single-product .product-title, .woocommerce.single-product .bio-wrapper .bio-description .user-bio .product-title, .bio-wrapper .bio-description .user-bio h3, .bio-wrapper .bio-description .user-bio #comments .comment-body .name, #comments .comment-body .bio-wrapper .bio-description .user-bio .name, .bio-wrapper .bio-description .user-bio #comments .comment-body .name a, #comments .comment-body .name .bio-wrapper .bio-description .user-bio a, .bio-wrapper .bio-description .user-bio .affwp-form legend, .affwp-form .bio-wrapper .bio-description .user-bio legend, .bio-wrapper .bio-description .user-bio .squeeze .praise-name, .squeeze .bio-wrapper .bio-description .user-bio .praise-name, .bio-wrapper .bio-description .user-bio h4, .bio-wrapper .bio-description .user-bio h5 {
      font-family: "AvenirNext-DemiBold", sans-serif;
      text-transform: uppercase;
      font-size: .8em;
      font-weight: normal;
      letter-spacing: .1em;
      color: #738c1f;
      margin: 0; }

.page-template-page-faculty-staff-php .experts-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.author-info h4 {
  font-family: "AvenirNext-DemiBold", sans-serif;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: normal;
  letter-spacing: .1em;
  color: #738c1f; }

@media (max-width: 899px) {
  .home .blog-feed .blog-post:nth-of-type(2n+3), .blog-feed .blog-post:nth-of-type(2n+3) {
    clear: both; } }

@media (min-width: 900px) {
  .blog-feed .blog-post:nth-of-type(4n+5) {
    clear: both; } }

.blog-feed-index.has-featured .blog-post:nth-of-type(2n+2), .author-feed-index.has-featured .blog-post:nth-of-type(2n+2) {
  clear: both; }

.blog-feed-index .blog-post.featured .shadow, .blog-feed-index .blog-post.featured .button, .blog-feed-index .blog-post.featured button.update-search, .blog-feed-index .blog-post.featured .content-button, .blog-feed-index .blog-post.featured .header .monogram-wrap + .my-courses, .header .blog-feed-index .blog-post.featured .monogram-wrap + .my-courses, .blog-feed-index .blog-post.featured .homepage-hero__button, .blog-feed-index .blog-post.featured .dk_options, .blog-feed-index .blog-post.featured .horizontal-form button, .horizontal-form .blog-feed-index .blog-post.featured button, .blog-feed-index .blog-post.featured button,
.blog-feed-index .blog-post.featured .gform_button, .blog-feed-index .blog-post.featured #commentform #submit, #commentform .blog-feed-index .blog-post.featured #submit, .blog-feed-index .blog-post.featured .modal-white.rte input[type="submit"], .modal-white.rte .blog-feed-index .blog-post.featured input[type="submit"], .author-feed-index .blog-post.featured .shadow, .author-feed-index .blog-post.featured .button, .author-feed-index .blog-post.featured button.update-search, .author-feed-index .blog-post.featured .content-button, .author-feed-index .blog-post.featured .header .monogram-wrap + .my-courses, .header .author-feed-index .blog-post.featured .monogram-wrap + .my-courses, .author-feed-index .blog-post.featured .homepage-hero__button, .author-feed-index .blog-post.featured .dk_options, .author-feed-index .blog-post.featured .horizontal-form button, .horizontal-form .author-feed-index .blog-post.featured button, .author-feed-index .blog-post.featured button,
.author-feed-index .blog-post.featured .gform_button, .author-feed-index .blog-post.featured #commentform #submit, #commentform .author-feed-index .blog-post.featured #submit, .author-feed-index .blog-post.featured .modal-white.rte input[type="submit"], .modal-white.rte .author-feed-index .blog-post.featured input[type="submit"] {
  max-height: 305px;
  overflow: hidden; }

.blog-feed-index .blog-post.featured .blog-img-wrap h5, .blog-feed-index .blog-post.featured .course-img-wrap h5, .blog-feed-index .blog-post.featured .shop-img-wrap h5, .author-feed-index .blog-post.featured .blog-img-wrap h5, .author-feed-index .blog-post.featured .course-img-wrap h5, .author-feed-index .blog-post.featured .shop-img-wrap h5 {
  font-size: 22px; }

@media (min-width: 600px) {
  .blog-feed-index .blog-post.featured .blog-img-wrap h5, .blog-feed-index .blog-post.featured .course-img-wrap h5, .blog-feed-index .blog-post.featured .shop-img-wrap h5, .author-feed-index .blog-post.featured .blog-img-wrap h5, .author-feed-index .blog-post.featured .course-img-wrap h5, .author-feed-index .blog-post.featured .shop-img-wrap h5 {
    font-size: 32px; }
    .blog-feed-index .blog-post.featured .blog-img-wrap h5.has-user-image, .blog-feed-index .blog-post.featured .course-img-wrap h5.has-user-image, .blog-feed-index .blog-post.featured .shop-img-wrap h5.has-user-image, .author-feed-index .blog-post.featured .blog-img-wrap h5.has-user-image, .author-feed-index .blog-post.featured .course-img-wrap h5.has-user-image, .author-feed-index .blog-post.featured .shop-img-wrap h5.has-user-image {
      padding-left: 115px; }
  .blog-feed-index .blog-post.featured .blog-auth, .blog-feed-index .blog-post.featured .product .product-auth, .product .blog-feed-index .blog-post.featured .product-auth, .author-feed-index .blog-post.featured .blog-auth, .author-feed-index .blog-post.featured .product .product-auth, .product .author-feed-index .blog-post.featured .product-auth {
    padding-top: 5px; }
    .blog-feed-index .blog-post.featured .blog-auth .blog-auth-img-wrap, .blog-feed-index .blog-post.featured .product .product-auth .blog-auth-img-wrap, .product .blog-feed-index .blog-post.featured .product-auth .blog-auth-img-wrap, .blog-feed-index .blog-post.featured .blog-auth .product .product-auth-img-wrap, .product .blog-feed-index .blog-post.featured .blog-auth .product-auth-img-wrap, .blog-feed-index .blog-post.featured .product .product-auth .product-auth-img-wrap, .product .blog-feed-index .blog-post.featured .product-auth .product-auth-img-wrap, .author-feed-index .blog-post.featured .blog-auth .blog-auth-img-wrap, .author-feed-index .blog-post.featured .product .product-auth .blog-auth-img-wrap, .product .author-feed-index .blog-post.featured .product-auth .blog-auth-img-wrap, .author-feed-index .blog-post.featured .blog-auth .product .product-auth-img-wrap, .product .author-feed-index .blog-post.featured .blog-auth .product-auth-img-wrap, .author-feed-index .blog-post.featured .product .product-auth .product-auth-img-wrap, .product .author-feed-index .blog-post.featured .product-auth .product-auth-img-wrap {
      position: relative;
      z-index: 2;
      margin-top: -77px;
      width: 92px;
      height: 92px; } }

@media (min-width: 900px) {
  .blog-feed-index .blog-post, .author-feed-index .blog-post {
    clear: none !important; }
    .blog-feed-index .blog-post.featured .blog-auth-img-wrap, .blog-feed-index .blog-post.featured .product .product-auth-img-wrap, .product .blog-feed-index .blog-post.featured .product-auth-img-wrap, .author-feed-index .blog-post.featured .blog-auth-img-wrap, .author-feed-index .blog-post.featured .product .product-auth-img-wrap, .product .author-feed-index .blog-post.featured .product-auth-img-wrap {
      margin-right: 16px; }
    .blog-feed-index .blog-post.featured .blog-auth, .blog-feed-index .blog-post.featured .product .product-auth, .product .blog-feed-index .blog-post.featured .product-auth, .author-feed-index .blog-post.featured .blog-auth, .author-feed-index .blog-post.featured .product .product-auth, .product .author-feed-index .blog-post.featured .product-auth {
      padding-bottom: 0; }
    .blog-feed-index .blog-post.featured .blog-excerpt, .author-feed-index .blog-post.featured .blog-excerpt {
      font-size: 20px; }
      .blog-feed-index .blog-post.featured .blog-excerpt p, .author-feed-index .blog-post.featured .blog-excerpt p {
        line-height: 1.3em; }
      .blog-feed-index .blog-post.featured .blog-excerpt a, .author-feed-index .blog-post.featured .blog-excerpt a {
        font-size: 18px; }
    .blog-feed-index .blog-post.featured .blog-auth-by, .blog-feed-index .blog-post.featured .product .product-auth-by, .product .blog-feed-index .blog-post.featured .product-auth-by,
    .blog-feed-index .blog-post.featured .cat-list, .author-feed-index .blog-post.featured .blog-auth-by, .author-feed-index .blog-post.featured .product .product-auth-by, .product .author-feed-index .blog-post.featured .product-auth-by,
    .author-feed-index .blog-post.featured .cat-list {
      float: left; }
    .blog-feed-index .blog-post.featured .blog-auth-by, .blog-feed-index .blog-post.featured .product .product-auth-by, .product .blog-feed-index .blog-post.featured .product-auth-by, .author-feed-index .blog-post.featured .blog-auth-by, .author-feed-index .blog-post.featured .product .product-auth-by, .product .author-feed-index .blog-post.featured .product-auth-by {
      font-size: 14px; }
    .blog-feed-index .blog-post.featured .cat-list, .author-feed-index .blog-post.featured .cat-list {
      margin-top: 2px;
      padding-left: 10px; } }

@media (min-width: 900px) {
  .blog-feed-index.has-featured .blog-post:nth-of-type(4n+4), .author-feed-index.has-featured .blog-post:nth-of-type(4n+4) {
    clear: both !important; } }

@media (min-width: 900px) {
  .blog-feed-index.not-featured .blog-post:nth-of-type(4n+5), .author-feed-index.not-featured .blog-post:nth-of-type(4n+5) {
    clear: both !important; } }

.author-feed-index .blog-auth, .author-feed-index .product .product-auth, .product .author-feed-index .product-auth {
  padding: 5px; }

.author-archive-img {
  width: 60px;
  margin-bottom: -15px; }

.blog-post {
  padding-bottom: 15px; }
  @media (min-width: 600px) {
    .blog-post {
      padding-bottom: 30px; } }
  @media (min-width: 900px) {
    .blog-post {
      padding-bottom: 45px; } }

.blog-img-wrap, .course-img-wrap, .shop-img-wrap {
  position: relative; }
  .blog-img-wrap.faded, .faded.course-img-wrap, .faded.shop-img-wrap {
    background-color: #d8d8d8; }
    .blog-img-wrap.faded img, .faded.course-img-wrap img, .faded.shop-img-wrap img {
      -webkit-filter: saturate(0%);
              filter: saturate(0%);
      opacity: 0.5; }
    .blog-img-wrap.faded figcaption, .faded.course-img-wrap figcaption, .faded.shop-img-wrap figcaption {
      background-color: rgba(35, 31, 32, 0.5) !important; }
  .blog-img-wrap img, .course-img-wrap img, .shop-img-wrap img,
  .blog-img-wrap a,
  .course-img-wrap a,
  .shop-img-wrap a {
    display: block; }
  .blog-img-wrap img, .course-img-wrap img, .shop-img-wrap img {
    width: 100%; }
  .blog-img-wrap h5, .course-img-wrap h5, .shop-img-wrap h5 {
    margin: 0;
    padding: 6px 5px 0;
    font-size: 30px;
    color: #231f20; }
  @media (min-width: 600px) {
    .blog-img-wrap:not(.always-small) figcaption, .course-img-wrap:not(.always-small) figcaption, .shop-img-wrap:not(.always-small) figcaption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(35, 31, 32, 0.8); }
    .blog-img-wrap:not(.always-small) h5, .course-img-wrap:not(.always-small) h5, .shop-img-wrap:not(.always-small) h5 {
      color: #fff;
      padding: 6px 10px;
      font-size: 22px; } }

.blog-auth, .product .product-auth {
  padding: 5px; }
  .blog-auth .blog-auth-img-wrap, .product .product-auth .blog-auth-img-wrap, .blog-auth .product .product-auth-img-wrap, .product .blog-auth .product-auth-img-wrap, .product .product-auth .product-auth-img-wrap {
    float: left;
    width: 34px;
    height: 34px;
    margin-right: 8px; }
  .blog-auth .blog-auth-img, .product .product-auth .blog-auth-img, .blog-auth .product .product-auth-img, .product .blog-auth .product-auth-img, .product .product-auth .product-auth-img {
    display: block;
    width: 100%; }
  .blog-auth .blog-auth-by, .product .product-auth .blog-auth-by, .blog-auth .product .product-auth-by, .product .blog-auth .product-auth-by, .product .product-auth .product-auth-by {
    display: block;
    padding-top: 5px;
    font-family: "AvenirNext-Regular", sans-serif;
    font-size: 10px;
    line-height: 1.2em;
    color: #7c7d80; }
    .blog-auth .blog-auth-by a, .product .product-auth .blog-auth-by a, .blog-auth .product .product-auth-by a, .product .blog-auth .product-auth-by a, .product .product-auth .product-auth-by a {
      color: #7c7d80; }
  .blog-auth.always-small .cat-list, .product .always-small.product-auth .cat-list {
    display: none; }
  @media (min-width: 600px) {
    .blog-auth:not(.always-small), .product .product-auth:not(.always-small) {
      padding: 15px 0 15px 10px; }
      .blog-auth:not(.always-small) .blog-auth-img-wrap, .product .product-auth:not(.always-small) .blog-auth-img-wrap, .blog-auth:not(.always-small) .product .product-auth-img-wrap, .product .blog-auth:not(.always-small) .product-auth-img-wrap, .product .product-auth:not(.always-small) .product-auth-img-wrap {
        width: 68px;
        height: 68px; } }

.blog-excerpt {
  font-size: 16px; }
  .blog-excerpt p {
    margin: 0; }
  .blog-excerpt a {
    color: #738c1f;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "AvenirNext-DemiBold", sans-serif; }
  .blog-excerpt.always-small {
    display: none; }

.cat-articles-count {
  padding-bottom: 30px; }

#comments {
  clear: both;
  margin: 2em 0 0;
  display: inline-block;
  width: 100%; }
  #comments .comments-title {
    font-size: 26px; }
    @media (min-width: 600px) {
      #comments .comments-title {
        font-size: 40px; } }
  #comments .comment-reply-title {
    font-size: 26px;
    color: #fbaa19;
    font-family: "Yanone Kaffeesatz", sans-serif; }
    @media (min-width: 600px) {
      #comments .comment-reply-title {
        font-size: 40px; } }
  #comments ol {
    list-style: none;
    margin: 0;
    padding: 0; }
    #comments ol > li {
      margin: 0;
      padding: 0 0 0;
      display: inline-block;
      width: 100%; }
      #comments ol > li:before {
        content: '';
        display: none; }
  #comments .avatar {
    width: 15%;
    float: left;
    padding-right: 15px; }
  #comments .comment-body {
    width: 85%;
    float: right;
    margin-bottom: 2em;
    border-left: 1px solid #231f20;
    padding-left: 15px; }
    #comments .comment-body a {
      border-bottom-width: 0;
      color: #da521f; }
    #comments .comment-body .comment-intro {
      font-family: "AvenirNext-Regular", sans-serif;
      font-size: 13px; }
      #comments .comment-body .comment-intro .name {
        margin: 0 5px 0 0;
        display: inline-block;
        font-size: 32px; }
      #comments .comment-body .comment-intro [href*="twitter"] {
        display: inline-block;
        margin-right: 5px; }
    #comments .comment-body .name {
      display: inline-block;
      margin-right: 5px; }
  #comments #respond {
    display: inline-block;
    width: 100%; }
  #comments .comment-body .comment-reply-link {
    font-family: "AvenirNext-DemiBold", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #007d99;
    line-height: 1.2em;
    font-size: 20px;
    transition: 0.5s ease all; }
    #comments .comment-body .comment-reply-link:hover {
      color: #7c7d80; }
    #comments .comment-body .comment-reply-link:after {
      content: "\276F";
      padding-left: 6px;
      font-weight: normal; }

.bp-bottom-scroll-bar {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 999; }
  .bp-bottom-scroll-bar * {
    color: #fff; }
  @media (max-width: 599px) {
    .bp-bottom-scroll-bar {
      display: none; } }
  .bp-bottom-scroll-bar .grid.main {
    padding: 0 45px;
    text-align: center; }
  .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-content {
    /*width: 67%;*/
    display: inline-block;
    margin-right: 30px; }
    @media (max-width: 899px) {
      .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-content {
        width: 100%; } }
    .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-content .scroll-bar-title {
      text-transform: uppercase; }
      .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-content .scroll-bar-title:after {
        content: "|";
        margin-left: 15px;
        text-align: text-bottom; }
    .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-content .scroll-bar-desc {
      font-style: italic; }
  .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-cta {
    /*width: 32%;*/
    display: inline-block;
    text-align: center;
    margin-top: 7.5px; }
  .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-content p,
  .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-cta p {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 599px) {
      .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-content p,
      .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-cta p {
        display: contents; } }
  .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-content p:not(:first-child) {
    margin-left: 15px; }
    @media (max-width: 1099px) {
      .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-content p:not(:first-child) {
        margin-left: 0; } }
  @media (max-width: 899px) {
    .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-cta {
      margin-top: 10px; } }
  .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-cta > a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 50px;
    margin: 0;
    vertical-align: text-bottom; }
  .bp-bottom-scroll-bar .bp-bottom-scroll-bar-inner .scroll-bar-cta > a:hover {
    opacity: .75;
    transition: opacity ease 0.3s; }

/**
 * Author Bio in the footer of a post.
 *
 * @markup
 *    <div class="author-bio">
 *        <div class="author-bio__image-wrapper">
 *            <img class="author-bio__image" src="{{ image.src }}" />
 *        </div>
 *        <div class="author-bio__byline author-byline">
 *            <span class="author-byline__by">by</span>
 *            <a href="{{ author.url }}" class="author-byline__name">{{ author.name }}</a>
 *            {% if category is not null %}
 *                <br class="visible-small" />
 *                <span class="author-byline__in">in</span>
 *                <a href="{{ category.url }}" class="author-byline__category">{{ category.name }}</a>
 *            {% endif %}
 *        </div>
 *        <p class="author-bio__description">
 *            {{ author.description }}
 *            <a class="author-bio__link" href="{{ author.url }}">Meet this expert</a>
 *        </p>
 *    </div>
 */
.author-bio__image {
  border-radius: 100%;
  width: 100%;
  height: auto;
  display: block; }

.author-bio__image-wrapper {
  float: left;
  padding-right: 30px;
  padding-bottom: 15px;
  max-width: 30%; }
  @media (max-width: 389px) {
    .author-bio__image-wrapper {
      padding-right: 15px;
      max-width: 20%; } }

.author-bio__byline {
  float: left; }
  @media (min-width: 390px) {
    .author-bio__byline {
      width: 70%; } }

.author-bio__description {
  font-size: 16px;
  line-height: 21px;
  margin-top: 0;
  font-style: italic; }
  @media (max-width: 388px) {
    .author-bio__description {
      width: 100%;
      clear: both;
      margin-top: 1em; } }

.author-bio__link {
  font-weight: 500; }

.author-byline {
  font-family: "AvenirNext-Regular", sans-serif;
  font-size: 16px;
  line-height: 19px;
  float: left;
  margin-bottom: 15px; }

.author-byline__by,
.author-byline__name {
  font-family: "AvenirNext-Regular", sans-serif; }

.author-byline__in,
.author-byline__category {
  font-family: "AvenirNext-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 16px; }

.author-bio__link,
.author-byline__name {
  color: #231f20;
  border-bottom: none;
  cursor: default;
  transition: .15s ease all; }
  .author-bio__link:hover,
  .author-byline__name:hover {
    color: #da521f;
    border-bottom-color: transparent; }

.author-byline__category {
  color: #007d99; }

@media (max-width: 388px) {
  .author-byline__in {
    clear: left; } }

.featured-course-excerpt {
  background: rgba(35, 31, 32, 0.8);
  padding: 30px; }
  .featured-course-excerpt .course-instructor-img {
    width: 100px;
    float: left;
    margin-right: 10px; }
  .featured-course-excerpt .course-instructed-by {
    padding-top: 5px;
    font-weight: bold; }
  .featured-course-excerpt .course-title {
    margin-top: 0;
    font-size: 30px; }
  .featured-course-excerpt, .featured-course-excerpt .course-title, .featured-course-excerpt a {
    color: white; }
  .featured-course-excerpt .course-date {
    font-size: 80%; }

.course-img-wrap figcaption h5, .course-img-wrap + .instructor-bio-text {
  padding-right: 93px; }

.course-post .instructor-bio-text a.course-auth-img {
  position: absolute;
  width: 70px;
  margin: -55px 0 0 12px;
  border-radius: 100%; }

.course-post .instructor-bio-text .course-date {
  font-size: 12px; }

.course-post .instructor-bio-text, .course-post .instructor-bio-text a {
  color: #231f20; }

.course-post .instructor-bio-text .course-instructed-by {
  display: block;
  height: 15px; }

.course-post .instructor-bio-text .cat-list {
  float: left; }
  .course-post .instructor-bio-text .cat-list a.button {
    color: white; }

#blog-sidebar .widget {
  margin-top: 20px; }
  #blog-sidebar .widget:first-child,
  #blog-sidebar .widget .widgettitle {
    margin-top: 0; }
  #blog-sidebar .widget .textwidget img {
    display: block;
    width: 100%; }

#blog-sidebar {
  transition: padding-top 0.1s ease-in; }
  #blog-sidebar .uk-sticky-placeholder [data-uk-sticky] {
    padding-bottom: 40px; }

.avatar-circle {
  margin: 0 auto;
  width: 275px;
  height: 275px;
  border-radius: 100%;
  background-size: cover; }
  @media (min-width: 600px) {
    .avatar-circle {
      width: 170px;
      height: 170px; } }
  @media (min-width: 600px) {
    .avatar-circle {
      width: 170px;
      height: 170px; } }
  @media (min-width: 790) {
    .avatar-circle {
      width: 236px;
      height: 236px; } }
  @media (min-width: 900px) {
    .avatar-circle {
      width: 260px;
      height: 260px; } }
  @media (min-width: 1050px) {
    .avatar-circle {
      width: 310px;
      height: 310px; } }
  @media (min-width: 1200px) {
    .avatar-circle {
      width: 360px;
      height: 360px; } }
  @media (min-width: 1320px) {
    .avatar-circle {
      width: 400px;
      height: 400px; } }

.user-bio-cover-icon {
  width: 200px;
  height: 200px;
  display: block;
  background-size: cover;
  margin: 0 auto;
  background-position: center center; }

.author-social-link, .sensei-course.wootheme-product .user-bio-wrapper .user-social-link {
  text-align: center;
  padding: 5px 0; }
  .author-social-link li, .sensei-course.wootheme-product .user-bio-wrapper .user-social-link li {
    display: inline-block;
    margin: 0 10px; }

.author-contact {
  max-width: 245px;
  margin: 50px auto; }
  .author-contact .author-contact-logo {
    max-width: 100%; }
  .author-contact .author-contact-name {
    font-size: 16px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal;
    color: #231f20; }
  .author-contact .author-contact-address {
    line-height: 1em; }

.author-social-link, .sensei-course.wootheme-product .user-bio-wrapper .user-social-link {
  padding: 18px 0; }
  .author-social-link li, .sensei-course.wootheme-product .user-bio-wrapper .user-social-link li {
    margin: 0 10px 0 0; }
  .author-social-link .icon, .sensei-course.wootheme-product .user-bio-wrapper .user-social-link .icon {
    fill: #231f20; }

.author-skills,
.author-skill {
  padding: 6px 0; }

.author-skill .author-skills-title {
  float: left;
  clear: left;
  margin: 0;
  color: #738c1f;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1em;
  margin-top: 6px;
  margin-right: 5px; }

@media (min-width: 900px) {
  .author-skill .author-skills-title {
    margin-top: 9px; } }

@media (min-width: 900px) {
  .author-feed-index .clearme {
    clear: left !important; } }

.post-title {
  font-weight: normal;
  margin: 10px 0 0;
  padding-bottom: 5px;
  border-bottom: dotted 1px #231f20;
  text-transform: none; }

.post-meta {
  padding: 7px 0 9px;
  font-size: 16px;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal; }
  .post-meta .last-updated {
    font-family: "AvenirNext-Regular", sans-serif; }
  .post-meta .post-by a {
    font-family: "AvenirNext-Regular", sans-serif;
    color: #007d99;
    text-decoration: none; }
  .post-meta .post-cats {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal; }
    .post-meta .post-cats .post-cat {
      color: #007d99;
      text-transform: uppercase; }

.post-single {
  position: relative;
  padding-bottom: 20px; }

.post-content {
  clear: both; }
  .post-content .comments-area {
    font-family: "AvenirNext-Regular", sans-serif;
    font-size: 15px; }
    .post-content .comments-area .stcr-form a {
      color: #007d99;
      transition: 0.15s ease all;
      font-family: "AvenirNext-Regular", sans-serif;
      font-size: 15px; }
    .post-content .comments-area .stcr-form a:hover {
      color: #da521f;
      border-bottom-color: transparent; }
  @media (min-width: 600px) {
    .post-content {
      margin-left: 75px;
      clear: none; } }
  @media (min-width: 900px) {
    .post-content {
      margin-left: 105px; } }

.share-wrap {
  float: right;
  padding-left: 15px;
  z-index: 99; }
  .share-wrap.is-end {
    position: absolute;
    top: auto;
    bottom: 0; }
  .share-wrap .share {
    list-style: none;
    text-indent: -9999px;
    margin: 0; }
    .share-wrap .share li {
      margin-bottom: 22px; }
      .share-wrap .share li:last-child {
        margin-bottom: 0; }
    .share-wrap .share a {
      position: relative;
      z-index: 999;
      display: block;
      height: 24px;
      width: 24px;
      border-radius: 2px;
      transition: .25s opacity ease; }
      .share-wrap .share a:hover {
        cursor: pointer;
        opacity: .8; }
    .share-wrap .share .icon {
      fill: #da521f;
      height: 19px; }
      .share-wrap .share .icon.icon-twitter {
        width: 24px; }
      .share-wrap .share .icon.icon-facebook {
        width: 19px; }
      .share-wrap .share .icon.icon-instagram {
        width: 20px; }
      .share-wrap .share .icon.icon-pinterest {
        width: 19px; }
      .share-wrap .share .icon.icon-email {
        width: 21px;
        height: 18px; }
  @media (max-width: 599px) {
    .share-wrap li {
      float: left;
      margin-left: 10px; } }
  @media (min-width: 600px) {
    .share-wrap {
      float: left;
      padding-left: 15px; }
      .share-wrap .share {
        padding: 120px 0 0; } }
  @media (min-width: 900px) {
    .share-wrap.is-fixed {
      position: fixed;
      top: 0;
      padding-top: 0; } }

.meet {
  text-align: center;
  padding: 0 30px 10px; }
  .meet .meet-title {
    margin: 20px 0;
    font-family: "AvenirNext-Regular", sans-serif;
    font-size: 16px;
    color: #738c1f;
    text-transform: uppercase; }
  .meet .meet-img {
    max-width: 290px;
    width: 100%;
    margin: 0 auto; }
  .meet .meet-author {
    color: #231f20;
    margin: 15px 0 0; }
  .meet .meet-email {
    color: #007d99;
    font-size: 16px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    text-decoration: underline; }
  .meet .meet-description {
    text-align: left;
    font-size: 16px; }
    .meet .meet-description p {
      margin: 0; }
      .meet .meet-description p:before {
        content: '';
        display: block;
        width: 100px;
        height: 1px;
        margin: 5px auto 15px;
        border-top: solid 1px #e8e8ed; }
    .meet .meet-description .read-more {
      margin-left: 5px;
      color: #da521f;
      font-family: "AvenirNext-DemiBold", sans-serif;
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase;
      border: none; }

.post-content.rte .post-content-inner div {
  margin-bottom: 10px; }
  .post-content.rte .post-content-inner div a:not([class*=button]) {
    color: #007d99;
    border-bottom: solid 1px #007d99;
    transition: 0.15s ease all;
    font-family: "AvenirNext-Regular", sans-serif; }
    .post-content.rte .post-content-inner div a:not([class*=button]):hover {
      color: #da521f;
      border-bottom-color: transparent; }

.post-footer-divider,
.rte .post-footer-divider {
  border: 4px solid #007d99;
  height: 0px;
  margin: 2.5em 0 0; }

.meet-social .meet-social-title {
  font-family: "AvenirNext-Regular", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 12px; }

.meet-social .social-links li {
  display: inline-block;
  margin: 0 5px; }

.meet-social .social-links .icon {
  fill: #231f20; }
  .meet-social .social-links .icon:hover {
    fill: #da521f; }
  .meet-social .social-links .icon.icon-email {
    width: 18px;
    height: 16px; }

.post-bottom {
  clear: both;
  margin: 0 auto;
  max-width: 1000px; }
  .post-bottom + .button-pointer {
    float: right; }

.more-blog-header h4 {
  float: left;
  font-weight: 500;
  margin-bottom: .5em;
  font-size: 26px; }

@media (min-width: 900px) {
  .more-blog-header h4 {
    font-size: 40px;
    margin-top: 1em; } }

.rte .post-tags,
.post-tags {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1em; }

.rte .post-tags__item,
.post-tags__item {
  float: left; }
  .rte .post-tags__item + .post-tags__item,
  .post-tags__item + .post-tags__item {
    margin-left: 5px; }
  .rte .post-tags__item::before,
  .post-tags__item::before {
    content: ''; }
  .rte .post-tags__item a, .rte .post-tags__item a:not(.button),
  .post-tags__item a,
  .post-tags__item a:not(.button) {
    border-width: 0;
    color: #7c7d80;
    padding: 3px 7px;
    text-transform: uppercase;
    background: #e8e8ed;
    font-size: 11px;
    line-height: 21px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal;
    letter-spacing: 1px; }
  @media (min-width: 480px) {
    .rte .post-tags__item + .post-tags__item,
    .post-tags__item + .post-tags__item {
      margin-left: 20px; } }

.course-wrap-link {
  display: block; }

.learning-course {
  margin-bottom: 20px; }

.course-wrap {
  position: relative;
  overflow: hidden;
  color: #fff; }
  .course-wrap img {
    display: block;
    width: 100%; }
  .course-wrap .course-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background: rgba(35, 31, 32, 0.8);
    box-shadow: 0 100px 0 rgba(35, 31, 32, 0.8);
    transition: 0.5s ease all; }
    .course-wrap .course-title h5, .course-wrap .course-title p {
      margin: 0; }
    .course-wrap .course-title h5 {
      font-size: 15px;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #fff; }
    .course-wrap .course-title p {
      font-size: 11px;
      font-family: "Yanone Kaffeesatz", sans-serif;
      padding-bottom: 30px; }
  @media (min-width: 600px) {
    .course-wrap .course-title h5 {
      font-size: 18px; }
    .course-wrap .course-title p {
      font-size: 12px; } }
  @media (min-width: 900px) {
    .course-wrap .course-title {
      padding: 0 20px; }
      .course-wrap .course-title h5 {
        font-size: 22px;
        padding-top: 10px; }
      .course-wrap .course-title p {
        font-size: 14px; } }

.course-inst {
  float: right; }
  .course-inst .course-inst-img {
    position: relative;
    z-index: 99;
    display: block;
    width: 66px;
    height: 66px;
    margin-top: -33px;
    margin-right: 12px;
    margin-left: 12px;
    float: right; }
  .course-inst .course-inst-name {
    float: right;
    font-size: 12px;
    padding-top: 3px; }

.recipe {
  font-family: "AvenirNext-Regular", sans-serif;
  background: #edf2f6;
  padding: 20px; }
  .recipe li {
    font-family: "Yanone Kaffeesatz", sans-serif; }
  @media (min-width: 900px) {
    .recipe {
      padding: 30px; } }

.recipe-intro {
  color: #738c1f;
  margin: 10px 0; }

.recipe-links {
  list-style: none;
  padding: 0 !important; }
  .recipe-links li {
    display: inline-block;
    padding: 0;
    margin-right: 15px; }
    .recipe-links li:before {
      display: none; }
  .recipe-links .icon {
    fill: #da521f; }

.nav-social li {
  float: left; }

.nav-social a {
  display: block;
  font-family: "AvenirNext-Regular", sans-serif; }

.header .nav-social {
  float: right;
  border-left: solid 1px #dfe1e6;
  padding-left: 10px; }
  .header .nav-social li {
    margin-left: 10px; }
  .header .nav-social a span {
    display: none; }

.footer .nav-social {
  border-top: solid 1px #dfe1e6;
  border-bottom: solid 1px #dfe1e6;
  padding-top: 10px;
  padding-bottom: 10px; }
  .footer .nav-social li {
    width: 25%; }
    .footer .nav-social li:last-child {
      border: none; }
  .footer .nav-social a {
    display: block;
    text-align: center;
    padding: 3px 0; }

@media (max-width: 899px) {
  .footer .nav-social {
    padding-left: 5%;
    padding-right: 5%; }
    .footer .nav-social li {
      border-right: solid 1px #dfe1e6; }
    .footer .nav-social a {
      text-indent: -9999px; }
      .footer .nav-social a .icon {
        margin: 0 auto; }
      .footer .nav-social a span {
        display: none; } }

@media (min-width: 900px) {
  .footer .nav-social {
    padding-left: 12%;
    padding-right: 12%; }
    .footer .nav-social a {
      padding: 22px 0;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      transition: 0.5s ease all; }
      .footer .nav-social a:hover {
        color: #7c7d80; }
      .footer .nav-social a .icon {
        display: inline;
        position: relative;
        top: 2px;
        margin-right: 10px; } }

.icon {
  transition: 0.3s ease all;
  fill: #231f20; }
  .icon.icon-facebook {
    width: 15px;
    height: 15px; }
  .icon.icon-twitter {
    width: 20px;
    height: 15px; }
  .icon.icon-instagram {
    width: 16px;
    height: 15px; }
  .icon.icon-pinterest {
    width: 15px;
    height: 15px; }

.ad {
  display: block; }

.ad-leaderboard {
  padding: 40px 0 0; }
  .experts .ad-leaderboard {
    padding-bottom: 40px; }

.ad-link {
  display: block; }

.ad-sidebar,
.ad-blog {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }

.ad-sidebar {
  margin-top: 30px; }

@media (min-width: 940px) {
  .footer > .grid > .no-padding {
    padding: 0 !important; } }

.footer#blog-footer {
  padding-top: 15px; }
  @media (min-width: 600px) {
    .footer#blog-footer {
      padding-top: 30px; } }
  .footer#blog-footer .insta-link {
    color: #da521f;
    text-transform: uppercase;
    text-align: right;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal; }
    .footer#blog-footer .insta-link svg {
      float: right;
      display: block;
      margin-top: 5px;
      margin-left: 8px;
      fill: #da521f; }
      @media (min-width: 600px) {
        .footer#blog-footer .insta-link svg {
          margin-top: 8px; } }
    .footer#blog-footer .insta-link:hover, .footer#blog-footer .insta-link:hover svg {
      color: #231f20;
      fill: #231f20; }
    .footer#blog-footer .insta-link, .footer#blog-footer .insta-link svg, .footer#blog-footer .insta-link:hover, .footer#blog-footer .insta-link:hover svg {
      transition: all 0.2s ease-in-out; }

.nav-footer a {
  display: block;
  padding: 5px 10px;
  color: #231f20;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif; }

@media (max-width: 599px) {
  .nav-footer li {
    border-bottom: solid 1px #dfe1e6; } }

@media (min-width: 600px) {
  .nav-footer {
    padding-bottom: 25px; }
    .nav-footer li {
      /*float: left; width: 50%;*/
      line-height: 1em;
      padding: 3px 0; }
      .nav-footer li:nth-child(2n+3) {
        clear: left; }
    .nav-footer a {
      transition: 0.3s ease all;
      padding: 0; }
      .nav-footer a:hover {
        color: #7c7d80; } }

@media (min-width: 900px) {
  .nav-footer {
    padding-bottom: 35px; }
    .nav-footer a {
      padding-top: 0;
      padding-bottom: 0; } }

.footer-social {
  margin: 25px 0 20px; }
  .footer-social ul {
    text-align: right; }
    .footer-social ul li {
      display: inline-block; }
      .footer-social ul li:not(:last-child) {
        margin-right: 10px; }
      .footer-social ul li a {
        color: #231f20;
        font-weight: 600; }
        .footer-social ul li a i {
          font-size: 2em; }
        .footer-social ul li a:hover {
          opacity: 0.75;
          transition: opacity ease 0.3s; }

.footer-quote .quote-single .qs-img img {
  border-radius: 50%; }

.footer-quote .quote-single .qs-img span {
  font-size: 11px;
  display: block;
  line-height: 1.25;
  margin-top: 5px;
  font-weight: 600;
  text-align: center;
  color: #da521f; }

@media (max-width: 599px) {
  .footer-quote .quote-single .qs-img {
    text-align: center; }
    .footer-quote .quote-single .qs-img img {
      max-width: 86px; }
    .footer-quote .quote-single .qs-img span {
      margin-top: 0; } }

.footer-quote .quote-single .qs-txt {
  padding-right: 0; }
  .footer-quote .quote-single .qs-txt p {
    margin: 0;
    position: relative;
    color: #da521f; }
    .footer-quote .quote-single .qs-txt p:before, .footer-quote .quote-single .qs-txt p:after {
      font-family: 'FontAwesome';
      position: absolute;
      font-size: 11px;
      margin-top: -5px; }
    .footer-quote .quote-single .qs-txt p:before {
      content: "\f10d";
      left: -12px; }
    .footer-quote .quote-single .qs-txt p:after {
      content: "\f10e"; }
    @media (max-width: 599px) {
      .footer-quote .quote-single .qs-txt p {
        padding: 0 10px; }
        .footer-quote .quote-single .qs-txt p:before {
          left: -4px; } }
  @media (max-width: 599px) {
    .footer-quote .quote-single .qs-txt {
      margin-top: 10px; } }

.footer-quote .quote-single .qs-link {
  margin: 20px 0;
  padding: 0; }
  .footer-quote .quote-single .qs-link a {
    text-transform: uppercase;
    font-weight: bold; }

.footer-bottom {
  padding: 0;
  clear: both; }
  @media (min-width: 600px) {
    .footer-bottom {
      padding-top: 60px;
      padding-bottom: 60px; } }

.footer__header {
  color: #666;
  font-weight: 600;
  margin: 25px 0 20px; }

.mtelpner {
  text-align: center;
  margin: 20px 0 60px; }
  .mtelpner.hide-tablet.hide-desktop {
    margin-top: 50px; }
    .mtelpner.hide-tablet.hide-desktop .mtelpner-logo {
      max-width: 70%; }
  .mtelpner a, .mtelpner small, .mtelpner .mtelpner-logo {
    display: block; }
  .mtelpner a {
    transition: 0.3s ease all;
    font-family: "AvenirNext-Regular", sans-serif; }
    .mtelpner a:hover {
      opacity: 0.5; }
  .mtelpner small {
    margin-bottom: -3px;
    text-transform: uppercase;
    color: #231f20;
    font-weight: 400;
    font-size: 6px; }
  .mtelpner .mtelpner-logo {
    width: 254px;
    height: 43px;
    margin: 0 auto;
    max-width: 100%; }
  @media (min-width: 600px) {
    .mtelpner small {
      font-size: 9px; } }

.copyright {
  display: block;
  margin-top: 50px; }

.fb_iframe_widget {
  width: 100%; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }
  button.mfp-close:hover, button.mfp-arrow:hover {
    background-color: inherit; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-content {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.slide-content, .slide-content2 {
  margin: 0; }

.slide-content .slides > li, .slide-content2 .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.slide-content .slides img, .slide-content2 .slides img {
  max-width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.slide-content {
  background: #fff;
  position: relative;
  border-radius: 4px;
  zoom: 1; }

.flex-viewport {
  width: 100%;
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.slide-content .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  position: relative; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  padding: 40px 40px 0 0;
  position: absolute;
  z-index: 10;
  margin-top: 55px;
  overflow: hidden;
  cursor: pointer;
  background: #e8e8ed url("img/arrow.svg") center center no-repeat;
  background-size: 8px 13px;
  border-radius: 50%;
  opacity: 0.8; }
  @media (min-width: 600px) {
    .flex-direction-nav a {
      transition: 0.5s opacity; } }

.flex-direction-nav .flex-prev {
  left: 0px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.flex-direction-nav .flex-next {
  text-align: right;
  right: 0px; }

.flex-next:hover, .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  cursor: default; }

.flex-direction-nav a:before {
  display: inline-block; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
.dk_container {
  width: 100%;
  max-width: 510px;
  background-color: #f0f2f7;
  transition: 0.3s background-color, 0.3s border-color;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: normal !important;
  height: 46px;
  margin-bottom: 18px; }
  .dk_container::-webkit-input-placeholder {
    color: #8990a3; }
  .dk_container:-moz-placeholder {
    color: #8990a3; }
  .dk_container::-moz-placeholder {
    color: #8990a3; }
  .dk_container:-ms-input-placeholder {
    color: #8990a3; }
  .dk_container:focus {
    border: 1px solid #231f20;
    background-color: #fff;
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none; }

.dk_toggle {
  padding: 8px 45px 8px 10px;
  position: relative;
  font-family: "AvenirNext-Regular", sans-serif !important;
  border-bottom: none !important;
  min-height: 46px;
  font-weight: normal !important; }
  .dk_toggle:before, .dk_toggle:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 15px;
    display: block;
    width: 12px;
    height: 12px;
    border-left: solid 3px #231f20;
    transition: 0.5s ease all; }
  .dk_toggle:before {
    border-bottom: solid 3px #231f20;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .dk_toggle:after {
    top: 10px;
    border-top: solid 1px #231f20;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0; }

.dk_open {
  background-color: #f0f2f7 !important;
  z-index: 10; }

.dk_options {
  background: #fff; }
  .dk_options a {
    background-color: #fff;
    font-weight: normal !important;
    padding: 8px 10px;
    font-family: "AvenirNext-Regular", sans-serif !important; }
  .dk_options a:hover, .dk_options:focus,
  .dk_options .dk_option_current a {
    background-color: #007d99;
    border-bottom-color: #007d99;
    color: #fff !important;
    text-decoration: none; }
  .dk_options li:last-child a {
    border-bottom: none; }
  .dk_options .disabled {
    cursor: default; }
    .dk_options .disabled a {
      color: #aaa; }
    .dk_options .disabled:hover, .dk_options .disabled:hover a .dk_options .disabled:focus, .dk_options .disabled:focus a {
      cursor: default;
      background-color: #fff;
      border-bottom-color: #f0f2f7;
      text-shadow: none; }
  .dk_options .dk_options_inner li {
    padding: 0; }

.dk_container .dk_label {
  color: #8990a3; }

.dk_options_inner {
  max-height: 250px;
  border: 1px solid #8c8c8e;
  padding: 0 !important;
  list-style: none; }

.dk_container {
  display: none;
  float: left; }
  .dk_container a {
    outline: 0; }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; }

.dk_open {
  position: relative; }
  .dk_open .dk_options {
    display: block; }
  .dk_open .dk_label {
    color: inherit; }

.dk_options {
  display: none;
  margin-top: 0;
  position: absolute;
  right: -1px;
  left: -1px; }
  .dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block; }

.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch; }

.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden; }

.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

.dk_small .dk_toggle {
  min-height: 36px !important;
  padding: 2px 20px 2px 10px; }
  .dk_small .dk_toggle:before {
    top: 9px; }

.dk_spacing {
  margin-left: 10px;
  margin-right: 10px; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
textarea,
select {
  color: #231f20;
  font-family: "AvenirNext-Regular", sans-serif;
  border: none;
  padding: 10px;
  outline: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #979eae; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    text-transform: uppercase;
    color: #979eae; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    text-transform: uppercase;
    color: #979eae; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    text-transform: uppercase;
    color: #979eae; }
  input[type="text"][readonly="readonly"],
  input[type="email"][readonly="readonly"],
  input[type="tel"][readonly="readonly"],
  input[type="url"][readonly="readonly"],
  input[type="number"][readonly="readonly"],
  input[type="password"][readonly="readonly"],
  textarea[readonly="readonly"],
  select[readonly="readonly"] {
    opacity: 0.5;
    cursor: not-allowed; }

select {
  text-transform: uppercase;
  color: #979eae; }

.horizontal-form ul {
  overflow: hidden; }

.horizontal-form li,
.horizontal-form .gform_footer {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px; }

.horizontal-form input[type="text"],
.horizontal-form input[type="email"],
.horizontal-form input[type="tel"],
.horizontal-form input[type="url"],
.horizontal-form input[type="number"],
.horizontal-form input[type="password"],
.horizontal-form textarea {
  padding: 14px;
  width: 100%; }

.horizontal-form .form-more {
  font-size: 14px; }

.horizontal-form button,
.horizontal-form .gform_button {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif;
  background: #007d99;
  border: none;
  transition: 0.3s ease all;
  text-shadow: none;
  background: #007d99; }
  .horizontal-form button:hover,
  .horizontal-form .gform_button:hover {
    background: #008aa8; }
  .horizontal-form button.w100,
  .horizontal-form .gform_button.w100 {
    width: 100%; }
  .horizontal-form button:hover,
  .horizontal-form .gform_button:hover {
    background: #008aa8; }

button,
input {
  border-radius: 0; }

button,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
textarea {
  -webkit-appearance: none; }

button,
.gform_button {
  width: 100%;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif;
  background: #007d99;
  border: none;
  transition: 0.3s ease all;
  text-shadow: none;
  padding: 0.7em 2em;
  font-size: 20px;
  font-size: 24px !important; }
  button:hover,
  .gform_button:hover {
    background: #008aa8; }
  button.w100,
  .gform_button.w100 {
    width: 100%; }

#commentform #submit {
  margin-top: 1em;
  width: 100%;
  font-weight: normal !important;
  font-family: "AvenirNext-DemiBold", sans-serif !important;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif;
  background: #007d99;
  border: none;
  transition: 0.3s ease all;
  text-shadow: none;
  padding: 0.7em 2em;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif;
  background: #007d99;
  border: none;
  transition: 0.3s ease all;
  text-shadow: none;
  background: #fbaa19;
  font-size: 20px; }
  #commentform #submit:hover {
    background: #008aa8; }
  #commentform #submit.w100 {
    width: 100%; }
  #commentform #submit:hover {
    background: #008aa8; }
  #commentform #submit.w100 {
    width: 100%; }
  #commentform #submit:hover {
    background: #fbb028; }
  @media (max-width: 599px) {
    #commentform #submit {
      margin-left: 0; } }

@media (min-width: 600px) {
  .horizontal-form .gform_footer,
  .horizontal-form li {
    width: auto;
    margin-left: 4px; }
  .horizontal-form input[type="text"],
  .horizontal-form input[type="email"],
  .horizontal-form input[type="tel"],
  .horizontal-form input[type="url"],
  .horizontal-form input[type="number"],
  .horizontal-form input[type="password"],
  .horizontal-form textarea {
    margin-right: 8px; }
  .horizontal-form .gform_body {
    display: inline-block;
    vertical-align: top; }
  button,
  .gform_button {
    margin-left: 2px;
    width: auto; } }

.single-post .rte .gform_wrapper {
  background: #dfe1e6;
  padding: 20px 30px 30px; }
  .single-post .rte .gform_wrapper .gform_body h2, .single-post .rte .gform_wrapper .gform_body .woocommerce.single-product .product-title, .woocommerce.single-product .single-post .rte .gform_wrapper .gform_body .product-title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
    color: #007d99;
    font-family: "Yanone Kaffeesatz", sans-serif; }
    @media (min-width: 600px) {
      .single-post .rte .gform_wrapper .gform_body h2, .single-post .rte .gform_wrapper .gform_body .woocommerce.single-product .product-title, .woocommerce.single-product .single-post .rte .gform_wrapper .gform_body .product-title {
        font-size: 40px; } }
  .single-post .rte .gform_wrapper .gform_body .gfield_label {
    display: none; }
  .single-post .rte .gform_wrapper .gform_body .ginput_container {
    width: 100%;
    float: none;
    margin-bottom: .25em; }
  .single-post .rte .gform_wrapper .gform_body .full .gfield_checkbox input {
    margin-top: 1px;
    margin-right: 0; }
  .single-post .rte .gform_wrapper .gform_body .full .gfield_checkbox label {
    color: #007d99;
    font-size: 16px;
    font-family: "AvenirNext-Regular", sans-serif;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .single-post .rte .gform_wrapper .gform_body .full .gfield_checkbox label {
        font-size: 20px; } }
  .single-post .rte .gform_wrapper .gform_footer .gform_button {
    font-size: 16px !important; }
    @media (min-width: 600px) {
      .single-post .rte .gform_wrapper .gform_footer .gform_button {
        font-size: 20px !important; } }

.rte .gfield input[type="text"],
.rte .gfield input[type="email"],
.rte .gfield input[type="tel"],
.rte .gfield input[type="url"],
.rte .gfield input[type="number"],
.rte .gfield input[type="password"],
.rte .gfield select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
select {
  width: 100%;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal;
  background-color: #f0f2f7;
  transition: 0.3s background-color, 0.3s border-color;
  border: 1px solid transparent;
  font-weight: 500; }
  .rte .gfield input[type="text"]::-webkit-input-placeholder,
  .rte .gfield input[type="email"]::-webkit-input-placeholder,
  .rte .gfield input[type="tel"]::-webkit-input-placeholder,
  .rte .gfield input[type="url"]::-webkit-input-placeholder,
  .rte .gfield input[type="number"]::-webkit-input-placeholder,
  .rte .gfield input[type="password"]::-webkit-input-placeholder,
  .rte .gfield select::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #8990a3; }
  .rte .gfield input[type="text"]:-moz-placeholder,
  .rte .gfield input[type="email"]:-moz-placeholder,
  .rte .gfield input[type="tel"]:-moz-placeholder,
  .rte .gfield input[type="url"]:-moz-placeholder,
  .rte .gfield input[type="number"]:-moz-placeholder,
  .rte .gfield input[type="password"]:-moz-placeholder,
  .rte .gfield select:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  select:-moz-placeholder {
    color: #8990a3; }
  .rte .gfield input[type="text"]::-moz-placeholder,
  .rte .gfield input[type="email"]::-moz-placeholder,
  .rte .gfield input[type="tel"]::-moz-placeholder,
  .rte .gfield input[type="url"]::-moz-placeholder,
  .rte .gfield input[type="number"]::-moz-placeholder,
  .rte .gfield input[type="password"]::-moz-placeholder,
  .rte .gfield select::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  select::-moz-placeholder {
    color: #8990a3; }
  .rte .gfield input[type="text"]:-ms-input-placeholder,
  .rte .gfield input[type="email"]:-ms-input-placeholder,
  .rte .gfield input[type="tel"]:-ms-input-placeholder,
  .rte .gfield input[type="url"]:-ms-input-placeholder,
  .rte .gfield input[type="number"]:-ms-input-placeholder,
  .rte .gfield input[type="password"]:-ms-input-placeholder,
  .rte .gfield select:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #8990a3; }
  .rte .gfield input[type="text"]:focus,
  .rte .gfield input[type="email"]:focus,
  .rte .gfield input[type="tel"]:focus,
  .rte .gfield input[type="url"]:focus,
  .rte .gfield input[type="number"]:focus,
  .rte .gfield input[type="password"]:focus,
  .rte .gfield select:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  select:focus {
    border: 1px solid #231f20;
    background-color: #fff; }

.rte .gfield textarea,
#commentform textarea {
  width: 100%;
  max-width: 510px;
  background-color: #f0f2f7;
  transition: 0.3s background-color, 0.3s border-color;
  border: 1px solid transparent;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal; }
  @media (min-width: 900px) {
    .rte .gfield textarea,
    #commentform textarea {
      max-height: 100px;
      max-width: 710px; } }
  .rte .gfield textarea::-webkit-input-placeholder,
  #commentform textarea::-webkit-input-placeholder {
    color: #979eae; }
  .rte .gfield textarea:-moz-placeholder,
  #commentform textarea:-moz-placeholder {
    color: #979eae; }
  .rte .gfield textarea::-moz-placeholder,
  #commentform textarea::-moz-placeholder {
    color: #979eae; }
  .rte .gfield textarea:-ms-input-placeholder,
  #commentform textarea:-ms-input-placeholder {
    color: #979eae; }
  .rte .gfield textarea:focus,
  #commentform textarea:focus {
    border: 1px solid #231f20;
    background-color: #fff; }

#commentform textarea {
  max-width: 100%; }

#commentform p {
  margin: 10px 0 0; }

#commentform a {
  border-bottom-width: 0; }

#commentform .logged-in-as {
  font-size: 15px; }

#commentform .subscribe, #commentform .comment-form-subscriptions {
  font-size: 15px;
  margin-top: 0; }
  @media (max-width: 599px) {
    #commentform .subscribe, #commentform .comment-form-subscriptions {
      margin-left: 0; } }

#commentform .subscribe label {
  width: 100%;
  font-weight: normal; }

.rte #mm_checkout_form .button {
  color: #fff;
  font-family: "AvenirNext-Regular", sans-serif; }

.rte .gfield {
  width: 100%; }

.rte .gform_body .gfield_label,
.rte .gform_body label,
.rte .gform_body .gfield_description {
  font-weight: 500;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 16px;
  display: inline-block;
  margin: 0.5em 0;
  float: left;
  clear: left; }
  @media (min-width: 600px) {
    .rte .gform_body .gfield_label,
    .rte .gform_body label,
    .rte .gform_body .gfield_description {
      width: 24%;
      padding-right: 1%; } }

.rte .gform_body .gfield_checkbox > li,
.rte .gform_body .gfield_radio > li {
  display: block;
  clear: both; }

.rte .gform_body .gfield_checkbox label,
.rte .gform_body .gfield_radio label {
  font-weight: normal;
  padding-left: 10px; }

.rte .gform_body .gfield.full .gfield_label,
.rte .gform_body .gfield.full label,
.rte .gform_body .gfield.full .gfield_description {
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 1em;
  width: 100%; }
  @media (min-width: 600px) {
    .rte .gform_body .gfield.full .gfield_label,
    .rte .gform_body .gfield.full label,
    .rte .gform_body .gfield.full .gfield_description {
      font-size: 17px; } }
  @media (min-width: 900px) {
    .rte .gform_body .gfield.full .gfield_label,
    .rte .gform_body .gfield.full label,
    .rte .gform_body .gfield.full .gfield_description {
      font-size: 19px; } }

.rte .gform_body .gfield.full .gfield_description {
  font-size: 14px; }

.validation_error,
.validation_message {
  color: #cc0000;
  background-color: #FAD6D6;
  padding: 0.1em 0.4em;
  border: 1px solid #cc0000;
  clear: both;
  margin-bottom: 10px; }
  .ginput_container .validation_error, .ginput_container
  .validation_message {
    max-width: 510px; }

#mm_field_billing_state {
  margin-bottom: 15px; }

@media (min-width: 600px) {
  #dk_container_mm_field_billing_state_dd {
    margin-left: 25%; } }

.rte .gform_body ul {
  padding: 0; }

.rte .gform_body .gform_fields > .gfield {
  width: 100%; }

.rte .gform_body li {
  list-style: none;
  display: inline-block; }
  .rte .gform_body li:before {
    display: none; }

.rte .gform_body hr {
  border: 0;
  height: 1px;
  margin: 1.5em 0 1em;
  background-color: #dfe1e6; }

.rte .gform_body h3, .rte .gform_body #comments .comment-body .name, #comments .comment-body .rte .gform_body .name, .rte .gform_body #comments .comment-body .name a, #comments .comment-body .name .rte .gform_body a, .rte .gform_body .affwp-form legend, .affwp-form .rte .gform_body legend, .rte .gform_body .squeeze .praise-name, .squeeze .rte .gform_body .praise-name {
  color: #007d99;
  font-weight: bold; }

.rte .gform_body p {
  font-family: "AvenirNext-Regular", sans-serif;
  font-weight: normal;
  font-size: 14px; }

.rte .gform_body .gform_button {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif;
  background: #007d99;
  border: none;
  transition: 0.3s ease all;
  text-shadow: none; }
  .rte .gform_body .gform_button:hover {
    background: #008aa8; }
  .rte .gform_body .gform_button.w100 {
    width: 100%; }

.rte .gform_body .tooltip {
  font-weight: normal; }

.rte .gform_body .agreement {
  margin-top: 1em; }
  .rte .gform_body .agreement label {
    text-transform: none; }

.rte .gform_body .block-el {
  display: block; }

@media (min-width: 600px) {
  .rte .gform_body .ginput_container {
    width: 75%;
    float: right; } }

.rte .gform_body .full .gfield_label {
  width: 100%; }

.rte .gform_body .full .ginput_container {
  width: 100%; }

.rte .gform_body .full select {
  max-width: 900px; }
  @media (min-width: 900px) {
    .rte .gform_body .full select {
      width: 85%; } }

.rte .gform_body .full textarea {
  max-width: 900px; }
  @media (min-width: 900px) {
    .rte .gform_body .full textarea {
      width: 85%; } }

@media (min-width: 900px) {
  .rte .gform_body {
    /*.float-label {
			label {
				position: absolute;
				left: 0;
			}
		}*/ }
    .rte .gform_body .tooltip {
      margin: 0 0.5em; } }

@media (min-width: 600px) {
  .rte .gform_body .gfield_error:not(.full) .validation_message {
    margin-top: -10px !important; } }

#commentform label {
  display: none; }

#commentform input,
#commentform textarea {
  background: transparent;
  border: 1px solid #fbaa19;
  font-weight: normal; }

#commentform .comment-notes .required, .gfield_required {
  color: #da521f; }

.ginput_complex span {
  display: block;
  padding: 3px 0; }

.rte .gform_body .table-style .gfield_radio,
.rte .gform_body .table-style .gfield_checkbox {
  display: table;
  width: 100%;
  border: 1px solid #f0f2f7;
  border-collapse: separate;
  /* IE7 and lower */
  border-spacing: 0; }
  .rte .gform_body .table-style .gfield_radio ul,
  .rte .gform_body .table-style .gfield_checkbox ul {
    display: table-row; }
  .rte .gform_body .table-style .gfield_radio li,
  .rte .gform_body .table-style .gfield_checkbox li {
    display: table-cell !important;
    border-left: 1px solid #f0f2f7;
    text-align: center;
    width: auto !important; }
    .rte .gform_body .table-style .gfield_radio li:first-child,
    .rte .gform_body .table-style .gfield_checkbox li:first-child {
      border-left: none; }
  .rte .gform_body .table-style .gfield_radio label, .rte .gform_body .table-style .gfield_radio input,
  .rte .gform_body .table-style .gfield_checkbox label,
  .rte .gform_body .table-style .gfield_checkbox input {
    display: inline-block;
    text-align: center;
    float: none !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }

.gfield_checkbox label,
.gfield_radio label {
  color: #231f20;
  font-family: "AvenirNext-Regular", sans-serif;
  font-weight: normal;
  text-transform: none; }

.gfield_checkbox input,
.gfield_radio input {
  margin-right: 0.5em;
  -webkit-appearance: normal !important; }

.rte .gform_body .full .gfield_radio label,
.rte .gform_body .full .gfield_checkbox label {
  float: left;
  clear: none;
  width: auto;
  line-height: 20px; }

.rte .gform_body .full .gfield_radio input,
.rte .gform_body .full .gfield_checkbox input {
  float: left; }

.rte .gform_body .gfield_description {
  line-height: 18px;
  font-family: "AvenirNext-Regular", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #231f20; }

.gform_ajax_spinner {
  display: none !important; }

.modal-white {
  position: relative;
  background-color: #FFF;
  padding: 40px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden; }
  .modal-white.rte .login-username,
  .modal-white.rte .login-password {
    margin: 0 0 0.5em 0; }
    .modal-white.rte .login-username input,
    .modal-white.rte .login-password input {
      max-width: none; }
  .modal-white.rte .login-remember {
    margin-top: 0.6em;
    font-family: "AvenirNext-Regular", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .modal-white.rte .login-submit {
    margin-top: 0;
    margin-bottom: 1.3em; }
    .modal-white.rte .login-submit input[type="submit"] {
      width: 100%; }
  .modal-white.rte .lost-pw,
  .modal-white.rte .form-signup {
    list-style: none; }
    .modal-white.rte .lost-pw a,
    .modal-white.rte .form-signup a {
      background-color: #dfe1e6;
      color: #231f20;
      font-size: 16px;
      text-decoration: normal;
      padding: 0.3em 0.8em;
      border-bottom: none;
      text-align: center; }
      .modal-white.rte .lost-pw a:hover,
      .modal-white.rte .form-signup a:hover {
        background-color: #cccccc; }
  @media (min-width: 600px) {
    .modal-white.rte .login-remember,
    .modal-white.rte .lost-pw {
      float: left;
      width: 60%; }
    .modal-white.rte .login-submit,
    .modal-white.rte .form-signup {
      float: left;
      width: 40%; }
    .modal-white.rte .lost-pw a,
    .modal-white.rte .form-signup a {
      display: block;
      padding: 0.1em 0.3em; }
    .modal-white.rte .lost-pw a {
      margin-right: 20px; } }
  .modal-white.rte input[type="submit"] {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    font-family: "AvenirNext-DemiBold", sans-serif;
    background: #007d99;
    border: none;
    transition: 0.3s ease all;
    text-shadow: none;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    font-family: "AvenirNext-DemiBold", sans-serif;
    background: #007d99;
    border: none;
    transition: 0.3s ease all;
    text-shadow: none;
    padding: 0.7em 2em;
    font-size: 20px;
    background-color: #da521f !important;
    padding: 0.6em 2.5em; }
    .modal-white.rte input[type="submit"]:hover {
      background: #008aa8; }
    .modal-white.rte input[type="submit"].w100 {
      width: 100%; }
    .modal-white.rte input[type="submit"]:hover {
      background: #008aa8; }
    .modal-white.rte input[type="submit"].w100 {
      width: 100%; }
    .modal-white.rte input[type="submit"]:hover {
      background: #e05a28 !important; }
  .modal-white.rte .gform_body .ginput_container {
    width: 100%;
    float: none; }
  .modal-white.rte .gform_body input[type="text"],
  .modal-white.rte .gform_body input[type="email"],
  .modal-white.rte .gform_body input[type="tel"],
  .modal-white.rte .gform_body input[type="url"],
  .modal-white.rte .gform_body input[type="number"],
  .modal-white.rte .gform_body input[type="password"] {
    max-width: none;
    width: 100%;
    margin-bottom: 0.2em;
    font-weight: normal; }
  .modal-white.rte h3, .modal-white.rte #comments .comment-body .name, #comments .comment-body .modal-white.rte .name, .modal-white.rte #comments .comment-body .name a, #comments .comment-body .name .modal-white.rte a, .modal-white.rte .affwp-form legend, .affwp-form .modal-white.rte legend, .modal-white.rte .squeeze .praise-name, .squeeze .modal-white.rte .praise-name {
    margin-top: 0;
    margin-bottom: 1.2em;
    color: #231f20;
    font-weight: bold; }
  .modal-white.rte .gform_footer {
    overflow: hidden; }
    .modal-white.rte .gform_footer .gform_button {
      float: right;
      padding: 0.6em 2.5em; }
  .modal-white.rte .gform_fields li:last-child {
    margin: 0.5em 0; }
    .modal-white.rte .gform_fields li:last-child a {
      background-color: #dfe1e6;
      color: #231f20;
      font-size: 16px;
      text-decoration: normal;
      padding: 0.3em 0.8em;
      border-bottom: none; }
      .modal-white.rte .gform_fields li:last-child a:hover {
        background-color: #cccccc; }
  @media (min-width: 600px) {
    .modal-white.rte .gform_fields li:last-child {
      float: left;
      width: auto; } }

.expert-login {
  padding: 2em 0; }
  .expert-login form {
    text-align: center; }
    .expert-login form > div {
      margin-bottom: 0.3em; }
    .expert-login form button {
      margin-top: 0.5em; }

.ginput_container_multiselect .chosen-container,
.ginput_container_select .dk_container,
.ginput_container_select .dk_container > a {
  width: 100% !important;
  max-width: 100%; }

.dk_options_inner > li {
  width: 100%; }

.acn-top-align-form .gfield_label {
  display: inline-block !important;
  width: 100% !important;
  margin: 0 !important; }
  .acn-top-align-form .gfield_label + [class*="ginput_"] {
    width: 100%; }

.acn-top-align-form .gform_body .gfield_description {
  width: 100%; }

.acn-top-align-form .validation_message, .acn-top-align-form .validation_error {
  width: 100% !important;
  margin-top: 0px !important;
  border-width: 0 !important;
  padding: 0.5em;
  font-family: "AvenirNext-Regular", sans-serif; }

.acn-top-align-form .ginput_container_checkbox .gfield_checkbox li,
.acn-top-align-form .ginput_container_radio .gfield_radio li {
  width: 100%; }

.acn-top-align-form .ginput_container_checkbox .gfield_checkbox input[type=checkbox], .acn-top-align-form .ginput_container_checkbox .gfield_checkbox label,
.acn-top-align-form .ginput_container_checkbox .gfield_checkbox input[type=radio], .acn-top-align-form .ginput_container_checkbox .gfield_checkbox label,
.acn-top-align-form .ginput_container_radio .gfield_radio input[type=checkbox],
.acn-top-align-form .ginput_container_radio .gfield_radio label,
.acn-top-align-form .ginput_container_radio .gfield_radio input[type=radio],
.acn-top-align-form .ginput_container_radio .gfield_radio label {
  float: left;
  height: 24px; }

.acn-top-align-form .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.acn-top-align-form .ginput_container_checkbox .gfield_checkbox input[type=radio],
.acn-top-align-form .ginput_container_radio .gfield_radio input[type=checkbox],
.acn-top-align-form .ginput_container_radio .gfield_radio input[type=radio] {
  margin: 0.5em 10px 0.5em 0; }

.acn-top-align-form .ginput_container_checkbox .gfield_checkbox label,
.acn-top-align-form .ginput_container_radio .gfield_radio label {
  display: block;
  clear: none;
  font-family: "AvenirNext-Regular", sans-serif;
  font-weight: normal;
  width: auto; }

.acn-top-align-form .ginput_container_name.no_suffix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first,
.acn-top-align-form .ginput_container_name.no_suffix.has_first_name.no_middle_name.has_last_name.no_suffix .name_last,
.acn-top-align-form .ginput_container_name.no_suffix.has_first_name.no_middle_name.has_last_name.no_suffix .ginput_left,
.acn-top-align-form .ginput_container_name.no_suffix.has_first_name.no_middle_name.has_last_name.no_suffix .ginput_right,
.acn-top-align-form .ginput_container_password .name_first,
.acn-top-align-form .ginput_container_password .name_last,
.acn-top-align-form .ginput_container_password .ginput_left,
.acn-top-align-form .ginput_container_password .ginput_right {
  width: 50%;
  float: left; }

.acn-top-align-form .ginput_container_name.no_suffix.has_first_name.no_middle_name.has_last_name.no_suffix .name_first,
.acn-top-align-form .ginput_container_name.no_suffix.has_first_name.no_middle_name.has_last_name.no_suffix .ginput_left,
.acn-top-align-form .ginput_container_password .name_first,
.acn-top-align-form .ginput_container_password .ginput_left {
  padding-right: 10px; }

.affwp-login-header,
.affwp-form legend {
  font-weight: normal; }

.affwp-form fieldset {
  padding: 0 !important;
  margin: 0 !important; }

.affwp-form legend {
  padding-top: 1.2em; }

.affwp-form p {
  margin: 0 0 3px;
  position: relative; }
  .affwp-form p label {
    font-weight: 700;
    font-family: "Sentinel SSm A", "Sentinel SSm B", "Sentinel-Book", serif;
    font-size: 16px;
    display: inline-block;
    padding: 3px 0;
    float: left;
    clear: left; }
  .affwp-form p + p {
    margin-top: 13px; }

.affwp-form .affwp-user-remember {
  font-weight: normal;
  font-family: "AvenirNext-Regular", sans-serif; }

.affwp-form .affwp-user-remember {
  display: block;
  width: 100%;
  height: 24px; }
  .affwp-form .affwp-user-remember input[type="checkbox"] {
    margin: 0.5em 10px 0.5em 0;
    height: 16px; }

.affwp-form .button {
  margin-top: 20px; }

.affwp-form .affwp-lost-password {
  margin-top: 25px; }

#affwp-generate-ref-url .affwp-referral-url-submit-wrap input,
#affwp-affiliate-dashboard-profile-form .affwp-referral-url-submit-wrap input {
  width: auto !important; }

.gform_hidden {
  display: none !important; }

.gfield_checkbox li {
  display: -ms-flexbox !important;
  display: flex !important; }

a.gform_save_link {
  display: none !important; }

body.sensei a[href$="/blog/"] {
  opacity: 1 !important; }

.sensei-course {
  max-width: 1140px;
  /**
	 * On the lessons tabs
	 *
	 */ }
  .sensei-course.my-courses {
    max-width: 1320px; }
  .sensei-course .course-header + .nav-sub {
    margin-bottom: 30px; }
    .sensei-course .course-header + .nav-sub li:before {
      content: '';
      background: none; }
    .sensei-course .course-header + .nav-sub li:first-child {
      margin: 0; }
    .sensei-course .course-header + .nav-sub li.active a {
      color: #da521f; }
    .sensei-course .course-header + .nav-sub li a {
      color: #7c7d80; }
    @media (min-width: 600px) {
      .sensei-course .course-header + .nav-sub li {
        margin: 0 0 0 40px; } }
  .sensei-course .course-header + .grid-full {
    margin-top: 30px; }
  .sensei-course .sensei-message {
    background: #f0f2f7; }
  .sensei-course h2.course-title, .sensei-course .woocommerce.single-product .course-title.product-title, .woocommerce.single-product .sensei-course .course-title.product-title, .sensei-course h2.lesson-title, .sensei-course .woocommerce.single-product .lesson-title.product-title, .woocommerce.single-product .sensei-course .lesson-title.product-title {
    margin-top: 0; }
    .sensei-course h2.course-title .icon, .sensei-course .woocommerce.single-product .course-title.product-title .icon, .woocommerce.single-product .sensei-course .course-title.product-title .icon, .sensei-course h2.lesson-title .icon, .sensei-course .woocommerce.single-product .lesson-title.product-title .icon, .woocommerce.single-product .sensei-course .lesson-title.product-title .icon {
      fill: #da521f;
      width: 22px;
      height: 22px;
      float: right;
      margin: 17px; }
  .sensei-course .mt_private_message_form {
    border: 1px solid #f0f2f7;
    width: 100%; }
  .sensei-course .course-meta .status, .sensei-course .sensei-message {
    padding: 15px;
    background: #f0f2f7; }
    .sensei-course .course-meta .status.completed, .sensei-course .sensei-message.completed {
      background: #738c1f;
      color: white; }
      .sensei-course .course-meta .status.completed .icon.icon-check-icon, .sensei-course .sensei-message.completed .icon.icon-check-icon {
        fill: white; }
  .sensei-course .lesson-breadcrumb, .sensei-course .cooking-assignment, .sensei-course .dashboard-link {
    margin-left: 25px; }
    .sensei-course .lesson-breadcrumb:before, .sensei-course .cooking-assignment:before, .sensei-course .dashboard-link:before {
      content: "\2022";
      color: #da521f;
      left: -20px; }
    .sensei-course .lesson-breadcrumb a.active, .sensei-course .cooking-assignment a.active, .sensei-course .dashboard-link a.active {
      color: #da521f; }
    .sensei-course .lesson-breadcrumb a, .sensei-course .cooking-assignment a, .sensei-course .dashboard-link a {
      color: #7c7d80;
      color: #007d99;
      border-bottom: solid 1px #007d99;
      transition: 0.15s ease all;
      font-family: "Yanone Kaffeesatz", sans-serif; }
      .sensei-course .lesson-breadcrumb a:hover, .sensei-course .cooking-assignment a:hover, .sensei-course .dashboard-link a:hover {
        color: #da521f;
        border-bottom-color: transparent; }
  .sensei-course .course-status {
    margin-left: 25px; }
  .sensei-course .sensei-sidebar-widget {
    margin-bottom: 25px; }
    .sensei-course .sensei-sidebar-widget + .sensei-sidebar-widget {
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px solid #dfe1e6; }
      .sensei-course .sensei-sidebar-widget + .sensei-sidebar-widget .sensei-sidebar-widget-header {
        margin-top: 15px; }
    .sensei-course .sensei-sidebar-widget .sensei-sidebar-widget-header {
      color: #738c1f;
      margin-top: 0px;
      margin-left: 10px;
      font-size: 16px; }
  .sensei-course .icon {
    width: 16px;
    height: 16px;
    display: inline; }
    .sensei-course .icon.icon-graphs {
      width: 34px;
      height: 17px; }
    .sensei-course .icon.icon-plate {
      width: 60px;
      height: 60px;
      fill: white; }
  .sensei-course.my-courses article.long-title h2, .sensei-course.my-courses article.long-title .woocommerce.single-product .product-title, .woocommerce.single-product .sensei-course.my-courses article.long-title .product-title {
    font-size: 26px;
    line-height: 35px; }
    @media (min-width: 600px) and (max-width: 1199px) {
      .sensei-course.my-courses article.long-title h2, .sensei-course.my-courses article.long-title .woocommerce.single-product .product-title, .woocommerce.single-product .sensei-course.my-courses article.long-title .product-title {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 480px) {
      .sensei-course.my-courses article.long-title h2, .sensei-course.my-courses article.long-title .woocommerce.single-product .product-title, .woocommerce.single-product .sensei-course.my-courses article.long-title .product-title {
        font-size: 16px;
        line-height: 20px; } }
  @media (max-width: 899px) {
    .sensei-course.my-courses article.course {
      margin-top: 15px; } }
  .sensei-course.my-courses .course-title {
    letter-spacing: 0;
    margin-top: 0.5em; }
  .sensei-course.my-courses .uk-overlay {
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.2); }
    .sensei-course.my-courses .uk-overlay .icon-plate {
      -webkit-filter: drop-shadow(2px 3px 0px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(2px 3px 0px black); }
    .sensei-course.my-courses .uk-overlay h1, .sensei-course.my-courses .uk-overlay .serif-title, .sensei-course.my-courses .uk-overlay .h1, .sensei-course.my-courses .uk-overlay h2, .sensei-course.my-courses .uk-overlay .woocommerce.single-product .product-title, .woocommerce.single-product .sensei-course.my-courses .uk-overlay .product-title, .sensei-course.my-courses .uk-overlay .h2 {
      margin: 0;
      font-size: 30px;
      font-weight: 600;
      line-height: 38px; }
      .sensei-course.my-courses .uk-overlay h1, .sensei-course.my-courses .uk-overlay .serif-title, .sensei-course.my-courses .uk-overlay h1 a, .sensei-course.my-courses .uk-overlay .serif-title a, .sensei-course.my-courses .uk-overlay .h1, .sensei-course.my-courses .uk-overlay .h1 a, .sensei-course.my-courses .uk-overlay h2, .sensei-course.my-courses .uk-overlay .woocommerce.single-product .product-title, .woocommerce.single-product .sensei-course.my-courses .uk-overlay .product-title, .sensei-course.my-courses .uk-overlay h2 a, .sensei-course.my-courses .uk-overlay .woocommerce.single-product .product-title a, .woocommerce.single-product .sensei-course.my-courses .uk-overlay .product-title a, .sensei-course.my-courses .uk-overlay .h2, .sensei-course.my-courses .uk-overlay .h2 a {
        color: white; }
      .sensei-course.my-courses .uk-overlay h1:after, .sensei-course.my-courses .uk-overlay .serif-title:after, .sensei-course.my-courses .uk-overlay .h1:after, .sensei-course.my-courses .uk-overlay h2:after, .sensei-course.my-courses .uk-overlay .woocommerce.single-product .product-title:after, .woocommerce.single-product .sensei-course.my-courses .uk-overlay .product-title:after, .sensei-course.my-courses .uk-overlay .h2:after {
        content: '';
        max-width: 250px;
        width: 100%;
        margin: 0 auto 10px;
        border-bottom: dotted 1px white;
        display: block; }
      .sensei-course.my-courses .uk-overlay h1 + .button.button-link, .sensei-course.my-courses .uk-overlay .serif-title + .button.button-link, .sensei-course.my-courses .uk-overlay .h1 + .button.button-link, .sensei-course.my-courses .uk-overlay h2 + .button.button-link, .sensei-course.my-courses .uk-overlay .woocommerce.single-product .product-title + .button.button-link, .woocommerce.single-product .sensei-course.my-courses .uk-overlay .product-title + .button.button-link, .sensei-course.my-courses .uk-overlay .h2 + .button.button-link {
        color: #007d99; }
      @media (min-width: 600px) and (max-width: 1199px) {
        .sensei-course.my-courses .uk-overlay h1, .sensei-course.my-courses .uk-overlay .serif-title, .sensei-course.my-courses .uk-overlay h1 + .button.button-link, .sensei-course.my-courses .uk-overlay .serif-title + .button.button-link, .sensei-course.my-courses .uk-overlay .h1, .sensei-course.my-courses .uk-overlay .h1 + .button.button-link, .sensei-course.my-courses .uk-overlay h2, .sensei-course.my-courses .uk-overlay .woocommerce.single-product .product-title, .woocommerce.single-product .sensei-course.my-courses .uk-overlay .product-title, .sensei-course.my-courses .uk-overlay h2 + .button.button-link, .sensei-course.my-courses .uk-overlay .woocommerce.single-product .product-title + .button.button-link, .woocommerce.single-product .sensei-course.my-courses .uk-overlay .product-title + .button.button-link, .sensei-course.my-courses .uk-overlay .h2, .sensei-course.my-courses .uk-overlay .h2 + .button.button-link {
          font-size: 16px;
          line-height: 20px; }
        .sensei-course.my-courses .uk-overlay h1 + .button.button-link, .sensei-course.my-courses .uk-overlay .serif-title + .button.button-link, .sensei-course.my-courses .uk-overlay .h1 + .button.button-link, .sensei-course.my-courses .uk-overlay h2 + .button.button-link, .sensei-course.my-courses .uk-overlay .woocommerce.single-product .product-title + .button.button-link, .woocommerce.single-product .sensei-course.my-courses .uk-overlay .product-title + .button.button-link, .sensei-course.my-courses .uk-overlay .h2 + .button.button-link {
          font-size: 12px;
          color: #007d99; } }
      @media (max-width: 480px) {
        .sensei-course.my-courses .uk-overlay h1, .sensei-course.my-courses .uk-overlay .serif-title, .sensei-course.my-courses .uk-overlay h1 + .button.button-link, .sensei-course.my-courses .uk-overlay .serif-title + .button.button-link, .sensei-course.my-courses .uk-overlay .h1, .sensei-course.my-courses .uk-overlay .h1 + .button.button-link, .sensei-course.my-courses .uk-overlay h2, .sensei-course.my-courses .uk-overlay .woocommerce.single-product .product-title, .woocommerce.single-product .sensei-course.my-courses .uk-overlay .product-title, .sensei-course.my-courses .uk-overlay h2 + .button.button-link, .sensei-course.my-courses .uk-overlay .woocommerce.single-product .product-title + .button.button-link, .woocommerce.single-product .sensei-course.my-courses .uk-overlay .product-title + .button.button-link, .sensei-course.my-courses .uk-overlay .h2, .sensei-course.my-courses .uk-overlay .h2 + .button.button-link {
          font-size: 16px;
          line-height: 20px; }
        .sensei-course.my-courses .uk-overlay h1 + .button.button-link, .sensei-course.my-courses .uk-overlay .serif-title + .button.button-link, .sensei-course.my-courses .uk-overlay .h1 + .button.button-link, .sensei-course.my-courses .uk-overlay h2 + .button.button-link, .sensei-course.my-courses .uk-overlay .woocommerce.single-product .product-title + .button.button-link, .woocommerce.single-product .sensei-course.my-courses .uk-overlay .product-title + .button.button-link, .sensei-course.my-courses .uk-overlay .h2 + .button.button-link {
          font-size: 12px;
          color: #007d99; } }
    .sensei-course.my-courses .uk-overlay .course-date {
      letter-spacing: 3px;
      font-size: 14px;
      font-weight: 600; }
  .sensei-course.my-courses #active-courses, .sensei-course.my-courses #completed-courses {
    padding-bottom: 25px; }
  .sensei-course.my-courses .edit-profile {
    font-size: 75%;
    color: #007d99;
    text-decoration: underline; }
  .sensei-course.my-courses .my-courses-notifs {
    border-top: solid 1px #dfe1e6;
    padding-top: 15px; }
  .sensei-course.my-courses .dashboard-sidebar-header {
    color: #738c1f;
    font-size: 16px;
    margin-left: 0px; }
  .sensei-course.my-courses li.dashboard-link {
    margin-left: 10px; }
  .sensei-course .sensei-notifications .notification {
    background: #f0f2f7;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 5px; }
    .sensei-course .sensei-notifications .notification time {
      display: block;
      font-size: 13px;
      font-family: "AvenirNext-DemiBold", sans-serif;
      font-weight: normal;
      line-height: 14px;
      margin-bottom: 5px; }
  .sensei-course .course-lessons p.lesson-meta {
    margin-top: 0; }
    .sensei-course .course-lessons p.lesson-meta > span {
      display: inline-block;
      margin-right: 15px;
      font-size: 13px; }
      .sensei-course .course-lessons p.lesson-meta > span:before {
        content: '|';
        display: inline-block;
        margin-right: 15px;
        color: #dfe1e6; }
      .sensei-course .course-lessons p.lesson-meta > span:first-child:before {
        content: '';
        margin-right: 0; }

.sensei-course.wootheme-product .nav-sub {
  text-transform: uppercase;
  font-family: "AvenirNext-Regular", sans-serif;
  letter-spacing: 4px;
  font-size: 16px; }

.sensei-course.wootheme-product .share-course, .sensei-course.wootheme-product .share-review {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  margin: 1em 0; }
  .sensei-course.wootheme-product .share-course ul.share, .sensei-course.wootheme-product .share-review ul.share, .sensei-course.wootheme-product .share-course ul.share li, .sensei-course.wootheme-product .share-review ul.share li {
    display: inline; }
  .sensei-course.wootheme-product .share-course ul.share li a + .atclear, .sensei-course.wootheme-product .share-review ul.share li a + .atclear {
    display: none; }
  .sensei-course.wootheme-product .share-course ul.share li, .sensei-course.wootheme-product .share-review ul.share li {
    margin-right: 0.5em; }
  .sensei-course.wootheme-product .share-course .icon, .sensei-course.wootheme-product .share-review .icon {
    width: 22px;
    height: 22px;
    margin-bottom: -5px;
    fill: #da521f; }

.sensei-course.wootheme-product .enroll form.cart {
  margin-left: 30px; }
  .sensei-course.wootheme-product .enroll form.cart button {
    font-weight: normal; }

.sensei-course.wootheme-product .enroll div[itemprop="offers"] {
  font-size: 22px;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal; }
  .sensei-course.wootheme-product .enroll div[itemprop="offers"] p {
    margin: 0.5em 0 0.25em; }
  @media (min-width: 600px) {
    .sensei-course.wootheme-product .enroll div[itemprop="offers"] {
      font-size: 36px; }
      .sensei-course.wootheme-product .enroll div[itemprop="offers"] p {
        margin: 0.125em 0; } }

.sensei-course.wootheme-product .enroll form.cart, .sensei-course.wootheme-product .enroll div[itemprop="offers"] {
  float: right;
  padding: 0 10px;
  background: white; }

.sensei-course.wootheme-product .additional-course-details {
  margin-bottom: 30px; }

.sensei-course.wootheme-product .share-review {
  letter-spacing: 3px;
  margin: 0;
  margin-left: 10px; }

.sensei-course.wootheme-product .user-bio-wrapper {
  padding: 30px 10px; }
  .sensei-course.wootheme-product .user-bio-wrapper .user-bio-avatar {
    border-radius: 100%;
    border: 3px solid #cccccc;
    max-width: 256px; }
  .sensei-course.wootheme-product .user-bio-wrapper .expert-title {
    margin: 20px 0;
    font-family: "AvenirNext-Regular", sans-serif;
    font-size: 16px;
    color: #738c1f;
    text-transform: uppercase; }
  .sensei-course.wootheme-product .user-bio-wrapper .expert-name {
    color: #007d99; }
    .sensei-course.wootheme-product .user-bio-wrapper .expert-name a {
      color: #231f20;
      font-family: inherit; }
  .sensei-course.wootheme-product .user-bio-wrapper hr.user-bio-divider {
    width: 25%;
    border: 0px solid white;
    border-bottom: 1px solid #e0e0e0; }
  .sensei-course.wootheme-product .user-bio-wrapper .user-short-bio {
    font-size: 95%; }
  .sensei-course.wootheme-product .user-bio-wrapper .user-short-bio, .sensei-course.wootheme-product .user-bio-wrapper .user-social-link, .sensei-course.wootheme-product .user-bio-wrapper .user-bio-connect {
    padding: 0 45px; }
  .sensei-course.wootheme-product .user-bio-wrapper .user-bio-connect {
    text-transform: uppercase;
    font-family: "AvenirNext-Regular", sans-serif;
    color: #da521f;
    font-size: 12px; }
  @media (max-width: 1199px) {
    .sensei-course.wootheme-product .user-bio-wrapper .user-short-bio, .sensei-course.wootheme-product .user-bio-wrapper .user-social-link, .sensei-course.wootheme-product .user-bio-wrapper .user-bio-connect {
      padding: 0; } }
  .sensei-course.wootheme-product .user-bio-wrapper .expert-description {
    text-align: left;
    font-size: 16px; }
    .sensei-course.wootheme-product .user-bio-wrapper .expert-description p {
      margin: 0; }
      .sensei-course.wootheme-product .user-bio-wrapper .expert-description p:before {
        content: '';
        display: block;
        width: 100px;
        height: 1px;
        margin: 5px auto 15px;
        border-top: solid 1px #e8e8ed; }
    .sensei-course.wootheme-product .user-bio-wrapper .expert-description .read-more {
      margin-left: 5px;
      color: #da521f;
      font-family: "AvenirNext-DemiBold", sans-serif;
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase;
      border: none; }

.sensei-my-course-header {
  padding-bottom: 20px; }
  @media (min-width: 900px) {
    .sensei-my-course-header {
      padding-bottom: 50px; } }

.sensei .bg-red {
  padding-bottom: 20px; }

.lesson-meta header a:first-child.button {
  margin-right: 15px;
  float: left; }

.join-faculty {
  font-size: 18px;
  color: #4C4D50;
  letter-spacing: 5px;
  line-height: 36px; }

.share-knowledge {
  margin: 0.5em 0 1.2em; }

table.assignment_marking_guide tr {
  background-color: #f0f2f7; }
  table.assignment_marking_guide tr td, table.assignment_marking_guide tr th {
    padding: 10px 25px;
    font-size: 17px; }
    table.assignment_marking_guide tr td.component, table.assignment_marking_guide tr th.component {
      min-width: 320px; }
    table.assignment_marking_guide tr td.mark, table.assignment_marking_guide tr th.mark {
      text-align: center; }
  table.assignment_marking_guide tr.component-row:last-child td {
    padding-bottom: 15px; }
  table.assignment_marking_guide tr.header-row th {
    text-align: left;
    font-weight: normal;
    font-size: 16px; }
  table.assignment_marking_guide tr.header-row + tr td {
    padding-top: 15px; }

@media print {
  .sensei.single-lesson .page-wrap > .hero,
  .sensei.single-lesson .page-wrap > .latest-posts,
  .sensei.single-lesson .page-wrap > .quiz-link {
    display: none !important;
    visibility: none !important; }
  .sensei.single-lesson .page-wrap > header {
    position: inherit; }
    .sensei.single-lesson .page-wrap > header .nav-main-button.open.hide-tablet {
      display: none;
      visibility: hidden; }
  .sensei.single-lesson .video iframe {
    max-width: 100%;
    height: 150px; }
  .sensei.single-lesson .sensei-course .grid-full .dgrid-2-3 + .dgrid-1-3,
  .sensei.single-lesson .sensei-course .nav-sub {
    display: none;
    visibility: hidden; }
  .sensei.single-lesson .sensei-course h2.course-title, .sensei.single-lesson .sensei-course .woocommerce.single-product .course-title.product-title, .woocommerce.single-product .sensei.single-lesson .sensei-course .course-title.product-title {
    margin-top: 20px; }
    .sensei.single-lesson .sensei-course h2.course-title .icon, .sensei.single-lesson .sensei-course .woocommerce.single-product .course-title.product-title .icon, .woocommerce.single-product .sensei.single-lesson .sensei-course .course-title.product-title .icon {
      display: none;
      visibility: hidden; } }

#assignment_upload_form .file-holder {
  background: #f0f2f7;
  color: #74676a;
  width: 90%;
  height: 35px;
  display: block;
  margin: 0 5px;
  cursor: pointer; }
  #assignment_upload_form .file-holder span.filename {
    position: absolute;
    line-height: 1.45em;
    font-size: 0.9em;
    padding: 0.5em 1.15em;
    cursor: pointer;
    display: block; }
  #assignment_upload_form .file-holder input[type="file"] {
    opacity: 0;
    width: 100%;
    cursor: pointer; }

#assignment_upload_form .alert {
  background-color: #f0f2f7;
  padding: 15px;
  font-size: 15px; }
  #assignment_upload_form .alert.success {
    color: #738c1f; }
  #assignment_upload_form .alert.warning {
    color: #da521f; }

.back-to-lesson, .back-to-course {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: solid 1px white;
  border-right: solid 1px white;
  position: relative;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-right: 5px; }

.sensei-breadcrumb {
  margin-top: 30px; }

.woocommerce mark.order-number, .woocommerce mark.order-date, .woocommerce mark.order-status {
  background: transparent; }

.woocommerce .nav-sub {
  margin-bottom: 35px; }

.woocommerce .summary .rte p:first-child {
  margin-top: 0; }

.woocommerce .pre-loop {
  margin-top: 35px; }

.woocommerce.archive .star-rating {
  color: #da521f;
  font-size: 16px; }
  .woocommerce.archive .star-rating:before {
    color: #da521f; }
  @media (min-width: 900px) {
    .woocommerce.archive .star-rating {
      font-size: 1em; } }

.woocommerce.archive nav.woocommerce-pagination, .woocommerce.archive #content nav.woocommerce-pagination {
  margin-top: 30px; }

.woocommerce.single-product .shop-title a {
  color: #231f20; }

.woocommerce.single-product .product-title {
  margin-top: 0; }

.woocommerce.single-product .images > a, .woocommerce.single-product .images > a > img {
  width: 100%; }

.woocommerce.single-product > .page-wrap > .wootheme-product > .product > .grid > .grid-full.tgrid-2-5 .related ul.products li.type-product.dgrid-1-2.tgrid-1-2, .woocommerce.single-product > .page-wrap > .wootheme-product > .product > .grid > .grid-full.tgrid-2-5 .upsells ul.products li.type-product.dgrid-1-2.tgrid-1-2 {
  width: 100%; }
  @media (min-width: 600px) and (max-width: 899px) {
    .woocommerce.single-product > .page-wrap > .wootheme-product > .product > .grid > .grid-full.tgrid-2-5 .related ul.products li.type-product.dgrid-1-2.tgrid-1-2, .woocommerce.single-product > .page-wrap > .wootheme-product > .product > .grid > .grid-full.tgrid-2-5 .upsells ul.products li.type-product.dgrid-1-2.tgrid-1-2 {
      padding-left: 0;
      padding-right: 0; }
      .woocommerce.single-product > .page-wrap > .wootheme-product > .product > .grid > .grid-full.tgrid-2-5 .related ul.products li.type-product.dgrid-1-2.tgrid-1-2 .star-rating, .woocommerce.single-product > .page-wrap > .wootheme-product > .product > .grid > .grid-full.tgrid-2-5 .upsells ul.products li.type-product.dgrid-1-2.tgrid-1-2 .star-rating {
        font-size: 11px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .woocommerce.single-product .lined-bg {
    background-image: none; } }

.woocommerce.single-product .quantity, .woocommerce.single-product #content .quantity {
  width: 60px;
  position: relative;
  overflow: hidden;
  zoom: 1;
  float: left;
  padding-top: 6px;
  padding-right: 15px;
  background: white;
  /* Hide buttons for opera */ }
  .woocommerce.single-product .quantity input.qty, .woocommerce.single-product #content .quantity input.qty {
    width: 40px;
    height: 40px;
    float: left;
    padding: 0;
    text-align: center;
    border-right: 0;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal;
    border: 1px solid #dfe1e6;
    -moz-appearance: textfield;
    /* Hide buttons for Firefox 29 and later */ }
  .woocommerce.single-product .quantity noindex:-o-prefocus, .woocommerce.single-product .quantity input[type=number], .woocommerce.single-product #content .quantity noindex:-o-prefocus, .woocommerce.single-product #content .quantity input[type=number] {
    padding-right: 1.2em; }
  .woocommerce.single-product .quantity .plus, .woocommerce.single-product .quantity .minus, .woocommerce.single-product #content .quantity .plus, .woocommerce.single-product #content .quantity .minus {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    vertical-align: text-top;
    width: 20px;
    height: 21px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal;
    cursor: pointer;
    line-height: 13px;
    font-size: 12px;
    color: #007d99;
    border: 1px solid #dfe1e6;
    border-left: 0px;
    background: white; }
  .woocommerce.single-product .quantity .plus, .woocommerce.single-product #content .quantity .plus {
    top: 6px;
    right: 0;
    border-bottom: 0; }
  .woocommerce.single-product .quantity .minus, .woocommerce.single-product #content .quantity .minus {
    bottom: 0;
    right: 0; }

.woocommerce .product-type-simple form.cart {
  display: inline-block;
  width: 330px;
  float: right; }
  .woocommerce .product-type-simple form.cart button[type="submit"] {
    width: 230px;
    float: right;
    position: relative; }
    .woocommerce .product-type-simple form.cart button[type="submit"]:before {
      content: '';
      display: block;
      width: 10px;
      background: white;
      height: 35px;
      left: 0;
      margin-left: -10px;
      position: absolute; }
      @media (max-width: 599px) {
        .woocommerce .product-type-simple form.cart button[type="submit"]:before {
          margin-left: -2.4em;
          width: 5px; } }
    @media (max-width: 599px) {
      .woocommerce .product-type-simple form.cart button[type="submit"] {
        font-size: 14px;
        width: 170px;
        margin-top: 6px;
        line-height: 20px; } }
  @media (max-width: 599px) {
    .woocommerce .product-type-simple form.cart {
      width: 250px; } }

.woocommerce div[itemprop="offers"], .woocommerce .price {
  font-size: 22px;
  background: white;
  display: inline-block;
  padding-right: 10px; }
  .woocommerce div[itemprop="offers"] p, .woocommerce .price p {
    margin-top: 8px; }
  @media (min-width: 600px) {
    .woocommerce div[itemprop="offers"], .woocommerce .price {
      font-size: 32px; }
      .woocommerce div[itemprop="offers"] p, .woocommerce .price p {
        margin: 0.125em 0; } }

.woocommerce .product-type-variable form.variations_form .variations {
  width: 100%; }
  .woocommerce .product-type-variable form.variations_form .variations td.label {
    width: 25%;
    vertical-align: top; }
    .woocommerce .product-type-variable form.variations_form .variations td.label label {
      display: block;
      margin: 5px; }
  .woocommerce .product-type-variable form.variations_form .variations td.value {
    width: 75%; }
    .woocommerce .product-type-variable form.variations_form .variations td.value select {
      width: 100%; }
    .woocommerce .product-type-variable form.variations_form .variations td.value .dk_container {
      margin-bottom: 0px; }

.woocommerce .product-type-variable form.variations_form .variations_button {
  display: inline-block;
  width: 330px;
  float: right;
  text-align: right;
  margin: 0.5em 0; }
  .woocommerce .product-type-variable form.variations_form .variations_button button[type="submit"] {
    width: 230px; }

.woocommerce .product-type-variable form.variations_form .single_variation .price {
  margin: 0.5em 0; }

.woocommerce .product-type-grouped .group-box .info {
  margin-right: 15px; }

.woocommerce .product-type-grouped .group-box .price {
  margin-top: 8px;
  float: right; }

.woocommerce .product-type-grouped .group-box + hr {
  border: 0;
  height: 1px;
  background: #f0f2f7;
  margin: 1.25em 0; }

.woocommerce .product-type-grouped .quantity {
  float: right !important;
  margin-right: 15px; }

.woocommerce .product-type-grouped button[type="submit"] {
  margin-top: 2em; }

.woocommerce .product-type-variable div[itemprop="offers"], .woocommerce .product-type-grouped div[itemprop="offers"] {
  visibility: hidden;
  font-size: 10px; }

.woocommerce .nav-sub .current-menu-item a,
.woocommerce .nav-sub .is-active a, body.woocommerce-account .nav-sub .current-menu-item a,
body.woocommerce-account .nav-sub .is-active a {
  color: #7c7d80; }

.products .product {
  margin-top: 40px; }

@media (max-width: 899px) {
  .products .clear {
    display: none; } }

.more-courses-link {
  text-transform: uppercase;
  display: inline-block; }

a .icon.icon-arrow {
  fill: #da521f;
  margin-bottom: -3px;
  height: 18px; }

#respond form .comment-form-rating {
  clear: both; }
  #respond form .comment-form-rating #dk_container_rating {
    display: none;
    visibility: hidden; }

#comments ol li[itemprop="reviews"] {
  padding-left: 0;
  margin-bottom: 15px; }
  #comments ol li[itemprop="reviews"] .comment-text [itemprop="description"] {
    border-left: 1px solid #f0f2f7;
    padding-left: 10px; }
    #comments ol li[itemprop="reviews"] .comment-text [itemprop="description"] p {
      margin: 0.25em 0; }

.shop-img-wrap figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(89, 89, 91, 0.8); }
  .shop-img-wrap figcaption h5 {
    color: white; }

.product figcaption {
  padding: 10px 8px; }

.product .product-auth {
  padding-bottom: 5px; }

.product a, .product a:hover {
  text-decoration: none !important;
  border-bottom: 0 !important; }

.product .star-rating, .product .price, .product .add_to_cart_button {
  background: white;
  margin: 10px 0;
  display: inline-block;
  line-height: 20px; }

.product .star-rating {
  margin-top: 14px;
  width: 7.5em;
  height: 1.27em;
  line-height: 1.27em; }
  .product .star-rating:before, .product .star-rating span:before {
    padding-left: .5em;
    font-size: 1.27em; }

.product .price, .product .add_to_cart_button {
  padding: 5px 15px; }

.product .price {
  font-size: 24px;
  text-align: right;
  padding-left: 0; }
  .product .price del {
    font-size: 60%; }
  @media (min-width: 900px) {
    .product .price {
      max-width: 170px; } }

.product .add_to_cart_button, .product a.product_type_grouped {
  font-size: 20px;
  font-family: "AvenirNext-DemiBold", sans-serif;
  margin-left: 5px;
  color: #738c1f;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  float: right;
  padding-right: 0; }

.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -6px -6px 0 0;
  min-height: 32px;
  min-width: 32px;
  padding: 4px;
  font-size: 13px;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif;
  position: absolute;
  text-align: center;
  line-height: 32px;
  top: 6px;
  left: 6px;
  margin: 0;
  border-radius: 20px;
  background: #00a7cc;
  background: -moz-gradient(center top, #00a7cc 0%, #007d99 100%);
  text-shadow: 0, -1px, 0, #007d99;
  color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2); }

.woocommerce-message {
  padding: 15px;
  margin: 15px 0 50px;
  background: #f0f2f7;
  text-align: center;
  border: 1px solid #738c1f; }

/* = Streamlinig checkout process
-------------------------------------------------------------- */
.xlwcty-wc-thankyou .blog-feed {
  overflow: hidden; }

.xlwcty_wrap .xlwcty_circle {
  border-color: #fbaa19 !important;
  color: #fbaa19 !important; }
  .xlwcty_wrap .xlwcty_circle i {
    color: #fbaa19 !important; }

.xlwcty_wrap .xlwcty_Box.xlwcty_imgBox.xlwcty_imgBox_1 .xlwcty_btn {
  background: #007d99 !important; }
  .xlwcty_wrap .xlwcty_Box.xlwcty_imgBox.xlwcty_imgBox_1 .xlwcty_btn:hover {
    background-color: #fbaa19 !important; }

.xlwcty_wrap .xlwcty_imgBox.xlwcty_imgBox_1 .xlwcty_title {
  font-size: 22px !important;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em; }

.xlwcty-wc-thankyou .blog-feed {
  overflow: hidden; }

.xlwcty_wrap .xlwcty_circle {
  border-color: #fbaa19 !important;
  color: #fbaa19 !important; }
  .xlwcty_wrap .xlwcty_circle i {
    color: #fbaa19 !important; }

.xlwcty_wrap .xlwcty_Box.xlwcty_imgBox.xlwcty_imgBox_1 .xlwcty_btn {
  background: #007d99 !important; }
  .xlwcty_wrap .xlwcty_Box.xlwcty_imgBox.xlwcty_imgBox_1 .xlwcty_btn:hover {
    background-color: #fbaa19 !important; }

.xlwcty_wrap .xlwcty_imgBox.xlwcty_imgBox_1 .xlwcty_title {
  font-size: 22px !important;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em; }

.woocommerce-info-user-details {
  background-color: #ededed;
  padding: 0.8em 1.618em;
  margin-bottom: 2.617924em;
  margin-left: 0;
  border-radius: 2px;
  color: #333;
  clear: both;
  border-left: .6180469716em solid #007d99;
  font-size: 0.72em;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.woocommerce-address-fields input[readonly="readonly"] {
  opacity: 0.5;
  cursor: not-allowed; }

.woocommerce-EditAccountForm.edit-account input[readonly="readonly"] {
  opacity: 0.5;
  cursor: not-allowed; }

.woocommerce-checkout .woocommerce-form-login input[readonly="readonly"] {
  opacity: 0.5;
  cursor: not-allowed; }

/* Star rating */
@font-face {
  font-family: 'star';
  src: url("fonts/star.eot");
  src: url("fonts/star.eot?#iefix") format("embedded-opentype"), url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"), url("fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }

.star-rating {
  float: left;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1.125em;
  color: #dfe1e6;
  width: 5.4em;
  font-family: 'star'; }
  .star-rating:before {
    content: "\73\73\73\73\73";
    color: #dfe1e6;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0; }

.woocommerce-product-rating {
  line-height: 2em;
  display: block; }
  .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left; }

.products .star-rating {
  display: block;
  margin: .5em 0 .5em;
  float: right; }

.hreview-aggregate .star-rating {
  margin: 10px 0 0 0; }

#review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0; }
  #review_form #respond p {
    margin: 0 0 10px; }
  #review_form #respond .form-submit input {
    left: auto; }
  #review_form #respond textarea {
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: 100%; }

p.stars {
  position: relative;
  font-size: 1em;
  line-height: 45px; }
  p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: absolute; }
    p.stars a:last-child {
      border-right: 0; }
    p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
      font-family: "FontAwesome";
      text-indent: 0;
      position: absolute;
      top: 0;
      left: 0; }
    p.stars a.star-1 {
      width: 1em;
      z-index: 9; }
      p.stars a.star-1:after {
        content: "\f006"; }
      p.stars a.star-1:hover:after, p.stars a.star-1.active:after {
        content: "\f005"; }
    p.stars a.star-2 {
      width: 2em;
      z-index: 8; }
      p.stars a.star-2:after {
        content: "\f006\f006"; }
      p.stars a.star-2:hover:after, p.stars a.star-2.active:after {
        content: "\f005\f005"; }
    p.stars a.star-3 {
      width: 3em;
      z-index: 7; }
      p.stars a.star-3:after {
        content: "\f006\f006\f006"; }
      p.stars a.star-3:hover:after, p.stars a.star-3.active:after {
        content: "\f005\f005\f005"; }
    p.stars a.star-4 {
      width: 4em;
      z-index: 6; }
      p.stars a.star-4:after {
        content: "\f006\f006\f006\f006"; }
      p.stars a.star-4:hover:after, p.stars a.star-4.active:after {
        content: "\f005\f005\f005\f005"; }
    p.stars a.star-5 {
      width: 5em;
      border: 0;
      z-index: 5; }
      p.stars a.star-5:after {
        content: "\f006\f006\f006\f006\f006"; }
      p.stars a.star-5:hover:after, p.stars a.star-5.active:after {
        content: "\f005\f005\f005\f005\f005"; }

nav.woocommerce-pagination, #content nav.woocommerce-pagination {
  text-align: center; }
  nav.woocommerce-pagination ul, #content nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #dfe1e6;
    border-right: 0;
    margin: 1px; }
    nav.woocommerce-pagination ul li, #content nav.woocommerce-pagination ul li {
      border-right: 1px solid #dfe1e6;
      padding: 0;
      margin: 0;
      float: left;
      display: inline;
      overflow: hidden; }
      nav.woocommerce-pagination ul li a, nav.woocommerce-pagination ul li span, #content nav.woocommerce-pagination ul li a, #content nav.woocommerce-pagination ul li span {
        margin: 0;
        text-decoration: none;
        padding: 0;
        line-height: 1em;
        font-size: 1em;
        font-weight: normal;
        padding: .5em;
        min-width: 1em;
        display: block;
        color: #007d99;
        font-family: "AvenirNext-Regular", sans-serif; }
      nav.woocommerce-pagination ul li span.current, nav.woocommerce-pagination ul li a:hover, nav.woocommerce-pagination ul li a:focus, #content nav.woocommerce-pagination ul li span.current, #content nav.woocommerce-pagination ul li a:hover, #content nav.woocommerce-pagination ul li a:focus {
        background: #f0f2f7;
        color: #7c7d80; }

.meijin-title,
.meijin-rte > *:first-child {
  margin-top: 0; }

.meijin-sidebar-widget + .meijin-sidebar-widget {
  border-top: 1px solid #f0f2f7;
  padding-top: 25px;
  margin-top: 25px; }

.meijin-sidebar-widget.accordion {
  padding-left: 0;
  padding-right: 0; }

.accordion .meijin-sidebar-widget + .meijin-sidebar-widget {
  margin-top: 0; }

.meijin-sidebar-widget__title {
  font-family: "AvenirNext-Regular", sans-serif;
  color: #738c1f;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0; }

.meijin-sidebar-widget__title.question {
  padding-bottom: 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.meijin-sidebar-widget__title.question .question-toggle {
  margin-right: 0 !important;
  margin-top: 3px !important; }

h3.question.meijin-sidebar-widget__title.is-active .question-toggle, #comments .comment-body .question.meijin-sidebar-widget__title.is-active.name .question-toggle, #comments .comment-body .name a.question.meijin-sidebar-widget__title.is-active .question-toggle, .affwp-form legend.question.meijin-sidebar-widget__title.is-active .question-toggle, .squeeze .question.meijin-sidebar-widget__title.is-active.praise-name .question-toggle {
  margin-top: 1px !important; }

.meijin-sidebar-widget--lists ol, .meijin-sidebar-widget--lists ul {
  padding: 5px 45px; }

.meijin-sidebar-widget--lists li {
  padding: 3px 0;
  position: relative; }
  .meijin-sidebar-widget--lists li:before {
    position: absolute;
    content: "\2022";
    color: #da521f;
    left: -20px; }
  .meijin-sidebar-widget--lists li a {
    color: #007d99;
    border-bottom: solid 1px #007d99;
    transition: 0.15s ease all;
    font-family: "Yanone Kaffeesatz", sans-serif; }

.meijin-nav {
  text-align: center;
  padding-top: 15px; }
  .meijin-nav li {
    display: block;
    padding: 5px 0; }
    .meijin-nav li:first-child {
      margin-left: 0; }
      .meijin-nav li:first-child:before {
        display: none; }
    .meijin-nav li.active a {
      color: #da521f; }
      .meijin-nav li.active a:hover {
        color: #813012; }
  .meijin-nav a {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: 0.15s ease all;
    font-weight: normal;
    font-size: 12px;
    font-family: "AvenirNext-DemiBold", sans-serif !important;
    color: #7c7d80; }
    .meijin-nav a.active {
      color: #da521f; }
      .meijin-nav a.active:hover {
        color: #813012; }
    .meijin-nav a:hover {
      color: #4a4a4c; }
  @media (min-width: 600px) {
    .meijin-nav li {
      display: inline-block;
      margin: 0 0 0 15px;
      padding: 0; }
      .meijin-nav li:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #231f20;
        float: left;
        margin-top: 11px;
        margin-right: 20px; }
    .meijin-nav a {
      float: left;
      font-size: 16px; } }

.meijin-form input[type=radio] {
  margin-right: 10px;
  display: inline-block; }

.meijin-message {
  background-color: #f0f2f7;
  padding: 15px; }

.meijin-message--error {
  color: #da521f;
  border: 1px solid #da521f; }

.meijin-notification {
  background-color: #f0f2f7;
  padding: 10px;
  border-radius: 3px; }
  .meijin-notification + .meijin-notification {
    margin-top: 10px; }

.meijin-notification__timestamp {
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px; }

.progress-lessons, .progress-assignments, .pending-assignments {
  width: 100%; }

.horizontal-list {
  text-align: center; }
  .horizontal-list > * {
    display: inline-block;
    margin: 0 5px; }

.custom-radio input[type="radio"],
input[type="radio"].custom-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid #231f20;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  background: transparent;
  border-radius: 50%; }
  .custom-radio input[type="radio"]:checked:before,
  input[type="radio"].custom-radio:checked:before {
    content: '';
    width: 10px;
    height: 10px;
    margin: 2px auto 0;
    border-radius: 50%;
    background: #007d99;
    display: block; }

.meijin-file-form {
  background: #f0f2f7;
  color: #74676a;
  height: 46px;
  display: block;
  cursor: pointer;
  position: relative; }
  .meijin-file-form.meijin-file-form--sidebar {
    width: 66%;
    float: left; }
  .meijin-file-form span.filename {
    position: absolute;
    width: 100%;
    line-height: 46px;
    height: 46px;
    font-size: 1em;
    padding-left: 1.15em;
    padding-right: 1.15em;
    cursor: pointer;
    display: block;
    overflow: hidden; }
  .meijin-file-form input[type="file"] {
    opacity: 0;
    width: 100%;
    cursor: pointer;
    height: 46px; }

.meijin-file-form-button button,
.meijin-file-form-button a[href='#student-upload-confirm'] {
  height: 46px;
  line-height: 30px; }

.meijin-file-form-button.meijin-file-form-button--sidebar {
  width: 33%;
  float: right; }

.ignore-dk-max.dk_container,
.ignore-dk-max.dk_container .dk_toggle.dk_label {
  max-width: 100% !important;
  width: 100% !important; }

.meijin-progress-icon {
  display: inline-block;
  width: 16px;
  display: inline-block;
  width: 25px;
  height: 29px;
  margin-bottom: -8px; }

.course-header.page-title-wrap {
  margin: 15px 0 30px; }
  @media (min-width: 900px) {
    .course-header.page-title-wrap {
      margin-bottom: 40px; } }

.print-button svg {
  fill: #da521f;
  float: right;
  margin: 10px; }

/**
 * My Progress page items
 */
ul > .meijin-progress {
  display: block;
  padding-bottom: 20px; }
  ul > .meijin-progress:nth-child(n+2) {
    padding-top: 20px;
    border-top: 1px solid #dfe1e6; }

.meijin-progress__heading {
  font-size: 1.25em; }
  @media (min-width: 900px) {
    .meijin-progress__heading {
      position: relative; } }
  .meijin-progress__heading:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    width: 25px;
    height: 25px; }
    @media (min-width: 900px) {
      .meijin-progress__heading:before {
        position: absolute;
        left: -35px;
        top: 4px; } }

.meijin-progress:hover .meijin-progress__heading:before, .meijin-progress .meijin-progress__heading:before {
  transition: all 0.15s; }

.meijin-progress:hover .meijin-progress__heading:before {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }

.meijin-progress__heading--passed {
  color: #738c1f; }
  .meijin-progress__heading--passed:before {
    border-color: #738c1f;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjVweCIgdmlld0JveD0iMCAwIDI1IDI1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNSAyNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzczOEMzQTt9DQo8L3N0eWxlPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxOC4yLDYuNyAxNi4zLDUuMiA5LjMsMTUuMSA1LjksMTEuOCA0LjIsMTMuNSA5LjUsMTguOCAiLz4NCjwvc3ZnPg0K); }

.meijin-progress__heading--incomplete {
  color: #231f20; }
  .meijin-progress__heading--incomplete:before {
    border-color: #231f20;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjVweCIgdmlld0JveD0iMCAwIDI1IDI1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNSAyNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzdDN0Q4MDt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUuNywxMi41YzAtMC40LDAuMS0wLjcsMC4zLTAuOWMwLjItMC4yLDAuNC0wLjMsMC44LTAuM2MwLjMsMCwwLjYsMC4xLDAuOCwwLjNjMC4yLDAuMiwwLjMsMC41LDAuMywwLjkNCgkJcy0wLjEsMC43LTAuMywwLjljLTAuMiwwLjItMC41LDAuMy0wLjgsMC4zUzYuMiwxMy42LDYsMTMuNEM1LjgsMTMuMiw1LjcsMTIuOSw1LjcsMTIuNXogTTEwLjQsMTIuNWMwLTAuNCwwLjEtMC43LDAuMy0wLjkNCgkJczAuNC0wLjMsMC44LTAuM2MwLjMsMCwwLjYsMC4xLDAuOCwwLjNzMC4zLDAuNSwwLjMsMC45cy0wLjEsMC43LTAuMywwLjlzLTAuNSwwLjMtMC44LDAuM3MtMC42LTAuMS0wLjgtMC4zUzEwLjQsMTIuOSwxMC40LDEyLjV6DQoJCSBNMTUuMSwxMi41YzAtMC40LDAuMS0wLjcsMC4zLTAuOXMwLjQtMC4zLDAuOC0wLjNjMC4zLDAsMC42LDAuMSwwLjgsMC4zYzAuMiwwLjIsMC4zLDAuNSwwLjMsMC45cy0wLjEsMC43LTAuMywwLjkNCgkJYy0wLjIsMC4yLTAuNSwwLjMtMC44LDAuM2MtMC4zLDAtMC42LTAuMS0wLjgtMC4zQzE1LjIsMTMuMiwxNS4xLDEyLjksMTUuMSwxMi41eiIvPg0KPC9nPg0KPC9zdmc+DQo=); }

.meijin-progress__heading--failed {
  color: #da521f; }
  .meijin-progress__heading--failed:before {
    border-color: #da521f;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjVweCIgdmlld0JveD0iMCAwIDI1IDI1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNSAyNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0RGNUQyMjt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LDcuOWwwLjksMWwtMy40LDMuNWwzLjQsMy40bC0wLjksMWwtMy41LTMuNGwtMy40LDMuNGwtMS0xbDMuNC0zLjRMNy4xLDguOWwxLTFsMy40LDMuNUwxNSw3Ljl6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==); }

.meijin-progress__subheading {
  font-size: 0.70em;
  font-family: "AvenirNext-Regular", sans-serif; }
  .meijin-progress__subheading a {
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #007d99;
    text-decoration: underline; }

.meijin-assignment-submissions__icon,
.sensei-course .meijin-assignment-submissions__icon {
  width: 14px;
  height: 16px;
  fill: #da521f;
  margin-bottom: -3px;
  display: inline; }

.meijin-assignment-submissions__mini-icon {
  margin-bottom: -3px;
  display: inline-block;
  fill: #da521f; }

.meijin-assignment-submissions {
  width: 100%; }
  @media (max-width: 599px) {
    .meijin-assignment-submissions {
      overflow-x: scroll;
      width: 100%;
      display: block; }
      .meijin-assignment-submissions th {
        min-width: 250px; } }

.meijin-assignment-submissions__header,
.meijin-assignment-submissions__header th,
.meijin-assignment-submissions__header td {
  color: #7c7d80;
  font-weight: normal;
  min-height: 50px;
  line-height: 30px;
  padding: 10px; }

.meijin-assignment-submissions__row,
.meijin-assignment-submissions__header {
  border-bottom: 1px solid #979797; }
  .meijin-assignment-submissions__row td,
  .meijin-assignment-submissions__header td {
    padding: 10px 2px;
    vertical-align: top; }
    @media (min-width: 900px) {
      .meijin-assignment-submissions__row td,
      .meijin-assignment-submissions__header td {
        padding: 35px 20px 30px; }
        .meijin-assignment-submissions__row td .meijin-assignment-submissions__cell,
        .meijin-assignment-submissions__header td .meijin-assignment-submissions__cell {
          margin: 0 auto; }
          .meijin-assignment-submissions__row td .meijin-assignment-submissions__cell.course, .meijin-assignment-submissions__row td .meijin-assignment-submissions__cell.student-name,
          .meijin-assignment-submissions__header td .meijin-assignment-submissions__cell.course,
          .meijin-assignment-submissions__header td .meijin-assignment-submissions__cell.student-name {
            max-width: 300px; }
          .meijin-assignment-submissions__row td .meijin-assignment-submissions__cell.file .icon,
          .meijin-assignment-submissions__header td .meijin-assignment-submissions__cell.file .icon {
            display: inline; }
          .meijin-assignment-submissions__row td .meijin-assignment-submissions__cell.file small,
          .meijin-assignment-submissions__header td .meijin-assignment-submissions__cell.file small {
            word-wrap: break-word;
            max-width: 150px;
            display: inline-block;
            vertical-align: top; } }

.meijin-filter-form {
  margin-bottom: 80px !important; }
  .meijin-filter-form .button--filter {
    height: 46px;
    line-height: 46px;
    padding: 0 2em; }

.meijin-assignment-submissions__row {
  font-size: 15px;
  line-height: 20px; }
  .meijin-assignment-submissions__row .meijin-fancy-checkbox {
    margin-top: -9px; }
  .meijin-assignment-submissions__row .duplicate-pop-up {
    height: 20px;
    margin: 0;
    line-height: 13px; }
  .meijin-assignment-submissions__row [data-tooltip]:hover:after {
    left: -100px;
    margin-right: 25px; }
  .meijin-assignment-submissions__row.hoverable:hover,
  .meijin-assignment-submissions__row.hoverable:hover .meijin-fancy-checkbox {
    background-color: #f0f2f7;
    cursor: pointer; }

.meijin-assignment-submissions__row.precedes-notice {
  border-bottom: 0; }
  .meijin-assignment-submissions__row.precedes-notice td {
    padding-top: 20px;
    padding-bottom: 0; }

.meijin-assignment-submissions__row.processed td {
  opacity: 0.5; }
  .meijin-assignment-submissions__row.processed td, .meijin-assignment-submissions__row.processed td .dk_container a {
    cursor: not-allowed; }

.meijin-assignment-submissions__row.notice td {
  padding-top: 5px;
  padding-bottom: 20px;
  font-family: "Yanone Kaffeesatz", sans-serif; }

.meijin-assignment-submissions__row.notice.success.completed {
  color: #738c1f; }

.meijin-assignment-submissions__row.notice.success.incomplete {
  color: #da521f; }

.meijin-assignment-submissions__row.notice.err {
  color: #FF0000; }

.meijin-my-progress h2:first-child, .meijin-my-progress .woocommerce.single-product .product-title:first-child, .woocommerce.single-product .meijin-my-progress .product-title:first-child {
  margin-top: 0; }

#open-all-assignment-dialogues {
  font-size: 14px;
  text-transform: none;
  text-decoration: underline; }

.meijin-assignment-submissions__row .assignment .dk_toggle, .meijin-assignment-submissions__row .status .dk_toggle {
  height: 36px !important;
  min-height: 36px !important;
  font-size: 18px;
  line-height: 22px;
  padding: 6px 30px 6px 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .meijin-assignment-submissions__row .assignment .dk_toggle:before, .meijin-assignment-submissions__row .assignment .dk_toggle:after, .meijin-assignment-submissions__row .status .dk_toggle:before, .meijin-assignment-submissions__row .status .dk_toggle:after {
    top: 9px;
    right: 12px; }

.meijin-assignment-submissions__row .assignment.dk_container, .meijin-assignment-submissions__row .status.dk_container {
  margin-bottom: 0 !important; }
  .meijin-assignment-submissions__row .assignment.dk_container:not(.dk_open), .meijin-assignment-submissions__row .status.dk_container:not(.dk_open) {
    overflow: hidden; }

.meijin-fancy-checkbox {
  height: 40px;
  width: 50px;
  overflow: hidden;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-appearance: none;
  position: relative; }
  .meijin-fancy-checkbox:focus {
    outline: none; }
  .meijin-fancy-checkbox:hover {
    color: #007d99;
    cursor: pointer; }
  .meijin-fancy-checkbox:before {
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    content: '\f096';
    left: 19px;
    top: 13px; }
  .meijin-fancy-checkbox:checked:before {
    content: '\f046'; }

.meijin-fancy-fileupload {
  background: #f0f2f7;
  color: #8990a3;
  height: 36px;
  display: block;
  position: relative;
  cursor: pointer; }
  .meijin-fancy-fileupload span.filename {
    height: 36px;
    font-size: 18px;
    line-height: 22px;
    padding: 6px 30px 6px 12px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .meijin-fancy-fileupload input[type="file"] {
    visibility: hidden;
    height: 36px; }
  .meijin-fancy-fileupload span.filename,
  .meijin-fancy-fileupload input[type="file"] {
    width: 100%;
    position: absolute; }
  .meijin-fancy-fileupload .meijin-fancy-fileupload__icon {
    font-size: 19px;
    position: absolute;
    right: 5px;
    top: 7px;
    color: #231f20;
    width: 25px;
    text-align: center; }

.user-submission-card {
  position: relative;
  padding-left: 34px;
  font-family: "AvenirNext-Regular", sans-serif;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 35px; }
  @media (min-width: 600px) {
    .user-submission-card {
      margin-bottom: 65px; } }

.user-submission-card__check {
  left: 0;
  position: absolute; }
  .user-submission-card__check .meijin-fancy-checkbox {
    background: transparent;
    left: -19px;
    top: -13px; }

.user-submission-card__status {
  color: #dfe1e6;
  margin-bottom: 8px; }

.user-submission-card__status--completed {
  color: #738c1f; }

.user-submission-card__check--disabled .meijin-fancy-checkbox,
.user-submission-card__check--disabled .meijin-fancy-checkbox:hover {
  color: #dfe1e6; }

.user-submission-card__delete {
  float: right;
  text-transform: uppercase;
  font-size: 11px;
  color: #da521f;
  letter-spacing: 0.46px;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal;
  margin-right: 10px; }

.user-submission-card__heading {
  text-transform: uppercase;
  color: #231f20;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 8px; }

.user-submission-card__date {
  line-height: 15px;
  margin-bottom: 8px;
  color: #231f20; }

.woocommerce .cross-sells {
  position: relative;
  padding: 10px;
  margin-bottom: 50px;
  background: #f0f2f7;
  border: 1px solid #738c1f;
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1); }
  @media (min-width: 900px) {
    .woocommerce .cross-sells {
      padding: 25px;
      margin-right: -50px;
      margin-left: -50px; } }
  .woocommerce .cross-sells li:before {
    content: ''; }

.woocommerce .cross-sells__heading {
  margin: 15px 0;
  text-align: center;
  color: #231f20;
  font-weight: normal; }
  @media (min-width: 900px) {
    .woocommerce .cross-sells__heading {
      margin-top: 0;
      text-align: left; } }

.woocommerce .cross-sells__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  font-size: 20px;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal;
  line-height: 15px;
  color: #231f20;
  cursor: pointer; }
  .woocommerce .cross-sells__close:hover {
    background: #f7f8fb; }
  .woocommerce .cross-sells__close:active {
    background: #e9ecf3; }

.woocommerce .cross-sells .product .price,
.woocommerce .cross-sells .product .add_to_cart_button {
  background: #f0f2f7; }

.woocommerce .cart-totals__header {
  margin-top: 0;
  text-align: right; }

.woocommerce .cart-totals__table {
  margin-bottom: 25px !important;
  max-width: 300px;
  margin-right: 0 !important;
  position: relative; }
  .woocommerce .cart-totals__table tr > td {
    text-align: right;
    padding-left: 10px;
    width: auto; }
  .woocommerce .cart-totals__table tr > th {
    text-align: right;
    width: 70%; }
  .woocommerce .cart-totals__table tr > td,
  .woocommerce .cart-totals__table tr > th {
    vertical-align: top; }
  .woocommerce .cart-totals__table.cart-totals__table--recurring tr > th {
    width: 53%; }
  .woocommerce .cart-totals__table .recurring-total td {
    font-size: 0.65em;
    line-height: 1.35em;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 30px;
    color: #7c7d80; }
    .woocommerce .cart-totals__table .recurring-total td .amount, .woocommerce .cart-totals__table .recurring-total td .first-payment-date {
      font-size: 1.65em; }
    .woocommerce .cart-totals__table .recurring-total td .amount {
      color: #231f20; }
  .woocommerce .cart-totals__table .first-payment-date {
    margin-top: 10px;
    font-style: italic;
    color: #da521f;
    display: block;
    position: absolute;
    width: 100%;
    right: 0; }
  .woocommerce .cart-totals__table .cart-subtotal td, .woocommerce .cart-totals__table .cart-subtotal th,
  .woocommerce .cart-totals__table .tax-rate td,
  .woocommerce .cart-totals__table .tax-rate th {
    border-bottom: 1px solid #f0f2f7; }

.woocommerce .woocommerce-info {
  margin-top: 15px; }

.woocommerce > .woocommerce-info {
  margin-top: 30px; }

.woocommerce .shop_table.change-payment thead th.product-name {
  padding-left: 0;
  padding-right: 0; }

.woocommerce .shop_table, .woocommerce .shop_table.cart {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  font-family: "AvenirNext-Regular", sans-serif; }
  .woocommerce .shop_table thead th.product-name, .woocommerce .shop_table.cart thead th.product-name {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px; }
  .woocommerce .shop_table tr.cart_item, .woocommerce .shop_table.cart tr.cart_item {
    border-bottom: 1px solid #7c7d80;
    font-size: 0.85em; }
    .woocommerce .shop_table tr.cart_item td, .woocommerce .shop_table.cart tr.cart_item td {
      padding-top: 10px;
      padding-bottom: 10px; }
    .woocommerce .shop_table tr.cart_item:first-child, .woocommerce .shop_table.cart tr.cart_item:first-child {
      border-top: 1px solid #7c7d80; }
    @media (max-width: 598px) {
      .woocommerce .shop_table tr.cart_item .product-remove, .woocommerce .shop_table.cart tr.cart_item .product-remove {
        max-width: 20px; } }
    .woocommerce .shop_table tr.cart_item .product-remove svg, .woocommerce .shop_table.cart tr.cart_item .product-remove svg {
      fill: #dfe1e6; }
    .woocommerce .shop_table tr.cart_item .product-thumbnail a, .woocommerce .shop_table tr.cart_item .product-thumbnail a img, .woocommerce .shop_table.cart tr.cart_item .product-thumbnail a, .woocommerce .shop_table.cart tr.cart_item .product-thumbnail a img {
      display: table-cell;
      height: auto;
      padding: 4px 0; }
    .woocommerce .shop_table tr.cart_item .product-name, .woocommerce .shop_table.cart tr.cart_item .product-name {
      padding: 12px 20px;
      text-align: left; }
      .woocommerce .shop_table tr.cart_item .product-name a, .woocommerce .shop_table.cart tr.cart_item .product-name a {
        color: #231f20; }
      .woocommerce .shop_table tr.cart_item .product-name dl.variation, .woocommerce .shop_table.cart tr.cart_item .product-name dl.variation {
        margin: 0;
        margin-top: 10px;
        line-height: 1.5em;
        font-size: 0.75em; }
        .woocommerce .shop_table tr.cart_item .product-name dl.variation dt, .woocommerce .shop_table tr.cart_item .product-name dl.variation dd, .woocommerce .shop_table.cart tr.cart_item .product-name dl.variation dt, .woocommerce .shop_table.cart tr.cart_item .product-name dl.variation dd {
          display: inline-block;
          float: left;
          margin-bottom: 1em; }
        .woocommerce .shop_table tr.cart_item .product-name dl.variation dt, .woocommerce .shop_table.cart tr.cart_item .product-name dl.variation dt {
          font-weight: normal;
          font-family: "AvenirNext-DemiBold", sans-serif;
          padding: 0 0 .25em 0;
          margin: 0 4px 0 0;
          clear: left; }
        .woocommerce .shop_table tr.cart_item .product-name dl.variation dd, .woocommerce .shop_table.cart tr.cart_item .product-name dl.variation dd {
          margin-left: 0;
          margin-bottom: 0em; }
          .woocommerce .shop_table tr.cart_item .product-name dl.variation dd p, .woocommerce .shop_table.cart tr.cart_item .product-name dl.variation dd p {
            margin: 0; }
          .woocommerce .shop_table tr.cart_item .product-name dl.variation dd p:last-child, .woocommerce .shop_table.cart tr.cart_item .product-name dl.variation dd p:last-child {
            margin-bottom: 0; }
    .woocommerce .shop_table tr.cart_item .product-quantity .quantity.buttons_added input[type="number"], .woocommerce .shop_table tr.cart_item .product-quantity .quantity.buttons_added input[type="button"], .woocommerce .shop_table.cart tr.cart_item .product-quantity .quantity.buttons_added input[type="number"], .woocommerce .shop_table.cart tr.cart_item .product-quantity .quantity.buttons_added input[type="button"] {
      height: 50px; }
    .woocommerce .shop_table tr.cart_item .product-quantity .quantity.buttons_added input[type="number"], .woocommerce .shop_table.cart tr.cart_item .product-quantity .quantity.buttons_added input[type="number"] {
      width: 50px;
      height: 35px;
      text-align: center;
      border: 1px solid #dfe1e6;
      padding: 0; }
    .woocommerce .shop_table tr.cart_item .product-quantity .quantity.buttons_added input[type="button"], .woocommerce .shop_table.cart tr.cart_item .product-quantity .quantity.buttons_added input[type="button"] {
      width: 30px;
      margin: 0 auto;
      background: white;
      border-width: 0px;
      margin: 0px;
      padding: 0px; }
    .woocommerce .shop_table tr.cart_item .product-quantity,
    .woocommerce .shop_table tr.cart_item .product-quantity input[type="number"],
    .woocommerce .shop_table tr.cart_item .product-quantity input[type="text"], .woocommerce .shop_table.cart tr.cart_item .product-quantity,
    .woocommerce .shop_table.cart tr.cart_item .product-quantity input[type="number"],
    .woocommerce .shop_table.cart tr.cart_item .product-quantity input[type="text"] {
      text-align: center; }
      @media (max-width: 598px) {
        .woocommerce .shop_table tr.cart_item .product-quantity,
        .woocommerce .shop_table tr.cart_item .product-quantity input[type="number"],
        .woocommerce .shop_table tr.cart_item .product-quantity input[type="text"], .woocommerce .shop_table.cart tr.cart_item .product-quantity,
        .woocommerce .shop_table.cart tr.cart_item .product-quantity input[type="number"],
        .woocommerce .shop_table.cart tr.cart_item .product-quantity input[type="text"] {
          max-width: 10px; } }
      @media (min-width: 600px) {
        .woocommerce .shop_table tr.cart_item .product-quantity,
        .woocommerce .shop_table tr.cart_item .product-quantity input[type="number"],
        .woocommerce .shop_table tr.cart_item .product-quantity input[type="text"], .woocommerce .shop_table.cart tr.cart_item .product-quantity,
        .woocommerce .shop_table.cart tr.cart_item .product-quantity input[type="number"],
        .woocommerce .shop_table.cart tr.cart_item .product-quantity input[type="text"] {
          max-width: 150px; } }
    .woocommerce .shop_table tr.cart_item .icon, .woocommerce .shop_table.cart tr.cart_item .icon {
      width: 16px;
      height: 16px;
      display: inline; }
      .woocommerce .shop_table tr.cart_item .icon.icon-close, .woocommerce .shop_table.cart tr.cart_item .icon.icon-close {
        width: 34px;
        height: 17px;
        margin-right: 10px; }
  .woocommerce .shop_table td.actions, .woocommerce .shop_table.cart td.actions {
    padding: 30px 0; }
    .woocommerce .shop_table td.actions .button, .woocommerce .shop_table.cart td.actions .button {
      font-size: 16px;
      padding: 10px;
      margin-bottom: 30px; }
    .woocommerce .shop_table td.actions .coupon, .woocommerce .shop_table.cart td.actions .coupon {
      text-align: right;
      margin-bottom: 30px; }
      .woocommerce .shop_table td.actions .coupon .button, .woocommerce .shop_table td.actions .coupon input[type="text"], .woocommerce .shop_table.cart td.actions .coupon .button, .woocommerce .shop_table.cart td.actions .coupon input[type="text"] {
        font-size: 16px; }
      .woocommerce .shop_table td.actions .coupon .button, .woocommerce .shop_table.cart td.actions .coupon .button {
        margin-bottom: 0px; }
      .woocommerce .shop_table td.actions .coupon input[type="text"], .woocommerce .shop_table.cart td.actions .coupon input[type="text"] {
        width: 140px;
        margin-top: 1px;
        padding-top: 7px;
        padding-bottom: 8px; }
    .woocommerce .shop_table td.actions input[disabled], .woocommerce .shop_table.cart td.actions input[disabled] {
      opacity: 0.5;
      cursor: not-allowed; }
  .woocommerce .shop_table.woocommerce-checkout-review-order-table, .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table {
    margin-bottom: 50px;
    /* Subtotal, [Tax], Total */
    /* First row of footer */ }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tr.cart_item, .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table tr.cart_item {
      font-size: 1em; }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr > th + td, .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table tfoot tr > th + td {
      padding-left: 20px;
      padding-right: 20px; }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot, .woocommerce .shop_table.woocommerce-checkout-review-order-table thead, .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table tfoot, .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table thead {
      font-size: 0.85em; }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot .recurring-totals th[colspan="2"], .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table tfoot .recurring-totals th[colspan="2"] {
      text-transform: none;
      color: #231f20;
      padding: 20px 20px 10px;
      border-bottom: 1px solid #dfe1e6;
      font-size: 1em;
      text-align: left; }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot .recurring-totals + tr th,
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot .recurring-totals + tr td, .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table tfoot .recurring-totals + tr th,
    .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table tfoot .recurring-totals + tr td {
      padding-top: 20px; }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot .recurring-total td, .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table tfoot .recurring-total td {
      font-size: 0.85em;
      line-height: 0.95em; }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot .order-total.recurring-total td, .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table tfoot .order-total.recurring-total td {
      padding-top: 10px; }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr th:first-child,
    .woocommerce .shop_table.woocommerce-checkout-review-order-table thead tr th, .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table tfoot tr th:first-child,
    .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table thead tr th {
      text-transform: uppercase;
      color: #7c7d80; }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr th:first-child, .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table tfoot tr th:first-child {
      text-align: right; }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td,
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th, .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table tfoot tr:first-child td,
    .woocommerce .shop_table.cart.woocommerce-checkout-review-order-table tfoot tr:first-child th {
      padding-top: 20px; }

.woocommerce .shop_table.order_details thead th.product-name {
  padding-left: 0;
  padding-right: 0;
  max-width: 50%; }

.woocommerce .shop_table.customer_details tbody tr th,
.woocommerce .shop_table.customer_details tbody tr td {
  width: 75%;
  text-align: left; }

.woocommerce .shop_table.customer_details tbody tr th:first-child {
  width: 20%; }

.woocommerce-cart .page-title:before {
  border-bottom-width: 0px; }

.woocommerce-checkout .thankyou_review .shop_table {
  text-align: left;
  margin: 0; }

.woocommerce, .woocommerce-page {
  /**
 * Copied from Woo 2.5
 */
  /* results */
  /*
disabled look for disabled choices in the results dropdown
*/
  /* disabled styles */
  /* multiselect */
  /* disabled styles */
  /* end multiselect */
  /* Retina-ize icons */
  /* =General Layout Styles
    -------------------------------------------------------------- */
  /* =Cart Page
    -------------------------------------------------------------- */
  /* =Forms
    -------------------------------------------------------------- */
  /*= Dag, yo. =*/ }
  .woocommerce .select2-container, .woocommerce-page .select2-container {
    margin: 0;
    position: relative;
    display: block !important;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    height: 42px; }
  .woocommerce .select2-container,
  .woocommerce .select2-drop,
  .woocommerce .select2-search,
  .woocommerce .select2-search input, .woocommerce-page .select2-container,
  .woocommerce-page .select2-drop,
  .woocommerce-page .select2-search,
  .woocommerce-page .select2-search input {
    /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
    /* webkit */
    /* firefox */
    box-sizing: border-box;
    /* css3 */ }
  .woocommerce .select2-container .select2-choice, .woocommerce-page .select2-container .select2-choice {
    display: block;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #dfe1e6;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    font-weight: 400; }
  .woocommerce html[dir="rtl"] .select2-container .select2-choice, .woocommerce-page html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0; }
  .woocommerce .select2-container.select2-drop-above .select2-choice, .woocommerce-page .select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #ccc;
    border-radius: 0 0 0 0; }
  .woocommerce .select2-container.select2-allowclear .select2-choice .select2-chosen, .woocommerce-page .select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px; }
  .woocommerce .select2-container .select2-choice > .select2-chosen, .woocommerce-page .select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    height: 42px;
    line-height: 42px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto; }
  .woocommerce html[dir="rtl"] .select2-container .select2-choice > .select2-chosen, .woocommerce-page html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0; }
  .woocommerce .select2-container .select2-choice abbr, .woocommerce-page .select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 5px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url("./img/select2.png") right top no-repeat;
    cursor: pointer;
    outline: 0; }
  .woocommerce .select2-container.select2-allowclear .select2-choice abbr, .woocommerce-page .select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block; }
  .woocommerce .select2-container .select2-choice abbr:hover, .woocommerce-page .select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer; }
  .woocommerce .select2-drop-mask, .woocommerce-page .select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0); }
  .woocommerce .select2-drop, .woocommerce-page .select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 0 0; }
  .woocommerce .select2-drop.select2-drop-above, .woocommerce-page .select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 0 0 0 0; }
  .woocommerce .select2-drop-active, .woocommerce-page .select2-drop-active {
    border: 1px solid #7c7d80;
    border-top: none; }
  .woocommerce .select2-drop.select2-drop-above.select2-drop-active, .woocommerce-page .select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #7c7d80; }
  .woocommerce .select2-drop-auto-width, .woocommerce-page .select2-drop-auto-width {
    border-top: 1px solid #ccc;
    width: auto; }
  .woocommerce .select2-drop-auto-width .select2-search, .woocommerce-page .select2-drop-auto-width .select2-search {
    padding-top: 4px; }
  .woocommerce .select2-container .select2-choice .select2-arrow, .woocommerce-page .select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 0;
    background-clip: padding-box; }
  .woocommerce html[dir="rtl"] .select2-container .select2-choice .select2-arrow, .woocommerce-page html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-radius: 0 0 0 0; }
  .woocommerce .select2-container .select2-choice .select2-arrow b, .woocommerce-page .select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
    .woocommerce .select2-container .select2-choice .select2-arrow b:after, .woocommerce-page .select2-container .select2-choice .select2-arrow b:after {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      left: 50%;
      border: 4px solid transparent;
      border-top-color: #666;
      margin-left: -7px;
      margin-top: -2px; }
  .woocommerce .select2-search, .woocommerce-page .select2-search {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
    padding-bottom: 4px; }
  .woocommerce .select2-search input, .woocommerce-page .select2-search input {
    width: 100%;
    height: auto !important;
    padding: 4px 20px 4px 5px !important;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #ccc;
    box-shadow: none;
    background: #fff url("./img/select2.png") no-repeat 100% -22px; }
  .woocommerce html[dir="rtl"] .select2-search input, .woocommerce-page html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: #fff url("./img/select2.png") no-repeat -37px -22px; }
  .woocommerce .select2-drop.select2-drop-above .select2-search input, .woocommerce-page .select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px; }
  .woocommerce .select2-search input.select2-active, .woocommerce-page .select2-search input.select2-active {
    background: #fff url("./img/select2-spinner.gif") no-repeat 100%; }
  .woocommerce .select2-container-active .select2-choice,
  .woocommerce .select2-container-active .select2-choices, .woocommerce-page .select2-container-active .select2-choice,
  .woocommerce-page .select2-container-active .select2-choices {
    border: 1px solid #7c7d80;
    outline: none; }
  .woocommerce .select2-dropdown-open .select2-choice, .woocommerce-page .select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .woocommerce .select2-dropdown-open .select2-choice .select2-arrow b:after, .woocommerce-page .select2-dropdown-open .select2-choice .select2-arrow b:after {
      border-top-color: transparent;
      border-bottom-color: #666;
      margin-top: -6px; }
  .woocommerce .select2-dropdown-open.select2-drop-above .select2-choice,
  .woocommerce .select2-dropdown-open.select2-drop-above .select2-choices, .woocommerce-page .select2-dropdown-open.select2-drop-above .select2-choice,
  .woocommerce-page .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #666;
    border-top-color: transparent; }
  .woocommerce .select2-dropdown-open .select2-choice .select2-arrow, .woocommerce-page .select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    -webkit-filter: none;
            filter: none; }
  .woocommerce html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow, .woocommerce-page html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none; }
  .woocommerce .select2-dropdown-open .select2-choice .select2-arrow b, .woocommerce-page .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px; }
  .woocommerce html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b, .woocommerce-page html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px; }
  .woocommerce .select2-hidden-accessible, .woocommerce-page .select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .woocommerce .select2-results, .woocommerce-page .select2-results {
    max-height: 200px;
    padding: 4px;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #f0f2f7;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase; }
  .woocommerce html[dir="rtl"] .select2-results, .woocommerce-page html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px; }
  .woocommerce .select2-results ul.select2-result-sub, .woocommerce-page .select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0; }
  .woocommerce .select2-results li, .woocommerce-page .select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    margin: 3px 0; }
  .woocommerce .select2-results li.select2-result-with-children > .select2-result-label, .woocommerce-page .select2-results li.select2-result-with-children > .select2-result-label {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal; }
  .woocommerce .select2-results .select2-result-label, .woocommerce-page .select2-results .select2-result-label {
    padding: 5px 7px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .woocommerce .select2-results-dept-1 .select2-result-label, .woocommerce-page .select2-results-dept-1 .select2-result-label {
    padding-left: 20px; }
  .woocommerce .select2-results-dept-2 .select2-result-label, .woocommerce-page .select2-results-dept-2 .select2-result-label {
    padding-left: 40px; }
  .woocommerce .select2-results-dept-3 .select2-result-label, .woocommerce-page .select2-results-dept-3 .select2-result-label {
    padding-left: 60px; }
  .woocommerce .select2-results-dept-4 .select2-result-label, .woocommerce-page .select2-results-dept-4 .select2-result-label {
    padding-left: 80px; }
  .woocommerce .select2-results-dept-5 .select2-result-label, .woocommerce-page .select2-results-dept-5 .select2-result-label {
    padding-left: 100px; }
  .woocommerce .select2-results-dept-6 .select2-result-label, .woocommerce-page .select2-results-dept-6 .select2-result-label {
    padding-left: 110px; }
  .woocommerce .select2-results-dept-7 .select2-result-label, .woocommerce-page .select2-results-dept-7 .select2-result-label {
    padding-left: 120px; }
  .woocommerce .select2-results .select2-highlighted, .woocommerce-page .select2-results .select2-highlighted {
    background: #007d99;
    color: #ffffff;
    border-radius: 0; }
  .woocommerce .select2-results li em, .woocommerce-page .select2-results li em {
    background: #feffde;
    font-style: normal; }
  .woocommerce .select2-results .select2-highlighted em, .woocommerce-page .select2-results .select2-highlighted em {
    background: transparent; }
  .woocommerce .select2-results .select2-highlighted ul, .woocommerce-page .select2-results .select2-highlighted ul {
    background: #fff;
    color: #000; }
  .woocommerce .select2-results .select2-no-results,
  .woocommerce .select2-results .select2-searching,
  .woocommerce .select2-results .select2-ajax-error,
  .woocommerce .select2-results .select2-selection-limit, .woocommerce-page .select2-results .select2-no-results,
  .woocommerce-page .select2-results .select2-searching,
  .woocommerce-page .select2-results .select2-ajax-error,
  .woocommerce-page .select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px; }
  .woocommerce .select2-results .select2-disabled.select2-highlighted, .woocommerce-page .select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default; }
  .woocommerce .select2-results .select2-disabled, .woocommerce-page .select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default; }
  .woocommerce .select2-results .select2-selected, .woocommerce-page .select2-results .select2-selected {
    display: none; }
  .woocommerce .select2-more-results.select2-active, .woocommerce-page .select2-more-results.select2-active {
    background: #f4f4f4 url("./img/select2-spinner.gif") no-repeat 100%; }
  .woocommerce .select2-results .select2-ajax-error, .woocommerce-page .select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2); }
  .woocommerce .select2-more-results, .woocommerce-page .select2-more-results {
    background: #f4f4f4;
    display: list-item; }
  .woocommerce .select2-container.select2-container-disabled .select2-choice, .woocommerce-page .select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default; }
  .woocommerce .select2-container.select2-container-disabled .select2-choice .select2-arrow, .woocommerce-page .select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0; }
  .woocommerce .select2-container.select2-container-disabled .select2-choice abbr, .woocommerce-page .select2-container.select2-container-disabled .select2-choice abbr {
    display: none; }
  .woocommerce .select2-container-multi .select2-choices, .woocommerce-page .select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #ccc;
    cursor: text;
    overflow: hidden;
    background-color: #fff; }
  .woocommerce html[dir="rtl"] .select2-container-multi .select2-choices, .woocommerce-page html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px; }
  .woocommerce .select2-locked, .woocommerce-page .select2-locked {
    padding: 3px 5px 3px 5px !important; }
  .woocommerce .select2-container-multi .select2-choices, .woocommerce-page .select2-container-multi .select2-choices {
    min-height: 26px; }
  .woocommerce .select2-container-multi.select2-container-active .select2-choices, .woocommerce-page .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #666;
    outline: none; }
  .woocommerce .select2-container-multi .select2-choices li, .woocommerce-page .select2-container-multi .select2-choices li {
    float: left;
    list-style: none; }
  .woocommerce html[dir="rtl"] .select2-container-multi .select2-choices li, .woocommerce-page html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right; }
  .woocommerce .select2-container-multi .select2-choices .select2-search-field, .woocommerce-page .select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
  .woocommerce .select2-container-multi .select2-choices .select2-search-field input, .woocommerce-page .select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    outline: 0;
    border: 0;
    box-shadow: none;
    background: transparent !important; }
  .woocommerce .select2-container-multi .select2-choices .select2-search-field input.select2-active, .woocommerce-page .select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url("./img/select2-spinner.gif") no-repeat 100% !important; }
  .woocommerce .select2-default, .woocommerce-page .select2-default {
    color: #999 !important; }
  .woocommerce .select2-container-multi .select2-choices .select2-search-choice, .woocommerce-page .select2-container-multi .select2-choices .select2-search-choice {
    padding: 5px 8px 5px 24px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 15px;
    color: #333;
    cursor: default;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4; }
  .woocommerce html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice, .woocommerce-page html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 5px 24px 5px 8px; }
  .woocommerce .select2-container-multi .select2-choices .select2-search-choice .select2-chosen, .woocommerce-page .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default; }
  .woocommerce .select2-container-multi .select2-choices .select2-search-choice-focus, .woocommerce-page .select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4; }
  .woocommerce .select2-search-choice-close, .woocommerce-page .select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 7px;
    top: 6px;
    font-size: 1px;
    outline: none;
    background: url("./img/select2.png") right top no-repeat; }
  .woocommerce html[dir="rtl"] .select2-search-choice-close, .woocommerce-page html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 7px; }
  .woocommerce .select2-container-multi .select2-search-choice-close, .woocommerce-page .select2-container-multi .select2-search-choice-close {
    left: 7px; }
  .woocommerce html[dir="rtl"] .select2-container-multi .select2-search-choice-close, .woocommerce-page html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 7px; }
  .woocommerce .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover, .woocommerce-page .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px; }
  .woocommerce .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close, .woocommerce-page .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px; }
  .woocommerce .select2-container-multi.select2-container-disabled .select2-choices, .woocommerce-page .select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default; }
  .woocommerce .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice, .woocommerce-page .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4; }
  .woocommerce .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close, .woocommerce-page .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none; }
  .woocommerce .select2-result-selectable .select2-match,
  .woocommerce .select2-result-unselectable .select2-match, .woocommerce-page .select2-result-selectable .select2-match,
  .woocommerce-page .select2-result-unselectable .select2-match {
    text-decoration: underline; }
  .woocommerce .select2-offscreen, .woocommerce .select2-offscreen:focus, .woocommerce-page .select2-offscreen, .woocommerce-page .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important; }
  .woocommerce .select2-display-none, .woocommerce-page .select2-display-none {
    display: none; }
  .woocommerce .select2-measure-scrollbar, .woocommerce-page .select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .woocommerce .select2-search input, .woocommerce-page .select2-search input {
      background-image: url("./img/select2x2.png") !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important; }
    .woocommerce .select2-search input, .woocommerce-page .select2-search input {
      background-position: 100% -21px !important; } }
  .woocommerce input[type="tel"], .woocommerce-page input[type="tel"] {
    background-color: #f0f2f7 !important; }
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%; }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
      float: left;
      width: 48%; }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
      float: right;
      width: 48%; }
  .woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%; }
  .woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
    height: auto; }
  .woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
    text-align: right; }
    .woocommerce table.cart td.actions .input-text, .woocommerce #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
      width: 80px; }
    .woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
      float: left; }
      .woocommerce table.cart td.actions .coupon label, .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label {
        display: none; }
  .woocommerce .shipping_calculator h2, .woocommerce.single-product .shipping_calculator .product-title, .woocommerce-page .shipping_calculator h2, .woocommerce-page .shipping_calculator .woocommerce.single-product .product-title, .woocommerce.single-product .woocommerce-page .shipping_calculator .product-title {
    text-align: right; }
  .woocommerce .cart-collaterals ul.products.grid, .woocommerce-page .cart-collaterals ul.products.grid {
    list-style-type: none; }
    .woocommerce .cart-collaterals ul.products.grid li:before, .woocommerce-page .cart-collaterals ul.products.grid li:before {
      content: ''; }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    text-align: right; }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals table {
      width: 100%; }
  .woocommerce .coupon-container, .woocommerce-page .coupon-container {
    margin-top: 15px;
    box-shadow: none; }
  .woocommerce .checkout_coupon.grid input[type="submit"].apply-coupon, .woocommerce-page .checkout_coupon.grid input[type="submit"].apply-coupon {
    box-shadow: none;
    padding: 14px 11px;
    font-size: 15px;
    margin: 0; }
  .woocommerce .subscription-details, .woocommerce-page .subscription-details {
    font-size: 0.65em; }
  .woocommerce .cart_item > .product-price > .subscription-details, .woocommerce-page .cart_item > .product-price > .subscription-details {
    display: none; }
  .woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block; }
    .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
      display: inline; }
  .woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%; }
  .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    width: 100%; }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible; }
  .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right; }
  .woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both; }
  .woocommerce #payment, .woocommerce-page #payment {
    margin: 15px auto; }
    .woocommerce #payment .payment_methods, .woocommerce-page #payment .payment_methods {
      padding: 0;
      margin: 0 0 15px; }
      .woocommerce #payment .payment_methods li:before, .woocommerce-page #payment .payment_methods li:before {
        content: ''; }
      .woocommerce #payment .payment_methods img, .woocommerce-page #payment .payment_methods img {
        margin-bottom: -4px; }
    .woocommerce #payment .payment_methods, .woocommerce-page #payment .payment_methods {
      font-family: "AvenirNext-Regular", sans-serif; }
      .woocommerce #payment .payment_methods > li, .woocommerce-page #payment .payment_methods > li {
        margin: 15px 0; }
        @media (min-width: 600px) {
          .woocommerce #payment .payment_methods > li > .payment_box, .woocommerce-page #payment .payment_methods > li > .payment_box {
            padding-left: 30px; } }
        .woocommerce #payment .payment_methods > li > .payment_box p:first-child, .woocommerce-page #payment .payment_methods > li > .payment_box p:first-child {
          font-size: 0.85em; }
    .woocommerce #payment .wc-saved-payment-methods, .woocommerce-page #payment .wc-saved-payment-methods {
      font-size: 0.85em;
      margin-bottom: 20px; }
    @media (min-width: 600px) {
      .woocommerce #payment .wc-credit-card-form, .woocommerce #payment .wc-credit-card-form + .woocommerce-SavedPaymentMethods-saveNew, .woocommerce-page #payment .wc-credit-card-form, .woocommerce-page #payment .wc-credit-card-form + .woocommerce-SavedPaymentMethods-saveNew {
        max-width: 500px;
        margin: 0 auto; } }
    .woocommerce #payment .woocommerce-SavedPaymentMethods-saveNew, .woocommerce-page #payment .woocommerce-SavedPaymentMethods-saveNew {
      margin: 15px 0;
      padding: 0.35em 0.625em 0.75em; }
      .woocommerce #payment .woocommerce-SavedPaymentMethods-saveNew input[type="checkbox"], .woocommerce-page #payment .woocommerce-SavedPaymentMethods-saveNew input[type="checkbox"] {
        width: 20px;
        height: 21px;
        vertical-align: middle; }
    .woocommerce #payment input#payment_method_paypal_pro + label, .woocommerce-page #payment input#payment_method_paypal_pro + label {
      text-align: center;
      margin-top: 10px;
      margin-left: 10px; }
  .woocommerce #order_comments, .woocommerce-page #order_comments {
    border: 1px solid #dfe1e6; }
  .woocommerce .shop_table, .woocommerce-page .shop_table {
    margin: 0 auto; }
    .woocommerce .shop_table tr.cart_item, .woocommerce-page .shop_table tr.cart_item {
      padding: 10px 0;
      line-height: 1.15em; }
    .woocommerce .shop_table.cart, .woocommerce-page .shop_table.cart {
      max-width: 100%; }
  .woocommerce .wc-terms-and-conditions, .woocommerce-page .wc-terms-and-conditions {
    margin: 30px 0; }

/* = Streamlinig checkout process
-------------------------------------------------------------- */
.woocommerce .blockUI.blockOverlay:before {
  height: 3em;
  width: 3em;
  position: absolute;
  top: 80%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: block;
  content: "";
  -webkit-animation: none;
  animation: none;
  background: url("img/loader-image-checkout-processing.gif") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em; }

.woocommerce .loader:before {
  height: 3em;
  width: 3em;
  position: absolute;
  top: 80%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: block;
  content: "";
  -webkit-animation: none;
  animation: none;
  background: url("img/loader-image-checkout-processing.gif") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em; }

.woocommerce .select2-results {
  max-height: 210px;
  padding-left: 0 !important;
  background-color: #fff; }
  .woocommerce .select2-results li {
    color: #007d99;
    border-bottom: solid 1px #007d99;
    transition: 0.15s ease all;
    font-family: "AvenirNext-Regular", sans-serif;
    margin: 0;
    padding: 8px 10px 8px 10px; }

.checkout-field-invalid {
  color: red;
  margin-top: 5px;
  display: inline-block;
  font-size: 16px; }

.woocommerce-checkout #customer_details h2, .woocommerce-checkout #customer_details .woocommerce.single-product .product-title, .woocommerce.single-product .woocommerce-checkout #customer_details .product-title {
  border-bottom: 1px solid #ccc;
  margin: 1.2em 0 1.3em;
  padding-bottom: 0.2em; }

.woocommerce-checkout .woocommerce-form-login {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 1em 1em 0.3em;
  margin-top: 1em; }
  .woocommerce-checkout .woocommerce-form-login input[readonly="readonly"] {
    opacity: 0.5;
    cursor: not-allowed; }
  .woocommerce-checkout .woocommerce-form-login button[type="submit"] {
    font-size: 16px !important;
    padding: 0.6em 1em 0.4em;
    border-radius: 2px;
    box-shadow: none; }
  .woocommerce-checkout .woocommerce-form-login p {
    margin-top: 0; }
  .woocommerce-checkout .woocommerce-form-login input {
    padding: 7px 10px; }

.woocommerce-checkout #payment input#payment_method_stripe {
  position: static !important;
  top: auto !important; }

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
  display: inline !important;
  padding-left: 0 !important; }

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  border: 1px solid #CD5C5C;
  margin: 1.5em 0 0.5em;
  padding: 0.5em 0 0.5em; }

.cne-program #billing_email_field {
  display: none; }

.cne-program #billing_first_name_field {
  display: none; }

.cne-program #billing_last_name_field {
  display: none; }

.cne-program #billing_email-2_field {
  display: none; }

.woocommerce-address-fields input[readonly="readonly"] {
  opacity: 0.5;
  cursor: not-allowed; }

.woocommerce-EditAccountForm.edit-account input[readonly="readonly"] {
  opacity: 0.5;
  cursor: not-allowed; }

label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  display: inline-block !important;
  margin-left: 10px;
  margin-right: 10px; }

.hide-above-mobile {
  display: none; }

.select2-container--default .select2-results > .select2-results__options {
  overflow-y: initial !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #007d99 !important; }

.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #007d99 !important; }

.select2-container .select2-selection--single {
  background-color: #f0f2f7;
  border: none;
  height: 45px !important; }

.woocommerce-page .select2-results {
  max-height: 210px;
  padding-left: 0 !important;
  background-color: #fff; }
  .woocommerce-page .select2-results li {
    color: #007d99;
    border-bottom: solid 1px #007d99;
    transition: 0.15s ease all;
    font-family: "AvenirNext-Regular", sans-serif;
    margin: 0;
    padding: 8px 10px 8px 10px; }

.wc-payment-form {
  border: none;
  padding-left: 0; }

.wc-stripe-elements-field {
  padding: 10px !important; }

@media (min-width: 600px) {
  .woocommerce #payment .payment_methods > li > .payment_box {
    padding-left: 0px; } }

@media (min-width: 600px) {
  .woocommerce-page #payment .payment_methods > li > .payment_box {
    padding-left: 0px; } }

@media (min-width: 600px) {
  .woocommerce-checkout .woocommerce-form-login input {
    margin-bottom: 0.2em; } }

@media (max-width: 599px) {
  .hide-on-mobile {
    display: none; } }

@media (max-width: 599px) {
  .hide-above-mobile {
    display: block; } }

@media (max-width: 599px) {
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    margin-top: 10px; } }

@media (max-width: 599px) {
  a.lost_password {
    margin-top: 10px; } }

@media (max-width: 599px) {
  .woocommerce-checkout .woocommerce-form-login .form-row-first {
    width: 100% !important; } }

@media (max-width: 599px) {
  .woocommerce-checkout .woocommerce-form-login .form-row-last {
    width: 100% !important; } }

.woocommerce-checkout #billing_state_field {
  display: none !important; }

.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount > span:not(.woocommerce-Price-currencySymbol) {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold; }

.woocommerce-checkout-review-order-table tfoot .woocommerce-Price-amount.amount {
  display: -ms-flexbox;
  display: flex; }

/**
 * Some SCSS to flesh out the quiz formatting in Sensei
 * We need a few funny rules to deal with their markup.
 *
 * @markup
 *   <ol id="sensei-quiz-list">
 *     <li>{{ question }}</li>
 *     <input type="hidden" />
 *     <li>{{ question }}</li>
 *     <input type="hidden" />
 *     ...
 *   </ol>
 */
/**
 * Some sensible spacing, at top-level.
 */
#sensei-quiz-list li {
  margin-top: 0; }

#sensei-quiz-list li + input[type='hidden'] + li {
  margin-top: 20px; }
  @media (min-width: 900px) {
    #sensei-quiz-list li + input[type='hidden'] + li {
      margin-top: 30px; } }

/**
 * Spacing for nested LIs w/ radio buttons, etc.
 */
#sensei-quiz-list > .multiple-choice > ul li {
  margin-top: 10px;
  font-size: 12px; }
  @media (min-width: 600px) {
    #sensei-quiz-list > .multiple-choice > ul li {
      font-size: 13px; } }
  @media (min-width: 900px) {
    #sensei-quiz-list > .multiple-choice > ul li {
      font-size: 15px; } }

.browser-upgrade {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  height: 100vh;
  padding-top: 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.96); }

.iframe-thumbnail {
  position: relative; }

.iframe-thumbnail__thumb {
  margin: 0 auto;
  display: block; }

.iframe-thumbnail--preactivated .iframe-thumbnail__video,
.iframe-thumbnail__play-button {
  visibility: hidden; }

.iframe-thumbnail--preactivated .iframe-thumbnail__play-button {
  visibility: visible; }

.iframe-thumbnail--preactivated {
  cursor: pointer; }

.iframe-thumbnail__video {
  position: absolute; }

.iframe-video-group .iframe-thumbnail {
  border: 1px solid #d8d8d8; }

.iframe-video-group--small .video-link .play-button {
  width: 75px;
  height: 75px;
  margin-top: -37.5px;
  margin-left: -37.5px; }
  .iframe-video-group--small .video-link .play-button:before {
    border-top-width: 12.65px;
    border-bottom-width: 12.65px;
    border-left-width: 22.30px;
    margin-top: -12px;
    margin-left: -7px; }

.page-wrap > .header + .clearfix + .join-community, .page-wrap > .header + .author-byline + .join-community, .woocommerce .page-wrap > .header + .products + .join-community, .product .page-wrap > .header + .lined-bg + .join-community, .woocommerce .shop_table tr.cart_item .product-name .page-wrap > .header + dl.variation + .join-community, .page-wrap > .header + .join-community-wrapper + .join-community, .page-wrap > .header + .pricing-chart-mobile__row + .join-community, .page-wrap > .header + .pricing-chart-mobile__footer + .join-community {
  margin-top: -20px; }
  @media (min-width: 600px) {
    .page-wrap > .header + .clearfix + .join-community, .page-wrap > .header + .author-byline + .join-community, .woocommerce .page-wrap > .header + .products + .join-community, .product .page-wrap > .header + .lined-bg + .join-community, .woocommerce .shop_table tr.cart_item .product-name .page-wrap > .header + dl.variation + .join-community, .page-wrap > .header + .join-community-wrapper + .join-community, .page-wrap > .header + .pricing-chart-mobile__row + .join-community, .page-wrap > .header + .pricing-chart-mobile__footer + .join-community {
      margin-top: -10px; } }

.page-wrap > .header + .clearfix + .join-community, .page-wrap > .header + .author-byline + .join-community, .woocommerce .page-wrap > .header + .products + .join-community, .product .page-wrap > .header + .lined-bg + .join-community, .woocommerce .shop_table tr.cart_item .product-name .page-wrap > .header + dl.variation + .join-community, .page-wrap > .header + .join-community-wrapper + .join-community, .page-wrap > .header + .pricing-chart-mobile__row + .join-community, .page-wrap > .header + .pricing-chart-mobile__footer + .join-community,
.page-wrap > .header + .hero + .join-community {
  margin-bottom: 25px; }
  @media (min-width: 600px) {
    .page-wrap > .header + .clearfix + .join-community, .page-wrap > .header + .author-byline + .join-community, .woocommerce .page-wrap > .header + .products + .join-community, .product .page-wrap > .header + .lined-bg + .join-community, .woocommerce .shop_table tr.cart_item .product-name .page-wrap > .header + dl.variation + .join-community, .page-wrap > .header + .join-community-wrapper + .join-community, .page-wrap > .header + .pricing-chart-mobile__row + .join-community, .page-wrap > .header + .pricing-chart-mobile__footer + .join-community,
    .page-wrap > .header + .hero + .join-community {
      margin-bottom: 45px; } }

.join-community {
  color: white;
  position: relative;
  background-image: linear-gradient(100deg, #008ead, #007d99 45%, #007d99 55%, #008ead); }
  @media (min-width: 900px) {
    .join-community {
      height: 90px;
      overflow: hidden; }
      .join-community.submitted:after {
        content: '';
        position: absolute;
        width: 0%;
        height: 3px;
        background: rgba(255, 255, 255, 0.6);
        -webkit-animation: grow 2s ease-out;
                animation: grow 2s ease-out;
        display: block;
        bottom: 0; } }

.join-community--success {
  background-image: linear-gradient(100deg, #819d23, #738c1f 45%, #738c1f 55%, #819d23);
  text-align: center; }

.join-community-confirmation {
  padding: 10px 0 20px; }

.join-community-confirmation__main,
.join-community-confirmation__secondary {
  opacity: 0; }

.join-community-confirmation__main {
  -webkit-animation: 0.5s ease-out 0.5s forwards drop-in;
          animation: 0.5s ease-out 0.5s forwards drop-in;
  font-family: "AvenirNext-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: 0px; }

.join-community-confirmation__secondary {
  -webkit-animation: 0.33s ease-out 0.9s forwards drop-in;
          animation: 0.33s ease-out 0.9s forwards drop-in; }
  .join-community-confirmation__secondary img {
    display: block;
    width: 273px;
    height: 14px;
    margin: 0 auto; }

.join-community-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 90px; }
  @media (min-width: 900px) {
    .join-community-wrapper {
      width: 100%;
      margin: 0 auto; } }
  @media (max-width: 899px) {
    .join-community-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 15px;
      padding-bottom: 15px;
      height: 124px; } }
  @media (max-width: 699px) {
    .join-community-wrapper {
      height: 174px; } }
  @media (max-width: 469px) {
    .join-community-wrapper {
      height: 274px; } }
  .join-community-wrapper > div {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-left: 2%; }
    @media (max-width: 699px) {
      .join-community-wrapper > div {
        margin-bottom: 10px; } }
    @media (max-width: 469px) {
      .join-community-wrapper > div {
        width: 100%; } }
    .join-community-wrapper > div:first-child {
      padding-left: 0; }

@media (max-width: 898px) {
  .join-community__field.has-error {
    height: 52px; } }

.join-community__error {
  background-color: #da521f;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
  font-family: "AvenirNext-Regular", sans-serif;
  padding-left: 4px; }

@media (min-width: 900px) {
  .join-community__field--submit > input {
    width: 100%; } }

.join-community__input,
input[type="text"].join-community__input,
input[type="email"].join-community__input {
  height: 42px;
  background-color: white;
  border: 1px solid #00687f;
  padding-left: 10px;
  font-size: 16px;
  border-radius: 0;
  outline: 0; }
  .join-community__input:-webkit-autofill,
  input[type="text"].join-community__input:-webkit-autofill,
  input[type="email"].join-community__input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px white inset !important; }
    .join-community__input:-webkit-autofill:focus,
    input[type="text"].join-community__input:-webkit-autofill:focus,
    input[type="email"].join-community__input:-webkit-autofill:focus {
      -webkit-box-shadow: 0 0 0 100px #e9f8fb inset !important; }
  .join-community__input.error,
  input[type="text"].join-community__input.error,
  input[type="email"].join-community__input.error {
    border-color: #da521f; }
  .join-community__input:focus,
  input[type="text"].join-community__input:focus,
  input[type="email"].join-community__input:focus {
    background-color: #e9f8fb; }
  @media (max-width: 898px) {
    .join-community__input,
    input[type="text"].join-community__input,
    input[type="email"].join-community__input {
      height: 37px; } }

.join-community__submit {
  height: 46px;
  line-height: 42px;
  padding: 0 12px;
  margin-top: -2px;
  border: 1px solid white;
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "AvenirNext-DemiBold", sans-serif;
  background-color: #da521f;
  text-transform: uppercase; }
  .join-community__submit, .join-community__submit:hover {
    transition: 0.2s all ease-in-out; }
  .join-community__submit:hover {
    box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #c44a1c; }
    @media (min-width: 900px) {
      .join-community__submit:hover {
        height: 48px;
        margin-top: -3px;
        padding: 0 14px;
        margin-left: -2px; } }
  @media (max-width: 898px) {
    .join-community__submit {
      height: 39px;
      line-height: 37px;
      width: 100%; } }

@media (max-width: 899px) {
  .join-community__cta {
    width: 100%;
    text-align: center; } }

.join-community-cta__main {
  margin: 0;
  color: white;
  font-family: "AvenirNext-Regular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 1.2; }
  @media (min-width: 900px) {
    .join-community-cta__main {
      font-size: 33px;
      line-height: 1.2;
      letter-spacing: 0px;
      overflow: hidden;
      white-space: nowrap; } }

.join-community-cta__secondary {
  margin: -6px 0 0;
  font-size: 16px;
  letter-spacing: .6px;
  line-height: 1.2;
  font-family: "Yanone Kaffeesatz", sans-serif; }
  @media (max-width: 599px) {
    .join-community-cta__secondary {
      margin-top: 2px; } }
  .join-community-cta__secondary img {
    margin-top: 4px;
    display: block;
    width: 289px;
    height: 15px;
    max-width: 100%; }
    @media (max-width: 599px) {
      .join-community-cta__secondary img {
        height: 28px; } }

@-webkit-keyframes grow {
  0% {
    width: 0%; }
  90% {
    width: 90%; }
  100% {
    width: 98%; } }

@keyframes grow {
  0% {
    width: 0%; }
  90% {
    width: 90%; }
  100% {
    width: 98%; } }

@-webkit-keyframes drop-in {
  0% {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes drop-in {
  0% {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

.ig-grid {
  width: auto;
  margin-left: -10px;
  margin-right: 0;
  box-sizing: content-box; }

.ig-grid__item {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-bottom: 10px;
  display: block; }
  .ig-grid__item a, .ig-grid__item img {
    display: block;
    width: 100%;
    height: auto; }

.help-box__text {
  background: #dfe1e6;
  border-radius: 5px;
  padding: 30px 20px 20px;
  font-family: "Yanone Kaffeesatz", sans-serif; }
  .help-box__text > *:first-child {
    margin-top: 0; }

.help-box__toggle {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .help-box__toggle:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid;
    border-left: 1px solid;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 13px;
    right: -19px;
    transition: 0.3s all ease-in-out; }
  .help-box__toggle.click-to-show:after {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    top: 9px; }

/******************************
= Plugins / Externals
******************************/
/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
/* ACN style modifications by Cameron. (OBV) */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none; }
  #swipebox-slider .slide {
    background: url(img/loader.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
      @media (min-width: 900px) {
        #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
          max-height: 66%;
          max-width: 66%;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); } }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }

#swipebox-action,
#swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 70px;
  width: 100%; }

#swipebox-action {
  bottom: 0px; }
  #swipebox-action #swipebox-prev,
  #swipebox-action #swipebox-next,
  #swipebox-action #swipebox-close {
    background-image: url(img/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px; }
  #swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 100px; }
  #swipebox-action #swipebox-next {
    background-position: -78px 13px;
    right: 40px; }
  #swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 40px; }
  #swipebox-action #swipebox-prev.disabled,
  #swipebox-action #swipebox-next.disabled {
    opacity: 0.3; }

#swipebox-caption {
  top: -70px;
  text-align: center;
  -ms-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transform: translateY(70px); }

#swipebox-slider.rightSpring {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }

#swipebox-slider.leftSpring {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }

@keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }

@keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0; }
  #swipebox-action #swipebox-prev {
    right: 60px; }
  #swipebox-action #swipebox-next {
    right: 0; } }

/* Skin 
--------------------------*/
@media (max-width: 899px) {
  #swipebox-overlay {
    background-color: white; } }

@media (min-width: 900px) {
  .swipebox-html #swipebox-overlay {
    background-color: rgba(255, 255, 255, 0.7); } }

#swipebox-action,
#swipebox-caption {
  text-shadow: 1px 1px 1px #f0f2f7;
  opacity: 0.95;
  background-color: white; }
  @media (max-width: 899px) {
    #swipebox-action,
    #swipebox-caption {
      background-color: white; } }

#swipebox-action {
  border-top: 2px solid #dfe1e6; }

#swipebox-caption {
  border-bottom: 2px solid #dfe1e6;
  color: #231f20 !important;
  font-size: 15px;
  line-height: 63px;
  font-family: Helvetica, Arial, sans-serif; }

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "AvenirNext-Regular", sans-serif;
  width: 100%; }
  .chosen-container * {
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0); }
  .chosen-container.chosen-with-drop .chosen-drop {
    clip: auto; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      padding-left: 2px;
      vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("img/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("img/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #007d99;
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-family: "AvenirNext-DemiBold", sans-serif;
      font-weight: normal;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f2f7;
  margin: 0;
  padding: 10px !important;
  width: 100%;
  height: auto;
  background-color: #f0f2f7;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0;
      width: 25px; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: white !important;
    box-shadow: none !important;
    color: #333;
    line-height: 13px;
    cursor: default;
    width: auto; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      background: url("img/chosen-sprite.png") -42px 1px no-repeat;
      font-size: 1px;
      border-bottom: none; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-multi .chosen-choices li.search-choice .search-choice-close :hover {
        transition: none; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #007d99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #007d99;
  box-shadow: none; }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("img/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

#easyrecipe ol, #easyrecipe ul {
  padding: 0 0 0 2em !important; }

#easyrecipe.easyrecipe .ERSIngredients li.ingredient {
  list-style-type: none !important; }

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 30;
  /* 3 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 4px 10px;
  /* 4 */
  background: #231f20;
  border-radius: 0;
  color: white;
  font-family: "AvenirNext-Regular", sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }

/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /* 1 */
  border: 5px dashed #231f20; }

/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #231f20; }

/*
 * Bottom
 */
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #231f20; }

/*
 * Top/Bottom center
 */
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px; }

/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
  left: 5px; }

/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
  right: 5px; }

/*
 * Left
 */
.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #231f20; }

/*
 * Right
 */
.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #231f20; }

/* Show */
.uk-tooltip.uk-active {
  display: block; }

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-tooltip-top'] {
  margin-top: -2px; }

[class*='uk-tooltip-bottom'] {
  margin-top: 2px; }

[class*='uk-tooltip-left'] {
  margin-left: -2px; }

[class*='uk-tooltip-right'] {
  margin-left: 2px; }

.ginput_container .validation_error, .ginput_container .validation_message:empty {
  display: none; }

/******************************
= Pages
******************************/
.home-title,
.academy-numbers,
.promo-spot {
  border-top: solid 1px #dfe1e6;
  margin-right: 10px;
  float: none;
  width: auto; }
  @media (min-width: 600px) {
    .home-title,
    .academy-numbers,
    .promo-spot {
      margin-right: 20px; } }
  @media (min-width: 900px) {
    .home-title,
    .academy-numbers,
    .promo-spot {
      margin-right: 30px; } }

.featured-in {
  padding-bottom: 60px; }
  .featured-in img {
    width: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 0.8;
    display: block; }
    .featured-in img, .featured-in img:hover {
      transition: 0.4s all ease-out; }
    .featured-in img:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      opacity: 1; }

.academy-features-wrap {
  text-align: center; }

.academy-numbers {
  padding-top: 15px;
  margin-top: 60px;
  position: relative; }
  .academy-numbers .button-mobile {
    margin: 0; }
  .academy-numbers .map-svg {
    display: block;
    float: left;
    width: 233px;
    height: 110px;
    fill: #cccccc;
    position: absolute;
    left: 0;
    top: 10px; }
  .academy-numbers .number {
    padding-right: 0;
    float: left;
    padding-left: 10px; }
    .academy-numbers .number:nth-of-type(1) {
      width: 36.6666666667%; }
    .academy-numbers .number:nth-of-type(2) {
      width: 33.3333333333%; }
    .academy-numbers .number:nth-of-type(3) {
      width: 30%; }
  .academy-numbers .link {
    clear: both;
    float: left;
    width: 100%; }
  .academy-numbers h4 {
    margin: 0;
    display: table;
    color: #231f20; }
    .academy-numbers h4 strong, .academy-numbers h4 span {
      display: table-cell;
      vertical-align: middle; }
    .academy-numbers h4 strong {
      float: left;
      margin-right: 8px;
      font-size: 22px;
      font-family: "AvenirNext-DemiBold", sans-serif;
      font-weight: normal;
      line-height: 1.7em;
      letter-spacing: -0.05em;
      color: #738c1f; }
    .academy-numbers h4 span {
      font-size: 9px;
      font-family: "AvenirNext-DemiBold", sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      line-height: 1em; }
  @media (min-width: 600px) {
    .academy-numbers {
      margin-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 150px; }
      .academy-numbers .map-svg {
        width: 150px;
        height: 71px; }
      .academy-numbers .link {
        padding-right: 0; }
        .academy-numbers .link .button-mobile {
          margin-bottom: 0; }
      .academy-numbers h4 strong {
        font-size: 38px; }
      .academy-numbers h4 span {
        font-size: 12px; } }
  @media (min-width: 900px) {
    .academy-numbers {
      margin-right: 30px; }
      .academy-numbers h4 strong {
        font-size: 58px;
        margin-right: 15px; }
      .academy-numbers h4 span {
        font-size: 16px; } }
  @media (min-width: 1200px) {
    .academy-numbers {
      padding-left: 233px; }
      .academy-numbers .map-svg {
        width: 233px;
        height: 110px; }
      .academy-numbers .link {
        margin-top: 35px;
        width: auto;
        float: right;
        clear: none; }
      .academy-numbers h4 strong {
        font-size: 68px;
        margin-right: 25px; }
      .academy-numbers h4 span {
        font-size: 22px; } }

.home-title {
  padding: 20px 0 15px; }
  .home-title h3, .home-title #comments .comment-body .name, #comments .comment-body .home-title .name, .home-title #comments .comment-body .name a, #comments .comment-body .name .home-title a, .home-title .affwp-form legend, .affwp-form .home-title legend, .home-title .squeeze .praise-name, .squeeze .home-title .praise-name, .home-title p {
    margin: 0; }
  .home-title h3, .home-title #comments .comment-body .name, #comments .comment-body .home-title .name, .home-title #comments .comment-body .name a, #comments .comment-body .name .home-title a, .home-title .affwp-form legend, .affwp-form .home-title legend, .home-title .squeeze .praise-name, .squeeze .home-title .praise-name {
    font-size: 24px;
    color: #666; }
  .home-title p {
    font-family: "AvenirNext-Regular", sans-serif;
    font-size: 13px;
    line-height: 1.3em; }
  @media (min-width: 600px) {
    .home-title {
      padding: 75px 0 30px;
      border-top: solid 1px #dfe1e6; }
      .home-title.no-keyline-pie {
        border-top-width: 0px;
        padding-top: 35px; }
      .home-title h3, .home-title #comments .comment-body .name, #comments .comment-body .home-title .name, .home-title #comments .comment-body .name a, #comments .comment-body .name .home-title a, .home-title .affwp-form legend, .affwp-form .home-title legend, .home-title .squeeze .praise-name, .squeeze .home-title .praise-name {
        font-size: 40px; }
      .home-title p {
        font-size: 18px; } }

.promo-spot {
  padding: 20px 0 10px; }
  @media (min-width: 600px) {
    .promo-spot {
      padding: 60px 0 50px;
      border-top: solid 1px #dfe1e6; } }

.academy-features {
  margin-top: 30px;
  margin-right: 30px;
  display: -ms-flexbox;
  display: flex; }
  .academy-features * {
    color: #fff; }
  @media (max-width: 599px) {
    .academy-features {
      margin-right: 15px;
      display: block; } }
  .academy-features .feature {
    width: 32%;
    float: left;
    position: relative;
    padding: 30px;
    background-color: #da521f; }
    @media (max-width: 899px) {
      .academy-features .feature {
        padding: 15px;
        width: 100%; } }
    .academy-features .feature:not(:last-child) {
      margin-right: 2%; }
      @media (max-width: 599px) {
        .academy-features .feature:not(:last-child) {
          margin-right: 0;
          margin-bottom: 15px; } }
    .academy-features .feature:hover .feature-button > p {
      opacity: 0.75;
      transition: opacity ease 0.3s; }
    .academy-features .feature .feature-content {
      padding-bottom: 58px; }
      .academy-features .feature .feature-content .feature-icon > svg {
        display: block;
        height: auto;
        width: 100px;
        margin: 0 auto;
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
      .academy-features .feature .feature-content .feature-icon > img {
        width: 100px;
        height: auto;
        max-height: 52px;
        object-fit: contain;
        margin: 0 auto;
        display: block;
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
        text-align: center; }
      .academy-features .feature .feature-content .feature-title {
        text-align: center; }
      @media (max-width: 899px) {
        .academy-features .feature .feature-content {
          padding-bottom: 70px; } }
      @media (max-width: 599px) {
        .academy-features .feature .feature-content {
          padding-bottom: 50px; } }
    .academy-features .feature .feature-button {
      position: absolute;
      bottom: 4%;
      left: 50%;
      margin-left: -48px; }
      .academy-features .feature .feature-button > p {
        border: 1px solid #fff;
        padding: 4px 8px; }
      @media (max-width: 899px) {
        .academy-features .feature .feature-button {
          bottom: 2%; } }

.cne-header {
  text-align: center;
  font-size: 30px; }
  @media (min-width: 900px) {
    .cne-header {
      font-size: 50px;
      margin-bottom: 60px; } }

.spaced-section {
  padding: 10px 0; }
  @media (min-width: 900px) {
    .spaced-section {
      padding: 20px 0; } }

.bg-grey {
  background-color: #dfe1e6; }

#menu-cne-subnav {
  padding-top: 15px; }

#menu-cne-subnav .current-menu-item a {
  color: #7c7d80; }

.flex-content {
  margin-bottom: 5em; }

.flex-content + .flex-content--small-vert-space {
  margin-top: -3em; }

.flex-content--small-vert-space {
  margin-bottom: 2em; }

.video-link {
  display: block;
  position: relative; }
  .video-link .play-button {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 125, 153, 0.95);
    top: 55%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.4); }
    .video-link .play-button:hover {
      background-color: #005c70; }
    .video-link .play-button:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-top: 17px solid transparent;
      border-bottom: 17px solid transparent;
      border-left: 30px solid white;
      margin-top: -16px;
      margin-left: -10px;
      top: 50%;
      left: 50%; }
    .video-link .play-button, .video-link .play-button:hover {
      transition: all 0.2s ease-in-out; }
  .video-link .hero {
    min-height: 360px;
    background-position-x: 50% !important; }

@media (min-width: 600px) {
  .video-link .hero {
    padding-bottom: 24%;
    height: 0; } }

@media (min-width: 900px) {
  .video-link .play-button {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
    top: 50%; }
    .video-link .play-button:before {
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
      border-left: 40px solid white;
      margin-top: -22px;
      margin-left: -14px; } }

.flex-content .sidebar {
  text-align: center; }
  .flex-content .sidebar h3, .flex-content .sidebar #comments .comment-body .name, #comments .comment-body .flex-content .sidebar .name, .flex-content .sidebar #comments .comment-body .name a, #comments .comment-body .name .flex-content .sidebar a, .flex-content .sidebar .affwp-form legend, .affwp-form .flex-content .sidebar legend, .flex-content .sidebar .squeeze .praise-name, .squeeze .flex-content .sidebar .praise-name {
    color: #007d99;
    margin: 0.8em 0 0; }
  .flex-content .sidebar .img-circle:first-child {
    margin-top: 0; }

.flex-content .meet-website {
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #231f20; }

.flex-content .rte *:first-child {
  margin-top: 0; }

.flex-content .meet-social {
  position: relative;
  margin-top: 1.5em; }
  .flex-content .meet-social:before {
    content: '';
    position: absolute;
    left: 36%;
    right: 36%;
    top: -0.9em;
    height: 1px;
    background-color: #dfe1e6; }

.flex-content:first-of-type {
  margin-top: 1.2em; }

.content_instructor + .content_instructor:before {
  content: '';
  display: block;
  border-top: 1px solid #dfe1e6;
  max-width: 1320px;
  margin: 0 auto 60px; }

.icon-content h2, .icon-content .woocommerce.single-product .product-title, .woocommerce.single-product .icon-content .product-title {
  color: #738c1f;
  line-height: 1.3; }

.program-icon {
  width: 100px;
  height: 100px;
  margin: 1.5em auto 2em;
  border-radius: 50%; }

.secondary-bg {
  background-color: #738c1f;
  padding-top: 2em;
  padding-bottom: 1.5em;
  text-align: center;
  overflow: hidden; }
  .secondary-bg .secondary-link {
    margin-top: 1em; }

.secondary-link {
  font-size: 14px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 600;
  color: #dfe1e6;
  background-color: #62771a;
  line-height: 1.8;
  display: inline-block;
  padding: 0 1em; }
  @media (min-width: 600px) {
    .secondary-link {
      transition: color 0.3s, background-color 0.3s; }
      .secondary-link:hover {
        color: #fff;
        background-color: #7d9922; } }

.flex-content > .caption-title, .icon-content .flex-content > h2, .icon-content .woocommerce.single-product .flex-content > .product-title, .woocommerce.single-product .icon-content .flex-content > .product-title {
  color: #231f20;
  margin: 0.8em 0; }

.squeeze {
  padding: 0 10px;
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto; }
  .squeeze .text-bubble {
    margin-top: 1.5em;
    padding-top: 40px;
    padding-bottom: 40px; }
    .squeeze .text-bubble p {
      font-size: 16px;
      font-weight: 600; }
    .squeeze .text-bubble:before, .squeeze .text-bubble:after {
      right: 20%;
      top: -18px;
      border-bottom: none;
      border-top: solid 18px transparent;
      border-left-width: 26px; }
    .squeeze .text-bubble:after {
      margin-right: -3px; }
  .squeeze .praise-name {
    color: #231f20;
    font-style: normal;
    line-height: 1;
    margin-top: 10px;
    display: block; }
  @media (min-width: 600px) {
    .squeeze {
      padding: 0 120px; }
      .squeeze .button-mobile {
        margin-right: 7px;
        margin-top: 0;
        margin-bottom: 0; }
      .squeeze .text-bubble {
        margin-right: 160px;
        text-align: left; }
        .squeeze .text-bubble p {
          line-height: 1.4; }
        .squeeze .text-bubble:before, .squeeze .text-bubble:after {
          right: -32px;
          bottom: 50%;
          top: auto;
          margin-bottom: -13px;
          border-top: none;
          border-bottom: solid 26px transparent;
          border-left-width: 18px; }
        .squeeze .text-bubble:after {
          margin-right: -3px; }
      .squeeze .praise-cite-slide {
        max-width: 120px; } }
  @media (min-width: 900px) {
    .squeeze .button-mobile {
      margin-right: 17px; }
    .squeeze .text-bubble {
      margin-right: 190px; }
      .squeeze .text-bubble p {
        line-height: 1.2;
        font-size: 20px; }
    .squeeze .praise-cite-slide {
      max-width: 150px; } }

.praise-cite-slide {
  text-align: center;
  margin: 0 auto;
  display: block; }
  @media (min-width: 600px) {
    .praise-cite-slide {
      float: right; } }
  .praise-cite-slide img {
    margin: 0 auto; }

.buttons-callout {
  text-align: center;
  padding: 0 10px; }
  @media (min-width: 600px) {
    .buttons-callout {
      width: 313px;
      margin: 1em auto;
      padding: 0 30px;
      background: white;
      border-left: 1px solid #e8e8ed;
      border-right: 1px solid #e8e8ed; }
      .buttons-callout:before {
        content: '';
        position: absolute;
        left: 0;
        margin-top: 36px;
        width: 100%;
        height: 1px;
        background-color: #e8e8ed;
        z-index: -2; }
      .buttons-callout .button-callout {
        position: relative;
        margin-top: 0px; }
        .buttons-callout .button-callout:after {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          right: -15px;
          left: -15px;
          bottom: 0;
          background-color: #FFF;
          z-index: -1; } }
  @media (min-width: 600px) {
    .buttons-callout.multi-button:before {
      margin-top: 71px; } }

.button-callout.icon-pdf {
  font-size: 15px; }
  @media (min-width: 600px) {
    .button-callout.icon-pdf {
      line-height: 1.4;
      padding: .6em .6em .6em 70px;
      position: relative;
      text-align: left;
      font-size: 16px; } }

.button-callout.icon-pdf.button-callout--rte {
  color: white;
  font-family: "Open Sans", sans-serif !important;
  border-bottom: none !important; }
  @media (min-width: 600px) {
    .button-callout.icon-pdf.button-callout--rte {
      height: 90px; } }
  @media (min-width: 900px) {
    .button-callout.icon-pdf.button-callout--rte {
      min-width: 570px;
      line-height: 40px;
      padding-left: 90px;
      font-size: 22px;
      padding-right: 50px;
      text-align: center;
      height: inherit;
      margin-left: -30px; } }
  .button-callout.icon-pdf.button-callout--rte + .button-callout__supporting-image {
    width: 220px;
    display: inline;
    margin-bottom: -70px;
    margin-left: 30px; }
    @media (max-width: 599px) {
      .button-callout.icon-pdf.button-callout--rte + .button-callout__supporting-image {
        margin-top: 30px; } }

@media (min-width: 600px) {
  .multi-button .icon-pdf {
    margin-bottom: 21px; } }

@media (min-width: 600px) {
  .multi-button .button-callout {
    float: left; } }

@media (min-width: 600px) {
  .svg-icon-pdf {
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 32px;
    width: 28px;
    height: 33px;
    fill: #fff; } }

.h-scroll {
  overflow: auto; }

.pricing-chart {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 2.5em;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.4;
  text-transform: uppercase; }
  @media (min-width: 600px) {
    .pricing-chart {
      font-size: 13px; } }
  @media (min-width: 900px) {
    .pricing-chart {
      font-size: 16px; } }
  .pricing-chart td,
  .pricing-chart th {
    padding: 0.5em; }
    @media (min-width: 600px) {
      .pricing-chart td,
      .pricing-chart th {
        padding: 1em; } }
  .pricing-chart .set-width {
    width: 17%; }
  .pricing-chart .spacer {
    width: 1%; }
  .pricing-chart .corner-cell {
    background-color: #FFF !important; }
  .pricing-chart td {
    text-align: center; }
  .pricing-chart .row-description {
    text-align: left;
    width: 28%; }
    @media (min-width: 900px) {
      .pricing-chart .row-description {
        padding-right: 75px; } }
  .pricing-chart .color-primary,
  .pricing-chart .color-secondary,
  .pricing-chart .color-tertiary,
  .pricing-chart .color-yellow {
    color: #fff; }
  .pricing-chart .color-primary {
    background-color: #007d99; }
  .pricing-chart .color-secondary {
    background-color: #738c1f; }
  .pricing-chart .color-tertiary {
    background-color: #da521f; }
  .pricing-chart .color-yellow {
    background-color: #fbaa19; }
  .pricing-chart .darken-row {
    background-color: #f0f2f7; }
    .pricing-chart .darken-row .color-primary {
      background-color: #00758f; }
    .pricing-chart .darken-row .color-secondary {
      background-color: #6c841d; }
    .pricing-chart .darken-row .color-tertiary {
      background-color: #d14f1e; }
    .pricing-chart .darken-row .color-yellow {
      background-color: #fba60f; }
  @media (min-width: 1000px) {
    .pricing-chart.pricing-chart--1-cols {
      width: 75%;
      margin: 0 auto; } }
  @media (min-width: 1000px) {
    .pricing-chart.pricing-chart--2-cols {
      width: 80%;
      margin: 0 auto; } }
  .pricing-chart .table-prices .serif-title {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal; }

.pricing-chart-mobile__header {
  margin-top: 10px;
  position: relative;
  padding: 10px 15px;
  cursor: pointer; }

.pricing-chart-mobile__header.color-primary,
.pricing-chart-mobile__header.color-secondary,
.pricing-chart-mobile__header.color-tertiary,
.pricing-chart-mobile__header.color-yellow {
  color: #fff; }

.pricing-chart-mobile__header.color-primary,
.pricing-chart-mobile__details.color-primary .pricing-chart-mobile__footer {
  background-color: #007d99;
  color: white; }

.pricing-chart-mobile__header.color-secondary,
.pricing-chart-mobile__details.color-secondary .pricing-chart-mobile__footer {
  background-color: #738c1f;
  color: white; }

.pricing-chart-mobile__header.color-tertiary,
.pricing-chart-mobile__details.color-tertiary .pricing-chart-mobile__footer {
  background-color: #da521f;
  color: white; }

.pricing-chart-mobile__header.color-yellow,
.pricing-chart-mobile__details.color-yellow .pricing-chart-mobile__footer {
  background-color: #fbaa19;
  color: white; }

.pricing-chart-mobile__enroll {
  display: inline-block;
  padding: 0.7em !important;
  font-size: 16px;
  float: right; }
  @media (min-width: 600px) {
    .pricing-chart-mobile__enroll {
      font-size: 20px; } }
  .pricing-chart-mobile__enroll.color-primary {
    background-color: white;
    color: #007d99; }
  .pricing-chart-mobile__enroll.color-secondary {
    background-color: white;
    color: #738c1f; }
  .pricing-chart-mobile__enroll.color-tertiary {
    background-color: white;
    color: #da521f; }
  .pricing-chart-mobile__enroll.color-yellow {
    background-color: white;
    color: #fbaa19; }

.color-primary .pricing-chart-mobile__toggle:before {
  border-color: #007d99; }

.color-secondary .pricing-chart-mobile__toggle:before {
  border-color: #738c1f; }

.color-tertiary .pricing-chart-mobile__toggle:before {
  border-color: #da521f; }

.color-yellow .pricing-chart-mobile__toggle:before {
  border-color: #fbaa19; }

.pricing-chart-mobile__header .darken-row,
.pricing-chart-mobile__footer .darken-row {
  background-color: #f0f2f7; }
  .pricing-chart-mobile__header .darken-row.color-primary,
  .pricing-chart-mobile__footer .darken-row.color-primary {
    background-color: #00758f;
    color: #fff;
    padding: 3px 2px; }
  .pricing-chart-mobile__header .darken-row.color-secondary,
  .pricing-chart-mobile__footer .darken-row.color-secondary {
    background-color: #6c841d;
    color: #fff;
    padding: 3px 2px; }
  .pricing-chart-mobile__header .darken-row.color-tertiary,
  .pricing-chart-mobile__footer .darken-row.color-tertiary {
    background-color: #d14f1e;
    color: #fff;
    padding: 3px 2px; }
  .pricing-chart-mobile__header .darken-row.color-yellow,
  .pricing-chart-mobile__footer .darken-row.color-yellow {
    background-color: #fba60f;
    color: #fff;
    padding: 3px 2px; }

.pricing-chart-mobile__title {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  width: 50%; }

.pricing-chart-mobile__price {
  font-size: 25px;
  line-height: 30px;
  margin-right: 30px;
  right: 20px;
  position: absolute; }

.pricing-chart-mobile__price.pricing-chart-mobile__price--footer {
  position: initial;
  padding: 11px 4px !important;
  font-size: 28px;
  display: inline-block;
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  @media (min-width: 480px) {
    .pricing-chart-mobile__price.pricing-chart-mobile__price--footer {
      min-width: 50%;
      text-align: center;
      margin-left: 10px; } }
  @media (min-width: 600px) {
    .pricing-chart-mobile__price.pricing-chart-mobile__price--footer {
      font-size: 32px;
      width: 210px;
      margin-left: 20px;
      max-width: 50%;
      padding: 11px 44px !important; } }

.pricing-chart-mobile__toggle,
.pricing-chart-mobile__price {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.pricing-chart-mobile__toggle {
  background-color: #e8e8ed;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 8px;
  border-radius: 100%; }

.pricing-chart-mobile__toggle:before {
  content: '';
  display: block;
  margin: 11px auto 0 9px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: 0.5s ease all; }

.pricing-chart-mobile__header.is-open .pricing-chart-mobile__toggle:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 11px;
  margin-top: 9px; }

.pricing-chart-mobile__header.is-open .pricing-chart-mobile__title {
  font-size: 20px;
  line-height: 26px;
  width: 70%; }

.pricing-chart-mobile__header.is-open .pricing-chart-mobile__price {
  display: none; }

.pricing-chart-mobile__header + .pricing-chart-mobile__details {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transition: opacity 0.5s, max-height 0.5s; }

.pricing-chart-mobile__header.is-open + .pricing-chart-mobile__details {
  opacity: 1;
  height: inherit;
  max-height: 9999px;
  overflow: visible;
  transition: display 0.01s, max-height 0.5s, opacity 0.5s; }

.pricing-chart-mobile__row {
  padding: 15px;
  position: relative; }

.pricing-chart-mobile__row,
.pricing-chart-mobile__footer {
  border-width: 0 1px 0 1px;
  border-style: solid; }

.pricing-chart-mobile__footer {
  padding: 10px;
  position: relative;
  border-bottom-width: 1px; }

.pricing-chart-mobile__payment-plan-text {
  font-size: 10px;
  max-width: 56px;
  display: block;
  float: left;
  line-height: 12px;
  margin-right: 10px; }
  @media (min-width: 600px) {
    .pricing-chart-mobile__payment-plan-text {
      max-width: 120px; } }

.pricing-chart-mobile__row.darken-row {
  background-color: #f0f2f7; }

.pricing-chart-mobile__check {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px; }

.pricing-chart-mobile__feature {
  padding-left: 30px; }

@media (min-width: 600px) {
  .pricing-chart-mobile__check .icon-check-mark {
    width: 20px;
    height: 20px; } }

.color-primary .pricing-chart-mobile__check .icon {
  fill: #007d99; }

.color-secondary .pricing-chart-mobile__check .icon {
  fill: #738c1f; }

.color-tertiary .pricing-chart-mobile__check .icon {
  fill: #da521f; }

.color-yellow .pricing-chart-mobile__check .icon {
  fill: #fbaa19; }

.color-primary .pricing-chart-mobile__row,
.color-primary .pricing-chart-mobile__footer {
  border-color: #007d99; }

.color-secondary .pricing-chart-mobile__row,
.color-secondary .pricing-chart-mobile__footer {
  border-color: #738c1f; }

.color-tertiary .pricing-chart-mobile__row,
.color-tertiary .pricing-chart-mobile__footer {
  border-color: #da521f; }

.color-yellow .pricing-chart-mobile__row,
.color-yellow .pricing-chart-mobile__footer {
  border-color: #fbaa19; }

.icon-check-mark {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 auto; }
  .color-primary .icon-check-mark,
  .color-secondary .icon-check-mark,
  .color-tertiary .icon-check-mark,
  .color-yellow .icon-check-mark {
    fill: #fff; }
  @media (min-width: 600px) {
    .icon-check-mark {
      width: 34px;
      height: 28px; } }

.serif-title {
  display: inline-block;
  color: #fff;
  margin: 0.2em 0;
  font-size: 16px;
  text-transform: none; }
  @media (min-width: 600px) {
    .serif-title {
      font-size: 24px; } }
  @media (min-width: 900px) {
    .serif-title {
      font-size: 40px; } }

.table-prices {
  font-size: 10px; }
  @media (min-width: 600px) {
    .table-prices {
      font-size: 12px; } }
  @media (min-width: 900px) {
    .table-prices {
      font-size: 14px; } }

.table-buttons .button {
  background-color: #FFF;
  color: #231f20;
  font-size: 10px; }
  @media (min-width: 600px) {
    .table-buttons .button {
      font-size: 14px; } }
  @media (min-width: 900px) {
    .table-buttons .button {
      font-size: 20px; } }
  .table-buttons .button:hover {
    background-color: #dfe1e6; }

.color-primary .button {
  color: #007d99; }

.color-secondary .button {
  color: #738c1f; }

.color-tertiary .button {
  color: #da521f; }

.color-yellow .button {
  color: #fbaa19; }

.user-content {
  display: none; }

.user-active .user-content,
.logged-in .user-content,
.page-id-683 .user-content,
.page-id-717 .user-content {
  display: block; }

.user-active .non-user-content,
.logged-in .non-user-content,
.page-id-683 .non-user-content,
.page-id-717 .non-user-content {
  display: none; }

.excerpt--fixed-height {
  height: 200px; }
  @media (min-width: 480px) {
    .excerpt--fixed-height {
      height: 235px; } }
  @media (min-width: 600px) {
    .excerpt--fixed-height {
      height: 315px; } }
  @media (min-width: 900px) {
    .excerpt--fixed-height {
      height: 365px; } }
  @media (min-width: 1200px) {
    .excerpt--fixed-height {
      height: 435px; } }

.excerpt-cover-bg {
  background-size: cover; }

.overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: 0; }

.overlay-content-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: white; }
  @media (min-width: 600px) {
    .overlay-content-area {
      padding: 20px 30px; } }

.excerpt__student-name {
  font-size: 28px;
  line-height: 20px; }
  .excerpt__student-name .by {
    font-size: 14px; }

.excerpt__subtitle {
  font-size: 16px;
  font-family: "AvenirNext-DemiBold", sans-serif;
  font-weight: normal; }

.accordion {
  position: relative;
  list-style-type: none;
  padding: 40px 0; }
  .accordion > li {
    border-bottom: solid 1px #e0e1e6;
    padding: 0; }
    .accordion > li:before {
      display: none; }
  .accordion .question {
    margin: 0; }
    .accordion .question a {
      display: block;
      overflow: hidden;
      padding: 10px 30px 10px 20px;
      font-family: "Yanone Kaffeesatz", sans-serif;
      text-decoration: none;
      color: inherit;
      border-bottom: 0; }
    .accordion .question .question-toggle {
      position: relative;
      margin-top: 10px;
      margin-right: -10px;
      float: right;
      width: 13px;
      height: 13px;
      transition: 0.5s ease all; }
      .accordion .question .question-toggle:before, .accordion .question .question-toggle:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 8px;
        height: 8px;
        border-left: solid 1px #231f20;
        transition: 0.5s ease all; }
      .accordion .question .question-toggle:before {
        border-bottom: solid 1px #231f20;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .accordion .question .question-toggle:after {
        top: 10px;
        border-top: solid 1px #231f20;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        opacity: 0; }
    .accordion .question.is-active .question-toggle {
      margin-top: 5px; }
      .accordion .question.is-active .question-toggle:after {
        opacity: 1; }
  .main-content .accordion {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .accordion .answer {
    position: relative;
    background: #edf2f6;
    padding: 15px 20px; }
  @media (min-width: 900px) {
    .accordion {
      padding-left: 40px;
      padding-right: 40px; }
      .accordion .question a {
        padding: 20px 45px 20px 35px; }
      .accordion .answer {
        padding: 15px 35px; } }
  @media (min-width: 1200px) {
    .accordion {
      padding-left: 100px;
      padding-right: 100px; } }

/*
Meijin Module Parts Accordion
*/
#accordion-meijin-module-parts .grid-full {
  padding-right: 0; }
  #accordion-meijin-module-parts .grid-full ul.accordion li {
    margin-bottom: 10px; }
    #accordion-meijin-module-parts .grid-full ul.accordion li h3.question, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .question.name, #comments .comment-body #accordion-meijin-module-parts .grid-full ul.accordion li .question.name, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .name a.question, #comments .comment-body .name #accordion-meijin-module-parts .grid-full ul.accordion li a.question, #accordion-meijin-module-parts .grid-full ul.accordion li .affwp-form legend.question, .affwp-form #accordion-meijin-module-parts .grid-full ul.accordion li legend.question, #accordion-meijin-module-parts .grid-full ul.accordion li .squeeze .question.praise-name, .squeeze #accordion-meijin-module-parts .grid-full ul.accordion li .question.praise-name {
      background-color: #fbaa19; }
      #accordion-meijin-module-parts .grid-full ul.accordion li h3.question a, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .question.name a, #comments .comment-body #accordion-meijin-module-parts .grid-full ul.accordion li .question.name a, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .name a.question a, #comments .comment-body .name #accordion-meijin-module-parts .grid-full ul.accordion li a.question a, #accordion-meijin-module-parts .grid-full ul.accordion li .affwp-form legend.question a, .affwp-form #accordion-meijin-module-parts .grid-full ul.accordion li legend.question a, #accordion-meijin-module-parts .grid-full ul.accordion li .squeeze .question.praise-name a, .squeeze #accordion-meijin-module-parts .grid-full ul.accordion li .question.praise-name a {
        color: #fff;
        font-size: 18px;
        padding: 14px 45px 14px 15px;
        text-transform: uppercase;
        font-family: "AvenirNext-Regular", sans-serif;
        line-height: 25px;
        position: relative; }
        @media (max-width: 599px) {
          #accordion-meijin-module-parts .grid-full ul.accordion li h3.question a, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .question.name a, #comments .comment-body #accordion-meijin-module-parts .grid-full ul.accordion li .question.name a, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .name a.question a, #comments .comment-body .name #accordion-meijin-module-parts .grid-full ul.accordion li a.question a, #accordion-meijin-module-parts .grid-full ul.accordion li .affwp-form legend.question a, .affwp-form #accordion-meijin-module-parts .grid-full ul.accordion li legend.question a, #accordion-meijin-module-parts .grid-full ul.accordion li .squeeze .question.praise-name a, .squeeze #accordion-meijin-module-parts .grid-full ul.accordion li .question.praise-name a {
            font-size: 15px; } }
        #accordion-meijin-module-parts .grid-full ul.accordion li h3.question a .question-toggle, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .question.name a .question-toggle, #comments .comment-body #accordion-meijin-module-parts .grid-full ul.accordion li .question.name a .question-toggle, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .name a.question a .question-toggle, #comments .comment-body .name #accordion-meijin-module-parts .grid-full ul.accordion li a.question a .question-toggle, #accordion-meijin-module-parts .grid-full ul.accordion li .affwp-form legend.question a .question-toggle, .affwp-form #accordion-meijin-module-parts .grid-full ul.accordion li legend.question a .question-toggle, #accordion-meijin-module-parts .grid-full ul.accordion li .squeeze .question.praise-name a .question-toggle, .squeeze #accordion-meijin-module-parts .grid-full ul.accordion li .question.praise-name a .question-toggle {
          position: absolute;
          background-color: #fff;
          border-radius: 100%;
          width: 30px;
          height: 30px;
          right: 20px;
          top: 50%;
          margin-top: -15px; }
          #accordion-meijin-module-parts .grid-full ul.accordion li h3.question a .question-toggle:before, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .question.name a .question-toggle:before, #comments .comment-body #accordion-meijin-module-parts .grid-full ul.accordion li .question.name a .question-toggle:before, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .name a.question a .question-toggle:before, #comments .comment-body .name #accordion-meijin-module-parts .grid-full ul.accordion li a.question a .question-toggle:before, #accordion-meijin-module-parts .grid-full ul.accordion li .affwp-form legend.question a .question-toggle:before, .affwp-form #accordion-meijin-module-parts .grid-full ul.accordion li legend.question a .question-toggle:before, #accordion-meijin-module-parts .grid-full ul.accordion li .squeeze .question.praise-name a .question-toggle:before, .squeeze #accordion-meijin-module-parts .grid-full ul.accordion li .question.praise-name a .question-toggle:before {
            -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                    transform: rotate(-135deg);
            margin: 11px auto 0 9px; }
          #accordion-meijin-module-parts .grid-full ul.accordion li h3.question a .question-toggle:after, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .question.name a .question-toggle:after, #comments .comment-body #accordion-meijin-module-parts .grid-full ul.accordion li .question.name a .question-toggle:after, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .name a.question a .question-toggle:after, #comments .comment-body .name #accordion-meijin-module-parts .grid-full ul.accordion li a.question a .question-toggle:after, #accordion-meijin-module-parts .grid-full ul.accordion li .affwp-form legend.question a .question-toggle:after, .affwp-form #accordion-meijin-module-parts .grid-full ul.accordion li legend.question a .question-toggle:after, #accordion-meijin-module-parts .grid-full ul.accordion li .squeeze .question.praise-name a .question-toggle:after, .squeeze #accordion-meijin-module-parts .grid-full ul.accordion li .question.praise-name a .question-toggle:after {
            display: none; }
      #accordion-meijin-module-parts .grid-full ul.accordion li h3.question.is-active .question-toggle:before, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .question.is-active.name .question-toggle:before, #comments .comment-body #accordion-meijin-module-parts .grid-full ul.accordion li .question.is-active.name .question-toggle:before, #accordion-meijin-module-parts .grid-full ul.accordion li #comments .comment-body .name a.question.is-active .question-toggle:before, #comments .comment-body .name #accordion-meijin-module-parts .grid-full ul.accordion li a.question.is-active .question-toggle:before, #accordion-meijin-module-parts .grid-full ul.accordion li .affwp-form legend.question.is-active .question-toggle:before, .affwp-form #accordion-meijin-module-parts .grid-full ul.accordion li legend.question.is-active .question-toggle:before, #accordion-meijin-module-parts .grid-full ul.accordion li .squeeze .question.is-active.praise-name .question-toggle:before, .squeeze #accordion-meijin-module-parts .grid-full ul.accordion li .question.is-active.praise-name .question-toggle:before {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-left: 11px; }
    #accordion-meijin-module-parts .grid-full ul.accordion li .answer {
      background-color: transparent;
      border-width: 0px 1px 1px 1px;
      border-style: solid;
      border-color: #000; }

.experts-header h3, .experts-header #comments .comment-body .name, #comments .comment-body .experts-header .name, .experts-header #comments .comment-body .name a, #comments .comment-body .name .experts-header a, .experts-header .affwp-form legend, .affwp-form .experts-header legend, .experts-header .squeeze .praise-name, .squeeze .experts-header .praise-name {
  color: #231f20; }

.icon-pen {
  width: 30px;
  height: 20px;
  display: inline;
  margin-bottom: -6px; }

.experts-wrap {
  padding: 50px 15px !important; }
  @media (min-width: 1200px) {
    .experts-wrap {
      padding: 50px 115px !important; } }

.expert {
  padding: 15px !important;
  border-radius: 12px;
  transition: 0.5s ease background; }
  .expert:nth-of-type(2n+3) {
    clear: both; }
  @media (min-width: 600px) {
    .expert:nth-of-type(2n+3) {
      clear: none !important; }
    .expert:nth-of-type(4n+5) {
      clear: both !important; } }
  @media (min-width: 900px) {
    .expert:nth-of-type(4n+5) {
      clear: none !important; }
    .expert:nth-of-type(5n+6) {
      clear: both !important; } }
  .expert:hover {
    background: #edf2f6; }
  .expert .expert-name {
    color: #007d99;
    font-size: 20px;
    margin: 15px 0 10px; }
  .expert .expert-post-count,
  .expert .expert-location {
    display: block; }
  .expert .expert-post-count a {
    color: #231f20;
    font-family: "Yanone Kaffeesatz", sans-serif; }
  .expert .expert-post-count,
  .expert .expert-location {
    line-height: 1.3em; }
  .expert .expert-post-count:before,
  .expert .expert-social:before,
  .expert .expert-link:before {
    content: '';
    display: block;
    max-width: 100px;
    width: 100%;
    margin: 7px auto 9px;
    height: 1px;
    background: #dfe1e6; }
  .expert .expert-location {
    font-family: "AvenirNext-DemiBold", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #738c1f; }
  .expert .expert-social li {
    display: inline-block;
    margin: 0 3px; }
  .expert .expert-social a {
    display: block; }
    .expert .expert-social a:hover .icon {
      fill: #da521f; }
  .expert .expert-link {
    border-bottom: solid 2px transparent;
    font-size: 14px;
    font-weight: normal;
    font-family: "AvenirNext-DemiBold", sans-serif; }
    .expert .expert-link:hover {
      border-bottom-color: #da521f; }

.page-template-page-meet-experts-php .academy-numbers {
  position: relative;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-bottom: solid 1px #dfe1e6; }
  .page-template-page-meet-experts-php .academy-numbers .academy-numbers-badge {
    position: absolute;
    right: 6.3492063492%;
    top: -12px; }
  @media (min-width: 600px) {
    .page-template-page-meet-experts-php .academy-numbers {
      padding-left: 40px;
      padding-right: 200px; }
      .page-template-page-meet-experts-php .academy-numbers .academy-numbers-badge {
        top: -20px;
        width: 120px;
        height: auto; } }
  @media (min-width: 900px) {
    .page-template-page-meet-experts-php .academy-numbers {
      padding-left: 40px;
      padding-right: 260px; }
      .page-template-page-meet-experts-php .academy-numbers .academy-numbers-badge {
        right: 6.3492063492%;
        top: -12px;
        width: 150px;
        height: auto; } }
  @media (min-width: 1200px) {
    .page-template-page-meet-experts-php .academy-numbers {
      padding-left: 120px;
      padding-right: 80px; }
      .page-template-page-meet-experts-php .academy-numbers .academy-numbers-badge {
        right: 0;
        top: -8px; } }

.acf-map {
  width: 100%;
  height: 180px;
  transition: 0.5s ease height; }
  @media (min-width: 480px) {
    .acf-map {
      height: 220px; } }
  @media (min-width: 600px) {
    .acf-map {
      height: 320px; } }
  @media (min-width: 900px) {
    .acf-map {
      height: 400px; } }
  @media (min-width: 1024px) {
    .acf-map {
      height: 500px; } }
  @media (min-width: 1200px) {
    .acf-map {
      height: 620px; } }
  @media (min-width: 1410px) {
    .acf-map {
      background-size: contain;
      background-color: #edf2f6; } }

.page-template-page-faculty-staff-php .expert-post-count a:hover {
  color: #da521f; }

.search-result p:last-child {
  margin-bottom: 40px; }

.search-result:after {
  content: '';
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 549px;
  width: 100%;
  height: 1px;
  border-top: dotted 1px #231f20; }

.page-template-page-shop .button-group {
  clear: both;
  text-align: center;
  padding-top: 15px; }
  .page-template-page-shop .button-group button {
    display: inline-block;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 1em;
    color: #231f20 !important;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px !important;
    font-family: "AvenirNext-DemiBold", sans-serif;
    letter-spacing: 0.15em;
    color: #231f20;
    transition: 0.15s ease all;
    outline: none; }
    .page-template-page-shop .button-group button:hover {
      color: #007d99 !important; }

.page-template-page-shop .products-wrap {
  clear: both;
  padding: 40px 0; }
  .page-template-page-shop .products-wrap .product-wrap {
    overflow: hidden;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfe1e6;
    position: relative;
    min-height: 240px; }
    .page-template-page-shop .products-wrap .product-wrap .image-wrap {
      margin-bottom: 1em;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      @media (min-width: 900px) {
        .page-template-page-shop .products-wrap .product-wrap .image-wrap {
          margin-bottom: 0;
          float: left; } }
      .page-template-page-shop .products-wrap .product-wrap .image-wrap img {
        margin: 0 auto; }
        @media (min-width: 900px) {
          .page-template-page-shop .products-wrap .product-wrap .image-wrap img {
            margin: 0; } }
    .page-template-page-shop .products-wrap .product-wrap .product-info-wrap .product-title {
      margin-top: 0; }
    .page-template-page-shop .products-wrap .product-wrap .buttons-wrap {
      padding-right: 0;
      margin-top: 1em; }
      @media (min-width: 900px) {
        .page-template-page-shop .products-wrap .product-wrap .buttons-wrap {
          margin-top: 3em; } }
      .page-template-page-shop .products-wrap .product-wrap .buttons-wrap a, .page-template-page-shop .products-wrap .product-wrap .buttons-wrap button {
        width: 100%;
        max-width: 300px;
        display: block;
        margin-bottom: 8px;
        text-align: center;
        font-size: 20px !important;
        margin: 0 auto .5em;
        padding: .7em .5em; }
        @media (min-width: 900px) {
          .page-template-page-shop .products-wrap .product-wrap .buttons-wrap a, .page-template-page-shop .products-wrap .product-wrap .buttons-wrap button {
            margin-left: 0; } }
        .page-template-page-shop .products-wrap .product-wrap .buttons-wrap a.learn_more, .page-template-page-shop .products-wrap .product-wrap .buttons-wrap button.learn_more {
          background: #007d99; }
          .page-template-page-shop .products-wrap .product-wrap .buttons-wrap a.learn_more:hover, .page-template-page-shop .products-wrap .product-wrap .buttons-wrap button.learn_more:hover {
            background: #008aa8; }
        .page-template-page-shop .products-wrap .product-wrap .buttons-wrap a.add_to_cart, .page-template-page-shop .products-wrap .product-wrap .buttons-wrap button.add_to_cart {
          background: #da521f; }
          .page-template-page-shop .products-wrap .product-wrap .buttons-wrap a.add_to_cart:hover, .page-template-page-shop .products-wrap .product-wrap .buttons-wrap button.add_to_cart:hover {
            background: #e05a28; }
    .page-template-page-shop .products-wrap .product-wrap .form-wrap {
      display: none;
      position: absolute;
      top: auto;
      height: 360px;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #dfe1e6; }
      @media (min-width: 900px) {
        .page-template-page-shop .products-wrap .product-wrap .form-wrap {
          top: 0;
          bottom: 30px;
          left: 18%;
          width: 80%;
          height: auto; } }
      .page-template-page-shop .products-wrap .product-wrap .form-wrap.show {
        display: block;
        padding: 20px; }
        .page-template-page-shop .products-wrap .product-wrap .form-wrap.show button {
          position: absolute;
          top: 0;
          right: 0;
          left: auto;
          bottom: auto;
          background: none;
          margin-left: 0;
          color: #7c7d80;
          box-shadow: none;
          padding-right: 20px; }
        .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_title {
          margin-top: 2em; }
          @media (min-width: 900px) {
            .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_title {
              margin-top: 1em; } }
        .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_body {
          width: 100%;
          float: left; }
          @media (min-width: 900px) {
            .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_body {
              width: 85%; } }
          .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_body ul {
            overflow: hidden; }
            .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_body ul.gfield_checkbox label {
              display: block;
              text-align: left; }
            .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_body ul li {
              width: 100%;
              margin-bottom: .5em;
              float: left; }
              @media (min-width: 900px) {
                .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_body ul li {
                  width: 50%;
                  margin-bottom: 0; } }
              .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_body ul li:last-child {
                width: 100%;
                padding-top: 4px; }
              .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_body ul li input:not([type="checkbox"]) {
                width: 100%; }
                @media (min-width: 900px) {
                  .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_body ul li input:not([type="checkbox"]) {
                    width: 96%; } }
              .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_body ul li input[type="checkbox"] {
                margin-top: 5px; }
          .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_body label {
            display: none; }
        .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_footer {
          width: 100%;
          float: left;
          clear: none; }
          @media (min-width: 900px) {
            .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_footer {
              width: 15%; } }
          .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_footer input[type="submit"] {
            margin-top: 1px;
            font-size: 20px !important;
            padding: 0.5em 1.25em;
            width: 100%;
            background: #738c1f; }
            .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .gform_footer input[type="submit"]:hover {
              background: #7d9922; }
        .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .validation_error {
          display: none; }
        .page-template-page-shop .products-wrap .product-wrap .form-wrap.show .validation_message {
          border: none;
          background: none;
          padding: 0; }

.header.header-ig-lp {
  position: static;
  text-align: center;
  margin: 0 auto;
  z-index: 2; }
  .header.header-ig-lp .logo {
    float: none;
    margin: 0 auto;
    padding-top: 10px; }
    .header.header-ig-lp .logo a {
      pointer-events: none; }
    .header.header-ig-lp .logo a, .header.header-ig-lp .logo svg {
      display: inline-block; }
    .header.header-ig-lp .logo img {
      max-height: 95px; }

.ig-lp-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px; }
  .ig-lp-container h1, .ig-lp-container .serif-title {
    letter-spacing: .05em; }
  .ig-lp-container h2, .ig-lp-container .woocommerce.single-product .product-title, .woocommerce.single-product .ig-lp-container .product-title {
    letter-spacing: .05em; }
  .ig-lp-container h3, .ig-lp-container #comments .comment-body .name, #comments .comment-body .ig-lp-container .name, .ig-lp-container #comments .comment-body .name a, #comments .comment-body .name .ig-lp-container a, .ig-lp-container .affwp-form legend, .affwp-form .ig-lp-container legend, .ig-lp-container .squeeze .praise-name, .squeeze .ig-lp-container .praise-name {
    letter-spacing: .05em; }
  .ig-lp-container h4 {
    letter-spacing: .05em; }
  .ig-lp-container h5 {
    letter-spacing: .05em; }
  .ig-lp-container h6 {
    letter-spacing: .05em; }
  .ig-lp-container h2, .ig-lp-container .woocommerce.single-product .product-title, .woocommerce.single-product .ig-lp-container .product-title {
    text-transform: uppercase; }
  @media (max-width: 599px) {
    .ig-lp-container {
      padding: 0 15px; } }
  .ig-lp-container ul:not([class]) {
    padding: 5px 45px;
    margin: 0; }
    .ig-lp-container ul:not([class]) li {
      padding: 3px 0;
      position: relative;
      box-sizing: border-box; }
      .ig-lp-container ul:not([class]) li:before {
        content: "\2022";
        color: #da521f;
        margin-left: -25px;
        box-sizing: border-box;
        position: absolute; }
  .ig-lp-container .ig-lp-full-width-video-wrapper {
    width: 100%;
    margin: 0 auto; }
  .ig-lp-container .ig-lp-button-full-width {
    width: 100%; }
  .ig-lp-container .ig-lp-button {
    padding: .75em;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 2em !important;
    font-weight: normal;
    font-family: Open Sans;
    text-transform: uppercase;
    box-shadow: none;
    transition: 0.3s ease all;
    position: relative; }
    .ig-lp-container .ig-lp-button:after {
      content: "";
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.15); }
    .ig-lp-container .ig-lp-button:hover:after {
      opacity: 1;
      transition: opacity 0.2s linear; }
    @media (max-width: 599px) {
      .ig-lp-container .ig-lp-button {
        padding: 1em;
        font-size: 1.25em !important; } }
    .ig-lp-container .ig-lp-button.ig-lp-button-blue:hover {
      background-color: dark; }
    .ig-lp-container .ig-lp-button.ig-lp-button-orange {
      background-color: #DA521F; }
      .ig-lp-container .ig-lp-button.ig-lp-button-orange:hover {
        background-color: #ad4119; }
  .ig-lp-container #ig-lp-countdown .ig-lp-countdown-block {
    display: inline-block;
    -ms-flex: 0 1 22%;
    flex: 0 1 22%;
    width: 22%; }
  .ig-lp-container #ig-lp-countdown .ig-lp-countdown-num {
    display: block;
    vertical-align: middle;
    text-align: center;
    font-family: Open Sans;
    font-size: 5.625rem;
    font-weight: 400;
    line-height: 1; }
    @media (max-width: 599px) {
      .ig-lp-container #ig-lp-countdown .ig-lp-countdown-num {
        font-size: 2.5rem; } }
  .ig-lp-container #ig-lp-countdown .ig-lp-countdown-desc {
    text-transform: uppercase;
    color: #000;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: Open Sans; }
    @media (max-width: 599px) {
      .ig-lp-container #ig-lp-countdown .ig-lp-countdown-desc {
        font-size: .75rem; } }
  .ig-lp-container #ig-lp-evergreen-countdown .ig-lp-evergreen-countdown-block {
    display: inline-block;
    -ms-flex: 0 1 22%;
    flex: 0 1 22%;
    width: 22%;
    margin-top: 20px; }
  .ig-lp-container #ig-lp-evergreen-countdown .ig-lp-evergreen-countdown-num {
    display: block;
    vertical-align: middle;
    text-align: center;
    font-family: Open Sans;
    font-size: 5.625rem;
    font-weight: 400;
    line-height: 1; }
    @media (max-width: 599px) {
      .ig-lp-container #ig-lp-evergreen-countdown .ig-lp-evergreen-countdown-num {
        font-size: 2.5rem; } }
  .ig-lp-container #ig-lp-evergreen-countdown .ig-lp-evergreen-countdown-desc {
    text-transform: uppercase;
    color: #000;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: Open Sans; }
    @media (max-width: 599px) {
      .ig-lp-container #ig-lp-evergreen-countdown .ig-lp-evergreen-countdown-desc {
        font-size: .75rem; } }
  .ig-lp-container .evergreen-countdown-button-center {
    margin-top: 70px;
    text-align: center; }
  .ig-lp-container .evergreen-countdown-button-center a {
    width: 100%; }
  .ig-lp-container .green {
    color: #738c1f; }
  .ig-lp-container .blue {
    color: #007d99; }
  .ig-lp-container .light-blue {
    color: #d9d9de; }
  .ig-lp-container .orange {
    color: #da521f; }
  .ig-lp-container .yellow {
    color: #fbaa19; }
  .ig-lp-container .ig-lp-two-columns .ig-lp-two-col-left {
    float: left;
    width: 48%;
    margin-right: 4%; }
  .ig-lp-container .ig-lp-two-columns .ig-lp-two-col-right {
    float: left;
    width: 48%; }
    @media (max-width: 599px) {
      .ig-lp-container .ig-lp-two-columns .ig-lp-two-col-right {
        margin-top: 30px; } }
  @media (max-width: 599px) {
    .ig-lp-container .ig-lp-two-columns .ig-lp-two-col-left,
    .ig-lp-container .ig-lp-two-columns .ig-lp-two-col-right {
      float: none;
      width: 100%;
      margin-right: 0; } }
  .ig-lp-container .ig-lp-two-columns .ig-lp-two-col-left > *:first-child,
  .ig-lp-container .ig-lp-two-columns .ig-lp-two-col-right > *:first-child {
    margin-top: 0; }
  .ig-lp-container .ig-lp-two-columns ul li {
    line-height: 1.25;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    position: relative; }
    .ig-lp-container .ig-lp-two-columns ul li:before {
      position: absolute;
      left: -1px;
      line-height: 1;
      font-family: 'FontAwesome';
      color: #da521f; }
  .ig-lp-container .ig-lp-two-columns ul.default-dot > li:before {
    content: "\2022";
    font-size: 2em;
    display: inline-block;
    top: -10px; }
  .ig-lp-container .ig-lp-two-columns ul.right-arrow > li:before {
    content: "\f061"; }
  .ig-lp-container .ig-lp-two-columns ul.right-angle > li:before {
    content: "\f054"; }
  .ig-lp-container .ig-lp-two-columns ul.green-bullets > li:before {
    color: #738c1f; }
  .ig-lp-container .ig-lp-two-columns ul.blue-bullets > li:before {
    color: #007d99; }
  .ig-lp-container .ig-lp-two-columns ul.light-blue-bullets > li:before {
    color: #d9d9de; }
  .ig-lp-container .ig-lp-two-columns ul.orange-bullets > li:before {
    color: #da521f; }
  .ig-lp-container .ig-lp-two-columns ul.yellow-bullets > li:before {
    color: #fbaa19; }
  .ig-lp-container .ig-lp-body-copy p * {
    line-height: 1; }
  .ig-lp-container .ig-lp-body-copy-indented {
    max-width: calc(100% - 15%);
    margin: 0 auto; }
    @media (max-width: 599px) {
      .ig-lp-container .ig-lp-body-copy-indented {
        max-width: 100%; } }
    @media (max-width: 899px) {
      .ig-lp-container .ig-lp-body-copy-indented .ig-lp-two-col-left,
      .ig-lp-container .ig-lp-body-copy-indented .ig-lp-two-col-right {
        float: none;
        width: 100%;
        margin-right: 0; } }
    .ig-lp-container .ig-lp-body-copy-indented .ig-lp-two-col-left .ig-lp-button,
    .ig-lp-container .ig-lp-body-copy-indented .ig-lp-two-col-right .ig-lp-button {
      padding: 1em .75em;
      font-size: 1.25em !important; }
    @media (max-width: 899px) {
      .ig-lp-container .ig-lp-body-copy-indented .ig-lp-two-col-right {
        margin-top: 30px; } }
  .ig-lp-container .ig-lp-guests-single {
    position: relative;
    overflow: hidden;
    padding-bottom: 45px; }
    .ig-lp-container .ig-lp-guests-single .ig-lp-guests-img {
      width: 33%;
      float: left; }
      @media (max-width: 599px) {
        .ig-lp-container .ig-lp-guests-single .ig-lp-guests-img {
          float: none;
          width: 100%; } }
    .ig-lp-container .ig-lp-guests-single .ig-lp-guests-content {
      width: 67%;
      float: left;
      padding: 0 0 0 45px; }
      @media (max-width: 599px) {
        .ig-lp-container .ig-lp-guests-single .ig-lp-guests-content {
          float: none;
          width: 100%;
          padding: 10px 0; } }
      .ig-lp-container .ig-lp-guests-single .ig-lp-guests-content .ig-lp-guests-content-author > h4 {
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .5px; }
      .ig-lp-container .ig-lp-guests-single .ig-lp-guests-content .ig-lp-guests-content-author > p {
        margin: 0; }
      .ig-lp-container .ig-lp-guests-single .ig-lp-guests-content .ig-lp-guests-content-author-title > p {
        margin: 15px 0 0;
        font-weight: bold; }
      .ig-lp-container .ig-lp-guests-single .ig-lp-guests-content .ig-lp-guests-content-desc > p {
        margin: 15px 0 0; }
    .ig-lp-container .ig-lp-guests-single:after {
      content: "";
      position: absolute;
      bottom: 25px;
      width: 100%;
      border-bottom: 1px dashed #000; }
    .ig-lp-container .ig-lp-guests-single:last-child:after {
      border-bottom: 1px solid #000; }
  .ig-lp-container .ig-lp-quote-box-soft > blockquote {
    border-left: 4px solid;
    border-radius: 0px 0 0 10px;
    font-size: 20px;
    line-height: 1.5;
    padding: 20px 15px 20px 30px; }
  .ig-lp-container .ig-lp-quote-box-soft.quote-box-orange > blockquote {
    background-color: #efa98f;
    border-color: #da521f; }
  .ig-lp-container .ig-lp-quote-box-soft.quote-box-blue > blockquote {
    background-color: #80e8ff;
    border-color: #007d99; }
  .ig-lp-container .ig-lp-quote-box-soft.quote-box-green > blockquote {
    background-color: #d5e897;
    border-color: #738c1f; }
  .ig-lp-container .ig-lp-quote-box-sq > blockquote {
    max-width: 850px;
    width: 100%;
    margin: 15px auto;
    background: #fff;
    position: relative;
    text-align: center;
    padding: 40px 20px; }
    .ig-lp-container .ig-lp-quote-box-sq > blockquote > i {
      font-size: 16px;
      vertical-align: text-bottom; }
    .ig-lp-container .ig-lp-quote-box-sq > blockquote:before, .ig-lp-container .ig-lp-quote-box-sq > blockquote:after {
      content: "";
      position: absolute;
      z-index: 2;
      width: 10%;
      height: 100%; }
    .ig-lp-container .ig-lp-quote-box-sq > blockquote:before {
      top: 0px;
      left: -2px;
      border-left: 2px solid #007d99;
      border-top: 2px solid #007d99;
      border-bottom: 2px solid #007d99; }
    .ig-lp-container .ig-lp-quote-box-sq > blockquote:after {
      right: -2px;
      bottom: 0px;
      border-right: 2px solid #007d99;
      border-top: 2px solid #007d99;
      border-bottom: 2px solid #007d99; }
  .ig-lp-container .ig-lp-quote-box-round .ig-lp-quote-box-round-img {
    float: left;
    width: 35%;
    padding-right: 30px; }
    .ig-lp-container .ig-lp-quote-box-round .ig-lp-quote-box-round-img > img {
      display: block;
      margin: 0 auto;
      max-width: 290px;
      height: 290px;
      object-fit: cover; }
    @media (max-width: 899px) {
      .ig-lp-container .ig-lp-quote-box-round .ig-lp-quote-box-round-img {
        float: none;
        width: 100%; } }
  .ig-lp-container .ig-lp-quote-box-round .ig-lp-quote-box-round-text {
    float: left;
    width: 65%;
    display: table;
    min-height: 300px; }
    .ig-lp-container .ig-lp-quote-box-round .ig-lp-quote-box-round-text > blockquote {
      padding: 10px 0 10px 10px;
      font-size: 38px;
      line-height: 1.2em;
      color: #738c1f;
      margin-top: 30px;
      border-left: dotted 1px #231f20; }
      @media (min-width: 900px) {
        .ig-lp-container .ig-lp-quote-box-round .ig-lp-quote-box-round-text > blockquote {
          padding: 30px 0 30px 30px;
          margin-left: 45px;
          margin-top: 0;
          display: table-cell;
          vertical-align: middle; } }
      @media (max-width: 599px) {
        .ig-lp-container .ig-lp-quote-box-round .ig-lp-quote-box-round-text > blockquote {
          font-size: 24px; } }
    @media (max-width: 899px) {
      .ig-lp-container .ig-lp-quote-box-round .ig-lp-quote-box-round-text {
        float: none;
        width: 100%;
        min-height: auto; } }
  .ig-lp-container .ig-lp-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    .ig-lp-container .ig-lp-video-wrapper > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .ig-lp-container .ig-lp-two-col-videos-wrapper .ig-lp-two-col-video-single-wrapper {
    width: 48%;
    float: left;
    margin-top: 2%; }
    .ig-lp-container .ig-lp-two-col-videos-wrapper .ig-lp-two-col-video-single-wrapper:nth-child(odd) {
      margin-right: 4%; }
    @media (max-width: 599px) {
      .ig-lp-container .ig-lp-two-col-videos-wrapper .ig-lp-two-col-video-single-wrapper {
        float: none;
        width: 100%;
        margin-right: 0; } }
  .ig-lp-container .ig-lp-other-features {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 50px; }
    @media (max-width: 599px) {
      .ig-lp-container .ig-lp-other-features {
        padding: 0; } }
    @media (max-width: 899px) {
      .ig-lp-container .ig-lp-other-features {
        background-position-x: 50%; } }
    .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block {
      max-width: 375px;
      padding: 25px;
      margin-left: 30px;
      background-color: rgba(0, 138, 168, 0.75); }
      @media (max-width: 599px) {
        .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block {
          margin: 0 auto; } }
      .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block > * {
        color: #fff;
        text-align: center; }
      .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block > p {
        text-transform: capitalize;
        display: block;
        color: #f9f9f9;
        line-height: 1.15; }
      .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block > *:first-child {
        margin-top: 0; }
      .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block h1, .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block .serif-title {
        text-transform: uppercase;
        letter-spacing: .10rem; }
      .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block h2, .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block .woocommerce.single-product .product-title, .woocommerce.single-product .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block .product-title {
        text-transform: uppercase;
        letter-spacing: .10rem; }
      .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block h3, .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block #comments .comment-body .name, #comments .comment-body .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block .name, .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block #comments .comment-body .name a, #comments .comment-body .name .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block a, .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block .affwp-form legend, .affwp-form .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block legend, .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block .squeeze .praise-name, .squeeze .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block .praise-name {
        text-transform: uppercase;
        letter-spacing: .10rem; }
      .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block h4 {
        text-transform: uppercase;
        letter-spacing: .10rem; }
      .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block h5 {
        text-transform: uppercase;
        letter-spacing: .10rem; }
      .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block h6 {
        text-transform: uppercase;
        letter-spacing: .10rem; }
      .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block .ig-lp-button {
        font-size: 1.15em !important;
        margin-top: 30px;
        font-weight: 600; }
      .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block #ig-lp-ot-countdown {
        background-image: linear-gradient(to bottom, #fff, #acbcc0);
        margin-top: 15px;
        padding: 10px 5px 5px; }
        .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block #ig-lp-ot-countdown .ig-lp-ot-countdown-block {
          display: inline-block;
          -ms-flex: 0 1 22%;
          flex: 0 1 23%;
          width: 23%;
          text-align: center; }
          .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block #ig-lp-ot-countdown .ig-lp-ot-countdown-block .ig-lp-ot-countdown-num {
            color: #738c1f;
            display: block;
            vertical-align: middle;
            text-align: center;
            font-family: Open Sans;
            font-size: 1.25rem;
            font-weight: 300;
            line-height: 1; }
          .ig-lp-container .ig-lp-other-features .ig-lp-other-feature-block #ig-lp-ot-countdown .ig-lp-ot-countdown-block .ig-lp-ot-countdown-desc {
            color: #738c1f;
            display: block;
            font-size: .75rem;
            font-family: Open Sans;
            line-height: 1; }
  .ig-lp-container .ig-lp-recomendations .ig-lp-recomendations-title {
    background-color: #eee;
    padding: 2em; }
    .ig-lp-container .ig-lp-recomendations .ig-lp-recomendations-title > h2, .ig-lp-container .ig-lp-recomendations .woocommerce.single-product .ig-lp-recomendations-title > .product-title, .woocommerce.single-product .ig-lp-container .ig-lp-recomendations .ig-lp-recomendations-title > .product-title {
      color: #000;
      margin: 0; }
  .ig-lp-container .ig-lp-recomendations .ig-lp-recomendations-posts {
    background-color: #F5F5F5;
    padding: 1em; }
    .ig-lp-container .ig-lp-recomendations .ig-lp-recomendations-posts .ig-lp-recomendations-post-single {
      width: 27.3%;
      float: left;
      margin: 3%; }
      .ig-lp-container .ig-lp-recomendations .ig-lp-recomendations-posts .ig-lp-recomendations-post-single img {
        width: 285px;
        height: 150px;
        object-fit: cover; }
      .ig-lp-container .ig-lp-recomendations .ig-lp-recomendations-posts .ig-lp-recomendations-post-single h4 {
        color: #007d99;
        text-transform: capitalize; }
      .ig-lp-container .ig-lp-recomendations .ig-lp-recomendations-posts .ig-lp-recomendations-post-single p {
        text-transform: uppercase;
        font-size: 80%;
        font-weight: bold;
        text-decoration: underline; }
      @media (max-width: 599px) {
        .ig-lp-container .ig-lp-recomendations .ig-lp-recomendations-posts .ig-lp-recomendations-post-single {
          width: 100%;
          float: none;
          margin: 10px 0;
          padding: 10px 0;
          border-bottom: 1px solid #ccc; } }
  .ig-lp-container .ig-lp-faded-border {
    border-style: solid;
    border-image: linear-gradient(to bottom, #555, rgba(0, 0, 0, 0.025)) 1 100%; }
    .ig-lp-container .ig-lp-faded-border.faded-border-right {
      border-width: 0 1px 0 0; }
  .ig-lp-container .ig-lp-margin-y {
    width: 100%;
    display: block;
    clear: both; }
    @media (max-width: 599px) {
      .ig-lp-container .ig-lp-margin-y {
        display: none; } }
  .ig-lp-container .ig-lp-margin-y-sm {
    width: 100%;
    display: none;
    clear: both; }
    @media (max-width: 599px) {
      .ig-lp-container .ig-lp-margin-y-sm {
        display: block; } }
  .ig-lp-container .fas {
    font-family: 'FontAwesome'; }

.accordion {
  position: relative;
  list-style-type: none;
  padding: 40px 0; }
  .accordion > li {
    border-bottom: solid 1px #e0e1e6;
    padding: 0; }
    .accordion > li:before {
      display: none; }
  .accordion .question {
    margin: 0; }
    .accordion .question a {
      display: block;
      overflow: hidden;
      padding: 10px 30px 10px 20px;
      font-family: "Yanone Kaffeesatz", sans-serif;
      text-decoration: none;
      color: inherit;
      border-bottom: 0; }
    .accordion .question .question-toggle {
      position: relative;
      margin-top: 10px;
      margin-right: -10px;
      float: right;
      width: 13px;
      height: 13px;
      transition: 0.5s ease all; }
      .accordion .question .question-toggle:before, .accordion .question .question-toggle:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 8px;
        height: 8px;
        border-left: solid 1px #231f20;
        transition: 0.5s ease all; }
      .accordion .question .question-toggle:before {
        border-bottom: solid 1px #231f20;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .accordion .question .question-toggle:after {
        top: 10px;
        border-top: solid 1px #231f20;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        opacity: 0; }
    .accordion .question.is-active .question-toggle {
      margin-top: 5px; }
      .accordion .question.is-active .question-toggle:after {
        opacity: 1; }
  .main-content .accordion {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .accordion .answer {
    position: relative;
    background: #edf2f6;
    padding: 15px 20px; }
  @media (min-width: 900px) {
    .accordion {
      padding-left: 40px;
      padding-right: 40px; }
      .accordion .question a {
        padding: 20px 45px 20px 35px; }
      .accordion .answer {
        padding: 15px 35px; } }
  @media (min-width: 1200px) {
    .accordion {
      padding-left: 100px;
      padding-right: 100px; } }

.reviews-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .reviews-row:not(first-child) {
    margin-top: 30px; }
  .reviews-row .review-wrap {
    /*.review {

			.review-img-col {


				.review-img {

					img {
						display: block;
						object-fit: cover;
					}
				}
			}

			.review-content-col {

				.review-content {
					padding: 0 20px;
				}
			}
		}*/
    /*&.lg,
		&.sm {

			.review {

				display: flex;
				height: 100%;

				.review-img-col {
					display: flex;
				}

				.review-content-col {
					margin: auto 0;
				}
			}
		}*/ }

/*.review-wrap {

	display: flex;

	.review {
		background-color: #F5F4EF;

		.review-img-col {
			width: 100%;
			-webkit-box-flex: 0;
		}
		.review-content-col {
			width: 100%;
			-webkit-box-flex: 0;
		}

	}

	&.lg {

		height: 40vw;

		h3 {
			font-size: 2.5vw;
		}
		p, a {
			font-size: 1.5vw;
		}

		.review-img-col {
		    width: 60%;

		    .review-img {

		    	img {
		    		height: 100%;
		    	}
		    }
		}
		.review-content-col {
		    width: 40%;;
		}
	}

	&.tn {
		height: 40vw;

		.review-content-col {

		    h3 {
		    	font-size: 1.25vw;
		    	margin: 0;
		    }
		    p, a {
		    	font-size: 0.85vw;
		    	margin: 5px 0 0;
		    }
		}
	}

	&.sm {

		height: 15vw;

		.review-img-col {
		    width: 43%;

		    .review-img {

		    	img {
		    		height: 100%;
		    	}
		    }
		}
		.review-content-col {
		    width: 57%;

		    h3 {
		    	font-size: 1.25vw;
		    	margin: 0;
		    }
		    p, a {
		    	font-size: 0.85vw;
		    	margin: 5px 0 0;
		    }
		}
	}
}*/
.review {
  float: left;
  margin: .4%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #DCDCDC; }
  .review.rt .review-img-col,
  .review.rt .review-content-col {
    float: right; }
  .review.dark {
    background: #000; }
    .review.dark .review-content-col * {
      color: #fff !important; }
      .review.dark .review-content-col * .review-content-rm > a:after,
      .review.dark .review-content-col * .review-content-rm > p:after {
        color: #fff !important; }
  .review.quote, .review.quote.sm {
    /*background: #fff3f2;*/
    position: relative; }
    .review.quote .review-img-col, .review.quote.sm .review-img-col {
      display: none; }
    .review.quote .review-content-col, .review.quote.sm .review-content-col {
      left: 50%;
      position: absolute;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 75%; }
  .review.cta {
    height: 10.1944vw !important; }
    .review.cta .review-img-col {
      display: none; }
    .review.cta .review-content-col {
      height: 10.1944vw !important;
      width: 100% !important;
      display: -ms-flexbox;
      display: flex;
      text-align: center; }
      .review.cta .review-content-col * {
        color: #fff !important; }
      .review.cta .review-content-col h2, .review.cta .review-content-col .woocommerce.single-product .product-title, .woocommerce.single-product .review.cta .review-content-col .product-title {
        font-family: "Yanone Kaffeesatz", sans-serif;
        margin: auto 0;
        font-size: 40px; }
        .review.cta .review-content-col h2 span, .review.cta .review-content-col .woocommerce.single-product .product-title span, .woocommerce.single-product .review.cta .review-content-col .product-title span {
          color: #000 !important; }
    .review.cta.orange-bg {
      background: #da521f; }
    .review.cta.green-bg {
      background: #738c1f; }
  .review.contains-video:not(.quote):not(.tn) .review-content-col {
    position: relative; }
    .review.contains-video:not(.quote):not(.tn) .review-content-col:after {
      position: absolute;
      content: "\f03d";
      font-family: "fontawesome";
      font-size: 1.30vw;
      top: 5px;
      right: 15px;
      color: #000; }
    @media (max-width: 766px) {
      .review.contains-video:not(.quote):not(.tn) .review-content-col:after {
        font-size: 14px; } }
  .review.contains-video.tn .review-content-col .review-content-title {
    position: relative; }
    .review.contains-video.tn .review-content-col .review-content-title:after {
      position: absolute;
      content: "\f03d";
      font-family: "fontawesome";
      font-size: 1.30vw;
      top: -25px;
      right: -10px;
      color: #000; }
    @media (max-width: 766px) {
      .review.contains-video.tn .review-content-col .review-content-title:after {
        font-size: 14px; } }
  .review.contains-video.quote {
    position: relative; }
    .review.contains-video.quote:after {
      position: absolute;
      content: "\f03d";
      font-family: "fontawesome";
      font-size: 1.30vw;
      top: 15px;
      right: 15px;
      color: #000; }
    @media (max-width: 766px) {
      .review.contains-video.quote:after {
        font-size: 14px; } }
  .review.contains-video.dark:not(.quote):not(.tn) .review-content-col:after {
    color: #fff; }
  .review.contains-video.dark.tn .review-content-col .review-content-title {
    position: relative; }
    .review.contains-video.dark.tn .review-content-col .review-content-title:after {
      color: #fff; }
  .review.contains-video.dark.quote:after {
    color: #fff; }
  .review .review-img-col {
    float: left;
    width: auto; }
    .review .review-img-col .review-img img {
      height: 100%;
      max-width: 100%;
      width: 100%;
      object-fit: cover;
      object-position: top;
      float: left; }
  .review .review-content-col {
    float: left;
    padding: 0; }
    .review .review-content-col .review-content {
      /*padding: 20px;*/ }
      .review .review-content-col .review-content .review-content-title h3, .review .review-content-col .review-content .review-content-title #comments .comment-body .name, #comments .comment-body .review .review-content-col .review-content .review-content-title .name, .review .review-content-col .review-content .review-content-title #comments .comment-body .name a, #comments .comment-body .name .review .review-content-col .review-content .review-content-title a, .review .review-content-col .review-content .review-content-title .affwp-form legend, .affwp-form .review .review-content-col .review-content .review-content-title legend, .review .review-content-col .review-content .review-content-title .squeeze .praise-name, .squeeze .review .review-content-col .review-content .review-content-title .praise-name {
        color: #000;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold; }
      .review .review-content-col .review-content .review-content-excerpt {
        color: #000; }
      .review .review-content-col .review-content .review-content-rm {
        display: block;
        line-height: 1; }
        .review .review-content-col .review-content .review-content-rm > p {
          text-transform: uppercase;
          position: relative;
          display: inline-block;
          color: #da521f; }
          .review .review-content-col .review-content .review-content-rm > p:after {
            content: "\f054";
            position: absolute;
            right: -20%;
            top: 12.5%;
            line-height: 1;
            font-family: 'FontAwesome';
            color: #007d99; }
      .review .review-content-col .review-content .review-content-expand {
        display: none; }
  .review .border {
    border-width: 4px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0; }
  .review:hover .border {
    border: 4px solid #ccc;
    height: 100%;
    transition: border .3s ease;
    width: 100%; }

.review.xl {
  height: 40.2777vw;
  width: 99.2%; }
  .review.xl .review-img-col {
    width: 67%;
    height: 100%; }
    .review.xl .review-img-col .review-img {
      height: 40.2777vw; }
  .review.xl .review-content-col {
    height: 40.2777vw;
    position: relative;
    width: 33%; }
    .review.xl .review-content-col .review-content {
      left: 50%;
      position: absolute;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 75%; }
    .review.xl .review-content-col h3, .review.xl .review-content-col #comments .comment-body .name, #comments .comment-body .review.xl .review-content-col .name, .review.xl .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.xl .review-content-col a, .review.xl .review-content-col .affwp-form legend, .affwp-form .review.xl .review-content-col legend, .review.xl .review-content-col .squeeze .praise-name, .squeeze .review.xl .review-content-col .praise-name {
      font-size: 1.75vw; }
    .review.xl .review-content-col p, .review.xl .review-content-col a {
      font-size: 1.5vw; }

.review.lg {
  height: 40.2778vw;
  width: 82.1333%; }
  .review.lg .review-img-col {
    width: 60%;
    height: 40.2778vw; }
    @media (max-width: 766px) {
      .review.lg .review-img-col {
        height: auto; } }
    .review.lg .review-img-col .review-img {
      height: 100%; }
      .review.lg .review-img-col .review-img img {
        height: 100%; }
  .review.lg .review-content-col {
    height: 40.2778vw;
    width: 40%;
    position: relative; }
    .review.lg .review-content-col .review-content {
      left: 50%;
      position: absolute;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 75%; }
    .review.lg .review-content-col h3, .review.lg .review-content-col #comments .comment-body .name, #comments .comment-body .review.lg .review-content-col .name, .review.lg .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.lg .review-content-col a, .review.lg .review-content-col .affwp-form legend, .affwp-form .review.lg .review-content-col legend, .review.lg .review-content-col .squeeze .praise-name, .squeeze .review.lg .review-content-col .praise-name {
      font-size: 1.75vw; }
    .review.lg .review-content-col p, .review.lg .review-content-col a {
      font-size: 1.5vw; }

.review.lg-half {
  height: 40.2778vw;
  width: 48.8001%; }
  .review.lg-half .review-content-col h3, .review.lg-half .review-content-col #comments .comment-body .name, #comments .comment-body .review.lg-half .review-content-col .name, .review.lg-half .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.lg-half .review-content-col a, .review.lg-half .review-content-col .affwp-form legend, .affwp-form .review.lg-half .review-content-col legend, .review.lg-half .review-content-col .squeeze .praise-name, .squeeze .review.lg-half .review-content-col .praise-name {
    font-size: 1.75vw; }
  .review.lg-half .review-content-col p, .review.lg-half .review-content-col a {
    font-size: 1.5vw; }

.review.lg-half:not(.quote) .review-img-col {
  display: block;
  width: 60%;
  height: 40.2778vw; }
  .review.lg-half:not(.quote) .review-img-col .review-img {
    height: 100%; }

.review.lg-half:not(.quote) .review-content-col {
  height: 40.2778vw;
  width: 40%;
  position: relative; }
  .review.lg-half:not(.quote) .review-content-col .review-content {
    padding: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }

.review.lg-third {
  height: 40.2778vw;
  width: 32.5333%; }
  .review.lg-third .review-img-col {
    float: none; }
    .review.lg-third .review-img-col .review-img img {
      max-height: 22vw;
      object-position: top; }
  .review.lg-third .review-img-col:after {
    content: '';
    display: table;
    clear: both; }
  .review.lg-third .review-content-col {
    padding: 8%;
    float: none; }
    .review.lg-third .review-content-col h3, .review.lg-third .review-content-col #comments .comment-body .name, #comments .comment-body .review.lg-third .review-content-col .name, .review.lg-third .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.lg-third .review-content-col a, .review.lg-third .review-content-col .affwp-form legend, .affwp-form .review.lg-third .review-content-col legend, .review.lg-third .review-content-col .squeeze .praise-name, .squeeze .review.lg-third .review-content-col .praise-name {
      font-size: 1.75vw; }
    .review.lg-third .review-content-col p, .review.lg-third .review-content-col a {
      font-size: 1.5vw; }

.review.tn {
  height: 40.2778vw;
  width: 16.2666%;
  position: relative; }
  .review.tn .review-img-col {
    width: 100%; }
  .review.tn .review-content-col {
    padding: 1.575rem; }
    .review.tn .review-content-col .review-content-rm {
      position: absolute;
      bottom: 2vw; }
    .review.tn .review-content-col h3, .review.tn .review-content-col #comments .comment-body .name, #comments .comment-body .review.tn .review-content-col .name, .review.tn .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.tn .review-content-col a, .review.tn .review-content-col .affwp-form legend, .affwp-form .review.tn .review-content-col legend, .review.tn .review-content-col .squeeze .praise-name, .squeeze .review.tn .review-content-col .praise-name {
      font-size: 1.5vw; }
    .review.tn .review-content-col p, .review.tn .review-content-col a {
      font-size: 1.25vw; }
  .review.tn.quote .review-content-col {
    padding: 1.575rem; }
    .review.tn.quote .review-content-col .review-content-rm {
      bottom: -2vw; }

.review.sm {
  height: 13.1944vw;
  width: 32.5333%; }
  .review.sm .review-img-col {
    height: 100%;
    width: 50%; }
    .review.sm .review-img-col .review-img {
      height: 100%; }
      .review.sm .review-img-col .review-img img {
        height: 100%; }
  .review.sm .review-content-col {
    height: 13.1944vw;
    position: relative;
    width: 50%; }
    .review.sm .review-content-col .review-content {
      left: 50%;
      position: absolute;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 75%; }
    .review.sm .review-content-col h3, .review.sm .review-content-col #comments .comment-body .name, #comments .comment-body .review.sm .review-content-col .name, .review.sm .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.sm .review-content-col a, .review.sm .review-content-col .affwp-form legend, .affwp-form .review.sm .review-content-col legend, .review.sm .review-content-col .squeeze .praise-name, .squeeze .review.sm .review-content-col .praise-name {
      font-size: 1.5vw;
      margin: 0; }
    .review.sm .review-content-col p, .review.sm .review-content-col a {
      font-size: 1.25vw;
      margin: 5px 0 0; }

.review.sm-long {
  height: 13.1944vw;
  width: 65.8666%; }
  .review.sm-long .review-img-col {
    height: 100%;
    width: 50%; }
  .review.sm-long .review-content-col {
    height: 13.1944vw;
    position: relative;
    width: 50%; }
    .review.sm-long .review-content-col .review-content {
      left: 50%;
      position: absolute;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 75%; }
    .review.sm-long .review-content-col h3, .review.sm-long .review-content-col #comments .comment-body .name, #comments .comment-body .review.sm-long .review-content-col .name, .review.sm-long .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.sm-long .review-content-col a, .review.sm-long .review-content-col .affwp-form legend, .affwp-form .review.sm-long .review-content-col legend, .review.sm-long .review-content-col .squeeze .praise-name, .squeeze .review.sm-long .review-content-col .praise-name {
      font-size: 1.5vw; }
    .review.sm-long .review-content-col p, .review.sm-long .review-content-col a {
      font-size: 1.25vw; }
  .review.sm-long.quote .review-content-col {
    position: absolute; }

/*.review.contains-video:not(.quote) {
    .review-content-col {
        position: relative;

        &:after {
            content: "\f03d";
            font-size: 1.30vw;
            position: absolute;
            top: 5px;
            right: 15px;
            color: #000;
            font-family: "fontawesome";
        }
    }
}*/
@media (min-width: 1600px) {
  .review.xl .review-content-col h3, .review.xl .review-content-col #comments .comment-body .name, #comments .comment-body .review.xl .review-content-col .name, .review.xl .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.xl .review-content-col a, .review.xl .review-content-col .affwp-form legend, .affwp-form .review.xl .review-content-col legend, .review.xl .review-content-col .squeeze .praise-name, .squeeze .review.xl .review-content-col .praise-name, .review.lg .review-content-col h3, .review.lg .review-content-col #comments .comment-body .name, #comments .comment-body .review.lg .review-content-col .name, .review.lg .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.lg .review-content-col a, .review.lg .review-content-col .affwp-form legend, .affwp-form .review.lg .review-content-col legend, .review.lg .review-content-col .squeeze .praise-name, .squeeze .review.lg .review-content-col .praise-name, .review.lg-half .review-content-col h3, .review.lg-half .review-content-col #comments .comment-body .name, #comments .comment-body .review.lg-half .review-content-col .name, .review.lg-half .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.lg-half .review-content-col a, .review.lg-half .review-content-col .affwp-form legend, .affwp-form .review.lg-half .review-content-col legend, .review.lg-half .review-content-col .squeeze .praise-name, .squeeze .review.lg-half .review-content-col .praise-name, .review.lg-third .review-content-col h3, .review.lg-third .review-content-col #comments .comment-body .name, #comments .comment-body .review.lg-third .review-content-col .name, .review.lg-third .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.lg-third .review-content-col a, .review.lg-third .review-content-col .affwp-form legend, .affwp-form .review.lg-third .review-content-col legend, .review.lg-third .review-content-col .squeeze .praise-name, .squeeze .review.lg-third .review-content-col .praise-name {
    font-size: 28px; }
  .review.xl .review-content-col p, .review.xl .review-content-col a, .review.lg .review-content-col p, .review.lg .review-content-col a, .review.lg-half .review-content-col p, .review.lg-half .review-content-col a, .review.lg-third .review-content-col p, .review.lg-third .review-content-col a {
    font-size: 22px; }
  .review.tn .review-content-col h3, .review.tn .review-content-col #comments .comment-body .name, #comments .comment-body .review.tn .review-content-col .name, .review.tn .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.tn .review-content-col a, .review.tn .review-content-col .affwp-form legend, .affwp-form .review.tn .review-content-col legend, .review.tn .review-content-col .squeeze .praise-name, .squeeze .review.tn .review-content-col .praise-name, .review.sm .review-content-col h3, .review.sm .review-content-col #comments .comment-body .name, #comments .comment-body .review.sm .review-content-col .name, .review.sm .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.sm .review-content-col a, .review.sm .review-content-col .affwp-form legend, .affwp-form .review.sm .review-content-col legend, .review.sm .review-content-col .squeeze .praise-name, .squeeze .review.sm .review-content-col .praise-name, .review.sm-long .review-content-col h3, .review.sm-long .review-content-col #comments .comment-body .name, #comments .comment-body .review.sm-long .review-content-col .name, .review.sm-long .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.sm-long .review-content-col a, .review.sm-long .review-content-col .affwp-form legend, .affwp-form .review.sm-long .review-content-col legend, .review.sm-long .review-content-col .squeeze .praise-name, .squeeze .review.sm-long .review-content-col .praise-name {
    font-size: 24px; }
  .review.tn .review-content-col p, .review.tn .review-content-col a, .review.sm .review-content-col p, .review.sm .review-content-col a, .review.sm-long .review-content-col p, .review.sm-long .review-content-col a {
    font-size: 18px; } }

@media (max-width: 1499px) {
  .review .review-img-col .review-img img {
    width: 100%; } }

@media (max-width: 1199px) {
  .review.tn .review-content-col {
    padding: 1.5 0.5rem; }
    .review.tn .review-content-col h3, .review.tn .review-content-col #comments .comment-body .name, #comments .comment-body .review.tn .review-content-col .name, .review.tn .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.tn .review-content-col a, .review.tn .review-content-col .affwp-form legend, .affwp-form .review.tn .review-content-col legend, .review.tn .review-content-col .squeeze .praise-name, .squeeze .review.tn .review-content-col .praise-name {
      font-size: 1.75vw; }
    .review.tn .review-content-col p, .review.tn .review-content-col a {
      font-size: 1.25vw; }
  .review.tn.contains-video:not(.quote) .review-content-col:after {
    top: 0px;
    right: 0px; }
  .review.sm .review-content-col h3, .review.sm .review-content-col #comments .comment-body .name, #comments .comment-body .review.sm .review-content-col .name, .review.sm .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.sm .review-content-col a, .review.sm .review-content-col .affwp-form legend, .affwp-form .review.sm .review-content-col legend, .review.sm .review-content-col .squeeze .praise-name, .squeeze .review.sm .review-content-col .praise-name {
    font-size: 1.5vw; }
  .review.sm .review-content-col p, .review.sm .review-content-col a {
    font-size: 1vw; }
  .review.sm-long .review-content-col h3, .review.sm-long .review-content-col #comments .comment-body .name, #comments .comment-body .review.sm-long .review-content-col .name, .review.sm-long .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.sm-long .review-content-col a, .review.sm-long .review-content-col .affwp-form legend, .affwp-form .review.sm-long .review-content-col legend, .review.sm-long .review-content-col .squeeze .praise-name, .squeeze .review.sm-long .review-content-col .praise-name {
    font-size: 1.75vw; }
  .review.sm-long .review-content-col p, .review.sm-long .review-content-col a {
    font-size: 1.25vw; }
  .review.cta .review-content-col h2, .review.cta .review-content-col .woocommerce.single-product .product-title, .woocommerce.single-product .review.cta .review-content-col .product-title {
    font-size: 30px; }
  .review.lg-half {
    height: 40.2778vw;
    width: 48.8001%; }
    .review.lg-half .review-content-col h3, .review.lg-half .review-content-col #comments .comment-body .name, #comments .comment-body .review.lg-half .review-content-col .name, .review.lg-half .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.lg-half .review-content-col a, .review.lg-half .review-content-col .affwp-form legend, .affwp-form .review.lg-half .review-content-col legend, .review.lg-half .review-content-col .squeeze .praise-name, .squeeze .review.lg-half .review-content-col .praise-name {
      font-size: 1.75vw; }
    .review.lg-half .review-content-col p, .review.lg-half .review-content-col a {
      font-size: 1.5vw; }
  .review.lg-half:not(.quote) .review-content-col .review-content {
    padding: 10px; }
  .review.contains-video.tn .review-content-col .review-content-title:after {
    right: 0; } }

@media (max-width: 767px) {
  .review.tn, .review.sm, .review.sm-long, .review.lg, .review.lg-half, .review.lg-third, .review.xl, .review.quote, .review.cta {
    height: auto;
    min-height: auto !important;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    float: none; }
    .review.tn .review-img-col, .review.sm .review-img-col, .review.sm-long .review-img-col, .review.lg .review-img-col, .review.lg-half .review-img-col, .review.lg-third .review-img-col, .review.xl .review-img-col, .review.quote .review-img-col, .review.cta .review-img-col {
      float: none;
      width: auto;
      height: auto; }
      .review.tn .review-img-col .review-img, .review.sm .review-img-col .review-img, .review.sm-long .review-img-col .review-img, .review.lg .review-img-col .review-img, .review.lg-half .review-img-col .review-img, .review.lg-third .review-img-col .review-img, .review.xl .review-img-col .review-img, .review.quote .review-img-col .review-img, .review.cta .review-img-col .review-img {
        height: 100%; }
        .review.tn .review-img-col .review-img img, .review.sm .review-img-col .review-img img, .review.sm-long .review-img-col .review-img img, .review.lg .review-img-col .review-img img, .review.lg-half .review-img-col .review-img img, .review.lg-third .review-img-col .review-img img, .review.xl .review-img-col .review-img img, .review.quote .review-img-col .review-img img, .review.cta .review-img-col .review-img img {
          height: 100%;
          max-height: none;
          object-position: center;
          float: none; }
    .review.tn .review-content-col, .review.sm .review-content-col, .review.sm-long .review-content-col, .review.lg .review-content-col, .review.lg-half .review-content-col, .review.lg-third .review-content-col, .review.xl .review-content-col, .review.quote .review-content-col, .review.cta .review-content-col {
      height: auto;
      width: 100%;
      padding: 1.25rem;
      float: none;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .review.tn .review-content-col .review-content, .review.sm .review-content-col .review-content, .review.sm-long .review-content-col .review-content, .review.lg .review-content-col .review-content, .review.lg-half .review-content-col .review-content, .review.lg-third .review-content-col .review-content, .review.xl .review-content-col .review-content, .review.quote .review-content-col .review-content, .review.cta .review-content-col .review-content {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 100%; }
        .review.tn .review-content-col .review-content .review-content-rm, .review.sm .review-content-col .review-content .review-content-rm, .review.sm-long .review-content-col .review-content .review-content-rm, .review.lg .review-content-col .review-content .review-content-rm, .review.lg-half .review-content-col .review-content .review-content-rm, .review.lg-third .review-content-col .review-content .review-content-rm, .review.xl .review-content-col .review-content .review-content-rm, .review.quote .review-content-col .review-content .review-content-rm, .review.cta .review-content-col .review-content .review-content-rm {
          position: static; }
      .review.tn .review-content-col h3, .review.tn .review-content-col #comments .comment-body .name, #comments .comment-body .review.tn .review-content-col .name, .review.tn .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.tn .review-content-col a, .review.tn .review-content-col .affwp-form legend, .affwp-form .review.tn .review-content-col legend, .review.tn .review-content-col .squeeze .praise-name, .squeeze .review.tn .review-content-col .praise-name, .review.sm .review-content-col h3, .review.sm .review-content-col #comments .comment-body .name, #comments .comment-body .review.sm .review-content-col .name, .review.sm .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.sm .review-content-col a, .review.sm .review-content-col .affwp-form legend, .affwp-form .review.sm .review-content-col legend, .review.sm .review-content-col .squeeze .praise-name, .squeeze .review.sm .review-content-col .praise-name, .review.sm-long .review-content-col h3, .review.sm-long .review-content-col #comments .comment-body .name, #comments .comment-body .review.sm-long .review-content-col .name, .review.sm-long .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.sm-long .review-content-col a, .review.sm-long .review-content-col .affwp-form legend, .affwp-form .review.sm-long .review-content-col legend, .review.sm-long .review-content-col .squeeze .praise-name, .squeeze .review.sm-long .review-content-col .praise-name, .review.lg .review-content-col h3, .review.lg .review-content-col #comments .comment-body .name, #comments .comment-body .review.lg .review-content-col .name, .review.lg .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.lg .review-content-col a, .review.lg .review-content-col .affwp-form legend, .affwp-form .review.lg .review-content-col legend, .review.lg .review-content-col .squeeze .praise-name, .squeeze .review.lg .review-content-col .praise-name, .review.lg-half .review-content-col h3, .review.lg-half .review-content-col #comments .comment-body .name, #comments .comment-body .review.lg-half .review-content-col .name, .review.lg-half .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.lg-half .review-content-col a, .review.lg-half .review-content-col .affwp-form legend, .affwp-form .review.lg-half .review-content-col legend, .review.lg-half .review-content-col .squeeze .praise-name, .squeeze .review.lg-half .review-content-col .praise-name, .review.lg-third .review-content-col h3, .review.lg-third .review-content-col #comments .comment-body .name, #comments .comment-body .review.lg-third .review-content-col .name, .review.lg-third .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.lg-third .review-content-col a, .review.lg-third .review-content-col .affwp-form legend, .affwp-form .review.lg-third .review-content-col legend, .review.lg-third .review-content-col .squeeze .praise-name, .squeeze .review.lg-third .review-content-col .praise-name, .review.xl .review-content-col h3, .review.xl .review-content-col #comments .comment-body .name, #comments .comment-body .review.xl .review-content-col .name, .review.xl .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.xl .review-content-col a, .review.xl .review-content-col .affwp-form legend, .affwp-form .review.xl .review-content-col legend, .review.xl .review-content-col .squeeze .praise-name, .squeeze .review.xl .review-content-col .praise-name, .review.quote .review-content-col h3, .review.quote .review-content-col #comments .comment-body .name, #comments .comment-body .review.quote .review-content-col .name, .review.quote .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.quote .review-content-col a, .review.quote .review-content-col .affwp-form legend, .affwp-form .review.quote .review-content-col legend, .review.quote .review-content-col .squeeze .praise-name, .squeeze .review.quote .review-content-col .praise-name, .review.cta .review-content-col h3, .review.cta .review-content-col #comments .comment-body .name, #comments .comment-body .review.cta .review-content-col .name, .review.cta .review-content-col #comments .comment-body .name a, #comments .comment-body .name .review.cta .review-content-col a, .review.cta .review-content-col .affwp-form legend, .affwp-form .review.cta .review-content-col legend, .review.cta .review-content-col .squeeze .praise-name, .squeeze .review.cta .review-content-col .praise-name {
        font-size: 20px !important; }
      .review.tn .review-content-col p, .review.tn .review-content-col a, .review.sm .review-content-col p, .review.sm .review-content-col a, .review.sm-long .review-content-col p, .review.sm-long .review-content-col a, .review.lg .review-content-col p, .review.lg .review-content-col a, .review.lg-half .review-content-col p, .review.lg-half .review-content-col a, .review.lg-third .review-content-col p, .review.lg-third .review-content-col a, .review.xl .review-content-col p, .review.xl .review-content-col a, .review.quote .review-content-col p, .review.quote .review-content-col a, .review.cta .review-content-col p, .review.cta .review-content-col a {
        font-size: 14px !important; }
  .review.quote {
    min-height: 400px;
    height: auto;
    display: -ms-flexbox;
    display: flex; }
    .review.quote .review-content-col {
      position: static !important;
      margin: auto 0; }
  .review.cta {
    height: auto !important; }
    .review.cta .review-content-col {
      height: auto !important; }
  .review:not(:first-child) {
    margin-top: 30px; }
  .review.lg-half:not(.quote) .review-img-col {
    width: auto;
    height: auto; }
    .review.lg-half:not(.quote) .review-img-col .review-img {
      height: 100%; }
  .review.lg-half:not(.quote) .review-content-col {
    height: auto;
    width: 100%;
    padding: 1.25rem;
    float: none;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .review.lg-half:not(.quote) .review-content-col .review-content {
      padding: 0px;
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 100%; }
  .review.contains-video .review-content-col {
    position: relative; }
    .review.contains-video .review-content-col:after {
      font-size: 14px; }
  .review.contains-video.tn .review-content-col {
    position: relative; } }

/* Animation */
@-webkit-keyframes "fadeIn" {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes "fadeIn" {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.review_modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.88);
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.review_modal_dialog {
  position: relative;
  max-width: 700px;
  padding: 20px;
  margin: auto;
  background-color: #DCDCDC; }

.review_modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  border: none;
  color: #0a0a0a;
  background-color: transparent;
  box-shadow: none;
  text-align: right; }
  .review_modal_close:focus {
    outline: 0; }

.review_modal_close:hover {
  opacity: 0.5;
  background: none; }

.review_modal_header {
  padding: 10px; }

.review_modal_title {
  margin: 0 0 15px; }

.review_modal_content {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555; }

.review_modal_footer {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  text-align: right; }

.review_modal-fullscreen {
  padding: 5px; }
  .review_modal-fullscreen .review_modal_dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    border-radius: 0; }

.review_modal.is-modal-active {
  display: -ms-flexbox;
  display: flex;
  z-index: 999; }

.praise_comment p {
  margin: 0; }

.praise_modal_leftcol_content .title {
  padding-top: 10px;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #da521f;
  font-weight: 600; }

.praise_modal_leftcol_content .location {
  color: #da521f;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 15px; }

.praise_modal_leftcol_content .graduation_year {
  color: #007d99;
  padding-top: 5px;
  margin: 0;
  font-size: 15px; }

.review.cta.orange-bg {
  clear: both; }

.praises_filters, .praises_pagination {
  padding: 50px 20px 40px 20px; }

.full-width-praise {
  width: 99.3% !important; }

.lg-half-fill-space {
  width: 65.8% !important; }

.lg-half2-fill-space {
  width: 82% !important; }

.video_only_dialog {
  width: 100%;
  max-width: 900px;
  height: 100%;
  background-color: unset !important;
  padding: 19px; }

.video_only_dialog img {
  width: 100%;
  height: 100%; }

.video_only_dialog .review_modal_close {
  background-color: transparent;
  color: #fdfdfd;
  top: 10px;
  right: 20px; }

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%; }

.cne-pageheader {
  background-color: #da521f !important;
  color: #ffffff;
  padding: 10px 25px; }
  .cne-pageheader.header.is-scrolled {
    background-color: #da521f;
    padding: 10px 25px; }
  .cne-pageheader .cne-pageheader-inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto; }
  .cne-pageheader .cne-menu-trigger {
    float: left;
    padding: 8px 0;
    margin-right: 33px; }
    .cne-pageheader .cne-menu-trigger button {
      background: transparent;
      padding: 0;
      border: none;
      box-shadow: none;
      cursor: pointer;
      transition: opacity 0.3s; }
      .cne-pageheader .cne-menu-trigger button:hover {
        opacity: 0.6; }
      .cne-pageheader .cne-menu-trigger button:after {
        content: '';
        display: inline-block;
        width: 33px;
        height: 4px;
        position: relative;
        top: -15px;
        margin: 0;
        background: #fff;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }
    @media (max-width: 899px) {
      .cne-pageheader .cne-menu-trigger {
        position: absolute;
        top: 15px;
        right: 0px; } }
  .cne-pageheader .cne-logo {
    float: left; }
    .cne-pageheader .cne-logo a {
      display: block;
      transition: opacity 0.3s; }
      .cne-pageheader .cne-logo a:hover {
        opacity: 0.6; }
    .cne-pageheader .cne-logo svg {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
      width: 106px;
      height: 55px; }
    @media (max-width: 599px) {
      .cne-pageheader .cne-logo {
        display: none; } }
  .cne-pageheader .cne-header-right {
    float: right;
    padding: 4px 0; }
    .cne-pageheader .cne-header-right .cne-header-btn {
      float: left; }
      .cne-pageheader .cne-header-right .cne-header-btn a {
        color: #ffffff;
        border: 2px solid #ffffff;
        display: block;
        text-transform: uppercase;
        line-height: 17px;
        padding: 13px 26px;
        font-size: 20px;
        text-align: center;
        margin-left: 26px;
        transition: all .2s ease-in-out; }
        .cne-pageheader .cne-header-right .cne-header-btn a:hover {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
          @media (max-width: 899px) {
            .cne-pageheader .cne-header-right .cne-header-btn a:hover {
              -webkit-transform: scale(1.025);
                  -ms-transform: scale(1.025);
                      transform: scale(1.025); } }
        @media (max-width: 599px) {
          .cne-pageheader .cne-header-right .cne-header-btn a {
            border: 1px solid #ffffff;
            font-size: 16px;
            line-height: 1;
            padding: 7.5px 10px; } }
    .cne-pageheader .cne-header-right .cne-header-text {
      float: left;
      font-size: 16px;
      line-height: 1;
      padding: 15px 0;
      max-width: 300px; }
      @media (max-width: 599px) {
        .cne-pageheader .cne-header-right .cne-header-text {
          display: none; } }
    .cne-pageheader .cne-header-right .cne-header-mail {
      float: left; }
      .cne-pageheader .cne-header-right .cne-header-mail a {
        border-radius: 50%;
        background-color: #fff;
        margin: 0 20px;
        padding: 8px 8px; }
        .cne-pageheader .cne-header-right .cne-header-mail a > i {
          color: #da521f;
          font-size: 26px;
          vertical-align: middle; }
        .cne-pageheader .cne-header-right .cne-header-mail a:hover {
          opacity: 0.75;
          transition: opacity 0.3s; }
        @media (max-width: 899px) {
          .cne-pageheader .cne-header-right .cne-header-mail a {
            position: absolute;
            top: 15px;
            right: 50px;
            margin: 0 15px;
            padding: 8px 10px; } }
      @media (min-width: 900px) {
        .cne-pageheader .cne-header-right .cne-header-mail {
          padding: 7.5px 12px; } }

.cnepage-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 82, 31, 0.7);
  z-index: -1;
  opacity: 0;
  transition: opacity 500ms; }

.cnepage-nav {
  position: fixed;
  top: 0;
  right: -360px;
  background-color: #fafafa;
  z-index: 1001;
  width: 360px;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-left: 5px solid #da521f;
  transition: right 500ms; }
  .cnepage-nav .nav-logo {
    padding: 14px 20px;
    background-color: #ffffff;
    border-bottom: 3px solid #eee; }
  .cnepage-nav .cne-navlogo svg {
    display: block;
    width: 90px;
    height: 47px; }
  .cnepage-nav .cne-nav-close {
    background: none;
    box-shadow: none;
    padding: 0;
    width: 24px;
    height: 24px;
    position: relative;
    float: right;
    margin: 15px 0 0 0;
    transition: opacity 0.3s; }
    .cnepage-nav .cne-nav-close:hover {
      opacity: 0.6; }
    .cnepage-nav .cne-nav-close:before, .cnepage-nav .cne-nav-close:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #007d99;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
    .cnepage-nav .cne-nav-close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .cnepage-nav .cne-nav-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .cnepage-nav ul {
    margin: 0; }
    .cnepage-nav ul li {
      marging: 0; }
      .cnepage-nav ul li a {
        display: block;
        width: 100%;
        padding: 15px 20px;
        border-bottom: 1px solid #ddd;
        transition: all 0.3s; }
        .cnepage-nav ul li a:hover {
          background: #eee; }
      .cnepage-nav ul li ul, .cnepage-nav ul li li {
        display: none; }

body.cnepage-nav-active .cnepage-nav-overlay {
  opacity: 1;
  z-index: 1000; }

body.cnepage-nav-active .cnepage-nav {
  right: 0; }

@media (max-width: 900px) {
  .cne-pageheader {
    border-top: none;
    position: static;
    padding: 15px; }
    .cne-pageheader .cne-logo svg {
      width: 83px;
      height: 44px; }
    .cne-pageheader .cne-menu-trigger {
      float: right;
      margin-right: 15px; }
    .cne-pageheader .cne-logo {
      float: left; }
    .cne-pageheader .cne-header-right {
      float: none;
      padding: 15px 0 0;
      clear: both; }
      .cne-pageheader .cne-header-right .cne-header-btn {
        float: none; }
        .cne-pageheader .cne-header-right .cne-header-btn a {
          margin: 0; } }
      @media (max-width: 900px) and (max-width: 599px) {
        .cne-pageheader .cne-header-right .cne-header-btn {
          width: calc(100% - 105px); } }

@media (max-width: 900px) {
      .cne-pageheader .cne-header-right .cne-header-text {
        float: none;
        text-align: center;
        line-height: 1;
        font-size: 14px; } }

@media (max-width: 600px) {
  .cne-pageheader .cne-header-right {
    padding: 5px 0 0; }
  .cne-pageheader.is-scrolled .cne-header-right {
    padding: 10px 0 0; } }

/******************************
= Final
******************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    text-decoration: underline; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, .woocommerce.single-product .product-title, h3, #comments .comment-body .name, #comments .comment-body .name a, .affwp-form legend, .squeeze .praise-name {
    orphans: 3;
    widows: 3; }
  h2, .woocommerce.single-product .product-title, h3, #comments .comment-body .name, #comments .comment-body .name a, .affwp-form legend, .squeeze .praise-name {
    page-break-after: avoid; }
  /* STYLES FOR RECIPE PRINT BUTTON */
  body.single-recipes .hero, body.single-recipes .nav-main-button, body.single-recipes .nav-secondary {
    display: none; }
  body.single-recipes .recipe-content {
    padding-top: 125px;
    font-size: 14px; }
  /* Styles for lessons */
  body.single-lesson .latest-posts,
  body.single-lesson .footer,
  body.single-lesson .meijin-nav,
  body.single-lesson .meijin-sidebar,
  body.single-lesson .print-button,
  body.single-lesson button.nav-main-button,
  body[class*=meijin] .latest-posts,
  body[class*=meijin] .footer,
  body[class*=meijin] .meijin-nav,
  body[class*=meijin] .meijin-sidebar,
  body[class*=meijin] .print-button,
  body[class*=meijin] button.nav-main-button {
    display: none; } }