@charset "UTF-8";
/*!
Theme Name: womencreate-2021
Theme URI: https://womencreate.com/
Author: Stephen Simon Interactive
Author URI: http://stephensimon.com
Description: Theme for the Women Create website
Version: 1.0.0
Text Domain: womencreate

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ==========================================================================
   INUITCSS
   ========================================================================== */
/**
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/**
 * CONTENTS
 *
 * SETTINGS
 * Config...............Project-level configuration and feature switches.
 * Core.................inuitcss’ core and setup settings.
 * Global...............Project-wide variables and settings.
 *
 * TOOLS
 * Font-size............A mixin which guarantees baseline-friendly line-heights.
 * Clearfix.............Micro clearfix mixin.
 * Hidden...............Mixin for hiding elements.
 * Sass MQ..............inuitcss’ default media query manager.
 *
 * GENERIC
 * Box-sizing...........Better default `box-sizing`.
 * Normalize.css........A level playing field using @necolas’ Normalize.css.
 * Reset................A tiny reset to complement Normalize.css.
 * Shared...............Sensibly and tersely share some global commonalities
 *                      (particularly useful when managing vertical rhythm).
 *
 * ELEMENTS
 * Page.................Set up our document’s default `font-size` and
 *                      `line-height`.
 * Headings.............Very minimal (i.e. only font-size information) for
 *                      headings 1 through 6.
 * Images...............Base image styles.
 * Tables...............Simple table styles.
 *
 * OBJECTS
 * Wrapper..............Page constraint object.
 * Layout...............Generic layout module.
 * Media................Image- and text-like content side by side. The
 *                      poster-child of OOCSS.
 * Flag.................Table-layout-based advancement on the Media object.
 * List-bare............Lists with no bullets or indents.
 * List-inline..........A list whose items all site in a line.
 * Box..................Simple boxing abstraction.
 * Block................Image-on-top-of-text object.
 * Ratio................A container for maintaining aspect ratio of content.
 * Crop.................Provide a cropping context for media (images, etc.).
 * Table................Classes for manipulating `table`s.
 * Pack.................Pack items into available horizontal space.
 *
 * COMPONENTS
 * Buttons..............An example button component, and how it fits into the
 *                      inuitcss framework.
 *
 * UTILITIES
 * Clearfix.............Bind our clearfix onto a utility class.
 * Widths...............Simple width helper classes.
 * Headings.............Reassigning our heading styles to helper classes.
 * Spacings.............Nudge bits of the DOM around with these spacing
 *                      classes.
 * Responsive-Spacings..Enhances the function of normal spacings for
 *                      responsive usage.
 * Alignment............Text alignment at various widths
 * Print................Reset-like styles taken from the HTML5 Boilerplate.
 * Hide.................Helper classes to hide content
 */
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  font-family: "Lora", Georgia, serif;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 24px;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  transition: all 300ms ease-in-out;
}
a:not(.c-btn) {
  color: #2b2a2a;
  text-decoration: underline;
  text-underline-offset: 5px;
}
a:not(.c-btn):hover, a:not(.c-btn):focus {
  color: #676A74;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", Georgia, serif;
  font-weight: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1.1538461538;
  letter-spacing: 0.62px;
}

h2 {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.2727272727;
  letter-spacing: 0.26px;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2857142857;
  letter-spacing: 0.26px;
}

h4 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1.68px;
}

h6 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  height: auto;
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/* Figures */
.entry-content figure {
  max-width: 100% !important;
  position: relative;
}
.entry-content figure > img {
  height: auto;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-style: italic;
  letter-spacing: 0.14px;
}

.entry-content figcaption {
  color: #fff;
  left: 10px;
  position: absolute;
  text-align: right;
  bottom: 10px;
  right: 10px;
}

/* Media */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* ==========================================================================
   #FORMS
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", Verdana, sans-serif !important;
}

input,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-family: "Montserrat", Verdana, sans-serif;
  min-height: 44px;
  padding: 8px 17px;
  transition: 0.2s ease-in-out;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #2b2a2a;
  outline: none;
}

[type=checkbox],
[type=radio] {
  min-height: inherit;
}

select {
  -webkit-appearance: none;
  background-image: url(assets/images/dropdown.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  padding: 11px 24px 11px 11px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  select {
    background-image: url(assets/images/svg/dropdown.svg);
    background-size: 17px 11px;
  }
}

.entry-content label,
.entry-content .gform_wrapper label.gfield_label,
.entry-content .gform_wrapper legend.gfield_label,
.entry-content .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.entry-content .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.entry-content .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.entry-content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.entry-content .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.entry-content .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  display: block;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.12px;
  margin-bottom: 10px;
}

/* Gravity Forms
   ========================================================================== */
.gform_wrapper li.hidden_label .gfield_checkbox input {
  margin-top: 0;
}

.gform_wrapper select {
  line-height: 2 !important;
}

.ginput_left.address_country label {
  margin: 9px 0 12px 1px !important;
}
@media (min-width: 641px) {
  .ginput_left.address_country {
    margin-right: 0;
    padding-right: 0 !important;
    margin-left: 8px;
    padding-left: 8px;
  }
}

.gform_button {
  background: #2b2a2a;
  color: #fff;
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font-weight: 700;
  letter-spacing: 1.68px;
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 12px 24px;
  transition: all 300ms ease-in-out;
  border: 1px solid #2b2a2a;
  border-radius: 0;
  text-transform: uppercase;
}
.gform_button:hover, .gform_button:focus {
  background: transparent;
  color: #2b2a2a;
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.o-wrapper {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-wrapper--wide {
  max-width: 1920px;
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/**
 * Grid-like layout system.
 *
 * The layout object provides us with a column-style layout system. This file
 * contains the basic structural elements, but classes should be complemented
 * with width utilities, for example:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *   </div>
 *
 * The above will create a two-column structure in which each column will
 * fluidly fill half of the width of the parent. We can have more complex
 * systems:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/1  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *   </div>
 *
 * The above will create a system in which the first item will be 100% width
 * until we enter our medium breakpoint, when it will become 33.333% width. The
 * second and third items will be 50% of their parent, until they also become
 * 33.333% width at the medium breakpoint.
 *
 * We can also manipulate entire layout systems by adding a series of modifiers
 * to the `.o-layout` block. For example:
 *
 *   <div class="o-layout  o-layout--reverse">
 *
 * This will reverse the displayed order of the system so that it runs in the
 * opposite order to our source, effectively flipping the system over.
 *
 *   <div class="o-layout  o-layout--[right|center]">
 *
 * This will cause the system to fill up from either the centre or the right
 * hand side. Default behaviour is to fill up the layout system from the left.
 *
 * There are plenty more options available to us: explore them below.
 */
/* Default/mandatory classes
   ========================================================================== */
/**
 * 1. Allows us to use the layout object on any type of element.
 * 2. We need to defensively reset any box-model properties.
 * 3. Use the negative margin trick for multi-row grids:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 */
.o-layout {
  display: block;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  list-style: none;
  /* [1] */
  margin-left: -24px;
  /* [3] */
  font-size: 0;
}

/**
 * 1. Required in order to combine fluid widths with fixed gutters.
 * 2. Allows us to manipulate grids vertically, with text-level properties,
 *    etc.
 * 3. Default item alignment is with the tops of each other, like most
 *    traditional grid/layout systems.
 * 4. By default, all layout items are full-width (mobile first).
 * 5. Gutters provided by left padding:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 * 6. Fallback for old IEs not supporting `rem` values.
 */
.o-layout__item {
  box-sizing: border-box;
  /* [1] */
  display: inline-block;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  padding-left: 24px;
  /* [5] */
  font-size: 16px;
  /* [6] */
  font-size: 1rem;
}

/* Gutter size modifiers
   ========================================================================== */
.o-layout--flush {
  margin-left: 0;
}
.o-layout--flush > .o-layout__item {
  padding-left: 0;
}

.o-layout--tiny {
  margin-left: -6px;
}
.o-layout--tiny > .o-layout__item {
  padding-left: 6px;
}

.o-layout--small {
  margin-left: -18px;
}
.o-layout--small > .o-layout__item {
  padding-left: 18px;
}

.o-layout--large {
  margin-left: -48px;
}
.o-layout--large > .o-layout__item {
  padding-left: 48px;
}

.o-layout--huge {
  margin-left: -96px;
}
.o-layout--huge > .o-layout__item {
  padding-left: 96px;
}

/* Vertical alignment modifiers
   ========================================================================== */
/**
 * Align all grid items to the middles of each other.
 */
.o-layout--middle > .o-layout__item {
  vertical-align: middle;
}

/**
 * Align all grid items to the bottoms of each other.
 */
.o-layout--bottom > .o-layout__item {
  vertical-align: bottom;
}

/**
 * Stretch all grid items of each row to have an equal-height.
 * Please be aware that this modifier class doesn’t take any effect in IE9 and
 * below and other older browsers due to the lack of `display: flex` support.
 */
@media (min-width: 62.5em) {
  .o-layout--stretch {
    display: flex;
    flex-wrap: wrap;
  }
  .o-layout--stretch > .o-layout__item {
    display: flex;
  }
  .o-layout--stretch.o-layout--center {
    justify-content: center;
  }
  .o-layout--stretch.o-layout--right {
    justify-content: flex-end;
  }
  .o-layout--stretch.o-layout--left {
    justify-content: flex-start;
  }
}

/* Fill order modifiers
   ========================================================================== */
/**
 * Fill up the layout system from the centre.
 */
.o-layout--center {
  text-align: center;
}
.o-layout--center > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the right-hand side.
 */
.o-layout--right {
  text-align: right;
}
.o-layout--right > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the left-hand side. This will likely only be
 * needed when using in conjunction with `.o-layout--reverse`.
 */
.o-layout--left {
  text-align: left;
}
.o-layout--left > .o-layout__item {
  text-align: left;
}

/**
 * Reverse the rendered order of the grid system.
 */
.o-layout--reverse {
  direction: rtl;
}
.o-layout--reverse > .o-layout__item {
  direction: ltr;
}

/* Auto-widths modifier
   ========================================================================== */
/**
 * Cause layout items to take up a non-explicit amount of width.
 */
.o-layout--auto > .o-layout__item {
  width: auto;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.o-media {
  display: block;
}
.o-media:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-media__img {
  float: left;
  margin-right: 24px;
}
.o-media__img > img {
  display: block;
}

.o-media__body {
  overflow: hidden;
  display: block;
}
.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Size variants
   ========================================================================== */
/**
 * Modify the amount of space between our image and our text. We also have
 * reversible options for all available sizes.
 */
.o-media--flush > .o-media__img {
  margin-right: 0;
  margin-left: 0;
}

.o-media--tiny > .o-media__img {
  margin-right: 6px;
}
.o-media--tiny.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 6px;
}

.o-media--small > .o-media__img {
  margin-right: 12px;
}
.o-media--small.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 12px;
}

.o-media--large > .o-media__img {
  margin-right: 48px;
}
.o-media--large.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 48px;
}

.o-media--huge > .o-media__img {
  margin-right: 96px;
}
.o-media--huge.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 96px;
}

/* Reversed media objects
   ========================================================================== */
.o-media--reverse > .o-media__img {
  float: right;
  margin-right: 0;
  margin-left: 24px;
}

/* ==========================================================================
   #FLAG
   ========================================================================== */
/**
 * The flag object is a design pattern similar to the media object, however it
 * utilises `display: table[-cell];` to give us control over the vertical
 * alignments of the text and image.
 *
 * http://csswizardry.com/2013/05/the-flag-object/
 *
 * 1. Allows us to control vertical alignments.
 * 2. Force the object to be the full width of its parent. Combined with [1],
 *    this makes the object behave in a quasi-`display: block;` manner.
 * 3. Reset inherited `border-spacing` declarations.
 */
.o-flag {
  display: table;
  /* [1] */
  width: 100%;
  /* [2] */
  border-spacing: 0;
  /* [3] */
}

/**
 * Items within a flag object. There should only ever be one of each.
 *
 * 1. Default to aligning content to their middles.
 */
.o-flag__img,
.o-flag__body {
  display: table-cell;
  vertical-align: middle;
  /* [1] */
}

/**
 * Flag images have a space between them and the body of the object.
 *
 * 1. Force `.flag__img` to take up as little space as possible:
 *    https://pixelsvsbytes.com/2012/02/this-css-layout-grid-is-no-holy-grail/
 */
.o-flag__img {
  width: 1px;
  /* [1] */
  padding-right: 24px;
  /**
   * 1. Fixes problem with images disappearing.
   *
   *    The direct child selector '>' needs to remain in order for nested flag
   *    objects to not inherit their parent’s formatting. In case the image tag
   *    is wrapped into another tag, e.g. an anchor for linking reasons, it will
   *    disappear. In that case try wrapping the whole o-flag__img object into
   *    an anchor tag.
   *
   *    E.g.:
   *
   *      <a href="/">
   *        <div class="o-flag__img">
   *          <img src="./link/to/image.jpg" alt="image alt text">
   *        </div>
   *      </a>
   */
}
.o-flag__img > img {
  max-width: none;
  /* [1] */
}

/**
 * The container for the main content of the flag object.
 *
 * 1. Forces the `.flag__body` to take up all remaining space.
 */
.o-flag__body {
  width: auto;
  /* [1] */
}
.o-flag__body,
.o-flag__body > :last-child {
  margin-bottom: 0;
}

/* Size variants
   ========================================================================== */
.o-flag--flush > .o-flag__img {
  padding-right: 0;
  padding-left: 0;
}

.o-flag--tiny > .o-flag__img {
  padding-right: 6px;
}
.o-flag--tiny.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 6px;
}

.o-flag--small > .o-flag__img {
  padding-right: 12px;
}
.o-flag--small.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 12px;
}

.o-flag--large > .o-flag__img {
  padding-right: 48px;
}
.o-flag--large.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 48px;
}

.o-flag--huge > .o-flag__img {
  padding-right: 96px;
}
.o-flag--huge.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 96px;
}

/* Reversed flag
   ========================================================================== */
/**
 * 1. Swap the rendered direction of the object…
 * 2. …and reset it.
 * 3. Reassign margins to the correct sides.
 */
.o-flag--reverse {
  direction: rtl;
  /* [1] */
}
.o-flag--reverse > .o-flag__img,
.o-flag--reverse > .o-flag__body {
  direction: ltr;
  /* [2] */
}
.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  /* [3] */
  padding-left: 24px;
  /* [3] */
}

/* Alignment variants
   ========================================================================== */
/**
 * Vertically align the image- and body-content differently. Defaults to middle.
 */
.o-flag--top > .o-flag__img,
.o-flag--top > .o-flag__body {
  vertical-align: top;
}

.o-flag--bottom > .o-flag__img,
.o-flag--bottom > .o-flag__body {
  vertical-align: bottom;
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets and any
 * indentation.
 *
 * Note: Declaring the item class might not be necessary everywhere,
 * but is for example in <dl> lists for the <dd> children.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

.o-list-bare__item {
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  margin-left: 0;
  list-style: none;
}

.o-list-inline__item {
  display: inline-block;
}

/* ==========================================================================
   #BOX
   ========================================================================== */
/**
 * The box object simply boxes off content. Extend with cosmetic styles in the
 * Components layer.
 *
 * 1. So we can apply the `.o-box` class to naturally-inline elements.
 */
.o-box {
  display: block;
  /* [1] */
  padding: 24px;
}
.o-box:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.o-box > :last-child {
  margin-bottom: 0;
}

/* Size variants
   ========================================================================== */
.o-box--flush {
  padding: 0;
}

.o-box--tiny {
  padding: 6px;
}

.o-box--small {
  padding: 12px;
}

.o-box--large {
  padding: 48px;
}

.o-box--huge {
  padding: 96px;
}

/* ==========================================================================
   #BLOCK
   ========================================================================== */
/**
 * Stacked image-with-text object. A simple abstraction to cover a very commonly
 * occurring design pattern.
 */
.o-block {
  display: block;
  text-align: center;
}

.o-block__img {
  margin-bottom: 24px;
  /* Size variants
     ====================================================================== */
}
.o-block--flush > .o-block__img {
  margin-bottom: 0;
}
.o-block--tiny > .o-block__img {
  margin-bottom: 6px;
}
.o-block--small > .o-block__img {
  margin-bottom: 12px;
}
.o-block--large > .o-block__img {
  margin-bottom: 48px;
}
.o-block--huge > .o-block__img {
  margin-bottom: 96px;
}

.o-block__body {
  display: block;
}

/* Alignment variants
   ========================================================================== */
.o-block--right {
  text-align: right;
}

.o-block--left {
  text-align: left;
}

/* ==========================================================================
   #RATIO
   ========================================================================== */
/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default is a 1:1 ratio (i.e. a perfect square).
 */
.o-ratio {
  position: relative;
  display: block;
}
.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /* [1] */
}

.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Ratio variants.
   ========================================================================== */
/**
 * Generate a series of ratio classes to be used like so:
 *
 *   <div class="o-ratio  o-ratio--golden-ratio">
 *
 */
.o-ratio--2\:1:before {
  padding-bottom: 50%;
}

.o-ratio--4\:3:before {
  padding-bottom: 75%;
}

.o-ratio--16\:9:before {
  padding-bottom: 56.25%;
}

/* Contain modifier.
   ========================================================================== */
/**
 * Only works with image content.
 * Contains the image to the boundaries, without cropping or stretching it.
 */
.o-ratio--img-contain > .o-ratio__content:before {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

/* ==========================================================================
   #CROP
   ========================================================================== */
/**
 * Provide a cropping container in order to display media (usually images)
 * cropped to certain ratios.
 *
 * 1. Set up a positioning context in which the image can sit.
 * 2. This is the crucial part: where the cropping happens.
 */
.o-crop {
  position: relative;
  /* [1] */
  display: block;
  overflow: hidden;
  /* [2] */
}

/**
 * Apply this class to the content (usually `img`) that needs cropping.
 *
 * 1. Image’s default positioning is top-left in the cropping box.
 * 2. Make sure the media doesn’t stop itself too soon.
 */
.o-crop__content {
  position: absolute;
  top: 0;
  /* [1] */
  left: 0;
  /* [1] */
  max-width: none;
  /* [2] */
}

/**
 * We can position the media in different locations within the cropping area.
 */
.o-crop__content--left-top {
  left: 0;
}

.o-crop__content--left-center {
  top: 50%;
  transform: translateY(-50%);
}

.o-crop__content--left-bottom {
  top: auto;
  bottom: 0;
}

.o-crop__content--right-top {
  right: 0;
  left: auto;
}

.o-crop__content--right-center {
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
}

.o-crop__content--right-bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.o-crop__content--center-top {
  left: 50%;
  transform: translateX(-50%);
}

.o-crop__content--center,
.o-crop__content--center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.o-crop__content--center-bottom {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Crop-ratio variants
   ========================================================================== */
/**
 * Generate a series of crop classes to be used like so:
 *
 *   <div class="o-crop  o-crop--golden-ratio">
 *
 */
.o-crop--2\:1 {
  padding-bottom: 50%;
}

.o-crop--4\:3 {
  padding-bottom: 75%;
}

.o-crop--16\:9 {
  padding-bottom: 56.25%;
}

/* Fill modifier
   ========================================================================== */
/**
 * Content stretches to fill it's container while maintaining aspect-ratio.
 */
.o-crop--fill > .o-crop__content {
  min-height: 100%;
  min-width: 100%;
}

/* ==========================================================================
   #TABLE
   ========================================================================== */
/**
 * A simple object for manipulating the structure of HTML `table`s.
 */
.o-table {
  width: 100%;
}

/* Equal-width table cells
   ========================================================================== */
/**
 * `table-layout: fixed` forces all cells within a table to occupy the same
 * width as each other. This also has performance benefits: because the browser
 * does not need to (re)calculate cell dimensions based on content it discovers,
 * the table can be rendered very quickly. Further reading:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout#Values
 */
.o-table--fixed {
  table-layout: fixed;
}

/* Size variants
   ========================================================================== */
.o-table--tiny th,
.o-table--tiny td {
  padding: 6px;
}

.o-table--small th,
.o-table--small td {
  padding: 12px;
}

.o-table--large th,
.o-table--large td {
  padding: 48px;
}

.o-table--huge th,
.o-table--huge td {
  padding: 96px;
}

/* ==========================================================================
   #PACK
   ========================================================================== */
/**
 * The pack object simply causes any number of elements pack up horizontally to
 * automatically fill an equal, fluid width of their parent.
 *
 * 1. Fill all available space.
 * 2. Remove any leftover styling from lists.
 * 3. Cause children to be automatically equally sized.
 */
.o-pack {
  width: 100%;
  /* [1] */
  margin-left: 0;
  /* [2] */
  display: table;
  table-layout: fixed;
  /* [3] */
}

/**
 * 1. Cause children to adopt table-like structure.
 * 2. Default item alignment is with the tops of each other.
 */
.o-pack__item {
  display: table-cell;
  /* [1] */
  vertical-align: top;
  /* [2] */
  /* Vertical alignment variants
     ====================================================================== */
}
.o-pack--middle > .o-pack__item {
  vertical-align: middle;
}
.o-pack--bottom > .o-pack__item {
  vertical-align: bottom;
}

/* Unequal-width items
   ========================================================================== */
.o-pack--auto {
  table-layout: auto;
}

/* Size variants
   ========================================================================== */
.o-pack--tiny {
  border-spacing: 6px;
}

.o-pack--small {
  border-spacing: 12px;
}

.o-pack--default {
  border-spacing: 24px;
}

.o-pack--large {
  border-spacing: 48px;
}

.o-pack--huge {
  border-spacing: 96px;
}

/* Reversed order packs
   ========================================================================== */
.o-pack--reverse {
  direction: rtl;
}
.o-pack--reverse > .o-pack__item {
  direction: ltr;
}

/* ==========================================================================
   #HEADER
   ========================================================================== */
/* Ribbon */
.header-ribbon {
  background: #E3E6E3;
  font-family: "Montserrat", Verdana, sans-serif;
  padding: 10px;
}

.membership-promotion-header-banner__content-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 680px;
}
@media (min-width: 41.25em) {
  .membership-promotion-header-banner__content-wrapper {
    background-position: left bottom;
    flex-direction: row-reverse;
  }
}

.membership-promotion-header-banner__content {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  margin: 10px;
  max-width: 240px;
  text-align: center;
}
@media (min-width: 41.25em) {
  .membership-promotion-header-banner__content {
    text-align: left;
    margin: 0 24px;
  }
}

.membership-promotion-header-banner .membership-promotion-header-banner__link {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.2;
}
@media (min-width: 41.25em) {
  .membership-promotion-header-banner .membership-promotion-header-banner__link {
    width: 207px;
  }
}

.header-ribbon .o-list-inline > li:not(:last-child) {
  margin-right: 28px;
}

.tertiary-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.tertiary-nav-item {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  letter-spacing: 1.56px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  text-transform: uppercase;
}
.tertiary-nav-item ul {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.29);
  float: left;
  padding: 12px;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.tertiary-nav-item ul ul {
  left: -999em;
  top: 0;
}
.tertiary-nav-item ul a {
  color: #BBBBBB;
  display: block;
  text-transform: none;
  width: 120px;
}
.tertiary-nav-item:hover > ul, .tertiary-nav-item.focus > ul {
  left: auto;
  right: 0;
}
.tertiary-nav-item li {
  display: block;
  line-height: 1.7692307692;
  text-align: right;
}
.tertiary-nav-item a {
  color: #1A1818;
  text-decoration: none;
}
.tertiary-nav-item a:hover, .tertiary-nav-item a:focus {
  color: #2b2a2a;
}

.tertiary-nav-item svg {
  margin-right: 14px;
}
.tertiary-nav-item .icon-newsletter {
  height: 13px;
  width: 17px;
}
.tertiary-nav-item .icon-login {
  height: 13px;
  width: 11px;
}

.site-header__social-menu a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}

.site-header__social-menu .social-etsy {
  display: none;
  visibility: hidden;
}

/* Site Header Top */
.site-header__top {
  background: #fff;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

/* Search */
.desktop-search {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  font-size: 1.25em;
  position: relative;
  width: 38px;
  height: 38px;
  transition: width 450ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.desktop-search__input {
  background: white;
  border: 0;
  height: 38px;
  flex-grow: 1;
  outline: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}

.header-search-toggle {
  color: #2b2a2a;
  font-size: 1.5rem;
  margin-left: auto;
  background: 0;
  border: 0;
  cursor: pointer;
  border-radius: 50%;
  height: 31px;
  transition: background 200ms ease-out;
  z-index: 50;
}

#header-search-container {
  border-radius: 4px;
  display: none;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  transition: all 200ms ease-out;
  width: 0;
}
@media (min-width: 62.5em) {
  #header-search-container {
    display: block;
  }
}
#header-search-container .search-form {
  transition: width 200ms ease-out;
  width: 0;
}

.desktop-search.toggled,
.desktop-search:focus-within {
  overflow: visible;
}
.desktop-search.toggled #header-search-container,
.desktop-search:focus-within #header-search-container {
  opacity: 1;
  width: 385px;
  z-index: 50;
}
.desktop-search.toggled #header-search-container .search-form,
.desktop-search:focus-within #header-search-container .search-form {
  border: 1px solid #2b2a2a;
  width: 385px;
}
.desktop-search.toggled .desktop-search__input,
.desktop-search:focus-within .desktop-search__input {
  opacity: 1;
  z-index: initial;
  cursor: initial;
  width: calc(100% - 38px);
}
.desktop-search.toggled .header-search-toggle,
.desktop-search.toggled .desktop-search__submit,
.desktop-search:focus-within .header-search-toggle,
.desktop-search:focus-within .desktop-search__submit {
  color: #2b2a2a;
}
.desktop-search.toggled .header-search-toggle:hover, .desktop-search.toggled .header-search-toggle:focus,
.desktop-search.toggled .desktop-search__submit:hover,
.desktop-search.toggled .desktop-search__submit:focus,
.desktop-search:focus-within .header-search-toggle:hover,
.desktop-search:focus-within .header-search-toggle:focus,
.desktop-search:focus-within .desktop-search__submit:hover,
.desktop-search:focus-within .desktop-search__submit:focus {
  outline: 0;
}

.header-search-toggle {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: #fff;
}
.header-search-toggle svg {
  height: 14px;
  vertical-align: top;
  width: 14px;
}

@media (min-width: 62.5em) {
  #header-search-container-mobile {
    display: none;
  }
}

.header-search-mobile {
  padding-bottom: 24px;
}
.header-search-mobile > form {
  border-radius: 4px;
  border: 1px solid #2b2a2a;
}

.search-form {
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.search-form input {
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.25;
  letter-spacing: 0.12px;
  min-height: inherit;
  width: 85%;
}
.search-form .search-submit {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: #fff;
  width: 15%;
}
.search-form .search-submit svg {
  height: 16px;
  width: 14px;
}

/* Ad */
.ad--header {
  background: #FAFAFA;
  padding: 30px 0;
}

/* ==========================================================================
   #FOOTER
   ========================================================================== */
.site-footer {
  background: #676A74;
  color: #FFFFFF;
  font-family: "Montserrat", Verdana, sans-serif;
  text-align: center;
}
@media (min-width: 62.5em) {
  .site-footer {
    text-align: left;
  }
}

.site-footer__logo {
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 62.5em) {
  .site-footer__logo {
    margin-top: 74px;
    margin-bottom: 0;
  }
}
.site-footer__logo svg {
  fill: #fff;
}

.site-footer__content {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 1.44px;
}
@media (min-width: 62.5em) {
  .site-footer__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
}

.site-footer .widget-title {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9285714286;
  letter-spacing: 1.68px;
  font-weight: normal;
  margin-bottom: 20px;
}

.site-footer__content .menu {
  list-style: none;
  margin: 0;
}
.site-footer__content li {
  margin-bottom: 12px;
}
@media (min-width: 62.5em) {
  .site-footer__content li:last-child {
    margin-bottom: 0;
  }
}
.site-footer__content a {
  color: #fff;
  text-decoration: none;
}
.site-footer__content a:hover, .site-footer__content a:focus {
  color: #DBDBDB;
}

@media (max-width: 62.49em) {
  #menu-footer {
    column-count: 2;
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.site-footer__top {
  padding-top: 76px;
  padding-bottom: 56px;
}

.site-footer__social {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 62.5em) {
  .site-footer__social {
    margin-top: 0;
  }
}

.site-footer__social-menu a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

.site-footer__newsletter input {
  background: #676A74;
  border-color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.25;
  display: block;
  letter-spacing: 0.12px;
  margin-bottom: 12px;
  width: 100%;
}
@media (min-width: 62.5em) {
  .site-footer__newsletter input {
    margin-bottom: 0;
    width: 65%;
  }
}
.site-footer__newsletter input[type=submit] {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 1.68px;
}
@media (min-width: 62.5em) {
  .site-footer__newsletter input[type=submit] {
    margin-left: 10px;
    width: auto;
  }
}
.site-footer__newsletter input[type=submit]:focus, .site-footer__newsletter input[type=submit]:hover {
  background-color: #fff;
  color: #2b2a2a;
}
@media (min-width: 62.5em) {
  .site-footer__newsletter .footer-newsletter-form {
    display: flex;
  }
}
.site-footer__newsletter ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.site-footer__newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.site-footer__newsletter :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.site-footer__newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.site-footer__bottom {
  padding-bottom: 16px;
}
.site-footer__bottom > .o-wrapper {
  border-top: 1px solid #fff;
  padding-top: 16px;
}

.site-content {
  background-color: #FAFAFA;
  padding-bottom: 48px;
}
.home .site-content {
  padding-bottom: 0;
}

.page-title {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.5555555556;
  letter-spacing: 0.62px;
}
@media (min-width: 62.5em) {
  .page-title {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 1.5555555556;
  }
}

.search-title {
  font-weight: bold;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.5555555556;
  letter-spacing: 0.42px;
}

.archive-title {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1.5555555556;
  letter-spacing: 6.24px;
}
@media (min-width: 62.5em) {
  .archive-title {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.8571428571;
    letter-spacing: 6.24px;
  }
}

.archive-description {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.16px;
}

.section-nav {
  font-family: "Montserrat", Verdana, sans-serif;
  letter-spacing: 1.56px;
  list-style: none;
  margin: 48px auto;
  text-align: center;
}
.section-nav li {
  margin-right: 28px;
}
.section-nav li:last-child {
  margin-rigth: 0;
}

.section-nav--divided li {
  margin-right: 0;
}
.section-nav--divided li:after {
  content: " | ";
  display: inline-block;
  margin: 0 14px 0 20px;
}
@media speech {
  .section-nav--divided li:after {
    display: none;
    visibility: hidden;
  }
}
.section-nav--divided li:last-child:after {
  content: none;
  margin: 0;
}

.section-nav__item {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-nav__item a {
  color: #2b2a2a;
  text-underline-offset: 10px;
  text-decoration: none;
}
.section-nav__item a:hover, .section-nav__item a:focus {
  color: #676A74;
}

.section-nav__item--current a {
  text-decoration: underline;
}

.archive-header,
.page-header,
.search-header,
.entry-header,
.lede {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  text-align: center;
}

.entry-title {
  color: #2b2a2a;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.5555555556;
  letter-spacing: 0.62px;
  text-transform: uppercase;
}
@media (min-width: 62.5em) {
  .entry-title {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 1.5555555556;
  }
}

.lede {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  text-align: center;
  letter-spacing: 0.18px;
}

.entry-meta {
  font-family: "Montserrat", Verdana, sans-serif;
}

.byline__credit {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-style: italic;
}
.byline__credit a {
  color: inherit;
}

.entry-content {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  letter-spacing: 0.17px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1220px;
}
.entry-content .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.entry-content > :last-child {
  margin-bottom: 0;
}
.entry-content .o-layout {
  letter-spacing: 0;
}
.entry-content .o-layout__item {
  letter-spacing: 0.17px;
}

.entry-footer {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1220px;
}

.js .continue-reading {
  height: 80px;
  overflow: hidden;
  position: relative;
}
.js .continue-reading:after {
  background: transparent linear-gradient(180deg, transparent 0%, #FAFAFA 90%) 0% 0% no-repeat padding-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.js .continue-reading.continue-reading--opened {
  overflow: visible;
}
.js .continue-reading.continue-reading--opened:after {
  content: none;
}

.c-read-more {
  padding-top: 48px;
  padding-bottom: 48px;
}

blockquote {
  clear: both;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3571428571;
  margin: 48px auto;
  letter-spacing: 0.28px;
  text-align: center;
  padding: 40px 0;
  width: 98.66666667%;
}
@media (min-width: 41.25em) {
  blockquote {
    width: 84.66666667%;
  }
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  color: #7B7878;
  display: block;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3571428571;
  font-style: normal;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  text-align: center;
}

.blockquote-attribution {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  text-align: left;
}

.main-article .entry-content h1,
.main-article .entry-content h2,
.main-article .entry-content h3,
.main-article .entry-content h4,
.main-article .entry-content h5,
.main-article .entry-content h6 {
  text-transform: none;
}

.main-article:not(.hide-drop-cap) .entry-content > p:first-of-type:first-letter {
  color: #2b2a2a;
  display: inline-block;
  float: left;
  font-size: 97px;
  font-size: 6.0625rem;
  line-height: 0.6639175258;
  margin: 0;
  padding: 0.09em 0.1em 0.01em 0;
}

.main-article:not(.hide-drop-cap) .entry-content > p:first-of-type:after {
  clear: left;
}

.hero {
  background-color: #676A74;
  align-items: flex-end;
  display: flex;
  color: #fff;
  margin-bottom: 24px;
  justify-content: center;
  padding: 12px 24px;
}
.hero .entry-title {
  color: #fff;
}

.hero--inline-image {
  padding: 0;
}
.hero--inline-image .entry-header {
  position: absolute;
  z-index: 20;
}

.hero__image {
  position: relative;
  width: 100%;
}
.hero__image > img {
  max-width: none;
  width: 100%;
}

.hero--bg-image {
  background-size: cover;
  background-position: center;
  height: 389px;
}

.main-article--long .hero--bg-image,
.main-article--short .hero--bg-image {
  height: 372px;
}
@media (min-width: 62.5em) {
  .main-article--long .hero--bg-image,
.main-article--short .hero--bg-image {
    height: 672px;
  }
}

.hero--h-v-centered {
  align-items: center;
}

.main-article--short .post-thumbnail {
  margin-bottom: 24px;
  position: relative;
}
.main-article--short .post-thumbnail > img {
  max-width: none;
  width: 100%;
  height: auto;
}
.main-article--short .wp-caption-text {
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  text-align: right;
}

.feature-person-social {
  padding-top: 48px;
  text-align: center;
}

.feature-person-social__title {
  color: #62677B;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2916666667;
  letter-spacing: 0.24px;
  margin-bottom: 7px;
  text-align: center;
}
.feature-person-social__title .u-sans-serif {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  letter-spacing: 0.13px;
}
.feature-person-social__title .feature-person-social__name {
  border-top: 1px solid #62677B;
  display: inline-block;
  font-weight: bold;
  margin-top: 7px;
  padding-top: 7px;
}

.feature-person-social .person-social {
  margin-bottom: 7px;
}

.feature-person-social__website {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
}
.feature-person-social__website a {
  color: #62677B;
}
.feature-person-social__website a:hover, .feature-person-social__website a:focus {
  color: #2b2a2a;
}

.listing {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px;
}
.listing .entry-title a {
  color: inherit;
  text-decoration: none;
}
.listing .entry-title a:hover, .listing .entry-title a:focus {
  text-decoration: underline;
}
.listing .entry-excerpt {
  font-family: "Montserrat", Verdana, sans-serif;
  letter-spacing: 0.16px;
}

.related-stories {
  padding: 48px 0 0;
}

.related-stories__title {
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

.classes-workshops .date-meta {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 300;
  letter-spacing: 0.16px;
  position: relative;
}
.classes-workshops .date-meta:before {
  background: url(assets/images/calendar.png) no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 18px;
  width: 11px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .classes-workshops .date-meta:before {
    background-image: url(assets/images/calendar@2x.png);
    background-size: contain;
  }
}

.single-podcast .site-content {
  background-color: #FFF;
}
.single-podcast .entry-header {
  background-color: #FAFAFA;
  padding: 10px 0;
}
.single-podcast .entry-title {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1.5555555556;
  letter-spacing: 6.24px;
}
.single-podcast .podcast-embed {
  margin-bottom: 24px;
  margin-top: 24px;
}

/**
 * Comments Wrapper
 */
.comments-area {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.comments-area:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.comments-area > * {
  margin-top: 24px;
  margin-bottom: 24px;
}
.comments-area > *:first-child {
  margin-top: 0;
}
.comments-area > *:last-child {
  margin-bottom: 0;
}
.comments-area a {
  color: #62677B;
}
.comments-area a:hover, .comments-area a:focus {
  color: #2b2a2a;
}
.comments-area.show-avatars .avatar {
  border-radius: 50%;
  position: absolute;
  top: 10px;
}
.comments-area.show-avatars .fn {
  display: inline-block;
  padding-left: 85px;
}
.comments-area.show-avatars .comment-metadata {
  padding: 8px 0 9px 85px;
}

/**
 * Comment Title
 */
.comments-title,
.comment-reply-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1428571429;
  letter-spacing: 0.32px;
  text-transform: none;
  font-weight: 700;
}

.vcard img {
  border-radius: 60px;
  border: 7px solid #E7E4E2;
  margin-right: 24px;
  width: 98px;
}

.fn {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.21px;
}

.comment {
  border-bottom: 1px solid #676A74;
  padding-bottom: 24px;
}
.comment:last-child {
  border-bottom: none;
}

.comment-metadata {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.16px;
}
.comment-metadata a {
  text-decoration: none;
}

.comment-content {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.18px;
}
.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-reply-title {
  display: flex;
  justify-content: space-between;
}
.comment-reply-title small a {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
}

/* Nested comment reply title*/
.comment .comment-respond .comment-reply-title {
  font-size: 18px;
}

/**
 * Comment Lists
 */
.comment-list {
  padding-left: 0;
  list-style: none;
}
.comment-list > li {
  margin-top: 24px;
  margin-bottom: 24px;
}

.comment-list .children {
  list-style: none;
  padding-left: 0;
}
.comment-list .children > li {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 62.49em) {
  .comment-list .depth-2,
.comment-list .depth-3 {
    padding-left: calc(4 * 24px);
  }
}

/**
 * Comment Meta
 */
.comment-meta .comment-author {
  margin-bottom: calc(0.25 * 24px);
}
@media (max-width: 62.49em) {
  .comment-meta .comment-author {
    margin-bottom: 0;
    padding-right: 0;
  }
}
.comment-meta .comment-author .fn {
  font-family: "Montserrat", Verdana, sans-serif;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
}
.comment-meta .comment-metadata {
  padding: 8px 0 9px 0;
}
.comment-meta .comment-metadata .edit-link {
  margin-left: 24px;
}
@media (max-width: 62.49em) {
  .comment-meta {
    margin-right: inherit;
  }
  .comment-meta .comment-author {
    max-width: inherit;
  }
}

.reply {
  font-size: 18px;
}

.bypostauthor {
  display: block;
}

.says {
  display: none;
}

.pingback .url,
.trackback .url {
  font-family: "Lora", Georgia, serif;
}

.comment-body {
  position: relative;
  margin-bottom: calc(1.7 * 24px);
}
.comment-body > * {
  margin-top: 24px;
  margin-bottom: 24px;
}
.comment-body .reply {
  margin: 0;
}

.comment-content {
  word-wrap: break-word;
}

.pingback .comment-body,
.trackback .comment-body {
  margin-top: 24px;
  margin-bottom: 24px;
}

.comment-respond {
  margin-top: 24px;
}

.comment-respond > * {
  margin-top: 24px;
  margin-bottom: 24px;
}
.comment-respond > *:first-child {
  margin-top: 0;
}
.comment-respond > *:last-child {
  margin-bottom: 0;
}
.comment-respond > *:last-child.comment-form {
  margin-bottom: 24px;
}

.comment-author {
  padding-top: 3px;
}
.comment-author .url {
  color: currentColor;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}
.comment-form > * {
  flex-basis: 100%;
}
.comment-form .comment-notes {
  font-size: 14px;
}
.comment-form .comment-form-url,
.comment-form .comment-form-comment {
  width: 100%;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 62.49em) {
  .comment-form .comment-form-author,
.comment-form .comment-form-email {
    flex-basis: 100%;
  }
}
.comment-form .comment-form-cookies-consent > label,
.comment-form .comment-notes {
  font-size: 14px;
  font-weight: normal;
}

.logged-in-as {
  font-family: "Montserrat", Verdana, sans-serif;
}

.comment-form > p {
  margin-bottom: 24px;
}
.comment-form > p:first-of-type {
  margin-top: 0;
}
.comment-form > p:last-of-type {
  margin-bottom: 0;
}
.comment-form > p label,
.comment-form > p input[type=email],
.comment-form > p input[type=text],
.comment-form > p input[type=url],
.comment-form > p textarea {
  display: block;
  font-size: 16px;
  margin-bottom: calc(.5 * 24px);
  width: 100%;
}
.comment-form > p.comment-form-cookies-consent {
  display: flex;
}
@media (max-width: 62.49em) {
  .comment-form > p.comment-form-author {
    margin-right: calc(1.5 * 24px);
  }
  .comment-form > p.comment-notes, .comment-form > p.logged-in-as {
    display: block;
  }
}

@media (min-width: 62.5em) {
  .three-article-group {
    display: flex;
  }
}

@media (min-width: 62.5em) {
  .three-article-group--reverse {
    flex-direction: row-reverse;
  }
}

.three-article-group__primary {
  margin-bottom: 24px;
}
@media (min-width: 62.5em) {
  .three-article-group__primary {
    display: inline-block;
    padding-right: 18px;
    width: 75%;
  }
}
@media (min-width: 62.5em) {
  .three-article-group--reverse .three-article-group__primary {
    padding-left: 18px;
    padding-right: 0;
  }
}
@media (min-width: 62.5em) {
  .three-article-group__primary .teaser__post-thumbnail {
    height: 651px;
  }
}

@media (min-width: 62.5em) {
  .three-article-group__secondary {
    display: inline-block;
    width: 25%;
  }
}
@media (min-width: 62.5em) {
  .three-article-group__secondary .teaser {
    margin-bottom: 20px;
  }
}

.teaser {
  text-align: center;
}

.teaser__post-thumbnail {
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.teaser__post-thumbnail > img {
  height: auto;
  object-fit: cover;
}

@media (min-width: 62.5em) {
  .teaser--large .teaser__post-thumbnail {
    height: 651px;
  }
  .teaser--large .teaser__post-thumbnail > img {
    max-width: none;
    width: 100%;
  }
}

.teaser__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2916666667;
  font-weight: 700;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.teaser--photographer .teaser__title {
  font-weight: normal;
}
.teaser__title a {
  color: #2b2a2a;
  text-decoration: none;
}
.teaser__title a:hover, .teaser__title a:focus {
  color: #676A74;
}

.main-article.photographer.has-photographer-thumbnail .hero {
  margin-bottom: 55px;
}
.main-article.photographer.has-photographer-thumbnail .entry-header {
  margin-bottom: -55px;
}

.entry-header .photographer-headshot {
  border: 7px solid #fff;
  border-radius: 120px;
  height: 98px;
  width: 98px;
}

.entry-content--photographer {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.16px;
  margin-top: 48px;
  max-width: 1000px;
}

.main-article.photographer.has-photographer-thumbnail .entry-content--photographer {
  margin-top: 96px;
}

.person-social li {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  margin-right: 20px;
}
.person-social li:last-child {
  margin-right: 0;
}
.person-social a {
  color: #62677B;
}
.person-social a:hover, .person-social a:focus {
  color: #2B2A2A;
}

.photography-grid__item {
  margin-bottom: 18px;
  width: 50%;
}
@media (min-width: 62.5em) {
  .photography-grid__item {
    width: 33.3333%;
  }
}
.photography-grid__item > img {
  height: auto;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 1.68px;
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 12px 24px;
  transition: all 300ms ease-in-out;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  text-transform: uppercase;
}

/* Style variants
   ========================================================================== */
.c-btn--primary {
  background-color: transparent;
  border-color: #2b2a2a;
  color: #2b2a2a;
}
.c-btn--primary, .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
  text-decoration: none;
  /* [4] */
}
.c-btn--primary:hover, .c-btn--primary:focus {
  background-color: #2b2a2a;
  border-color: #2b2a2a;
  color: #fff;
}

.c-btn--secondary {
  background-color: #fff;
  border-color: #2b2a2a;
  color: #2b2a2a;
}
.c-btn--secondary, .c-btn--secondary:hover, .c-btn--secondary:active, .c-btn--secondary:focus {
  text-decoration: none;
}
.c-btn--secondary:hover, .c-btn--secondary:focus {
  background-color: #2b2a2a;
  border-color: #2b2a2a;
  color: #fff;
}

.c-btn--tertiary {
  background-color: #ffffff;
  color: #2b2a2a;
  border-color: #DDDDDD;
  border-radius: 22px;
}
.c-btn--tertiary, .c-btn--tertiary:hover, .c-btn--tertiary:active, .c-btn--tertiary:focus {
  text-decoration: none;
}
.c-btn--tertiary:hover, .c-btn--tertiary:focus {
  color: #2b2a2a;
}

.mdv-submit-images {
  background-color: #7abbae;
  border-color: #7abbae;
  color: #fff;
}
.mdv-submit-images, .mdv-submit-images:hover, .mdv-submit-images:active, .mdv-submit-images:focus {
  text-decoration: none;
}
.mdv-submit-images:hover, .mdv-submit-images:focus {
  background-color: transparent;
  border-color: #2b2a2a;
  color: #2b2a2a;
}

.mdv-contest-archive {
  padding: 10px 12px !important;
  letter-spacing: 0.5px;
  font-size: 0.775rem;
}

/* Size variants
   ========================================================================== */
.c-btn--small {
  padding: 6px 12px;
}

.c-btn--large {
  padding: 24px 48px;
}

/* Ghost buttons
   ========================================================================== */
/**
 * Ghost buttons have see-through backgrounds and are bordered.
 */
.c-btn--ghost {
  border: 2px solid currentColor;
  padding: 10px 22px;
}
.c-btn--ghost, .c-btn--ghost:hover, .c-btn--ghost:active, .c-btn--ghost:focus {
  background: none;
}
.c-btn--ghost.c-btn--small {
  padding: 4px 10px;
}
.c-btn--ghost.c-btn--large {
  padding: 22px 46px;
}
.c-btn--ghost.c-btn--primary, .c-btn--ghost.c-btn--secondary {
  color: currentColor;
}
.c-btn--ghost.c-btn--primary:hover, .c-btn--ghost.c-btn--primary:focus, .c-btn--ghost.c-btn--secondary:hover, .c-btn--ghost.c-btn--secondary:focus {
  background-color: #fff;
  border-color: #fff;
  color: #2b2a2a;
}
.c-btn--ghost.c-btn--tertiary {
  color: #fff;
}
.c-btn--ghost.c-btn--tertiary:hover, .c-btn--ghost.c-btn--tertiary:focus {
  color: #fff;
}

.main-navigation > .o-wrapper {
  position: relative;
}

.main-navigation {
  clear: both;
  display: block;
  font-family: "Montserrat", Verdana, sans-serif;
  letter-spacing: 1.56px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  position: relative;
  width: 100%;
}
@media (min-width: 62.5em) {
  .main-navigation {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2307692308;
    padding: 45px 0;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.29);
  float: left;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  line-height: 1.7692307692;
  margin-right: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul li:last-child > a {
  padding-bottom: 0;
}
.main-navigation ul ul a {
  color: #BBBBBB;
  text-transform: none;
  width: 185px;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  color: #2b2a2a;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  color: #2b2a2a;
  text-decoration: none;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  margin-right: 17px;
  position: relative;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  text-decoration: underline;
}
.main-navigation a {
  color: #2b2a2a;
  display: block;
  padding-bottom: 20px;
  text-decoration: none;
  text-underline-offset: 10px;
  text-transform: uppercase;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-post-ancestor > a {
  text-underline-offset: 10px;
  text-decoration: underline;
}

/* Small menu */
.menu-toggle {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: #fff;
  font-size: 18px;
}

.js .menu-toggle {
  display: block;
}
.js .main-navigation {
  display: none;
}
@media (min-width: 62.5em) {
  .js .main-navigation {
    display: block;
  }
}
.js .toggled .main-navigation {
  display: block;
}

@media (min-width: 62.5em) {
  .no-js .menu-toggle,
.menu-toggle {
    display: none;
  }
}

/* Center-align logo @desktop */
@media (min-width: 62.5em) {
  .main-navigation .menu {
    display: flex;
    align-items: center;
    /* margin auto center aligns logo */
  }
  .main-navigation .menu > li:first-child,
.main-navigation .menu > li:nth-child(n+7) {
    order: 7;
  }
  .main-navigation .menu > li:nth-child(n+7) {
    text-align: right;
  }
  .main-navigation .menu > li:first-child {
    margin-left: auto;
    margin-right: auto;
    flex-basis: auto;
    position: relative;
    z-index: 2;
    width: 165px;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* ==========================================================================
   #PAGINATION
   ========================================================================== */
.pagination {
  clear: both;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}
.pagination .page-numbers {
  border: 1px solid #000;
  display: inline-block;
  height: 37px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 8px 10px;
  vertical-align: top;
  width: 37px;
}
.pagination .dots {
  border-color: transparent;
}
.pagination a {
  color: #2b2a2a;
  display: inline-block;
  margin-bottom: 12px;
  text-decoration: none;
}
.pagination .icon {
  height: 21px;
  width: 14px;
}
.pagination .next,
.pagination .prev {
  border-color: transparent;
  vertical-align: middle;
}
.pagination .page-numbers:hover,
.pagination .current {
  background: #2b2a2a;
  border-color: #2b2a2a;
  color: #fff;
}
.pagination .current {
  vertical-align: top;
}
.pagination .current > .page-numbers {
  background: #2b2a2a;
}
.pagination .page-numbers:focus {
  border-color: #2b2a2a;
  color: #2b2a2a;
}

.menu--social {
  list-style: none;
  margin: 0;
}
.menu--social > li {
  display: inline-block;
  margin-right: 20px;
}
.menu--social a svg {
  fill: currentColor;
}

.site-header__social-menu a {
  color: #1A1818;
}

.site-footer__social-menu a {
  color: #FFF;
}
.site-footer__social-menu .social-facebook a {
  color: #7ABBAE;
}
.site-footer__social-menu .social-pinterest a {
  color: #E69793;
}
.site-footer__social-menu .social-instagram a {
  color: #91D1D9;
}
.site-footer__social-menu .social-etsy a {
  color: #B080AD;
}

/* ==========================================================================
   #ICONS
   ========================================================================== */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

/* ==========================================================================
   #TAG LIST
   ========================================================================== */
.c-tags {
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.c-tags:before, .c-tags:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 47px;
  z-index: 10;
}
@media (min-width: 41.25em) {
  .c-tags:before, .c-tags:after {
    width: 67px;
  }
}
.c-tags:before {
  background: -webkit-linear-gradient(to right, #FAFAFA 50%, rgba(250, 250, 250, 0.5) 100%);
  background: linear-gradient(to right, #FAFAFA 50%, rgba(250, 250, 250, 0.5) 100%);
  left: 0;
}
.c-tags:after {
  background: -webkit-linear-gradient(to left, #FAFAFA 50%, rgba(250, 250, 250, 0.5) 100%);
  background: linear-gradient(to left, #FAFAFA 50%, rgba(250, 250, 250, 0.5) 100%);
  right: 0;
}
.u-bg-color-white .c-tags:before {
  background: -webkit-linear-gradient(to right, #FFFFFF 50%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to right, #FFFFFF 50%, rgba(255, 255, 255, 0.5) 100%);
}
.u-bg-color-white .c-tags:after {
  background: -webkit-linear-gradient(to left, #FFFFFF 50%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to left, #FFFFFF 50%, rgba(255, 255, 255, 0.5) 100%);
}

.single .c-tags,
.singular .c-tags {
  max-width: 750px;
}

.post-tags-carousel {
  position: relative;
}
.post-tags-carousel .slick-arrow {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  color: #2b2a2a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  height: 100%;
  position: absolute;
  z-index: 50;
  transform: none;
  top: 0;
  width: auto;
}
.post-tags-carousel .slick-arrow:before {
  content: none;
}
.post-tags-carousel .slick-prev {
  left: 10px;
}
@media (min-width: 41.25em) {
  .post-tags-carousel .slick-prev {
    left: 0;
  }
}
.post-tags-carousel .slick-next {
  right: 10px;
}
@media (min-width: 41.25em) {
  .post-tags-carousel .slick-next {
    right: 0;
  }
}

@media (max-width: 41.24em) {
  .entry-meta.c-tags:before {
    left: -24px;
  }
  .entry-meta.c-tags:after {
    right: -24px;
  }
}

.post-tags {
  list-style: none;
  margin: 0;
  text-align: center;
}
.post-tags li {
  display: inline-block;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  height: 50px;
  margin-right: 9px;
}
.post-tags a {
  background-color: #ffffff;
  color: #2b2a2a;
  letter-spacing: 0.18px;
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 7px 24px;
  transition: all 300ms ease-in-out;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 22px;
}
.post-tags a, .post-tags a:hover, .post-tags a:active, .post-tags a:focus {
  text-decoration: none;
}
.post-tags a:hover, .post-tags a:focus {
  background-color: #2b2a2a;
  color: #fff;
}

/* ==========================================================================
   #APPLAUSE
   ========================================================================== */
.applause li {
  margin-top: 24px;
  padding-top: 48px;
  position: relative;
}
.applause li:before {
  background: url(assets/images/horizontal-rule.png) center no-repeat;
  content: "";
  height: 8px;
  left: 50%;
  margin-left: -141px;
  position: absolute;
  top: 20px;
  width: 283px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .applause li:before {
    background-image: url(assets/images/horizontal-rule@2x.png);
    background-size: 283px 8px;
  }
}

.js .applause-item-content--shortened {
  height: 110px;
  overflow: hidden;
}

.applause-toggle {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
}

/* ==========================================================================
   #SECTION CALL TO ACTION
   ========================================================================== */
.section-cta {
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.section-cta--bg-image {
  padding: 35px 0;
}
@media (min-width: 62.5em) {
  .section-cta--bg-image {
    min-height: 400px;
    padding: 65px 0;
  }
}

.section-cta__image {
  position: relative;
}
.section-cta__image:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.section-cta__image > img {
  height: auto;
  max-width: none;
  width: 100%;
}

.section-cta__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 35px 0;
  text-align: center;
  z-index: 10;
  width: 100%;
}
@media (min-width: 41.25em) {
  .section-cta__main {
    position: absolute;
    min-height: 400px;
    padding: 65px 0;
  }
}

.section-cta__content {
  font-family: "Montserrat", Verdana, sans-serif;
}

.section-cta__caption {
  color: #fff;
  left: 10px;
  position: absolute;
  text-align: right;
  bottom: 10px;
  right: 10px;
  position: absolute;
  z-index: 10;
}

/* Categories */
.section-cta--category {
  text-align: center;
}
@media (min-width: 41.25em) {
  .section-cta--category {
    color: #fff;
  }
}

.section-cta--category .section-cta__header h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.12;
  letter-spacing: 3px;
}

.section-cta--category .section-cta__header,
.section-cta--category .section-cta__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 514px;
}

.section-cta--category .section-cta__content {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.18px;
}

.section-cta--category .c-btn {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}

/* Submissions */
.section-cta--submissions {
  text-align: center;
}

.section-cta--submissions .section-cta__heading {
  color: #2b2a2a;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.12;
  letter-spacing: 6.24px;
  text-transform: uppercase;
}

/* Digital Library */
.section-cta .section-cta--digital-library {
  background-position: center bottom;
  color: #2b2a2a;
  position: relative;
}

@media (min-width: 62.5em) {
  .section-cta--digital-library-inner-wrapper {
    padding-top: 90px;
  }
}

.section-cta--digital-library .section-cta__heading {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.12;
  letter-spacing: 6.24px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.section-cta--digital-library .section-cta__description {
  letter-spacing: 0.18px;
  text-align: center;
}

/* Newsletter */
.section-cta .section-cta--newsletter {
  background-position: center bottom;
  color: #2b2a2a;
  position: relative;
}

@media (min-width: 62.5em) {
  .section-cta--newsletter-inner-wrapper {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-cta--newsletter .section-cta__heading {
  color: #2b2a2a;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.12;
  letter-spacing: 6.24px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 62.5em) {
  .section-cta--newsletter-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}

.section-cta--newsletter .section-cta__description {
  letter-spacing: 0.18px;
}
@media (min-width: 62.5em) {
  .section-cta--newsletter .section-cta__description {
    margin-right: 24px;
    text-align: right;
    width: 50%;
  }
}

.section-cta__form {
  margin-left: 10px;
}
.section-cta__form input {
  border-color: #2b2a2a;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 62.5em) {
  .section-cta__form input {
    margin-bottom: 0;
    width: 65%;
  }
}
@media (min-width: 62.5em) {
  .section-cta__form {
    display: flex;
    margin-top: 9px;
  }
}
@media (min-width: 62.5em) {
  .section-cta__form .c-btn {
    margin-left: 10px;
    width: auto;
  }
}

.section-cta--newsletter .section-cta__link {
  border: 1px solid #2b2a2a;
}
.section-cta--newsletter .section-cta__link:hover {
  background-color: transparent;
  border-color: #fff;
}

/* ==========================================================================
   #SUBSCRIBE
   ========================================================================== */
.page-template-subscribe .site-content {
  padding-bottom: 0;
}
.page-template-subscribe .page-title {
  color: #fff;
}

.landing-page-top--bg-image {
  padding-top: 24px;
}
@media (min-width: 41.25em) {
  .landing-page-top--bg-image {
    padding-top: 62px;
  }
}

@media (min-width: 41.25em) {
  .subscription-tiers--featured\@desktop {
    align-items: flex-end;
  }
}
@media (min-width: 62.5em) {
  .subscription-tiers--featured\@desktop .subscription-tier-container:nth-child(1) {
    order: 2;
  }
  .subscription-tiers--featured\@desktop .subscription-tier-container:nth-child(2) {
    order: 1;
  }
  .subscription-tiers--featured\@desktop .subscription-tier-container:nth-child(3) {
    order: 3;
  }
}

.subscription-tier {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 62.5em) {
  .subscription-tiers--featured\@desktop .subscription-tier {
    min-height: 780px;
  }
}
@media (min-width: 62.5em) {
  .subscription-tiers--featured\@desktop .subscription-tier:nth-child(1) {
    min-height: 860px;
  }
}

.subscription-tier__header {
  background: #EEEFEE;
  color: #2b2a2a;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  padding: 24px 5px;
  text-align: center;
  width: 100%;
}

.membership-plan .subscription-tier__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.subscription-tier--featured .subscription-tier__header {
  background: #676A74;
  color: #fff;
}

.subscription-tier__head {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  letter-spacing: 0.24px;
  margin-bottom: 12px;
}

.subscription-tier__subhead {
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.subscription-tiers--featured\@desktop .subscription-tier-container:first-child .subscription-tier__header {
  background: #676A74;
  color: #fff;
}
.subscription-tiers--featured\@desktop .subscription-tier-container:first-child .subscription-tier__head {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2777777778;
}

.subscription-tier__main {
  background: #fff;
  padding: 24px 43px;
  width: 100%;
}
#wc-membership-cta-region .subscription-tier__main {
  padding: 24px 18px;
}
#wc-membership-cta-region .membership-plan .subscription-tier__main {
  padding: 24px 43px;
}

.subscription-tier-section__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.subscription-tier-section__title > strong {
  background: #fff;
  display: inline-block;
  letter-spacing: 0.16px;
  padding: 0 0.75em;
  position: relative;
}
.subscription-tier-section__title:before {
  background: #707070;
  content: "";
  left: 0;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.membership-tier__subhead {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.14px;
}

.subscription-tier__price {
  font-weight: 700;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1.1538461538;
  margin-bottom: 24px;
}
#wc-membership-cta-region .subscription-tier__price {
  margin-left: auto;
  margin-right: auto;
  max-width: 266px;
}
#wc-membership-cta-region .subscription-tier--all-access-insider .subscription-tier__price {
  max-width: none;
}
.subscription-tier__price sup {
  font-size: 46.15384615%;
  top: -1em;
}

#wc-membership-cta-region .subscription-tiers .subscription-tier__price {
  border-top: 1px solid #707070;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-top: 12px;
}

.curency {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  vertical-align: middle;
}

#wc-membership-cta-region .subscription-tier__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 266px;
}
#wc-membership-cta-region .subscription-tier--all-access-insider .subscription-tier__content {
  max-width: none;
}
.subscription-tier__content p {
  margin-bottom: 24px;
}
.subscription-tier__content ul {
  list-style: none;
}
.subscription-tier__content ul ul {
  margin-top: 12px;
}
.subscription-tier__content li {
  margin-bottom: 12px;
  padding-left: 7px;
  position: relative;
}
.subscription-tier__content li:before {
  background: url(assets/images/gray-check.png) no-repeat;
  content: "";
  display: block;
  height: 11px;
  left: -1em;
  position: absolute;
  top: 7px;
  width: 14px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .subscription-tier__content li:before {
    background-image: url(assets/images/gray-check@2x.png);
    background-size: 14px auto;
  }
}

@media (min-width: 62.5em) {
  .membership-plan .subscription-tier--featured .subscription-tier__content > ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.subscription-tier__footer {
  background: #fff;
  padding: 20px 40px;
  margin-top: auto;
  width: 100%;
}
@media (min-width: 62.5em) {
  .subscription-tier__footer .c-btn {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.subscription-cta .content {
  background: #fff;
  padding: 48px;
}
.subscription-cta .content p:last-child {
  margin-bottom: 0;
}

.subscription-cta {
  text-align: center;
}
@media (min-width: 62.5em) {
  .subscription-cta {
    text-align: left;
  }
}
.subscription-cta h4 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2916666667;
  letter-spacing: 0.24px;
  text-transform: none;
}
@media (max-width: 62.49em) {
  .subscription-cta .subscription-cta-link {
    margin-top: 24px;
  }
}

.magazine-feature {
  padding: 48px;
}
.magazine-feature .feature__image {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 62.5em) {
  .magazine-feature .feature__image {
    text-align: left;
  }
}

@media (min-width: 62.5em) {
  .feature__content {
    padding: 12px 0 24px;
  }
}

/* ==========================================================================
   #ACCORDIONS
   ========================================================================== */
@media (min-width: 41.25em) {
  .accordion-section {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}

.accordion-section .ui-accordion-header:before {
  content: "+ ";
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  width: 24px;
}

.accordion-section .ui-accordion-header.ui-state-active:before {
  content: "–";
  font-size: 24px;
  vertical-align: -4%;
  color: #fff;
}

.accordion-section .ui-accordion-header {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  background: #676A74;
  color: #FFF;
  padding: 0.5em 1em;
  margin: 0.75em 0 0;
  cursor: pointer;
  outline: none !important;
  text-transform: none;
}

.accordion-section .ui-accordion-content {
  background: #fff;
  color: #969899;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  padding: 1.5em 1.5em 1.5em 2.5em;
}

.ui-accordion-content p:first-of-type {
  display: inline;
}
.ui-accordion-content p {
  margin: 1.5em 0;
}
.ui-accordion-content a {
  color: #2b2a2a;
}
.ui-accordion-content a:hover, .ui-accordion-content a:focus {
  text-decoration: none;
}

@media (min-width: 41.25em) {
  .subscribe-faq {
    padding: 96px 0;
  }
}

.subscribe-faq__question-label {
  font-weight: 700;
}

.subscribe-faq__question-label,
.subscribe-faq__question {
  display: inline-block;
  vertical-align: top;
}

.subscribe-faq__question {
  font-weight: normal;
  width: 85%;
}

.article-filter .section-nav {
  margin: 24px auto 80px;
}

.date-range {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2307692308;
}
@media (min-width: 62.5em) {
  .date-range {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.date-range__from-label {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  letter-spacing: 1.56px;
  text-transform: uppercase;
}
@media (min-width: 62.5em) {
  .date-range__from-label {
    margin-right: 17px;
    margin-bottom: 0;
  }
}

.date-range__to-label {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 62.5em) {
  .date-range__to-label {
    margin: 0 10px 0 15px;
  }
}

.date-range__from,
.date-range__to {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
}
.date-range__from select,
.date-range__to select {
  border-color: #2b2a2a;
  margin: 0 4px;
  min-height: 22px;
  padding: 6px 24px 6px 6px;
}
@media (min-width: 62.5em) {
  .date-range__from,
.date-range__to {
    margin: 0 4px 0;
  }
}

/* ==========================================================================
   #NGGC
   ========================================================================== */
.ngg-slideshow .slick-list {
  overflow: hidden;
}
.ngg-slideshow .slick-prev,
.ngg-slideshow .slick-next {
  height: 100%;
  width: 80px;
}
.ngg-slideshow .slick-prev:before,
.ngg-slideshow .slick-next:before {
  content: " ";
}

.main-article .ngg-slideshow .slick-prev {
  left: 0 !important;
  width: 20%;
}

.main-article .ngg-slideshow .slick-next {
  right: 0 !important;
  width: 20%;
}

.main-article .ngg-slideshow.slick-slider {
  width: 100vw;
  overflow: visible;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw - 12px) !important;
  margin-right: calc(-50vw - 12px) !important;
  max-width: none !important;
}

.main-article .ngg-slideshow.slick-slider .slick-list {
  padding: 0 25% 0 25%;
}

.main-article .ngg-slideshow .ngg-gallery-slideshow-image img {
  transition: max-height 0.15s ease-out;
  max-height: 68% !important;
}

.main-article .ngg-slideshow .slick-current.ngg-gallery-slideshow-image img {
  max-width: 99% !important;
  max-height: 98% !important;
}

.section-cta--membership {
  padding: 24px 6px;
}
@media (min-width: 41.25em) {
  .section-cta--membership {
    padding: 48px;
  }
}

.membership-slider__slide {
  margin: 0 10px;
  width: 290px;
}
@media (min-width: 41.25em) {
  .membership-slider__slide {
    width: 390px;
  }
}

.membership-slider .slick-arrow {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #2b2a2a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  height: 100%;
  position: absolute;
  transform: none;
  top: 0;
  width: 48px;
  z-index: 50;
}
.membership-slider .slick-arrow:before {
  content: none;
}
@media (min-width: 41.25em) {
  .membership-slider .slick-arrow {
    width: 80px;
  }
}
.membership-slider .slick-prev {
  background: -webkit-linear-gradient(to right, #FFFFFF 15%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #FFFFFF 15%, rgba(255, 255, 255, 0) 100%);
  left: 10px;
}
@media (min-width: 41.25em) {
  .membership-slider .slick-prev {
    left: 0;
  }
}
.membership-slider .slick-next {
  background: -webkit-linear-gradient(to left, #FFFFFF 15%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #FFF 15%, rgba(255, 255, 255, 0) 100%);
  right: 10px;
}
@media (min-width: 41.25em) {
  .membership-slider .slick-next {
    right: 0;
  }
}
.membership-slider .membership-slider__slide-content {
  margin-left: auto;
  margin-right: auto;
}
.membership-slider .membership-slider__slide img {
  margin-left: auto;
  margin-right: auto;
  max-height: 390px;
}
.membership-slider .teaser__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}

.membership-slider__slide--cta {
  background: #cbe0db;
}
.membership-slider__slide--cta .membership-slider__slide-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}
@media (min-width: 41.25em) {
  .membership-slider__slide--cta .membership-slider__slide-content {
    min-height: 390px;
  }
}

/* ==========================================================================
   #SLICK SLIDER
   ========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Begin Contest Styles */
.single-contest .site-content {
  padding-top: 0;
}

.single-contest {
  font-family: "Montserrat", Verdana, sans-serif;
}

.single-gallery-submission h1.entry-title,
.single-contest-submission h1.entry-title,
.single-photo-submission h1.entry-title {
  border-bottom: 1px solid #ccc;
}

.gallery-submission .entry-header,
.contest-submission .entry-header,
.photo-submission .entry-header {
  padding-bottom: 35px;
}

.gallery-submission .entry-header h1.entry-title,
.contest-submission .entry-header h1.entry-title,
.photo-submission .entry-header h1.entry-title {
  border-bottom: 0;
  margin: 0;
}

.gallery-submission .navigation,
.contest-submission .navigation,
.photo-submission .navigation {
  display: block;
  overflow: hidden;
  padding: 10px 0 30px;
}
.gallery-submission .navigation a,
.contest-submission .navigation a,
.photo-submission .navigation a {
  font-size: 20px;
}
.gallery-submission .navigation .alignleft a:before,
.gallery-submission .navigation .alignleft a:before,
.gallery-submission .navigation .alignleft a:before,
.contest-submission .navigation .alignleft a:before,
.contest-submission .navigation .alignleft a:before,
.contest-submission .navigation .alignleft a:before,
.photo-submission .navigation .alignleft a:before,
.photo-submission .navigation .alignleft a:before,
.photo-submission .navigation .alignleft a:before {
  content: "&larr; ";
}
.gallery-submission .navigation .alignright a:after,
.gallery-submission .navigation .alignright a:after,
.gallery-submission .navigation .alignright a:after,
.contest-submission .navigation .alignright a:after,
.contest-submission .navigation .alignright a:after,
.contest-submission .navigation .alignright a:after,
.photo-submission .navigation .alignright a:after,
.photo-submission .navigation .alignright a:after,
.photo-submission .navigation .alignright a:after {
  content: " &rarr;";
}

#mdv-image-upload-form .row,
#mdv-image-upload-form input[type=file] {
  overflow: hidden;
  clear: both;
  margin: 0 0 1em;
}

#mdv-image-upload-form label {
  width: 20%;
  float: left;
  font-weight: bold;
}

#mdv-image-upload-form input,
#mdv-image-upload-form textarea {
  width: 80%;
  float: left;
}

#mdv-image-upload-form input[type=submit] {
  width: auto;
}

.image-information {
  overflow: hidden;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #d8dee3;
  padding: 30px 30px;
  margin: 10px 0;
}
.image-information .row {
  overflow: hidden;
  margin-bottom: 1em;
}

.single-gallery-submission #comments,
.single-contest-submission #comments,
.single-photo-submission #comments {
  overflow: hidden;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #d8dee3;
  padding: 30px 30px 20px;
  margin: 10px 0px;
}

.e2ma_signup_form_row,
.e2ma_signup_form_groups,
.e2ma_signup_form_required_footnote {
  border: none !important;
}

.contest-navigation {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.contest-navigation li {
  float: none;
  display: table-cell;
  width: 1%;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 8px 12px;
  border-radius: 4px;
  position: relative;
}

.contest-navigation li:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.contest-navigation li:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.contest-navigation li:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.contest-navigation li:hover,
.contest-navigation li.current_page_item {
  background: #f3f3f3;
}

.contest-navigation li a {
  display: inline-block;
  width: 100%;
}

.contest-navigation li a:hover {
  text-decoration: none;
}

.gallery-terms.well {
  text-align: center;
}

.full-width-ad-block {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #dfdfdf;
}

.contest-canvas .site-header {
  background: none;
  padding: 30px 0 40px;
  text-align: center;
}
.contest-canvas .site-header .contest-logo {
  margin-bottom: 30px;
  max-width: 400px;
}
.contest-canvas .site-header .contest-banner {
  margin-bottom: 60px;
}

#contest-sponsors {
  background: #f3f3f3;
  text-align: center;
}
#contest-sponsors a {
  display: inline-block;
  width: 21%;
  padding: 17px 2%;
}

#contest-basics {
  overflow: hidden;
  clear: both;
  text-align: center;
  margin: 40px 0px;
}
#contest-basics p {
  margin-bottom: 0;
  font-size: 18px;
}

#contest-intro {
  overflow: hidden;
}

#contest-nav {
  text-align: center;
  padding: 20px 0;
  clear: both;
  margin-bottom: 60px;
}

#contest-nav.contest-nav-bottom {
  padding-top: 10px;
}

#contest-prizes {
  background: #f3f3f3;
  text-align: center;
  clear: both;
}

#contest-prize-deck {
  background: #f3f3f3;
}
#contest-prize-deck .prize-content {
  margin: 0 auto 48px;
  max-width: 812px;
}
#contest-prize-deck .prize-image {
  background: linear-gradient(#f3f3f3 75%, #ffffff 75%);
  text-align: center;
}

.col-prize {
  background: #fff;
  border: 1px solid #e1e1e1;
  min-height: 600px;
  padding: 30px;
}
@media all and (max-width: 768px) {
  .col-prize {
    width: auto;
    margin-bottom: 20px;
  }
}
.col-prize ul {
  list-style: none;
  margin-left: 0;
}
.col-prize li {
  border-bottom: 1px solid #e2e2e2;
  padding: 1em 0;
  text-align: left;
}
.col-prize li:first-child {
  padding-top: 0;
}
.col-prize li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.place {
  color: #333333;
  background: #fff;
  font-size: 48px;
  line-height: 0.5;
  padding: 0 0 0.75em;
}
.place span {
  font-size: 18px;
}

#contest-quote {
  background-color: #2b2a2a;
  color: white;
  padding: 37px 12px;
  text-align: center;
}
#contest-quote blockquote {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-family: "Lora", Georgia, serif;
  letter-spacing: -0.2px;
  margin: 24px auto;
  padding: 0px;
  width: auto;
}
#contest-quote figcaption {
  border-top: 1px solid #bfbfbf;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding-top: 14px;
  text-transform: uppercase;
}

#contest-faq .ui-accordion-header {
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  margin: 0.75em 0 0;
  padding: 0.5em 1em 1em 53px;
  position: relative;
  outline: none !important;
  text-transform: none;
}
#contest-faq .ui-accordion-header.ui-state-active {
  border-bottom-color: #fff;
  margin-bottom: -2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#contest-faq .ui-accordion-header:before {
  background: url(assets/images/contest-arrow.png) 0 3px no-repeat;
  background-size: 9px;
  display: inline-block;
  content: " ";
  height: 30px;
  left: 0;
  position: absolute;
  vertical-align: middle;
  transition: all 300ms ease-in-out;
  width: 16px;
}

#contest-faq .ui-accordion-header.ui-state-active:before {
  background-position: 0;
  transform: rotate(90deg);
}

#contest-faq .ui-accordion-content {
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  padding: 1.5em 1.5em 1.5em 53px;
  position: relative;
}

.contest-faq__q-label,
.contest-faq__a-label {
  font-weight: normal;
  left: 33px;
  position: absolute;
}

.ui-accordion-content p:first-of-type {
  display: inline;
}

.ui-accordion-content p {
  margin: 1.5em 0;
}

#contest-rules {
  border: 1px solid #dddddd;
  max-height: 1200px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 24px;
}

#contest-faq {
  margin-bottom: 60px;
  overflow: hidden;
  clear: both;
}

.contest-footer {
  background: #000;
}

.page-template-page-purchase #content input[type=radio] {
  margin: 0 0.5em 1em 0.25em;
}

.page-template-page-purchase #content input[type=submit] {
  margin: 1.5em 0 0;
}

#mdv-payment-form label {
  width: 20%;
  float: left;
  font-weight: bold;
}

#mdv-payment-form .form-row {
  overflow: hidden;
  clear: both;
  margin: 0 0 1em;
}

#mdv-payment-form input,
#mdv-payment-form textarea {
  width: 80%;
  float: left;
}

#mdv-payment-form input[type=submit] {
  width: auto;
}

#cc-exp input {
  width: 40px;
}

#cc-exp span {
  float: left;
}

#cc-cvc input {
  width: 87px;
}

#cc-terms label {
  width: auto;
}

#cc-terms input {
  float: none;
  margin-left: 6px;
  width: auto;
}

.payment-errors {
  display: block;
  font-weight: bold;
  color: #f24141;
  margin-bottom: 2em;
  font-size: 24px;
}

#mdv-image-upload-form .row.file-upload label {
  width: 100%;
  margin-bottom: 0.25em;
}

#mdv-image-upload-form .row.file-upload label .red {
  color: #f24141;
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
  color: #f24141;
}

.single-gallery-submission .feat-img,
.single-contest-submission .feat-img,
.single-photo-submission .feat-img {
  position: relative;
}

.single-gallery-submission .interaction-bar,
.single-contest-submission .interaction-bar,
.single-photo-submission .interaction-bar {
  opacity: 1;
}

.gallery-submission.col-md-4,
.contest-submission.col-md-4 {
  border-bottom: none;
}

@media (min-width: 992px) {
  .gallery-submission.col-md-4,
.contest-submission.col-md-4 {
    width: 32%;
    margin-right: 1.333%;
    margin-bottom: 0;
  }

  .gallery-submission.col-md-4 .entry-content,
.contest-submission.col-md-4 .entry-content {
    margin-top: 0.75em;
  }
}
.archive.author .gallery-container.row {
  margin-left: 0;
  margin-right: 0;
}

.has-interaction-bar {
  position: relative;
}

/* ENTRY FEE STYLES */
.contest-entry-fees {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
  padding: 24px 12px;
}

.entry-fee {
  margin: 0 24px;
}

.entry-fee__price {
  font-family: "Lora", Georgia, serif;
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1666666667;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.entry-fee__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 62.5em) {
  .entry-fee__description {
    margin-bottom: 0;
  }
}

/* END ENTRY FEE STYLES */
/* INTERACTION BAR */
.entry-content .interaction-bar {
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.entry-content:hover .interaction-bar {
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .entry-content:hover .interaction-bar {
    opacity: 0;
  }
}

.interaction-bar .author-name a {
  color: #fff !important;
}
.interaction-bar .author-name a:hover {
  text-decoration: underline;
}

.interaction-bar {
  padding-top: 15px;
  padding-bottom: 5px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(20, 20, 20, 0), #141414);
}
.interaction-bar .author {
  position: relative;
  float: left;
}
.interaction-bar .author-name {
  font-family: "lato", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  display: inline-block !important;
  position: relative !important;
  top: 5px !important;
  left: 6px !important;
  color: white !important;
}
.interaction-bar .author img {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 35px;
  height: auto;
  border-radius: 50%;
}
.interaction-bar button {
  cursor: pointer;
}
.interaction-bar .btn-block {
  float: right;
  margin-right: 15px;
}

.single .entry-content .interaction-bar .author img {
  min-width: 0 !important;
}

/* END INTERACTION BAR */
/* FINALISTS */
.finalist-gallery .entry-header,
.gallery-actions .entry-header {
  overflow: hidden;
}

.gallery-container,
.gallery-actions {
  clear: both;
  overflow: hidden;
  padding-bottom: 60px;
}

.gallery-actions #order {
  float: right;
}

.post-type-archive-gallery-submission .page-header h1 {
  border: none;
}

.post-type-archive-gallery-submission article,
.page-template-page-gallery article, .single-gallery article, .post-type-archive-gallery-submission article, .single-contest .finalist-gallery article {
  border: none;
  padding: 0;
  line-height: 0;
}

.page-template-page-gallery article a img,
.single-gallery article a img,
.single-contest .finalist-gallery article a img {
  width: 245px;
  height: 245px;
  object-fit: cover;
  margin: 1.5em 0 0;
}

/* END FINALISTS */
/* IMAGE PROTECTION */
.image-facade-prot {
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* MULTI-CATEGORY CONTEST LANDING PAGE */
.page-template-page-multicat-contest h2,
.page-template-page-multicat-contest h3,
.page-template-page-multicat-contest h4,
.page-template-page-multicat-contest h5,
.page-template-page-multicat-contest h6 {
  color: #000;
  margin-bottom: 6px;
}

.contest-cat-links-container {
  text-align: center;
  padding-bottom: 40px;
  margin-left: 0;
  overflow: hidden;
}
.contest-cat-links-container .contest-cat-link {
  display: block;
  background: #efefef;
  margin-right: 2%;
  padding: 10px;
  width: 30%;
}
.contest-cat-links-container .contest-cat-link:hover {
  text-decoration: none;
}
.contest-cat-links-container .contest-cat-link:nth-child(3n+3) {
  margin-right: 0;
}
.contest-cat-links-container .contest-cat-link img {
  width: 100%;
}
.contest-cat-links-container .contest-cat-link h2 {
  margin: 0.25em 0 0;
}

.sponsors-inner {
  padding: 17px 0px;
}

.contest-logo {
  text-align: center;
}

.contest-banner-image-container {
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 62.5em) {
  .contest-banner-image-container {
    height: auto;
  }
}

.contest-banner {
  max-width: initial;
  height: 100%;
  margin-bottom: 0;
}
@media (min-width: 62.5em) {
  .contest-banner {
    height: auto;
    max-width: none;
    width: 100%;
  }
}

.contest-basic-content {
  padding-bottom: 20px;
}

.contest-basic-content ul {
  margin-left: 0;
}

.block-content {
  clear: both;
}

/* START JUDGES STYLES */
.author-block {
  overflow: hidden;
  background: #fff;
  padding: 45px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 599px) {
  .author-block {
    padding: 45px 30px;
  }
}
.author-block:nth-of-type(even) .image {
  float: right;
}

@media (max-width: 599px) {
  .author-block:nth-of-type(even) .image {
    float: none;
  }
}
.author-block:nth-of-type(even) .content {
  padding-left: 0;
  padding-right: 5%;
}

@media (max-width: 599px) {
  .author-block:nth-of-type(even) .content {
    padding: 0;
  }
}
.author-block .image {
  float: left;
  width: 24%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #e1e5e7;
  line-height: 0;
}

@media (max-width: 599px) {
  .author-block .image {
    width: 140px;
    float: none;
    margin: 0 auto;
  }
}
.author-block .content {
  padding-left: 5%;
  width: 76%;
  float: left;
}

@media (max-width: 599px) {
  .author-block .content {
    padding-left: 0;
    width: 100%;
    margin-top: 25px;
    clear: both;
    text-align: center;
  }
}
.author-block h3.name {
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: normal;
  color: #495570;
  font-size: 26px;
  display: inline-block;
}

.author-block .handle {
  margin-bottom: 20px;
  line-height: 1.2;
  margin-left: 4px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #a4aab7;
  display: inline-block;
}

/* END JUDGES STYLES */
/* END MULTI-CATEGORY CONTEST LANDING PAGE */
.itsg_single_ajax_remove {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  text-align: center;
  margin: 0;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  background-color: #f6f9fc;
  border: 1px solid #d8dee3 !important;
  border-radius: 50px;
  color: #6f7c82;
  text-transform: uppercase;
  font-size: 0.8235294118rem;
  line-height: 1.7142857143;
  padding: 4px 24px;
  text-decoration: none;
}

.itsg_single_ajax_remove:hover {
  color: #292e31;
  text-decoration: none;
}

.hidden {
  display: none;
}

.countdown-clock {
  display: flex;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: normal;
  font-weight: bold;
  justify-content: center;
  margin: 40px auto;
  max-width: 1090px;
  position: relative;
  text-align: center;
}
.no-js .countdown-clock {
  display: none;
}
@media (min-width: 62.5em) {
  .countdown-clock {
    font-size: 64px;
    font-size: 4rem;
    line-height: normal;
  }
  .countdown-clock:before {
    background-color: #ddd;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
  }
}
.countdown-clock > div {
  background: #FAFAFA;
  border-left: 1px solid #ddd;
  padding: 10px;
  display: inline-block;
  z-index: 2;
}
@media (min-width: 62.5em) {
  .countdown-clock > div {
    width: 180px;
  }
}
.countdown-clock > div:last-child {
  border-right: 1px solid #ddd;
}
.countdown-clock div > span {
  padding: 0 5px;
  border-radius: 3px;
  display: inline-block;
}
.countdown-clock .countdown-clock__label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.countdown-clock .days, .countdown-clock .hours, .countdown-clock .minutes, .countdown-clock .seconds {
  font-family: "Lora", Georgia, serif;
}

#contest-winners img {
  display: block;
}
@media (min-width: 62.5em) {
  #contest-winners img {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
  }
}

.past-winner a {
  color: #2b2a2a;
}

.past-winner__title {
  color: #2b2a2a;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6538461538;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.inspiration-article {
  text-align: center;
}

.inspiration-article img {
  margin-bottom: 24px;
}

.inspiration-article a {
  font-weight: 700;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2916666667;
}

.entry-deck {
  font-family: "Montserrat", Verdana, sans-serif;
}

.contest-entry-excerpt a {
  font-weight: 700;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.2916666667;
}

.contest-newsletter-cta {
  background: #1a1a1a;
  background-size: 412px auto;
  color: #fff;
  padding: 24px 0;
  position: relative;
}
@media (min-width: 62.5em) {
  .contest-newsletter-cta {
    padding: 48px 0;
  }
}

.contest-newsletter-cta__heading {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.9666666667;
  letter-spacing: 0.013em;
}

.contest-newsletter-cta__form {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
@media (min-width: 62.5em) {
  .contest-newsletter-cta__form {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.contest-newsletter-cta__form #input_46_2 {
  border-color: #1a1a1a;
  margin-bottom: 12px;
  flex-grow: 1;
  min-height: 52px;
  padding: 12px;
}
@media (min-width: 62.5em) {
  .contest-newsletter-cta__form #input_46_2 {
    margin-right: 24px;
    margin-bottom: 0;
    max-width: 360px;
  }
}
.contest-newsletter-cta__form input[type=submit] {
  border: 2px solid currentColor;
}

.judge__image img {
  border-radius: 60px;
}

.archive-contest-logo {
  background: #f3f3f3;
  align-items: center;
  background-position: center center;
  display: flex;
  height: 245px;
  padding: 24px;
  text-align: center;
}

/* End Contest Styles */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

.woocommerce div.product form.cart .variations td {
  vertical-align: middle;
}

.woocommerce div.product form.cart .variations select {
  padding: 10px 23px 5px 5px;
}

.woocommerce form .form-row label {
  width: auto;
}

.checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout input[type=url],
.checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout input[type=password],
.checkout.woocommerce-checkout input[type=number],
.checkout.woocommerce-checkout input[type=tel] {
  padding: 0.625rem;
}

.checkout.woocommerce-checkout input[type=text]:focus,
.checkout.woocommerce-checkout input[type=url]:focus,
.checkout.woocommerce-checkout input[type=email]:focus,
.checkout.woocommerce-checkout input[type=password]:focus,
.checkout.woocommerce-checkout input[type=number]:focus,
.checkout.woocommerce-checkout input[type=tel]:focus {
  border-color: #2b2a2a !important;
}

.checkout.woocommerce-checkout input[type=text]:disabled,
.checkout.woocommerce-checkout input[type=url]:disabled,
.checkout.woocommerce-checkout input[type=email]:disabled,
.checkout.woocommerce-checkout input[type=password]:disabled,
.checkout.woocommerce-checkout input[type=number]:disabled,
.checkout.woocommerce-checkout input[type=tel]:disabled {
  background-color: #eee;
  cursor: not-allowed;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #2b2a2a;
}

.checkout.woocommerce-checkout .woo-select {
  position: relative;
  color: inherit;
}

.checkout.woocommerce-checkout .woo-select::after {
  content: "▾";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  color: #777;
  pointer-events: none;
}

.checkout.woocommerce-checkout .woo-select select::-ms-expand {
  display: none;
}

.checkout.woocommerce-checkout .woo-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 2.4375rem;
  width: 100%;
  padding-left: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-size: 0.875rem;
  border: 0.0625rem solid #919191;
  border-radius: 0.1875rem;
  outline: none;
  background-color: white;
}

.checkout.woocommerce-checkout .woo-select select:focus {
  border-color: #000 !important;
}

.checkout.woocommerce-checkout .woo-select select:disabled {
  background-color: #eee;
  cursor: not-allowed;
}

.checkout.woocommerce-checkout .woo-select select {
  width: 80%;
}

.checkout.woocommerce-checkout .woo-select:after {
  top: 0.025rem;
  right: 0.9375rem;
  color: #2b2a2a;
}

.checkout.woocommerce-checkout abbr[title] {
  border-bottom: 0;
  cursor: default;
  text-decoration: none;
}

.checkout.woocommerce-checkout abbr.required {
  color: #2b2a2a;
}

.checkout.woocommerce-checkout button[type=submit] {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #000;
  color: #2b2a2a;
  background: none;
  border-radius: 3px;
  padding: 9px 30px;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
}

.checkout.woocommerce-checkout button[type=submit]:hover {
  background: #000;
  color: white !important;
}

table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}

table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}

table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
  background: transparent;
}

table.shop_table td small {
  font-weight: normal;
}

table.shop_table tbody:first-child tr:first-child th,
table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}

table.shop_table tfoot td,
table.shop_table tfoot th,
table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body.wc-lp #content {
  text-align: center;
}

.landing-page-top .page-title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: normal;
}

body.wc-lp .page-title,
body.wc-lp .page-content {
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-member-hub .site-content,
.woocommerce-partner-discounts .site-content,
.page-template-member-page .site-content,
.page-template-partner-discounts .site-content,
.page-template-single-landing-page .site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.page-template-single-landing-page .landing-page-top--bg-image .page-content {
  color: #fff;
  padding-bottom: 24px;
  padding-top: 24px;
}

.woocommerce-member-hub .page-content,
.woocommerce-partner-discounts .page-content,
.page-template-member-page .page-content,
.page-template-partner-discounts .page-content {
  margin-bottom: 24px;
}
.woocommerce-member-hub .page-content p,
.woocommerce-partner-discounts .page-content p,
.page-template-member-page .page-content p,
.page-template-partner-discounts .page-content p {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.woocommerce-member-hub .page-content p:last-child,
.woocommerce-partner-discounts .page-content p:last-child,
.page-template-member-page .page-content p:last-child,
.page-template-partner-discounts .page-content p:last-child {
  margin-bottom: 0;
}

.woocommerce-member-hub .page-content p,
.woocommerce-partner-discounts .page-content p,
.page-template-member-page .page-content p,
.page-template-partner-discounts .page-content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}

.woocommerce span.onsale,
.woocommerce span.onsale.wc-memberships-member-discount {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 0;
  position: relative;
  text-align: center;
  display: block;
  padding: 0 12px;
}

.woocommerce div.product .product_title {
  text-align: center;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1220px;
  width: auto;
}

.product_meta {
  font-family: "Montserrat", Verdana, sans-serif;
}
.product_meta a {
  color: #2b2a2a;
}

.membership-content.access-restricted .post-thumbnail {
  display: block;
  position: relative;
}
.membership-content.access-restricted .post-thumbnail:after {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  content: "Members Only";
  display: block;
  height: 26px;
  color: #2b2a2a;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.8;
  padding: 0 3px;
  position: absolute;
  left: 10px;
  top: 10px;
  min-width: 120px;
  width: 120px;
}

.main-article.access-restricted .lede {
  display: none;
}

.member-hub-section__title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5555555556;
}
.member-hub-section__title a {
  color: inherit;
  text-decoration: none;
}
.member-hub-section__title a:hover, .member-hub-section__title a:focus {
  text-decoration: underline;
}

.member-hub-section__description {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  text-align: center;
}

.member-hub-section {
  margin-bottom: 80px;
}

.member-hub-section__content {
  background: #fff;
  border: 1px solid #d1d1d1;
  margin-bottom: 24px;
  padding: 24px;
}
.member-hub-section__content:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation {
  text-align: center;
}
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  list-style: none;
}
@media (min-width: 62.5em) {
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.woocommerce-MyAccount-navigation-link {
  display: inline-block;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  letter-spacing: 1.56px;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation-link:not(:last-child) {
  margin-right: 28px;
}
.woocommerce-MyAccount-navigation-link a {
  color: #62677B;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation-link a:hover, .woocommerce-MyAccount-navigation-link a:focus {
  color: #2b2a2a;
}

.partner-discount {
  margin-bottom: 24px;
  min-height: 450px;
}

.partner-discount__top {
  display: flex;
  align-content: center;
  min-height: 356px;
  flex-direction: column;
  justify-content: center;
}
.partner-discount__top > img {
  display: block;
  margin: auto;
}
.partner-discount__top > img + img {
  margin-top: 24px;
}

.partner-discount__bottom {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 24px 6px 12px;
}
.partner-discount__bottom h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.24px;
}
.partner-discount__bottom .partner-discount__link {
  margin-bottom: 0;
  margin-top: auto;
}
.partner-discount__bottom .c-btn {
  display: block;
  max-width: 185px;
  padding: 14px 24px;
  text-align: center;
}

.page-template-partner-discounts .menu-logged-in-user {
  margin-bottom: 48px;
  text-align: center;
}

.membership-cta__other-plans .content,
.membership-cta__additional-links .content {
  background: #fff;
  padding: 48px;
}

.membership-cta__other-plans {
  text-align: center;
}
@media (min-width: 62.5em) {
  .membership-cta__other-plans {
    text-align: left;
  }
}
@media (max-width: 62.49em) {
  .membership-cta__other-plans .membership-cta__other-plans-link {
    margin-top: 24px;
  }
}

.wc-benefit {
  background: #FFFFFF;
  padding: 48px;
}
.wc-benefit:nth-child(2n+1) {
  background: #FAFAFA;
}

.wc-benefits {
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (min-width: 62.5em) {
  .wc-benefits {
    margin-bottom: 48px;
    margin-top: 48px;
  }
}
.wc-benefits:first-child {
  margin-top: 0;
}
.wc-benefits:last-child {
  margin-bottom: 0;
}

.wc-benefits--2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.wc-benefits .wc-benefit {
  border: none;
  text-align: center;
}
@media (min-width: 62.5em) {
  .wc-benefits .wc-benefit {
    text-align: left;
  }
}

.wc-benefits .benefit-image {
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
@media (min-width: 62.5em) {
  .wc-benefits .benefit-image {
    text-align: left;
  }
}
.wc-benefits .benefit-image .benefit-image__caption {
  color: #fff;
  left: 10px;
  position: absolute;
  text-align: right;
  bottom: 10px;
  right: 10px;
  position: absolute;
}

@media (min-width: 62.5em) {
  .wc-benefit:nth-child(2n+1) .benefit-image__caption {
    text-align: left;
  }
}

.wc-benefits .benefit-image img {
  display: block;
}

.wc-benefits .benefit-content {
  padding: 12px;
}
@media (min-width: 41.25em) {
  .wc-benefits .benefit-content {
    padding: 24px 0 24px 24px;
  }
}
@media (min-width: 62.5em) {
  .wc-benefits .benefit-content {
    padding: 96px 0 96px 96px;
  }
}

@media (min-width: 41.25em) {
  .o-layout--reverse .wc-benefits .benefit-content {
    padding: 24px 24px 24px 0;
  }
}
@media (min-width: 62.5em) {
  .o-layout--reverse .wc-benefits .benefit-content {
    padding: 96px 96px 96px 0;
  }
}

.wc-benefits .benefit-title {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: normal;
  text-transform: none;
}

.wc-benefits .benefit-description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
}

.free-trial-cta {
  clear: both;
  margin-bottom: 65px;
  position: relative;
}
.free-trial-cta:before {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #f9f9fb 80%);
  content: " ";
  height: 100px;
  position: absolute;
  top: -100px;
  width: 100%;
}

.free-trial-cta__content {
  background: #fff;
  padding: 40px;
  position: relative;
  text-align: center;
}

.free-trial-cta-form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 62.5em) {
  .free-trial-cta-form {
    flex-direction: row;
  }
}

.free-trial-cta .widgettitle {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.1515151515;
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;
}

.free-trial-cta--action {
  margin: 0 auto 24px;
  max-width: 510px;
}

.free-trial-cta--action__disclaimer .small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
}

.free-trial-cta--copy {
  color: #333333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}

.free-trial-cta--action input {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  flex-grow: 1;
  margin-bottom: 20px;
  padding: 10px;
}
@media (min-width: 62.5em) {
  .free-trial-cta--action input {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.sign-up-button-wrapper {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
}
.sign-up-button-wrapper .c-btn {
  border-color: #2b2a2a;
  display: block;
  padding: 15px 24px;
  margin: auto;
  max-width: 258px;
}
.sign-up-button-wrapper .c-btn:hover, .sign-up-button-wrapper .c-btn:focus {
  background: #000;
  color: #fff;
}

.access-restricted .c-sharing--horizontal {
  display: none !important;
  visibility: hidden;
}

body.wc-lp #content .wcopc,
body.product-template-default.single.single-product #content .is-gifting {
  padding: 0 40px;
  width: 100%;
  max-width: 960px;
  margin: auto auto 65px auto;
  text-align: left;
}

body.wc-lp #content .wcopc .form-row input,
body.product-template-default.single.single-product #content .is-gifting .form-row input {
  float: none;
}

body.wc-lp #content .wcopc #billing_address_2_field,
body.product-template-default.single.single-product #content .is-gifting #billing_address_2_field {
  text-align: right;
}

body.wc-lp #content .wcopc .woocommerce-form-coupon-toggle,
body.product-template-default.single.single-product #content .is-gifting .woocommerce-form-coupon-toggle {
  display: none;
}

body.wc-lp #content .wcopc .stripe-icon,
body.product-template-default.single.single-product #content .is-gifting .stripe-icon {
  max-width: 50px;
  display: inline-block;
}

.membership-plan {
  margin-bottom: 24px;
}
@media (min-width: 62.5em) {
  .membership-plan {
    margin-bottom: 0;
  }
}

.membership-plan-image {
  margin-bottom: 24px;
  text-align: center;
}

.membership-plan-image img {
  display: inline-block;
  max-width: 116px;
}

body.page-template-page-profile .acf-form .acf-label {
  display: block;
}

.wc-lp #order_review .product-remove {
  display: none;
}

.woocommerce-additional-fields .wc-multicheck-option input {
  margin-right: 10px;
}

.woocommerce form .form-row .input-checkbox {
  width: auto;
}

.membership-plan-name,
.membership-plan-price {
  text-align: center;
}

#wc-membership-cta-region .subscription-tier .membership-plan-name {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2083333333;
}

#wc-membership-cta-region .subscription-tier--featured .membership-plan-name {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2083333333;
}

.membership-cta h2 {
  margin-bottom: 48px;
  text-align: center;
}

.membership-cta.plans-2 .cta-flex > .membership-plan:first-child {
  margin-left: 16.6665%;
}

.membership-cta.plans-1 .cta-flex > .membership-plan {
  float: none;
  margin: 0 auto;
}

.form-row input[type=checkbox] {
  width: auto;
  float: none;
}

.woocommerce-form .form-row label {
  float: none;
}

.checkout.woocommerce-checkout #billing_country_field .woo-select:after,
.checkout.woocommerce-checkout #billing_state_field .woo-select:after,
.checkout.woocommerce-checkout #shipping_country_field .woo-select:after,
.checkout.woocommerce-checkout #shipping_state_field .woo-select:after {
  content: "";
}

.checkout.woocommerce-checkout #billing_country_field .select2-container--default,
.checkout.woocommerce-checkout #billing_state_field .select2-container--default,
.checkout.woocommerce-checkout #shipping_country_field .select2-container--default,
.checkout.woocommerce-checkout #shipping_state_field .select2-container--default {
  vertical-align: text-bottom;
}

.checkout.woocommerce-checkout #billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow b,
.checkout.woocommerce-checkout #billing_state_field .select2-container--default .select2-selection--single .select2-selection__arrow b,
.checkout.woocommerce-checkout #shipping_country_field .select2-container--default .select2-selection--single .select2-selection__arrow b,
.checkout.woocommerce-checkout #shipping_state_field .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

.no-country-checkout-text {
  padding: 20px;
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.wc-credit-card-form .form-row label {
  float: none;
}

#billing_order_field,
#shipping_order_field {
  display: none;
}

#s2member-pro-stripe-form-response,
.s2member-pro-stripe-form-response-error.s2member-pro-stripe-registration-form-response-error {
  display: none;
}

.feat-block .content.assignment-bg {
  position: static;
}

.widget_jt-featured-posts .read-more-wrapper {
  padding-top: 10px;
}

.search-results article {
  position: relative;
}

.search-results article .wc-restricted-content-message .woocommerce {
  left: -2px;
  z-index: 5;
}

.wc-browse-search--browse-buttons ul#search-browse--post-types {
  padding: 0;
}

.wc-browse-search--browse-buttons ul#search-browse--post-types li a .wc-browse-button--text {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  padding-top: 5px;
}

.wc-browse-search--browse-buttons ul#search-browse--post-types li a img {
  width: 50px;
}

.no-results {
  display: block;
}

.woocommerce .col-well-a,
.woocommerce .col-well-a:nth-of-type(1) {
  float: none;
  width: 100%;
  margin-right: 0;
}

.woocommerce .wc-newsletter-instructions {
  font-style: italic;
}

.woocommerce form.wc-ignore-errors .form-row.woocommerce-invalid label {
  color: #575a5b;
}

.woocommerce form.wc-ignore-errors .form-row.woocommerce-invalid .select-2-container,
.woocommerce form.wc-ignore-errors .form-row.woocommerce-invalid input.input-text,
.woocommerce form.wc-ignore-errors .form-row.woocommerce-invalid select {
  border-color: #919191;
}

.woocommerce form.wc-ignore-errors .form-row.woocommerce-invalid #terms {
  outline: none;
}

.woocommerce-MyAccount-content .order-again {
  display: none;
}

.paywall-message-replacement {
  margin-top: 1rem;
}

.odpwc-emag-iframe-wrapper {
  height: 110vh;
  max-height: 200vh;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.odpwc-emag-iframe-wrapper .odpwc-emag-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.feat-block .content,
.feat-archive-block .content {
  position: relative;
}

.recommended-articles h2 {
  padding: 0em 0.5em;
}

.recommended-articles h2 {
  padding: 0em 0.5em;
}

.intro-lp {
  max-width: 1100px;
  margin: 0 auto;
}

.intro-lp p {
  line-height: 1.4;
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  color: #333333;
  margin-bottom: 2em;
}

.membership-promotion {
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
}

.membership-promotion__content {
  text-align: center;
}
.membership-promotion__content .c-btn {
  display: block;
}

.membership-promotion__description {
  border: 1px solid #d1d1d1;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  margin-bottom: 24px;
  min-height: 155px;
  padding: 20px;
}

.membership-cta {
  margin: 60px 0;
}

.membership-cta__plans {
  justify-content: space-between;
}

.membership-cta .membership-plan {
  overflow: hidden;
}

.membership-cta .membership-plan.u-1\/1\@tablet {
  margin: auto;
  max-width: 576px;
}

.membership-cta .membership-plan .content {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  padding-bottom: 40px;
}

.membership-cta .membership-plan .top {
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  color: #2b2a2a;
}

.membership-cta .membership-plan.featured .top {
  padding-top: 0;
}

.membership-cta .membership-plan .top .membership-plan-name {
  color: #2b2a2a;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5555555556;
  line-height: 1.2em;
  margin-bottom: 0;
}

.feat-block-badge {
  background: #2b2a2a;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-left: -30px;
  padding: 9px;
  position: relative;
  text-transform: uppercase;
}
.feat-block-badge:before {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 0 solid transparent;
  border-top: 10px solid #2b2a2a;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #2b2a2a;
}

.membership-cta .membership-plan .top .membership-plan-price {
  color: #2b2a2a;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.membership-cta .membership-plan .mid {
  flex: 1;
  padding: 36px 48px;
  text-align: left;
}

.membership-cta .membership-plan .membership-plan-detail li {
  margin-bottom: 12px;
}

.membership-cta .membership-plan .bottom {
  width: 100%;
  text-align: center;
}

.membership-cta .membership-plan .bottom .membership-plan-action a.btn {
  color: white !important;
  background: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.membership-cta .membership-plan .bottom .membership-plan-action a.btn:hover {
  background: #589b6e;
  color: white !important;
}

.wc-lp-whats-included {
  background: #ffffff;
  padding: 24px;
}
.wc-lp-whats-included > .o-wrapper {
  max-width: 1000px;
}
.wc-lp-whats-included h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.12;
  letter-spacing: 6.24px;
}

.wc-lp-section-links a.btn {
  border: 1px solid #000;
  color: #000 !important;
  background: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wc-lp-section-links a.btn:hover {
  background: #000;
  color: white !important;
}

.product-template-default #secondary.widget-area {
  display: none;
}

.product-template-default .woocommerce-breadcrumb {
  display: none;
}

#place_order {
  background: #000 !important;
  color: #fff;
}

.woocommerce input.button.alt,
.woocommerce input#submit.alt,
.woocommerce #respond input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce a#submit.alt,
.woocommerce button.button.alt,
.woocommerce button#submit.alt {
  background-color: #2b2a2a;
  border-color: #2b2a2a;
  color: #fff;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 1.68px;
  padding: 12px 24px;
  transition: all 300ms ease-in-out;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  text-transform: uppercase;
}
.woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:active, .woocommerce input.button.alt:focus,
.woocommerce input#submit.alt,
.woocommerce input#submit.alt:hover,
.woocommerce input#submit.alt:active,
.woocommerce input#submit.alt:focus,
.woocommerce #respond input.button.alt,
.woocommerce #respond input.button.alt:hover,
.woocommerce #respond input.button.alt:active,
.woocommerce #respond input.button.alt:focus,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:active,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce a#submit.alt,
.woocommerce a#submit.alt:hover,
.woocommerce a#submit.alt:active,
.woocommerce a#submit.alt:focus,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce button#submit.alt,
.woocommerce button#submit.alt:hover,
.woocommerce button#submit.alt:active,
.woocommerce button#submit.alt:focus {
  text-decoration: none;
  /* [4] */
}
.woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus,
.woocommerce input#submit.alt:hover,
.woocommerce input#submit.alt:focus,
.woocommerce #respond input.button.alt:hover,
.woocommerce #respond input.button.alt:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a#submit.alt:hover,
.woocommerce a#submit.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button#submit.alt:hover,
.woocommerce button#submit.alt:focus {
  background-color: #fff;
  border-color: #2b2a2a;
  color: #2b2a2a;
}

.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input#submit.alt.disabled,
.woocommerce input#submit.alt.disabled:hover,
.woocommerce #respond input.button.alt.disabled,
.woocommerce #respond input.button.alt.disabled:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a#submit.alt.disabled,
.woocommerce a#submit.alt.disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button#submit.alt.disabled,
.woocommerce button#submit.alt.disabled:hover {
  opacity: 0.5;
}

.woocommerce-variation-add-to-cart > fieldset {
  margin-bottom: 1rem;
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
  overflow: hidden;
}

#add_payment_method #payment ul.payment_methods li label img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li label img.stripe-icon {
  float: right;
}

.is-gifting > .product > .summary > p.price {
  display: none;
}

.vip-plan ul li:nth-child(3),
.vip-plan ul li:nth-child(4) {
  display: none;
}

.membership-plan-action.entry-purchase {
  text-align: center;
}

.membership-plan-action.entry-purchase a.btn {
  background: #000;
  color: white !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.membership-plan-action.entry-purchase a.btn:hover {
  background: #589b6e;
  color: white !important;
}

.page-template-single-landing-page .page-content {
  flex-flow: row wrap !important;
}

.page-template-single-landing-page .page-content .page-title {
  width: 100%;
}

.page-template-my-account .my-account-block .c-btn--small {
  background-color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  padding: 12px 24px;
  min-width: 190px;
}
.page-template-my-account .my-account-block .c-btn--small:hover, .page-template-my-account .my-account-block .c-btn--small:focus {
  background-color: #2b2a2a;
}

.my-account-block {
  min-height: 230px;
  padding: 24px;
}
@media (min-width: 62.5em) {
  .my-account-block {
    padding: 65px;
  }
}
.u-1\/2\@tablet .my-account-block {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  min-height: 305px;
  width: 100%;
}

.my-account-block--primary-bg {
  background-color: #cbe0db;
}

.my-account-block--secondary-bg {
  background-color: #ecd3d2;
}

.my-account-block--tertiary-bg {
  background-color: #d9cada;
}

.my-account-block--quaternary-bg {
  background-color: #d5e9ec;
}

.my-account-block--no-border {
  border: none;
  padding: 0;
}
.my-account-block--no-border .my-account-block__content {
  padding: 24px;
}
@media (min-width: 62.5em) {
  .my-account-block--no-border .my-account-block__content {
    padding: 65px;
  }
}

.my-account-block-top-block-row {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
}

.my-account-block-top-block-header {
  background: #000000;
  color: #fff;
  padding: 10px 25px;
}

.my-account-block-bottom-border {
  border-bottom: 1px solid #C6C5C5;
  padding: 12px 0;
}

.my-account-block-small-block-header,
.my-account-block-big-block-header {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.24px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.my-account-block-small-block-subtext {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  padding: 25px;
}

.my-account-block-small-block-btn {
  text-align: center;
}

.woocommerce-product-gallery__image img {
  margin: auto;
  max-width: 300px;
  width: auto;
}

/* ==========================================================================
   #INSTAGRAM
   ========================================================================== */
@media (min-width: 1040px) {
  .inst-content {
    width: 965px;
    margin: 60px auto 20px auto;
    overflow: hidden;
  }
}
@media (max-width: 960px) {
  .inst-content {
    width: 100%;
    margin: 40px auto 20px auto;
    overflow: hidden;
  }
}
.inst-row {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}

@media (max-width: 1039px) {
  .inst-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.inst-col-4 {
  width: 33.33333333%;
  float: left;
}

@media (max-width: 1039px) {
  .inst-col-4 {
    padding-right: 2px !important;
    padding-left: 2px !important;
    padding-bottom: 4px !important;
  }
}
.inst-col-12, .inst-col-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

/*
@media (min-width: 960px) {
.inst-col-12 {
  width: 100%;
	 float: left;}}
*/
@media (max-width: 1039px) {
  .inst-col-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.inst-container {
  position: relative;
  width: 100%;
}

.inst-image {
  display: block;
  width: 100%;
  height: auto;
}

.inst-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.3);
}

.inst-container:hover .inst-overlay {
  opacity: 1;
}

.inst-text {
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 959px) {
  .inst-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.inst-footer-menu {
  margin: auto 30px;
}

.inst-footer-menu div {
  display: inline;
}

.inst-footer-menu li {
  list-style-type: none;
  display: inline;
}

.inst-footer-menu ul {
  margin: auto;
  padding: inherit;
}

.inst-footer-menu a {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 600;
  line-height: 14px;
  color: #8e8e8e;
  color: rgba(var(--f52, 142, 142, 142), 1);
  margin-right: 8px;
  margin-left: 8px;
}

.inst-footer-menu a:hover, a:focus, a:active {
  color: #616161;
}

.inst-footer-branding {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  color: #a5a6a7;
  margin-top: 15px;
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */
.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.3333333333% !important;
}

.u-2\/3 {
  width: 66.6666666667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}

/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */
@media (min-width: 20em) {
  .u-1\/1\@mobile {
    width: 100% !important;
  }

  .u-1\/2\@mobile {
    width: 50% !important;
  }

  .u-2\/2\@mobile {
    width: 100% !important;
  }

  .u-1\/3\@mobile {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@mobile {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@mobile {
    width: 100% !important;
  }

  .u-1\/4\@mobile {
    width: 25% !important;
  }

  .u-2\/4\@mobile {
    width: 50% !important;
  }

  .u-3\/4\@mobile {
    width: 75% !important;
  }

  .u-4\/4\@mobile {
    width: 100% !important;
  }

  .u-1\/5\@mobile {
    width: 20% !important;
  }

  .u-2\/5\@mobile {
    width: 40% !important;
  }

  .u-3\/5\@mobile {
    width: 60% !important;
  }

  .u-4\/5\@mobile {
    width: 80% !important;
  }

  .u-5\/5\@mobile {
    width: 100% !important;
  }
}
@media (min-width: 41.25em) {
  .u-1\/1\@tablet {
    width: 100% !important;
  }

  .u-1\/2\@tablet {
    width: 50% !important;
  }

  .u-2\/2\@tablet {
    width: 100% !important;
  }

  .u-1\/3\@tablet {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@tablet {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@tablet {
    width: 100% !important;
  }

  .u-1\/4\@tablet {
    width: 25% !important;
  }

  .u-2\/4\@tablet {
    width: 50% !important;
  }

  .u-3\/4\@tablet {
    width: 75% !important;
  }

  .u-4\/4\@tablet {
    width: 100% !important;
  }

  .u-1\/5\@tablet {
    width: 20% !important;
  }

  .u-2\/5\@tablet {
    width: 40% !important;
  }

  .u-3\/5\@tablet {
    width: 60% !important;
  }

  .u-4\/5\@tablet {
    width: 80% !important;
  }

  .u-5\/5\@tablet {
    width: 100% !important;
  }
}
@media (min-width: 48em) {
  .u-1\/1\@iPadVertical {
    width: 100% !important;
  }

  .u-1\/2\@iPadVertical {
    width: 50% !important;
  }

  .u-2\/2\@iPadVertical {
    width: 100% !important;
  }

  .u-1\/3\@iPadVertical {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@iPadVertical {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@iPadVertical {
    width: 100% !important;
  }

  .u-1\/4\@iPadVertical {
    width: 25% !important;
  }

  .u-2\/4\@iPadVertical {
    width: 50% !important;
  }

  .u-3\/4\@iPadVertical {
    width: 75% !important;
  }

  .u-4\/4\@iPadVertical {
    width: 100% !important;
  }

  .u-1\/5\@iPadVertical {
    width: 20% !important;
  }

  .u-2\/5\@iPadVertical {
    width: 40% !important;
  }

  .u-3\/5\@iPadVertical {
    width: 60% !important;
  }

  .u-4\/5\@iPadVertical {
    width: 80% !important;
  }

  .u-5\/5\@iPadVertical {
    width: 100% !important;
  }
}
@media (min-width: 62.5em) {
  .u-1\/1\@desktop {
    width: 100% !important;
  }

  .u-1\/2\@desktop {
    width: 50% !important;
  }

  .u-2\/2\@desktop {
    width: 100% !important;
  }

  .u-1\/3\@desktop {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@desktop {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@desktop {
    width: 100% !important;
  }

  .u-1\/4\@desktop {
    width: 25% !important;
  }

  .u-2\/4\@desktop {
    width: 50% !important;
  }

  .u-3\/4\@desktop {
    width: 75% !important;
  }

  .u-4\/4\@desktop {
    width: 100% !important;
  }

  .u-1\/5\@desktop {
    width: 20% !important;
  }

  .u-2\/5\@desktop {
    width: 40% !important;
  }

  .u-3\/5\@desktop {
    width: 60% !important;
  }

  .u-4\/5\@desktop {
    width: 80% !important;
  }

  .u-5\/5\@desktop {
    width: 100% !important;
  }
}
@media (min-width: 78.125em) {
  .u-1\/1\@wide {
    width: 100% !important;
  }

  .u-1\/2\@wide {
    width: 50% !important;
  }

  .u-2\/2\@wide {
    width: 100% !important;
  }

  .u-1\/3\@wide {
    width: 33.3333333333% !important;
  }

  .u-2\/3\@wide {
    width: 66.6666666667% !important;
  }

  .u-3\/3\@wide {
    width: 100% !important;
  }

  .u-1\/4\@wide {
    width: 25% !important;
  }

  .u-2\/4\@wide {
    width: 50% !important;
  }

  .u-3\/4\@wide {
    width: 75% !important;
  }

  .u-4\/4\@wide {
    width: 100% !important;
  }

  .u-1\/5\@wide {
    width: 20% !important;
  }

  .u-2\/5\@wide {
    width: 40% !important;
  }

  .u-3\/5\@wide {
    width: 60% !important;
  }

  .u-4\/5\@wide {
    width: 80% !important;
  }

  .u-5\/5\@wide {
    width: 100% !important;
  }
}
/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 *
 */
.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6 {
  font-family: "Lora", Georgia, serif;
  font-weight: normal;
  text-transform: uppercase;
}

.u-h1 {
  font-size: 52px !important;
  font-size: 3.25rem !important;
  line-height: 1.1538461538 !important;
  letter-spacing: 0.62px;
}

.u-h2 {
  font-size: 33px !important;
  font-size: 2.0625rem !important;
  line-height: 1.2727272727 !important;
  letter-spacing: 0.26px;
}

.u-h3 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
  line-height: 1.2857142857 !important;
  letter-spacing: 0.26px;
}

.u-h4 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  line-height: 1.44 !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.u-h5 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  letter-spacing: 1.68px;
}

.u-h6 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  line-height: 1.4117647059 !important;
}

/* ==========================================================================
   #SPACINGS
   ========================================================================== */
/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-margin-top {}
 *   .u-padding-left-large {}
 *   .u-margin-right-small {}
 *   .u-padding {}
 *   .u-padding-right-none {}
 *   .u-padding-horizontal {}
 *   .u-padding-vertical-small {}
 */
.u-padding {
  padding: 24px !important;
}

.u-padding-tiny {
  padding: 6px !important;
}

.u-padding-small {
  padding: 12px !important;
}

.u-padding-large {
  padding: 48px !important;
}

.u-padding-huge {
  padding: 96px !important;
}

.u-padding-none {
  padding: 0 !important;
}

.u-padding-top {
  padding-top: 24px !important;
}

.u-padding-top-tiny {
  padding-top: 6px !important;
}

.u-padding-top-small {
  padding-top: 12px !important;
}

.u-padding-top-large {
  padding-top: 48px !important;
}

.u-padding-top-huge {
  padding-top: 96px !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-right {
  padding-right: 24px !important;
}

.u-padding-right-tiny {
  padding-right: 6px !important;
}

.u-padding-right-small {
  padding-right: 12px !important;
}

.u-padding-right-large {
  padding-right: 48px !important;
}

.u-padding-right-huge {
  padding-right: 96px !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

.u-padding-bottom {
  padding-bottom: 24px !important;
}

.u-padding-bottom-tiny {
  padding-bottom: 6px !important;
}

.u-padding-bottom-small {
  padding-bottom: 12px !important;
}

.u-padding-bottom-large {
  padding-bottom: 48px !important;
}

.u-padding-bottom-huge {
  padding-bottom: 96px !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-left {
  padding-left: 24px !important;
}

.u-padding-left-tiny {
  padding-left: 6px !important;
}

.u-padding-left-small {
  padding-left: 12px !important;
}

.u-padding-left-large {
  padding-left: 48px !important;
}

.u-padding-left-huge {
  padding-left: 96px !important;
}

.u-padding-left-none {
  padding-left: 0 !important;
}

.u-padding-horizontal {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-padding-horizontal-tiny {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.u-padding-horizontal-small {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.u-padding-horizontal-large {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-padding-horizontal-huge {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.u-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-padding-vertical {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-padding-vertical-tiny {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.u-padding-vertical-small {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-padding-vertical-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-padding-vertical-huge {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.u-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-margin {
  margin: 24px !important;
}

.u-margin-tiny {
  margin: 6px !important;
}

.u-margin-small {
  margin: 12px !important;
}

.u-margin-large {
  margin: 48px !important;
}

.u-margin-huge {
  margin: 96px !important;
}

.u-margin-none {
  margin: 0 !important;
}

.u-margin-top {
  margin-top: 24px !important;
}

.u-margin-top-tiny {
  margin-top: 6px !important;
}

.u-margin-top-small {
  margin-top: 12px !important;
}

.u-margin-top-large {
  margin-top: 48px !important;
}

.u-margin-top-huge {
  margin-top: 96px !important;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

.u-margin-right {
  margin-right: 24px !important;
}

.u-margin-right-tiny {
  margin-right: 6px !important;
}

.u-margin-right-small {
  margin-right: 12px !important;
}

.u-margin-right-large {
  margin-right: 48px !important;
}

.u-margin-right-huge {
  margin-right: 96px !important;
}

.u-margin-right-none {
  margin-right: 0 !important;
}

.u-margin-bottom {
  margin-bottom: 24px !important;
}

.u-margin-bottom-tiny {
  margin-bottom: 6px !important;
}

.u-margin-bottom-small {
  margin-bottom: 12px !important;
}

.u-margin-bottom-large {
  margin-bottom: 48px !important;
}

.u-margin-bottom-huge {
  margin-bottom: 96px !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

.u-margin-left {
  margin-left: 24px !important;
}

.u-margin-left-tiny {
  margin-left: 6px !important;
}

.u-margin-left-small {
  margin-left: 12px !important;
}

.u-margin-left-large {
  margin-left: 48px !important;
}

.u-margin-left-huge {
  margin-left: 96px !important;
}

.u-margin-left-none {
  margin-left: 0 !important;
}

.u-margin-horizontal {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-margin-horizontal-tiny {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.u-margin-horizontal-small {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-margin-horizontal-large {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-margin-horizontal-huge {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.u-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-margin-vertical {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-margin-vertical-tiny {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.u-margin-vertical-small {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-margin-vertical-large {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-margin-vertical-huge {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.u-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ==========================================================================
   #ALIGNMENT
   ========================================================================== */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media (min-width: 41.25em) {
  .u-text-right\@tablet {
    text-align: right;
  }
}

@media (min-width: 62.5em) {
  .u-text-right\@desktop {
    text-align: right;
  }
}

/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   #HELPERS
   ========================================================================== */
.u-serif {
  font-family: "Lora", Georgia, serif;
}

.u-sans-serif {
  font-family: "Montserrat", Verdana, sans-serif;
}

.u-font-size-small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.u-font-color-primary-link {
  color: #2b2a2a !important;
}

.u-bg-color-white {
  background-color: #fff !important;
}

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

.u-font-weight-light {
  font-weight: 300;
}

.u-font-weight-bold {
  font-weight: 700;
}

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

.alignleft {
  display: block;
  margin-bottom: 24px;
  margin-top: 8px;
  width: 100%;
}
@media (min-width: 41.25em) {
  .alignleft {
    display: inline;
    margin-right: 24px;
    float: left;
    width: auto;
  }
}

.alignright {
  display: block;
  margin-bottom: 24px;
  margin-top: 8px;
}
@media (min-width: 41.25em) {
  .alignright {
    display: inline;
    margin-left: 24px;
    float: right;
    width: auto;
  }
}

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

/**
 * Clear both for items following WordPress' .alignleft/.alignright classes.
 */
.u-clear-both {
  clear: both;
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * .screen-reader-text is a WP-specific class.
 */
.u-hidden-visually,
.screen-reader-text {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

/**
 * Hide visually and from screen readers if JS is disabled
 */
.no-js .u-hidden-no-js {
  display: none !important;
}

/**
 * Hide visually at specific breakpoints
 */
@media (max-width: 41.24em) {
  .u-hidden\@mobile {
    display: none !important;
  }
}

@media (max-width: 62.49em) {
  .u-hidden\@tablet {
    display: none !important;
  }
}

@media (min-width: 62.5em) {
  .u-hidden\@desktop,
.u-hidden-desktop {
    display: none !important;
  }
}

@media (max-width: 78.115em) {
  .u-hidden-until-wide {
    display: none !important;
  }
}

@media (min-width: 62.5em) {
  .members-margin-right {
    margin-right: 37px !important;
  }
}
