@charset "UTF-8";
/*
 * Theme Name: CFSP
 * Theme URI: http://suicideinfo.ca
 * Author: Truemax Design
 * Author URI: http://truemaxdesign.com
 * Description: The Centre for Suicide Prevention (CSP) is a not for profit education centre located in Calgary, Alberta, Canada.
 * Version: 0.0.1
 * Text Domain: CFSP
 * Domain Path: /languages/
 *
 *
 */
/*! normalize.css v3.0.2 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0; }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
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, 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/11.
 */
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/9/10/11, 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"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */
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; }

.rte-content a, .split-cta-text a, .woocommerce .product-container a {
  color: #f16522; }
  .rte-content a:hover, .split-cta-text a:hover, .woocommerce .product-container a:hover {
    color: #f58c5a; }

.footer-secondary-menu .menu-item a a, .single-page-table-cell a a a, .single-page-table-inner-cta a a, .libraries-menu .menu-item a a, .form-field-radio [type="checkbox"] + label a,
.form-field-radio [type="radio"] + label a,
.form-field-radio .form-label-text a,
.form-field-checkbox [type="checkbox"] + label a,
.form-field-checkbox [type="radio"] + label a,
.form-field-checkbox .form-label-text a,
.wppb-checkboxes li [type="checkbox"] + label a,
.wppb-checkboxes li [type="radio"] + label a,
.wppb-checkboxes li .form-label-text a,
.wppb-radios li [type="checkbox"] + label a,
.wppb-radios li [type="radio"] + label a,
.wppb-radios li .form-label-text a,
.sf-checkbox-wrapper [type="checkbox"] + label a,
.sf-checkbox-wrapper [type="radio"] + label a,
.sf-checkbox-wrapper .form-label-text a,
.sf-radiobox-wrapper [type="checkbox"] + label a,
.sf-radiobox-wrapper [type="radio"] + label a,
.sf-radiobox-wrapper .form-label-text a,
.sf-widget-checkbox-wrapper [type="checkbox"] + label a,
.sf-widget-checkbox-wrapper [type="radio"] + label a,
.sf-widget-checkbox-wrapper .form-label-text a,
.sf-widget-radiobox-wrapper [type="checkbox"] + label a,
.sf-widget-radiobox-wrapper [type="radio"] + label a,
.sf-widget-radiobox-wrapper .form-label-text a,
.gfield [type="checkbox"] + label a,
.gfield [type="radio"] + label a,
.gfield .form-label-text a, .page-header-author a, .table-of-contents-header h5 a, .home-feature-list-item-taxonomy a, .footer-meta-link-list li a a, .single-page-table-title a, .single-page-table-header-cell a, .single-page-media-title a, .post-index-item-meta a, .libraries-physical-library-toggle a, .libraries-index-count a, .libraries-advanced-search-toggle a, .libraries-index-item-taxonomy-label a, .page-header-taxonomy a a, .libraries-index-item-date a,
.libraries-index-item-upcoming a, .hero-cta-title a, .split-cta-title a, .menu-modal-link-list .menu-item a, .home-feature-content-title a, .home-feature-list-item-title a {
  color: #333; }
  .footer-secondary-menu .menu-item a a:hover, .single-page-table-cell a a a:hover, .single-page-table-inner-cta a a:hover, .libraries-menu .menu-item a a:hover, .form-field-radio [type="checkbox"] + label a:hover,
  .form-field-radio [type="radio"] + label a:hover,
  .form-field-radio .form-label-text a:hover,
  .form-field-checkbox [type="checkbox"] + label a:hover,
  .form-field-checkbox [type="radio"] + label a:hover,
  .form-field-checkbox .form-label-text a:hover,
  .wppb-checkboxes li [type="checkbox"] + label a:hover,
  .wppb-checkboxes li [type="radio"] + label a:hover,
  .wppb-checkboxes li .form-label-text a:hover,
  .wppb-radios li [type="checkbox"] + label a:hover,
  .wppb-radios li [type="radio"] + label a:hover,
  .wppb-radios li .form-label-text a:hover,
  .sf-checkbox-wrapper [type="checkbox"] + label a:hover,
  .sf-checkbox-wrapper [type="radio"] + label a:hover,
  .sf-checkbox-wrapper .form-label-text a:hover,
  .sf-radiobox-wrapper [type="checkbox"] + label a:hover,
  .sf-radiobox-wrapper [type="radio"] + label a:hover,
  .sf-radiobox-wrapper .form-label-text a:hover,
  .sf-widget-checkbox-wrapper [type="checkbox"] + label a:hover,
  .sf-widget-checkbox-wrapper [type="radio"] + label a:hover,
  .sf-widget-checkbox-wrapper .form-label-text a:hover,
  .sf-widget-radiobox-wrapper [type="checkbox"] + label a:hover,
  .sf-widget-radiobox-wrapper [type="radio"] + label a:hover,
  .sf-widget-radiobox-wrapper .form-label-text a:hover,
  .gfield [type="checkbox"] + label a:hover,
  .gfield [type="radio"] + label a:hover,
  .gfield .form-label-text a:hover, .page-header-author a:hover, .table-of-contents-header h5 a:hover, .home-feature-list-item-taxonomy a:hover, .footer-meta-link-list li a a:hover, .single-page-table-title a:hover, .single-page-table-header-cell a:hover, .single-page-media-title a:hover, .post-index-item-meta a:hover, .libraries-physical-library-toggle a:hover, .libraries-index-count a:hover, .libraries-advanced-search-toggle a:hover, .libraries-index-item-taxonomy-label a:hover, .page-header-taxonomy a a:hover, .libraries-index-item-date a:hover,
  .libraries-index-item-upcoming a:hover, .hero-cta-title a:hover, .split-cta-title a:hover, .menu-modal-link-list .menu-item a:hover, .home-feature-content-title a:hover, .home-feature-list-item-title a:hover {
    color: #f16522; }

.footer-secondary-menu .menu-item a, .single-page-table-cell a a, .single-page-table-inner-cta a, .libraries-menu .menu-item a, .table-of-contents-list h1 a, .gform_save_link, .footer-primary-menu .menu-item a, .single-post-sharing, .contact-crisis-caption a, .post-index-item-title a, .libraries-index-item-title a, .trainers-connect-index-item-title a, .trainers-connect-index-item-label a {
  color: #333; }
  .footer-secondary-menu .menu-item a:hover, .single-page-table-cell a a:hover, .single-page-table-inner-cta a:hover, .libraries-menu .menu-item a:hover, .table-of-contents-list h1 a:hover, .gform_save_link:hover, .footer-primary-menu .menu-item a:hover, .single-post-sharing:hover, .contact-crisis-caption a:hover, .post-index-item-title a:hover, .libraries-index-item-title a:hover, .trainers-connect-index-item-title a:hover, .trainers-connect-index-item-label a:hover {
    color: #f16522; }

h1, h2, .gfield .gsection_title, .libraries-index-subtitle, h3, .toggle-button-text, .header-tools-item-text, .footer-primary-menu .menu-item a, .footer-meta-link-list li a, .single-post-prev-next span label, .contact-crisis-title, .contact-mailing-address, .libraries-index-link, h4, .single-footer-back-button a, .resources-links-list-item a, .single-footer-back-button span, .resources-links-list-item span, .single-footer-back-button button, .resources-links-list-item button, .button, .gform_body [type="button"],
.gform_body [type="submit"],
.gform_footer [type="button"],
.gform_footer [type="submit"], .user-login-form .login-submit [type="submit"], .pagination li a, h5, .woocommerce button.button,
.woocommerce a.button,
.woocommerce .pagination li a, .pagination li
.woocommerce a, .menu-modal-button-list-item a, .single-post-sharing, .contact-crisis-link, .woocommerce .button,
.woocommerce .button.alt,
.woocommerce .gform_body .alt[type="button"], .gform_body
.woocommerce .alt[type="button"],
.woocommerce
.gform_body .alt[type="submit"],
.gform_body
.woocommerce .alt[type="submit"],
.woocommerce
.gform_footer .alt[type="button"],
.gform_footer
.woocommerce .alt[type="button"],
.woocommerce
.gform_footer .alt[type="submit"],
.gform_footer
.woocommerce .alt[type="submit"],
.woocommerce .pagination li a.alt, .pagination li
.woocommerce a.alt, .form-submit [type="submit"], h6, .table-of-contents-toggle, .single-page-table-subtitle, .single-page-staff-title, .post-index-item-meta, .footer-secondary-menu .menu-item a, .single-page-table-cell a a, .single-page-table-inner-cta a, .libraries-menu .menu-item a, .home-feature-list-item-taxonomy, .single-page-table-header-cell, .libraries-index-count, .libraries-index-item-taxonomy-label, .page-header-taxonomy a, .libraries-index-item-date,
.libraries-index-item-upcoming, .libraries-advanced-search .sf-widget .sf-button-btnreset,
.libraries-advanced-search .sf-widget .sf-button-btnsearch,
.libraries-advanced-search .sf-wrapper .sf-filter .sf-button-btnreset,
.libraries-advanced-search .sf-wrapper .sf-filter .sf-button-btnsearch {
  margin: 20px 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  color: #333;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.button, .gform_body [type="button"],
.gform_body [type="submit"],
.gform_footer [type="button"],
.gform_footer [type="submit"], .user-login-form .login-submit [type="submit"], .pagination li a, .toggle-button-text, .woocommerce button.button,
.woocommerce a.button,
.woocommerce .pagination li a, .pagination li
.woocommerce a, .split-cta-title, .header-tools-item-text, .menu-modal-button-list-item a, .home-feature-content-title, .footer-primary-menu .menu-item a, .libraries-advanced-search .sf-widget .sf-button-btnreset,
.libraries-advanced-search .sf-widget .sf-button-btnsearch,
.libraries-advanced-search .sf-wrapper .sf-filter .sf-button-btnreset,
.libraries-advanced-search .sf-wrapper .sf-filter .sf-button-btnsearch, .woocommerce .button,
.woocommerce .button.alt,
.woocommerce .gform_body .alt[type="button"], .gform_body
.woocommerce .alt[type="button"],
.woocommerce
.gform_body .alt[type="submit"],
.gform_body
.woocommerce .alt[type="submit"],
.woocommerce
.gform_footer .alt[type="button"],
.gform_footer
.woocommerce .alt[type="button"],
.woocommerce
.gform_footer .alt[type="submit"],
.gform_footer
.woocommerce .alt[type="submit"],
.woocommerce .pagination li a.alt, .pagination li
.woocommerce a.alt, .form-submit [type="submit"] {
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase; }

.single-footer-back-button a, .resources-links-list-item a, .single-footer-back-button span, .resources-links-list-item span, .single-footer-back-button button, .resources-links-list-item button {
  letter-spacing: 1px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #f16522;
  text-transform: uppercase;
  border-bottom: 2px solid transparent; }
  .single-footer-back-button a:hover, .resources-links-list-item a:hover, .single-footer-back-button span:hover, .resources-links-list-item span:hover, .single-footer-back-button button:hover, .resources-links-list-item button:hover {
    border-bottom-color: #f16522; }

a {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

h1 {
  font-size: 36px; }

h2, .gfield .gsection_title, .libraries-index-subtitle {
  letter-spacing: 1px;
  font-size: 28px; }

h3, .toggle-button-text, .header-tools-item-text, .footer-primary-menu .menu-item a, .footer-meta-link-list li a, .single-post-prev-next span label, .contact-crisis-title, .contact-mailing-address, .libraries-index-link {
  font-size: 24px; }

h4 {
  font-size: 22px; }

.single-footer-back-button a, .resources-links-list-item a, .single-footer-back-button span, .resources-links-list-item span, .single-footer-back-button button, .resources-links-list-item button, .button, .gform_body [type="button"],
.gform_body [type="submit"],
.gform_footer [type="button"],
.gform_footer [type="submit"], .user-login-form .login-submit [type="submit"], .pagination li a, h5, .woocommerce button.button,
.woocommerce a.button,
.woocommerce .pagination li a, .pagination li
.woocommerce a, .menu-modal-button-list-item a, .single-post-sharing, .contact-crisis-link, .woocommerce .button,
.woocommerce .button.alt,
.woocommerce .gform_body .alt[type="button"], .gform_body
.woocommerce .alt[type="button"],
.woocommerce
.gform_body .alt[type="submit"],
.gform_body
.woocommerce .alt[type="submit"],
.woocommerce
.gform_footer .alt[type="button"],
.gform_footer
.woocommerce .alt[type="button"],
.woocommerce
.gform_footer .alt[type="submit"],
.gform_footer
.woocommerce .alt[type="submit"],
.woocommerce .pagination li a.alt, .pagination li
.woocommerce a.alt, .form-submit [type="submit"] {
  font-size: 18px; }

h6, .table-of-contents-toggle, .single-page-table-subtitle, .single-page-staff-title, .post-index-item-meta {
  font-size: 16px; }

.form-field-title,
.sf-element > legend,
.sf-widget-element > span:first-of-type, .form-field-text input,
.form-field-text textarea,
.form-field-text [type="text"],
.form-field-text .input-text,
.form-field-text .sf-range.ui-slider,
.form-field-multiline input,
.form-field-multiline textarea,
.form-field-multiline [type="text"],
.form-field-multiline .input-text,
.form-field-multiline .sf-range.ui-slider,
.form-field-textarea input,
.form-field-textarea textarea,
.form-field-textarea [type="text"],
.form-field-textarea .input-text,
.form-field-textarea .sf-range.ui-slider,
.form-field-number input,
.form-field-number textarea,
.form-field-number [type="text"],
.form-field-number .input-text,
.form-field-number .sf-range.ui-slider,
.form-field-email input,
.form-field-email textarea,
.form-field-email [type="text"],
.form-field-email .input-text,
.form-field-email .sf-range.ui-slider,
.form-field-password input,
.form-field-password textarea,
.form-field-password [type="text"],
.form-field-password .input-text,
.form-field-password .sf-range.ui-slider,
.form-field-range input,
.form-field-range textarea,
.form-field-range [type="text"],
.form-field-range .input-text,
.form-field-range .sf-range.ui-slider,
.sf-widget-element input,
.sf-widget-element textarea,
.sf-widget-element [type="text"],
.sf-widget-element .input-text,
.sf-widget-element .sf-range.ui-slider,
.login-username input,
.login-username textarea,
.login-username [type="text"],
.login-username .input-text,
.login-username .sf-range.ui-slider,
.login-password input,
.login-password textarea,
.login-password [type="text"],
.login-password .input-text,
.login-password .sf-range.ui-slider,
.sf-element input,
.sf-element textarea,
.sf-element [type="text"],
.sf-element .input-text,
.sf-element .sf-range.ui-slider,
.solr-search input,
.solr-search textarea,
.solr-search [type="text"],
.solr-search .input-text,
.solr-search .sf-range.ui-slider,
.woocommerce textarea,
.woocommerce [type="text"],
.woocommerce .input-text,
.woocommerce .sf-range.ui-slider,
.gform_body input,
.gform_body textarea,
.gform_body [type="text"],
.gform_body .input-text,
.gform_body .sf-range.ui-slider,
.wppb-user-forms input,
.wppb-user-forms textarea,
.wppb-user-forms [type="text"],
.wppb-user-forms .input-text,
.wppb-user-forms .sf-range.ui-slider,
.sf-widget-range-wrapper input,
.sf-widget-range-wrapper textarea,
.sf-widget-range-wrapper [type="text"],
.sf-widget-range-wrapper .input-text,
.sf-widget-range-wrapper .sf-range.ui-slider,
.wppb-faceted-list input,
.wppb-faceted-list textarea,
.wppb-faceted-list [type="text"],
.wppb-faceted-list .input-text,
.wppb-faceted-list .sf-range.ui-slider,
.libraries-simple-search-container input,
.libraries-simple-search-container textarea,
.libraries-simple-search-container [type="text"],
.libraries-simple-search-container .input-text,
.libraries-simple-search-container .sf-range.ui-slider, .sf-range.ui-slider + p, .form-select-wrapper,
.woocommerce-billing-fields [class*="select"] > [class*="choice"], .simple-select-wrapper, .form-field-radio [type="checkbox"] + label,
.form-field-radio [type="radio"] + label,
.form-field-radio .form-label-text,
.form-field-checkbox [type="checkbox"] + label,
.form-field-checkbox [type="radio"] + label,
.form-field-checkbox .form-label-text,
.wppb-checkboxes li [type="checkbox"] + label,
.wppb-checkboxes li [type="radio"] + label,
.wppb-checkboxes li .form-label-text,
.wppb-radios li [type="checkbox"] + label,
.wppb-radios li [type="radio"] + label,
.wppb-radios li .form-label-text,
.sf-checkbox-wrapper [type="checkbox"] + label,
.sf-checkbox-wrapper [type="radio"] + label,
.sf-checkbox-wrapper .form-label-text,
.sf-radiobox-wrapper [type="checkbox"] + label,
.sf-radiobox-wrapper [type="radio"] + label,
.sf-radiobox-wrapper .form-label-text,
.sf-widget-checkbox-wrapper [type="checkbox"] + label,
.sf-widget-checkbox-wrapper [type="radio"] + label,
.sf-widget-checkbox-wrapper .form-label-text,
.sf-widget-radiobox-wrapper [type="checkbox"] + label,
.sf-widget-radiobox-wrapper [type="radio"] + label,
.sf-widget-radiobox-wrapper .form-label-text,
.gfield [type="checkbox"] + label,
.gfield [type="radio"] + label,
.gfield .form-label-text, p, .rte-content ul,
.rte-content ol, .page-header-title, .page-header-tagline, .breadcrumbs li > *, .table-of-contents-list h1, .sharing-modal-container, .sharing-modal-title, .hero-cta-title, .product_title, .product_meta, .cart_totals > h2, .wcppec-checkout-buttons__separator, .woocommerce .added_to_cart,
.woocommerce-message a,
.cart_item .product-name a, .split-cta-description, .split-cta-description-link, .gf_progressbar_percentage span, .gfield > *, .gfield_label, .ginput_complex label, form[id*="gform"] .validation_error, .gfield_description, .gform_save_link, .user-login-form label, .pagination li, .header-branding-date, .menu-modal-container, .search-modal-container, .home-hero-text h1, .home-feature-list-item-title, .single-post-prev-next em, .single-page-table-description, .single-page-table-cell, .single-page-contact-table .single-page-table-cell,
.single-page-workshop-table .single-page-table-cell, .single-page-staff-name, .single-page-staff-credentials, .single-page-media-description, .post-index-item-title, .post-index-item-excerpt,
.post-index-item-excerpt > *, .libraries-physical-library-toggle, .libraries-advanced-search-toggle, .libraries-index-item-title, .resources-results-empty h3, .resources-meta-list, .trainer-resources-list-item, .trainers-connect-index-item-title a, .trainers-connect-index-item-label a, .wppb-form-field > label[for="edit_user"], .wppb-description-delimiter, .embedly-card .card {
  font-family: "ff-more-web-pro", serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6; }

.woocommerce .input-checkbox,
.woocomerce .input-radio {
  float: left !important;
  width: auto !important;
  height: auto !important;
}

.woocommerce .input-checkbox {
  float: left;
  width: auto;
  height: auto;
  margin-top: 7px !important;
  margin-right: 10px !important;
}

.woocommerce label.checkbox {
  font-size: 18px;
}

.woocommerce .woocommerce-checkout .col-1,
.woocommerce .woocommerce-checkout .col-2 {
  width: 100%;
}

.footer-secondary-menu .menu-item a, .single-page-table-cell a a, .single-page-table-inner-cta a, .libraries-menu .menu-item a, .form-field-radio [type="checkbox"] + label,
.form-field-radio [type="radio"] + label,
.form-field-radio .form-label-text,
.form-field-checkbox [type="checkbox"] + label,
.form-field-checkbox [type="radio"] + label,
.form-field-checkbox .form-label-text,
.wppb-checkboxes li [type="checkbox"] + label,
.wppb-checkboxes li [type="radio"] + label,
.wppb-checkboxes li .form-label-text,
.wppb-radios li [type="checkbox"] + label,
.wppb-radios li [type="radio"] + label,
.wppb-radios li .form-label-text,
.sf-checkbox-wrapper [type="checkbox"] + label,
.sf-checkbox-wrapper [type="radio"] + label,
.sf-checkbox-wrapper .form-label-text,
.sf-radiobox-wrapper [type="checkbox"] + label,
.sf-radiobox-wrapper [type="radio"] + label,
.sf-radiobox-wrapper .form-label-text,
.sf-widget-checkbox-wrapper [type="checkbox"] + label,
.sf-widget-checkbox-wrapper [type="radio"] + label,
.sf-widget-checkbox-wrapper .form-label-text,
.sf-widget-radiobox-wrapper [type="checkbox"] + label,
.sf-widget-radiobox-wrapper [type="radio"] + label,
.sf-widget-radiobox-wrapper .form-label-text,
.gfield [type="checkbox"] + label,
.gfield [type="radio"] + label,
.gfield .form-label-text, .page-header-author, .table-of-contents-header h5, .home-feature-list-item-taxonomy, .footer-meta-link-list li a, .single-page-table-title, .single-page-table-header-cell, .single-page-media-title, .post-index-item-meta, .libraries-physical-library-toggle, .libraries-index-count, .libraries-advanced-search-toggle, .libraries-index-item-taxonomy-label, .page-header-taxonomy a, .libraries-index-item-date,
.libraries-index-item-upcoming {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.footer-secondary-menu .menu-item, .single-page-table-cell a, .single-page-table-inner-cta, .libraries-menu .menu-item {
  margin-top: 20px;
  margin-right: 26.66667px; }
  .footer-secondary-menu .menu-item a, .single-page-table-cell a a, .single-page-table-inner-cta a, .libraries-menu .menu-item a {
    font-weight: 500; }

.table-of-contents-toggle, .single-page-staff-title, .post-index-item-meta {
  letter-spacing: 0.05em;
  text-transform: uppercase; }

button, .table-of-contents-close-button, .user-login-form .login-submit [type="submit"], .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member-popup-close-button, .libraries-menu > .libraries-simple-search-container .search-submit, .libraries-menu .sf-button-btnsearch, .libraries-advanced-search .sf-widget .sf-button-btnreset,
.libraries-advanced-search .sf-widget .sf-button-btnsearch,
.libraries-advanced-search .sf-wrapper .sf-filter .sf-button-btnreset,
.libraries-advanced-search .sf-wrapper .sf-filter .sf-button-btnsearch {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal; }
  button:focus, .table-of-contents-close-button:focus, .user-login-form .login-submit [type="submit"]:focus, .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member-popup-close-button:focus, .libraries-menu > .libraries-simple-search-container .search-submit:focus, .libraries-menu .sf-button-btnsearch:focus, .libraries-advanced-search .sf-widget .sf-button-btnreset:focus,
  .libraries-advanced-search .sf-widget .sf-button-btnsearch:focus,
  .libraries-advanced-search .sf-wrapper .sf-filter .sf-button-btnreset:focus,
  .libraries-advanced-search .sf-wrapper .sf-filter .sf-button-btnsearch:focus {
    outline: none; }

.masonry-layout-panel.physical-library-item, .table-of-contents-container, .sharing-modal-container, .menu-modal-container, .search-modal-container, .contact-form-container, .page-template-template-who-we-are .who-we-are-overlay, .page-template-template-who-we-are .single-page-staff-member-popup, .libraries-physical-library-toggle, .libraries-simple-search-container, .search-results .masonry-layout-panel {
  display: none; }
  .visible.masonry-layout-panel.physical-library-item, .visible.table-of-contents-container, .visible.sharing-modal-container, .visible.menu-modal-container, .visible.search-modal-container, .visible.contact-form-container, .page-template-template-who-we-are .visible.who-we-are-overlay, .page-template-template-who-we-are .visible.single-page-staff-member-popup, .visible.libraries-physical-library-toggle, .visible.libraries-simple-search-container, .search-results .visible.masonry-layout-panel, .animating.masonry-layout-panel.physical-library-item, .animating.table-of-contents-container, .animating.sharing-modal-container, .animating.menu-modal-container, .animating.search-modal-container, .animating.contact-form-container, .page-template-template-who-we-are .animating.who-we-are-overlay, .page-template-template-who-we-are .animating.single-page-staff-member-popup, .animating.libraries-physical-library-toggle, .animating.libraries-simple-search-container, .search-results .animating.masonry-layout-panel {
    display: block; }
  .animating.masonry-layout-panel.physical-library-item, .animating.table-of-contents-container, .animating.sharing-modal-container, .animating.menu-modal-container, .animating.search-modal-container, .animating.contact-form-container, .animating.libraries-physical-library-toggle, .animating.libraries-simple-search-container, .search-results .animating.masonry-layout-panel {
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .visible.masonry-layout-panel.physical-library-item, .visible.table-of-contents-container, .visible.sharing-modal-container, .visible.menu-modal-container, .visible.search-modal-container, .visible.contact-form-container, .page-template-template-who-we-are .visible.who-we-are-overlay, .page-template-template-who-we-are .visible.single-page-staff-member-popup, .visible.libraries-physical-library-toggle, .visible.libraries-simple-search-container, .search-results .visible.masonry-layout-panel {
    opacity: 1; }

.libraries-advanced-search-container {
  display: none; }
  .visible.libraries-advanced-search-container, .animating.libraries-advanced-search-container {
    display: block; }
  .animating.libraries-advanced-search-container {
    opacity: 0;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .visible.libraries-advanced-search-container {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.page-header-container.has-border, .libraries-menu-container {
  border-bottom: 1px solid #d8d8d8; }

.table-of-contents-container, .libraries-index-header-container, .libraries-index-container {
  background-color: #f7f7f7; }

.body-content, .single-post-prev-next {
  *zoom: 1; }
  .body-content:before, .single-post-prev-next:before, .body-content:after, .single-post-prev-next:after {
    display: table;
    content: ""; }
  .body-content:after, .single-post-prev-next:after {
    clear: both; }

.button, .gform_body [type="button"], .gform_body [type="submit"], .gform_footer [type="button"], .gform_footer [type="submit"], .user-login-form .login-submit [type="submit"], .pagination li.active a, .pagination li.next-button a, .pagination li.prev-button a, .userlisting_pagination .pageLink_fist, .userlisting_pagination .pageLink_previous, .userlisting_pagination .pageLink_next, .userlisting_pagination .pageLink_last, .userlisting_pagination .selected, .rte-content .button, .rte-content .gform_body [type="button"], .gform_body .rte-content [type="button"], .rte-content .gform_body [type="submit"], .gform_body .rte-content [type="submit"], .rte-content .gform_footer [type="button"], .gform_footer .rte-content [type="button"], .rte-content .gform_footer [type="submit"], .gform_footer .rte-content [type="submit"], .rte-content .user-login-form .login-submit [type="submit"], .user-login-form .login-submit .rte-content [type="submit"], .rte-content .pagination li.active a, .pagination li.active .rte-content a, .rte-content .pagination li.next-button a, .pagination li.next-button .rte-content a, .rte-content .pagination li.prev-button a, .pagination li.prev-button .rte-content a, .rte-content .userlisting_pagination .pageLink_fist, .userlisting_pagination .rte-content .pageLink_fist, .rte-content .userlisting_pagination .pageLink_previous, .userlisting_pagination .rte-content .pageLink_previous, .rte-content .userlisting_pagination .pageLink_next, .userlisting_pagination .rte-content .pageLink_next, .rte-content .userlisting_pagination .pageLink_last, .userlisting_pagination .rte-content .pageLink_last, .rte-content .userlisting_pagination .selected, .userlisting_pagination .rte-content .selected {
    letter-spacing: 1px;
    letter-spacing: 2px;
    position: relative;
    padding: 13.33333px 20px;
    margin: 0;
    color: #fff;
    background-color: #f16522;
}
  .button:hover, .gform_body [type="button"]:hover,
  .gform_body [type="submit"]:hover,
  .gform_footer [type="button"]:hover,
  .gform_footer [type="submit"]:hover, .user-login-form .login-submit [type="submit"]:hover, .pagination li a:hover {
    background-color: #f4844e; }
  .button.button-icon, .gform_body .button-icon[type="button"],
  .gform_body .button-icon[type="submit"],
  .gform_footer .button-icon[type="button"],
  .gform_footer .button-icon[type="submit"], .user-login-form .login-submit .button-icon[type="submit"], .pagination li a.button-icon {
    padding-left: 60px; }
  .button svg, .gform_body [type="button"] svg,
  .gform_body [type="submit"] svg,
  .gform_footer [type="button"] svg,
  .gform_footer [type="submit"] svg, .user-login-form .login-submit [type="submit"] svg, .pagination li a svg {
    position: absolute;
    top: 50%;
    left: 26.66667px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    fill: #fff; }

.button-alt {
  color: #f16522;
  background-color: #f7f7f7; }
  .button-alt:hover {
    color: #fff;
    background-color: #808184; }

.button-small, .pagination li a {
  padding: 6.66667px 13.33333px; }

.form-field-title,
.sf-element > legend,
.sf-widget-element > span:first-of-type {
  display: block;
  margin-bottom: 13.33333px;
  font-size: 18px; }

.form-field-text input,
.form-field-text textarea,
.form-field-text [type="text"],
.form-field-text .input-text,
.form-field-text .sf-range.ui-slider,
.form-field-multiline input,
.form-field-multiline textarea,
.form-field-multiline [type="text"],
.form-field-multiline .input-text,
.form-field-multiline .sf-range.ui-slider,
.form-field-textarea input,
.form-field-textarea textarea,
.form-field-textarea [type="text"],
.form-field-textarea .input-text,
.form-field-textarea .sf-range.ui-slider,
.form-field-number input,
.form-field-number textarea,
.form-field-number [type="text"],
.form-field-number .input-text,
.form-field-number .sf-range.ui-slider,
.form-field-email input,
.form-field-email textarea,
.form-field-email [type="text"],
.form-field-email .input-text,
.form-field-email .sf-range.ui-slider,
.form-field-password input,
.form-field-password textarea,
.form-field-password [type="text"],
.form-field-password .input-text,
.form-field-password .sf-range.ui-slider,
.form-field-range input,
.form-field-range textarea,
.form-field-range [type="text"],
.form-field-range .input-text,
.form-field-range .sf-range.ui-slider,
.sf-widget-element input,
.sf-widget-element textarea,
.sf-widget-element [type="text"],
.sf-widget-element .input-text,
.sf-widget-element .sf-range.ui-slider,
.login-username input,
.login-username textarea,
.login-username [type="text"],
.login-username .input-text,
.login-username .sf-range.ui-slider,
.login-password input,
.login-password textarea,
.login-password [type="text"],
.login-password .input-text,
.login-password .sf-range.ui-slider,
.sf-element input,
.sf-element textarea,
.sf-element [type="text"],
.sf-element .input-text,
.sf-element .sf-range.ui-slider,
.solr-search input,
.solr-search textarea,
.solr-search [type="text"],
.solr-search .input-text,
.solr-search .sf-range.ui-slider,
.woocommerce textarea,
.woocommerce [type="text"],
.woocommerce .input-text,
.woocommerce .sf-range.ui-slider,
.gform_body input,
.gform_body textarea,
.gform_body [type="text"],
.gform_body .input-text,
.gform_body .sf-range.ui-slider,
.wppb-user-forms input,
.wppb-user-forms textarea,
.wppb-user-forms [type="text"],
.wppb-user-forms .input-text,
.wppb-user-forms .sf-range.ui-slider,
.sf-widget-range-wrapper input,
.sf-widget-range-wrapper textarea,
.sf-widget-range-wrapper [type="text"],
.sf-widget-range-wrapper .input-text,
.sf-widget-range-wrapper .sf-range.ui-slider,
.wppb-faceted-list input,
.wppb-faceted-list textarea,
.wppb-faceted-list [type="text"],
.wppb-faceted-list .input-text,
.wppb-faceted-list .sf-range.ui-slider,
.libraries-simple-search-container input,
.libraries-simple-search-container textarea,
.libraries-simple-search-container [type="text"],
.libraries-simple-search-container .input-text,
.libraries-simple-search-container .sf-range.ui-slider, 
.js-wc-payment-gateway-card-exp-month,
.js-wc-payment-gateway-card-exp-year {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 13.33333px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .form-field-text input:focus,
  .form-field-text textarea:focus,
  .form-field-text [type="text"]:focus,
  .form-field-text .input-text:focus,
  .form-field-text .sf-range.ui-slider:focus,
  .form-field-multiline input:focus,
  .form-field-multiline textarea:focus,
  .form-field-multiline [type="text"]:focus,
  .form-field-multiline .input-text:focus,
  .form-field-multiline .sf-range.ui-slider:focus,
  .form-field-textarea input:focus,
  .form-field-textarea textarea:focus,
  .form-field-textarea [type="text"]:focus,
  .form-field-textarea .input-text:focus,
  .form-field-textarea .sf-range.ui-slider:focus,
  .form-field-number input:focus,
  .form-field-number textarea:focus,
  .form-field-number [type="text"]:focus,
  .form-field-number .input-text:focus,
  .form-field-number .sf-range.ui-slider:focus,
  .form-field-email input:focus,
  .form-field-email textarea:focus,
  .form-field-email [type="text"]:focus,
  .form-field-email .input-text:focus,
  .form-field-email .sf-range.ui-slider:focus,
  .form-field-password input:focus,
  .form-field-password textarea:focus,
  .form-field-password [type="text"]:focus,
  .form-field-password .input-text:focus,
  .form-field-password .sf-range.ui-slider:focus,
  .form-field-range input:focus,
  .form-field-range textarea:focus,
  .form-field-range [type="text"]:focus,
  .form-field-range .input-text:focus,
  .form-field-range .sf-range.ui-slider:focus,
  .sf-widget-element input:focus,
  .sf-widget-element textarea:focus,
  .sf-widget-element [type="text"]:focus,
  .sf-widget-element .input-text:focus,
  .sf-widget-element .sf-range.ui-slider:focus,
  .login-username input:focus,
  .login-username textarea:focus,
  .login-username [type="text"]:focus,
  .login-username .input-text:focus,
  .login-username .sf-range.ui-slider:focus,
  .login-password input:focus,
  .login-password textarea:focus,
  .login-password [type="text"]:focus,
  .login-password .input-text:focus,
  .login-password .sf-range.ui-slider:focus,
  .sf-element input:focus,
  .sf-element textarea:focus,
  .sf-element [type="text"]:focus,
  .sf-element .input-text:focus,
  .sf-element .sf-range.ui-slider:focus,
  .solr-search input:focus,
  .solr-search textarea:focus,
  .solr-search [type="text"]:focus,
  .solr-search .input-text:focus,
  .solr-search .sf-range.ui-slider:focus,
  .woocommerce input:focus,
  .woocommerce textarea:focus,
  .woocommerce [type="text"]:focus,
  .woocommerce .input-text:focus,
  .woocommerce .sf-range.ui-slider:focus,
  .gform_body input:focus,
  .gform_body textarea:focus,
  .gform_body [type="text"]:focus,
  .gform_body .input-text:focus,
  .gform_body .sf-range.ui-slider:focus,
  .wppb-user-forms input:focus,
  .wppb-user-forms textarea:focus,
  .wppb-user-forms [type="text"]:focus,
  .wppb-user-forms .input-text:focus,
  .wppb-user-forms .sf-range.ui-slider:focus,
  .sf-widget-range-wrapper input:focus,
  .sf-widget-range-wrapper textarea:focus,
  .sf-widget-range-wrapper [type="text"]:focus,
  .sf-widget-range-wrapper .input-text:focus,
  .sf-widget-range-wrapper .sf-range.ui-slider:focus,
  .wppb-faceted-list input:focus,
  .wppb-faceted-list textarea:focus,
  .wppb-faceted-list [type="text"]:focus,
  .wppb-faceted-list .input-text:focus,
  .wppb-faceted-list .sf-range.ui-slider:focus,
  .libraries-simple-search-container input:focus,
  .libraries-simple-search-container textarea:focus,
  .libraries-simple-search-container [type="text"]:focus,
  .libraries-simple-search-container .input-text:focus,
  .libraries-simple-search-container .sf-range.ui-slider:focus {
    border-color: #333;
    outline: none; }
  .form-field-text input::-webkit-input-placeholder,
  .form-field-text textarea::-webkit-input-placeholder,
  .form-field-text [type="text"]::-webkit-input-placeholder,
  .form-field-text .input-text::-webkit-input-placeholder,
  .form-field-text .sf-range.ui-slider::-webkit-input-placeholder,
  .form-field-multiline input::-webkit-input-placeholder,
  .form-field-multiline textarea::-webkit-input-placeholder,
  .form-field-multiline [type="text"]::-webkit-input-placeholder,
  .form-field-multiline .input-text::-webkit-input-placeholder,
  .form-field-multiline .sf-range.ui-slider::-webkit-input-placeholder,
  .form-field-textarea input::-webkit-input-placeholder,
  .form-field-textarea textarea::-webkit-input-placeholder,
  .form-field-textarea [type="text"]::-webkit-input-placeholder,
  .form-field-textarea .input-text::-webkit-input-placeholder,
  .form-field-textarea .sf-range.ui-slider::-webkit-input-placeholder,
  .form-field-number input::-webkit-input-placeholder,
  .form-field-number textarea::-webkit-input-placeholder,
  .form-field-number [type="text"]::-webkit-input-placeholder,
  .form-field-number .input-text::-webkit-input-placeholder,
  .form-field-number .sf-range.ui-slider::-webkit-input-placeholder,
  .form-field-email input::-webkit-input-placeholder,
  .form-field-email textarea::-webkit-input-placeholder,
  .form-field-email [type="text"]::-webkit-input-placeholder,
  .form-field-email .input-text::-webkit-input-placeholder,
  .form-field-email .sf-range.ui-slider::-webkit-input-placeholder,
  .form-field-password input::-webkit-input-placeholder,
  .form-field-password textarea::-webkit-input-placeholder,
  .form-field-password [type="text"]::-webkit-input-placeholder,
  .form-field-password .input-text::-webkit-input-placeholder,
  .form-field-password .sf-range.ui-slider::-webkit-input-placeholder,
  .form-field-range input::-webkit-input-placeholder,
  .form-field-range textarea::-webkit-input-placeholder,
  .form-field-range [type="text"]::-webkit-input-placeholder,
  .form-field-range .input-text::-webkit-input-placeholder,
  .form-field-range .sf-range.ui-slider::-webkit-input-placeholder,
  .sf-widget-element input::-webkit-input-placeholder,
  .sf-widget-element textarea::-webkit-input-placeholder,
  .sf-widget-element [type="text"]::-webkit-input-placeholder,
  .sf-widget-element .input-text::-webkit-input-placeholder,
  .sf-widget-element .sf-range.ui-slider::-webkit-input-placeholder,
  .login-username input::-webkit-input-placeholder,
  .login-username textarea::-webkit-input-placeholder,
  .login-username [type="text"]::-webkit-input-placeholder,
  .login-username .input-text::-webkit-input-placeholder,
  .login-username .sf-range.ui-slider::-webkit-input-placeholder,
  .login-password input::-webkit-input-placeholder,
  .login-password textarea::-webkit-input-placeholder,
  .login-password [type="text"]::-webkit-input-placeholder,
  .login-password .input-text::-webkit-input-placeholder,
  .login-password .sf-range.ui-slider::-webkit-input-placeholder,
  .sf-element input::-webkit-input-placeholder,
  .sf-element textarea::-webkit-input-placeholder,
  .sf-element [type="text"]::-webkit-input-placeholder,
  .sf-element .input-text::-webkit-input-placeholder,
  .sf-element .sf-range.ui-slider::-webkit-input-placeholder,
  .solr-search input::-webkit-input-placeholder,
  .solr-search textarea::-webkit-input-placeholder,
  .solr-search [type="text"]::-webkit-input-placeholder,
  .solr-search .input-text::-webkit-input-placeholder,
  .solr-search .sf-range.ui-slider::-webkit-input-placeholder,
  .woocommerce input::-webkit-input-placeholder,
  .woocommerce textarea::-webkit-input-placeholder,
  .woocommerce [type="text"]::-webkit-input-placeholder,
  .woocommerce .input-text::-webkit-input-placeholder,
  .woocommerce .sf-range.ui-slider::-webkit-input-placeholder,
  .gform_body input::-webkit-input-placeholder,
  .gform_body textarea::-webkit-input-placeholder,
  .gform_body [type="text"]::-webkit-input-placeholder,
  .gform_body .input-text::-webkit-input-placeholder,
  .gform_body .sf-range.ui-slider::-webkit-input-placeholder,
  .wppb-user-forms input::-webkit-input-placeholder,
  .wppb-user-forms textarea::-webkit-input-placeholder,
  .wppb-user-forms [type="text"]::-webkit-input-placeholder,
  .wppb-user-forms .input-text::-webkit-input-placeholder,
  .wppb-user-forms .sf-range.ui-slider::-webkit-input-placeholder,
  .sf-widget-range-wrapper input::-webkit-input-placeholder,
  .sf-widget-range-wrapper textarea::-webkit-input-placeholder,
  .sf-widget-range-wrapper [type="text"]::-webkit-input-placeholder,
  .sf-widget-range-wrapper .input-text::-webkit-input-placeholder,
  .sf-widget-range-wrapper .sf-range.ui-slider::-webkit-input-placeholder,
  .wppb-faceted-list input::-webkit-input-placeholder,
  .wppb-faceted-list textarea::-webkit-input-placeholder,
  .wppb-faceted-list [type="text"]::-webkit-input-placeholder,
  .wppb-faceted-list .input-text::-webkit-input-placeholder,
  .wppb-faceted-list .sf-range.ui-slider::-webkit-input-placeholder,
  .libraries-simple-search-container input::-webkit-input-placeholder,
  .libraries-simple-search-container textarea::-webkit-input-placeholder,
  .libraries-simple-search-container [type="text"]::-webkit-input-placeholder,
  .libraries-simple-search-container .input-text::-webkit-input-placeholder,
  .libraries-simple-search-container .sf-range.ui-slider::-webkit-input-placeholder {
    color: #808184; }
  .form-field-text input::-moz-placeholder,
  .form-field-text textarea::-moz-placeholder,
  .form-field-text [type="text"]::-moz-placeholder,
  .form-field-text .input-text::-moz-placeholder,
  .form-field-text .sf-range.ui-slider::-moz-placeholder,
  .form-field-multiline input::-moz-placeholder,
  .form-field-multiline textarea::-moz-placeholder,
  .form-field-multiline [type="text"]::-moz-placeholder,
  .form-field-multiline .input-text::-moz-placeholder,
  .form-field-multiline .sf-range.ui-slider::-moz-placeholder,
  .form-field-textarea input::-moz-placeholder,
  .form-field-textarea textarea::-moz-placeholder,
  .form-field-textarea [type="text"]::-moz-placeholder,
  .form-field-textarea .input-text::-moz-placeholder,
  .form-field-textarea .sf-range.ui-slider::-moz-placeholder,
  .form-field-number input::-moz-placeholder,
  .form-field-number textarea::-moz-placeholder,
  .form-field-number [type="text"]::-moz-placeholder,
  .form-field-number .input-text::-moz-placeholder,
  .form-field-number .sf-range.ui-slider::-moz-placeholder,
  .form-field-email input::-moz-placeholder,
  .form-field-email textarea::-moz-placeholder,
  .form-field-email [type="text"]::-moz-placeholder,
  .form-field-email .input-text::-moz-placeholder,
  .form-field-email .sf-range.ui-slider::-moz-placeholder,
  .form-field-password input::-moz-placeholder,
  .form-field-password textarea::-moz-placeholder,
  .form-field-password [type="text"]::-moz-placeholder,
  .form-field-password .input-text::-moz-placeholder,
  .form-field-password .sf-range.ui-slider::-moz-placeholder,
  .form-field-range input::-moz-placeholder,
  .form-field-range textarea::-moz-placeholder,
  .form-field-range [type="text"]::-moz-placeholder,
  .form-field-range .input-text::-moz-placeholder,
  .form-field-range .sf-range.ui-slider::-moz-placeholder,
  .sf-widget-element input::-moz-placeholder,
  .sf-widget-element textarea::-moz-placeholder,
  .sf-widget-element [type="text"]::-moz-placeholder,
  .sf-widget-element .input-text::-moz-placeholder,
  .sf-widget-element .sf-range.ui-slider::-moz-placeholder,
  .login-username input::-moz-placeholder,
  .login-username textarea::-moz-placeholder,
  .login-username [type="text"]::-moz-placeholder,
  .login-username .input-text::-moz-placeholder,
  .login-username .sf-range.ui-slider::-moz-placeholder,
  .login-password input::-moz-placeholder,
  .login-password textarea::-moz-placeholder,
  .login-password [type="text"]::-moz-placeholder,
  .login-password .input-text::-moz-placeholder,
  .login-password .sf-range.ui-slider::-moz-placeholder,
  .sf-element input::-moz-placeholder,
  .sf-element textarea::-moz-placeholder,
  .sf-element [type="text"]::-moz-placeholder,
  .sf-element .input-text::-moz-placeholder,
  .sf-element .sf-range.ui-slider::-moz-placeholder,
  .solr-search input::-moz-placeholder,
  .solr-search textarea::-moz-placeholder,
  .solr-search [type="text"]::-moz-placeholder,
  .solr-search .input-text::-moz-placeholder,
  .solr-search .sf-range.ui-slider::-moz-placeholder,
  .woocommerce input::-moz-placeholder,
  .woocommerce textarea::-moz-placeholder,
  .woocommerce [type="text"]::-moz-placeholder,
  .woocommerce .input-text::-moz-placeholder,
  .woocommerce .sf-range.ui-slider::-moz-placeholder,
  .gform_body input::-moz-placeholder,
  .gform_body textarea::-moz-placeholder,
  .gform_body [type="text"]::-moz-placeholder,
  .gform_body .input-text::-moz-placeholder,
  .gform_body .sf-range.ui-slider::-moz-placeholder,
  .wppb-user-forms input::-moz-placeholder,
  .wppb-user-forms textarea::-moz-placeholder,
  .wppb-user-forms [type="text"]::-moz-placeholder,
  .wppb-user-forms .input-text::-moz-placeholder,
  .wppb-user-forms .sf-range.ui-slider::-moz-placeholder,
  .sf-widget-range-wrapper input::-moz-placeholder,
  .sf-widget-range-wrapper textarea::-moz-placeholder,
  .sf-widget-range-wrapper [type="text"]::-moz-placeholder,
  .sf-widget-range-wrapper .input-text::-moz-placeholder,
  .sf-widget-range-wrapper .sf-range.ui-slider::-moz-placeholder,
  .wppb-faceted-list input::-moz-placeholder,
  .wppb-faceted-list textarea::-moz-placeholder,
  .wppb-faceted-list [type="text"]::-moz-placeholder,
  .wppb-faceted-list .input-text::-moz-placeholder,
  .wppb-faceted-list .sf-range.ui-slider::-moz-placeholder,
  .libraries-simple-search-container input::-moz-placeholder,
  .libraries-simple-search-container textarea::-moz-placeholder,
  .libraries-simple-search-container [type="text"]::-moz-placeholder,
  .libraries-simple-search-container .input-text::-moz-placeholder,
  .libraries-simple-search-container .sf-range.ui-slider::-moz-placeholder {
    color: #808184; }
  .form-field-text input:-ms-input-placeholder,
  .form-field-text textarea:-ms-input-placeholder,
  .form-field-text [type="text"]:-ms-input-placeholder,
  .form-field-text .input-text:-ms-input-placeholder,
  .form-field-text .sf-range.ui-slider:-ms-input-placeholder,
  .form-field-multiline input:-ms-input-placeholder,
  .form-field-multiline textarea:-ms-input-placeholder,
  .form-field-multiline [type="text"]:-ms-input-placeholder,
  .form-field-multiline .input-text:-ms-input-placeholder,
  .form-field-multiline .sf-range.ui-slider:-ms-input-placeholder,
  .form-field-textarea input:-ms-input-placeholder,
  .form-field-textarea textarea:-ms-input-placeholder,
  .form-field-textarea [type="text"]:-ms-input-placeholder,
  .form-field-textarea .input-text:-ms-input-placeholder,
  .form-field-textarea .sf-range.ui-slider:-ms-input-placeholder,
  .form-field-number input:-ms-input-placeholder,
  .form-field-number textarea:-ms-input-placeholder,
  .form-field-number [type="text"]:-ms-input-placeholder,
  .form-field-number .input-text:-ms-input-placeholder,
  .form-field-number .sf-range.ui-slider:-ms-input-placeholder,
  .form-field-email input:-ms-input-placeholder,
  .form-field-email textarea:-ms-input-placeholder,
  .form-field-email [type="text"]:-ms-input-placeholder,
  .form-field-email .input-text:-ms-input-placeholder,
  .form-field-email .sf-range.ui-slider:-ms-input-placeholder,
  .form-field-password input:-ms-input-placeholder,
  .form-field-password textarea:-ms-input-placeholder,
  .form-field-password [type="text"]:-ms-input-placeholder,
  .form-field-password .input-text:-ms-input-placeholder,
  .form-field-password .sf-range.ui-slider:-ms-input-placeholder,
  .form-field-range input:-ms-input-placeholder,
  .form-field-range textarea:-ms-input-placeholder,
  .form-field-range [type="text"]:-ms-input-placeholder,
  .form-field-range .input-text:-ms-input-placeholder,
  .form-field-range .sf-range.ui-slider:-ms-input-placeholder,
  .sf-widget-element input:-ms-input-placeholder,
  .sf-widget-element textarea:-ms-input-placeholder,
  .sf-widget-element [type="text"]:-ms-input-placeholder,
  .sf-widget-element .input-text:-ms-input-placeholder,
  .sf-widget-element .sf-range.ui-slider:-ms-input-placeholder,
  .login-username input:-ms-input-placeholder,
  .login-username textarea:-ms-input-placeholder,
  .login-username [type="text"]:-ms-input-placeholder,
  .login-username .input-text:-ms-input-placeholder,
  .login-username .sf-range.ui-slider:-ms-input-placeholder,
  .login-password input:-ms-input-placeholder,
  .login-password textarea:-ms-input-placeholder,
  .login-password [type="text"]:-ms-input-placeholder,
  .login-password .input-text:-ms-input-placeholder,
  .login-password .sf-range.ui-slider:-ms-input-placeholder,
  .sf-element input:-ms-input-placeholder,
  .sf-element textarea:-ms-input-placeholder,
  .sf-element [type="text"]:-ms-input-placeholder,
  .sf-element .input-text:-ms-input-placeholder,
  .sf-element .sf-range.ui-slider:-ms-input-placeholder,
  .solr-search input:-ms-input-placeholder,
  .solr-search textarea:-ms-input-placeholder,
  .solr-search [type="text"]:-ms-input-placeholder,
  .solr-search .input-text:-ms-input-placeholder,
  .solr-search .sf-range.ui-slider:-ms-input-placeholder,
  .woocommerce input:-ms-input-placeholder,
  .woocommerce textarea:-ms-input-placeholder,
  .woocommerce [type="text"]:-ms-input-placeholder,
  .woocommerce .input-text:-ms-input-placeholder,
  .woocommerce .sf-range.ui-slider:-ms-input-placeholder,
  .gform_body input:-ms-input-placeholder,
  .gform_body textarea:-ms-input-placeholder,
  .gform_body [type="text"]:-ms-input-placeholder,
  .gform_body .input-text:-ms-input-placeholder,
  .gform_body .sf-range.ui-slider:-ms-input-placeholder,
  .wppb-user-forms input:-ms-input-placeholder,
  .wppb-user-forms textarea:-ms-input-placeholder,
  .wppb-user-forms [type="text"]:-ms-input-placeholder,
  .wppb-user-forms .input-text:-ms-input-placeholder,
  .wppb-user-forms .sf-range.ui-slider:-ms-input-placeholder,
  .sf-widget-range-wrapper input:-ms-input-placeholder,
  .sf-widget-range-wrapper textarea:-ms-input-placeholder,
  .sf-widget-range-wrapper [type="text"]:-ms-input-placeholder,
  .sf-widget-range-wrapper .input-text:-ms-input-placeholder,
  .sf-widget-range-wrapper .sf-range.ui-slider:-ms-input-placeholder,
  .wppb-faceted-list input:-ms-input-placeholder,
  .wppb-faceted-list textarea:-ms-input-placeholder,
  .wppb-faceted-list [type="text"]:-ms-input-placeholder,
  .wppb-faceted-list .input-text:-ms-input-placeholder,
  .wppb-faceted-list .sf-range.ui-slider:-ms-input-placeholder,
  .libraries-simple-search-container input:-ms-input-placeholder,
  .libraries-simple-search-container textarea:-ms-input-placeholder,
  .libraries-simple-search-container [type="text"]:-ms-input-placeholder,
  .libraries-simple-search-container .input-text:-ms-input-placeholder,
  .libraries-simple-search-container .sf-range.ui-slider:-ms-input-placeholder {
    color: #808184; }
  .form-field-text input::placeholder,
  .form-field-text textarea::placeholder,
  .form-field-text [type="text"]::placeholder,
  .form-field-text .input-text::placeholder,
  .form-field-text .sf-range.ui-slider::placeholder,
  .form-field-multiline input::placeholder,
  .form-field-multiline textarea::placeholder,
  .form-field-multiline [type="text"]::placeholder,
  .form-field-multiline .input-text::placeholder,
  .form-field-multiline .sf-range.ui-slider::placeholder,
  .form-field-textarea input::placeholder,
  .form-field-textarea textarea::placeholder,
  .form-field-textarea [type="text"]::placeholder,
  .form-field-textarea .input-text::placeholder,
  .form-field-textarea .sf-range.ui-slider::placeholder,
  .form-field-number input::placeholder,
  .form-field-number textarea::placeholder,
  .form-field-number [type="text"]::placeholder,
  .form-field-number .input-text::placeholder,
  .form-field-number .sf-range.ui-slider::placeholder,
  .form-field-email input::placeholder,
  .form-field-email textarea::placeholder,
  .form-field-email [type="text"]::placeholder,
  .form-field-email .input-text::placeholder,
  .form-field-email .sf-range.ui-slider::placeholder,
  .form-field-password input::placeholder,
  .form-field-password textarea::placeholder,
  .form-field-password [type="text"]::placeholder,
  .form-field-password .input-text::placeholder,
  .form-field-password .sf-range.ui-slider::placeholder,
  .form-field-range input::placeholder,
  .form-field-range textarea::placeholder,
  .form-field-range [type="text"]::placeholder,
  .form-field-range .input-text::placeholder,
  .form-field-range .sf-range.ui-slider::placeholder,
  .sf-widget-element input::placeholder,
  .sf-widget-element textarea::placeholder,
  .sf-widget-element [type="text"]::placeholder,
  .sf-widget-element .input-text::placeholder,
  .sf-widget-element .sf-range.ui-slider::placeholder,
  .login-username input::placeholder,
  .login-username textarea::placeholder,
  .login-username [type="text"]::placeholder,
  .login-username .input-text::placeholder,
  .login-username .sf-range.ui-slider::placeholder,
  .login-password input::placeholder,
  .login-password textarea::placeholder,
  .login-password [type="text"]::placeholder,
  .login-password .input-text::placeholder,
  .login-password .sf-range.ui-slider::placeholder,
  .sf-element input::placeholder,
  .sf-element textarea::placeholder,
  .sf-element [type="text"]::placeholder,
  .sf-element .input-text::placeholder,
  .sf-element .sf-range.ui-slider::placeholder,
  .solr-search input::placeholder,
  .solr-search textarea::placeholder,
  .solr-search [type="text"]::placeholder,
  .solr-search .input-text::placeholder,
  .solr-search .sf-range.ui-slider::placeholder,
  .woocommerce input::placeholder,
  .woocommerce textarea::placeholder,
  .woocommerce [type="text"]::placeholder,
  .woocommerce .input-text::placeholder,
  .woocommerce .sf-range.ui-slider::placeholder,
  .gform_body input::placeholder,
  .gform_body textarea::placeholder,
  .gform_body [type="text"]::placeholder,
  .gform_body .input-text::placeholder,
  .gform_body .sf-range.ui-slider::placeholder,
  .wppb-user-forms input::placeholder,
  .wppb-user-forms textarea::placeholder,
  .wppb-user-forms [type="text"]::placeholder,
  .wppb-user-forms .input-text::placeholder,
  .wppb-user-forms .sf-range.ui-slider::placeholder,
  .sf-widget-range-wrapper input::placeholder,
  .sf-widget-range-wrapper textarea::placeholder,
  .sf-widget-range-wrapper [type="text"]::placeholder,
  .sf-widget-range-wrapper .input-text::placeholder,
  .sf-widget-range-wrapper .sf-range.ui-slider::placeholder,
  .wppb-faceted-list input::placeholder,
  .wppb-faceted-list textarea::placeholder,
  .wppb-faceted-list [type="text"]::placeholder,
  .wppb-faceted-list .input-text::placeholder,
  .wppb-faceted-list .sf-range.ui-slider::placeholder,
  .libraries-simple-search-container input::placeholder,
  .libraries-simple-search-container textarea::placeholder,
  .libraries-simple-search-container [type="text"]::placeholder,
  .libraries-simple-search-container .input-text::placeholder,
  .libraries-simple-search-container .sf-range.ui-slider::placeholder {
    color: #808184; }
  .form-field-text input.input-small,
  .form-field-text textarea.input-small,
  .form-field-text [type="text"].input-small,
  .form-field-text .input-text.input-small,
  .form-field-text .sf-range.ui-slider.input-small,
  .form-field-multiline input.input-small,
  .form-field-multiline textarea.input-small,
  .form-field-multiline [type="text"].input-small,
  .form-field-multiline .input-text.input-small,
  .form-field-multiline .sf-range.ui-slider.input-small,
  .form-field-textarea input.input-small,
  .form-field-textarea textarea.input-small,
  .form-field-textarea [type="text"].input-small,
  .form-field-textarea .input-text.input-small,
  .form-field-textarea .sf-range.ui-slider.input-small,
  .form-field-number input.input-small,
  .form-field-number textarea.input-small,
  .form-field-number [type="text"].input-small,
  .form-field-number .input-text.input-small,
  .form-field-number .sf-range.ui-slider.input-small,
  .form-field-email input.input-small,
  .form-field-email textarea.input-small,
  .form-field-email [type="text"].input-small,
  .form-field-email .input-text.input-small,
  .form-field-email .sf-range.ui-slider.input-small,
  .form-field-password input.input-small,
  .form-field-password textarea.input-small,
  .form-field-password [type="text"].input-small,
  .form-field-password .input-text.input-small,
  .form-field-password .sf-range.ui-slider.input-small,
  .form-field-range input.input-small,
  .form-field-range textarea.input-small,
  .form-field-range [type="text"].input-small,
  .form-field-range .input-text.input-small,
  .form-field-range .sf-range.ui-slider.input-small,
  .sf-widget-element input.input-small,
  .sf-widget-element textarea.input-small,
  .sf-widget-element [type="text"].input-small,
  .sf-widget-element .input-text.input-small,
  .sf-widget-element .sf-range.ui-slider.input-small,
  .login-username input.input-small,
  .login-username textarea.input-small,
  .login-username [type="text"].input-small,
  .login-username .input-text.input-small,
  .login-username .sf-range.ui-slider.input-small,
  .login-password input.input-small,
  .login-password textarea.input-small,
  .login-password [type="text"].input-small,
  .login-password .input-text.input-small,
  .login-password .sf-range.ui-slider.input-small,
  .sf-element input.input-small,
  .sf-element textarea.input-small,
  .sf-element [type="text"].input-small,
  .sf-element .input-text.input-small,
  .sf-element .sf-range.ui-slider.input-small,
  .solr-search input.input-small,
  .solr-search textarea.input-small,
  .solr-search [type="text"].input-small,
  .solr-search .input-text.input-small,
  .solr-search .sf-range.ui-slider.input-small,
  .woocommerce input.input-small,
  .woocommerce textarea.input-small,
  .woocommerce [type="text"].input-small,
  .woocommerce .input-text.input-small,
  .woocommerce .sf-range.ui-slider.input-small,
  .gform_body input.input-small,
  .gform_body textarea.input-small,
  .gform_body [type="text"].input-small,
  .gform_body .input-text.input-small,
  .gform_body .sf-range.ui-slider.input-small,
  .wppb-user-forms input.input-small,
  .wppb-user-forms textarea.input-small,
  .wppb-user-forms [type="text"].input-small,
  .wppb-user-forms .input-text.input-small,
  .wppb-user-forms .sf-range.ui-slider.input-small,
  .sf-widget-range-wrapper input.input-small,
  .sf-widget-range-wrapper textarea.input-small,
  .sf-widget-range-wrapper [type="text"].input-small,
  .sf-widget-range-wrapper .input-text.input-small,
  .sf-widget-range-wrapper .sf-range.ui-slider.input-small,
  .wppb-faceted-list input.input-small,
  .wppb-faceted-list textarea.input-small,
  .wppb-faceted-list [type="text"].input-small,
  .wppb-faceted-list .input-text.input-small,
  .wppb-faceted-list .sf-range.ui-slider.input-small,
  .libraries-simple-search-container input.input-small,
  .libraries-simple-search-container textarea.input-small,
  .libraries-simple-search-container [type="text"].input-small,
  .libraries-simple-search-container .input-text.input-small,
  .libraries-simple-search-container .sf-range.ui-slider.input-small,
  .js-wc-payment-gateway-card-exp-month,
  .js-wc-payment-gateway-card-exp-year,
  .js-wc-payment-gateway-csc {
    height: 32px; }

.sf-widget-range-wrapper  {
  position: relative; }

.sf-range.ui-slider {
  box-sizing: border-box; }
  .sf-range.ui-slider + p {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    font-style: italic;
    color: #808184;
    text-transform: capitalize; }

.sf-range .ui-slider-range {
  position: relative;
  height: 30px !important;
  padding: 0 !important;
  margin: 9px 0 !important;
  cursor: pointer;
  background: #f7f7f7 !important;
  border: 0 !important;
  border-right: 10px solid #fff !important;
  border-left: 10px solid #fff !important;
  border-radius: 0 !important;
  box-sizing: border-box; }
  .sf-range .ui-slider-range::before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: calc(100% - 20px);
    height: 10px;
    background-color: #f58c5a;
    border-radius: 5px;
    content: "";
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.form-field-multiline textarea,
.form-field-textarea textarea,
.gform_body textarea,
.woocommerce textarea,
.wppb-user-forms textarea {
  height: 100px;
  padding: 13.33333px !important; }

.form-select-wrapper,
.woocommerce-billing-fields [class*="select"] > [class*="choice"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 13.33333px;
  font-size: 13px;
  line-height: 51px;
  background-color: #fff;
  border: 1px solid #b8b8b8; }
  .form-select-wrapper .form-selected-text,
  .woocommerce-billing-fields [class*="select"] > [class*="choice"] .form-selected-text {
    color: #808184; }
  .form-select-wrapper::after,
  .woocommerce-billing-fields [class*="select"] > [class*="choice"]::after {
    position: absolute;
    top: 50%;
    right: 13.33333px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 1px solid #808184;
    border-right: 1px solid #808184;
    content: "";
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .form-select-wrapper select,
  .woocommerce-billing-fields [class*="select"] > [class*="choice"] select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }

.woocommerce-billing-fields [class*="select"] > [class*="choice"] {
  border-radius: 0 !important;
  box-sizing: border-box; }
  .woocommerce-billing-fields [class*="select"] > [class*="choice"] [class*="choice-close"]::after,
  .woocommerce-billing-fields [class*="select"] > [class*="choice"] [class*="select2-arrow"] b::after {
    display: none !important; }

.simple-select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-size: 13px;
  line-height: 51px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  box-sizing: border-box; }
  .simple-select-wrapper::after {
    position: absolute;
    top: 50%;
    right: 13.33333px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 1px solid #808184;
    border-right: 1px solid #808184;
    content: "";
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .simple-select-wrapper select {
    width: 120%;
    height: 50px;
    padding: 0 13.33333px;
    background: transparent;
    background-image: none;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .simple-select-wrapper select:focus {
      outline: none; }

.js-wc-payment-gateway-card-exp-month,
.js-wc-payment-gateway-card-exp-year {
	display:inline;
}

.form-field-radio,
.form-field-checkbox,
.wppb-checkboxes li,
.wppb-radios li,
.sf-checkbox-wrapper,
.sf-radiobox-wrapper,
.sf-widget-checkbox-wrapper,
.sf-widget-radiobox-wrapper,
.gfield {
  font-size: 0; }
  .form-field-radio + label,
  .form-field-radio > label,
  .form-field-checkbox + label,
  .form-field-checkbox > label,
  .wppb-checkboxes li + label,
  .wppb-checkboxes li > label,
  .wppb-radios li + label,
  .wppb-radios li > label,
  .sf-checkbox-wrapper + label,
  .sf-checkbox-wrapper > label,
  .sf-radiobox-wrapper + label,
  .sf-radiobox-wrapper > label,
  .sf-widget-checkbox-wrapper + label,
  .sf-widget-checkbox-wrapper > label,
  .sf-widget-radiobox-wrapper + label,
  .sf-widget-radiobox-wrapper > label,
  .gfield + label,
  .gfield > label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13.33333px; }
  .form-field-radio [type="checkbox"] + label,
  .form-field-radio [type="radio"] + label,
  .form-field-radio .form-label-text,
  .form-field-checkbox [type="checkbox"] + label,
  .form-field-checkbox [type="radio"] + label,
  .form-field-checkbox .form-label-text,
  .wppb-checkboxes li [type="checkbox"] + label,
  .wppb-checkboxes li [type="radio"] + label,
  .wppb-checkboxes li .form-label-text,
  .wppb-radios li [type="checkbox"] + label,
  .wppb-radios li [type="radio"] + label,
  .wppb-radios li .form-label-text,
  .sf-checkbox-wrapper [type="checkbox"] + label,
  .sf-checkbox-wrapper [type="radio"] + label,
  .sf-checkbox-wrapper .form-label-text,
  .sf-radiobox-wrapper [type="checkbox"] + label,
  .sf-radiobox-wrapper [type="radio"] + label,
  .sf-radiobox-wrapper .form-label-text,
  .sf-widget-checkbox-wrapper [type="checkbox"] + label,
  .sf-widget-checkbox-wrapper [type="radio"] + label,
  .sf-widget-checkbox-wrapper .form-label-text,
  .sf-widget-radiobox-wrapper [type="checkbox"] + label,
  .sf-widget-radiobox-wrapper [type="radio"] + label,
  .sf-widget-radiobox-wrapper .form-label-text,
  .gfield [type="checkbox"] + label,
  .gfield [type="radio"] + label,
  .gfield .form-label-text {
    position: relative;
    min-height: 50px;
    padding-left: 30px;
    font-weight: 500;
    line-height: 50px;
    color: #808184;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .form-field-radio [type="checkbox"] + label::before, .form-field-radio [type="checkbox"] + label::after,
    .form-field-radio [type="radio"] + label::before,
    .form-field-radio [type="radio"] + label::after,
    .form-field-radio .form-label-text::before,
    .form-field-radio .form-label-text::after,
    .form-field-checkbox [type="checkbox"] + label::before,
    .form-field-checkbox [type="checkbox"] + label::after,
    .form-field-checkbox [type="radio"] + label::before,
    .form-field-checkbox [type="radio"] + label::after,
    .form-field-checkbox .form-label-text::before,
    .form-field-checkbox .form-label-text::after,
    .wppb-checkboxes li [type="checkbox"] + label::before,
    .wppb-checkboxes li [type="checkbox"] + label::after,
    .wppb-checkboxes li [type="radio"] + label::before,
    .wppb-checkboxes li [type="radio"] + label::after,
    .wppb-checkboxes li .form-label-text::before,
    .wppb-checkboxes li .form-label-text::after,
    .wppb-radios li [type="checkbox"] + label::before,
    .wppb-radios li [type="checkbox"] + label::after,
    .wppb-radios li [type="radio"] + label::before,
    .wppb-radios li [type="radio"] + label::after,
    .wppb-radios li .form-label-text::before,
    .wppb-radios li .form-label-text::after,
    .sf-checkbox-wrapper [type="checkbox"] + label::before,
    .sf-checkbox-wrapper [type="checkbox"] + label::after,
    .sf-checkbox-wrapper [type="radio"] + label::before,
    .sf-checkbox-wrapper [type="radio"] + label::after,
    .sf-checkbox-wrapper .form-label-text::before,
    .sf-checkbox-wrapper .form-label-text::after,
    .sf-radiobox-wrapper [type="checkbox"] + label::before,
    .sf-radiobox-wrapper [type="checkbox"] + label::after,
    .sf-radiobox-wrapper [type="radio"] + label::before,
    .sf-radiobox-wrapper [type="radio"] + label::after,
    .sf-radiobox-wrapper .form-label-text::before,
    .sf-radiobox-wrapper .form-label-text::after,
    .sf-widget-checkbox-wrapper [type="checkbox"] + label::before,
    .sf-widget-checkbox-wrapper [type="checkbox"] + label::after,
    .sf-widget-checkbox-wrapper [type="radio"] + label::before,
    .sf-widget-checkbox-wrapper [type="radio"] + label::after,
    .sf-widget-checkbox-wrapper .form-label-text::before,
    .sf-widget-checkbox-wrapper .form-label-text::after,
    .sf-widget-radiobox-wrapper [type="checkbox"] + label::before,
    .sf-widget-radiobox-wrapper [type="checkbox"] + label::after,
    .sf-widget-radiobox-wrapper [type="radio"] + label::before,
    .sf-widget-radiobox-wrapper [type="radio"] + label::after,
    .sf-widget-radiobox-wrapper .form-label-text::before,
    .sf-widget-radiobox-wrapper .form-label-text::after,
    .gfield [type="checkbox"] + label::before,
    .gfield [type="checkbox"] + label::after,
    .gfield [type="radio"] + label::before,
    .gfield [type="radio"] + label::after,
    .gfield .form-label-text::before,
    .gfield .form-label-text::after {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -11px;
      cursor: pointer;
      content: ""; }
    .form-field-radio [type="checkbox"] + label::before,
    .form-field-radio [type="radio"] + label::before,
    .form-field-radio .form-label-text::before,
    .form-field-checkbox [type="checkbox"] + label::before,
    .form-field-checkbox [type="radio"] + label::before,
    .form-field-checkbox .form-label-text::before,
    .wppb-checkboxes li [type="checkbox"] + label::before,
    .wppb-checkboxes li [type="radio"] + label::before,
    .wppb-checkboxes li .form-label-text::before,
    .wppb-radios li [type="checkbox"] + label::before,
    .wppb-radios li [type="radio"] + label::before,
    .wppb-radios li .form-label-text::before,
    .sf-checkbox-wrapper [type="checkbox"] + label::before,
    .sf-checkbox-wrapper [type="radio"] + label::before,
    .sf-checkbox-wrapper .form-label-text::before,
    .sf-radiobox-wrapper [type="checkbox"] + label::before,
    .sf-radiobox-wrapper [type="radio"] + label::before,
    .sf-radiobox-wrapper .form-label-text::before,
    .sf-widget-checkbox-wrapper [type="checkbox"] + label::before,
    .sf-widget-checkbox-wrapper [type="radio"] + label::before,
    .sf-widget-checkbox-wrapper .form-label-text::before,
    .sf-widget-radiobox-wrapper [type="checkbox"] + label::before,
    .sf-widget-radiobox-wrapper [type="radio"] + label::before,
    .sf-widget-radiobox-wrapper .form-label-text::before,
    .gfield [type="checkbox"] + label::before,
    .gfield [type="radio"] + label::before,
    .gfield .form-label-text::before {
      width: 18px;
      height: 18px;
      margin-right: 13.33333px;
      background-color: #fff;
      border: 1px solid #b8b8b8; }

.form-field-radio [type="radio"] + label,
.form-field-radio .form-label-text,
.wppb-radios li [type="radio"] + label,
.wppb-radios li .form-label-text,
.gfield [type="radio"] + label,
.gfield .form-label-text,
.sf-radiobox-wrapper [type="radio"] + label,
.sf-radiobox-wrapper .form-label-text,
.sf-widget-radiobox-wrapper [type="radio"] + label,
.sf-widget-radiobox-wrapper .form-label-text {
  text-transform: none; }
  .form-field-radio [type="radio"] + label::before,
  .form-field-radio .form-label-text::before,
  .wppb-radios li [type="radio"] + label::before,
  .wppb-radios li .form-label-text::before,
  .gfield [type="radio"] + label::before,
  .gfield .form-label-text::before,
  .sf-radiobox-wrapper [type="radio"] + label::before,
  .sf-radiobox-wrapper .form-label-text::before,
  .sf-widget-radiobox-wrapper [type="radio"] + label::before,
  .sf-widget-radiobox-wrapper .form-label-text::before {
    border-radius: 100%; }
  .form-field-radio [type="radio"] + label::after,
  .form-field-radio .form-label-text::after,
  .wppb-radios li [type="radio"] + label::after,
  .wppb-radios li .form-label-text::after,
  .gfield [type="radio"] + label::after,
  .gfield .form-label-text::after,
  .sf-radiobox-wrapper [type="radio"] + label::after,
  .sf-radiobox-wrapper .form-label-text::after,
  .sf-widget-radiobox-wrapper [type="radio"] + label::after,
  .sf-widget-radiobox-wrapper .form-label-text::after {
    left: 6px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-radius: 100%; }

.form-field-radio .form-radio:checked + .form-label-text::after,
.form-field-radio [type="radio"]:checked + .form-label-text::after,
.form-field-radio [type="radio"]:checked + label::after,
.wppb-radios li .form-radio:checked + .form-label-text::after,
.wppb-radios li [type="radio"]:checked + .form-label-text::after,
.wppb-radios li [type="radio"]:checked + label::after,
.gfield .form-radio:checked + .form-label-text::after,
.gfield [type="radio"]:checked + .form-label-text::after,
.gfield [type="radio"]:checked + label::after,
.sf-radiobox-wrapper .form-radio:checked + .form-label-text::after,
.sf-radiobox-wrapper [type="radio"]:checked + .form-label-text::after,
.sf-radiobox-wrapper [type="radio"]:checked + label::after,
.sf-widget-radiobox-wrapper .form-radio:checked + .form-label-text::after,
.sf-widget-radiobox-wrapper [type="radio"]:checked + .form-label-text::after,
.sf-widget-radiobox-wrapper [type="radio"]:checked + label::after {
  background-color: #808184; }

.form-field-checkbox [type="checkbox"] + label::after,
.form-field-checkbox .form-label-text::after,
.wppb-checkboxes li [type="checkbox"] + label::after,
.wppb-checkboxes li .form-label-text::after,
.gfield [type="checkbox"] + label::after,
.gfield .form-label-text::after,
.sf-checkbox-wrapper [type="checkbox"] + label::after,
.sf-checkbox-wrapper .form-label-text::after,
.sf-widget-checkbox-wrapper [type="checkbox"] + label::after,
.sf-widget-checkbox-wrapper .form-label-text::after {
  left: 7px;
  width: 4px;
  height: 9px;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.form-field-checkbox .form-checkbox:checked + .form-label-text::after,
.form-field-checkbox [type="checkbox"]:checked + .form-label-text::after,
.form-field-checkbox [type="checkbox"]:checked + label::after,
.wppb-checkboxes li .form-checkbox:checked + .form-label-text::after,
.wppb-checkboxes li [type="checkbox"]:checked + .form-label-text::after,
.wppb-checkboxes li [type="checkbox"]:checked + label::after,
.gfield .form-checkbox:checked + .form-label-text::after,
.gfield [type="checkbox"]:checked + .form-label-text::after,
.gfield [type="checkbox"]:checked + label::after,
.sf-checkbox-wrapper .form-checkbox:checked + .form-label-text::after,
.sf-checkbox-wrapper [type="checkbox"]:checked + .form-label-text::after,
.sf-checkbox-wrapper [type="checkbox"]:checked + label::after,
.sf-widget-checkbox-wrapper .form-checkbox:checked + .form-label-text::after,
.sf-widget-checkbox-wrapper [type="checkbox"]:checked + .form-label-text::after,
.sf-widget-checkbox-wrapper [type="checkbox"]:checked + label::after {
  border: solid #808184;
  border-width: 0 2px 2px 0; }

table {
  width: 100% !important;
  border-collapse: collapse !important; }
  table td,
  table th {
    padding: 20px !important;
    border: 1px solid #b8b8b8 !important; }

body {
  color: #333; }
  body.menu-modal-open, body.search-modal-open, body.sharing-modal-open {
    overflow: hidden; }
  body.fixed-header {
    padding-top: 135px; }
    @media screen and (max-width: 1039px) {
      body.fixed-header {
        padding-top: 110px; } }
    @media screen and (max-width: 419px) {
      body.fixed-header {
        padding-top: 67px; } }
  .wf-loading body {
    display: none; }
  .wf-active body {
    display: block; }

p {
  line-height: 1.4; }

a {
  text-decoration: none; }

svg {
  -webkit-transition: fill 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: fill 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

img,
figure {
  display: block;
  max-width: 100%;
  margin: 0; }

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none; }

.icon-sprite {
  display: none; }

.show-for-sr, .form-field-radio .form-radio,
.form-field-radio .form-checkbox,
.form-field-radio [type="checkbox"],
.form-field-radio [type="radio"],
.form-field-checkbox .form-radio,
.form-field-checkbox .form-checkbox,
.form-field-checkbox [type="checkbox"],
.form-field-checkbox [type="radio"],
.wppb-checkboxes li .form-radio,
.wppb-checkboxes li .form-checkbox,
.wppb-checkboxes li [type="checkbox"],
.wppb-checkboxes li [type="radio"],
.wppb-radios li .form-radio,
.wppb-radios li .form-checkbox,
.wppb-radios li [type="checkbox"],
.wppb-radios li [type="radio"],
.sf-checkbox-wrapper .form-radio,
.sf-checkbox-wrapper .form-checkbox,
.sf-checkbox-wrapper [type="checkbox"],
.sf-checkbox-wrapper [type="radio"],
.sf-radiobox-wrapper .form-radio,
.sf-radiobox-wrapper .form-checkbox,
.sf-radiobox-wrapper [type="checkbox"],
.sf-radiobox-wrapper [type="radio"],
.sf-widget-checkbox-wrapper .form-radio,
.sf-widget-checkbox-wrapper .form-checkbox,
.sf-widget-checkbox-wrapper [type="checkbox"],
.sf-widget-checkbox-wrapper [type="radio"],
.sf-widget-radiobox-wrapper .form-radio,
.sf-widget-radiobox-wrapper .form-checkbox,
.sf-widget-radiobox-wrapper [type="checkbox"],
.sf-widget-radiobox-wrapper [type="radio"],
.gfield .form-radio,
.gfield .form-checkbox,
.gfield [type="checkbox"],
.gfield [type="radio"], .widgettitle, .search-modal-form .search-form-label, .libraries-menu .widgettitle,
.libraries-menu .sf-widget-element > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px); }

.no-results {
  padding: 80px 0;
  margin: 0; }

.rte-container {
  max-width: 790px;
  margin: 0 auto; }

.rte-content > *:first-child {
  margin-top: 0; }

.rte-content > *:last-child {
  margin-bottom: 0; }

.rte-content h1,
.rte-content h2,
.rte-content h3,
.rte-content h4,
.rte-content h5,
.rte-content h6 {
  font-family: "ff-more-web-pro", serif;
  font-weight: 500; }

.rte-content p {
  margin: 33.33333px 0;
  font-size: 18px;
  line-height: 1.5; }

.rte-content blockquote {
  position: relative;
  padding: 13.33333px 0 26.66667px 40px;
  margin: 0; }
  .rte-content blockquote,
  .rte-content blockquote * {
    margin: 0;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    color: #808184; }
  .rte-content blockquote > *:first-child::before {
    position: absolute;
    top: 13.33333px;
    left: 0;
    font-size: 40px;
    content: "“"; }

.rte-content img {
  display: block;
  width: 100%;
  height: auto; }
  .rte-content img.size-large {
    width: 140%;
    max-width: 140%;
    padding: 26.66667px 0;
    margin-left: -20%; }
    @media screen and (max-width: 1039px) {
      .rte-content img.size-large {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-left: 0; } }

.rte-content ul,
.rte-content ol {
  padding-left: 20px;
  margin: 33.33333px 0;
  font-size: 18px;
  line-height: 2;
  color: #333;
  list-style: circle; }
  
.rte-content ul.gform_fields {
  padding-left: 0;
}

.rte-content ol {
  padding-left: 25px;
  list-style: decimal; }

.rte-content .recaptchatable img,
.rte-content .woocommerce img {
  width: auto; }

.masonry-layout {
  margin: -13.33333px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; }
  @media screen and (max-width: 1039px) {
    .masonry-layout {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media screen and (max-width: 759px) {
    .masonry-layout {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

.masonry-layout-panel {
  padding: 13.33333px;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid; }

.masonry-layout-panel-content {
  padding: 26.66667px; }

.toggle-button-text {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  letter-spacing: 2px;
  margin: 1px 0 0;
  font-weight: normal;
  line-height: 1;
  color: #333; }
  @media screen and (max-width: 759px) {
    .toggle-button-text {
      display: none; } }
  .toggle-button-text:hover {
    color: #858585; }
  @media screen and (min-width: 760px) {
    .header-transparent .toggle-button-text {
      color: #fff; } }
  @media screen and (min-width: 760px) {
    .header-transparent .toggle-button-text:hover {
      color: rgba(255, 255, 255, 0.8); } }
  @media screen and (min-width: 760px) {
    .fixed-header .header-transparent .toggle-button-text {
      color: #333; } }

.toggle-button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 15;
  width: 20px;
  height: 16px;
  margin-left: 10px; }
  @media screen and (max-width: 759px) {
    .toggle-button {
      margin-left: 0; } }

.toggle-button-step {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media screen and (min-width: 760px) {
    .header-transparent .toggle-button-step {
      background-color: #fff; } }
  @media screen and (min-width: 760px) {
    .fixed-header .header-transparent .toggle-button-step {
      background-color: #333; } }
  .search-modal-open .toggle-button-step,
  .menu-modal-open .toggle-button-step,
  .sharing-modal-open .toggle-button-step,
  .libraries-advanced-search .toggle-button-step {
    width: 25px;
    height: 3px;
    background-color: #333; }
  .search-modal-open .toggle-button-step {
    background-color: #fff; }
  .toggle-button-step.step-1 {
    top: 0; }
    .search-modal-open .toggle-button-step.step-1,
    .menu-modal-open .toggle-button-step.step-1,
    .sharing-modal-open .toggle-button-step.step-1,
    .libraries-advanced-search .toggle-button-step.step-1 {
      -webkit-transform: rotate(-45deg) translate(-4px, 5px);
          -ms-transform: rotate(-45deg) translate(-4px, 5px);
              transform: rotate(-45deg) translate(-4px, 5px); }
  .toggle-button-step.step-2 {
    top: 7px; }
    .search-modal-open .toggle-button-step.step-2,
    .menu-modal-open .toggle-button-step.step-2,
    .sharing-modal-open .toggle-button-step.step-2,
    .libraries-advanced-search .toggle-button-step.step-2 {
      display: none; }
  .toggle-button-step.step-3 {
    bottom: 0; }
    .search-modal-open .toggle-button-step.step-3,
    .menu-modal-open .toggle-button-step.step-3,
    .sharing-modal-open .toggle-button-step.step-3,
    .libraries-advanced-search .toggle-button-step.step-3 {
      -webkit-transform: rotate(45deg) translate(-4px, -5px);
          -ms-transform: rotate(45deg) translate(-4px, -5px);
              transform: rotate(45deg) translate(-4px, -5px); }

.page-header-container {
  width: 100%;
  padding: 80px 0 0;
  background-color: #fff; }
  @media screen and (max-width: 759px) {
    .page-header-container {
      padding-top: 40px; } }
  @media screen and (max-width: 419px) {
    .page-header-container {
      padding-top: 20px; } }
  .page-header-container.has-border {
    padding-bottom: 80px; }
    @media screen and (max-width: 1039px) {
      .page-header-container.has-border {
        padding-bottom: 40px; } }
    @media screen and (max-width: 419px) {
      .page-header-container.has-border {
        padding-bottom: 20px; } }
  .page-header-container.workshop-header, .page-header-container.centered-header, .page-header-container.divider-header {
    text-align: center; }

.page-header {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 1359px) {
    .page-header {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .page-header {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .page-header {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 1359px) {
    .rte-container .page-header {
      padding-right: 0;
      padding-left: 0; } }
  .workshop-header .page-header {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }

.page-header-image {
  width: 175px;
  height: auto;
  margin: 0 auto 26.66667px; }
  @media screen and (max-width: 1039px) {
    .page-header-image {
      width: 125px; } }
  @media screen and (max-width: 419px) {
    .page-header-image {
      width: 75px; } }
  .workshop-header .page-header-image {
    -webkit-box-ordinal-group: 2;
            order: 1;
    -webkit-column-break-after: always;
       page-break-after: always;
            break-after: always; }
  .page-header-image img {
    display: block;
    width: 100%;
    height: auto; }

.page-header-taxonomy {
  font-size: 0;
  display: block;
  margin-bottom: 20px; }
  .workshop-header .page-header-taxonomy {
    -webkit-box-ordinal-group: 4;
            order: 3;
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
  .workshop-header .page-header-taxonomy a {
    color: #333;
    background-color: #e7e7e7; }
  .page-header-taxonomy.tags a {
    color: #333;
    background-color: #e7e7e7; }

.page-header-title {
  width: 100%;
  margin: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.3; }
  @media screen and (max-width: 1039px) {
    .page-header-title {
      font-size: 55.38462px; } }
  @media screen and (max-width: 759px) {
    .page-header-title {
      font-size: 42px; } }
  @media screen and (max-width: 419px) {
    .page-header-title {
      font-size: 36px; } }
  .workshop-header .page-header-title {
    -webkit-box-ordinal-group: 3;
            order: 2; }
    .workshop-header .page-header-title::after {
      display: block;
      width: 100px;
      height: 0;
      padding: 40px 0 0;
      margin: 0 auto 40px;
      border-bottom: 3px solid #d8d8d8;
      content: ""; }

.page-header-tagline {
  display: block;
  margin-top: 13.33333px;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.03em;
  color: #808184; }
  @media screen and (max-width: 759px) {
    .page-header-tagline {
      font-size: 18px; } }

.page-header-author {
  font-weight: normal; }
  .page-header-author::after {
    display: block;
    width: 100px;
    height: 0;
    padding: 40px 0 0;
    border-bottom: 3px solid #d8d8d8;
    content: ""; }

.page-header-description,
.page-header-results {
  max-width: 620px;
  margin: 20px 0 0;
  font-size: 24px;
  font-style: italic; }
  @media screen and (max-width: 419px) {
    .page-header-description,
    .page-header-results {
      font-size: 16px; } }
  .centered-header .page-header-description, .centered-header
  .page-header-results {
    margin: 0 auto; }
  .divider-header .page-header-description, .divider-header
  .page-header-results {
    margin: 0 auto 60px; }
    .divider-header .page-header-description::after, .divider-header
    .page-header-results::after {
      display: block;
      width: 100px;
      height: 0;
      padding: 40px 0 0;
      margin: 0 auto 40px;
      border-bottom: 3px solid #d8d8d8;
      content: ""; }

.breadcrumbs-container {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d8d8d8; }

.breadcrumbs {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 13.33333px 0; }
  @media screen and (max-width: 1359px) {
    .breadcrumbs {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .breadcrumbs {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .breadcrumbs {
      padding-right: 20px;
      padding-left: 20px; } }
  .breadcrumbs li {
    display: inline-block;
    vertical-align: middle; }
    .breadcrumbs li > * {
      font-style: italic;
      color: #808184; }
    .breadcrumbs li > *::after {
      padding: 13.33333px;
      color: #808184;
      content: ">"; }
    .breadcrumbs li:last-child > *::after {
      display: none; }
    .breadcrumbs li a {
      color: #f16522; }
    .breadcrumbs li a:hover {
      color: #f58c5a; }
  .breadcrumbs .item-home {
    display: none; }

.modal-header {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0;
  padding: 26.66667px 0; }
  @media screen and (max-width: 1359px) {
    .modal-header {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .modal-header {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .modal-header {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 419px) {
    .modal-header {
      padding: 13.33333px 20px; } }
  .modal-header .header-branding {
    width: 50%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 759px) {
      .modal-header .header-branding {
        width: 66.66667%;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
        vertical-align: middle; } }
  .modal-header .toggle-button-parent {
    width: 50%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    top: 53.33333px;
    text-align: right; }
    @media screen and (max-width: 759px) {
      .modal-header .toggle-button-parent {
        width: 33.33333%;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
        vertical-align: middle; } }
    .modal-header .toggle-button-parent .toggle-button {
      right: 4px;
      display: inline-block; }

@media screen and (max-width: 759px) {
  .table-of-contents-container {
    display: none !important; } }

.table-of-contents {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-width: 790px;
  padding: 80px 0; }
  @media screen and (max-width: 1359px) {
    .table-of-contents {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .table-of-contents {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .table-of-contents {
      padding-right: 20px;
      padding-left: 20px; } }

.table-of-contents-toggle {
  float: right;
  margin: 0;
  font-size: 13px;
  color: #808184; }
  @media screen and (max-width: 759px) {
    .table-of-contents-toggle {
      display: none; } }

.table-of-contents-header h5 {
  margin-top: 0;
  color: #808184; }
  .table-of-contents-header h5::after {
    display: block;
    width: 100px;
    height: 0;
    margin: 26.66667px 0;
    border-bottom: 4px solid #d8d8d8;
    content: ""; }

.table-of-contents-close {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 1359px) {
    .table-of-contents-close {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .table-of-contents-close {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .table-of-contents-close {
      padding-right: 20px;
      padding-left: 20px; } }

.table-of-contents-close-button {
  float: right; }
  .table-of-contents-close-button svg {
    display: block;
    width: 18px;
    height: 18px;
    margin: 40px 0;
    fill: #333; }

.table-of-contents-list h1 {
  font-size: 18px; }

.table-of-contents-list li:last-child h1 {
  margin-bottom: 0; }

.table-of-contents-list img {
  display: none; }

.sharing-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.sharing-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 570px; }
  @media screen and (max-width: 1279px) {
    .sharing-modal {
      max-width: 470px; } }
  @media screen and (max-width: 759px) {
    .sharing-modal {
      padding: 26.66667px;
      box-sizing: border-box; } }
  @media screen and (max-width: 419px) {
    .sharing-modal {
      max-width: 100%;
      padding: 26.66667px 20px; } }

.sharing-modal-title {
  font-size: 72px;
  font-weight: bold; }
  @media screen and (max-width: 1039px) {
    .sharing-modal-title {
      font-size: 42px; } }
  @media screen and (max-width: 419px) {
    .sharing-modal-title {
      font-size: 36px; } }

.sharing-modal-link-list {
  font-size: 0; }

.sharing-modal-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px; }
  @media screen and (max-width: 1039px) {
    .sharing-modal-link {
      margin-right: 13.33333px; } }
  .sharing-modal-link:hover svg {
    fill: #333; }
  .sharing-modal-link svg {
    display: block;
    width: 60px;
    height: 60px;
    fill: #f16522; }
    @media screen and (max-width: 1039px) {
      .sharing-modal-link svg {
        width: 32px;
        height: 32px; } }

.sharing-modal-url {
  width: 100%;
  height: 50px;
  padding: 0 13.33333px;
  margin-top: 40px;
  line-height: 50px;
  background-color: #f7f7f7;
  border: 1px solid #d8d8d8;
  box-sizing: border-box; }

.hero-cta {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  background-color: #f7f7f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 759px) {
    .hero-cta {
      width: 100%;
      height: 0;
      padding-bottom: 75%; } }
  @media screen and (max-width: 419px) {
    .hero-cta {
      width: 100%;
      height: 0;
      padding-bottom: 100%; } }

.hero-cta-content {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 1359px) {
    .hero-cta-content {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .hero-cta-content {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .hero-cta-content {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 1039px) {
    .hero-cta-content {
      padding-left: 40px; } }

.hero-cta-content-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.hero-cta-title {
  margin-bottom: 0;
  font-size: 72px; }
  @media screen and (max-width: 1039px) {
    .hero-cta-title {
      padding-right: 40px;
      padding-bottom: 13.33333px;
      font-size: 42px; } }
  @media screen and (max-width: 759px) {
    .hero-cta-title {
      font-size: 36px; } }
  @media screen and (max-width: 419px) {
    .hero-cta-title {
      font-size: 28px; } }
  .hero-cta-title span {
    display: inline-block;
    vertical-align: middle; }
  .hero-cta-title svg {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-left: 15px;
    fill: #f16522; }
    @media screen and (max-width: 1039px) {
      .hero-cta-title svg {
        width: 32px;
        height: 32px;
        margin-left: 10px; } }

.hero-cta-description {
  max-width: 670px;
  margin-top: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 1.3; }
  @media screen and (max-width: 1039px) {
    .hero-cta-description {
      padding-right: 40px;
      font-size: 18px; } }

.woocommerce button.button, .woocommerce .gform_body button[type="button"], .gform_body .woocommerce button[type="button"], .woocommerce
.gform_body button[type="submit"],
.gform_body .woocommerce button[type="submit"], .woocommerce
.gform_footer button[type="button"],
.gform_footer .woocommerce button[type="button"], .woocommerce
.gform_footer button[type="submit"],
.gform_footer .woocommerce button[type="submit"], .woocommerce .user-login-form .login-submit button[type="submit"], .user-login-form .login-submit .woocommerce button[type="submit"],
.woocommerce a.button,
.woocommerce .gform_body a[type="button"], .gform_body
.woocommerce a[type="button"],
.woocommerce
.gform_body a[type="submit"],
.gform_body
.woocommerce a[type="submit"],
.woocommerce
.gform_footer a[type="button"],
.gform_footer
.woocommerce a[type="button"],
.woocommerce
.gform_footer a[type="submit"],
.gform_footer
.woocommerce a[type="submit"],
.woocommerce .user-login-form .login-submit a[type="submit"], .user-login-form .login-submit
.woocommerce a[type="submit"],
.woocommerce .pagination li a, .pagination li
.woocommerce a {
  letter-spacing: 1px;
  letter-spacing: 2px;
  position: relative;
  padding: 13.33333px 20px;
  margin: 0;
  color: #fff;
  background-color: #f16522 !important; }
  .woocommerce button.button:hover, .woocommerce .gform_body button[type="button"]:hover, .gform_body .woocommerce button[type="button"]:hover, .woocommerce
  .gform_body button[type="submit"]:hover,
  .gform_body .woocommerce button[type="submit"]:hover, .woocommerce
  .gform_footer button[type="button"]:hover,
  .gform_footer .woocommerce button[type="button"]:hover, .woocommerce
  .gform_footer button[type="submit"]:hover,
  .gform_footer .woocommerce button[type="submit"]:hover, .woocommerce .user-login-form .login-submit button[type="submit"]:hover, .user-login-form .login-submit .woocommerce button[type="submit"]:hover,
  .woocommerce a.button:hover,
  .woocommerce .gform_body a[type="button"]:hover, .gform_body
  .woocommerce a[type="button"]:hover,
  .woocommerce
  .gform_body a[type="submit"]:hover,
  .gform_body
  .woocommerce a[type="submit"]:hover,
  .woocommerce
  .gform_footer a[type="button"]:hover,
  .gform_footer
  .woocommerce a[type="button"]:hover,
  .woocommerce
  .gform_footer a[type="submit"]:hover,
  .gform_footer
  .woocommerce a[type="submit"]:hover,
  .woocommerce .user-login-form .login-submit a[type="submit"]:hover, .user-login-form .login-submit
  .woocommerce a[type="submit"]:hover,
  .woocommerce .pagination li a:hover, .pagination li
  .woocommerce a:hover {
    color: #fff !important;
    background-color: #f4844e !important; }

.woocommerce .quantity {
  display: block;
  width: 100%;
  margin-top: 20px !important;
  margin-bottom: 40px !important; }
  .woocommerce .quantity [type="number"] {
    padding: 13.33333px !important;
    text-align: left; }

.product_title {
  font-size: 42px; }

.cart_totals > h2 {
  font-size: 24px; }

.woocommerce-Tabs-panel > h2 {
  display: none; }

.woocommerce-Price-amount {
  text-decoration: none; }

.product .price {
  color: #f16522 !important; }

.product .price ins {
  text-decoration: none; }

.product .price del {
  margin-right: 6.66667px; }

.woocommerce .actions .coupon [type="text"] {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
  min-width: 160px;
  padding: 13.33333px !important;
  text-align: left; }

.woocommerce .actions .coupon [type="submit"] {
  display: inline-block;
  vertical-align: middle; }

.woocommerce .actions [type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px; }

.wcppec-checkout-buttons__separator {
  margin: 26.66667px 0; }

.woocommerce .added_to_cart,
.woocommerce-message a,
.cart_item .product-name a {
  padding-left: 13.33333px;
  color: #f16522; }

.cart_item .product-name a {
  padding-left: 0;
  font-size: 16px; }

.cart_item .product-thumbnail a img {
  width: 100px !important; }

.product-container > .products {
  font-size: 0;
  margin: -20px !important; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: inline-block !important;
  float: none !important;
  width: calc(25% - 40px) !important;
  padding: 0 20px !important;
  margin: 0 !important; }

.woocommerce-ordering {
  display: none; }

.split-cta {
  font-size: 0; }

.split-cta-column-container {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 759px) {
    .split-cta-column-container {
      width: 100%; } }

.split-cta-column {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative; }
  @media screen and (max-width: 759px) {
    .split-cta-column {
      width: calc(100% - 80px);
      height: auto;
      padding: 40px; } }

.split-cta-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 380px; }
  @media screen and (max-width: 1039px) {
    .split-cta-text {
      min-width: 80%; } }
  @media screen and (max-width: 759px) {
    .split-cta-text {
      position: relative;
      top: 0;
      left: 0;
      min-width: 80%;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  @media screen and (max-width: 419px) {
    .split-cta-text {
      min-width: 100%; } }

@media screen and (max-width: 759px) {
  .split-cta-title {
    font-size: 24px; } }

.split-cta-title::after {
  display: block;
  width: 50px;
  margin: 26.66667px 0;
  border-bottom: 4px solid #fff;
  content: ""; }

.split-cta-title a {
  position: relative; }
  .split-cta-title a:hover {
    color: #333; }

.split-cta-title span {
  display: inline-block;
  vertical-align: middle;
  display: inline; }

.split-cta-title svg {
  position: absolute;
  bottom: 3px;
  right: -50px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: 5px; }
  .single-workshop .split-cta-title svg {
    fill: #fff; }

.split-cta-title.long-title svg {
  margin-top: 2px; }

.split-cta-description {
  font-size: 18px; }

.split-cta-description-link {
  font-size: 18px;
  font-style: italic;
  color: #fff; }

.gf_progressbar_title {
  font-size: 18px;
  text-align: center; }

.gf_progressbar_wrapper {
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d8d8d8; }

.gf_progressbar {
  width: 100%;
  height: 50px;
  background-color: #e7e7e7;
  border-radius: 7px; }

.gf_progressbar_percentage {
  height: 50px;
  text-align: center;
  background-color: #8dcad5;
  border-radius: 7px 0 0 7px; }
  .gf_progressbar_percentage span {
    height: 50px;
    line-height: 50px;
    color: #fff; }

.gfield {
  margin-top: 40px; }
  .gfield > * {
    font-size: 18px; }
  .gfield .gsection_title {
    font-size: 28px;
    font-weight: normal;
    color: #808184; }

.gform_body input,
.gform_body textarea,
.gform_body .form-select-wrapper {
  box-sizing: border-box; }

.gfield_label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;}

.ginput_complex {
  margin-bottom: -13.33333px; }
  .ginput_complex label {
    display: block;
    margin-top: 13.33333px;
    margin-bottom: 13.33333px;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    color: #808184; }

form[id*="gform"] .validation_error {
  padding: 20px;
  font-size: 16px;
  text-align: center;
  background-color: #ffeec4; }

.gfield_description {
  display: block;
  margin-top: 13.33333px;
  margin-bottom: 13.33333px;
  font-size: 13px;
  font-style: italic;
  line-height: 1;
  color: #333; }
  .gfield_description.validation_message {
    color: #f16522; }

.ginput_complex {
  font-size: 0; }
  .ginput_complex .name_first,
  .ginput_complex .ginput_left {
    width: 50%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 20px; }
  .ginput_complex .name_last,
  .ginput_complex .ginput_right {
    width: 50%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 0; }

.gform_page_footer,
.gform_footer {
  padding-top: 40px;
  margin-top: 40px;
  text-align: center;
  border-top: 1px solid #d8d8d8; }

.gform_body [type="button"],
.gform_body [type="submit"],
.gform_footer [type="button"],
.gform_footer [type="submit"] {
  display: block;
  width: auto;
  margin: 0 auto;
  border: 0; }

.gform_save_link {
  display: inline-block;
  padding: 0 6.66667px;
  margin: 13.33333px 0;
  font-style: italic;
  font-weight: 500;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #333; }

.user-login-form {
  max-width: 420px;
  margin: 0 auto;
  text-align: center; }
  .user-login-form label {
    display: block;
    margin-bottom: 13.33333px;
    font-weight: 500;
    color: #808184;
    text-transform: capitalize; }
  .user-login-form [type="text"],
  .user-login-form [type="password"] {
    box-sizing: border-box; }
  .user-login-form .login-remember [type="checkbox"] {
    margin-right: 6.66667px; }

.pagination {
  padding: 40px 0 0;
  margin: 80px 0 40px;
  text-align: center;
  border-top: 1px solid #e7e7e7; }
  .pagination ul {
    font-size: 0; }
  .pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px; }
    .pagination li a {
      display: inline-block;
      vertical-align: middle;
      height: 23px;
      line-height: 23px; }
    .pagination li span {
      display: inline-block;
      vertical-align: middle; }
    .pagination li .ellipses {
      position: relative;
      top: -2px;
      padding: 0 5px 0 6px;
      letter-spacing: 2px;
      color: #f58c5a; }
    .pagination li svg {
      display: inline-block;
      vertical-align: middle;
      right: 6.66667px;
      left: auto !important; }
    .pagination li.next-button a {
      padding-right: 40px; }
    .pagination li.prev-button a {
      padding-left: 40px; }
    .pagination li.prev-button svg {
      right: auto;
      left: 6.66667px !important;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.header-container {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 26.66667px 0;
  background-color: #fff;
  border-bottom: 4px solid #d8d8d8;
  -webkit-transition: top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 419px) {
    .header-container {
      padding: 13.33333px 0; } }
  @media screen and (min-width: 760px) {
    .header-transparent .header-container {
      position: absolute;
      background-color: transparent;
      border-bottom-color: transparent; } }
  @media screen and (min-width: 760px) {
    .fixed-header .header-transparent .header-container {
      background-color: #fff;
      border-bottom: 4px solid #d8d8d8; } }
  .fixed-header .header-container {
    position: fixed;
    top: -160px;
    padding: 10px 0; }
  .fixed-header-visible .header-container {
    top: 0; }

.header {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0; }
  @media screen and (max-width: 1359px) {
    .header {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .header {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .header {
      padding-right: 20px;
      padding-left: 20px; } }

.header-branding {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 15; }
  @media screen and (max-width: 759px) {
    .header-branding {
      width: 66.66667%;
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-left: 0;
      padding-right: 0;
      display: inline-block;
      vertical-align: middle; } }

.header-tools {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 759px) {
    .header-tools {
      width: 33.33333%;
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-left: 0;
      padding-right: 0;
      display: inline-block;
      vertical-align: middle; } }

.header-branding {
  position: relative; }
  .header-branding:hover .header-branding-thumbprint {
    fill: #f48652; }
  .header-branding:hover .header-branding-text {
    fill: rgba(51, 51, 51, 0.8); }

.header-branding-thumbprint {
  display: inline-block;
  vertical-align: bottom;
  width: 75px;
  height: 77px;
  margin-right: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  fill: #f16522; }
  @media screen and (max-width: 759px) {
    .header-branding-thumbprint {
      width: 50px;
      height: 52px;
      margin-right: 13.33333px; } }
  @media screen and (max-width: 419px) {
    .header-branding-thumbprint {
      width: 35px;
      height: 36px;
      margin-right: 6.66667px; } }
  .fixed-header .header-branding-thumbprint {
    width: 35px;
    height: 36px;
    margin-right: 6.66667px; }

.header-branding-text {
  display: inline-block;
  vertical-align: bottom;
  width: 223px;
  height: 53px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  fill: #333; }
  @media screen and (max-width: 759px) {
    .header-branding-text {
      width: 155px;
      height: 36px; } }
  @media screen and (max-width: 419px) {
    .header-branding-text {
      width: 125px;
      height: 29px; } }
  .fixed-header .header-branding-text {
    width: 125px;
    height: 29px; }
  .search-modal-open .header-branding-text {
    fill: #fff; }
  @media screen and (max-width: 759px) {
    .header-transparent .header-branding-text {
      fill: #333; } }
  @media screen and (max-width: 759px) {
    .search-modal-open .header-branding-text {
      fill: #fff; } }
  .menu-modal-open .header-branding-text {
    fill: #333; }

.header-branding-date {
  position: absolute;
  top: 0;
  left: 100px;
  display: none;
  font-size: 13px;
  font-style: italic;
  color: #333;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 759px) {
    .header-branding-date {
      top: -10px;
      left: 68px;
      font-size: 11px; } }
  .home .header-branding-date {
    display: block; }
    @media screen and (max-width: 419px) {
      .home .header-branding-date {
        display: none; } }
  .fixed-header .header-branding-date {
    display: none; }
  .search-modal-open .header-branding-date {
    color: #fff; }
  .header-branding-date::after {
    display: block;
    width: 15px;
    height: 0;
    border-bottom: 1px solid #333;
    content: ""; }
    .search-modal-open .header-branding-date::after {
      border-bottom-color: #fff; }

.header-tools {
  text-align: right; }

.header-tools-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px; }
  @media screen and (max-width: 759px) {
    .header-tools-item {
      margin-left: 20px; } }
  .header-tools-item:first-of-type {
    margin-left: 0; }
  .header-tools-item:hover svg {
    fill: #858585; }
  .header-tools-item svg {
    fill: #333; }
    @media screen and (min-width: 760px) {
      .header-transparent .header-tools-item svg {
        fill: #fff; } }
    @media screen and (min-width: 760px) {
      .header-transparent .header-tools-item svg:hover {
        fill: rgba(255, 255, 255, 0.8); } }
    .fixed-header .header-transparent .header-tools-item svg {
      fill: #333; }

.header-tools-item-text {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  letter-spacing: 2px;
  margin: 1px 0 0;
  font-weight: normal;
  line-height: 1;
  color: #333; }
  @media screen and (max-width: 1039px) {
    .header-tools-item-text {
      display: none; } }
  .header-tools-item-text a {
    color: #333; }
    .header-tools-item-text a:hover {
      color: #858585; }
    @media screen and (min-width: 760px) {
      .header-transparent .header-tools-item-text a {
        color: #fff; } }
    @media screen and (min-width: 760px) {
      .header-transparent .header-tools-item-text a:hover {
        color: rgba(255, 255, 255, 0.8); } }
    @media screen and (min-width: 760px) {
      .fixed-header .header-transparent .header-tools-item-text a {
        color: #333; } }

@media screen and (max-width: 419px) {
  .header-tools-item-cart {
    display: none; } }

.header-tools-cart svg {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px; }

.header-tools-cart .header-tools-cart-count {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #f16522; }
  @media screen and (max-width: 759px) {
    .header-tools-cart .header-tools-cart-count {
      display: none; } }

.header-tools-search {
  position: relative;
  top: 1px; }
  .header-tools-search svg {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px; }

.menu-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #ffeec4; }

.menu-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 570px; }
  @media screen and (max-width: 1279px) {
    .menu-modal {
      max-width: 470px; } }
  @media screen and (max-width: 759px) {
    .menu-modal {
      padding: 80px 26.66667px 26.66667px;
      box-sizing: border-box; } }
  @media screen and (max-width: 419px) {
    .menu-modal {
      max-width: 100%;
      padding: 80px 20px 20px; } }
  @media only screen and (max-device-width: 760px) and (orientation: landscape) {
    .menu-modal {
      font-size: 0;
      max-width: 100%; } }

.menu-modal-link-list {
  padding-bottom: 40px;
  border-bottom: 4px solid #333; }
  @media screen and (max-width: 1279px) {
    .menu-modal-link-list {
      padding-bottom: 26.66667px; } }
  @media only screen and (max-device-width: 760px) and (orientation: landscape) {
    .menu-modal-link-list {
      width: 50%;
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-left: 0;
      padding-right: 20px;
      padding-top: 80px;
      padding-bottom: 0;
      border-bottom: 0; } }
  .menu-modal-link-list .menu-item {
    margin-bottom: 0; }
    @media screen and (max-width: 759px) {
      .menu-modal-link-list .menu-item {
        margin-bottom: 13.33333px; } }
    @media screen and (max-height: 767px) {
      .menu-modal-link-list .menu-item {
        margin-bottom: 13.33333px; } }
    @media screen and (max-height: 579px) {
      .menu-modal-link-list .menu-item {
        margin-bottom: 6.66667px;
        line-height: 1.2; } }
    .menu-modal-link-list .menu-item a {
      font-size: 56px;
      font-weight: 500; }
      @media screen and (max-width: 1279px) {
        .menu-modal-link-list .menu-item a {
          font-size: 42px; } }
      @media screen and (max-height: 767px) {
        .menu-modal-link-list .menu-item a {
          font-size: 42px; } }
      @media screen and (max-width: 759px) {
        .menu-modal-link-list .menu-item a {
          font-size: 36px; } }
      @media screen and (max-width: 419px) {
        .menu-modal-link-list .menu-item a {
          font-size: 24px; } }

.menu-modal-button-list {
  font-size: 0;
  padding-top: 33.33333px; }
  @media only screen and (max-device-width: 760px) and (orientation: landscape) {
    .menu-modal-button-list {
      width: 50%;
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-left: 0;
      padding-right: 20px;
      padding-top: 80px; } }

.menu-modal-button-list-item {
  width: 25%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }
  .menu-modal-button-list-item:first-of-type {
    width: 25%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 20px; }
  .menu-modal-button-list-item:last-of-type {
    width: 25%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 0; }
  @media screen and (max-width: 759px) {
    .menu-modal-button-list-item,
    .menu-modal-button-list-item > *, .menu-modal-button-list-item:first-of-type, .menu-modal-button-list-item:last-of-type {
      display: block;
      width: 100%;
      padding-left: 0;
      text-align: left; } }
  .menu-modal-button-list-item a {
    letter-spacing: 1px;
    letter-spacing: 2px; }
    @media screen and (max-width: 1279px) {
      .menu-modal-button-list-item a {
        font-size: 14px;
        letter-spacing: 1px; } }
    @media screen and (max-height: 767px) {
      .menu-modal-button-list-item a {
        font-size: 14px;
        letter-spacing: 1px; } }
    @media screen and (max-width: 759px) {
      .menu-modal-button-list-item a {
        padding: 6.66667px 0;
        font-size: 18px; } }
    @media screen and (max-width: 419px) {
      .menu-modal-button-list-item a {
        padding: 0;
        font-size: 16px; } }
    @media only screen and (max-device-width: 760px) and (orientation: landscape) {
      .menu-modal-button-list-item a {
        margin: 0; }
        .menu-modal-button-list-item a:first-of-type {
          margin-top: 0; } }

.menu-modal-button-list-item-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  border-radius: 50%; }
  @media screen and (max-width: 1279px) {
    .menu-modal-button-list-item-icon {
      width: 45px;
      height: 45px;
      border-width: 2px; } }
  @media screen and (max-width: 759px) {
    .menu-modal-button-list-item-icon {
      display: none; } }
  .menu-modal-button-list-item-icon svg {
    width: 65px;
    height: 65px;
    fill: #f16522; }
    @media screen and (max-width: 1279px) {
      .menu-modal-button-list-item-icon svg {
        width: 45px;
        height: 45px; } }
    .menu-modal-button-list-item:hover .menu-modal-button-list-item-icon svg {
      fill: #333; }

.menu-modal-button-list-item-label {
  display: block;
  width: 100%;
  color: #f16522;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .menu-modal-button-list-item:hover .menu-modal-button-list-item-label {
    color: #333; }

.search-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #333; }

.search-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 570px; }
  @media screen and (max-width: 1279px) {
    .search-modal {
      max-width: 470px; } }
  @media screen and (max-width: 759px) {
    .search-modal {
      padding: 26.66667px;
      box-sizing: border-box; } }
  @media screen and (max-width: 419px) {
    .search-modal {
      max-width: 100%;
      padding: 20px; } }

.search-modal-form .search-form {
  position: relative;
  display: block;
  width: 100%; }

.search-modal-form .search-field {
  width: 100%;
  height: 112px;
  padding: 0 20px;
  font-size: 42px;
  color: #fff;
  text-transform: lowercase;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 759px) {
    .search-modal-form .search-field {
      height: 82px;
      font-size: 28px; } }
  .search-modal-form .search-field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .search-modal-form .search-field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .search-modal-form .search-field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .search-modal-form .search-field::placeholder {
    color: rgba(255, 255, 255, 0.5); }

.search-modal-form .search-field:focus {
  border-bottom: 2px solid #f58c5a;
  outline: 0; }
  .search-modal-form .search-field:focus + .search-submit svg {
    fill: #f58c5a; }

.search-modal-form .search-submit {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px; }
  .search-modal-form .search-submit svg {
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    fill: #fff; }
    @media screen and (max-width: 759px) {
      .search-modal-form .search-submit svg {
        width: 24px;
        height: 24px; } }

.home-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #f7f7f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 759px) {
    .home-hero {
      max-height: calc(100vh - 110px); } }
  @media screen and (max-width: 419px) {
    .home-hero {
      max-height: calc(100vh - 67px); } }

.home-hero-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.home-hero-text {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 1359px) {
    .home-hero-text {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .home-hero-text {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .home-hero-text {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 1359px) {
    .home-hero-text {
      padding-left: 40px; } }
  .home-hero-text h1 {
    position: absolute;
    bottom: 25vh;
    max-width: 625px;
    padding-right: 40px;
    margin: 0;
    font-size: 72px;
    line-height: 1.1;
    color: #fff; }
    @media screen and (max-width: 759px) {
      .home-hero-text h1 {
        font-size: 42px; } }
    @media screen and (max-width: 419px) {
      .home-hero-text h1 {
        bottom: 120px;
        font-size: 36px; } }
    @media screen and (max-height: 579px) {
      .home-hero-text h1 {
        max-width: 825px; } }

.home-hero-arrow {
  position: absolute;
  bottom: 12vh; }
  @media screen and (max-width: 419px) {
    .home-hero-arrow {
      bottom: 40px; } }
  .home-hero-arrow svg {
    display: block;
    width: 28px;
    height: 15px;
    fill: #fff; }

.home-feature {
  font-size: 0; }

.home-feature-column-container {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 759px) {
    .home-feature-column-container {
      width: 100%; } }

.home-feature-column {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative; }
  @media screen and (max-width: 759px) {
    .home-feature-column {
      width: calc(100% - 80px);
      height: auto;
      padding: 40px; } }

.home-workshops .home-feature-content {
  background-color: #8dcad5; }

.home-resources .home-feature-content {
  background-color: #f58c5a; }

.home-feature-content-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 400px;
  min-width: 300px; }
  @media screen and (max-width: 759px) {
    .home-feature-content-text {
      position: relative;
      top: 0;
      left: 0;
      max-width: 80%;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  @media screen and (max-width: 419px) {
    .home-feature-content-text {
      max-width: 100%; } }

@media screen and (max-width: 759px) {
  .home-feature-content-title {
    font-size: 24px; } }

.home-feature-content-title::after {
  display: block;
  width: 50px;
  margin: 26.66667px 0;
  border-bottom: 4px solid #fff;
  content: ""; }

.home-feature-content-title a:hover {
  color: #333; }

.home-feature-content-title span {
  display: inline-block;
  vertical-align: middle; }

.home-feature-content-title svg {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-top: -2px;
  margin-left: 5px;
  fill: #f16522; }
  .home-resources .home-feature-content-title svg {
    fill: #fff; }

.home-feature-content-description {
    font-size: 18px;
    font-style: italic;
}

.home-feature-list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 445px; }
  @media screen and (max-width: 759px) {
    .home-feature-list {
      position: relative;
      top: 0;
      left: 0;
      max-width: 100%;
      padding: 40px 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.home-feature-list-item::after {
  display: block;
  width: 25px;
  margin: 25px 0 30px;
  border-bottom: 4px solid #d8d8d8;
  content: ""; }

.home-feature-list-item:last-of-type::after {
  display: none; }

@media screen and (max-width: 1039px) {
  .home-feature-list-item:nth-child(3)::after {
    display: none; } }

@media screen and (max-width: 759px) {
  .home-feature-list-item:nth-child(3)::after {
    display: block; } }

@media screen and (max-width: 1039px) {
  .home-feature-list-item:nth-child(4) {
    display: none; } }

@media screen and (max-width: 759px) {
  .home-feature-list-item:nth-child(4) {
    display: block; } }

@media screen and (max-width: 1279px) {
  .home-feature-list-item:nth-child(4)::after {
    display: none; } }

@media screen and (max-width: 759px) {
  .home-feature-list-item:nth-child(4)::after {
    display: block; } }

@media screen and (max-width: 1279px) {
  .home-feature-list-item:nth-child(5) {
    display: none; } }

@media screen and (max-width: 759px) {
  .home-feature-list-item:nth-child(5) {
    display: block; } }

.home-feature-list-item-taxonomy {
  margin: 0; }
  .home-feature-list-item-taxonomy a::after {
    content: ","; }
  .home-feature-list-item-taxonomy a:last-child::after {
    display: none; }

.home-feature-list-item-title {
  margin-bottom: 0;
  font-size: 18px; }

.home-feature-grid {
  font-size: 0; }

.home-feature-grid-item {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 419px) {
    .home-feature-grid-item {
      width: 100%; } }
  @media screen and (max-width: 419px) {
    .home-feature-grid-item:nth-child(1) {
      padding-top: 40px; } }
  .home-feature-grid-item:nth-child(2), .home-feature-grid-item:nth-child(3) {
    background-color: #f7f7f7; }
    @media screen and (max-width: 419px) {
      .home-feature-grid-item:nth-child(2), .home-feature-grid-item:nth-child(3) {
        background-color: transparent; } }

.home-feature-grid-item-content {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative; }
  @media screen and (max-width: 419px) {
    .home-feature-grid-item-content {
      height: auto;
      padding-bottom: 0; } }

.home-feature-grid-item-content-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 200px; }
  @media screen and (max-width: 419px) {
    .home-feature-grid-item-content-text {
      position: relative;
      top: 0;
      padding-bottom: 40px;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }

.home-feature-grid-item-button {
  display: block;
  width: calc(100% - 80px); }

.home-feature-grid-item-description {
  margin-bottom: 0;
  font-size: 18px; }

@media screen and (max-width: 1039px) {
  .home-resources {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; } }

@media screen and (max-width: 1039px) {
  .home-resources .home-feature-column {
    height: auto;
    padding-bottom: 0; } }

@media screen and (max-width: 759px) {
  .home-resources .home-feature-column {
    padding-top: 0; } }

@media screen and (max-width: 1039px) {
  .home-resources .home-feature-content-text {
    position: relative;
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@media screen and (max-width: 759px) {
  .home-resources .home-feature-content-text {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

@media screen and (max-width: 1039px) {
  .home-resources .home-feature-column-container {
    width: 100%; } }

@media screen and (max-width: 1039px) {
  .home-resources .home-feature-column-container:not(.home-feature-content) .home-feature-column {
    width: 100%;
    padding-right: 0;
    padding-left: 0; } }

@media screen and (max-width: 1039px) {
  .home-resources .home-feature-column-container:first-child {
    -webkit-box-ordinal-group: 3;
            order: 2; } }

@media screen and (max-width: 1039px) {
  .home-resources .home-feature-column-container:last-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
    padding: 40px 0; } }

.home-cmha-logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 155px;
  background-color: #00a79d;
  text-align: center;
}

.footer-container {
  width: 100%;
  padding: 53.33333px 0 106.66667px;
  background-color: #fff; }
  @media screen and (max-width: 1279px) {
    .footer-container {
      text-align: center; } }
  @media screen and (max-width: 759px) {
    .footer-container {
      padding: 53.33333px 0; } }

.footer {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0; }
  @media screen and (max-width: 1359px) {
    .footer {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .footer {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .footer {
      padding-right: 20px;
      padding-left: 20px; } }

.footer-menu-container {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 1279px) {
    .footer-menu-container {
      width: 100%; } }

.footer-meta-container {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 1279px) {
    .footer-meta-container {
      width: 100%; } }

.footer-primary-menu {
  position: relative;
  min-height: 60px;
  border-bottom: 2px solid #d8d8d8; }
  .footer-primary-menu .menu-footer-menu-container {
    position: absolute;
    bottom: 0;
    width: 100%; }
    @media screen and (max-width: 759px) {
      .footer-primary-menu .menu-footer-menu-container {
        position: relative;
        padding-bottom: 20px; } }
  .footer-primary-menu .menu-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 20px; }
    @media screen and (max-width: 759px) {
      .footer-primary-menu .menu-item {
        width: 100%;
        margin-right: 0; } }
    .footer-primary-menu .menu-item:last-of-type {
      margin-right: 0; }

.footer-secondary-menu {
  position: relative; }
  .footer-secondary-menu .menu-item {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 759px) {
      .footer-secondary-menu .menu-item {
        width: 100%;
        margin-right: 0; } }
    .footer-secondary-menu .menu-item:last-of-type {
      margin-right: 0; }
    .footer-secondary-menu .menu-item.highlight a {
      color: #f16522; }
    .footer-secondary-menu .menu-item.highlight a:hover {
      border-bottom-color: #333; }
    .footer-secondary-menu .menu-item a {
      border-bottom: 1px solid transparent; }

.footer-social-icons {
  position: relative;
  min-height: 60px;
  text-align: right;
  border-bottom: 2px solid #d8d8d8; }
  @media screen and (max-width: 1279px) {
    .footer-social-icons {
      padding-top: 20px;
      margin-top: 20px;
      text-align: center;
      border-top: 2px solid #d8d8d8;
      border-bottom: 0; } }
  .footer-social-icons .footer-social-icons-list {
    position: absolute;
    bottom: 2px;
    width: 100%; }
    .footer-social-icons .footer-social-icons-list > li {
      display: inline-block;
      vertical-align: middle;
      width: 33px;
      height: 33px;
      margin-bottom: 20px;
      margin-left: 26.66667px; }
  .footer-social-icons a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .footer-social-icons a svg {
      display: block;
      width: 33px;
      height: 33px;
      fill: #f16522; }
    .footer-social-icons a:hover svg {
      fill: #333; }

.footer-meta-link-container {
  position: relative;
  text-align: right; }
  @media screen and (max-width: 1279px) {
    .footer-meta-link-container {
      text-align: center; } }

.footer-meta-link-list li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  margin-left: 20px; }
  @media screen and (max-width: 759px) {
    .footer-meta-link-list li {
      width: 100%;
      margin-left: 0; } }
  .footer-meta-link-list li::before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 18px;
    margin: 0 20px 0 0;
    border-left: 1px solid #d8d8d8;
    content: ""; }
    @media screen and (max-width: 759px) {
      .footer-meta-link-list li::before {
        display: none; } }
  .footer-meta-link-list li:first-of-type {
    margin-left: 0; }
    .footer-meta-link-list li:first-of-type::before {
      display: none; }
  .footer-meta-link-list li.copyright {
    margin-left: 26.66667px; }
    @media screen and (max-width: 759px) {
      .footer-meta-link-list li.copyright {
        margin-left: 0; } }
    .footer-meta-link-list li.copyright::before {
      display: none; }
    .footer-meta-link-list li.copyright a {
      pointer-events: none; }
  .footer-meta-link-list li a {
    font-size: 13px;
    font-weight: 500;
    color: #808184; }

.single-post-container {
  position: relative;
  width: 100%; }
  .single-post-container + .split-cta {
    margin-top: 80px; }
    @media screen and (max-width: 759px) {
      .single-post-container + .split-cta {
        margin-top: 40px; } }

.single-post {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 1359px) {
    .single-post {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .single-post {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .single-post {
      padding-right: 20px;
      padding-left: 20px; } }
  .single-post.rte-container {
    max-width: 790px; }
  .single-post.product-container {
    margin: 80px auto; }

.single-post-sharing {
  letter-spacing: 1px;
  letter-spacing: 3px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #f16522;
  text-transform: uppercase; }

.single-post-prev-next {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 40px 0;
  margin: 80px auto;
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8; }
  @media screen and (max-width: 1359px) {
    .single-post-prev-next {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .single-post-prev-next {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .single-post-prev-next {
      padding-right: 20px;
      padding-left: 20px; } }
  .single-post-prev-next a.next {
    float: right;
    text-align: right; }
    @media screen and (max-width: 759px) {
      .single-post-prev-next a.next {
        display: block;
        float: none;
        width: 100%;
        text-align: center; } }
    .single-post-prev-next a.next em {
      padding-right: 45.33333px; }
      @media screen and (max-width: 759px) {
        .single-post-prev-next a.next em {
          padding-right: 0; } }
    .single-post-prev-next a.next span svg {
      margin-left: 13.33333px; }
      @media screen and (max-width: 759px) {
        .single-post-prev-next a.next span svg {
          display: none; } }
  .single-post-prev-next a.previous {
    float: left;
    text-align: left; }
    @media screen and (max-width: 759px) {
      .single-post-prev-next a.previous {
        display: none; } }
    .single-post-prev-next a.previous em {
      padding-left: 45.33333px; }
    .single-post-prev-next a.previous span svg {
      margin-right: 13.33333px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .single-post-prev-next span {
    font-size: 0; }
    .single-post-prev-next span svg {
      display: inline-block;
      vertical-align: middle;
      width: 32px;
      height: 32px;
      fill: #f16522; }
    .single-post-prev-next span label {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: 1px;
      letter-spacing: 2px;
      margin: 0;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer; }
  .single-post-prev-next em {
    display: block;
    margin-top: 13.33333px;
    font-size: 18px;
    color: #f58c5a; }

.single-post-footer {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 20px 0;
  margin: 80px auto;
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8; }
  @media screen and (max-width: 1359px) {
    .single-post-footer {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .single-post-footer {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .single-post-footer {
      padding-right: 20px;
      padding-left: 20px; } }

.single-footer-back-button svg {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  fill: #f16522; }

.single-footer-back-button span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13.33333px;
  color: #f16522; }

.contact-form-container {
  padding-bottom: 80px; }

.contact-crisis-container,
.resource-crisis-container {
  padding: 60px 40px;
  text-align: center;
  background-color: rgba(248, 178, 145, 0.25); }

.contact-crisis-title,
.resource-crisis-title {
  letter-spacing: 1px;
  letter-spacing: 2px;
  margin: 0;
  font-family: "brandon-grotesque", sans-serif !important;
  font-weight: bold !important;
  line-height: 1;
  text-transform: uppercase; }
  .contact-crisis-title::after {
    display: block;
    width: 50px;
    height: 0;
    margin: 33.33333px auto;
    border-bottom: 4px solid #333;
    content: ""; }

.contact-crisis-link,
.resource-crisis-link {
  letter-spacing: 2px;
  margin: 0;
  font-weight: bold;
  color: #f16522;
  text-transform: uppercase; }
  .contact-crisis-link span,
  .resource-crisis-link span {
    display: inline-block;
    vertical-align: middle; }
  .contact-crisis-link svg,
  .resource-crisis-link svg {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 6.66667px; }

.contact-mailing-address {
  letter-spacing: 1px;
  letter-spacing: 2px;
  display: block;
  padding: 0 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.contact-google-map {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  margin: 40px auto 80px;
  overflow: hidden; }
  @media screen and (max-width: 1359px) {
    .contact-google-map {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .contact-google-map {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .contact-google-map {
      padding-right: 20px;
      padding-left: 20px; } }
  .contact-google-map iframe {
    width: 100% !important; }
.contact-google-map .contact-google-map-overlay {
    position: relative;
    top: 420px;
    width: 100% !important;
    height: 420px;
    margin-top: -420px;
    background: transparent;
}
.single-page-table-container {
  position: relative;
  width: 100%;
  padding: 80px 0;
  margin: 80px auto;
  border-top: 2px solid #d8d8d8; }
 .single-page-certificate-container {
  position: relative;
  width: 100%;
  padding: 80px 0; } 
  .single-page-table-container.single-page-contact-table, .single-page-table-container.single-page-workshop-table {
    max-width: 570px;
    margin: 0 auto;
    border: 0; }

.single-page-table-inner {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 1359px) {
    .single-page-table-inner {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .single-page-table-inner {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .single-page-table-inner {
      padding-right: 20px;
      padding-left: 20px; } }

.single-page-table-subtitle {
  letter-spacing: 1px;
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase; }

.single-page-table-title {
  font-size: 24px;
  text-align: center; }

.single-page-table-description {
  font-size: 18px;
  text-align: center; }

.single-page-table-header {
  font-size: 0;
  border-bottom: 3px solid #d8d8d8; }

.single-page-table-header-cell {
  width: 33.33333%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding: 26.66667px 0 0;
  margin: 0 0 13.33333px;
  font-weight: normal;
  color: #808184; }
  .single-page-table-header-cell:nth-child(2) {
    text-align: center; }
  .single-page-table-header-cell:nth-child(3) {
    text-align: right; }

.single-page-table-row {
  font-size: 0;
  border-bottom: 2px solid #d8d8d8; }

.single-page-table-cell {
  width: 33.33333%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding: 26.66667px 0;
  margin: 0;
  font-size: 18px;
  font-style: italic; }
  .single-page-contact-table .single-page-table-cell:nth-child(odd) {
    width: 66.66667%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px; }
  .single-page-contact-table .single-page-table-cell:nth-child(even) {
    width: 33.33333%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px; }
  .single-page-table-cell:nth-child(2) {
    text-align: center; }
    .two-column .single-page-table-cell:nth-child(2) {
      text-align: right; }
  .single-page-table-cell:nth-child(3) {
    text-align: right; }
  .two-column .single-page-table-cell {
    width: 50%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
  .single-page-contact-table .single-page-table-cell,
  .single-page-workshop-table .single-page-table-cell {
    font-size: 18px;
    font-style: italic; }
  .single-page-table-cell a {
    margin-right: 0;
    color: #f16522; }
  .single-page-table-cell span {
    display: inline-block;
    vertical-align: middle; }
  .single-page-table-cell svg {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 16px;
    margin-left: 5px;
    fill: #f16522; }

.single-page-table-inner-cta {
  display: block;
  width: 100%;
  margin-bottom: -40px;
  text-align: center; }
  .single-page-table-inner-cta a {
    font-size: 22px; }
  .single-page-table-inner-cta svg {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 13.33333px;
    fill: #f16522; }

.single-page-staff-container {
  font-size: 0; }

.single-page-staff-member {
  width: 33.33333%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 1039px) {
    .single-page-staff-member {
      width: 50%;
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 759px) {
    .single-page-staff-member {
      width: 100%; } }

.single-page-staff-header {
  margin: 120px 0 40px;
  text-align: center; }
  @media screen and (max-width: 1039px) {
    .single-page-staff-header {
      margin: 40px 0; } }
  .single-page-staff-header h2 {
    font-weight: bold;
    text-transform: uppercase; }
  .single-page-staff-header::after {
    position: relative;
    left: 50%;
    display: block;
    width: 50px;
    height: 0;
    border-bottom: 3px solid #d8d8d8;
    content: "";
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.single-page-staff-title {
  display: block;
  margin-bottom: 6.66667px;
  font-size: 13px; }

.single-page-staff-name {
  color: #f16522;	
  display: block;
  font-size: 24px; }
  
.single-page-staff-name svg {
    position: relative;
    top: 3px;
    left: 10px;
    width: 20px;
    height: 20px;
    fill: #f16522; }

.single-page-staff-credentials {
  display: block;
  margin-top: 6.66667px;
  font-size: 13px;
  font-style: italic;
  color: #808184; }

.who-we-are-overlay {
  display: none !important;
}
  
.who-we-are-overlay.visible,
.who-we-are-overlay.animating {
  display: block !important;
}

.who-we-are-overlay.animating {
  opacity: 0 !important;
  transition: all 0.4s $ease-out-quad !important;
}

.who-we-are-overlay.visible {
  opacity: 1 !important;
}
  
.page-template-template-who-we-are .who-we-are-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .page-template-template-who-we-are .who-we-are-overlay.visible {
    opacity: 0.8; }

.page-template-template-who-we-are .single-page-staff-member-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  padding-right: 26.66667px;
  padding-left: 26.66667px;
  width: 600px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  box-sizing: border-box; }
  #wpadminbar .page-template-template-who-we-are .single-page-staff-member-popup {
    padding-top: 46px; }
  @media screen and (max-width: 759px) {
    .page-template-template-who-we-are .single-page-staff-member-popup {
      height: 100vh;
      overflow-y: scroll; }
      .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member-popup-internal {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: center;
                justify-content: center;
        height: 100%; } }
  .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member-popup-close-button {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    float: right; }
    .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member-popup-close-button svg {
      display: block;
      width: 18px;
      height: 18px;
      fill: #333; }
    @media screen and (max-width: 759px) {
      .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member-popup-close-button {
        display: block; } }
  .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-name {
    color: #333; }
  .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member {
    margin-bottom: 20px; }
    .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member::after {
      display: block;
      width: 50px;
      height: 0;
      margin: 26.66667px auto 0;
      border-bottom: 2px solid #d8d8d8;
      content: ""; }
  .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member-contact-info {
    margin: 20px;
    color: #f16522;
    font-family: "ff-more-web-pro", serif;
    font-style: italic;
    font-size: 18px; }
    .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member-contact-info a {
      color: #f16522; }
    .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member-contact-info svg {
      position: relative;
      top: 3px;
      margin: 0 5px 0 20px;
      width: 15px;
      height: 15px;
      fill: #f16522; }
  .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px; }
    .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member-social svg {
      display: block;
      margin-right: 5px;
      margin-left: 5px;
      width: 34px;
      height: 34px;
      fill: #f16522;
      cursor: pointer; }
      .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-member-social svg:hover {
        fill: #333; }
  .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-bio {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #333;
    font-family: "ff-more-web-pro", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6; }
    @media screen and (max-width: 759px) {
      .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-bio {
        margin-top: 20px;
        margin-bottom: 20px; } }
  @media screen and (max-width: 759px) {
    .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-email,
    .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-phone {
      display: block;
      margin-bottom: 15px;
      text-align: center; }
      .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-email svg,
      .page-template-template-who-we-are .single-page-staff-member-popup .single-page-staff-phone svg {
        margin-left: 0; } }


.single-page-details-container {
  padding-top: 13.33333px;
  text-align: center; }

p.single-page-details-item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 13.33333px; }
  @media screen and (max-width: 1039px) {
    p.single-page-details-item {
      margin: 13.33333px 0; } }
  p.single-page-details-item svg {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 13.33333px; }
  p.single-page-details-item span {
    display: inline-block;
    vertical-align: middle;
    color: #f58c5a; }
  p.single-page-details-item a {
    color: #f58c5a; }
    p.single-page-details-item a:hover {
      border-bottom: 1px solid #f58c5a; }

.single-page-media-header {
  margin: 80px 0 40px; }

.single-page-media-title {
  margin-bottom: 0;
  font-size: 24px;
  text-align: center; }

.single-page-media-description {
  margin-top: 13.33333px;
  font-size: 18px;
  text-align: center; }

.single-page-media-embed-links > * {
  display: block;
  max-width: 500px !important;
  margin: 40px auto !important;
  border-top: 1px solid #d8d8d8 !important; }
  @media screen and (max-width: 759px) {
    .single-page-media-embed-links > * {
      max-width: 100% !important; } }

.single-page-media-embed-links > iframe {
  border: 0 !important; }

.post-index-container {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-width: 770px;
  margin-top: 80px; }
  @media screen and (max-width: 1359px) {
    .post-index-container {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .post-index-container {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .post-index-container {
      padding-right: 20px;
      padding-left: 20px; } }

.post-index {
  padding-bottom: 80px; }

.post-index-item {
  padding: 40px;
  border-top: 1px solid #d8d8d8; }
  @media screen and (max-width: 759px) {
    .post-index-item {
      padding: 40px 0; } }
      
.post-index-item.is--passed * {
  color: #808184 !important;
}

.post-index-item.is--passed img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
      
.post-index-item-date.post-index-item-date--events {
  color: #f16522;
}

.post-index-item-meta {
  letter-spacing: 1px;
  margin: 6.66667px 0; }

.post-index-item-title {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3; }

.post-index-item-thumbnail {
  display: block;
  margin: 13.33333px 0 20px; }
  .post-index-item-thumbnail img {
    display: block;
    width: 100%;
    height: auto; }

.post-index-item-excerpt,
.post-index-item-excerpt > * {
  margin-top: 6.66667px;
  font-size: 18px; }

.libraries-menu-container {
  width: 100%;
  padding-top: 40px; }
  .libraries-menu-container.trainers-menu-container, .libraries-menu-container.about-menu-container {
    padding-top: 0; }
    @media screen and (max-width: 1039px) {
      .libraries-menu-container.trainers-menu-container, .libraries-menu-container.about-menu-container {
        border-bottom: 0; } }
    @media screen and (max-width: 759px) {
      .libraries-menu-container.trainers-menu-container, .libraries-menu-container.about-menu-container {
        padding-top: 26.66667px;
        border-bottom: 1px solid #d8d8d8; } }
    @media screen and (max-width: 419px) {
      .libraries-menu-container.trainers-menu-container, .libraries-menu-container.about-menu-container {
        padding-top: 20px; } }

.libraries-menu {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0; }
  @media screen and (max-width: 1359px) {
    .libraries-menu {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .libraries-menu {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .libraries-menu {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 1039px) {
    .libraries-menu {
      padding-right: 0;
      padding-left: 0; } }
  .libraries-menu .menu-item {
    display: inline-block;
    vertical-align: bottom; }
    @media screen and (max-width: 750px) {
      .libraries-menu .menu-item {
        width: 100%;
        margin-top: 0; } }
    .trainers-menu-container .libraries-menu .menu-item,
    .about-menu-container .libraries-menu .menu-item {
      margin-top: 0; }
    .libraries-menu .menu-item a {
      display: block;
      padding-bottom: 13.33333px;
      margin-bottom: 0;
      color: #d8d8d8;
      border-bottom: 5px solid transparent; }
      @media screen and (max-width: 750px) {
        .libraries-menu .menu-item {
          padding-top: 0;
          padding-bottom: 0; } }
    .libraries-menu .menu-item a:hover {
      border-bottom-color: #d8d8d8; }
    .libraries-menu .menu-item.current-menu-item a {
      color: #808184;
      border-bottom-color: #d8d8d8; }
  .libraries-menu > [class*="menu-"] {
    width: 66.66667%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 20px;
    display: inline-block;
    vertical-align: bottom; }
    @media screen and (max-width: 1039px) {
      .libraries-menu > [class*="menu-"] {
        width: 100%;
        padding-right: 26.66667px;
        padding-left: 26.66667px;
        margin-bottom: 20px;
        border-bottom: 1px solid #d8d8d8; } }
    @media screen and (max-width: 759px) {
      .libraries-menu > [class*="menu-"] {
         } }
    .libraries-menu > [class*="menu-"].menu-workshop-categories-container {
      width: 100%; }
      @media screen and (max-width: 1039px) {
        .libraries-menu > [class*="menu-"].menu-workshop-categories-container {
          margin-bottom: 0; } }
  .libraries-menu > .libraries-simple-search-container {
    width: 33.33333%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 0;
    display: inline-block;
    vertical-align: bottom;
    list-style: none; }
    @media screen and (max-width: 1039px) {
      .libraries-menu > .libraries-simple-search-container {
        width: 100%;
        padding-right: 26.66667px;
        padding-left: 26.66667px; } }
    @media screen and (max-width: 419px) {
      .libraries-menu > .libraries-simple-search-container {
        padding-right: 20px;
        padding-left: 20px; } }
    .libraries-menu > .libraries-simple-search-container .sf-widget,
    .libraries-menu > .libraries-simple-search-container .search-form {
      position: relative; }
    .libraries-menu > .libraries-simple-search-container .search-form-label {
      display: none; }
    .libraries-menu > .libraries-simple-search-container .search-field {
      width: calc(100% - 26.66667px);
      height: 32px;
      margin-bottom: 20px; }
    .libraries-menu > .libraries-simple-search-container .search-submit {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23808184' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 32'%3E%3Cpath d='M1.257 29.099l2.228 2.228 8.3-8.3c2.326 1.814 4.968 2.721 7.925 2.721 1.709 0 3.348-0.325 4.919-0.976s2.967-1.58 4.189-2.79c1.209-1.209 2.139-2.599 2.79-4.17s0.976-3.217 0.976-4.939c0-1.722-0.325-3.368-0.976-4.939s-1.58-2.96-2.79-4.17c-1.222-1.209-2.619-2.139-4.189-2.79s-3.21-0.976-4.919-0.976c-1.722 0-3.368 0.325-4.939 0.976s-2.96 1.58-4.17 2.79c-1.222 1.209-2.159 2.599-2.809 4.17s-0.976 3.217-0.976 4.939c0 2.944 0.913 5.586 2.74 7.925l-8.3 8.3zM26.61 19.754c-1.906 1.906-4.206 2.859-6.9 2.859s-4.994-0.953-6.9-2.859c-1.893-1.893-2.839-4.186-2.839-6.88 0-2.681 0.946-4.981 2.839-6.9 1.919-1.893 4.219-2.839 6.9-2.839 2.694 0 4.988 0.946 6.88 2.839 1.906 1.906 2.859 4.206 2.859 6.9s-0.946 4.988-2.839 6.88v0z'%3E%3C/path%3E%3C/svg%3E");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 9px;
      display: block;
      width: 18px;
      height: 18px;
      margin-top: -9px;
      color: transparent; }
      .libraries-menu > .libraries-simple-search-container .search-submit svg {
        display: none; }
  .libraries-menu .sf-button-btnsearch {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23808184' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 32'%3E%3Cpath d='M1.257 29.099l2.228 2.228 8.3-8.3c2.326 1.814 4.968 2.721 7.925 2.721 1.709 0 3.348-0.325 4.919-0.976s2.967-1.58 4.189-2.79c1.209-1.209 2.139-2.599 2.79-4.17s0.976-3.217 0.976-4.939c0-1.722-0.325-3.368-0.976-4.939s-1.58-2.96-2.79-4.17c-1.222-1.209-2.619-2.139-4.189-2.79s-3.21-0.976-4.919-0.976c-1.722 0-3.368 0.325-4.939 0.976s-2.96 1.58-4.17 2.79c-1.222 1.209-2.159 2.599-2.809 4.17s-0.976 3.217-0.976 4.939c0 2.944 0.913 5.586 2.74 7.925l-8.3 8.3zM26.61 19.754c-1.906 1.906-4.206 2.859-6.9 2.859s-4.994-0.953-6.9-2.859c-1.893-1.893-2.839-4.186-2.839-6.88 0-2.681 0.946-4.981 2.839-6.9 1.919-1.893 4.219-2.839 6.9-2.839 2.694 0 4.988 0.946 6.88 2.839 1.906 1.906 2.859 4.206 2.859 6.9s-0.946 4.988-2.839 6.88v0z'%3E%3C/path%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 9px;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    color: transparent; }
  .libraries-menu .sf-widget-element input {
    width: calc(100% - 26.66667px);
    height: 32px;
    margin-bottom: 20px; }

.libraries-mobile-menu {
  padding-right: 26.66667px;
  padding-left: 26.66667px; }
  @media screen and (min-width: 760px) {
    .libraries-mobile-menu {
      display: none; } }
  @media screen and (max-width: 419px) {
    .libraries-mobile-menu {
      padding-right: 20px;
      padding-left: 20px; } }
  .libraries-mobile-menu .form-select-wrapper {
    width: calc(100% + 2px);
    margin-bottom: 26.66667px;
    box-sizing: border-box; }
    @media screen and (max-width: 419px) {
      .libraries-mobile-menu .form-select-wrapper {
        margin-bottom: 20px; } }

.libraries-index-header-container {
  overflow: hidden; }
  .libraries-index-header-container.workshops-header {
    padding-top: 36px; }

.libraries-index-header {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0;
  padding: 20px 0; }
  @media screen and (max-width: 1359px) {
    .libraries-index-header {
      margin-right: 40px;
      margin-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .libraries-index-header {
      margin-right: 26.66667px;
      margin-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .libraries-index-header {
      margin-right: 20px;
      margin-left: 20px; } }
  @media screen and (max-width: 759px) {
    .libraries-index-header {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; } }

.libraries-physical-library-toggle {
  display: none !important;
  width: 100%;
  font-style: italic;
  line-height: 1;
  text-align: center; }
  @media screen and (max-width: 759px) {
    .libraries-physical-library-toggle {
      -webkit-box-ordinal-group: 3;
              order: 2;
      margin: 20px 0;
      text-align: left; } }
  .libraries-physical-library-toggle.visible, .libraries-physical-library-toggle.animating {
    display: block !important; }
  .libraries-physical-library-toggle .form-label-text {
    font-weight: normal;
    text-transform: none; }

.libraries-index-count.spanCls.showphysicallibrayspancls {
  width: 100%;
  padding-right: 0;
}

.libraries-index-count.spanCls.showphysicallibrayspancls .form-label-text {
  min-height: 0;
  line-height: 2;
}

.libraries-index-count-custom.sortDiv.spanCls.sortspanClass {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  color: #808184;
  text-align: right;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.libraries-index-count.spanCls.advanceSeacrhclass {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding-top: 21px;
}
@media screen and (max-width: 1039px) {
  .libraries-index-count.spanCls.advanceSeacrhclass {
    position: relative;
    width: 100%;
    text-align: center;
  }}

.libraries-index-count {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 20px;
  margin: 0;
  font-weight: 500;
  color: #808184;
  vertical-align: bottom; }

.libraries-advanced-search-toggle {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 0;
  font-style: italic;
  font-weight: normal;
  color: #f58c5a;
  text-align: right;
  text-transform: capitalize;
  vertical-align: bottom; }

.libraries-index-container {
  width: 100%;
  overflow: hidden; }

.libraries-index {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-bottom: 40px; }
  @media screen and (max-width: 1359px) {
    .libraries-index {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .libraries-index {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .libraries-index {
      padding-right: 20px;
      padding-left: 20px; } }

.libraries-index-subtitle {
  letter-spacing: 1px;
  letter-spacing: 2px;
  width: 100%;
  padding: 80px 0 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.libraries-index-link {
  letter-spacing: 1px;
  letter-spacing: 2px;
  display: block;
  width: 100%;
  margin: 80px 0;
  font-size: 18px;
  font-weight: bold;
  color: #f16522;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 759px) {
    .libraries-index-link {
      margin: 40px 0 0; } }

.libraries-index-item {
  position: relative;
  overflow: hidden;
  background-color: #fff; }
  .libraries-index-item.pinned-index-item {
    background-color: #f58c5a; }

.libraries-index-item-illustration {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto 26.66667px; }
  .libraries-index-item-illustration img {
    display: block;
    width: 100%;
    height: auto; }

.libraries-index-item-taxonomy {
  font-size: 0;
  display: block;
  margin-bottom: 26.66667px; }
  .workshops-index .libraries-index-item-taxonomy {
    margin-top: 20px;
    text-align: center; }
    .workshops-index .libraries-index-item-taxonomy::after {
      display: block;
      width: 50px;
      height: 0;
      margin: 26.66667px auto 0;
      border-bottom: 2px solid #d8d8d8;
      content: ""; }
  .libraries-index-item-taxonomy svg {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 5px; }

.libraries-index-item-taxonomy-label, .page-header-taxonomy a {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  letter-spacing: 2px;
  padding: 6.66667px 10px;
  margin: 0 4px 8px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #e7e7e7; }
  .workshops-index .libraries-index-item-taxonomy-label, .workshops-index .page-header-taxonomy a, .page-header-taxonomy .workshops-index a {
    color: #333; }
  .search-index .libraries-index-item-taxonomy-label, .search-index .page-header-taxonomy a, .page-header-taxonomy .search-index a {
    color: #333; }
  .resources-index .libraries-index-item-taxonomy-label, .resources-index .page-header-taxonomy a, .page-header-taxonomy .resources-index a {
    display: none;
    margin-bottom: 0; }
    .resources-index .libraries-index-item-taxonomy-label:first-of-type, .resources-index .page-header-taxonomy a:first-of-type, .page-header-taxonomy .resources-index a:first-of-type {
      display: inline-block; }

.libraries-index-item-title {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2; }
  .pinned-index-item .libraries-index-item-title {
    max-width: 75%;
    color: #fff; }
  .workshops-index .libraries-index-item-title {
    text-align: center; }
  .libraries-index-item-title svg {
    width: 32px;
    height: 32px;
    margin-left: 15px;
    fill: #fff; }

.libraries-index-item-description {
  font-size: 18px; }
  .pinned-index-item .libraries-index-item-description {
    margin-bottom: 0;
    color: #fff; }
  .blog-recent-index .libraries-index-item-description {
    margin-bottom: 0; }

.libraries-index-item-date,
.libraries-index-item-upcoming {
  font-weight: 500;
  color: #808184; }
  .blog-recent-index .libraries-index-item-date, .blog-recent-index
  .libraries-index-item-upcoming {
    display: block;
    margin-top: 0;
    margin-bottom: 13.33333px; }
  .libraries-index-item-date svg,
  .libraries-index-item-upcoming svg {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    fill: #333; }
  .libraries-index-item-date span,
  .libraries-index-item-upcoming span {
    display: inline-block;
    vertical-align: middle; }

.libraries-index-item-upcoming {
  display: block;
  margin: 26.66667px 0 0; }

.workshops-index .libraries-index-item-date {
  display: none; }

.libraries-link-type {
  position: absolute;
  top: 0;
  right: 0; }
  .libraries-link-type::after {
    display: block;
    width: 0;
    height: 0;
    border-color: transparent #ffeec4 transparent transparent;
    border-style: solid;
    border-width: 0 75px 75px 0;
    content: ""; }
  .libraries-link-type svg {
    position: absolute;
    top: 13.33333px;
    right: 13.33333px;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    fill: #c48c00; }
  .libraries-link-type.external-link svg {
    width: 16px;
    height: 16px; }

.libraries-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .libraries-link-overlay:hover + .libraries-link-type svg {
    top: 18px;
    right: 11.33333px;
    width: 24px;
    height: 15px; }

.libraries-advanced-search-container {
  padding: 40px 0;
  border-bottom: 1px solid #d8d8d8; }

.libraries-simple-search-container {
  display: none !important; }
  .libraries-simple-search-container.visible, .libraries-simple-search-container.animating {
    display: inline-block !important; }
  .page-template-template-resources-results .libraries-simple-search-container {
    display: none !important; }

.libraries-advanced-search {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative; }
  @media screen and (max-width: 1359px) {
    .libraries-advanced-search {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .libraries-advanced-search {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .libraries-advanced-search {
      padding-right: 20px;
      padding-left: 20px; } }
  .libraries-advanced-search .toggle-button-parent {
    position: absolute;
    top: -20px;
    right: 0; }
    @media screen and (max-width: 1279px) {
      .libraries-advanced-search .toggle-button-parent {
        right: 40px; } }
    @media screen and (max-width: 1039px) {
      .libraries-advanced-search .toggle-button-parent {
        right: 26.66667px; } }
    @media screen and (max-width: 419px) {
      .libraries-advanced-search .toggle-button-parent {
        right: 20px; } }
  .libraries-advanced-search .widget,
  .libraries-advanced-search .sf-widget,
  .libraries-advanced-search .sf-widget li {
    list-style: none; }
  .libraries-advanced-search .sf-widget,
  .libraries-advanced-search .sf-wrapper .sf-filter {
    font-size: 0; }
    .libraries-advanced-search .sf-widget .sf-element,
    .libraries-advanced-search .sf-widget .sf-widget-element,
    .libraries-advanced-search .sf-wrapper .sf-filter .sf-element,
    .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element {
      width: 33.33333%;
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px;
      float: none;
      margin: 0 0 40px; }
      @media screen and (max-width: 759px) {
        .libraries-advanced-search .sf-widget .sf-element,
        .libraries-advanced-search .sf-widget .sf-widget-element,
        .libraries-advanced-search .sf-wrapper .sf-filter .sf-element,
        .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element {
          width: 100%;
          padding: 0; } }
      .libraries-advanced-search .sf-widget .sf-element[data-id='1'], .libraries-advanced-search .sf-widget .sf-element[data-id='4'], .libraries-advanced-search .sf-widget .sf-element[data-id='7'], .libraries-advanced-search .sf-widget .sf-element[data-id='10'],
      .libraries-advanced-search .sf-widget .sf-widget-element[data-id='1'],
      .libraries-advanced-search .sf-widget .sf-widget-element[data-id='4'],
      .libraries-advanced-search .sf-widget .sf-widget-element[data-id='7'],
      .libraries-advanced-search .sf-widget .sf-widget-element[data-id='10'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='1'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='4'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='7'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='10'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='1'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='4'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='7'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='10'] {
        width: 33.33333%;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 20px; }
        @media screen and (max-width: 759px) {
          .libraries-advanced-search .sf-widget .sf-element[data-id='1'], .libraries-advanced-search .sf-widget .sf-element[data-id='4'], .libraries-advanced-search .sf-widget .sf-element[data-id='7'], .libraries-advanced-search .sf-widget .sf-element[data-id='10'],
          .libraries-advanced-search .sf-widget .sf-widget-element[data-id='1'],
          .libraries-advanced-search .sf-widget .sf-widget-element[data-id='4'],
          .libraries-advanced-search .sf-widget .sf-widget-element[data-id='7'],
          .libraries-advanced-search .sf-widget .sf-widget-element[data-id='10'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='1'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='4'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='7'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='10'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='1'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='4'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='7'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='10'] {
            width: 100%;
            padding: 0; } }
      .libraries-advanced-search .sf-widget .sf-element[data-id='3'], .libraries-advanced-search .sf-widget .sf-element[data-id='6'], .libraries-advanced-search .sf-widget .sf-element[data-id='9'], .libraries-advanced-search .sf-widget .sf-element[data-id='12'],
      .libraries-advanced-search .sf-widget .sf-widget-element[data-id='3'],
      .libraries-advanced-search .sf-widget .sf-widget-element[data-id='6'],
      .libraries-advanced-search .sf-widget .sf-widget-element[data-id='9'],
      .libraries-advanced-search .sf-widget .sf-widget-element[data-id='12'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='3'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='6'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='9'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='12'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='3'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='6'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='9'],
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='12'] {
        width: 33.33333%;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 0; }
        @media screen and (max-width: 759px) {
          .libraries-advanced-search .sf-widget .sf-element[data-id='3'], .libraries-advanced-search .sf-widget .sf-element[data-id='6'], .libraries-advanced-search .sf-widget .sf-element[data-id='9'], .libraries-advanced-search .sf-widget .sf-element[data-id='12'],
          .libraries-advanced-search .sf-widget .sf-widget-element[data-id='3'],
          .libraries-advanced-search .sf-widget .sf-widget-element[data-id='6'],
          .libraries-advanced-search .sf-widget .sf-widget-element[data-id='9'],
          .libraries-advanced-search .sf-widget .sf-widget-element[data-id='12'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='3'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='6'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='9'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-element[data-id='12'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='3'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='6'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='9'],
          .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element[data-id='12'] {
            width: 100%;
            padding: 0; } }
      .libraries-advanced-search .sf-widget .sf-element .sf-date,
      .libraries-advanced-search .sf-widget .sf-element legend + div > input,
      .libraries-advanced-search .sf-widget .sf-element span + div > input,
      .libraries-advanced-search .sf-widget .sf-element .form-select-wrapper,
      .libraries-advanced-search .sf-widget .sf-widget-element .sf-date,
      .libraries-advanced-search .sf-widget .sf-widget-element legend + div > input,
      .libraries-advanced-search .sf-widget .sf-widget-element span + div > input,
      .libraries-advanced-search .sf-widget .sf-widget-element .form-select-wrapper,
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-element .sf-date,
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-element legend + div > input,
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-element span + div > input,
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-element .form-select-wrapper,
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element .sf-date,
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element legend + div > input,
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element span + div > input,
      .libraries-advanced-search .sf-wrapper .sf-filter .sf-widget-element .form-select-wrapper {
        width: calc(100% - 26.66667px); }
    .libraries-advanced-search .sf-widget .sf-button-btnreset,
    .libraries-advanced-search .sf-widget .sf-button-btnsearch,
    .libraries-advanced-search .sf-wrapper .sf-filter .sf-button-btnreset,
    .libraries-advanced-search .sf-wrapper .sf-filter .sf-button-btnsearch {
      width: 50%;
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-left: 0;
      padding-right: 0;
      letter-spacing: 1px;
      letter-spacing: 3px;
      float: none;
      font-size: 18px;
      color: #f16522;
      text-align: left; }
    .libraries-advanced-search .sf-widget .sf-button-btnreset,
    .libraries-advanced-search .sf-wrapper .sf-filter .sf-button-btnreset {
      color: #808184; }
    .libraries-advanced-search .sf-widget .sf-button-btnsearch,
    .libraries-advanced-search .sf-wrapper .sf-filter .sf-button-btnsearch {
      text-align: right; }

.sf-result li {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: 0 !important; }

.resources-results-empty {
  overflow: hidden; }
  .resources-results-empty h3 {
    font-size: 42px;
    color: #f16522; }
  .resources-results-empty p {
    font-size: 18px; }

.resources-links-list {
  font-size: 0;
  padding-bottom: 40px; }

.resources-links-list-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 26.66667px; }
  @media screen and (max-width: 759px) {
    .resources-links-list-item {
      display: block;
      margin: 13.33333px 0; } }
  .resources-links-list-item button {
    margin: 0; }

.resources-meta-list {
  font-size: 16px; }

.resources-meta-list-item {
  display: block; }
  .resources-meta-list-item:first-of-type {
    margin-top: 20px; }
  .resources-meta-list-item:last-of-type {
    margin-bottom: 40px; }

.trainer-resources-container {
  font-size: 0;
  padding: 40px 0;
  border-top: 2px solid #d8d8d8; }
  .trainer-resources-container:first-of-type {
    border-top-width: 1px; }

.trainer-resources-section-title {
  width: 40%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 20px;
  margin-top: 0;
  font-size: 22px;
  text-align: right; }
  @media screen and (max-width: 759px) {
    .trainer-resources-section-title {
      width: 100%;
      padding-right: 0;
      padding-left: 26.66667px;
      text-align: left; } }

.trainer-resources-list {
  width: 60%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 0;
  margin: 0 !important; }
  @media screen and (max-width: 759px) {
    .trainer-resources-list {
      width: 100%;
      padding-left: 26.66667px; } }

.trainer-resources-list-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px; }
  .trainer-resources-list-item:last-child {
    margin-bottom: 0; }
  .trainer-resources-list-item a {
    color: #333; }

.trainer-resources-list-item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px; }
  .trainer-resources-list-item-icon svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: #f16522; }
  .trainer-resources-list-item-icon.external-link svg {
    width: 14px;
    height: 14px; }
  .trainer-resources-list-item-icon.direct-download svg {
    height: 16px; }

.trainer-resources-list-item-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.trainer-connect-container {
  padding-bottom: 80px;
  margin-top: 80px;
  background-color: #f7f7f7;
  border-top: 1px solid #d8d8d8; }

.trainer-connect {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0; }
  @media screen and (max-width: 1359px) {
    .trainer-connect {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (max-width: 1039px) {
    .trainer-connect {
      padding-right: 26.66667px;
      padding-left: 26.66667px; } }
  @media screen and (max-width: 419px) {
    .trainer-connect {
      padding-right: 20px;
      padding-left: 20px; } }

.trainers-connect-header {
  width: 100%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin-top: 26.66667px; }

.trainers-connect-index-container {
  width: 66.66667%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 20px; }

.trainers-connect-index-item {
  padding: 26.66667px;
  margin-bottom: 26.66667px;
  background-color: #fff; }

.trainers-connect-index-item-title {
  margin-top: 0; }
  .trainers-connect-index-item-title a {
    font-size: 42px; }

.trainers-connect-index-item-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 6.66667px; }
  .trainers-connect-index-item-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #333; }

.trainers-connect-index-item-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1; }
  .trainers-connect-index-item-label > * {
    line-height: 1; }
  .trainers-connect-index-item-label a {
    font-size: 18px; }
    .trainers-connect-index-item-label a::after {
      position: relative;
      left: -2px;
      content: ","; }
    .trainers-connect-index-item-label a:last-of-type::after {
      display: none; }

.trainers-connect-index-item-description {
  margin-bottom: 26.66667px;
  font-size: 18px;
  font-style: italic; }

.trainers-connect-index-item-email .button, .trainers-connect-index-item-email .gform_body [type="button"], .gform_body .trainers-connect-index-item-email [type="button"], .trainers-connect-index-item-email
.gform_body [type="submit"],
.gform_body .trainers-connect-index-item-email [type="submit"], .trainers-connect-index-item-email
.gform_footer [type="button"],
.gform_footer .trainers-connect-index-item-email [type="button"], .trainers-connect-index-item-email
.gform_footer [type="submit"],
.gform_footer .trainers-connect-index-item-email [type="submit"], .trainers-connect-index-item-email .user-login-form .login-submit [type="submit"], .user-login-form .login-submit .trainers-connect-index-item-email [type="submit"], .trainers-connect-index-item-email .pagination li a, .pagination li .trainers-connect-index-item-email a {
  display: inline-block; }

.trainers-connect-sorting-container {
  width: 33.33333%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 0; }
  .trainers-connect-sorting-container .widget {
    padding-left: 100px;
    list-style: none; }
  .trainers-connect-sorting-container .form-select-wrapper {
    height: 50px;
    line-height: 50px;
    box-sizing: border-box; }
  .trainers-connect-sorting-container [type="text"] {
    box-sizing: border-box; }

.woocommerce .actions {
  font-size: 0; }
  .woocommerce .actions > .coupon {
    width: 66.66667%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    padding-right: 20px !important;
    margin: 0 !important; }
  .woocommerce .actions > .button, .woocommerce .gform_body .actions > [type="button"], .gform_body .woocommerce .actions > [type="button"], .woocommerce
  .gform_body .actions > [type="submit"],
  .gform_body .woocommerce .actions > [type="submit"], .woocommerce
  .gform_footer .actions > [type="button"],
  .gform_footer .woocommerce .actions > [type="button"], .woocommerce
  .gform_footer .actions > [type="submit"],
  .gform_footer .woocommerce .actions > [type="submit"], .woocommerce .user-login-form .login-submit .actions > [type="submit"], .user-login-form .login-submit .woocommerce .actions > [type="submit"], .woocommerce .pagination li .actions > a, .pagination li .woocommerce .actions > a {
    width: 33.33333%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin: 0 !important; }

.woocommerce .coupon {
  font-size: 0 !important; }
  .woocommerce .coupon .input-text {
    width: 66.66667%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: calc(66.6666% - 20px) !important;
    margin: 0 20px 0 0 !important; }
  .woocommerce .coupon .button, .woocommerce .coupon .gform_body [type="button"], .gform_body .woocommerce .coupon [type="button"], .woocommerce .coupon
  .gform_body [type="submit"],
  .gform_body .woocommerce .coupon [type="submit"], .woocommerce .coupon
  .gform_footer [type="button"],
  .gform_footer .woocommerce .coupon [type="button"], .woocommerce .coupon
  .gform_footer [type="submit"],
  .gform_footer .woocommerce .coupon [type="submit"], .woocommerce .coupon .user-login-form .login-submit [type="submit"], .user-login-form .login-submit .woocommerce .coupon [type="submit"], .woocommerce .coupon .pagination li a, .pagination li .woocommerce .coupon a {
    width: 33.33333%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin: 0 !important; }

.woocommerce .button, .woocommerce .gform_body [type="button"], .gform_body .woocommerce [type="button"], .woocommerce
.gform_body [type="submit"],
.gform_body .woocommerce [type="submit"], .woocommerce
.gform_footer [type="button"],
.gform_footer .woocommerce [type="button"], .woocommerce
.gform_footer [type="submit"],
.gform_footer .woocommerce [type="submit"], .woocommerce .user-login-form .login-submit [type="submit"], .user-login-form .login-submit .woocommerce [type="submit"], .woocommerce .pagination li a, .pagination li .woocommerce a,
.woocommerce .button.alt,
.woocommerce .gform_body .alt[type="button"], .gform_body
.woocommerce .alt[type="button"],
.woocommerce
.gform_body .alt[type="submit"],
.gform_body
.woocommerce .alt[type="submit"],
.woocommerce
.gform_footer .alt[type="button"],
.gform_footer
.woocommerce .alt[type="button"],
.woocommerce
.gform_footer .alt[type="submit"],
.gform_footer
.woocommerce .alt[type="submit"],
.woocommerce .user-login-form .login-submit .alt[type="submit"], .user-login-form .login-submit
.woocommerce .alt[type="submit"],
.woocommerce .pagination li a.alt, .pagination li
.woocommerce a.alt {
  letter-spacing: 1px;
  letter-spacing: 2px;
  position: relative !important;
  padding: 13.33333px 20px !important;
  margin: 0 !important;
  color: #fff !important;
  background-color: #f16522 !important;
  border-radius: 0 !important; }
  .woocommerce .button:hover, .woocommerce .gform_body [type="button"]:hover, .gform_body .woocommerce [type="button"]:hover, .woocommerce
  .gform_body [type="submit"]:hover,
  .gform_body .woocommerce [type="submit"]:hover, .woocommerce
  .gform_footer [type="button"]:hover,
  .gform_footer .woocommerce [type="button"]:hover, .woocommerce
  .gform_footer [type="submit"]:hover,
  .gform_footer .woocommerce [type="submit"]:hover, .woocommerce .user-login-form .login-submit [type="submit"]:hover, .user-login-form .login-submit .woocommerce [type="submit"]:hover, .woocommerce .pagination li a:hover, .pagination li .woocommerce a:hover,
  .woocommerce .button.alt:hover,
  .woocommerce .gform_body .alt[type="button"]:hover, .gform_body
  .woocommerce .alt[type="button"]:hover,
  .woocommerce
  .gform_body .alt[type="submit"]:hover,
  .gform_body
  .woocommerce .alt[type="submit"]:hover,
  .woocommerce
  .gform_footer .alt[type="button"]:hover,
  .gform_footer
  .woocommerce .alt[type="button"]:hover,
  .woocommerce
  .gform_footer .alt[type="submit"]:hover,
  .gform_footer
  .woocommerce .alt[type="submit"]:hover,
  .woocommerce .user-login-form .login-submit .alt[type="submit"]:hover, .user-login-form .login-submit
  .woocommerce .alt[type="submit"]:hover,
  .woocommerce .pagination li a.alt:hover, .pagination li
  .woocommerce a.alt:hover {
    background-color: #f4844e !important; }

.wppb-form-field {
  margin-bottom: 26.66667px; }
  .wppb-form-field .form-select-wrapper,
  .wppb-form-field [type="text"],
  .wppb-form-field [type="password"],
  .wppb-form-field [type="email"],
  .wppb-form-field textarea {
    box-sizing: border-box; }
  .wppb-form-field > label[for="edit_user"] {
    display: block;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 500; }

.wppb-user-forms ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.form-submit [type="submit"] {
  letter-spacing: 1px;
  letter-spacing: 2px;
  padding: 13.33333px 20px !important;
  margin: 0 !important;
  color: #fff !important;
  background-color: #f16522 !important;
  border: 0 !important; }
  .form-submit [type="submit"]:hover {
    background-color: #f4844e !important; }

.wppb-description-delimiter {
  display: block;
  margin-top: 13.33333px;
  margin-bottom: 13.33333px;
  font-size: 13px;
  font-style: italic;
  line-height: 1;
  color: #808184; }


/*------------------------------------added by matainja in 13-oct-2016--------------------------------------*/
.list-search-panel {list-style: none;margin: 0px;padding: 0px;}
.main-panel .list-search-panel li:nth-child(3n+0) {padding-right: 0px;}
.main-panel .list-search-panel li {box-sizing: border-box;display: inline-block;font-size: 14px;padding-left: 0;padding-right: 20px;vertical-align: top;width: 32.5%;margin-bottom: 20px;}
.search-text {display: block;font-size: 18px;margin-bottom: 13.3333px;font-family: "ff-more-web-pro", serif;font-weight: normal;line-height: 1.6;}
.input-fild input {width: 100%;background-color: #fff;border: 1px solid #b8b8b8;border-radius: 0;box-shadow: none;display: block;font-size: 14px;height: 42px;padding: 0 0 0 15px;
 transition:;width: 100%;}
.input-fild {display: flex;}
 .input-fild input::-moz-placeholder {color: #808184;font-size: 16px;font-family:Helvetica;}
.input-fild input:focus {border-color: #333;}
.form-select-wrapper {background-color: #fff;border: 1px solid #b8b8b8;display: block;font-family:Helvetica;font-size: 13px;height: 42px;line-height: 43px;padding: 0;position: relative;width: 100%;}
.form-select-wrapper .form-selected-text {font-size: 14px; color: #a9a9a9; padding-left: 20px; }
.form-select-wrapper select {-moz-appearance: none;cursor: pointer;height: 100%;left: 0;opacity: 0;position: absolute;top: 0;width: 100%;z-index: 2;}
.form-select-wrapper::after {border-right: 1px solid #808184;border-top: 1px solid #808184;content:"";height:7px;margin-top:-5px;position:absolute;right:13.3333px;top:50%;transform:rotate(135deg);width: 7px;}
.list-search-panel li .hafp-list {width: 50%;}
.list-two-modify li:nth-child(4n) {margin: 0px;padding: 0px;width: 14.5%;}
.reset-btn {color: #818085;float: left;font-family: helvetica;font-size: 18px;font-weight: bold;text-transform: uppercase;width: 49%;}
.reset-btn:hover {color: #776f96;}
.search-bar {color: #E4692A;float: right;font-family: helvetica;font-size: 18px;font-weight: bold;text-transform: uppercase;width: 49%;text-align: right;}
.search-bar:hover {color: #d55311;}
.clear-both {clear: both;}
.search-btn-modify {float:right;background:#09C;border-radius:5px;padding:8px 20px;color:#fff;-moz-appearance:none;-webkit-appearance:none;border:0px;text-transform:uppercase;}
.advence-search {display:;}
.ui-slider-range.ui-corner-all.ui-widget-header{background:#F58C5A;margin-top:0px;}
.ui-slider-handle.ui-corner-all.ui-state-default{opacity:0}
.rangeArea1{border: 1px solid #CCC; width: 100%; height: 42px; padding: 0px 5px; position: relative;background:#fff;}
.rangeArea2{background: #F7F7F7 ; height: 26px;margin: 5px 0;padding: 3px 8px;width: 96%;}
.rangeArea3{background:#F7F7F7;border:0px ;margin-top:5px;}
#searchBtn {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 0 none;color: #E26931;padding: 20px 0 0; font-family: "brandon-grotesque", sans-serif; text-transform: uppercase; font-weight: 500; letter-spacing: 2px; }
#resetBtn{background: none;border: 0 none; outline: 0;color: #838487;padding: 20px 0 0; font-family: "brandon-grotesque", sans-serif; text-transform: uppercase; font-weight: 500; letter-spacing: 2px; }
.libraries-physical-library-toggle-custom {font-style: italic;line-height: 1;text-align: center;width: 100%;padding: 0 0 20px;}
.svgClass{width:20px;margin-left:2px;height:10px;}
.libraries-index-count-custom {box-sizing:border-box;color:#808184;display:inline-block;font-size:14px;font-weight:500;margin:0;padding-left:0;padding-right:0px;vertical-align:bottom;width:50%;}
.btnPos{ margin-bottom: 15px;}
.libraries-menu-custom{position:relative;}
.ulCls {background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);padding: 0;position: absolute;right: 11px;top: 22px;width: 135px;z-index: 1;}
.dropdown-m.ulCls li {text-align: center;text-decoration: none;}
.dropdown-m.ulCls li a {color:#666;display: inline-block;padding: 5px 28px;}
.dropdown-m.ulCls li a:hover {color:#fff;background:#666;}
.advanceSeacrhclass{text-align: right; padding: 0px;width:100%;padding-top: 14px;}
@media only screen and (max-width: 768px) {
.list-search-panel li {width: 90% !important;margin: 20px auto !important;}

.list-search-panel {text-align: center}
.list-search-panel li .hafp-list {width: 90%;}
.list-two-modify li:nth-child(3n) {width: 90%;}
.list-two-modify li:nth-child(4n) {width: 90%;}
.list-search-panel li .hafp-list {width: 97%;}
}
/* search modification */
.main-block{width:100%;max-width:1170px;}
.clear-both{clear:both;}
.part-one{padding:15px 25px;}
.result{float:left;text-transform:uppercase;color:#999;}
.shotr{float:right;text-transform:uppercase;position:relative;}
.shotr{color:#999;}
.part-two{padding: 25px 0px; width: 100%; }
.tag{background:#00a99e;color:#fff;font-size:12px;text-transform:uppercase;padding:10px;transition:all 0s linear 0.10s;display: inline-block;}
.hader-part-2{font-weight:bold;color:#3b3b3b;margin:0;line-height:30px;padding:15px 0px;font-size:20px}
.para-part{color:#555555;margin:0;line-height:24px;font-size:15px; text-overflow: ellipsis;
    white-space: nowrap;overflow:hidden}
.diveider{height:1px;background:#CCC;}
.tag:hover{background:#00776f;}
.colorChnge{color:#000}
.sortClass{text-align:right;width:17%; float: right;cursor: pointer;padding: 0;position:relative;}
.svgClass{width:20px;margin-left:9px;height:10px;}

.dropdown-toggle-2 {
text-decoration:none;
}
ul.dropdown-m {
  display:none;
  position: absolute;
  top: calc(100% + 10px);
 background: #fff;
  min-width: 170px;
  padding: 0;
  border-radius: 0 0 .2em .2em;
  box-shadow:0px 0px 10px rgba(0,0,0,0.2);right:0px;;
  right: 0;
  border-radius: 4px; }
ul.dropdown-m   li {
      list-style-type: none;}
ul.dropdown-m   li      a {
        text-decoration: none;
        padding: .5em 1em;
        display: block;
}
.dropdown-m li a:hover {
    background: #666 none repeat scroll 0 0;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.libraries-menu-custom{position:relative;}

.woocommerce div.product div.images {
  text-align: center;
}

.woocommerce div.product div.images > a {
  display: inline-block;
  max-width: 280px;
}

.ginput_container ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 15px 0 !important;
}

.ginput_container .gfield_checkbox li {
  line-height: 1.3 !important;
}

.ginput_container .gfield_checkbox li [type="checkbox"] + label {
  text-transform: none;
  line-height: 1.3 !important;
}

.ginput_container .gfield_checkbox li [type="checkbox"] + label::before {
  top: 6px !important;
}

.gform_page_footer [type="button"] {
  display: inline-block;
  margin: 0 10px !important;
}

/* Comments form */
.comments-area {
  border-top: 1px solid #d8d8d8;
  margin-top: 75px;
}

.comments-area-pings {
  display: none;
}

.comment-meta {
  font-family: "brandon-grotesque", sans-serif;
}

.comments-title {
  font-size: 22px;
}

.comment-author > img {
  display: none;
}

.comment-author > b {
  font-weight: 500;
  color: #f16522;
}

.comment-author > .says {
  display: none;
}

.comment-metadata a {
  color: #888;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

.comment-metadata .edit-link {
  display: none;
}

.comment-reply-link {
  letter-spacing: 2px;
  padding: 13.33333px 20px !important;
  margin: 10px 0 !important;
  color: #fff !important;
  background-color: #f16522 !important;
  border: 0 !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  cursor: pointer;
  display: inline-block;
}

.comment-respond .comment-form-comment > label {
  display: none;
}

.comment-form .logged-in-as {
  color: #fff;
}

.comment-form .logged-in-as a {
  color: #f16522;
  margin-right: 10px;
}

.comment-content {
  border-left: 5px solid #e1e1e1;
  padding-left: 15px;
  margin: 20px 0;
  display: block;
}

/* Tweaks for online-ony workshops */
.masonry-layout-panel.online-only .libraries-index-item-upcoming {
  display: none;
}

.single-page-extra-fields {
  display: none; }
  .single-page-extra-fields.visible {
    display: block;
  }

.single-page-table-container.online-only {
  display: none;
}
.wppb-remove-facet, .wppb-remove-all-facets {
    color: #f16522;
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.simple-select-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    font-size: 13px;
    line-height: 51px;
    background-color: #fff;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
}
.simple-select-wrapper select {
    width: 100%;
    height: 50px;
    padding: 0 13.33333px;
    background: transparent;
    background-image: none;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.userlisting_pagination a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    color: #f16522;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.cfsp-read-more {
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2.8px;
    color: #f16522;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}
.cfsp-read-more.table-read-more {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-template-template-about .rte-content img {
    width: auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

.page-template-template-about .single-post-container {
  margin-bottom: 40px;
}

.home-cmha-logo svg,
.about-cmha-logo svg {
  display: block;
  margin: 0 auto;
  width: 170px;
  height: 55px;
}

.aligncenter {
    float: none;
    margin: 0 auto;
}
table.gsurvey-likert th.gsurvey-likert-choice-label, table.gsurvey-likert .gsurvey-likert-row-label {
	font-size:11px;
	text-align: left;
	padding-left: 2px !important;
}
table.gsurvey-likert td {
	padding: 3px !important;
}
body .gform_wrapper .gform_validation_container {
    display: none;
}
/**Participant Evaluation - hide previous button on final page**/
#gform_page_9_3 #gform_previous_button_9 {
    display: none!important;
}
/**Learning Centre Fundraising form - fix field widths**/
#gform_wrapper_7 .ginput_quantity {
    width: initial;
}

.resource-crisis-container {
  margin-right: -100px;
  margin-bottom: 50px;
  margin-left: -100px;
  text-align: left;
}

@media (max-width: 989px) {
  .resource-crisis-container {
    margin: 0 auto 40px;
  }
}

.resource-crisis-container .rte-container {
  max-width: none;
  margin: 0;
}

.resource-crisis-title {
  font-size: 24px;
}

.resource-crisis-link span {
  font-family: "brandon-grotesque", sans-serif;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 24px;
    margin-bottom: 28px;
}
.gform_wrapper span.gform_drop_instructions {
    display: none;
    margin-bottom: 10px;
}

/*
  Search Tips
 */

.search-tips-index-item h3.libraries-index-item-title {
  max-width: none;
  font-size: 34px;
}

.search-tips-index-item svg {
  display: none;
}


/*
  ie
 */
select::-ms-expand {
  display: none;
}
/*Forms date picker*/
table.ui-datepicker-calendar {
    background-color: #f1f1f1;
}
.gfield_visibility_hidden {
    display: none;
}
/**Remove double drop down on checkout page*/
.select2-container--default .select2-selection--single {
 border: none !important;
}
/**Remove WC default padding when quantity hidden**/
.quantity.hidden {
    display: none;
}

/*
  WooCommerce Cart
*/

.woocommerce-cart-form {
  margin-top: 45px !important;
}

.woocommerce-cart-form *:not(.button),
.cart-collaterals *:not(.button) {
 font-family: "ff-more-web-pro", serif !important; 
 font-weight: normal !important;
}

.woocommerce-cart-form__cart-item {
  border-top: 1px solid #d8d8d8;
}

.shop_table_responsive td,
.shop_table_responsive th {
  padding: 20px !important;
  vertical-align: top !important;
  border: 0 !important;
}

.shop_table_responsive .product-name {
  font-weight: bold !important;
  font-size: 20px !important;
}

.shop_table_responsive td .variation {
  display: flex !important;
  flex-direction: column !important;
  font-weight: normal !important;
  font-size: 16px !important;
}

.shop_table_responsive td .variation p {
  margin: 0 0 20px !important;
}

.shop_table_responsive th {
  padding-bottom: 25px !important;
}

.shop_table_responsive {
  border: 0 !important;
}

.shop_table_responsive .actions {
  border-top: 1px solid #d8d8d8 !important;
  padding-top: 30px !important;
  padding-right: 0 !important;
}


.shop_table_responsive .product-thumbnail {
  display: none;
}

.shop_table_responsive .cart-subtotal th,
.shop_table_responsive .order-total th {
  padding-left: 0 !important;
}

.shop_table_responsive .cart-subtotal td,
.shop_table_responsive .order-total td {
  text-align: right !important;
  padding-right: 0 !important;
}