@charset "UTF-8";
/*!
Theme Name: Madavor Child - Digital Photo Pro
Description: Theme for Digital Photo Pro
Theme URI: https://www.digitalphotopro.com/
Author: Stephen Simon Interactive
Author URI: http://stephensimon.com
Version: 1.0.0
Template: madavor
Text Domain: madavor

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/


This is for CSS specific to DPMag. If looking to modify styles that all
child themes share, go the 'madavor' theme stylesheet.
*/
/* ==========================================================================
   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
 *
 * 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.
 * Links................Base link styles.
 * Tables...............Simple table styles.
 * Forms................Simple form styles.
 *
 * OBJECTS
 *
 * COMPONENTS
 * Buttons..............
 * Slider...............
 * Header...............
 * Primary-Navigation...
 * Search-Form..........
 * Breadcrumbs..........
 * Site-wide banner.....
 * Main.................
 * Secondary............
 * Related-Stories......
 * Footer...............
 * Dividers.............
 * Pagination...........
 * Icons................
 * Subscriptions........
 * Photo-Galleries......
 * Photo-Challenges.....
 * Modal................
 * Tooltip..............
 * Share................
 * Ads..................
 * NGGC.................
 * Contests.............
 * Sponsored Posts......
 * WooCommerce & VIP....
 *
 * UTILITIES
 * Headings.............Reassigning our heading styles to helper classes.
 * Helpers..............Various text styling helper classes
 */
/* ==========================================================================
   #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 {
  background-color: #ffffff;
  color: #333333;
  font-size: 1.0625em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "PT Serif", Georgia, serif;
}

/**
 * Remove underlines from links.
 */
a {
  text-decoration: none;
}

/* Forms
   ========================================================================== */
label,
button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", Verdana, sans-serif;
}

input,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #d1d8df;
  border-radius: 3px;
  font-family: "Roboto", Verdana, sans-serif;
}
input:focus,
select:focus,
textarea:focus {
  outline-color: #e2e5ea;
}

/* ==========================================================================
   #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: "Roboto", Verdana, sans-serif;
}
h1 .entry-content,
h2 .entry-content,
h3 .entry-content,
h4 .entry-content,
h5 .entry-content,
h6 .entry-content {
  color: #2b2d4f;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 46px;
  font-size: 2.7058823529rem;
  line-height: 1.3;
}

h2 {
  font-size: 37px;
  font-size: 2.1764705882rem;
  line-height: 1.3;
}

h3 {
  font-size: 27px;
  font-size: 1.5882352941rem;
  line-height: 1.3;
}

h4 {
  font-size: 23px;
  font-size: 1.3529411765rem;
  line-height: 1.3;
}

h5 {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 1.3;
}
.entry-content h5 {
  font-size: 16px !important;
  font-size: 0.9411764706rem !important;
  line-height: 1.3 !important;
}

h6 {
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1.7142857143;
}

/* ==========================================================================
   #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] */
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  color: #333333;
  transition: color 0.15s;
}
a:hover {
  color: #7a7a7a;
}
a > svg {
  fill: #333333;
}

a.u-secondary-link {
  border-bottom: 1px dotted #333333;
  color: #333333;
}
a.u-secondary-link:focus, a.u-secondary-link:hover {
  border-bottom-color: transparent;
  color: #7a7a7a;
}

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

.main-article table {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 16px;
  font-size: 0.9411764706rem;
  line-height: 1.5625;
}

.main-article th {
  padding: 15px;
  text-align: left;
}

.main-article tr:nth-child(even) {
  background: #f3f3f3;
}

.main-article td {
  border-top: 1px solid #dddddd;
  padding: 15px;
}

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

input,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-family: "Roboto", Verdana, sans-serif;
  min-height: 44px;
  padding: 8px 17px;
  transition: 0.2s ease-in-out;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #333333;
  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-position: calc(100% - 14px) 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: 10px 14px;
  }
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
  font-weight: 700 !important;
}

.entry-content .gform_wrapper .gfield_required {
  color: #f24141;
}
.entry-content .gform_wrapper li.gfield.gfield_error,
.entry-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #fff;
  border-top: none;
  border-bottom: none;
}
.entry-content .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.entry-content .gform_wrapper li.gfield_error textarea {
  border-color: #f24141;
}

.gform_wrapper.gf_browser_gecko select {
  padding: 7px 22px 3px 2px;
}

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label,
.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  font-weight: 500 !important;
}

.chosen-select {
  min-width: 150px;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: 8px !important;
  }
}

.gform_wrapper .gform_footer input.button .gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 13px;
  font-size: 0.7647058824rem;
  line-height: 1.8461538462;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .ginput_complex.ginput_container_address.has_zip.has_country:not(.has_city):not(.has_state) .ginput_right.address_zip {
    margin-right: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .ginput_complex.ginput_container_address.has_zip.has_country:not(.has_city):not(.has_state) .ginput_left.address_country {
    margin-right: -8px;
    padding-right: 8px;
  }
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  display: block !important;
  padding: 3px 0 4px 31px !important;
}
.gform_wrapper .gfield_checkbox input + label:before,
.gform_wrapper .gfield_radio input + label:before {
  border: 2px solid #c7c7c7;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 18px;
}
.gform_wrapper .gfield_checkbox input + label:after,
.gform_wrapper .gfield_radio input + label:after {
  content: "";
  background: #000 url(assets/images/checkmark.png) 50% no-repeat;
  border-radius: 50%;
  border-left: 0;
  border-top: 0;
  height: 18px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 6px;
  width: 18px;
}
@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) {
  .gform_wrapper .gfield_checkbox input + label:after,
.gform_wrapper .gfield_radio input + label:after {
    background-image: url(assets/images/checkmark@2x.png);
    background-size: 9px 10px;
  }
}
.gform_wrapper .gfield_checkbox input:checked + label,
.gform_wrapper .gfield_radio input:checked + label {
  font-weight: bold;
}
.gform_wrapper .gfield_checkbox input:checked + label::after,
.gform_wrapper .gfield_radio input:checked + label::after {
  opacity: 1;
}
.gform_wrapper .gfield_radio input[type=radio] {
  height: 18px;
  left: 0;
  margin-top: 0 !important;
  min-height: 18px;
  opacity: 0;
  position: absolute;
  top: 6px;
  width: 18px;
}
.gform_wrapper .gfield_checkbox input[type=checkbox] {
  height: 18px;
  left: 0;
  margin-top: 0 !important;
  min-height: 18px;
  opacity: 0;
  position: absolute;
  top: 6px;
  width: 18px;
}

.login-username input,
.login-password input {
  display: block;
  width: 100%;
}

.login-remember label {
  display: block !important;
  padding: 3px 0 4px 31px !important;
  position: relative;
}
.login-remember label:before {
  border: 2px solid #cccccc;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 18px;
}
.login-remember label:after {
  content: "";
  background: #000 url(assets/images/checkmark.png) 50% no-repeat;
  border-radius: 50%;
  border-left: 0;
  border-top: 0;
  height: 18px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 6px;
  width: 18px;
}
@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) {
  .login-remember label:after {
    background-image: url(assets/images/checkmark@2x.png);
    background-size: 9px 10px;
  }
}
.login-remember input:checked > label {
  font-weight: bold;
}
.login-remember input:checked > label::after {
  opacity: 1;
}
.login-remember input[type=checkbox] {
  height: 18px;
  left: 0;
  margin-top: 0 !important;
  min-height: 18px;
  opacity: 0;
  position: absolute;
  top: 6px;
  width: 18px;
}

#lostpasswordform legend {
  display: none;
  visibility: hidden;
}

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

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/**
 * See parent theme for full definitions
 */
/* Gutter size modifiers
   ========================================================================== */
.o-layout--medium {
  margin-left: -30px;
}
.o-layout--medium > .o-layout__item {
  padding-left: 30px;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
button,
html [type=button],
[type=reset],
[type=submit] {
  border: none;
}

.c-btn:focus,
input[type=submit]:focus,
button:focus {
  outline: none;
}
.c-btn:focus svg,
input[type=submit]:focus svg,
button:focus svg {
  opacity: 0.5;
}

/**
 * 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,
input[type=submit],
#reset-pass-submit {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  font-family: "Roboto", Verdana, sans-serif;
  font-weight: 700;
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 10px 24px;
  transition: all 300ms ease-in-out;
  border-radius: 0;
  text-transform: uppercase;
}
@media (min-width: 41.25em) {
  .c-btn,
input[type=submit],
#reset-pass-submit {
    padding: 10px 46px;
  }
}

.c-btn--block {
  display: block;
  width: 100%;
}

/* Style variants
   ========================================================================== */
.c-btn--primary,
input[type=submit],
#reset-pass-submit {
  background-color: #000;
  border: 2px solid #000;
  color: #FFF;
}
.c-btn--primary, .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus,
input[type=submit],
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
#reset-pass-submit,
#reset-pass-submit:hover,
#reset-pass-submit:active,
#reset-pass-submit:focus {
  text-decoration: none;
  /* [4] */
}
.c-btn--primary:hover, .c-btn--primary:focus,
input[type=submit]:hover,
input[type=submit]:focus,
#reset-pass-submit:hover,
#reset-pass-submit:focus {
  background-color: #FFFFFF;
  color: #000;
}

.c-btn--secondary {
  background-color: #FFF;
  border: 2px solid #FFF;
  color: #000;
}
.c-btn--secondary, .c-btn--secondary:hover, .c-btn--secondary:active, .c-btn--secondary:focus {
  text-decoration: none;
  /* [4] */
}
.c-btn--secondary:hover, .c-btn--secondary:focus {
  background-color: #000;
  color: #FFF;
}

/* Size variants
   ========================================================================== */
.c-btn--small-header {
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1.7142857143;
}

.c-btn--tiny {
  font-size: 12px;
  font-size: 0.7058823529rem;
  line-height: 1.5;
  padding: 4px 12px;
}

.c-btn--small {
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1.7142857143;
  padding: 4px 24px;
}

.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:hover, .c-btn--ghost:focus {
  border-color: rgba(255, 255, 255, 0.6);
  color: currentColor;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel.owl-loaded {
  overflow: hidden;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #000;
  font-size: 23px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #333333;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 41.25em) {
  .owl-theme .owl-dots {
    bottom: 12px;
  }
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 7px;
  background: transparent;
  border: 2px solid #fff;
  display: block;
  opacity: 0.5;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-theme .owl-dots .owl-dot:focus > span {
  opacity: 0.9;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FFFFFF;
  border-collapse: transparent;
}

.owl-carousel.past-winners-carousel .owl-nav .owl-prev,
.owl-carousel.past-winners-carousel .owl-nav .owl-next {
  background: white;
  height: 100%;
  margin: 0;
  padding: 24px;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 90;
}
.owl-carousel.past-winners-carousel .owl-nav .owl-prev .icon,
.owl-carousel.past-winners-carousel .owl-nav .owl-next .icon {
  height: 35px;
  width: 19px;
}
.owl-carousel.past-winners-carousel .owl-nav .owl-prev {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.owl-carousel.past-winners-carousel .owl-nav .owl-next {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 100%);
  right: 0;
}

/* ==========================================================================
   #HEADER
   ========================================================================== */
/* Ribbon */
.header-ribbon {
  background: #000;
  color: #fff;
  font-family: "Roboto", 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 {
    flex-direction: row;
  }
}

.membership-promotion-header-banner__img {
  display: block;
  margin: 0 auto 18px;
}
@media (min-width: 41.25em) {
  .membership-promotion-header-banner__img {
    margin: 0 18px 0 0;
  }
}

.membership-promotion-header-banner__content {
  font-size: 11px;
  font-size: 0.6470588235rem;
  line-height: 1.4545454545;
  margin: 10px;
  max-width: 150px;
  text-align: center;
}
@media (min-width: 41.25em) {
  .membership-promotion-header-banner__content {
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0 18px;
  }
}

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

.tertiary-nav-item {
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 13px;
  font-size: 0.7647058824rem;
  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: #fff;
  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: #fff;
  text-decoration: none;
}
.tertiary-nav-item a:hover, .tertiary-nav-item a:focus {
  color: #7a7a7a;
}
.tertiary-nav-item li a {
  color: #333333;
}
.tertiary-nav-item li a:hover, .tertiary-nav-item li a:focus {
  color: #7a7a7a;
}

.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 {
  font-family: "Roboto", Verdana, sans-serif;
  position: relative;
}

@media (min-width: 62.5em) {
  .o-layout--stretch\@desktop {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 62.5em) {
  .site-header--sticky {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .logged-in.admin-bar .site-header--sticky {
    top: 32px;
  }
}

@media (min-width: 62.5em) {
  .site-branding-layout-item {
    width: 200px !important;
  }
}

.site-title {
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 170px;
}
@media (min-width: 62.5em) {
  .site-title {
    padding: 20px 0;
  }
}

@media (min-width: 62.5em) {
  .site-nav-layout-item {
    display: flex;
    margin-right: auto;
    position: relative;
  }
}

.site-header .menu-social-navigation-container {
  border-right: 1px solid #b3b3b3;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
}
.site-header .menu-social-navigation-container li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.site-header .menu-social-navigation-container a {
  color: #333333;
}
.site-header .menu-social-navigation-container a svg {
  fill: #333333;
}
.site-header .menu-social-navigation-container a:hover {
  color: #888888;
}
.site-header .menu-social-navigation-container a:hover svg {
  fill: #888888;
}
.site-header .facebook svg {
  height: 16px;
  width: 9px;
}
.site-header .twitter svg {
  height: 15px;
  width: 18px;
}
.site-header .flickr svg {
  height: 12px;
  width: 18px;
}

.site-header__top .c-tooltip {
  display: inline-block;
}

.menu {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.menu a {
  color: #333333;
}
.menu a:hover {
  color: #7a7a7a;
}

.main-navigation {
  background-color: #fff;
  clear: both;
  display: block;
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 1.3333333333;
  float: left;
  width: 100%;
}
@media (min-width: 62.5em) {
  .main-navigation {
    width: calc(100% - 60px);
  }
}
@media (min-width: 62.5em) and (max-width: 78.115em) {
  .main-navigation {
    font-size: 15px;
    font-size: 0.8823529412rem;
    line-height: 1.6;
  }
}
.site-header--default .main-navigation {
  border-bottom: 2px solid #edf0fa;
  border-top: 2px solid #edf0fa;
}
.site-header--overlay .main-navigation {
  background-color: #000;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 62.5em) {
  .site-header--overlay .main-navigation {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.site-header--overlay .main-navigation a {
  color: #fff;
}
.site-header--overlay .main-navigation li li a {
  color: #6a7b93;
}
.site-header--overlay .main-navigation li li a:hover {
  color: #32325d;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  display: inline-block;
  padding: 12px 0;
}
@media (min-width: 62.5em) {
  .main-navigation ul ul {
    background-color: #fff;
    border: 1px solid #aaaaaa;
  }
}
@media (min-width: 62.5em) {
  .main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
}
@media (min-width: 62.5em) {
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
}
.main-navigation ul ul li {
  font-size: 15px;
  margin-right: 0;
  padding: 5px 23px 8px;
  width: 100%;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
@media (min-width: 62.5em) {
  .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: 50%;
    margin-left: -100px;
  }
}
.main-navigation li {
  display: block;
  padding: 18px 0 0;
  position: relative;
}
@media (min-width: 62.5em) {
  .main-navigation li {
    display: inline-block;
    margin-right: 10px;
    padding: 18px 0;
  }
}
@media (min-width: 78.125em) {
  .main-navigation li {
    margin-right: 18px;
  }
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:after,
.main-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.page_item_has_children:before {
  border-style: solid;
  content: "";
  display: none;
  height: 0;
  left: 50%;
  position: absolute;
  bottom: -1px;
  width: 0;
  z-index: 100000;
}
.main-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.page_item_has_children:before {
  border-width: 0 7px 7px;
  border-color: transparent transparent #aaaaaa;
  margin-left: -7px;
}
.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.page_item_has_children:after {
  border-width: 0 6px 6px;
  border-color: transparent transparent #fff;
  margin-left: -6px;
}
@media (min-width: 62.5em) {
  .main-navigation ul li.menu-item-has-children.focus:before,
.main-navigation ul li.menu-item-has-children:hover:before,
.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:before,
.main-navigation ul li.page_item_has_children:hover:before,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
    display: block;
  }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  height: 44px;
  left: 10px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 44px;
}
.toggled .menu-toggle {
  background-color: #000;
}
.menu-toggle svg {
  fill: #333333;
  margin-left: auto;
  margin-right: auto;
}
.toggled .menu-toggle svg {
  fill: #fff;
}

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

  .main-navigation ul {
    display: flex;
    justify-content: space-between;
  }

  .main-navigation ul ul {
    text-align: left;
    width: 200px;
  }
}
.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%;
}

.c-inline-nav {
  color: #333333;
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 16px;
  font-size: 0.9411764706rem;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
}
.c-inline-nav li {
  display: inline-block;
}
.c-inline-nav .c-inline-nav__item {
  position: relative;
}
.c-inline-nav .c-inline-nav__item:after {
  color: #c7c7c7;
  content: " | ";
  padding: 0 0.5em 0 0.2em;
}
.c-inline-nav .c-inline-nav__item:last-child:after {
  content: none;
}
.c-inline-nav a {
  color: #c7c7c7;
  text-decoration: none !important;
}
.c-inline-nav a:hover, .c-inline-nav a:focus {
  color: #333333;
}
.c-inline-nav .is-active a {
  color: #333333;
}

.c-tab-nav {
  border-bottom: 1px solid #dddddd;
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 16px;
  font-size: 0.9411764706rem;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 24px;
}
.c-tab-nav a {
  border: 1px solid #fff;
  border-bottom-color: #dddddd;
  color: #c7c7c7;
  display: block;
  margin-bottom: -1px;
  padding: 6px 24px;
}
.c-tab-nav a:hover {
  border: 1px solid #ccc;
  border-bottom-color: #dddddd;
}
.c-tab-nav .is-active a {
  border: 1px solid #dddddd;
  border-bottom-color: #fff;
  color: #333333;
}

/* ==========================================================================
   #SEARCH FORM
   ========================================================================== */
.search-form {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: #757575;
  display: inline-block;
  font-family: "Roboto", Verdana, sans-serif;
  padding: 10px;
}
.search-form:focus {
  outline-color: #333333;
}

.search-field {
  background-color: transparent;
  border: none;
  padding: 8px 3px;
  width: 80%;
  width: calc(100% - 42px);
}
.search-field:focus {
  outline: none;
}

.search-submit {
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.search-submit svg {
  width: 15px;
}
.content-area .search-submit {
  width: 42px;
}

.js .header-search {
  display: none;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.header-search.toggled {
  display: inline-block;
  opacity: 1;
  z-index: 50;
}
@media (min-width: 62.5em) {
  .header-search.toggled {
    position: absolute;
    right: 42px;
    top: 5px;
    width: 265px;
  }
}
.header-search svg {
  fill: #757575;
  vertical-align: middle;
}
.header-search .search-form {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  min-height: 32px;
  max-width: 100%;
  padding: 0;
}
.header-search .search-form:focus, .header-search .search-form:focus-within {
  outline: 6px auto #d1d8df;
}
@media (max-width: 62.49em) {
  .header-search .search-form {
    margin-bottom: 20px;
  }
}

.header-search-toggle {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  height: 44px;
  vertical-align: middle;
  width: 44px;
  z-index: 100;
}
.header-search-toggle svg {
  fill: #333333;
  vertical-align: middle;
}
@media (min-width: 62.5em) {
  .header-search-toggle {
    height: auto;
    width: auto;
  }
}

#header-social-search {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 44px;
  position: absolute;
  top: 20px;
  right: 24px;
  width: 30px;
}
@media (min-width: 62.5em) {
  #header-social-search {
    height: auto;
    justify-content: space-between;
    margin-left: auto;
    position: relative;
    right: 0;
    top: 0;
  }
}

#header-social-search .header-search-toggle .icon-close {
  display: none;
}
#header-social-search .header-search-toggle .icon-search {
  display: inline-block;
}

@media (min-width: 62.5em) {
  #header-social-search.toggled .header-search-toggle {
    border-right: none;
  }
}
#header-social-search.toggled .header-search-toggle .icon-close {
  display: inline-block;
}
#header-social-search.toggled .header-search-toggle .icon-search {
  display: none;
}

.content-area .search-form {
  display: flex;
  justify-content: space-between;
  padding: 7px;
}

/* ==========================================================================
   #BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
  clear: both;
  color: #bfbfbf;
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 12px;
  font-size: 0.7058823529rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-bottom: 6px;
  padding-top: 6px;
}
.breadcrumbs a {
  color: #888888;
}

.c-site-wide-banner {
  background-color: #333333;
  clear: both;
  color: #fff;
  font-size: 16px;
  font-size: 0.9411764706rem;
  line-height: normal;
  padding: 12px 0;
  text-align: center;
}
.c-site-wide-banner a {
  color: inherit;
}

#news-scroll-container {
  overflow: hidden;
}

@media (min-width: 20em) {
  #news-scroll-text {
    text-align: center;
    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: my-animation 14s linear infinite;
    -webkit-animation: my-animation 14s linear infinite;
    animation: my-animation 14s linear infinite;
  }
}
@media (min-width: 62.5em) {
  #news-scroll-text {
    text-align: center;
    /* animation properties */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: my-animation 20s linear infinite;
    -webkit-animation: my-animation 20s linear infinite;
    animation: my-animation 20s linear infinite;
  }
}
/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
  }
}
/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.o-wrapper--bottom-border {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 48px;
  padding-bottom: 24px;
}

@media (min-width: 62.5em) {
  .primary-content-container {
    width: 62%;
  }
}
@media (min-width: 78.125em) {
  .primary-content-container {
    max-width: 830px;
    width: 80%;
  }
}

.single .site-main {
  margin-bottom: 48px;
}

.site-content {
  clear: both;
  padding-top: 33px;
}

.site-content--full-width-hero {
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.main-article .entry-header {
  margin-bottom: 48px;
}

.main-article .post-thumbnail {
  margin-bottom: 48px;
  text-align: center;
  width: 100%;
}
.main-article .post-thumbnail img {
  width: 100%;
}

.main-article .entry-content {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 1.7;
}

.main-article .entry-content,
.main-article .entry-footer,
.narrow-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.entry-content p:has(iframe) {
  position: relative;
  display: block;
}
.entry-content p:has(iframe):before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /* [1] */
}
.entry-content p:has(iframe) > iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.entry-meta {
  color: #888888;
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 13px;
  font-size: 0.7647058824rem;
  line-height: 1.6538461538;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.entry-meta > a {
  border-bottom: 1px dotted #888888;
  color: #888888;
}
.entry-meta > span:before {
  content: " | ";
  display: inline-block;
  margin: 0 5px;
}
.entry-meta > span:first-child:before {
  content: none;
}

.main-article .entry-content a:not(.c-btn),
.page-template-default .entry-content a:not(.c-btn) {
  border-bottom: 1px dotted #333333;
  color: #333333;
}
.main-article .entry-content a:not(.c-btn):focus, .main-article .entry-content a:not(.c-btn):hover,
.page-template-default .entry-content a:not(.c-btn):focus,
.page-template-default .entry-content a:not(.c-btn):hover {
  border-bottom-color: transparent;
  color: #7a7a7a;
}

.entry-primary-category {
  font-size: 12px;
  font-size: 0.7058823529rem;
  line-height: 1.7916666667;
  font-weight: 500;
}

.category-link {
  color: #888888;
  display: block;
  font-family: "Roboto", Verdana, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.category-link--with-icon:before {
  background: url(assets/images/cat-arrow.png) no-repeat 50%;
  content: "";
  height: 9px;
  display: inline-block;
  margin-right: 15px;
  width: 9px;
}
@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) {
  .category-link--with-icon:before {
    background-image: url(assets/images/cat-arrow@2x.png);
    background-size: 9px auto;
  }
}

.entry-excerpt {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 1.6666666667;
}
.entry-excerpt p:empty {
  margin: 0;
}
.entry-excerpt p:last-child {
  margin-bottom: 0;
}

.lede {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 1.6666666667;
  margin-bottom: 24px;
}

blockquote {
  font-family: "PT Serif", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.015em;
  margin: 24px -8.536585365%;
  text-align: center;
}
blockquote.alignleft {
  margin-right: 0;
  padding-left: 24px;
  text-align: left;
}
blockquote.alignright {
  margin-left: 0;
  padding-right: 24px;
  text-align: right;
}

blockquote.is-style-large {
  font-size: 30px;
  font-size: 1.7647058824rem;
  line-height: 1.5;
  margin: 48px -8.536585365%;
}

figcaption,
.wp-caption-text {
  color: #999999;
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 13px;
  font-size: 0.7647058824rem;
  line-height: 1.5384615385;
  padding-top: 10px;
}

.entry-content ol,
.entry-content ul {
  padding-left: 24px;
}

.entry-content li {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.module-section {
  padding-bottom: 24px;
  padding-top: 24px;
}

.module-section--bg-color {
  padding-bottom: 48px;
  padding-top: 48px;
}

.module-section--bg-image {
  padding-bottom: 48px;
  padding-top: 48px;
  position: relative;
}
@media (max-width: 62.49em) {
  .module-section--bg-image:before {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    display: block;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
.module-section--bg-image .o-wrapper {
  position: relative;
  z-index: 5;
}
.module-section--bg-image a:focus, .module-section--bg-image a:hover {
  color: #ddd;
}

.module-section__header {
  margin-bottom: 24px;
}
@media (min-width: 62.5em) {
  .module-section--3-col .module-section__header {
    width: calc(50% - 171px) !important;
  }
}
@media (min-width: 78.125em) {
  .module-section--3-col .module-section__header {
    width: 70.83333333% !important;
  }
}

.module-section__header-link {
  color: #7e8d9e;
}
.module-section__header-link .icon {
  height: 11px;
}

@media (max-width: 62.49em) {
  .module-section__content .o-layout__item {
    margin-bottom: 20px;
  }
}

@media (min-width: 62.5em) {
  .module-section__non-post-content {
    width: 342px;
  }
}

@media (min-width: 62.5em) {
  .module-section--2-col .module-section__post-content {
    width: calc(100% - 348px);
  }
}
@media (min-width: 41.25em) {
  .module-section--3-col .module-section__post-content {
    width: 50%;
  }
}
@media (min-width: 62.5em) {
  .module-section--3-col .module-section__post-content {
    width: calc(50% - 171px);
  }
}
@media (min-width: 78.125em) {
  .module-section--3-col .module-section__post-content {
    width: 440px;
  }
}

.o-layout--equal-height .stacked {
  height: 100%;
}

.stacked:not(.stacked--border) .post-thumbnail {
  display: block;
  margin-bottom: 12px;
}

.stacked--border {
  background-color: #fff;
  border: 1px solid #cccfd9;
}
.stacked--border .post-thumbnail {
  border-bottom: 1px solid #cccfd9;
}
.stacked--border .post-thumbnail img {
  display: block;
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.stacked--border .stacked__content {
  background-color: #fff;
  padding: 24px 40px;
}
.u-1\/3\@tablet .stacked--border .stacked__content {
  padding: 24px;
}

.listing .entry-header,
.listing .entry-content {
  max-width: 90%;
}

.overlay {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 195px;
  min-height: 195px;
  position: relative;
}
@media (max-width: 41.24em) {
  .overlay {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 41.25em) {
  .overlay {
    min-height: 464px;
    height: 464px;
  }
}
.o-layout--equal-height .overlay {
  height: 100%;
}

.overlay--thin {
  height: 195px;
  max-height: 216px;
  min-height: 195px;
}
@media (min-width: 41.25em) {
  .overlay--thin {
    height: 216px;
  }
}
@media (min-width: 62.5em) {
  .overlay--thin {
    max-height: 225px;
    height: 216px;
  }
}
.overlay--thin:first-child {
  margin-bottom: 32px;
}

.archive .overlay__title {
  font-size: 40px;
  font-size: 2.3529411765rem;
  line-height: 1;
}

.overlay--gradient {
  position: relative;
}
.overlay--gradient:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  /* IE6-9 */
  z-index: 1;
}

.overlay__content {
  padding: 24px;
  margin-top: auto;
  text-align: center;
  text-shadow: 2px 3.464px 3px rgba(0, 0, 0, 0.4);
  width: 100%;
  z-index: 5;
}
@media (min-width: 41.25em) {
  .overlay__content {
    bottom: 23px;
    left: 30px;
    text-align: left;
    top: auto;
    padding: 0;
    max-width: 410px;
    position: absolute;
    width: 60.97560976%;
  }
}
.overlay--boxed .overlay__content {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 21px 25px;
}
.overlay__content a {
  color: #fff;
}
.overlay__content :last-child {
  margin-bottom: 0;
}

@media (max-width: 41.24em) {
  .module-section--post-count-1 .overlay {
    height: 300px;
  }
}
@media (max-width: 41.24em) {
  .module-section--post-count-1 .overlay__content {
    bottom: 0;
    position: absolute;
  }
}

.module-section--bg-image .more-link {
  color: #333333;
  display: block;
}
.module-section--bg-image .more-link:hover {
  color: #7a7a7a;
}

.home-section--border {
  border-top: 1px solid #cccccc;
  margin-top: 48px;
  padding-top: 48px;
}

.home-section--border-bottom {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 48px;
}

@media (min-width: 41.25em) {
  .primary-feature .wp-post-image {
    display: block;
    margin: auto;
    width: auto;
  }
}

@media (min-width: 41.25em) {
  .module-section__non-post-content {
    width: 318px;
  }
}

@media (max-width: 41.24em) {
  .o-layout .module-section__non-post-content .ad--sidebar {
    margin-left: -10px;
  }
  .o-layout--medium .module-section__non-post-content .ad--sidebar {
    margin-left: -15px;
  }
}
@media (min-width: 41.25em) {
  .module-section__non-post-content .ad--sidebar {
    border: 1px solid #e1e1e1;
    padding: 8px;
  }
}

.module-section__non-post-content .widget {
  margin-left: auto;
  margin-right: auto;
  max-width: 318px;
}
@media (min-width: 41.25em) {
  .module-section__non-post-content .widget {
    width: 318px;
  }
}
.module-section__non-post-content .widget:first-child {
  margin-bottom: 24px;
}
.module-section__non-post-content .widget:last-child {
  margin-bottom: 0;
}

figure {
  max-width: 100%;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

.content-highlight {
  border: 1px solid #d1d8df;
  margin-bottom: 24px;
  padding: 30px;
}
.content-highlight:last-child {
  margin-bottom: 12px;
}
.content-highlight p:last-child {
  margin-bottom: 0;
}

.archive-description {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 1.6666666667;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.site-main--thin,
.page-template-user-page-with-sidebar .site-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
}

@media (min-width: 41.25em) {
  .single .main-article .entry-header__sharing .simplefavorite-button:not(:first-child),
.single .main-article .entry-header__sharing .c-btn--save-article:not(:first-child) {
    border-left: 1px solid #808080;
    margin-left: 12px;
    padding-left: 12px;
  }
}

.c-launch-modal,
.simplefavorite-button {
  -webkit-appearance: none;
  background: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* ==========================================================================
   #WIDGETS
   ========================================================================== */
.secondary-content-container {
  margin-bottom: 24px;
}
@media (min-width: 62.5em) {
  .secondary-content-container {
    width: 364px;
  }
}

.widget-area--sidebar {
  margin-left: auto;
  margin-right: auto;
}

.widget--contained,
.widget-area--sidebar .widget {
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
}

.widget--padding {
  padding: 12px;
}

.widget-area .sidebar-ad-block {
  background-color: #f3f3f3;
}
@media (min-width: 41.25em) {
  .widget-area .sidebar-ad-block {
    padding: 20px;
  }
}

.widget--popular-posts ol {
  list-style: none;
}

.widget--cpt-tax-list {
  padding: 24px;
}
@media (min-width: 41.25em) {
  .widget--cpt-tax-list {
    padding: 24px 48px;
  }
}

.widget--cpt-tax-list__heading {
  font-size: 25px;
  font-size: 1.4705882353rem;
  line-height: 1.44;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
  max-width: 190px;
}

.cpt-tax-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 190px;
}

.cpt-tax-list__item {
  font-size: 15px;
  font-size: 0.8823529412rem;
  line-height: 1.6;
}

.widget--newsletter-cta {
  background: #f3f3f3 url(assets/images/newsletter-cta-bg.png) -30px -95px no-repeat;
  background-size: 412px auto;
  padding: 40px;
}

/* ==========================================================================
   #RELATED STORIES
   ========================================================================== */
.page-bottom-feature {
  background-color: #fff;
  padding-bottom: 48px;
  padding-top: 48px;
}

/* ==========================================================================
   #FOOTER
   ========================================================================== */
.footer-newsletter-cta {
  background: #f3f3f3 url(assets/images/newsletter-bg.png) 50% -220px no-repeat;
  background-size: 1953px auto;
  margin-top: 40px;
  padding: 24px 0;
  position: relative;
}
@media (min-width: 62.5em) {
  .footer-newsletter-cta {
    padding: 48px 0;
  }
}

.footer-newsletter-cta__heading {
  font-size: 30px;
  font-size: 1.7647058824rem;
  line-height: 1.2;
  letter-spacing: 0.013em;
}

.footer-newsletter-cta__form {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
@media (min-width: 62.5em) {
  .footer-newsletter-cta__form {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.footer-newsletter-cta__form #input_46_2 {
  margin-bottom: 12px;
  flex-grow: 1;
  min-height: 52px;
  padding: 12px;
}
@media (min-width: 62.5em) {
  .footer-newsletter-cta__form #input_46_2 {
    margin-right: 24px;
    margin-bottom: 0;
    max-width: 360px;
  }
}

.site-footer {
  background-color: #1a1a1a;
  color: #5e5e5e;
  font-family: "Roboto", Verdana, sans-serif;
  text-align: center;
}

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

.site-footer__bottom {
  background-color: #141414;
  color: #5e5e5e;
  font-size: 13px;
  font-size: 0.7647058824rem;
  line-height: 1.8461538462;
  padding-bottom: 12px;
  padding-top: 12px;
}
.site-footer--3-col .site-footer__bottom, .site-footer--inline .site-footer__bottom {
  text-align: center;
}

@media (min-width: 62.5em) {
  .site-footer__about .widget_custom_html {
    display: flex;
    justify-content: space-between;
  }
}
.site-footer__about .widget-title {
  color: #fff;
  font-size: 20px;
  font-size: 1.1764705882rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 62.5em) {
  .site-footer__about .widget-title {
    text-align: left;
  }
}
.site-footer__about .textwidget {
  font-family: "PT Serif", Georgia, serif;
  font-size: 16px;
  font-size: 0.9411764706rem;
  line-height: 1.5;
  max-width: 460px;
  text-align: center;
}
@media (min-width: 62.5em) {
  .site-footer__about .textwidget {
    text-align: left;
  }
}

.site-footer__footer-menu {
  margin: 24px auto;
}
@media (min-width: 62.5em) {
  .site-footer__footer-menu li {
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle;
  }
}
.site-footer__footer-menu a {
  color: #fff;
}
.site-footer__footer-menu a:focus, .site-footer__footer-menu a:hover {
  color: #b3b3b3;
}

.site-footer__footer-menu {
  font-size: 15px;
  font-size: 0.8823529412rem;
  line-height: 1.6;
}
@media (min-width: 62.5em) {
  .site-footer__footer-menu {
    text-align: center;
  }
}

@media (min-width: 62.5em) {
  .site-footer .menu-social-container {
    margin-bottom: 48px;
    margin-top: 48px;
  }
}

.site-footer__social-menu {
  margin-bottom: 24px;
}
.site-footer__social-menu li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.site-footer__social-menu svg {
  fill: #b3b3b3;
}
.site-footer__social-menu a {
  color: #b3b3b3;
  border: 1px solid #2b2b2b;
  border-radius: 50px;
  display: block;
  height: 40px;
  padding: 6px;
  text-align: center;
  width: 40px;
}
.site-footer__social-menu a svg {
  fill: #b3b3b3;
}
.site-footer__social-menu a:focus, .site-footer__social-menu a:hover {
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.site-footer__social-menu a:focus svg, .site-footer__social-menu a:hover svg {
  fill: #4c4c4c;
}

.site-footer .icon-facebook {
  height: 15px;
  width: 9px;
}
.site-footer .icon-twitter {
  height: 12px;
  width: 15px;
}
.site-footer .icon-instagram {
  height: 15px;
  width: 15px;
}

/* ==========================================================================
   #DIVIDERS
   ========================================================================== */
.bottom-divider {
  border-bottom: 1px solid #d8dee3;
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.bottom-divider--margin-none {
  margin-bottom: 0;
}

.bottom-divider--padding-none {
  padding-bottom: 0;
}

.top-divider {
  border-top: 1px solid #d8dee3;
  margin-top: 48px;
  padding-top: 48px;
}

.top-divider--margin-none {
  margin-top: 0;
}

.top-divider--padding-none {
  padding-top: 0;
}

/* ==========================================================================
   #PAGINATION
   ========================================================================== */
.pagination {
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: normal;
  margin-bottom: 24px;
  text-align: center;
}
.pagination .page-numbers {
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
  height: 33px;
  min-width: 33px;
  padding: 6px;
  vertical-align: middle;
}
.pagination a {
  color: #000;
}
.pagination a:hover {
  color: #333333;
  border-color: #333333;
}
.pagination .icon {
  height: 12px;
  top: 4px;
  width: 7px;
}
.pagination .next,
.pagination .prev {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.pagination .current {
  background: #333333;
  border-color: #333333;
  color: #fff;
}

.pagination--form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination--form #current-page-selector {
  height: 33px;
  min-height: 33px;
  min-width: 33px;
  padding: 6px 3px;
  text-align: center;
}
.pagination--form .page-numbers {
  margin: 0 0.2rem;
}
.pagination--form form {
  margin: 0 0.5rem;
}

.pagination--post .page-numbers {
  background: #fff;
  border-color: #333333;
  color: #333333;
}
.pagination--post .page-numbers a {
  background: #fff;
  color: #000;
}
.pagination--post a:hover .page-numbers,
.pagination--post a:focus .page-numbers,
.pagination--post .current .page-numbers {
  background: #333333;
  border-color: #333333;
  color: #fff;
}

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

/* ==========================================================================
   #PHOTO GALLERIES
   ========================================================================== */
.content-gallery-submission {
  border-bottom: 1px solid #ddd;
}

.submission-detail-block {
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.submission-detail-block--no-border {
  border-bottom: none;
}

/* Navigation */
.gallery-navigation-container {
  margin-bottom: 48px;
  position: relative;
}

.gallery-navigation a {
  color: #cccccc;
  margin: 0 24px;
}
@media (min-width: 41.25em) {
  .gallery-navigation a {
    margin: 0 48px;
  }
}
.gallery-navigation a:hover, .gallery-navigation a:focus {
  color: #333333;
}
.gallery-navigation a:hover .icon, .gallery-navigation a:focus .icon {
  fill: #333333;
}
.gallery-navigation .icon {
  height: 29px;
}

@media (min-width: 41.25em) {
  .gallery-navigation__report {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* c-join-register-gallery__cta */
.c-join-register-gallery__cta .c-btn {
  display: block;
  width: 100%;
}
@media (min-width: 41.25em) {
  .c-join-register-gallery__cta .c-btn {
    min-width: 145px;
    width: auto;
  }
}

/* .c-photo-grid__options */
.c-photo-grid__options select {
  height: 45px;
}

@media (min-width: 41.25em) {
  .c-photo-grid__options .c-btn {
    width: 130px;
  }
}

.c-photo-grid__sort-order {
  margin-right: 10px;
  margin-bottom: 24px;
  width: 50%;
}
@media (min-width: 41.25em) {
  .c-photo-grid__sort-order {
    margin-bottom: 0;
    margin-right: 20px;
    width: 60%;
  }
}

.c-photo-grid__options .search-form--photos {
  height: 45px;
  padding: 8px;
  width: 100%;
}
@media (min-width: 41.25em) {
  .c-photo-grid__options .search-form--photos {
    width: auto;
  }
}

/* .c-photo-pagination__link */
.c-photo-pagination__link a {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  font-family: "Roboto", Verdana, sans-serif;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 12px 24px;
  transition: all 300ms ease-in-out;
  border-radius: 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: -0.105px 2.998px 5.64px 0.36px rgba(50, 52, 92, 0.2);
  text-transform: uppercase;
}
.c-photo-pagination__link a, .c-photo-pagination__link a:hover, .c-photo-pagination__link a:active, .c-photo-pagination__link a:focus {
  text-decoration: none;
  color: #4ecd90;
}
.c-photo-pagination__link a:hover, .c-photo-pagination__link a:focus {
  color: #41b783;
  box-shadow: -0.174px 4.997px 5.64px 0.36px rgba(50, 52, 92, 0.2);
  transform: translateY(-1px);
}

/* AJAX Counter */
.bawpvc-ajax-counter {
  display: inline;
}

/* Favorite buttons
   ========================================================================== */
a#favorite-button--grid.logged-out {
  display: block;
  border: none;
  outline: none !important;
  float: right;
  transition: 0.2s ease-in-out;
}

.favorite-button--grid__icon {
  fill: transparent;
  stroke: #fff;
}

.mdv-un-favorite-image .favorite-button--grid__icon {
  fill: #fff;
}

.vote .btn-block a:nth-child(n+2) {
  margin-left: 0;
}

.logged-in .interaction-bar .author,
.logged-in .interaction-bar .btn-block {
  margin-top: 22px;
}

button.mdv-favorite-image,
button.mdv-favorite-image.not-favorited {
  background: transparent;
  background-size: cover !important;
  display: block;
  height: 29px;
  width: 26px;
  border: none;
  outline: none !important;
  padding: 0;
  transition: 0.2s ease-in-out;
}
button.mdv-favorite-image:hover .favorite-button--grid__icon,
button.mdv-favorite-image.not-favorited:hover .favorite-button--grid__icon {
  fill: #fff;
}

button.mdv-un-favorite-image {
  background: transparent;
  background-size: cover !important;
  display: block;
  height: 29px;
  width: 26px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

/* ==========================================================================
   #PHOTO CHALLENGES
   ========================================================================== */
.current-photo-challenge {
  background-color: #1a1a1a;
  background-size: cover;
  color: #fff;
  height: 432px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 41.25em) {
  .current-photo-challenge {
    height: 432px;
  }
}
.current-photo-challenge > a {
  color: #fff;
}

.current-photo-challenge__content a {
  color: #fff;
}
.current-photo-challenge__content .c-btn {
  margin: auto;
  max-width: 250px;
}

.challenge-thumb img {
  height: 195px;
  width: 300px;
  object-fit: cover;
  overflow: auto;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  border-radius: 7px;
  margin-top: 32px;
  overflow: visible;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
  border-radius: 7px;
  padding: 30px;
}

#cboxLoadingGraphic {
  background: url(assets/images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxClose {
  -webkit-appearance: none;
  background: #fff;
  border: 0;
  position: absolute;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxClose:active {
  outline: 0;
}

#cboxClose {
  right: 15px;
  top: 15px;
}

#cboxClose svg {
  fill: #000;
}

#cboxClose:hover svg {
  fill: #333333;
}

.c-modal__content,
.c-modal__footer {
  color: #888888;
}

.c-btn--modal {
  display: block;
  width: auto;
}

.c-modal__footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 290px;
}

/* ==========================================================================
   #TOOLTIP
   ========================================================================== */
.c-tooltip {
  position: relative;
}

.c-tooltip__text {
  visibility: hidden;
  width: 140px;
  color: #888888;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 0.7647058824rem;
  line-height: 1.6538461538;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 15px;
  left: 50%;
  margin-left: -70px;
  border: 1px solid #aaaaaa;
  position: absolute;
  z-index: 1;
}
@media (min-width: 41.25em) {
  .c-tooltip__text {
    margin-left: -100px;
    width: 200px;
  }
}
.c-tooltip__text:after, .c-tooltip__text:before {
  content: " ";
  position: absolute;
  left: 50%;
  border-style: solid;
}
.c-tooltip__text:before {
  margin-left: -6px;
  border-width: 6px;
}
.c-tooltip__text:after {
  margin-left: -5px;
  border-width: 5px;
}
.c-tooltip__text a {
  color: #333333;
}

.c-tooltip:hover .c-tooltip__text {
  visibility: visible;
}

.c-tooltip:not(.c-tooltip--bottom) .c-tooltip__text {
  bottom: 110%;
  position: absolute;
  z-index: 1;
}
.c-tooltip:not(.c-tooltip--bottom) .c-tooltip__text:after, .c-tooltip:not(.c-tooltip--bottom) .c-tooltip__text:before {
  top: 100%;
}
.c-tooltip:not(.c-tooltip--bottom) .c-tooltip__text:before {
  border-color: #aaaaaa transparent transparent transparent;
}
.c-tooltip:not(.c-tooltip--bottom) .c-tooltip__text:after {
  border-color: #ffffff transparent transparent transparent;
}

.c-tooltip--bottom .c-tooltip__text {
  top: 110%;
}
.c-tooltip--bottom .c-tooltip__text:before {
  border-color: transparent transparent #aaaaaa transparent;
  top: -12px;
}
.c-tooltip--bottom .c-tooltip__text:after {
  border-color: transparent transparent #ffffff transparent;
  top: -10px;
}

/* ==========================================================================
   #SHARING (ADDTHIS)
   ========================================================================== */
.addthis_sharing_toolbox {
  display: inline-block;
  vertical-align: middle;
}

/* ==========================================================================
   #Header Ad
   ========================================================================== */
.ad--header {
  background: #f3f3f3;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* ==========================================================================
   #Media.NET
   ========================================================================== */
.medianet-desktop-outer-box {
  background-color: transparent;
  margin: 0 10px 20px 10px;
  padding: 8px 0;
  text-align: center;
}

.medianet-desktop-inner-box {
  background-color: transparent;
  min-height: 70px;
  min-width: 600px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.medianet-mobile-outer-box {
  background-color: transparent;
  margin: 0 0 1.5em;
  padding: 2px 0 5px 0;
  clear: both;
}

.medianet-mobile-outer-box select {
  max-width: 100%;
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
  .medianet-mobile-outer-box {
    width: 95%;
  }
}
.medianet-mobile-inner-box {
  background-color: transparent;
  display: block;
  min-width: 300px;
  min-height: 50px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   #In-Content Styles
   ========================================================================== */
.desktop-incontent-outer-box {
  background-color: transparent;
  margin: 0 10px 20px 10px;
  padding: 8px 0;
  text-align: center;
  clear: both;
}

.desktop-incontent-inner-box {
  background: url(assets/images/leaderboard-ad-heading.png) -2px 50% no-repeat;
  min-height: 90px;
  min-width: 728px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
}

.mobile-incontent-outer-box {
  display: block;
  width: 95%;
  max-width: 350px;
  margin: 0 auto;
  border-top: 1px solid #ebecee;
  border-bottom: 1px solid #ebecee;
  text-align: center;
}

.mobile-incontent-inner-box {
  display: block;
  padding-bottom: 24px;
  text-align: center;
}

.mobile-incontent-ad-label {
  height: 15px;
  margin-top: 0;
  color: #707070;
  font-size: 10px;
  text-align: center;
}

.oop-ad {
  height: 0;
}

.ad-advertisement-vertical {
  background: url(assets/images/leaderboard-ad-heading.png) -2px 50% no-repeat;
  min-height: 75px;
  min-width: 300px;
  padding-left: 11px;
  display: inline-block;
}

.ad-advertisement-horizontal {
  height: 15px;
  margin-top: -10px;
  color: #707070;
  font-size: 10px;
  text-align: center;
}

/* ==========================================================================
 #HOME PAGE IN-CONTENT ADS
 ========================================================================== */
/* ==========================================================================
   #NGGC
   ========================================================================== */
.nggc-imagebrowser {
  min-width: 300px;
}

.nggc-container {
  position: relative;
  max-width: 100%;
  min-width: 300px;
  padding: 0px;
  z-index: 1;
}

.nggc-background {
  background: #CCCCCC;
}

@media (min-width: 740px) {
  .nggc-anchor-spacing {
    height: 50px;
  }

  .nggc-image {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }

  .nggc-image-ad {
    min-height: 600px;
  }

  .nggc-ad-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    margin: -15% 0 0 -25%;
  }

  .nggc-back {
    top: 46%;
    margin: 0px;
  }

  .nggc-next {
    top: 46%;
    margin: 0px;
  }
}
@media (min-width: 660px) and (max-width: 739px) {
  .nggc-anchor-spacing {
    height: 50px;
  }

  .nggc-image {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }

  .nggc-image-ad {
    min-height: 400px;
  }

  .nggc-ad-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    margin: -15% 0 0 -25%;
  }

  .nggc-back {
    top: 46%;
    margin-top: -25%;
  }

  .nggc-next {
    top: 46%;
    margin-top: -25%;
  }
}
@media (min-width: 501px) and (max-width: 659px) {
  .nggc-anchor-spacing {
    height: 50px;
  }

  .nggc-image {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
  }

  .nggc-image-ad {
    min-height: 400px;
  }

  .nggc-ad-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    margin: -15% 0 0 -25%;
  }

  .nggc-back {
    top: 46%;
    margin: 0px;
  }

  .nggc-next {
    top: 46%;
    margin: 0px;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .nggc-anchor-spacing {
    height: 0px;
  }

  .nggc-image {
    position: relative;
    max-width: 300px;
    min-width: 300px;
    margin: 0 auto;
  }

  .nggc-image-ad {
    min-width: 300px;
    min-height: 250px;
  }

  .nggc-ad-wrapper {
    min-width: 300px;
  }

  .nggc-back {
    top: 43%;
    margin: 0px;
  }

  .nggc-next {
    top: 43%;
    margin: 0px;
  }
}
.nggc-container a {
  display: block !important;
  font-size: 0;
  margin: 0px;
  text-align: center;
}

.nggc-container-ad {
  text-align: center;
}

.nggc-imagebrowser-nav {
  padding: 5px;
  text-align: center;
}

.nggc-back {
  position: absolute;
  left: 15px;
  width: 32px;
  height: 58px;
  padding: 0px;
  z-index: 999;
}

.nggc-next {
  position: absolute;
  right: 15px;
  width: 32px;
  height: 58px;
  padding: 0px;
  z-index: 999;
}

.nggc-dot-container {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nggc-dot-float {
  float: left;
  height: 40px;
}

.nggc-dot-padding {
  padding-right: 19px;
}

.nggc-imagebrowser-desc {
  clear: both;
}

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

.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,
.contest-submission .navigation .alignleft a:before,
.photo-submission .navigation .alignleft a:before {
  content: "&larr; ";
}

.gallery-submission .navigation .alignright a:after,
.contest-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: #e6e6e6;
}

.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;
  padding: 17px 2%;
  width: 31.3333%;
}
@media (min-width: 62.5em) {
  .contest-sponsors a {
    width: 16%;
  }
}

.contest-sponsors.has-featured-sponsors {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
}

.has-featured-sponsors .contest-sponsors__featured {
  background: #f3f3f3;
  border-bottom: 1px solid #e3e3e3;
}

.contest-sponsors .contest-sponsors__featured a {
  background-color: #f3f3f3;
  width: 26%;
  padding: 17px 2%;
}
@media (min-width: 992px) {
  .contest-sponsors .contest-sponsors__featured a {
    width: auto;
    padding: 17px 20px;
  }
  .contest-sponsors .contest-sponsors__featured a img {
    max-height: 88px;
    max-width: 200px;
    width: auto;
    position: relative;
  }
}

@media (min-width: 992px) {
  .contest-sponsors .contest-sponsors__featured--single {
    z-index: 50;
    display: block;
    height: 113px;
    overflow: hidden;
    margin-top: -113px;
    position: relative;
  }
}
.contest-sponsors .contest-sponsors__featured--single a {
  background-color: transparent;
  display: inline-block;
  margin: 0 auto;
  padding: 17px 2%;
  position: relative;
  width: 31%;
}
@media (min-width: 992px) {
  .contest-sponsors .contest-sponsors__featured--single a {
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 24px 40px 0;
    width: 290px;
  }
  .contest-sponsors .contest-sponsors__featured--single a:before {
    background-color: #f3f3f3;
    border-radius: 70%;
    content: "";
    height: 290px;
    position: absolute;
    top: 0;
    width: 290px;
  }
}

#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: 760px;
  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-divider {
  position: relative;
}
.contest-divider:after {
  background-color: #e6e6e6;
  content: "";
  display: block;
  height: 1px;
  margin: 48px auto;
  max-width: 1085px;
  width: 90%;
}

#contest-quote {
  background-color: #333333;
  color: white;
  padding: 37px 12px;
  text-align: center;
}
#contest-quote blockquote {
  font-size: 26px;
  font-size: 1.5294117647rem;
  line-height: 1.4473684211;
  letter-spacing: -0.2px;
  margin: 24px 0;
}
@media (min-width: 62.5em) {
  #contest-quote blockquote {
    font-size: 38px;
    font-size: 2.2352941176rem;
    line-height: 1.4473684211;
  }
}
#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: #fff;
  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;
}
#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 {
  display: block;
  font-size: 36px;
  font-size: 2.1176470588rem;
  line-height: 1.1666666667;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.entry-fee__description {
  font-size: 14px;
  font-size: 0.8235294118rem;
  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: 30px;
}
@media (min-width: 62.5em) {
  .gallery-container,
.gallery-actions {
    padding-bottom: 60px;
  }
}

.gallery-actions .o-layout__item {
  margin-bottom: 24px;
}
@media (min-width: 62.5em) {
  .gallery-actions .o-layout__item {
    margin-bottom: 0;
  }
}

.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.5882352941rem;
  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: 3.7647058824rem;
    line-height: normal;
  }
  .countdown-clock:before {
    background-color: #ddd;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
  }
}
.countdown-clock > div {
  background: #FFF;
  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-family: "Roboto", Verdana, sans-serif;
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

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

.past-winner a {
  color: #333333;
}

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

.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.7647058824rem;
  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 */
/* ==========================================================================
   #SPONSORED POSTS
   ========================================================================== */
.sponsored > .post-thumbnail,
.sponsored .post-thumbnail {
  display: block;
  position: relative;
}
.sponsored > .post-thumbnail:after,
.sponsored .post-thumbnail:after {
  background: url(assets/images/sponsored-badge.png) no-repeat;
  content: "";
  display: block;
  height: 49px;
  position: absolute;
  right: -10px;
  top: 0;
  width: 102px;
}
@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) {
  .sponsored > .post-thumbnail:after,
.sponsored .post-thumbnail:after {
    background-image: url(assets/images/sponsored-badge@2x.png);
    background-size: contain;
  }
}

@media (min-width: 62.5em) {
  .listing.sponsored > .post-thumbnail:after,
.listing.sponsored .post-thumbnail:after {
    height: 24px;
    right: -5px;
    width: 51px;
  }
}

.logged-in-as a,
.must-log-in a,
.comment-list a {
  border-bottom: 1px dotted #333333;
  color: #333333;
}
.logged-in-as a:focus, .logged-in-as a:hover,
.must-log-in a:focus,
.must-log-in a:hover,
.comment-list a:focus,
.comment-list a:hover {
  border-bottom-color: transparent;
  color: #7a7a7a;
}

.comment-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}
.comment-list ol,
.comment-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li.comment {
  border-bottom: 1px solid #ddd;
  padding: 1em;
}
.comment-list li.comment ul {
  list-style: none;
  margin: 0 0 0 20px;
}
.comment-list li.comment .avatar {
  border: 5px solid #f3f3f3;
  float: right;
  margin: 0 0 20px 20px;
}
.comment-list li.comment .comment-meta a {
  color: #888888;
}
.comment-list li.comment .reply {
  display: block;
  margin-bottom: 10px;
}
.comment-list li.comment .reply a {
  font-weight: bold;
}
.comment-list li.comment .children {
  text-indent: 0;
}
.comment-list li.comment .children li.depth-2 {
  border-left: 5px solid #f3f3f3;
  margin: 0 0 10px 10px;
}
.comment-list li.comment .children li.depth-3 {
  border-left: 5px solid #bbb;
  margin: 0 0 10px 10px;
}
.comment-list li.comment .children li.depth-4 {
  border-left: 5px solid #aaa;
  margin: 0 0 10px 10px;
}
.comment-list li.even {
  background: #fff;
}
.comment-list li.odd {
  background: #f6f6f6;
}
.comment-list li.parent {
  border-left: 5px solid #ddd;
}
.comment-form-comment > label {
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

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

.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: #333333 !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: #333333;
}

.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: #333333;
}

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

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

.checkout.woocommerce-checkout button[type=submit] {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #000;
  color: #333333;
  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.3529411765rem;
  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-top: 60px;
}

.woocommerce-partner-discounts .page-content,
.page-template-member-page .page-content,
.page-template-partner-discounts .page-content {
  margin-bottom: 24px;
}
.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-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.0588235294rem;
  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: "Roboto", Verdana, sans-serif;
}
.product_meta a {
  color: #333333;
}

.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: #333333;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 10px;
  font-size: 0.5882352941rem;
  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.3529411765rem;
  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.0588235294rem;
  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: "Roboto", Verdana, sans-serif;
  font-size: 13px;
  font-size: 0.7647058824rem;
  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 {
  border-bottom: 1px dotted #333333;
  color: #333333;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  border-bottom: 1px dotted #333333;
  color: #333333;
}

.woocommerce .woocommerce-MyAccount-navigation-link a {
  border-bottom: none;
  color: #62677B;
}
.woocommerce .woocommerce-MyAccount-navigation-link a:hover, .woocommerce .woocommerce-MyAccount-navigation-link a:focus {
  border-bottom: 1px dotted #333333;
  color: #333333;
}
.woocommerce .woocommerce-MyAccount-navigation-link.is-active a {
  border-bottom: 1px dotted #333333;
  color: #333333;
}

.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.4117647059rem;
  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.0588235294rem;
  line-height: normal;
  text-transform: none;
}

.wc-benefits .benefit-description {
  font-size: 16px;
  font-size: 0.9411764706rem;
  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.3529411765rem;
  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.7058823529rem;
  line-height: normal;
}

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

.free-trial-cta--action input {
  font-size: 16px;
  font-size: 0.9411764706rem;
  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.8235294118rem;
  line-height: normal;
}
.sign-up-button-wrapper .c-btn {
  border-color: #333333;
  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.2352941176rem;
  line-height: 1.2083333333;
}

#wc-membership-cta-region .subscription-tier--featured .membership-plan-name {
  font-size: 28px;
  font-size: 1.6470588235rem;
  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;
}

.entry-content .woocommerce-error,
.entry-content .woocommerce-info,
.entry-content .woocommerce-message {
  padding-left: 3.5em;
}

.woocommerce a {
  border-bottom: 1px dotted #333333;
  color: #333333;
}
.woocommerce a:focus, .woocommerce a:hover {
  border-bottom-color: transparent;
  color: #7a7a7a;
}

#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.0588235294rem;
  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: "Roboto", Verdana, sans-serif;
  font-size: 17px;
  font-size: 1rem;
  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;
  height: 100%;
  margin: auto;
  position: relative;
  background: #fff;
  padding-bottom: 40px;
}

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

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

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

.feat-block-badge {
  background: #333333;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-size: 0.7647058824rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-left: -30px;
  padding: 9px;
  position: absolute;
  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 #333333;
}

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

.membership-cta .membership-plan .top .membership-plan-price {
  color: #333333;
  font-size: 20px;
  font-size: 1.1764705882rem;
  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.4705882353rem;
  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: #333333;
  border-color: #333333;
  color: #fff;
  font-family: "Roboto", 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: #333333;
  color: #333333;
}

.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 {
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 2;
  padding: 12px 24px;
  min-width: 190px;
}

.my-account-block {
  border: 1px solid #2b2a2a;
  min-height: 230px;
  padding: 24px;
}
@media (min-width: 62.5em) {
  .my-account-block {
    padding: 65px 35px;
  }
}
.u-1\/3\@tablet .my-account-block, .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--no-border {
  border: none;
  padding: 0;
}
.my-account-block--no-border .my-account-block__content {
  border: 1px solid #2b2a2a;
  padding: 24px;
  text-align: center;
}
@media (min-width: 62.5em) {
  .my-account-block--no-border .my-account-block__content {
    padding: 65px;
    text-align: left;
  }
}

.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.4117647059rem;
  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: "Roboto", Verdana, sans-serif;
  font-size: 16px;
  font-size: 0.9411764706rem;
  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;
}

.user-comment {
  background: #f3f3f3;
  border-radius: 15px;
  padding: 15px;
  position: relative;
}
.user-comment:after {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f3f3f3;
  border-width: 15px;
  margin-left: -15px;
}

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

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

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

.subscribe-faq .ui-accordion-header {
  font-size: 16px;
  font-size: 0.9411764706rem;
  line-height: 1.5555555556;
  background: #333333;
  color: #FFF;
  padding: 0.5em 1em;
  margin: 0.75em 0 0;
  cursor: pointer;
  outline: none !important;
}

.subscribe-faq .ui-accordion-header.ui-state-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.subscribe-faq__question {
  width: 85%;
}

.subscribe-faq .ui-accordion-content {
  border: 1px solid #e1e1e1;
  font-size: 15px;
  font-size: 0.8823529412rem;
  line-height: 1.6666666667;
  padding: 1.5em 1.5em 1.5em 2.5em;
}

/* ==========================================================================
   #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 {
  font-family: "Roboto", Verdana, sans-serif;
  color: white;
  font-size: 20px;
  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;
  }
}
.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: "Roboto", Verdana, sans-serif;
  font-size: 12px;
  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;
  text-decoration: none;
}

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

/* ==========================================================================
   #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 {
  display: block;
  font-family: "Roboto", Verdana, sans-serif;
}
.u-h1 .entry-content,
.u-h2 .entry-content,
.u-h3 .entry-content,
.u-h4 .entry-content,
.u-h5 .entry-content,
.u-h6 .entry-content {
  color: #333333;
}
.u-h1 a,
.u-h2 a,
.u-h3 a,
.u-h4 a,
.u-h5 a,
.u-h6 a {
  color: inherit;
}
.u-h1 a:hover, .u-h1 a:focus,
.u-h2 a:hover,
.u-h2 a:focus,
.u-h3 a:hover,
.u-h3 a:focus,
.u-h4 a:hover,
.u-h4 a:focus,
.u-h5 a:hover,
.u-h5 a:focus,
.u-h6 a:hover,
.u-h6 a:focus {
  color: #7a7a7a;
}

.u-h1,
.u-h2,
.u-h3 {
  font-weight: 700;
}

.u-h4,
.u-h5,
.u-h6 {
  font-weight: 500;
}

.u-h1 {
  font-size: 46px !important;
  font-size: 2.7058823529rem !important;
  line-height: 1.3 !important;
}

.u-h2 {
  font-size: 37px !important;
  font-size: 2.1764705882rem !important;
  line-height: 1.3 !important;
}

.u-h3 {
  font-size: 27px !important;
  font-size: 1.5882352941rem !important;
  line-height: 1.3 !important;
}

.u-h4 {
  font-size: 23px !important;
  font-size: 1.3529411765rem !important;
  line-height: 1.3 !important;
}

.u-h5 {
  font-size: 18px !important;
  font-size: 1.0588235294rem !important;
  line-height: 1.3 !important;
}
.entry-content .u-h5 {
  font-size: 16px !important;
  font-size: 0.9411764706rem !important;
  line-height: 1.3 !important;
}

.u-h6 {
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1.3;
}

/* ==========================================================================
   #HELPERS
   ========================================================================== */
.u-serif {
  font-family: "PT Serif", Georgia, serif;
}

.u-sans-serif {
  font-family: "Roboto", Verdana, sans-serif;
}

.u-font-size-small {
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1.7142857143;
}

.u-font-color-primary-link {
  color: #333333 !important;
}

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

.u-font-color-tertiary {
  color: #999999;
}

.u-font-weight-light {
  font-weight: 300;
}

.u-font-weight-medium {
  font-weight: 500;
}

.u-font-weight-bold {
  font-weight: 700;
}

.u-font-weight-black {
  font-weight: 900;
}

/**
 * Clear both for items following WordPress' .alignleft/.alignright classes.
 */
.u-clear-both {
  clear: both;
}

/**
 * Fit image to surrounding block
 */
.fit-img img {
  height: 245px;
  width: 100%;
  object-fit: cover;
}

.past-winner .fit-img img {
  height: 209px;
}

.home-section .stacked .fit-img img {
  height: 233px;
}

.home-section .listing .post-thumbnail img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 62.5em) {
  .home-section .listing .post-thumbnail img {
    height: 91px;
  }
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
@media (max-width: 78.115em) {
  .u-hidden-until-wide {
    display: none !important;
  }
}
