@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.65em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Helpers
   ========================================================================== */

.h-ir {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.g-logo,
.h-hide-text {
  text-indent: 900%;
  white-space: nowrap;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  .h-hide-text {
    /* IE10 */
    text-indent: -9999px;
  }
  *::-ms-backdrop, .h-hide-text {
    /* IE11 */
    text-indent: -9999px;
  }
}


.h-hidden {
  display: none !important;
  visibility: hidden;
}

@media all and (max-width: 47.9375em) {
  .h-hidden--until-medium {
    display: none !important;
    visibility: hidden;
  }
}

@media all and (min-width: 48em) {
  .h-hidden--from-medium {
    display: none !important;
    visibility: hidden;
  }
}

.screen-reader-response,
.h-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.focusable.screen-reader-response:active, .focusable.screen-reader-response:focus,
.h-visually-hidden.focusable:active,
.h-visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Text meant only for screen readers. */
.h-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.h-screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


.cf:before,
.cf:after {
  content: "";
  display: table;
}


.cf:after {
  clear: both;
}

.widget > ul,
.h-plain-list {
  list-style: none;
  list-style-image: none;
}


.h-center-text {
  text-align: center;
}


.h-left-text {
  text-align: left;
}


.h-right-text {
  text-align: right;
}


.h-float-left {
  float: left;
}


.h-float-right {
  float: right;
}


.h-centered {
  margin-right: auto;
  margin-left: auto;
}

.h-skipnav {
  background: transparent;
  color: #000001;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}

.h-skipnav:focus {
  background: #FFFFFF;
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
}

/**
* Lobotomized Owl Spacing - https://alistapart.com/article/axiomatic-css-and-lobotomized-owls/
* ------------------
*
* Adds spacing to the top of an element if it's not the first in the block.
*
*     <div class="owl-spacing">
*     	<p> ... </p>
*     	<p> ... </p>
*     	<p> ... </p>
* 	  </div>
*/
.owl-spacing > * + * {
  margin-top: 1rem;
}

@media all and (min-width: 64em) {
  .owl-spacing > * + * {
    margin-top: 1.1875rem;
  }
}

@media all and (max-width: 29.9375em) {
  .owl-spacing--until-xsmall > * + * {
    margin-top: 1rem;
  }
}

@media all and (max-width: 35.4375em) {
  .owl-spacing--until-small > * + * {
    margin-top: 1rem;
  }
}

@media all and (max-width: 47.9375em) {
  .owl-spacing--until-medium > * + * {
    margin-top: 1rem;
  }
}

@media all and (max-width: 63.9375em) {
  .owl-spacing--until-large > * + * {
    margin-top: 1rem;
  }
}

.owl-spacing--zero > * + * {
  margin-top: 0;
}

.owl-spacing--quarter > * + * {
  margin-top: 0.25rem;
}

@media all and (min-width: 64em) {
  .owl-spacing--quarter > * + * {
    margin-top: 0.29688rem;
  }
}

.owl-spacing--half > * + * {
  margin-top: 0.5rem;
}

@media all and (min-width: 64em) {
  .owl-spacing--half > * + * {
    margin-top: 0.59375rem;
  }
}

@media all and (max-width: 29.9375em) {
  .owl-spacing--half--until-xsmall > * + * {
    margin-top: 0.5rem;
  }
}

@media all and (max-width: 35.4375em) {
  .owl-spacing--half--until-small > * + * {
    margin-top: 0.5rem;
  }
}

.owl-spacing--double > * + * {
  margin-top: 2rem;
}

@media all and (min-width: 64em) {
  .owl-spacing--double > * + * {
    margin-top: 2.375rem;
  }
}

@media all and (max-width: 35.4375em) {
  .owl-spacing--double--until-small > * + * {
    margin-top: 2rem;
  }
}

@media all and (max-width: 47.9375em) {
  .owl-spacing--double--until-medium > * + * {
    margin-top: 2rem;
  }
}

.owl-spacing--triple > * + * {
  margin-top: 3rem;
}

@media all and (min-width: 64em) {
  .owl-spacing--triple > * + * {
    margin-top: 3.5625rem;
  }
}

@media all and (min-width: 35.5em) {
  .owl-spacing--triple--from-small > * + * {
    margin-top: 3rem;
  }
}

@media all and (max-width: 35.4375em) {
  .owl-spacing--triple--until-small > * + * {
    margin-top: 3rem;
  }
}

@media all and (max-width: 47.9375em) {
  .owl-spacing--triple--until-medium > * + * {
    margin-top: 3rem;
  }
}

.owl-spacing--quad > * + * {
  margin-top: 4rem;
}

@media all and (min-width: 64em) {
  .owl-spacing--quad > * + * {
    margin-top: 4.75rem;
  }
}

/**
 * Padding Above object
 * ------------------
 *
 * Adds padding to the top of an element.
 *
 *     <p class="space-above"> ... </p>
 *     <p> ... </p>
 */
.owl-padding > * + * {
  padding-top: 1rem;
}

@media all and (min-width: 64em) {
  .owl-padding > * + * {
    padding-top: 1.1875rem;
  }
}

.owl-padding--double > * + * {
  padding-top: 2rem;
}

@media all and (min-width: 64em) {
  .owl-padding--double > * + * {
    padding-top: 2.375rem;
  }
}

.owl-padding--triple > * + * {
  padding-top: 3rem;
}

@media all and (min-width: 64em) {
  .owl-padding--triple > * + * {
    padding-top: 3.5625rem;
  }
}

/**
 * Space Above object
 * ------------------
 *
 * Adds typographic spacing to the top of an element.
 *
 *     <p class="space-above"> ... </p>
 *     <p> ... </p>
 */
.space-above {
  margin-top: 1rem;
}

@media all and (min-width: 64em) {
  .space-above {
    margin-top: 1.1875rem;
  }
}

@media all and (max-width: 63.9375em) {
  .space-above--until-large {
    margin-top: 1rem;
  }
}

.space-above--half {
  margin-top: 0.5rem;
}

@media all and (min-width: 64em) {
  .space-above--half {
    margin-top: 0.59375rem;
  }
}

.space-above--none {
  margin-top: 0;
}

.space-above--double {
  margin-top: 2rem;
}

@media all and (min-width: 64em) {
  .space-above--double {
    margin-top: 2.375rem;
  }
}

.space-above--triple {
  margin-top: 3rem;
}

@media all and (min-width: 64em) {
  .space-above--triple {
    margin-top: 3.5625rem;
  }
}

@media all and (max-width: 47.9375em) {
  .space-above--triple--until-medium {
    margin-top: 3rem;
  }
}

/**
 * Space Below object
 * ------------------
 *
 * Adds typographic spacing to the bottom of an element.
 *
 *     <p class="space-below"> ... </p>
 *     <p> ... </p>
 */
.space-below {
  margin-bottom: 1rem;
}

@media all and (min-width: 64em) {
  .space-below {
    margin-bottom: 1.1875rem;
  }
}

.space-below--double {
  margin-bottom: 2rem;
}

@media all and (min-width: 64em) {
  .space-below--double {
    margin-bottom: 2.375rem;
  }
}

.space-below--triple {
  margin-bottom: 3rem;
}

@media all and (min-width: 64em) {
  .space-below--triple {
    margin-bottom: 3.5625rem;
  }
}

/*
 * Cramp object
 * ------------
 *
 * Remove typographic spacing from an element.
 *
 *     <p class="cramp"> ... </p>
 */
.cramp {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cramp-upper {
  margin-top: 0 !important;
}

.cramp-lower {
  margin-bottom: 0 !important;
}

@media all and (min-width: 35.5em) and (max-width: 47.9375em) {
  .cramp--small-medium {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 48em) and (max-width: 63.9375em) {
  .cramp--medium-large {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 64em) {
  .cramp--large-up {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/*

Base Styles
===========

HTML, BODY, #wrapper styles

*/
:root {
  --ratio: 1.45;
  font-size: calc(.2vw + 1em);
  line-height: var(--ratio);
}

html {
  font-family: Georgia, Times, "Times New Roman", serif;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

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

body {
  color: #FFFFFF;
  /* The background-color below used the footer background color to make it seem like 
	the footer is endless in the rare case where the page content makes the page length shorter than the browser window */
  background-color: #464646;
  min-width: 320px;
  overflow-x: hidden;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ul, ol, dd, menu, dl, figure, pre, table, fieldset, legend, hr,
h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
}

.wrapper {
  max-width: 1370px;
  margin: 0 auto;
  width: 90%;
}

.content-wrapper {
  max-width: 1370px;
  margin: 0 auto;
  width: 90vw;
  display: grid;
  grid-gap: 1.5rem;
}

@media all and (max-width: 47.9375em) {
  .content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (min-width: 48em) {
  .content-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1.5rem;
  }
}

@media all and (min-width: 64em) {
  .content-wrapper {
    grid-gap: 2.29411765rem;
  }
}

.content-wrapper--full {
  width: 100%;
  display: grid;
  grid-gap: 1.5rem;
}

@media all and (max-width: 47.9375em) {
  .content-wrapper--full {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (min-width: 48em) {
  .content-wrapper--full {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}

@media all and (min-width: 64em) {
  .content-wrapper--full {
    grid-gap: 2.29411765rem;
  }
}

/*

Icons
======

https://css-tricks.com/creating-a-maintainable-icon-system-with-sass/

*/
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="icon--"],
html:hover [class*=" icon--"],
html:hover [class^="icon--right-"]:after,
html:hover [class*=" icon--right-"]:after,
html:hover [class^="icon--left-"]:before,
html:hover [class*=" icon--left-"]:before {
  -ms-zoom: 1;
}

.icon,
[class^="icon--right-"]:after,
[class*=" icon--right-"]:after,
[class^="icon--left-"]:before,
[class*=" icon--left-"]:before {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 1.68421053em;
  height: 1.68421053em;
  fill: currentColor;
  background-size: 1.68421053em;
}

[class*="icon--left-"],
[class*="icon--right-"] {
  position: relative;
}

[class*="icon--left-"] {
  padding-left: 52px !important;
}

[class*="icon--right-"] {
  padding-right: 52px !important;
}

[class*="icon--left-"]:before,
[class*="icon--right-"]:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

[class*="icon--left-"]:before {
  left: 10px;
}

[class*="icon--right-"]:after {
  right: 10px;
}

.icon.icon--xsmall,
.icon--xsmall:before,
.icon--xsmall:after {
  width: 0.625em;
  height: 0.625em;
  background-size: 0.625em;
}

.icon.icon--small,
.icon--small:before,
.icon--small:after {
  width: 1em;
  height: 1em;
  background-size: 1em;
}

.icon--small[class*="icon--left-"] {
  padding-left: 27px !important;
}

.icon--small[class*="icon--left-"]:before {
  left: 5px;
}

.icon--small[class*="icon--right-"] {
  padding-right: 27px !important;
}

.icon--small[class*="icon--right-"]:after {
  right: 5px;
}

.lead .icon--small[class*="icon--left-"] {
  padding-left: 34px !important;
}

.icon--large,
.icon--large:before,
.icon--large:after {
  width: 4em;
  height: 4em;
  background-size: 4em;
}

.icon--large[class*="icon--left-"] {
  padding-left: 94px !important;
}

.icon--large[class*="icon--left-"]:before {
  left: 15px;
}

.icon--large[class*="icon--right-"] {
  padding-right: 94px !important;
}

.icon--large[class*="icon--right-"]:after {
  right: 15px;
}

/* =======================================================================================
Example showing how to change the color/size of the icons:
.icon--name {
	font-size: 32px; // works because "width" & "height" were set using em units
	color: red; // works for single-colored icons, because "fill" was set to "currentColor"
}

.icon-tomato,
.icon--left-tomato:before,
.icon--right-tomato:after {
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/131442/tomato.svg);
}

Inline:
<span class="icon icon-{icon-name}"></span>

Prepend:
<div class="icon--left-{icon-name}"></div>

Append:
<div class="icon--right-{icon-name}"></div>

Size modifiers:
<span class="icon icon-{icon-name} icon--small"></span>
<div class="icon--right-{icon-name} icon--large"></div>
<span class="icon icon-{icon-name} icon--responsive"></span>


======================================================================================== */
/* External Links */
.icon-external,
.icon--left-external:before,
.icon--right-external:after {
  background-image: url('data:image/svg+xml;utf-8,<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path id="icon_external" d="M5.58862 1.21395L7.37407 2.90693L4.6959 5.44643L6.48135 7.1394L9.15952 4.5999L10.945 6.29288V1.2135H5.58832L5.58862 1.21395ZM2.01772 2.0604C1.52314 2.0604 1.125 2.43795 1.125 2.90685V9.6786C1.125 10.1476 1.52314 10.5251 2.01772 10.5251H9.15922C9.65377 10.5251 10.0519 10.1475 10.0519 9.6786V7.1391L9.15945 6.29258V9.67853H2.01817V2.90678H5.58892L4.69605 2.06025H2.01802L2.01772 2.0604Z" fill="%23d6d6d6"/></svg>');
}

/* Arrow Icons */
.icon-down-arrow,
.icon--left-down-arrow:before,
.icon--right-down-arrow:after {
  background-image: url('data:image/svg+xml;utf-8,<svg viewBox="0 0 10 8" xmlns="http://www.w3.org/2000/svg"><path id="icon_down_arrow" d="M5 8L0.669873 0.499999L9.33013 0.5L5 8Z" fill="%23ffffff"/></svg>');
  transform: translate(0, 0);
  transition: all 0.25s ease;
}

.rotated .icon-down-arrow, .rotated
.icon--left-down-arrow:before, .rotated
.icon--right-down-arrow:after {
  transform: rotate(180deg);
}

/* Search Icon */
.icon-search,
.icon--left-search:before,
.icon--right-search:after {
  background-image: url("../img/icons/svg/icon--search.svg");
}

/* Contact/Location Icons */
.icon-phone,
.icon--left-phone:before,
.icon--right-phone:after {
  background-image: url('data:image/svg+xml;utf-8,<svg viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg"><path id="icon_phone" d="M4.43889 3.33857C4.75877 3.65752 5.05579 3.95369 5.37566 4.27265C5.92402 4.81943 5.92402 5.45734 5.37566 6.00412C4.98725 6.39142 4.59883 6.77872 4.21041 7.16602C4.09617 7.25715 4.09617 7.34828 4.14187 7.48498C4.3932 8.10011 4.78161 8.66967 5.21573 9.19366C6.0611 10.2417 7.04357 11.1757 8.18597 11.882C8.4373 12.0415 8.71148 12.1554 8.9628 12.2921C9.09989 12.3604 9.19128 12.3376 9.28268 12.2237C9.67109 11.8136 10.0595 11.4263 10.4708 11.039C10.9963 10.515 11.636 10.515 12.1615 11.039C12.8013 11.6769 13.441 12.3149 14.0808 12.93C14.6063 13.454 14.6063 14.1147 14.0808 14.6615C13.7152 15.026 13.3268 15.3677 13.0069 15.755C12.5042 16.3018 11.8874 16.4841 11.1791 16.4385C10.1509 16.3929 9.19128 16.0284 8.25451 15.5955C6.19819 14.5931 4.46174 13.2262 2.99947 11.4947C1.92561 10.2189 1.01169 8.80636 0.440487 7.23437C0.166311 6.45977 -0.0393201 5.68516 0.00637594 4.86499C0.052072 4.36378 0.234856 3.93091 0.623272 3.56639C1.03454 3.17909 1.42295 2.769 1.81137 2.3817C2.33687 1.88049 2.97662 1.88049 3.50212 2.3817C3.79915 2.70065 4.11902 3.01961 4.43889 3.33857ZM12.7556 8.19123C12.5728 7.07489 12.0244 6.04968 11.2248 5.22951C10.3794 4.38656 9.28268 3.83978 8.09458 3.65752L7.91179 4.88777C8.84856 5.02447 9.67109 5.43456 10.3337 6.09525C10.9734 6.73316 11.3847 7.50776 11.5218 8.39628L12.7556 8.19123ZM16 7.96341C15.6801 6.09524 14.7891 4.38656 13.441 3.0424C12.0244 1.62988 10.2194 0.71858 8.23167 0.44519L8.04888 1.67545C9.76249 1.92606 11.3162 2.67788 12.5499 3.90813C13.7152 5.07003 14.4692 6.52811 14.7662 8.14567L16 7.96341Z" fill="%23d6d6d6"/></svg>');
}

.icon-email,
.icon--left-email:before,
.icon--right-email:after {
  background-image: url("../img/icons/svg/icon--email.svg");
  margin-top: 0.25rem;
}

/* Social Icons */
.icon-facebook,
.icon--left-facebook:before,
.icon--right-facebook:after {
  background-image: url("../img/icons/svg/icon--facebook.svg");
}

.icon-circle-facebook,
.icon--left-circle-facebook:before,
.icon--right-circle-facebook:after {
  background-image: url("../img/icons/svg/icon--circle-facebook.svg");
}

.icon-instagram,
.icon--left-instagram:before,
.icon--right-instagram:after {
  background-image: url("../img/icons/svg/icon--instagram.svg");
}

.icon-circle-instagram,
.icon--left-circle-instagram:before,
.icon--right-circle-instagram:after {
  background-image: url("../img/icons/svg/icon--circle-instagram.svg");
}

.icon-twitter,
.icon--left-twitter:before,
.icon--right-twitter:after {
  background-image: url("../img/icons/svg/icon--twitter.svg");
}

.icon-circle-twitter,
.icon--left-circle-twitter:before,
.icon--right-circle-twitter:after {
  background-image: url("../img/icons/svg/icon--circle-twitter.svg");
}

.icon-youtube,
.icon--left-youtube:before,
.icon--right-youtube:after {
  background-image: url("../img/icons/svg/icon--youtube.svg");
}

.icon-circle-youtube,
.icon--left-circle-youtube:before,
.icon--right-circle-youtube:after {
  background-image: url("../img/icons/svg/icon--circle-youtube.svg");
}

.icon-signin,
.icon--left-signin:before,
.icon--right-signin:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><clipPath id="b"><rect width="18" height="18"/></clipPath></defs><g id="a" clip-path="url(%23b)"><path d="M4.805,5.048a1.677,1.677,0,1,1,2.336-.41,1.685,1.685,0,0,1-2.336.41Zm8.918,11.187H7.8a2.5,2.5,0,0,1-2.479-2.127L3.675,6.187H2l1.666,8.172a4.2,4.2,0,0,0,4.145,3.55h5.912Zm.193-3.349H9.829L8.967,9.452a6.479,6.479,0,0,0,4.312,1.022V8.69A5.1,5.1,0,0,1,9.352,7.644L7.979,6.58a1.894,1.894,0,0,0-.636-.318,1.85,1.85,0,0,0-.829-.05H6.5A1.9,1.9,0,0,0,4.956,8.4l1.13,4.957A2.519,2.519,0,0,0,8.556,15.4h5.736l3.2,2.512,1.256-1.256Z" transform="translate(-1.266 -0.994)" fill="%23909090"/></g></svg>');
}

.icon-register,
.icon--left-register:before,
.icon--right-register:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><clipPath id="b"><rect width="18" height="18"/></clipPath></defs><g id="a" clip-path="url(%23b)"><path d="M3,14.932v3.14H6.14L15.4,8.811l-3.14-3.14ZM17.829,6.382a.834.834,0,0,0,0-1.181L15.87,3.242a.834.834,0,0,0-1.181,0L13.157,4.775l3.14,3.14,1.532-1.532Z" transform="translate(-1.266 -1.146)" fill="%23909090"/></g></svg>');
}

.icon-auctions,
.icon--left-auctions:before,
.icon--right-auctions:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><clipPath id="b"><rect width="18" height="18"/></clipPath></defs><g id="a" clip-path="url(%23b)"><path d="M17.072,4H3.675A1.662,1.662,0,0,0,2.008,5.675L2,15.723A1.669,1.669,0,0,0,3.675,17.4h13.4a1.669,1.669,0,0,0,1.675-1.675V5.675A1.669,1.669,0,0,0,17.072,4ZM7.443,13.211h-1L4.3,10.28v2.931H3.256V8.187H4.3L6.4,11.117V8.187H7.443Zm4.187-3.969H9.536v.938h2.093v1.055H9.536v.929h2.093v1.047H8.28V8.187h3.349Zm5.861,3.132a.84.84,0,0,1-.837.837H13.3a.84.84,0,0,1-.837-.837V8.187h1.047v3.776h.946V9.016h1.047v2.939h.938V8.187h1.047Z" transform="translate(-1.266 -1.622)" fill="%23909090"/></g></svg>');
}

.icon-faqs,
.icon--left-faqs:before,
.icon--right-faqs:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18"><defs><clipPath id="b"><rect width="18" height="18"/></clipPath></defs><g id="a" clip-path="url(%23b)"><g transform="translate(0.734 0.859)"><path d="M9,14h5.024v1.256H9Z" transform="translate(-3.139 -3.952)" fill="%23909090"/><ellipse cx="1.5" cy="1" rx="1.5" ry="1" transform="translate(9.266 5.141)" fill="%23909090"/><ellipse cx="1.5" cy="1" rx="1.5" ry="1" transform="translate(4.266 5.141)" fill="%23909090"/><path d="M10.365,2a8.373,8.373,0,1,0,8.382,8.373A8.369,8.369,0,0,0,10.365,2Zm.008,15.072a6.7,6.7,0,1,1,6.7-6.7A6.7,6.7,0,0,1,10.373,17.072Z" transform="translate(-2 -2)" fill="%23909090"/></g></g></svg>');
}

.icon-sell,
.icon--left-sell:before,
.icon--right-sell:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><clipPath id="b"><rect width="18" height="18"/></clipPath></defs><g id="a" clip-path="url(%23b)"><path d="M16.33,4.846A1.251,1.251,0,0,0,15.141,4H5.931a1.259,1.259,0,0,0-1.189.846L3,9.861v6.7a.84.84,0,0,0,.837.837h.837a.84.84,0,0,0,.837-.837v-.837H15.56v.837a.84.84,0,0,0,.837.837h.837a.84.84,0,0,0,.837-.837v-6.7Zm-10.4,8.365a1.256,1.256,0,1,1,1.256-1.256A1.254,1.254,0,0,1,5.931,13.211Zm9.211,0A1.256,1.256,0,1,1,16.4,11.955,1.254,1.254,0,0,1,15.141,13.211ZM4.675,9.024,5.931,5.256h9.211L16.4,9.024Z" transform="translate(-1.266 -0.939)" fill="%23909090"/></g></svg>');
}

.icon-sold,
.icon--left-sold:before,
.icon--right-sold:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><clipPath id="b"><rect width="18" height="18"/></clipPath></defs><g id="a" clip-path="url(%23b)"><path d="M15.048,3H6.675A1.672,1.672,0,0,0,5.008,4.675L5,18.072l5.861-2.512,5.861,2.512V4.675A1.68,1.68,0,0,0,15.048,3Z" transform="translate(-2.266 -0.931)" fill="%23909090"/></g></svg>');
}

.icon-videos,
.icon--left-videos:before,
.icon--right-videos:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><clipPath id="b"><rect width="18" height="18"/></clipPath></defs><g id="a" clip-path="url(%23b)"><path d="M10.373,2a8.373,8.373,0,1,0,8.373,8.373A8.376,8.376,0,0,0,10.373,2ZM8.7,14.141V6.605l5.024,3.768Z" transform="translate(-1.266 -0.923)" fill="%23909090"/></g></svg>');
}

.icon-account,
.icon--left-account:before,
.icon--right-account:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><clipPath id="b"><rect width="18" height="18"/></clipPath></defs><g id="a" clip-path="url(%23b)"><path d="M3,18.072H18.072V16.4H3ZM3,7.187v6.7l3.349-3.349Zm6.7,7.536h8.373V13.048H9.7ZM3,3V4.675H18.072V3ZM9.7,8.024h8.373V6.349H9.7Zm0,3.349h8.373V9.7H9.7Z" transform="translate(-1.266 -1.241)" fill="%23909090"/></g></svg>');
}

.icon-eye,
.icon--left-eye:before,
.icon--right-eye:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect width="24" height="24" fill="none"/><path d="M11,15a11.731,11.731,0,0,1-6.726-2.1A11.837,11.837,0,0,1,0,7.5a11.818,11.818,0,0,1,22,0,11.836,11.836,0,0,1-4.273,5.4A11.731,11.731,0,0,1,11,15ZM11,2.5a5,5,0,1,0,5,5A5.005,5.005,0,0,0,11,2.5Zm0,8a3,3,0,1,1,3-3A3,3,0,0,1,11,10.5Z" transform="translate(1 4.5)" fill="%23000000"/></svg>');
}

.icon-eye-inverse,
.icon--left-eye-inverse:before,
.icon--right-eye-inverse:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect width="24" height="24" fill="none"/><path d="M11,15a11.731,11.731,0,0,1-6.726-2.1A11.837,11.837,0,0,1,0,7.5a11.818,11.818,0,0,1,22,0,11.836,11.836,0,0,1-4.273,5.4A11.731,11.731,0,0,1,11,15ZM11,2.5a5,5,0,1,0,5,5A5.005,5.005,0,0,0,11,2.5Zm0,8a3,3,0,1,1,3-3A3,3,0,0,1,11,10.5Z" transform="translate(1 4.5)" fill="%23ffffff"/></svg>');
}

.icon-eye-active,
.icon--left-eye-active:before,
.icon--right-eye-active:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect width="24" height="24" fill="none"/><path d="M11,15a11.731,11.731,0,0,1-6.726-2.1A11.837,11.837,0,0,1,0,7.5a11.818,11.818,0,0,1,22,0,11.836,11.836,0,0,1-4.273,5.4A11.731,11.731,0,0,1,11,15ZM11,2.5a5,5,0,1,0,5,5A5.005,5.005,0,0,0,11,2.5Zm0,8a3,3,0,1,1,3-3A3,3,0,0,1,11,10.5Z" transform="translate(1 4.5)" fill="%23DB001A"/></svg>');
}

.icon-information,
.icon--left-information:before,
.icon--right-information:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25.826 22.305"><path d="M1,24.3H26.826L13.913,2Zm14.087-3.522H12.739V18.435h2.348Zm0-4.7H12.739v-4.7h2.348Z" transform="translate(-1 -2)" fill="%23DB001A"/></svg>');
}

.icon-information-alt,
.icon--left-information-alt:before,
.icon--right-information-alt:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"><g id="Group_16244" data-name="Group 16244" transform="translate(-1271 -632)"><path id="Path_2970" data-name="Path 2970" d="M8.5,0A8.5,8.5,0,1,1,0,8.5,8.5,8.5,0,0,1,8.5,0Z" transform="translate(1271 632)" fill="%23e33f3c"/><path id="Path_2969" data-name="Path 2969" d="M3.767-.745l-.1.438a9.05,9.05,0,0,1-1,.352,2.587,2.587,0,0,1-.643.1A1.09,1.09,0,0,1,1.2-.14a.971.971,0,0,1-.273-.7A2.078,2.078,0,0,1,.95-1.169q.027-.171.089-.431L1.764-4.5q.055-.239.106-.513a2.588,2.588,0,0,0,.051-.465.739.739,0,0,0-.126-.509.752.752,0,0,0-.516-.126,2.236,2.236,0,0,0-.4.048q-.25.048-.379.082l.1-.437a6.72,6.72,0,0,1,.957-.355,2.7,2.7,0,0,1,.67-.116,1.079,1.079,0,0,1,.813.267,1,1,0,0,1,.253.718,2.772,2.772,0,0,1-.027.335,3.474,3.474,0,0,1-.082.424L2.454-2.249q-.068.267-.12.523a2.233,2.233,0,0,0-.051.42.665.665,0,0,0,.174.533.886.886,0,0,0,.564.144,2.882,2.882,0,0,0,.373-.034A1.9,1.9,0,0,0,3.767-.745Zm.485-8.736A1,1,0,0,1,4-8.8a.8.8,0,0,1-.629.291.788.788,0,0,1-.6-.277.911.911,0,0,1-.253-.632.948.948,0,0,1,.253-.656.784.784,0,0,1,.6-.28.831.831,0,0,1,.636.263A.868.868,0,0,1,4.252-9.481Z" transform="translate(1276.539 645)" fill="%23ffffff"/></g></svg>');
}

.icon-clock,
.icon--left-clock:before,
.icon--right-clock:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g transform="translate(10133 -5160)"><g transform="translate(-10133 5160)" fill="none" stroke="%23000000" stroke-width="2"><circle cx="16" cy="16" r="16" stroke="none"/><circle cx="16" cy="16" r="15" fill="none"/></g><path d="M3007.9,696.607l8.37,8.975,8.379-8.975" transform="translate(-13133.277 4470.449)" fill="none" stroke="%23000000" stroke-width="2"/></g></svg>');
}

.icon-clock-active,
.icon--left-clock-active:before,
.icon--right-clock-active:after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g transform="translate(10133 -5160)"><g transform="translate(-10133 5160)" fill="none" stroke="%23DB001A" stroke-width="2"><circle cx="16" cy="16" r="16" stroke="none"/><circle cx="16" cy="16" r="15" fill="none"/></g><path d="M3007.9,696.607l8.37,8.975,8.379-8.975" transform="translate(-13133.277 4470.449)" fill="none" stroke="%23DB001A" stroke-width="2"/></g></svg>');
}

/*

Images
======

    <img alt="" class="img-rounded" src="http://fillmurray.com/300/300" />
    <img alt="" class="img-circle" src="http://fillmurray.com/300/300" />
    <img alt="" class="img-polaroid" src="http://fillmurray.com/300/300" />

*/
img {
  max-width: 100%;
  height: auto !important;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.img-rounded {
  border-radius: 4px;
}

.img-circle {
  border-radius: 50%;
}

.img-polaroid {
  background-color: #FFFFFF;
  border: 1px solid #cdcdff;
  box-shadow: 0 1px 3px rgba(0, 0, 3, 0.2);
  padding: 12px;
}

img.fullwidth,
.post-thumbnail--fullwidth img {
  width: 100%;
  max-width: auto;
}

/*

Figure & Figcaption
===================

    <figure>
        <img alt="" src="img/tmp/rock-hammer-1.jpg">
        <figcaption>Figure caption</figcaption>
    </figure>

*/
/*

Grids
=====

*/
@media all and (max-width: 47.9375em) {
  .gr-none--until-medium {
    display: none;
    visibility: hidden;
  }
}

.gr-no-grid-gap {
  grid-gap: 0 !important;
}

.gr-small-grid-gap {
  grid-gap: 0.65rem !important;
}

.gr-align-self-start {
  align-self: start;
}

.gr-align-self-center {
  align-self: center;
}

@media all and (max-width: 35.4375em) {
  .gr-one-three--until-small {
    grid-column: 1 / 3;
  }
}

@media all and (max-width: 47.9375em) {
  .gr-one-three--until-medium {
    grid-column: 1 / 3;
  }
}

@media all and (min-width: 48em) and (max-width: 63.9375em) {
  .gr-one-thirteen--medium-large {
    grid-column: 1 / 13;
  }
}

@media all and (min-width: 48em) {
  .gr-one-thirteen--from-medium {
    grid-column: 1 / 13;
  }
}

@media all and (min-width: 35.5em) and (max-width: 47.9375em) {
  .gr-one-half--small-medium {
    grid-column-end: span 1;
    /* Use this extension class if you have 2 50% elements 
		that you want to appear in reverse order for tablets/desktops. */
  }
  .gr-one-half--small-medium.reversed {
    order: 2;
  }
  .gr-one-half--small-medium.reversed + .reversed {
    order: 1;
  }
}

@media all and (min-width: 48em) {
  .gr-one-half--from-medium {
    grid-column-end: span 6;
    /* Use this extension class if you have 2 50% elements 
		that you want to appear in reverse order for tablets/desktops. */
  }
  .gr-one-half--from-medium.reversed {
    order: 2;
  }
  .gr-one-half--from-medium.reversed + .reversed {
    order: 1;
  }
}

@media all and (min-width: 48em) and (max-width: 63.9375em) {
  .gr-one-half--medium-large {
    grid-column-end: span 6;
    /* Use this extension class if you have 2 50% elements 
		that you want to appear in reverse order for tablets/desktops. */
  }
  .gr-one-half--medium-large.reversed {
    order: 2;
  }
  .gr-one-half--medium-large.reversed + .reversed {
    order: 1;
  }
}

@media all and (min-width: 48em) {
  .gr-one-third--from-medium {
    grid-column-end: span 4;
  }
}

@media all and (min-width: 48em) {
  .gr-two-thirds--from-medium {
    grid-column-end: span 8;
  }
}

@media all and (min-width: 64em) {
  .gr-one-third--from-large {
    grid-column-end: span 4;
  }
}

@media all and (min-width: 64em) {
  .gr-two-thirds--from-large {
    grid-column-end: span 8;
  }
}

@media all and (min-width: 48em) and (max-width: 63.9375em) {
  .gr-one-eight--medium-large {
    grid-column: 1 / 8;
  }
}

@media all and (min-width: 48em) and (max-width: 63.9375em) {
  .gr-eight-thirteen--medium-large {
    grid-column: 8 / 13;
  }
}

@media all and (min-width: 48em) {
  .gr-three-ten--from-medium {
    grid-column: 3 / 11;
  }
}

@media all and (min-width: 64em) {
  .gr-three-ten--from-large {
    grid-column: 3 / 11;
  }
}

/*

Header
======

Styles for the header element

*/
/*

Main
====

Styles for the main element

*/
main {
  background-color: #000001;
}

/*

Aside
=====

Styles for the aside element

*/
/*

Footer
======

Styles for the footer element

*/
/*

Headings
========

    <h1>This is the primary headline</h1>
    <h2>This is the secondary headline</h2>
    <h3>This is the tertiary headline</h3>
    <h4>This is the average headline</h4>
    <h5>This is the small headline</h5>
    <h6>This is the micro headline</h6>

*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Georgia, Times, "Times New Roman", serif;
}

h1, .h1 {
  font-size: 2.1176rem;
  line-height: 1.2857;
}

@media all and (min-width: 48em) {
  h1, .h1 {
    font-size: 1.4736rem;
  }
}

.h1-alt {
  font-size: 1.4736rem;
  font-weight: normal;
}

h2, .h2 {
  font-size: 0.8823rem;
  line-height: 1.1333;
}

@media all and (min-width: 48em) {
  h2, .h2 {
    font-size: 1.1578rem;
  }
}

h5, .h5 {
  font-weight: normal;
}

.heading-special {
  font-size: 28px;
}

@media all and (min-width: 48em) {
  .heading-special {
    font-size: 57px;
  }
}

.h--reg {
  font-weight: normal;
}

.h--upper {
  text-transform: uppercase;
}

.h--italic {
  font-style: italic;
}

.h--spaced {
  letter-spacing: 3px;
}

@media all and (min-width: 48em) {
  .h--spaced {
    letter-spacing: 8px;
  }
}

.h--spaced-small {
  letter-spacing: 2px;
}

@media all and (min-width: 48em) {
  .h--spaced-small {
    letter-spacing: 4px;
  }
}

/*

Body Copy
========

    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac ligula non felis fermentum tincidunt. Suspendisse sapien odio, vestibulum euismod metus at, aliquet dapibus purus. Suspendisse lacinia sit amet ante eget gravida.</p>

    <p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ac ligula non felis fermentum tincidunt. Suspendisse sapien odio, vestibulum euismod metus at, aliquet dapibus purus. Suspendisse lacinia sit amet ante eget gravida.</p>

*/
/* --- used if wanting to style the first paragraph slightly differently --- */
.lead {
  font-size: 1.1176rem;
  line-height: 1.2631;
}

@media all and (min-width: 48em) {
  .lead {
    font-size: 1.1578rem;
    line-height: 1.2272;
  }
}

::-moz-selection {
  background: yellow;
}

::selection {
  background: yellow;
}

/*

Body Copy Classes
=================

    <p class="text-muted">faded out a little</p>
    <p class="text-primary">this really is something to look at</p>
    <p class="text-success">winner, winner. chicken dinner!</p>
    <p class="text-info">just a bit of info</p>
    <p class="text-warning">be careful now, take heed</p>
    <p class="text-danger">ooh, high voltage</p>

*/
.text-muted {
  color: #bbbbbb;
}

.text-subtle {
  color: #bbbbbb;
}

.text-primary {
  color: #e33e3c;
}

.text-success {
  color: #5CB85C;
}

.text-info {
  color: #5BC0DE;
}

.text-warning {
  color: #F0AD4E;
}

.text-danger {
  color: #D9534F;
}

.text-underlined {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.text-underlined:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  margin-top: 0.15em;
  background-color: #FFFFFF;
}

.text-underlined.h-center-text {
  margin-left: auto;
  margin-right: auto;
}

p.ah-form-error {
  text-align: center;
  color: #D9534F;
}

/*

Links
=====

	<a href="">this is a link</a>
	<a class="is-selected" href="">this link is selected</a>

*/
a {
  color: #d6d6d6;
}

a:visited {
  color: #bdbdbd;
}

a:hover {
  color: #fcfcfc;
}

a:focus {
  color: #000001;
}

a:active {
  color: #fcfcfc;
}

.widget li a, .g-footer-nav__list a, .g-social-nav__list a,
.unstyled-link {
  color: inherit;
  text-decoration: none;
}

.widget li a:visited, .g-footer-nav__list a:visited, .g-social-nav__list a:visited,
.unstyled-link:visited {
  color: inherit;
}

.widget li a:hover, .g-footer-nav__list a:hover, .g-social-nav__list a:hover,
.unstyled-link:hover {
  color: #fcfcfc;
}

.widget li a:focus, .g-footer-nav__list a:focus, .g-social-nav__list a:focus,
.unstyled-link:focus {
  color: #000001;
}

.widget li a:active, .g-footer-nav__list a:active, .g-social-nav__list a:active,
.unstyled-link:active {
  color: #fcfcfc;
}

.unstyled-child-link a {
  color: inherit;
  text-decoration: none;
}

.unstyled-child-link a:visited {
  color: inherit;
}

.unstyled-child-link a:hover {
  color: #fcfcfc;
}

.unstyled-child-link a:focus {
  color: #000001;
}

.unstyled-child-link a:active {
  color: #fcfcfc;
}

.hover--underline {
  text-decoration: none;
}

.hover--underline:hover, .hover--underline:focus {
  text-decoration: underline;
}

a:not(.btn):focus {
  outline: 3px solid transparent;
  background-color: #4baefe;
  box-shadow: 0 -2px #4baefe, 0 4px #97d0ff;
  text-decoration: none;
  color: #000001;
}

a.link-inactive {
  color: #909090;
  text-decoration: none;
  cursor: default;
  outline: none;
}

a.link-inactive:hover, a.link-inactive:focus, a.link-inactive:active {
  color: #909090;
  text-decoration: none;
}

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

.expander-header__link {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.expander-header__link:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  margin-top: 0.15em;
  background-color: #FFFFFF;
}

.expander-header__link:visited {
  color: #FFFFFF;
}

.expander-header__link:hover {
  color: #fcfcfc;
}

.expander-header__arrow:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*

Blockquotes
===========

    <blockquote>
        <p>You can put a cat in an oven, but that don't make it a biscuit.</p>
    </blockquote>

*/
blockquote:not(.testimonial__content),
.testimonial {
  background-color: #dddddd;
  border-left: 4px solid;
  border-color: #1897fe;
  color: inherit;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
}

blockquote:not(.testimonial__content) > * + *,
.testimonial > * + * {
  margin-top: 1rem;
}

@media all and (min-width: 64em) {
  blockquote:not(.testimonial__content) > * + *,
  .testimonial > * + * {
    margin-top: 1.1875rem;
  }
}

.testimonial__content {
  font-style: italic;
  margin-bottom: 0;
  position: relative;
}

.testimonial__content > p:first-child {
  text-indent: 25px;
}

.testimonial__content:before {
  position: absolute;
  top: 2.5rem;
  left: -2.5rem;
  content: '“';
  font-size: 8rem;
  line-height: 0.1rem;
}

.testimonial__caption > .testimonial__item + .testimonial__item:before {
  content: " - ";
  display: inline-block;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/*

Miscellaneous Typography
=======================

	<p><strong>rendered as bold text</strong></p>

	<p><em>rendered as italic text</em></p>

	<p><del>rendered as deleted text</del></p>

	<p><dfn>defines a definition term</dfn></p>

	<p><abbr title="extended abbr text should show when mouse over">&lt;abbr&gt; abbr - extended text when mouseover.</abbr></p>
	<p><acronym title="extended acronym text should show when mouse over">&lt;acronym&gt; acronym - extended text when mouseover.</acronym></p>

	<address>This would be rendered the address</address>

	<small>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</small>


*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: help;
}


.small,
small {
  font-size: 16px;
}


.xsmall {
  font-size: 14px;
}

kbd {
  color: #666666;
  font-family: inherit;
  font-size: 87.5%;
  line-height: 90%;
  background-color: #f9f9f9;
  margin: 0 0.25rem;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 0.3334em 0.5em;
  box-shadow: inset 0 1px 0 white;
}

mark {
  background-color: #f0debc;
  line-height: 90%;
  padding: 0 0.125em;
}

/*

Code
====

	<pre>This is a pre tag rendered</pre>

	<code>This is a code tag rendered</code>

	<pre><code>This is a code tag in a pre tag rendered</code></pre>

*/
pre {
  margin-left: 1.5rem;
  white-space: pre-line;
}

code {
  color: #cd99d0;
}

samp {
  margin: 0 0.25rem;
  padding: 0.25em;
  background-color: #bbbbbb;
}

/*

Unordered Lists
===============

	<ul>
		<li>An unordered list item</li>
		<li>An unordered list item</li>
		<li>An unordered list item</li>
		<li>An unordered list item</li>
		<ul>
			<li>An unordered list item</li>
			<li>An unordered list item</li>
			<li>An unordered list item</li>
			<li>An unordered list item</li>
		</ul>
	</ul>

*/
ul {
  list-style-position: inside;
  padding-left: 0;
}

.content ul:not(.h-plain-list) {
  text-indent: -1.4em;
  padding-left: 1.4em;
}

/*

## Ordered Lists
```
<ol>
	<li>An unordered list item</li>
	<li>An unordered list item</li>
	<li>An unordered list item</li>
	<li>An unordered list item</li>
	<ol>
		<li>An unordered list item</li>
		<li>An unordered list item</li>
		<li>An unordered list item</li>
		<li>An unordered list item</li>
	</ol>
</ol>
```
*/
ol {
  list-style-position: inside;
  padding-left: 0;
}

.content ol {
  counter-reset: foo;
  display: table;
}

.content ol > li {
  list-style: none;
  counter-increment: foo;
  display: table-row;
}

.content ol > li:before {
  content: counter(foo) ".";
  display: table-cell;
  text-align: left;
  padding-right: 0.5em;
}

/*

## Description Lists

```
<dl>
    <dt>Term</dt>
    <dd>Description</dd>
    <dt>Term</dt>
    <dd>Description</dd>
</dl>
...

*/
dl {
  list-style-position: inside;
  padding-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/*
  Special Lists 
*/
/*=============================*/
/* Inline Lists */
/*=============================*/
.inline-list--simple {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1.5rem;
}

.inline-list__item,
.inline-list--simple .menu-item {
  margin-left: 0;
  flex-basis: 0;
}

@media all and (-ms-high-contrast: none) {
  .inline-list__item,
  .inline-list--simple .menu-item {
    /* IE10 */
    flex-basis: auto;
  }
  *::-ms-backdrop,
  .inline-list__item,
  .inline-list--simple .menu-item {
    /* IE11 */
    flex-basis: auto;
  }
}

.inline-list--simple .inline-list__item,
.inline-list--simple .menu-item {
  border-left: 1.5rem solid transparent;
}

.inline-list__item-child {
  height: 100%;
}

@media all and (min-width: 35.5em) and (max-width: 47.9375em) {
  .inline-list--max-two-small-medium {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1.5rem;
  }
}

@media all and (min-width: 35.5em) and (max-width: 47.9375em) {
  .inline-list--max-two-small-medium .inline-list__item {
    margin-left: 0;
    flex-basis: 0;
    width: 49.9%;
    min-width: 49.9%;
    max-width: 49.9%;
    flex-basis: 49.9%;
    border-left: 1.5rem solid transparent;
  }
}

@media all and (min-width: 35.5em) and (max-width: 47.9375em) {
  .inline-list--max-two-small-medium .inline-list__item:nth-child(n+3) {
    margin-top: 2.375rem;
  }
}

@media all and (min-width: 48em) {
  .inline-list--max-three-medium-up {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1.5rem;
  }
}

@media all and (max-width: 47.9375em) {
  .inline-list--max-three-medium-up .inline-list__item {
    margin-right: auto;
    margin-left: auto;
  }
}

@media all and (min-width: 48em) {
  .inline-list--max-three-medium-up .inline-list__item {
    margin-left: 0;
    flex-basis: 0;
    width: 33%;
    min-width: 33%;
    max-width: 33%;
    flex-basis: 33%;
    border-left: 1.5rem solid transparent;
  }
}

@media all and (min-width: 48em) {
  .inline-list--max-three-medium-up .inline-list__item:nth-child(n+4) {
    margin-top: 3.5625rem;
  }
}

/*

Main Navigation
===============

	<nav class="main-nav" role="navigation">
		<ul class="main-nav-list">
			<li class="main-nav-item"><a class="main-nav-link" href="">A main link</a></li>
			<li class="main-nav-item"><a class="main-nav-link" href="">A main link</a></li>
			<li class="main-nav-item"><a class="main-nav-link" href="">A main link</a></li>
			<li class="main-nav-item"><a class="main-nav-link" href="">A main link</a></li>
		</ul>
	</nav>

*/
.main-nav {
  display: inline-block;
  position: relative;
}

.main-nav__list {
  display: flex;
  flex-direction: column;
  background-color: #464646;
  list-style: none;
  list-style-image: none;
  margin: 0;
  position: absolute;
  z-index: 100;
  left: 0;
  min-width: 288px;
  top: calc(100% + 0.85rem);
}

@media all and (min-width: 48em) {
  .main-nav__list {
    top: calc(100% + 1.45rem);
  }
}

.js .main-nav__list {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.main-nav__list.active {
  max-height: 50em;
}

.main-nav__list .menu-item {
  position: relative;
  vertical-align: top;
  order: 1;
}

.main-nav__list .menu-item.log-in-out-link {
  order: 0;
  margin-top: 1rem;
}

ul:not(#menu-main-menu) .log-in-out-link {
  display: none;
  visibility: hidden;
}

.main-nav__list .menu-item.social-link {
  width: 48px;
  display: inline-block;
  vertical-align: middle;
}

.main-nav__list .menu-item.social-link + .social-link {
  margin-left: 1rem;
}

.main-nav__list .socials-list {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.25rem;
  padding-top: 0.75rem;
  background-color: #464646;
  border-top: 4px solid #000001;
}

.main-nav__list .socials-list .social-link a {
  padding: 0.75rem;
  background-repeat: no-repeat;
}

.main-nav__list .menu-item a {
  color: #FFFFFF;
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.main-nav__list .menu-item a:hover, .main-nav__list .menu-item a:focus, .main-nav__list .menu-item a:active {
  color: #FFFFFF;
  background-color: #016fc9;
  box-shadow: none;
}

.main-nav__list .menu-item a.icon--small[class*="icon--left-"] {
  padding-left: 90px !important;
}

.main-nav__list .menu-item a.icon--small[class*="icon--left-"]:before {
  left: 50px !important;
}

.main-nav__list .menu-item.social-link a {
  padding: 1rem;
}

.main-nav__list .menu-item.social-link a:hover, .main-nav__list .menu-item.social-link a:focus, .main-nav__list .menu-item.social-link a:active {
  background-color: transparent;
}

/* Sub Menus ---------------- */
.sub-menu {
  display: none;
  background-color: #016fc9;
  list-style: none;
  list-style-image: none;
  min-width: 200px;
  z-index: 300;
}

@media all and (min-width: 48em) {
  .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.sub-menu .menu-item {
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  white-space: pre-wrap;
  width: 100%;
}

@media all and (min-width: 48em) {
  .main-nav__list .menu-item.menu-item-has-children > a {
    display: flex;
    flex-direction: row;
    wrap: nowrap;
  }
}

.main-nav__list .menu-item > .sub-menu a {
  background-color: #0161af;
  padding-left: 0.5rem;
}

@media all and (min-width: 48em) {
  .main-nav__list .menu-item > .sub-menu a {
    border-top: 1px solid;
  }
}

.accordion-toggle {
  padding: 0 .5em;
}

@media all and (max-width: 47.9375em) {
  .accordion-toggle {
    position: absolute;
    top: 0;
    z-index: 100;
    font-size: 1.8em;
    line-height: 2;
    right: 0;
    border-left: 1px solid #E7E7E7;
    transition: all 0.25s ease;
  }
}

/* Main nav mobile button ---------------- */
.navigation-menu {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  transition: all 0.25s ease;
}

.menu-button {
  background-color: transparent;
  border: 0;
}

.menu-button:hover, .menu-button:focus, .menu-button:active {
  background-color: transparent;
  border: 0;
}

.menu-button:focus {
  outline-offset: 4px;
}

.menu-button .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menu-button .burger-icon,
.menu-button .burger-icon:after,
.menu-button .burger-icon:before {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #FFFFFF;
  transition-property: background-color,transform;
  transition-duration: .3s;
}

.menu-button .burger-icon:after,
.menu-button .burger-icon:before {
  position: absolute;
  content: "";
}

.menu-button .burger-icon:before {
  top: -7px;
}

.menu-button .burger-icon:after {
  top: 7px;
}

.isOpen.menu-button .burger-icon {
  background-color: transparent;
}

.isOpen.menu-button .burger-icon:before {
  transform: translateY(7px) rotate(45deg);
}

.isOpen.menu-button .burger-icon:after {
  transform: translateY(-7px) rotate(-45deg);
}

/* My Account Nav ---------------- */
@media all and (max-width: 35.4375em) {
  .my-account-nav {
    font-size: 12px;
  }
}

.my-account-nav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.my-account-nav__list .menu-item a {
  color: #464646;
  border-bottom: 2px solid #464646;
  padding: 0.5rem 0.10rem;
  text-decoration: none;
}

@media all and (min-width: 35.5em) {
  .my-account-nav__list .menu-item a {
    padding: 0.75rem 0.5rem;
  }
}

.my-account-nav__list .menu-item a:visited {
  color: #464646;
}

.my-account-nav__list .menu-item a:hover, .my-account-nav__list .menu-item a:focus, .my-account-nav__list .menu-item a:active {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.my-account-nav__list .menu-item.current-menu-item a {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

/* Auctions Nav ---------------- */
.auctions-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media all and (min-width: 48em) {
  .auctions-nav__list {
    flex-direction: row;
  }
}

@media all and (max-width: 47.9375em) {
  .auctions-nav__list .menu-item + .menu-item {
    margin-top: 0.75rem;
  }
}

.auctions-nav__list .menu-item {
  text-align: center;
  width: 100%;
}

@media all and (min-width: 48em) {
  .auctions-nav__list .menu-item {
    width: 24%;
  }
}

.auctions-nav__list .menu-item a {
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 0.65rem 0.15rem;
  letter-spacing: 3px;
  background-color: #464646;
  transition: 250ms all ease-in-out;
}

.auctions-nav__list .menu-item a:hover, .auctions-nav__list .menu-item a:focus, .auctions-nav__list .menu-item a:active {
  color: #000001;
  background-color: #FFFFFF;
}

@media all and (min-width: 64em) {
  .auctions-nav__list .menu-item a {
    letter-spacing: 5px;
  }
}

.auctions-nav__list .menu-item.current-menu-item a {
  color: #000001;
  background-color: #FFFFFF;
}

/*

Pagination Navigation
=====================

<nav class="pagination">
	<ul class="page-numbers">
		<li><a class="prev page-numbers" href="#0">←</a></li>
		<li><a class="page-numbers" href="#0">1</a></li>
		<li><span class="page-numbers current">2</span></li>
		<li><a class="page-numbers" href="#0">3</a></li>
		<li><a class="next page-numbers" href="#0">→</a></li>
	</ul>
</nav>

*/
.content-wrapper .pagination {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 47.9375em) {
  .content-wrapper .pagination {
    grid-column: 1 / 3;
  }
}

@media all and (min-width: 48em) {
  .content-wrapper .pagination {
    grid-column: 1 / 13;
  }
}

.pagination > ul {
  clear: both;
  overflow: hidden;
  width: 100%;
}

.pagination li {
  display: block;
  float: left;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0.25rem;
  margin-top: 0.5rem;
}

.pagination li:hover a, .pagination li:focus a, .pagination li:active a {
  background-color: #fcfcfc;
  color: #FFFFFF;
}

.pagination a {
  text-decoration: none;
}

.pagination a, .pagination span {
  border: 1px solid #bbbbbb;
  display: block;
  font-weight: 700;
  line-height: 1.25;
  min-width: 2rem;
  padding: 0.25rem;
  text-align: center;
}

@media all and (min-width: 35.5em) {
  .pagination a, .pagination span {
    padding: 0.5rem;
  }
}

.pagination .page-numbers.current {
  background-color: #828282;
  border: 1px solid #828282;
  color: #FFFFFF;
}

/*

Breadcrumb Navigation
=====================

<ol class="breadcrumb">
	<li><a href="#">Home</a></li>
	<li><a href="#">Categories</a></li>
	<li class="active">Animals</li>
</ol>

*/
/*

Alerts
=====================

<div class="alert alert--success">
	<p><strong>Well done!</strong> You successfully read this important alert message.</p>
</div>

<div class="alert alert--info">
	<p><strong>Heads up!</strong> This alert needs your attention, but it's not super important.</p>
</div>

<div class="alert alert--warning">
	<p><strong>Warning!</strong> Best check yo self, you're not looking too good.</p>
</div>

<div class="alert alert--danger">
	<p><strong>Oh snap!</strong> Change a few things up and try submitting again.</p>
</div>

*/
.alert {
  margin-bottom: "24px";
  margin-bottom: "1.5rem";
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 16px;
}

.alert--success {
  background-color: #5CB85C;
}

.alert--success > p {
  color: #1e441e;
}

.alert--info {
  background-color: #5BC0DE;
}

.alert--info > p {
  color: #175b70;
}

.alert--warning {
  background-color: #F0AD4E;
}

.alert--warning > p {
  color: #81500b;
}

.alert--danger {
  background-color: #D9534F;
}

.alert--danger > p {
  color: #611715;
}

.processing:hover, .processing:focus, .processing:active {
  cursor: wait;
}

/*

Tiles
=====

<div class="tile">
	<p>This is a tile</p>
</div>

*/
.tile {
  color: #FFFFFF;
  background-color: #000001;
  display: block;
  min-height: 1rem;
  min-width: 4rem;
  position: relative;
}

/* Clickable Tile 

<a class="tile tile--clickable" tabindex="0">
	<p>This is a clickable tile</p>
</a>

*/
.tile--clickable {
  cursor: pointer;
  transition: 250ms cubic-bezier(0.5, 0, 0.1, 1);
}

/* Raised Tile 

<div class="tile tile--raised">
	<p>This is a raised tile</p>
</div>

*/
.tile--raised {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.tile--rounded {
  border-radius: 4px;
  overflow: hidden;
}

.tile--bordered {
  border: 1px solid;
}

.tile--bordered--subtle {
  border-color: #bbbbbb;
}

.tile--reversed {
  color: #000001;
  background-color: #FFFFFF;
}

.tile--subtle {
  background-color: #bbbbbb;
}

.tile--slightly-subtle {
  background-color: #5C6C72;
}

.tile--subtle {
  background-color: #bbbbbb;
}

.tile--loud {
  background-color: #fcb140;
}

.tile--info {
  background-color: #2e83b5;
}

/* Inner Tile 

<div class="tile">
	<div class="tile__inner tile__inner--padded">
		<p>This is a tile with inner padding</p>
	</div>
</div>

*/
.tile__inner {
  position: relative;
}

.tile__inner--padded {
  padding: 1rem;
}

.tile__inner--padded-small {
  padding: 0.5rem;
}

.tile__inner--padded-large {
  padding: 1.5rem;
}

/*

Blocks
======

<div class="block">
	<p>This is a block</p>
</div>

*/
.block {
  background-color: #000001;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media all and (min-width: 64em) {
  .block {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

.block--shallow {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

@media all and (min-width: 64em) {
  .block--shallow {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}

.block--flat {
  padding-bottom: 0;
  padding-top: 0;
}

.block--flat-top {
  padding-top: 0;
}

@media all and (min-width: 48em) {
  .block--flat-top-from-medium {
    padding-top: 0;
  }
}

.block--flat-bottom {
  padding-bottom: 0;
}

.block + .block {
  border-top: 1px solid;
}

.block--success {
  background-color: #5CB85C;
}

.block--info {
  background-color: #5BC0DE;
}

.block--warning {
  background-color: #F0AD4E;
}

.block--danger {
  background-color: #D9534F;
}

.block--cta {
  color: #FFFFFF;
  background-color: #1897fe;
}

.popup {
  display: none;
  position: fixed;
  padding: 1.5rem;
  background: #FFFFFF;
  color: #000001;
  z-index: 20;
  width: 90%;
  max-width: 850px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.75);
  text-transform: none;
  letter-spacing: normal;
}

.popup.popup-closed {
  display: none;
}

.popup.popup-open {
  display: block;
}

.popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 150vw;
  height: 150vh;
  margin-top: -50vh;
  margin-left: -50vw;
}

.popup a:not(.btn) {
  color: #000001;
}

.popup a:not(.btn):hover, .popup a:not(.btn):focus, .popup a:not(.btn):active {
  color: #d00000;
}

.popup-opener {
  vertical-align: text-top;
  line-height: 1;
}

.popup-closer {
  position: absolute;
  top: 0;
  right: 5px;
  color: #FFFFFF;
  background-color: #e33e3c;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px;
  margin-top: 0;
}

.popup-closer:visited {
  color: #FFFFFF;
  font-style: italic;
}

/*

Tables
======

Styles for the tables

	<table>
		<thead>
			<tr>
				<th></th>
			</tr>
			<tr>
				<th></th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<th></th>
			</tr>
			<tr>
				<td></td>
			</tr>
		</tbody>
	</table>

*/
table {
  caption-side: bottom;
  border-spacing: 0;
}

td,
th {
  border-top: 1px solid;
  overflow-wrap: break-word;
  padding-right: 1rem;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

th {
  border-top: .0625rem solid;
  font-weight: bold;
  padding-bottom: 1rem;
}

td {
  border-color: rgba(102, 96, 102, 0.5);
  padding-bottom: 0.5rem;
}

caption {
  caption-side: bottom;
  color: #464646;
  font-size: 0.75em;
  line-height: 1.3334;
  text-align: left;
  margin: 1rem 0;
}

.rwd-table {
  min-width: 300px;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media all and (max-width: 47.9375em) {
  .rwd-table th {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .rwd-table th.focusable:active, .rwd-table th.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  padding-top: 0.5rem;
}

.rwd-table td:last-child {
  padding-bottom: 0.5rem;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 8rem;
  display: inline-block;
}

@media all and (min-width: 48em) {
  .rwd-table td:before {
    display: none;
  }
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

@media all and (min-width: 48em) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.5rem 1rem;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}

/*

Media Objects
=============

<div class="media">
	<a class="" href="">
		<img class="media-object" src="" alt="">
	</a>
	<div class="media-body">
		<h4 class="media-heading"></h4>
		<p></p>
	</div>
</div>

*/
/*------------------------------------*\
	$BEAUTONS.CSS
\*------------------------------------*/
/**
 * beautons is a beautifully simple button toolkit.
 *
 * LICENSE
 * 
 * Copyright 2013 Harry Roberts
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 */
/*!*
 * 
 * @csswizardry -- csswizardry.com/beautons
 * 
 */
/*------------------------------------*\
	$BASE
\*------------------------------------*/
/**
* Base button styles.
*
*  1. Allow us to better style box model properties.
*  2. Line different sized buttons up a little nicer.
*  3. Stop buttons wrapping and looking broken.
*  4. Make buttons inherit font styles.
*  5. Force all elements using beautons to appear clickable.
*  6. Normalise box model styles.
*  7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
*     there is 1em of space above and below that text. We therefore apply 1em
*     of space to the left and right, as padding, to keep consistent spacing.
*  8. Basic cosmetics for default buttons. Change or override at will.
*  9. Fixes odd inner spacing in IE7.
* 10. Don’t allow buttons to have underlines; it kinda ruins the illusion.
* 11. Prevents from inheriting default anchor styles.
*/
.custom-login-form-container #loginform .button.button-primary, .wp-block-button__link,
.btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  font-family: inherit;
  /* [4] */
  font-size: 100%;
  /* [4] */
  cursor: pointer;
  /* [5] */
  border: none;
  /* [6] */
  margin: 0;
  /* [6] */
  padding-top: 0;
  /* [6] */
  padding-bottom: 0;
  /* [6] */
  line-height: 2;
  /* [7] */
  height: 2em;
  /* [7] */
  padding-right: 1.5em;
  /* [7] */
  padding-left: 1.5em;
  /* [7] */
  background-color: #464646;
  /* [8] */
  border-radius: 4px;
  /* [8] */
  overflow: visible;
  /* [9] */
  text-decoration: none;
  /* [10] */
  color: #FFFFFF;
  transition: 200ms all ease-in-out;
  letter-spacing: 2px;
}

@media all and (min-width: 48em) {
  .custom-login-form-container #loginform .button.button-primary, .wp-block-button__link,
  .btn {
    letter-spacing: 4px;
  }
}

.custom-login-form-container #loginform .button.button-primary:hover, .wp-block-button__link:hover, .custom-login-form-container #loginform .button.button-primary:active, .wp-block-button__link:active, .custom-login-form-container #loginform .button.button-primary:focus, .wp-block-button__link:focus, .custom-login-form-container #loginform .button.button-primary:visited, .wp-block-button__link:visited,
.btn:hover,
.btn:active,
.btn:focus,
.btn:visited {
  text-decoration: none;
  /* [10] */
  color: #FFFFFF;
  /* [11] */
}

.custom-login-form-container #loginform .button.button-primary:hover, .wp-block-button__link:hover, .custom-login-form-container #loginform .button.button-primary:focus, .wp-block-button__link:focus, .custom-login-form-container #loginform .button.button-primary:active, .wp-block-button__link:active,
.btn:hover,
.btn:focus,
.btn:active {
  background-color: #2d2d2d;
}

.custom-login-form-container #loginform .button.button-primary:hover, .wp-block-button__link:hover,
.btn:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.custom-login-form-container #loginform .button.button-primary:active, .wp-block-button__link:active,
.btn:active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}

.custom-login-form-container #loginform .button.button-primary:focus, .wp-block-button__link:focus,
.btn:focus {
  outline: 2px solid #4baefe;
  outline-offset: 0;
}

.custom-login-form-container #loginform .button.button-primary::-moz-focus-inner, .wp-block-button__link::-moz-focus-inner,
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*------------------------------------*\
	$SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */

.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 1.5;
  height: 1.5em;
}

.custom-login-form-container #loginform .button.button-primary,
.btn--large {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 3;
  height: 3em;
}


.btn--huge {
  padding-right: 3em;
  padding-left: 3em;
  line-height: 4;
  height: 4em;
}

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */

.btn--full {
  width: 100%;
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: center;
}

@media all and (max-width: 35.4375em) {
  .custom-login-form-container #loginform .button.button-primary,
  .btn--full-until-small {
    width: 100%;
    padding-right: 0.5em;
    padding-left: 0.5em;
    text-align: center;
  }
}

@media all and (min-width: 35.5em) {
  
  .btn--half-right-from-small {
    width: 50%;
    margin-right: 0;
    margin-left: 50%;
  }
}

/*------------------------------------*\
	$FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */

.btn--alpha {
  font-size: 2rem;
}


.btn--beta {
  font-size: 1.5rem;
}


.btn--gamma {
  font-size: 1rem;
}

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  height: auto;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/*------------------------------------*\
	$FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */

.btn--secondary {
  color: #FFFFFF;
  background-color: #e33e3c;
}


.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:active {
  color: #FFFFFF;
  background-color: #ce201e;
}


.btn--secondary:focus {
  outline-color: #FFFFFF;
}


.btn--secondary:visited {
  color: #f2f2f2;
}


.btn--tertiary {
  color: #000001;
  background-color: #FFFFFF;
  border-color: #daf1fd;
}


.btn--tertiary:hover,
.btn--tertiary:focus,
.btn--tertiary:active {
  color: #000001;
  background-color: #daf1fd;
}


.btn--tertiary:visited {
  color: black;
}

/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
.btn--positive {
  background-color: #4A993E;
  color: #fff;
}

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative {
  background-color: #691814;
  color: #fff;
}

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:visited,
.btn--inactive:focus {
  background-color: #383838;
  color: #000001;
  cursor: default;
  /* [1] */
  box-shadow: none;
  outline: none;
}

/**
 * Fake button.
 */
.btn--fake,
.btn--fake:hover,
.btn--fake:active,
.btn--fake:visited,
.btn--fake:focus {
  background-color: transparent;
  color: #FFFFFF;
  cursor: default;
  /* [1] */
  box-shadow: none;
  outline: none;
  border: 2px solid #FFFFFF;
}

.btn--fake-bright,
.btn--fake-bright:hover,
.btn--fake-bright:active,
.btn--fake-bright:visited,
.btn--fake-bright:focus {
  background-color: transparent;
  color: #e33e3c;
  cursor: default;
  /* [1] */
  box-shadow: none;
  outline: none;
  border: 2px solid #e33e3c;
}

/*------------------------------------*\
	$STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
.btn--soft {
  border-radius: 200px;
  /* [1] */
}

.btn--hard {
  border-radius: 0;
}

.btn--upper {
  text-transform: uppercase;
}

/*------------------------------------*\
	$TOGGLE BUTTONS
\*------------------------------------*/
/**
 * Buttons with toggles states.
 *
 * 1. Use when you need to change the contents (text of a button)
 * EXAMPLE
 *<a href="#0" class="btn btn-toggle btn--full btn--tertiary">
  	<span class="btn-toggle__off">Watch</span>
  	<span class="btn-toggle__on">Watching</span>
 *</a>
 */
a.watch-toggle-switcher:focus {
  background-color: #ffffff36;
  box-shadow: none;
  border: 4px solid #ffffff00;
}

/*

Forms
=====

<form action="/">
	<fieldset>
		<label for="name">Name</label>
		<input type="text" id="name" class="form-text" />
		<p class="form-help">This is help text under the form field.</p>
		<label for="email">Email</label>
		<input type="email" id="email" class="form-text" />
	</fieldset>
	<fieldset>
		<label for="gender">Gender</label>
		<select id="gender">
			<option>Male</option>
			<option>Female</option>
			<option>Cylon</option>
		</select>
	</fieldset>
	<fieldset class="radio">
		<label for="notifications">Notifications</label>
		<ul>
			<li><label><input type="radio" name="notifications" /> Send me email</label></li>
			<li><label><input type="radio" name="notifications" /> Don't send me email</label></li>
			<li><label><input type="radio" name="notifications" /> Send me flowers</label></li>
		</ul>
	</fieldset>
	<fieldset>
		<label for="url">URL</label>
		<input type="url" id="url" class="form-text" placeholder="http://yourdomain.com" />
	</fieldset>
	<fieldset>
		<label for="bio">Bio</label>
		<textarea id="bio"></textarea>
	</fieldset>
	<fieldset class="check">
		<label><input type="checkbox" /> I accept the terms of service and lorem ipsum.</label>
	</fieldset>
	<fieldset class="form-actions">
		<button type="submit">Submit</button>
	</fieldset>
</form>

*/
fieldset {
  border: none;
  padding: 0;
}

label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 0.7058rem;
  line-height: 1.1666;
  margin-bottom: 0.5em;
  display: block;
}

@media all and (min-width: 48em) {
  label {
    font-size: 0.8421rem;
    line-height: 1.1875;
  }
}

label > i {
  font-style: italic;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea,
#card-element {
  display: block;
  background-color: #bbbbbb;
}

input[type="color"][disabled], input[type="color"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="text"][disabled],
input[type="text"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
#card-element[disabled],
#card-element.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

input[type="button"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="text"],
input[type="tel"],
input[type="url"],
select,
textarea,
#card-element {
  border-radius: 4px;
}

input[type="date"],
input[type="email"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea,
#card-element {
  padding: 0.5rem;
}

input[type="email"],
input[type="date"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
#card-element {
  width: 100%;
  border: 1px solid #bbbbbb;
}

input[type="submit"],
form button {
  text-transform: uppercase;
}

#card-element {
  overflow: hidden;
}

textarea {
  clear: both;
  width: 100%;
  min-height: 12ch;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 2px solid #4baefe;
  outline-offset: 0;
  background-color: #FFFFFF;
}

.auction__details-bid input[type="text"] {
  background-color: #eeeeee;
}

.auction__details-bid input[type="text"]:focus {
  background-color: #FFFFFF;
}

.field {
  width: 100%;
}

.field--flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.field--flex > * {
  flex: 0 1 auto;
}

.field--flex > * + * {
  margin-left: 1rem;
}

.field--flex .field__legend-wrapper {
  flex: 0 1 300px;
}

.field--full-height {
  height: 100%;
}

.field--full-height .child--full-height {
  height: calc(100% - 25px);
}

.field__hint {
  font-size: 12px;
  margin-top: 7px;
  display: inline-block;
}

.field__hint.float-right {
  float: right;
}

.field__radio-button--short {
  max-width: 10ch;
}

.field__radio-button label {
  background-color: #e2e8f0;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
  padding: 13px 18px;
  border: 2px solid #e2e8f0;
  color: #2d3748;
}

.field__radio-button label:hover {
  border-color: #0075ff;
}

.field__radio-button input {
  margin-right: 10px;
  transform: scale(1.5);
}

/* Field Input Groups - Use to group a set of fields into two columns.

<div class="fields-two-col-from-medium">
	<div class="column owl-spacing">									
		<div class="field">
			...
		</div>
	</div>
	<div class="column owl-spacing">
		<div class="field">
			...
		</div>
	</div>
</div>
*/
.fields-two-col-from-medium {
  width: 100%;
  display: grid;
  grid-gap: 1.5rem;
}

@media all and (min-width: 48em) {
  .fields-two-col-from-medium {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (min-width: 48em) {
  .fields-two-col-from-medium > .column {
    grid-column-end: span 1;
    min-width: 100%;
  }
}

.fields-two-col-from-medium > .column select {
  max-width: 100%;
}

/* Inline Input Groups - Use to create an input field with an inline button touching next to it.

<form class="input-group">
	<label class="h-visually-hidden">Search for:</label>
	<input type="" class="sinput-group__content">
	<span class="input-group__button-container">
		<button type="submit" class="btn btn--primary">
			<span class="icon icon-search">
				<span class="h-visually-hidden">Search</span>
			</span>
		</button>
	</span>
</form>
*/
.input-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.input-group__content {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group__button-container .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}

.form-group--primary,
.form-group--secondary {
  padding: 0.5rem;
}

@media all and (min-width: 48em) {
  .form-group--primary,
  .form-group--secondary {
    padding: 1rem;
    max-width: 50%;
  }
}

.form-group--primary {
  flex-grow: 1;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.form-group--secondary {
  flex-grow: 2;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.wpcf7-form > * + * {
  margin-top: 1rem;
}

@media all and (min-width: 64em) {
  .wpcf7-form > * + * {
    margin-top: 1.1875rem;
  }
}

.wpcf7-form br {
  display: none;
  visibility: hidden;
}

.cf-response {
  min-width: 100%;
}

.wpcf7-acceptance label {
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none;
}

.wpcf7-acceptance [type="checkbox"] {
  margin-left: -1em;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip-no-ajax {
  color: #D9534F;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #D9534F;
}

.wpcf7-validation-errors,
.wpcf7-response-output,
.wpcf7-mail-sent-ok {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27273;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #FFFFFF;
  padding: 0.5rem;
  box-shadow: 1px 2px 3px #252525;
}

.wpcf7-validation-errors {
  background-color: #D9534F;
  border: 4px solid #b52b27;
}

.wpcf7-response-output {
  background-color: #F0AD4E;
  border: 4px solid #df8a13;
}

.wpcf7-mail-sent-ok {
  background-color: #5CB85C;
  border: 4px solid #3d8b3d;
}

div.wpcf7-response-output {
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5rem;
}

.wpcf7-display-none {
  display: none;
}

/* Special Styling for the Auction Bid Input Area
=============================================
*/
.auction__details-cta input.bid-value {
  line-height: 3;
  height: 3em;
  background-color: #FFFFFF;
}

/* Special Styling for the WP Login Form
=============================================

<div id="" class="custom-login-form-container owl-spacing">
	
	<form name="loginform" id="loginform" action="" method="post">
		
		<p class="login-username">
			<label for="user_login">Email</label>
			<input type="text" name="log" id="user_login" class="input" value="" size="20">
		</p>

		<p class="login-password">
			<label for="user_pass">Password</label>
			<input type="password" name="pwd" id="user_pass" class="input" value="" size="20">
		</p>
		
		<p class="login-remember">
			<label><input name="rememberme" type="checkbox" id="rememberme" value="forever"> Remember Me</label>
		</p>
		
		<p class="login-submit">
			<input type="submit" name="wp-submit" id="wp-submit" class="button button-primary" value="Sign In">
			<input type="hidden" name="redirect_to" value="">
		</p>
		
	</form>

	<a class="forgot-password" href="/forgot-password/">Forgot your password?</a>

</div>

*/
/*
<div class="field">
	<label for="first_name">
		<span class="field__label">First name</span>
	</label>
	<input type="text" name="first_name" id="first_name">
</div>
*/
.custom-login-form-container #loginform > * + * {
  margin-top: 1rem;
}

@media all and (min-width: 64em) {
  .custom-login-form-container #loginform > * + * {
    margin-top: 1.1875rem;
  }
}

.custom-login-form-container .forgot-password {
  display: block;
  font-size: 14px;
}

/*

Search Forms
============

	<form action="/" class="search">
		<fieldset>
			<input type="text" placeholder="Search" />
			<button type="submit">Go!</button>
		</fieldset>
	</form>

*/
/*

Modules
=======

Put your 'modules' here

*/
.watch-item {
  display: grid;
  grid-template-rows: auto;
  grid-gap: 1.5rem;
}

@media all and (max-width: 35.4375em) {
  .watch-item {
    grid-template-columns: 1fr;
    grid-template-areas: "listing-description" "listing-image" "listing-data-table";
  }
}

@media all and (min-width: 35.5em) {
  .watch-item {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "listing-description listing-description" "listing-image listing-data-table";
  }
}

@media all and (min-width: 64em) {
  .watch-item {
    grid-gap: 2.29411765rem;
  }
}

.listing__description {
  grid-area: listing-description;
}

.listing__image {
  grid-area: listing-image;
}

.listing__data-table {
  grid-area: listing-data-table;
}

/* Data Module ---------------- */
.data-module__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
}

.auction__specification .data-module__list {
  grid-gap: 0.5rem 0;
}

.data-module--small dl dt {
  font-weight: normal;
  float: left;
  text-transform: uppercase;
  clear: left;
}

.auction__specification .data-module--small dl dt {
  text-transform: capitalize;
  font-style: italic;
  letter-spacing: 2px;
  padding-top: 0.5rem;
  padding-right: 0.25rem;
  border-top: 1px solid #909090;
}

.data-module--small dl dd {
  text-align: right;
}

.auction__specification .data-module--small dl dd {
  font-weight: bold;
  font-style: italic;
  padding-top: 0.5rem;
  padding-left: 0.25rem;
  border-top: 1px solid #909090;
}

.data-module--small dl dd small {
  font-weight: normal;
  font-size: 14px;
}

.auction__specification .data-module--small dl dd small {
  display: block;
}

/* Reserve Module ---------------- */
.reserve-module__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 0.5rem 0;
}

.reserve-module__list dt,
.reserve-module__list dd {
  border-top: 1px solid #999;
  padding-top: 0.5rem;
}

.reserve-module__list dt {
  font-weight: normal;
  float: left;
  clear: left;
  font-style: italic;
}

.reserve-module__list dd {
  text-align: right;
}

/* Reserve Signals ---------------- */
.signal {
  --signal-size: 24px;
  width: var(--signal-size);
  height: var(--signal-size);
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.signal--outlined {
  --signal-color: #979797;
  border: 1px solid var(--signal-color);
}

.signal--red {
  --signal-color: #FC0D0D;
  border-color: var(--signal-color);
}

.signal--red.signal--outlined {
  border-color: var(--signal-color);
}

.signal--red.signal--active {
  background-color: var(--signal-color);
}

.signal--orange {
  --signal-color: #FF8B03;
  border-color: var(--signal-color);
}

.signal--orange.signal--outlined {
  border-color: var(--signal-color);
}

.signal--orange.signal--active {
  background-color: var(--signal-color);
}

.signal--green {
  --signal-color: #13F82E;
  border-color: var(--signal-color);
}

.signal--green.signal--outlined {
  border-color: var(--signal-color);
}

.signal--green.signal--active {
  background-color: var(--signal-color);
}

/*

Widgets
=======

Put your 'widgets' here


<div class="widget owl-spacing widget_archive">
	<header class="widget__header">
		<h3 class="widget__title cramp">Archives</h3>
	</header>
	<ul>
		<li><a href="http://template-site.liam.local/2018/03/">March 2018</a></li>
		<li><a href="http://template-site.liam.local/2018/02/">February 2018</a></li>
		<li><a href="http://template-site.liam.local/2018/01/">January 2018</a></li>
		<li><a href="http://template-site.liam.local/2017/12/">December 2017</a></li>
		<li><a href="http://template-site.liam.local/2017/11/">November 2017</a></li>
		<li><a href="http://template-site.liam.local/2017/10/">October 2017</a></li>
		<li><a href="http://template-site.liam.local/2017/09/">September 2017</a></li>
		<li><a href="http://template-site.liam.local/2017/08/">August 2017</a></li>
	</ul>
</div>



*/
.widget:not(:first-of-type) {
  padding-top: 2rem;
}

.widget + .widget {
  border-top: 1px solid;
}

.widget li a {
  display: block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/******************************************************************
Site Name:
Author:

Stylesheet: WordPress Media Stylesheet

******************************************************************/
/* Alignment */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  margin-bottom: 1rem;
  /*rtl:ignore*/
  margin-left: 1rem;
}

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

img.alignnone {
  margin: 0.3125em 0 1rem;
}

.content__inner .alignwide,
.content__inner .alignfull {
  clear: both;
  position: relative;
}

.content__inner .alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
}

@media all and (min-width: 64em) {
  .content__inner .alignwide {
    margin-left: -50px;
    margin-right: -50px;
    max-width: 1470px;
  }
}

@media all and (min-width: 75em) {
  .content__inner .alignwide {
    margin-left: -75px;
    margin-right: -75px;
    max-width: 1520px;
  }
}

.content__inner .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.centered-media-content {
  text-align: center;
}

/* Blog/News Post Images and Captions */
.wp-caption {
  max-width: 100%;
  background: transparent;
  border: none;
}

@media all and (min-width: 48em) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc( calc(8 * (100vw / 12) - 28px) / 2);
    transform: translateX(-50%);
  }
}

@media all and (min-width: 64em) {
  .wp-caption.aligncenter {
    left: calc( calc(6 * (100vw / 12) - 28px) / 2);
  }
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.wp-caption-dt {
  margin: 0;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #464646;
  font-style: italic;
  padding-top: 0.5rem;
}

@media all and (min-width: 48em) {
  .wp-caption .wp-caption-text,
  .wp-caption-dd {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.mceTemp + ul,
.mceTemp + ol {
  list-style-position: inside;
}

/******************************************************************
Site Name:
Author:

Stylesheet: WordPress Embeds Stylesheet

******************************************************************/
.wp-block-embed {
  margin-bottom: 1em;
}

.wp-block-embed figcaption {
  color: #555d66;
  font-size: 13px;
  margin-bottom: 1em;
  margin-top: .5em;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
  position: relative;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}

.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%;
}

.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

/******************************************************************

Stylesheet: WordPress Gallery Stylesheet

<ul class="wp-block-gallery columns-3 is-cropped">
	<li class="blocks-gallery-item">
		<figure>
		<img src="example.jpg" class="wp-image-75">
		</figure>
	</li>
	<li class="blocks-gallery-item">
		<figure>
			<img src="image6.jpg" class="wp-image-76">
		</figure>
	</li>
	<li class="blocks-gallery-item">
		<figure>
			<img src="shop-bg.jpg" class="wp-image-77">
			<figcaption>Gallery background</figcaption>
		</figure>
	</li>
	<li class="blocks-gallery-item">
		<figure>
			<img src="gallery-bg.jpg" class="wp-image-78">
			<figcaption>Shop background</figcaption>
		</figure>
	</li>
</ul>

******************************************************************/
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 1rem 1rem 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100% !important;
    flex: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/ 2);
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media all and (min-width: 35.5em) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2)/ 3);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3)/ 4);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4)/ 5);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5)/ 6);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6)/ 7);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7)/ 8);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex;
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Gutenberg Stylesheet

Place all your styles in the .edit-post-visual-editor block 
below. We're importing our main styles so that the Gutenberg
styles in the editor match what you will see on the front end.

******************************************************************/
.edit-post-visual-editor .size-auto,
.edit-post-visual-editor .size-full,
.edit-post-visual-editor .size-large,
.edit-post-visual-editor .size-medium,
.edit-post-visual-editor .size-thumbnail {
  max-width: 100%;
  height: auto;
}

/**
* Assigning colors to blocks.
* Change/add more classes for your block colors:
* .has-your-theme-color-background-color {}
* .has-your-theme-color-color {}
*
* See here: https://wordpress.org/gutenberg/handbook/extensibility/theme-support/
*/
.has-love-creative-red-background-color {
  background-color: #0056ac;
}

.has-love-creative-red-color {
  color: #0056ac;
}

/* Style the Gutenberg page */
/* Main editor column width */
/* Width of "wide" blocks */
/* Width of "full-wide" blocks */
body.gutenberg-editor-page .editor-block-list__block[data-align="full"] {
  max-width: none;
}

/**
* Globals - Styling for global elements which appear on every page of the site
* ------------------ **/
.g-header {
  background-color: #464646;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid;
}

@media all and (min-width: 64em) {
  .g-header {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

.g-header__inner {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.g-footer {
  background-color: #464646;
  color: #FFFFFF;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.g-footer__wrapper {
  max-width: 780px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 2rem 3rem;
  grid-template-columns: 1fr;
}

@media all and (max-width: 35.4375em) {
  .g-footer__wrapper {
    grid-template-rows: auto;
  }
}

@media all and (min-width: 35.5em) and (max-width: 47.9375em) {
  .g-footer__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (min-width: 48em) {
  .g-footer__wrapper {
    grid-template-columns: 1fr 1fr 2fr;
  }
}

.g-logo {
  background-image: url("../img/site-logo.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  margin-left: auto;
  margin-right: 0;
  vertical-align: middle;
}

@media all and (max-width: 47.9375em) {
  .g-logo {
    background-size: 137px 30px;
    height: 30px;
    width: 137px;
  }
}

@media all and (min-width: 48em) {
  .g-logo {
    background-size: 259px 45px;
    height: 45px;
    width: 259px;
  }
}

.g-secondary-nav {
  background-color: #252525;
  color: #FFFFFF;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.g-secondary-nav__inner {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 48em) {
  .g-secondary-nav__inner {
    flex-direction: row;
  }
}

.g-footer-nav-with-badge {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: 32px auto;
}

.g-footer-nav__list {
  list-style: none;
  list-style-image: none;
  margin: 0;
}

@media all and (max-width: 47.9375em) {
  .g-login-nav {
    display: none;
    visibility: hidden;
  }
}

.g-login-nav__list {
  list-style: none;
  display: flex;
  flex-direction: row;
}

.g-login-nav__list .menu-item {
  padding-left: 1rem;
}

.g-login-nav__list .menu-item:before {
  padding-right: 1rem;
  content: "|";
  display: inline;
}

.g-login-nav__list .menu-item a {
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media all and (min-width: 64em) {
  .g-login-nav__list .menu-item a {
    letter-spacing: 5px;
  }
}

.g-login-nav__list .menu-item a:not(.link-inactive) {
  color: #FFFFFF;
  text-decoration: none;
}

.g-login-nav__list .menu-item a:not(.link-inactive):hover, .g-login-nav__list .menu-item a:not(.link-inactive):focus, .g-login-nav__list .menu-item a:not(.link-inactive):active {
  text-decoration: underline;
}

.g-social-nav__list {
  list-style: none;
  list-style-image: none;
  margin: 0;
}

/*
Shame CSS
	This is not a dumping ground. It is a staging area for hacks that are
	intended to be fixed and resolved so as not to sully our
	production-ready codebase. Hacks are necessary, but they are not
	permanent, nor are they acceptable long-term. You are not done when
	you've moved your selector and rules here.

	This is not intended to be an easy fix, or a simple way out. You will
	spend time writing out your shame, and you will make it known that
	you indeed had to resort to a hack with your next commit

	Rules:
		1) Your documentation should be written in block comment format so
		  that your shame is publically visible in the compiled stylesheet
		  (also helpful for debugging)

		2) Name yourself so we can all scorn your lack of front-end prowess
		  (or talk to you about any questions we have)

		3) Name the location your code would go were it not such a horrible
		  travesty to the name of stylesheet.

		4) Give the motive behind your sociopathic manipulation of CSS, what
		  areas are affected, what this solves, and most importantly...

		5) How would you go about rectifying the horrible crimes you have
		  committed given more time.
*/
/* Hero Image  --------- */
@media all and (max-width: 47.9375em) {
  .hero-image-box {
    display: none;
    visibility: hidden;
  }
}

@media all and (min-width: 48em) {
  .hero-image-box {
    border-bottom: 2px solid #909090;
  }
}

/* Sidebar  --------- */
@media all and (max-width: 47.9375em) {
  .sidebar--primary {
    border-top: 1px solid;
    padding-top: 1.5rem;
  }
}

@media all and (min-width: 48em) {
  .sidebar--primary {
    border-left: 1px solid;
    padding-left: 1rem;
  }
}

@media all and (min-width: 64em) {
  .sidebar--primary {
    padding-left: 1.5rem;
  }
}

.owl-bordered > * + * {
  border-top: 1px solid;
}

/* Flexible Sections  --------- */
@media all and (min-width: 48em) {
  .section--narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}

@media all and (min-width: 64em) {
  .section--narrow {
    max-width: 80%;
  }
}

@media all and (min-width: 35.5em) {
  .section--xnarrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}

@media all and (min-width: 48em) {
  .section--xnarrow {
    max-width: 70%;
  }
}

@media all and (min-width: 64em) {
  .section--xnarrow {
    max-width: 60%;
  }
}

.columns {
  -moz-column-gap: 2em;
       column-gap: 2em;
}

.columns--1 {
  width: 100%;
}

.columns--2 {
  -moz-columns: 18.75rem 2;
       columns: 18.75rem 2;
}

.columns--3 {
  -moz-columns: 18.75rem 3;
       columns: 18.75rem 3;
}

.section--content-with-images .section--content__inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.section--content-with-images__content {
  flex: 1 1 300px;
  margin: 1rem;
  margin-top: 0.5rem;
  width: calc(50% - 1rem);
}

.section--content-with-images__images {
  flex: 1 1 300px;
  margin: 1rem;
  margin-top: 0.5rem;
  width: calc(100% - 1rem);
}

/* Image List  --------- */
.image-list__item img {
  width: 100%;
}

/*  Auctions  --------- */
.auction__hero-box {
  position: relative;
}

.auction__thumb a {
  display: block;
}

.auction__thumb a img {
  width: 100%;
}

.auction__info-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 30;
}

.auction__views-count {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* Coming Soon Auctions  --------- */
.auction--coming-soon .auction__thumb img {
  filter: opacity(0.35);
}

.auction--coming-soon :not(.auction__specification) ~ .data-module--small dl dt,
.auction--coming-soon :not(.auction__specification) ~ .data-module--small dl dd {
  font-style: italic;
  text-transform: capitalize;
  color: #e33e3c;
}

.auction--coming-soon .auction__stats {
  border-top: 2px solid #909090;
  border-bottom: 2px solid #909090;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Auction Hero Images  --------- */
.auction__hero-images {
  width: 100%;
}

@media all and (min-width: 48em) {
  .auction__hero-images {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: 0.93fr 1.236fr;
  }
}

@media all and (min-width: 64em) {
  .auction__hero-images {
    grid-template-columns: 0.95fr 1.236fr;
  }
}

.auction__hero-main img,
.auction__hero-secondary img {
  width: 100%;
}

@media all and (max-width: 47.9375em) {
  .auction__hero-secondary {
    display: none;
    visibility: hidden;
  }
}

@media all and (min-width: 48em) {
  .auction__hero-secondary {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}

@supports (aspect-ratio: 1/1) {
  @media all and (min-width: 48em) {
    .auction__hero-main img {
      aspect-ratio: 1/0.625;
      max-inline-size: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  @media all and (min-width: 48em) {
    .auction__hero-secondary img {
      aspect-ratio: 1/1;
      max-inline-size: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
}

/* Timer  --------- */
.timer {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.timer--with-clock {
  display: flex;
  justify-content: center;
  align-items: center;
}

.timer--with-clock .timer__clock {
  margin-right: 0.5rem;
}

/* Auction Bid Bar  --------- */
.auction__bid-bar .auction__details {
  display: grid;
  grid-gap: 1rem;
  /* If this is displayed on a finished (Sold) auction change the display */
  /* If this is displayed on a Coming Soon auction listing change the display */
}

@media all and (max-width: 47.9375em) {
  .auction__bid-bar .auction__details {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

@media all and (min-width: 48em) and (max-width: 74.9375em) {
  .auction__bid-bar .auction__details {
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-areas: "timer bid watch"  "timer current_bid current_bid";
  }
}

@media all and (min-width: 75em) {
  .auction__bid-bar .auction__details {
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    grid-template-areas: "timer bid watch current_bid";
    align-items: center;
  }
}

@media all and (min-width: 48em) and (max-width: 74.9375em) {
  .auction--sold .auction__bid-bar .auction__details {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "timer stats winning_bid";
  }
}

@media all and (min-width: 75em) {
  .auction--sold .auction__bid-bar .auction__details {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "timer stats winning_bid";
    align-items: center;
  }
}

@media all and (min-width: 48em) and (max-width: 74.9375em) {
  .auction--coming-soon .auction__bid-bar .auction__details {
    grid-template-columns: 0.75fr 1fr 1fr;
    grid-template-areas: "timer bid watch";
  }
}

@media all and (min-width: 75em) {
  .auction--coming-soon .auction__bid-bar .auction__details {
    grid-template-columns: 0.75fr 1fr 1fr;
    grid-template-areas: "timer bid watch";
    align-items: center;
  }
}

@media all and (min-width: 48em) {
  .auction__bid-bar .auction__details .auction__details-timer {
    grid-area: timer;
  }
}

@media all and (min-width: 48em) {
  .auction__bid-bar .auction__details .auction__details-cta {
    grid-area: bid;
  }
}

@media all and (min-width: 48em) {
  .auction__bid-bar .auction__details .auction__details-watching {
    grid-area: watch;
  }
}

@media all and (min-width: 48em) {
  .auction__bid-bar .auction__details .auction__details-current-bid {
    grid-area: current_bid;
  }
}

@media all and (min-width: 48em) {
  .auction__details-bid-views {
    grid-area: stats;
  }
}

@media all and (min-width: 48em) {
  .auction__details-winning-bid {
    grid-area: winning_bid;
  }
}

@media all and (max-width: 74.9375em) {
  .auction__details-end-date .btn,
  .auction__details-winning-bid .btn,
  .auction__details-current-bid .btn {
    letter-spacing: 1px;
  }
}

@media all and (min-width: 75em) {
  .auction__details-end-date .btn,
  .auction__details-winning-bid .btn,
  .auction__details-current-bid .btn {
    letter-spacing: 3px;
  }
}

/* Auction Bid Bar Mod --------- */
.auction__bid-bar .auction__details--mod {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-top: -1rem;
  align-items: flex-end;
}

.auction__bid-bar .auction__details--mod .h--spaced {
  letter-spacing: 4px;
}

.auction__bid-bar .auction__details--mod > * {
  flex: 1 1 250px;
  border-left: 1rem solid transparent;
  padding-top: 1rem;
}

@media all and (min-width: 48em) and (max-width: 74.9375em) {
  .auction__bid-bar .auction__details--mod > * {
    max-width: 230px;
  }
}

@media all and (min-width: 48em) {
  .auction__bid-bar .auction__details--mod > .auction__details-bid {
    max-width: 350px;
    flex-grow: 2;
  }
}

.auction__bid-bar .auction__details--mod .auction__details-timer > .tile > .tile__inner.tile__inner--padded-small,
.auction__bid-bar .auction__details--mod .auction__details-current-bid > .tile > .tile__inner.tile__inner--padded-small {
  padding-bottom: 0.43rem;
  padding-top: 0.43rem;
}

.auction__bid-bar .auction__details--mod > .auction__details-bid-group {
  display: flex;
  margin-left: -1rem;
}

@media all and (max-width: 47.9375em) {
  .auction__bid-bar .auction__details--mod > .auction__details-bid-group {
    flex-wrap: wrap;
    min-width: 300px;
    flex-basis: 100%;
  }
}

@media all and (min-width: 48em) {
  .auction__bid-bar .auction__details--mod > .auction__details-bid-group {
    flex-wrap: nowrap;
    min-width: calc(600px + 1rem);
  }
}

.auction__bid-bar .auction__details--mod > .auction__details-bid-group input.input-group__content {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.auction__bid-bar .auction__details--mod .watch-stats-bar {
  display: flex;
  justify-content: space-between;
}

.auction__details-bid-group > * {
  flex: 1 1 250px;
  min-width: 300px;
  border-left: 1rem solid transparent;
}

.auction__details-watching {
  max-width: 220px;
}

/* Auction Bids Field - Show Pound Symbol  --------- */
div.bid-field-active {
  position: relative;
}

div.bid-field-active input {
  padding-left: 24px;
}

div.bid-field-active::after {
  position: absolute;
  left: 12px;
  top: 16px;
  content: '£';
  color: #000001;
}

/* Auction Details Bids & Views Stats  --------- */
.auction__details-bid-views .tile__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.auction__details-stats + .auction__details-stats {
  padding-left: 1rem;
}

.auction__details-title {
  padding-right: 0.5rem;
}

/* Auction Gallery  --------- */
a.auction__gallery-item {
  display: block;
  position: relative;
  border: 1px solid #464646;
}

a.auction__gallery-item:focus {
  color: #FFFFFF;
  box-shadow: none;
  outline-color: #FFFFFF;
}

a.auction__gallery-item img {
  width: 100%;
}

a.auction__gallery-item:first-child:before {
  content: "More Pictures";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

a.auction__gallery-item:not(:first-child) {
  display: none;
  visibility: hidden;
}

/* How it Works  --------- */
.how-it-works {
  display: grid;
  grid-gap: 1.5rem;
}

@media all and (max-width: 47.9375em) {
  .how-it-works {
    grid-template-columns: 1;
    grid-template-rows: auto;
  }
}

@media all and (min-width: 48em) {
  .how-it-works {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "intro intro intro"  "hero numblock1 numblock2"  "hero numblock3 numblock4" "hero numblock5 numblock6";
  }
}

@media all and (min-width: 48em) {
  .how-it-works > * {
    grid-area: intro;
  }
}

@media all and (min-width: 48em) {
  .how-it-works .wp-block-image {
    grid-area: hero;
  }
}

@media all and (min-width: 48em) {
  .how-it-works .numbered-block:nth-child(3) {
    grid-area: numblock1;
  }
}

@media all and (min-width: 48em) {
  .how-it-works .numbered-block:nth-child(4) {
    grid-area: numblock2;
  }
}

@media all and (min-width: 48em) {
  .how-it-works .numbered-block:nth-child(5) {
    grid-area: numblock3;
  }
}

@media all and (min-width: 48em) {
  .how-it-works .numbered-block:nth-child(6) {
    grid-area: numblock4;
  }
}

@media all and (min-width: 48em) {
  .how-it-works .numbered-block:nth-child(7) {
    grid-area: numblock5;
  }
}

@media all and (min-width: 48em) {
  .how-it-works .numbered-block:nth-child(8) {
    grid-area: numblock6;
  }
}

.numbered-block__circle {
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  padding: 0.5rem;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
}

/* Videos Page  --------- */
.videos-page .entry-content {
  display: grid;
  grid-gap: 1.5rem;
}

@media all and (max-width: 47.9375em) {
  .videos-page .entry-content {
    grid-template-columns: 1;
    grid-template-rows: auto;
  }
}

@media all and (min-width: 48em) {
  .videos-page .entry-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (min-width: 48em) {
  .videos-page .entry-content > * {
    grid-column-end: span 2;
  }
}

@media all and (min-width: 48em) {
  .videos-page .entry-content .wp-block-group {
    grid-column-end: span 1;
  }
}

.wp-block-group .wp-block-group__inner-container > * + * {
  margin-top: 1rem;
}

@media all and (min-width: 64em) {
  .wp-block-group .wp-block-group__inner-container > * + * {
    margin-top: 1.1875rem;
  }
}

.videos-page .wp-block-group .wp-block-group__inner-container h2 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
}

/* Auction Comments --------- */
.auction__history {
  border-top: 1px solid #707070;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.comment-form-action-bar {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media all and (min-width: 35.5em) {
  .comment-form-action-bar {
    flex-direction: row;
  }
}

@media all and (max-width: 35.4375em) {
  .comment-form-action-bar > * + * {
    margin-top: 0.5rem;
  }
}

.comment-header .time,
.comment-header .username {
  display: block;
}

.comment-header .username {
  font-weight: bold;
  color: #5C6C72;
}

.comments-list {
  text-indent: 0;
  padding-left: 0;
}

.comments-list .comments-list {
  margin-left: 0.75rem;
}

@media all and (min-width: 35.5em) {
  .comments-list .comments-list {
    margin-left: 2rem;
  }
}

.comments-list--master {
  border: 1px solid #707070;
  background-color: #707070;
}

.comment-container {
  padding: 1rem;
  background-color: #000;
  border-bottom: 1px solid goldenrod;
}

.comment-container--pending {
  background-color: #211D0D;
}

textarea.comment-textarea {
  min-height: 3ch;
}

.comment-form {
  padding: 1.5rem;
}

.comment-form .items-right {
  text-align: right;
}

.badge {
  border-radius: 4px;
  padding: 0.25rem;
  color: #FFF;
}

.badge-bright {
  background-color: #E33F3C;
}

.badge-subdued {
  background-color: #71611E;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  img {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

/* endif */
