@charset "UTF-8";
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * child     --  child-based devices, like phones and small tablets
 * teen      --  teen-based devices, like iPads or teentops
 * adult --  all of the above
 * mama     --  stationary devices, like mamatop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  teen--one-half  mama--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a teen
 * device, at which point it become 50% wide, or it is on a mamatop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  teen--one-half  mama--one-third  push--mama--one-third"`
 *
   `class="grid__item  one-quarter  child--one-half  push--child--one-half"`
 *
   `class="grid__item  child--one-third  mama--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.child--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, mama, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -24px;
  /* [3] */ }

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
  display: inline-block;
  /* For normal, healthy browsers */
  padding-left: 24px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
  *behavior: url(./styles/boxsizing.htc); }
  * html .grid__item {
    /* for IE6 */
    zoom: 1;
    display: inline; }
  * + html .grid__item {
    /* for IE7 */
    zoom: 1;
    display: inline; }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left; }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right; }
  .grid--right > .grid__item {
    text-align: left; }

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center; }
  .grid--center > .grid__item {
    text-align: left; }

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle; }

.grid--bottom > .grid__item {
  vertical-align: bottom; }

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -12px; }
  .grid--narrow > .grid__item {
    padding-left: 12px; }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -48px; }
  .grid--wide > .grid__item {
    padding-left: 48px; }

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
  width: 100%; }

/**
 * Halves
 */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
 * Thirds
 */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
 * Quarters
 */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
 * Fifths
 */
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
 * Eighths
 */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
 * Tenths
 */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
 * Twelfths
 */
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (min-width: 20em) {
  /**
   * Whole
   */
  .infant--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .infant--one-half, .infant--two-quarters, .infant--three-sixths, .infant--four-eighths, .infant--five-tenths, .infant--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .infant--one-third, .infant--two-sixths, .infant--four-twelfths {
    width: 33.333%; }

  .infant--two-thirds, .infant--four-sixths, .infant--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .infant--one-quarter, .infant--two-eighths, .infant--three-twelfths {
    width: 25%; }

  .infant--three-quarters, .infant--six-eighths, .infant--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .infant--one-fifth, .infant--two-tenths {
    width: 20%; }

  .infant--two-fifths, .infant--four-tenths {
    width: 40%; }

  .infant--three-fifths, .infant--six-tenths {
    width: 60%; }

  .infant--four-fifths, .infant--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .infant--one-sixth, .infant--two-twelfths {
    width: 16.666%; }

  .infant--five-sixths, .infant--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .infant--one-eighth {
    width: 12.5%; }

  .infant--three-eighths {
    width: 37.5%; }

  .infant--five-eighths {
    width: 62.5%; }

  .infant--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .infant--one-tenth {
    width: 10%; }

  .infant--three-tenths {
    width: 30%; }

  .infant--seven-tenths {
    width: 70%; }

  .infant--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .infant--one-twelfth {
    width: 8.333%; }

  .infant--five-twelfths {
    width: 41.666%; }

  .infant--seven-twelfths {
    width: 58.333%; }

  .infant--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 30em) {
  /**
   * Whole
   */
  .baby--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .baby--one-half, .baby--two-quarters, .baby--three-sixths, .baby--four-eighths, .baby--five-tenths, .baby--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .baby--one-third, .baby--two-sixths, .baby--four-twelfths {
    width: 33.333%; }

  .baby--two-thirds, .baby--four-sixths, .baby--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .baby--one-quarter, .baby--two-eighths, .baby--three-twelfths {
    width: 25%; }

  .baby--three-quarters, .baby--six-eighths, .baby--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .baby--one-fifth, .baby--two-tenths {
    width: 20%; }

  .baby--two-fifths, .baby--four-tenths {
    width: 40%; }

  .baby--three-fifths, .baby--six-tenths {
    width: 60%; }

  .baby--four-fifths, .baby--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .baby--one-sixth, .baby--two-twelfths {
    width: 16.666%; }

  .baby--five-sixths, .baby--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .baby--one-eighth {
    width: 12.5%; }

  .baby--three-eighths {
    width: 37.5%; }

  .baby--five-eighths {
    width: 62.5%; }

  .baby--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .baby--one-tenth {
    width: 10%; }

  .baby--three-tenths {
    width: 30%; }

  .baby--seven-tenths {
    width: 70%; }

  .baby--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .baby--one-twelfth {
    width: 8.333%; }

  .baby--five-twelfths {
    width: 41.666%; }

  .baby--seven-twelfths {
    width: 58.333%; }

  .baby--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 37.5em) {
  /**
   * Whole
   */
  .child--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .child--one-half, .child--two-quarters, .child--three-sixths, .child--four-eighths, .child--five-tenths, .child--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .child--one-third, .child--two-sixths, .child--four-twelfths {
    width: 33.333%; }

  .child--two-thirds, .child--four-sixths, .child--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .child--one-quarter, .child--two-eighths, .child--three-twelfths {
    width: 25%; }

  .child--three-quarters, .child--six-eighths, .child--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .child--one-fifth, .child--two-tenths {
    width: 20%; }

  .child--two-fifths, .child--four-tenths {
    width: 40%; }

  .child--three-fifths, .child--six-tenths {
    width: 60%; }

  .child--four-fifths, .child--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .child--one-sixth, .child--two-twelfths {
    width: 16.666%; }

  .child--five-sixths, .child--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .child--one-eighth {
    width: 12.5%; }

  .child--three-eighths {
    width: 37.5%; }

  .child--five-eighths {
    width: 62.5%; }

  .child--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .child--one-tenth {
    width: 10%; }

  .child--three-tenths {
    width: 30%; }

  .child--seven-tenths {
    width: 70%; }

  .child--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .child--one-twelfth {
    width: 8.333%; }

  .child--five-twelfths {
    width: 41.666%; }

  .child--seven-twelfths {
    width: 58.333%; }

  .child--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 48em) {
  /**
   * Whole
   */
  .teen--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .teen--one-half, .teen--two-quarters, .teen--three-sixths, .teen--four-eighths, .teen--five-tenths, .teen--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .teen--one-third, .teen--two-sixths, .teen--four-twelfths {
    width: 33.333%; }

  .teen--two-thirds, .teen--four-sixths, .teen--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .teen--one-quarter, .teen--two-eighths, .teen--three-twelfths {
    width: 25%; }

  .teen--three-quarters, .teen--six-eighths, .teen--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .teen--one-fifth, .teen--two-tenths {
    width: 20%; }

  .teen--two-fifths, .teen--four-tenths {
    width: 40%; }

  .teen--three-fifths, .teen--six-tenths {
    width: 60%; }

  .teen--four-fifths, .teen--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .teen--one-sixth, .teen--two-twelfths {
    width: 16.666%; }

  .teen--five-sixths, .teen--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .teen--one-eighth {
    width: 12.5%; }

  .teen--three-eighths {
    width: 37.5%; }

  .teen--five-eighths {
    width: 62.5%; }

  .teen--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .teen--one-tenth {
    width: 10%; }

  .teen--three-tenths {
    width: 30%; }

  .teen--seven-tenths {
    width: 70%; }

  .teen--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .teen--one-twelfth {
    width: 8.333%; }

  .teen--five-twelfths {
    width: 41.666%; }

  .teen--seven-twelfths {
    width: 58.333%; }

  .teen--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 64em) {
  /**
   * Whole
   */
  .adult--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .adult--one-half, .adult--two-quarters, .adult--three-sixths, .adult--four-eighths, .adult--five-tenths, .adult--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .adult--one-third, .adult--two-sixths, .adult--four-twelfths {
    width: 33.333%; }

  .adult--two-thirds, .adult--four-sixths, .adult--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .adult--one-quarter, .adult--two-eighths, .adult--three-twelfths {
    width: 25%; }

  .adult--three-quarters, .adult--six-eighths, .adult--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .adult--one-fifth, .adult--two-tenths {
    width: 20%; }

  .adult--two-fifths, .adult--four-tenths {
    width: 40%; }

  .adult--three-fifths, .adult--six-tenths {
    width: 60%; }

  .adult--four-fifths, .adult--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .adult--one-sixth, .adult--two-twelfths {
    width: 16.666%; }

  .adult--five-sixths, .adult--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .adult--one-eighth {
    width: 12.5%; }

  .adult--three-eighths {
    width: 37.5%; }

  .adult--five-eighths {
    width: 62.5%; }

  .adult--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .adult--one-tenth {
    width: 10%; }

  .adult--three-tenths {
    width: 30%; }

  .adult--seven-tenths {
    width: 70%; }

  .adult--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .adult--one-twelfth {
    width: 8.333%; }

  .adult--five-twelfths {
    width: 41.666%; }

  .adult--seven-twelfths {
    width: 58.333%; }

  .adult--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 68.75em) {
  /**
   * Whole
   */
  .mama--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .mama--one-half, .mama--two-quarters, .mama--three-sixths, .mama--four-eighths, .mama--five-tenths, .mama--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .mama--one-third, .mama--two-sixths, .mama--four-twelfths {
    width: 33.333%; }

  .mama--two-thirds, .mama--four-sixths, .mama--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .mama--one-quarter, .mama--two-eighths, .mama--three-twelfths {
    width: 25%; }

  .mama--three-quarters, .mama--six-eighths, .mama--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .mama--one-fifth, .mama--two-tenths {
    width: 20%; }

  .mama--two-fifths, .mama--four-tenths {
    width: 40%; }

  .mama--three-fifths, .mama--six-tenths {
    width: 60%; }

  .mama--four-fifths, .mama--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .mama--one-sixth, .mama--two-twelfths {
    width: 16.666%; }

  .mama--five-sixths, .mama--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .mama--one-eighth {
    width: 12.5%; }

  .mama--three-eighths {
    width: 37.5%; }

  .mama--five-eighths {
    width: 62.5%; }

  .mama--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .mama--one-tenth {
    width: 10%; }

  .mama--three-tenths {
    width: 30%; }

  .mama--seven-tenths {
    width: 70%; }

  .mama--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .mama--one-twelfth {
    width: 8.333%; }

  .mama--five-twelfths {
    width: 41.666%; }

  .mama--seven-twelfths {
    width: 58.333%; }

  .mama--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 81.25em) {
  /**
   * Whole
   */
  .papa--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .papa--one-half, .papa--two-quarters, .papa--three-sixths, .papa--four-eighths, .papa--five-tenths, .papa--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .papa--one-third, .papa--two-sixths, .papa--four-twelfths {
    width: 33.333%; }

  .papa--two-thirds, .papa--four-sixths, .papa--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .papa--one-quarter, .papa--two-eighths, .papa--three-twelfths {
    width: 25%; }

  .papa--three-quarters, .papa--six-eighths, .papa--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .papa--one-fifth, .papa--two-tenths {
    width: 20%; }

  .papa--two-fifths, .papa--four-tenths {
    width: 40%; }

  .papa--three-fifths, .papa--six-tenths {
    width: 60%; }

  .papa--four-fifths, .papa--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .papa--one-sixth, .papa--two-twelfths {
    width: 16.666%; }

  .papa--five-sixths, .papa--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .papa--one-eighth {
    width: 12.5%; }

  .papa--three-eighths {
    width: 37.5%; }

  .papa--five-eighths {
    width: 62.5%; }

  .papa--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .papa--one-tenth {
    width: 10%; }

  .papa--three-tenths {
    width: 30%; }

  .papa--seven-tenths {
    width: 70%; }

  .papa--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .papa--one-twelfth {
    width: 8.333%; }

  .papa--five-twelfths {
    width: 41.666%; }

  .papa--seven-twelfths {
    width: 58.333%; }

  .papa--eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 120em) {
  /**
   * Whole
   */
  .elder--one-whole {
    width: 100%; }

  /**
   * Halves
   */
  .elder--one-half, .elder--two-quarters, .elder--three-sixths, .elder--four-eighths, .elder--five-tenths, .elder--six-twelfths {
    width: 50%; }

  /**
   * Thirds
   */
  .elder--one-third, .elder--two-sixths, .elder--four-twelfths {
    width: 33.333%; }

  .elder--two-thirds, .elder--four-sixths, .elder--eight-twelfths {
    width: 66.666%; }

  /**
   * Quarters
   */
  .elder--one-quarter, .elder--two-eighths, .elder--three-twelfths {
    width: 25%; }

  .elder--three-quarters, .elder--six-eighths, .elder--nine-twelfths {
    width: 75%; }

  /**
   * Fifths
   */
  .elder--one-fifth, .elder--two-tenths {
    width: 20%; }

  .elder--two-fifths, .elder--four-tenths {
    width: 40%; }

  .elder--three-fifths, .elder--six-tenths {
    width: 60%; }

  .elder--four-fifths, .elder--eight-tenths {
    width: 80%; }

  /**
   * Sixths
   */
  .elder--one-sixth, .elder--two-twelfths {
    width: 16.666%; }

  .elder--five-sixths, .elder--ten-twelfths {
    width: 83.333%; }

  /**
   * Eighths
   */
  .elder--one-eighth {
    width: 12.5%; }

  .elder--three-eighths {
    width: 37.5%; }

  .elder--five-eighths {
    width: 62.5%; }

  .elder--seven-eighths {
    width: 87.5%; }

  /**
   * Tenths
   */
  .elder--one-tenth {
    width: 10%; }

  .elder--three-tenths {
    width: 30%; }

  .elder--seven-tenths {
    width: 70%; }

  .elder--nine-tenths {
    width: 90%; }

  /**
   * Twelfths
   */
  .elder--one-twelfth {
    width: 8.333%; }

  .elder--five-twelfths {
    width: 41.666%; }

  .elder--seven-twelfths {
    width: 58.333%; }

  .elder--eleven-twelfths {
    width: 91.666%; } }
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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; }

  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; } }
*, *:after, *:before {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none; }

html {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 100%; }

body {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  height: 100%; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Sanitation */
hr {
  border: 1px solid;
  margin: -1px 0; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0; }

b, strong, em, small, code {
  line-height: 1; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

h1,
.h1 {
  font-size: 50px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px; }

h2,
.h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

h3,
.h3 {
  font-size: 1.875em;
  margin: 0;
  padding: 0; }

h4,
.h4 {
  font-size: 1.25em;
  margin: 0;
  padding: 0; }

p, ul, ol, pre, table, blockquote {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.41176em;
  margin-top: 1.41176471em;
  margin-bottom: 1.41176471em;
  color: #000000; }

a {
  color: #000000;
  text-decoration: none; }

a:hover {
  color: #FFFFFF;
  text-decoration: none; }

em {
  color: #000000;
  font-style: normal; }

.on {
  display: block; }

.off {
  display: none; }

@media (min-width: 64em) {
  .-table {
    display: table; } }

@media (min-width: 64em) {
  .-table-cell {
    display: table-cell; } }

@media (min-width: 64em) {
  .-valign-middle {
    vertical-align: middle; } }

.-margin-top {
  margin-top: 30px; }

.-margin-bottom {
  margin-bottom: 30px; }

.-padding-top {
  padding-top: 30px; }

.-padding-bottom {
  padding-bottom: 30px; }

.pagination {
  padding-top: 10px;
  padding-bottom: 30px; }

.-no-margin-top {
  margin-top: 0 !important; }

.-no-padding-top {
  padding-top: 0 !important; }

.-hidden {
  display: none !important; }

.clearfix {
  clear: both;
  display: block !important; }

.site-width-inner-pad {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding: 10px;
  overflow: visible; }

.site-width-inner {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible; }

.hvivo-header__nav {
  background-color: #000000;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  height: 65px; }
  @media (min-width: 48em) {
    .hvivo-header__nav {
      display: block;
      width: 160px;
      height: auto;
      bottom: 0; } }
  .hvivo-header__nav p {
    color: #FFFFFF; }
  .hvivo-header__nav a {
    color: #FFFFFF; }
  .hvivo-header__nav a:hover {
    color: #e1c72a; }
  .hvivo-header__nav .menu {
    font-size: 180pxpx;
    line-height: 291.24612pxpx;
    font-size: 18pxrem;
    line-height: 29.12461pxrem; }
.hvivo-header__menu {
  display: none; }
  @media (min-width: 48em) {
    .hvivo-header__menu {
      display: block !important; } }
.hvivo-header__nav-open {
  height: auto;
  bottom: 0; }
.hvivo-header__nav-burger {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 30px; }
  @media (min-width: 48em) {
    .hvivo-header__nav-burger {
      display: none; } }
.hvivo-header__nav-burger-open i {
  color: #e1c72a; }
.hvivo-header__nav-logo {
  background-image: url("../img/main-logo-tag.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40%;
  margin: 10px; }
  @media (min-width: 48em) {
    .hvivo-header__nav-logo {
      margin: 0;
      background-position: center 20px;
      height: 23%;
      width: 90%;
      margin-left: 5%; } }
.hvivo-header__nav-content-container {
  width: 100%;
  height: 60%;
  text-align: center;
  display: table; }
.hvivo-header__nav-content {
  display: table-cell;
  vertical-align: middle; }
  .hvivo-header__nav-content .current_page_item {
    color: #e1c72a; }
    .hvivo-header__nav-content .current_page_item a {
      color: #e1c72a; }
.hvivo-header__nav-footer {
  display: table;
  height: 20%;
  font-size: 12px;
  line-height: 19.41641px;
  font-size: 1.2rem;
  line-height: 1.94164rem;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0; }
  .hvivo-header__nav-footer li {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    color: #000000;
    display: inline-block;
    font-size: 21px;
    width: 35px;
    height: 35px;
    padding-top: 7px;
    margin-left: 10px; }
    @media (min-width: 48em) {
      .hvivo-header__nav-footer li {
        font-size: 16px;
        padding-top: 3px;
        width: 25px;
        height: 25px;
        margin-left: 0; } }
.hvivo-header__nav-footer-content {
  display: table-cell;
  vertical-align: bottom; }
  .hvivo-header__nav-footer-content p {
    font-size: 16px; }
  .hvivo-header__nav-footer-content a {
    color: #000000; }
.hvivo-header__nav-banner-container {
  width: 100%;
  background-color: #e50e62;
  z-index: 9;
  left: 0;
  position: absolute; }
  @media (min-width: 48em) {
    .hvivo-header__nav-banner-container {
      padding-left: 160px; } }
  .hvivo-header__nav-banner-container a {
    color: #FFFFFF; }
  .hvivo-header__nav-banner-container a:hover {
    color: #e1c72a; }
.hvivo-header__nav-banner-container-fixed {
  position: fixed; }
.hvivo-header__nav-banner-table {
  width: inherit;
  display: table; }
.hvivo-header__nav-banner {
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  height: 60px;
  vertical-align: middle;
  display: table-cell; }
  .hvivo-header__nav-banner ul {
    display: inline; }
  .hvivo-header__nav-banner li {
    color: #FFFFFF;
    display: inline;
    border-left: 1px solid #FFFFFF;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 48em) {
      .hvivo-header__nav-banner li {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px; } }
  .hvivo-header__nav-banner li:first-child {
    padding-left: 0;
    border-left: none; }
.hvivo-header__nav-search-button {
  position: absolute;
  right: 80px;
  font-size: 20px;
  top: 20px; }
  @media (min-width: 48em) {
    .hvivo-header__nav-search-button {
      display: none; } }

.hvivo-forms__input-dark, .hvivo-forms__input-light, .hvivo-forms__submit-dark, .hvivo-forms__submit-light {
  border: none;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%; }
.hvivo-forms__input-dark-wrap {
  margin-bottom: 0 !important; }
.hvivo-forms__input-dark {
  color: #FFFFFF;
  background-color: #303537; }
.hvivo-forms__input-light {
  color: #000000;
  background-color: #FFFFFF; }
.hvivo-forms__submit-dark, .hvivo-forms__submit-light {
  text-align: left;
  color: #191b1b;
  width: 100%; }
  @media (min-width: 48em) {
    .hvivo-forms__submit-dark, .hvivo-forms__submit-light {
      width: auto !important; } }
.hvivo-forms__submit-dark {
  color: #FFFFFF;
  background-color: #303537; }
.hvivo-forms__submit-light {
  color: #191b1b;
  background-color: #FFFFFF; }

.hvivo-pods .ellipsis {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden; }
.hvivo-pods__dark, .hvivo-pods__dark1, .hvivo-pods__dark2, .hvivo-pods__image1, .hvivo-pods__image2, .hvivo-pods__image3, .hvivo-pods__light, .hvivo-pods__image-top, .hvivo-pods__dark3 {
  text-align: center;
  background-color: #000000;
  background-size: cover;
  padding: 15px;
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 68.75em) {
    .hvivo-pods__dark, .hvivo-pods__dark1, .hvivo-pods__dark2, .hvivo-pods__image1, .hvivo-pods__image2, .hvivo-pods__image3, .hvivo-pods__light, .hvivo-pods__image-top, .hvivo-pods__dark3 {
      padding: 30px; } }
  .hvivo-pods__dark p, .hvivo-pods__dark1 p, .hvivo-pods__dark2 p, .hvivo-pods__image1 p, .hvivo-pods__image2 p, .hvivo-pods__image3 p, .hvivo-pods__light p, .hvivo-pods__image-top p, .hvivo-pods__dark3 p {
    color: #FFFFFF; }
    @media (min-width: 48em) {
      .hvivo-pods__dark p, .hvivo-pods__dark1 p, .hvivo-pods__dark2 p, .hvivo-pods__image1 p, .hvivo-pods__image2 p, .hvivo-pods__image3 p, .hvivo-pods__light p, .hvivo-pods__image-top p, .hvivo-pods__dark3 p {
        height: 140px; } }
    @media (min-width: 68.75em) {
      .hvivo-pods__dark p, .hvivo-pods__dark1 p, .hvivo-pods__dark2 p, .hvivo-pods__image1 p, .hvivo-pods__image2 p, .hvivo-pods__image3 p, .hvivo-pods__light p, .hvivo-pods__image-top p, .hvivo-pods__dark3 p {
        height: 80px; } }
.hvivo-pods__dark, .hvivo-pods__dark3 {
  background-repeat: repeat-y;
  background-image: url("../img/pod-dark-bg@2x.jpg"); }
.hvivo-pods__dark {
  position: relative; }
  @media (min-width: 48em) {
    .hvivo-pods__dark h2 {
      min-height: 80px; } }
  @media (min-width: 120em) {
    .hvivo-pods__dark h2 {
      min-height: inherit; } }
  @media (min-width: 48em) {
    .hvivo-pods__dark p {
      height: 90px; } }
.hvivo-pods__dark1 {
  background-repeat: repeat-y;
  background-image: url("../img/pod-purple.jpg"); }
.hvivo-pods__dark2 {
  background-repeat: repeat-y;
  background-image: url("../img/pod-purple-dark.jpg"); }
.hvivo-pods__image-top, .hvivo-pods__light {
  background-color: transparent; }
  .hvivo-pods__image-top p, .hvivo-pods__light p {
    color: #000000; }
@media (min-width: 48em) {
  .hvivo-pods__light p {
    height: 140px; } }
@media (min-width: 81.25em) {
  .hvivo-pods__light p {
    height: 120px; } }
@media (min-width: 120em) {
  .hvivo-pods__light p {
    height: 80px; } }
@media (min-width: 48em) {
  .hvivo-pods__image-top p {
    height: 160px; } }
@media (min-width: 81.25em) {
  .hvivo-pods__image-top p {
    height: 140px; } }
@media (min-width: 120em) {
  .hvivo-pods__image-top p {
    height: 110px; } }
.hvivo-pods__light-bg {
  background-position-x: 50px;
  background-repeat: repeat-x;
  background-image: url("../img/pod-light-single-bg.jpg"); }
  @media (min-width: 64em) {
    .hvivo-pods__light-bg {
      background-position-x: -3px; } }
  @media (min-width: 120em) {
    .hvivo-pods__light-bg {
      background-position-x: 0; } }
.hvivo-pods__image1, .hvivo-pods__image2, .hvivo-pods__image3, .hvivo-pods__dark1, .hvivo-pods__dark2, .hvivo-pods__dark3 {
  position: relative; }
  .hvivo-pods__image1 h1, .hvivo-pods__image1 h2, .hvivo-pods__image1 h3, .hvivo-pods__image1 h4, .hvivo-pods__image2 h1, .hvivo-pods__image2 h2, .hvivo-pods__image2 h3, .hvivo-pods__image2 h4, .hvivo-pods__image3 h1, .hvivo-pods__image3 h2, .hvivo-pods__image3 h3, .hvivo-pods__image3 h4, .hvivo-pods__dark1 h1, .hvivo-pods__dark1 h2, .hvivo-pods__dark1 h3, .hvivo-pods__dark1 h4, .hvivo-pods__dark2 h1, .hvivo-pods__dark2 h2, .hvivo-pods__dark2 h3, .hvivo-pods__dark2 h4, .hvivo-pods__dark3 h1, .hvivo-pods__dark3 h2, .hvivo-pods__dark3 h3, .hvivo-pods__dark3 h4 {
    color: #FFFFFF !important; }
.hvivo-pods__image1 {
  background-image: url("../img/pod-image1-bg@2x.jpg"); }
.hvivo-pods__image2 {
  background-image: url("../img/pod-image2-bg@2x.jpg"); }
.hvivo-pods__image3 {
  background-image: url("../img/pod-image3-bg@2x.jpg"); }
@media (min-width: 48em) {
  .hvivo-pods__image1 h2, .hvivo-pods__image2 h2, .hvivo-pods__image3 h2 {
    min-height: 110px; } }
@media (min-width: 81.25em) {
  .hvivo-pods__image1 h2, .hvivo-pods__image2 h2, .hvivo-pods__image3 h2 {
    min-height: 80px; } }
@media (min-width: 120em) {
  .hvivo-pods__image1 h2, .hvivo-pods__image2 h2, .hvivo-pods__image3 h2 {
    min-height: inherit; } }
.hvivo-pods__image1 p, .hvivo-pods__image2 p, .hvivo-pods__image3 p {
  color: #FFFFFF; }
  @media (min-width: 48em) {
    .hvivo-pods__image1 p, .hvivo-pods__image2 p, .hvivo-pods__image3 p {
      height: 120px; } }
  @media (min-width: 81.25em) {
    .hvivo-pods__image1 p, .hvivo-pods__image2 p, .hvivo-pods__image3 p {
      height: 120px; } }
  @media (min-width: 120em) {
    .hvivo-pods__image1 p, .hvivo-pods__image2 p, .hvivo-pods__image3 p {
      height: 80px; } }
.hvivo-pods__image-top-img {
  width: 100%; }
  .hvivo-pods__image-top-img img {
    width: inherit; }
.hvivo-pods__wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.comment:before {
  content: '' !important; }

.hidden {
  display: none; }

.current_page_item, .current-page-ancestor {
  color: #e1c72a; }
  .current_page_item a, .current-page-ancestor a {
    color: #e1c72a !important; }

.category-news-articles h3 {
  font-size: 30px !important;
  padding-top: 10px;
  padding-bottom: 10px; }

.widget_text h3 {
  font-size: 30px !important;
  padding-top: 10px;
  padding-bottom: 10px; }

.widget_text .textwidget {
  color: #FFFFFF; }

.alignright {
  width: 100%; }
  @media (min-width: 48em) {
    .alignright {
      width: auto;
      float: right; } }

.hvivo-main__hero-text, .hvivo-main__hero-subtext {
  color: white;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px; }
.hvivo-main__hero-item-first .hvivo-main__hero-text {
  font-size: 25px;
  color: black; }
.hvivo-main__hero-item-first .hvivo-main__hero-subtext {
  font-size: 32px; }
.hvivo-main__hero-text {
  font-size: 32px;
  font-weight: bold; }
.hvivo-main__hero-subtext {
  font-size: 25px; }
.hvivo-main__hero-item-img {
  width: 90%;
  max-width: 320px; }
  @media (min-width: 37.5em) {
    .hvivo-main__hero-item-img {
      width: initial; } }
.hvivo-main__hero-item-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .hvivo-main__hero-item-middle .hvivo-main__hero-logo, .hvivo-main__hero-item-middle .hvivo-main__hero-logo {
    background-position: left;
    height: 50px;
    margin-bottom: 20px; }
.hvivo-main__hero-item-text-container {
  margin: 0 auto;
  height: 500px;
  text-align: left;
  width: 90%; }
  @media (min-width: 64em) {
    .hvivo-main__hero-item-text-container {
      width: 60%; } }
.hvivo-main__hero-item-image-container {
  background-image: url("../img/hero/dots-15.png");
  height: 500px;
  overflow: hidden;
  position: relative; }
.hvivo-main__hero-item-pad-box {
  height: 925px; }
  @media (min-width: 64em) {
    .hvivo-main__hero-item-pad-box {
      height: 425px; } }
.hvivo-main__hero-item {
  position: absolute;
  width: 100%;
  height: 1000px; }
  @media (min-width: 64em) {
    .hvivo-main__hero-item {
      height: 500px; } }
.hvivo-main__hero-item1 {
  background-color: #00a757; }
.hvivo-main__hero-item2 {
  background-color: #00a1e0; }
.hvivo-main__hero-item3 {
  background-color: #e50e62; }
.hvivo-main__hero-item4 {
  background-color: #e1c72a; }
.hvivo-main__centre {
  text-align: center; }
.hvivo-main__left {
  text-align: left;
  float: left; }
.hvivo-main__right {
  text-align: left; }
  @media (min-width: 48em) {
    .hvivo-main__right {
      text-align: right; } }
.hvivo-main__float-right {
  float: none; }
  @media (min-width: 48em) {
    .hvivo-main__float-right {
      float: right; } }
.hvivo-main__float-left {
  float: none; }
  @media (min-width: 48em) {
    .hvivo-main__float-left {
      float: left; } }
.hvivo-main__margin-top {
  margin-top: 30px; }
.hvivo-main__no-margin-top {
  margin-top: 0 !important; }
.hvivo-main__no-padding-top {
  padding-top: 0 !important; }
.hvivo-main__content-container {
  text-align: center;
  width: 100%;
  padding-left: 0; }
  @media (min-width: 48em) {
    .hvivo-main__content-container {
      padding-left: 160px; } }
.hvivo-main__section-title {
  color: #00a757; }
.hvivo-main__section-hero {
  max-height: 300px;
  overflow: hidden; }
  .hvivo-main__section-hero img {
    width: 100%;
    height: auto; }
.hvivo-main__section-container, .hvivo-main__section-container-half {
  text-align: left;
  margin: 0 auto;
  padding-top: 70px;
  width: 95%;
  color: #000000; }
  @media (min-width: 48em) {
    .hvivo-main__section-container, .hvivo-main__section-container-half {
      padding-top: 60px;
      width: 80%; } }
  .hvivo-main__section-container a, .hvivo-main__section-container-half a {
    color: #000000; }
  .hvivo-main__section-container a:hover, .hvivo-main__section-container-half a:hover {
    color: #e1c72a; }
  .hvivo-main__section-container .children, .hvivo-main__section-container-half .children {
    margin-left: 30px; }
.hvivo-main__section-container-half {
  width: 90%; }
  @media (min-width: 48em) {
    .hvivo-main__section-container-half {
      width: 75%; } }
  @media (min-width: 64em) {
    .hvivo-main__section-container-half {
      width: 50%; } }
.hvivo-main__section1, .hvivo-main__section2, .hvivo-main__section3, .hvivo-main__section4 {
  font-size: 180pxpx;
  line-height: 291.24612pxpx;
  font-size: 18pxrem;
  line-height: 29.12461pxrem; }
  .hvivo-main__section1 li:before, .hvivo-main__section2 li:before, .hvivo-main__section3 li:before, .hvivo-main__section4 li:before {
    content: " › "; }
  .hvivo-main__section1 li, .hvivo-main__section2 li, .hvivo-main__section3 li, .hvivo-main__section4 li {
    padding-bottom: 10px; }
  .hvivo-main__section1 h3, .hvivo-main__section2 h3, .hvivo-main__section3 h3, .hvivo-main__section4 h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px; }
.hvivo-main__section1 {
  color: #000000; }
  .hvivo-main__section1 h1, .hvivo-main__section1 h2, .hvivo-main__section1 h3, .hvivo-main__section1 h4 {
    color: #00a757; }
    .hvivo-main__section1 h1 a, .hvivo-main__section1 h2 a, .hvivo-main__section1 h3 a, .hvivo-main__section1 h4 a {
      color: #00a757; }
  .hvivo-main__section1 a {
    color: #00a757; }
  .hvivo-main__section1 li:before {
    color: #00a757; }
  .hvivo-main__section1 .hvivo-main__two-box-half-half .hvivo-main__full-width-image img {
    border-bottom: 5px solid #00a757; }
  .hvivo-main__section1 .hvivo-main__latest-media-inner-container {
    border-top: 5px solid #00a757; }
.hvivo-main__section2 {
  color: #000000; }
  .hvivo-main__section2 h1, .hvivo-main__section2 h2, .hvivo-main__section2 h3, .hvivo-main__section2 h4 {
    color: #00a1e0; }
    .hvivo-main__section2 h1 a, .hvivo-main__section2 h2 a, .hvivo-main__section2 h3 a, .hvivo-main__section2 h4 a {
      color: #00a1e0; }
  .hvivo-main__section2 a {
    color: #00a1e0; }
  .hvivo-main__section2 li:before {
    color: #00a1e0; }
  .hvivo-main__section2 .hvivo-main__two-box-half-half .hvivo-main__full-width-image img {
    border-bottom: 5px solid #00a1e0; }
  .hvivo-main__section2 .hvivo-main__latest-media-inner-container {
    border-top: 5px solid #00a1e0; }
.hvivo-main__section3 {
  color: #000000; }
  .hvivo-main__section3 h1, .hvivo-main__section3 h2, .hvivo-main__section3 h3, .hvivo-main__section3 h4 {
    color: #e50e62; }
    .hvivo-main__section3 h1 a, .hvivo-main__section3 h2 a, .hvivo-main__section3 h3 a, .hvivo-main__section3 h4 a {
      color: #e50e62; }
  .hvivo-main__section3 a {
    color: #e50e62; }
  .hvivo-main__section3 li:before {
    color: #e50e62; }
  .hvivo-main__section3 .hvivo-main__two-box-half-half .hvivo-main__full-width-image img {
    border-bottom: 5px solid #e50e62; }
  .hvivo-main__section3 .hvivo-main__latest-media-inner-container {
    border-top: 5px solid #e50e62; }
.hvivo-main__section4 {
  color: #000000; }
  .hvivo-main__section4 h1, .hvivo-main__section4 h2, .hvivo-main__section4 h3, .hvivo-main__section4 h4 {
    color: #e1c72a; }
    .hvivo-main__section4 h1 a, .hvivo-main__section4 h2 a, .hvivo-main__section4 h3 a, .hvivo-main__section4 h4 a {
      color: #e1c72a; }
  .hvivo-main__section4 a {
    color: #e1c72a; }
  .hvivo-main__section4 a:hover {
    color: #000000; }
  .hvivo-main__section4 li:before {
    color: #e1c72a; }
  .hvivo-main__section4 .hvivo-main__two-box-half-half .hvivo-main__full-width-image img {
    border-bottom: 5px solid #e1c72a; }
  .hvivo-main__section4 .hvivo-main__latest-media-inner-container {
    border-top: 5px solid #e1c72a; }
.hvivo-main__two-box {
  margin-bottom: 30px; }
.hvivo-main__two-box-1 {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 48em) {
    .hvivo-main__two-box-1 {
      padding-left: 30px;
      padding-right: 30px; } }
.hvivo-main__two-box-2 {
  text-align: center;
  margin-top: 10px; }
  @media (min-width: 48em) {
    .hvivo-main__two-box-2 {
      text-align: right; } }
  .hvivo-main__two-box-2 img {
    width: 100%;
    height: 100%; }
.hvivo-main__text {
  padding: 0 30px 0 30px; }
  .hvivo-main__text ul {
    margin-left: 30px; }
.hvivo-main__button-light, .hvivo-main__button-dark, .hvivo-main__button-empty {
  margin: 0 auto;
  padding: 10px;
  width: 140px; }
.hvivo-main__button-light {
  color: #191b1b;
  background-color: #FFFFFF; }
.hvivo-main__button-dark {
  color: #FFFFFF;
  background-color: #303537; }
  .hvivo-main__button-dark a {
    color: #FFFFFF; }
.hvivo-main__full-width-image {
  width: 100%; }
  .hvivo-main__full-width-image img, .hvivo-main__full-width-image video {
    width: inherit; }
  .hvivo-main__full-width-image p iframe, .hvivo-main__full-width-image iframe {
    width: 100%;
    height: 166px; }
    @media (min-width: 37.5em) {
      .hvivo-main__full-width-image p iframe, .hvivo-main__full-width-image iframe {
        height: 380px; } }
    @media (min-width: 48em) {
      .hvivo-main__full-width-image p iframe, .hvivo-main__full-width-image iframe {
        height: 280px; } }
    @media (min-width: 68.75em) {
      .hvivo-main__full-width-image p iframe, .hvivo-main__full-width-image iframe {
        height: 224px; } }
    @media (min-width: 81.25em) {
      .hvivo-main__full-width-image p iframe, .hvivo-main__full-width-image iframe {
        height: 263px; } }
    @media (min-width: 120em) {
      .hvivo-main__full-width-image p iframe, .hvivo-main__full-width-image iframe {
        height: 410px; } }
.hvivo-main__two-box-half-half {
  margin-bottom: 30px; }
  .hvivo-main__two-box-half-half .hvivo-main__button-dark {
    margin: 0 auto;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%; }
    @media (min-width: 48em) {
      .hvivo-main__two-box-half-half .hvivo-main__button-dark {
        width: 140px; } }
.hvivo-main__two-box-half-half-text {
  padding: 15px;
  margin-bottom: 30px; }
  @media (min-width: 48em) {
    .hvivo-main__two-box-half-half-text {
      margin-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 68.75em) {
    .hvivo-main__two-box-half-half-text {
      padding: 30px; } }
.hvivo-main__hero {
  padding-top: 60px;
  position: relative; }
  .hvivo-main__hero h1 {
    color: #FFFFFF;
    font-size: 25px;
    padding-bottom: 0; }
    @media (min-width: 48em) {
      .hvivo-main__hero h1 {
        font-size: 50px; } }
  .hvivo-main__hero h2 {
    font-size: 20px; }
    @media (min-width: 48em) {
      .hvivo-main__hero h2 {
        font-size: 30px; } }
  .hvivo-main__hero .hvivo-main__full-width-image {
    margin-bottom: 0; }
.hvivo-main__hero-text-container {
  width: 100%;
  position: absolute;
  top: 90px; }
  @media (min-width: 48em) {
    .hvivo-main__hero-text-container {
      margin: 0 auto;
      margin-bottom: 30px;
      bottom: 0;
      top: auto; } }
  @media (min-width: 81.25em) {
    .hvivo-main__hero-text-container {
      margin-bottom: 130px; } }
.hvivo-main__hero-logo {
  background-image: url("../img/hero/logo-small.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  height: 50px; }
  @media (min-width: 48em) {
    .hvivo-main__hero-logo {
      height: 160px; } }
.hvivo-main__hero-logo-first {
  background-position: left;
  background-image: url("../img/hero/logo-tag.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px; }
  @media (min-width: 48em) {
    .hvivo-main__hero-logo-first {
      height: 160px; } }
.hvivo-main__page-inner-top-nav {
  margin-bottom: 30px; }
  .hvivo-main__page-inner-top-nav h1 a, .hvivo-main__page-inner-top-nav h2 a, .hvivo-main__page-inner-top-nav h3 a, .hvivo-main__page-inner-top-nav h4 a {
    color: #000000; }
  .hvivo-main__page-inner-top-nav ul li .current-menu-item,
  .hvivo-main__page-inner-top-nav ul li.current_page_item {
    border-bottom: 4px solid #000000; }
  .hvivo-main__page-inner-top-nav ul {
    display: inline-block;
    width: 100%; }
  .hvivo-main__page-inner-top-nav li:before {
    content: ''; }
  .hvivo-main__page-inner-top-nav li:hover {
    background-color: #000000;
    color: #FFFFFF; }
    .hvivo-main__page-inner-top-nav li:hover a {
      color: #FFFFFF; }
    .hvivo-main__page-inner-top-nav li:hover a:hover {
      color: #e1c72a; }
  .hvivo-main__page-inner-top-nav li {
    line-height: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 20px; }
    @media (min-width: 48em) {
      .hvivo-main__page-inner-top-nav li {
        width: 25%;
        float: left;
        display: inline-block; } }
.hvivo-main__close-button, .hvivo-main__rss-button, .hvivo-main__back-button {
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #000000;
  color: #FFFFFF;
  padding: 12px; }
  .hvivo-main__close-button a, .hvivo-main__rss-button a, .hvivo-main__back-button a {
    color: #FFFFFF; }
.hvivo-main__close-button {
  position: absolute;
  right: 30px;
  margin-top: 35px;
  padding-left: 15px;
  font-size: 20px; }
.hvivo-main__rss-button {
  position: absolute;
  right: 30px;
  top: 0;
  padding-left: 13px; }
.hvivo-main__back-button {
  padding: 0;
  font-size: 35px;
  padding-left: 13px;
  display: inline-block; }
.hvivo-main__latest-thinking-container .hvivo-main__button-dark {
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 48em) {
    .hvivo-main__latest-thinking-container .hvivo-main__button-dark {
      width: 140px;
      margin-left: 30px; } }
.hvivo-main__latest-thinking-list-container .grid__item:nth-child(1) .hvivo-main__latest-thinking-item {
  border: none; }
@media (min-width: 48em) {
  .hvivo-main__latest-thinking-list-container .grid__item:nth-child(2) .hvivo-main__latest-thinking-item {
    border: none; } }
.hvivo-main__latest-thinking-item h2, .hvivo-main__related-resources-item h2, .hvivo-main__latest-media-item h2 {
  font-size: 24px; }
.hvivo-main__latest-thinking-item h3, .hvivo-main__related-resources-item h3, .hvivo-main__latest-media-item h3 {
  color: #191b1b;
  font-size: 16px; }
.hvivo-main__related-resources-container {
  position: relative;
  padding: 30px; }
  .hvivo-main__related-resources-container .hvivo-main__button-dark {
    width: 100%;
    text-align: center; }
    @media (min-width: 48em) {
      .hvivo-main__related-resources-container .hvivo-main__button-dark {
        margin: 0;
        width: 140px; } }
.hvivo-main__related-resources-item {
  border-top: 2px solid #000000;
  padding-top: 30px;
  margin-top: 30px; }
.hvivo-main__latest-media-container {
  padding: 30px; }
.hvivo-main__latest-media-inner-container {
  position: relative;
  padding-top: 30px; }
  .hvivo-main__latest-media-inner-container .hvivo-main__rss-button {
    position: absolute;
    right: 0;
    top: 30px;
    padding-left: 13px; }
  .hvivo-main__latest-media-inner-container .grid__item .hvivo-main__latest-media-item {
    border-top: 2px solid #000000; }
  .hvivo-main__latest-media-inner-container .grid__item:nth-child(1) .hvivo-main__latest-media-item {
    border: none; }
  @media (min-width: 48em) {
    .hvivo-main__latest-media-inner-container .grid__item:nth-child(2) .hvivo-main__latest-media-item, .hvivo-main__latest-media-inner-container .grid__item:nth-child(3) .hvivo-main__latest-media-item {
      border: none; } }
.hvivo-main__latest-media-item {
  margin-top: 30px;
  border-top: 2px solid #000000;
  padding-top: 30px; }
.hvivo-main__small-bottom-margin {
  margin-bottom: 30px; }
  @media (min-width: 48em) {
    .hvivo-main__small-bottom-margin {
      margin-bottom: 12px; } }
  @media (min-width: 64em) {
    .hvivo-main__small-bottom-margin {
      margin-bottom: 12px; } }
  @media (min-width: 68.75em) {
    .hvivo-main__small-bottom-margin {
      margin-bottom: 14px; } }
.hvivo-main__left-inner-nav {
  color: #000000; }
  .hvivo-main__left-inner-nav li {
    font-size: 18px; }
  .hvivo-main__left-inner-nav li:before {
    content: ''; }
.hvivo-main__text-big-button {
  margin-bottom: 30px; }
  .hvivo-main__text-big-button h1, .hvivo-main__text-big-button h2, .hvivo-main__text-big-button h3 {
    color: #000000; }
  .hvivo-main__text-big-button p {
    margin-top: 0; }
.hvivo-main__big-arrow-button-container, .hvivo-main__little-arrow-button-container {
  width: 100%;
  background-color: black;
  color: white; }
.hvivo-main__big-arrow-box, .hvivo-main__little-arrow-box {
  display: table;
  text-align: center;
  min-height: 120px;
  width: 100%; }
.hvivo-main__little-arrow-box {
  min-height: 50px; }
.hvivo-main__big-arrow, .hvivo-main__little-arrow {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }
  .hvivo-main__big-arrow a, .hvivo-main__little-arrow a {
    color: #FFFFFF; }
.hvivo-main__keep-going {
  display: none; }
  @media (min-width: 48em) {
    .hvivo-main__keep-going {
      display: block; } }
.hvivo-main__hero-large-container {
  display: none; }
  @media (min-width: 48em) {
    .hvivo-main__hero-large-container {
      display: block; } }
.hvivo-main__hero-small-container {
  position: relative;
  top: -10px;
  display: block; }
  @media (min-width: 48em) {
    .hvivo-main__hero-small-container {
      display: none; } }
.hvivo-main__hero-large {
  position: absolute; }
.hvivo-main__hero-small {
  position: absolute; }
.hvivo-main__no-style {
  color: #000000;
  padding: 0;
  padding-bottom: 30px;
  margin: 0;
  font-size: 16px; }
.hvivo-main__news-container h2 {
  font-size: 18px; }
.hvivo-main__news-container h3 {
  font-size: 16px;
  color: #000000; }
.hvivo-main__tag-list {
  padding: 10px;
  padding-left: 20px;
  padding-right: 0;
  display: inline-block; }
.hvivo-main__title-bg {
  padding-top: 60px;
  padding-bottom: 30px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
.hvivo-main__li-whole {
  width: 100% !important; }
.hvivo-main__li-half {
  width: 50% !important; }
.hvivo-main__li-third {
  width: 100% !important; }
  @media (min-width: 64em) {
    .hvivo-main__li-third {
      width: 33% !important; } }
.hvivo-main__li-quarter {
  width: 100% !important; }
  @media (min-width: 48em) {
    .hvivo-main__li-quarter {
      width: 100% !important; } }
  @media (min-width: 64em) {
    .hvivo-main__li-quarter {
      width: 25% !important; } }
.hvivo-main__breadcrumbs {
  margin-top: 10px; }
.hvivo-main__inner-nav-top {
  padding-top: 60px; }
.hvivo-main__category-list h3 {
  font-size: 1.25em !important; }

.hvivo-event {
  padding: 30px 0;
  border-top: 1px solid #bfbfbf;
  position: relative; }
  .hvivo-event :last-child {
    margin-bottom: 0; }
  .hvivo-event__content p {
    margin: 0; }
  .hvivo-event__content .hvivo-event__meta {
    margin: 0; }
  .hvivo-event__content .hvivo-event__title {
    color: black; }
  .hvivo-event__content .hvivo-event__action {
    word-wrap: break-all; }
  .hvivo-event__date-block {
    padding: 10px 30px;
    color: #00a757;
    background-color: black;
    text-align: center;
    text-transform: uppercase; }
    .hvivo-event__date-block .date-day {
      font-size: 2.5em; }
  @media (min-width: 37.5em) {
    .hvivo-event__content {
      display: inline-block;
      margin-left: 130px; }
    .hvivo-event__date-block {
      display: inline-block;
      position: absolute;
      top: 30px;
      left: 0; } }

.hvivo-event:last-child {
  padding-bottom: 60px; }

.hvivo-footer__container {
  text-align: center;
  width: 100%;
  padding-left: 0;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 240pxpx;
  line-height: 388.32816pxpx;
  font-size: 24pxrem;
  line-height: 38.83282pxrem; }
  @media (min-width: 48em) {
    .hvivo-footer__container {
      padding-left: 160px; } }
  .hvivo-footer__container p {
    color: #FFFFFF; }
  .hvivo-footer__container a {
    color: #FFFFFF; }
  .hvivo-footer__container a:hover {
    color: #e1c72a; }
.hvivo-footer__section-container {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  margin: 0 auto;
  width: 95%; }
  @media (min-width: 48em) {
    .hvivo-footer__section-container {
      width: 80%; } }
  .hvivo-footer__section-container .hvivo-main__section1 a {
    color: #FFFFFF; }
  .hvivo-footer__section-container .hvivo-main__section1 a:hover {
    color: #00a757; }
  .hvivo-footer__section-container .hvivo-main__section2 a {
    color: #FFFFFF; }
  .hvivo-footer__section-container .hvivo-main__section2 a:hover {
    color: #00a1e0; }
  .hvivo-footer__section-container .hvivo-main__section3 a {
    color: #FFFFFF; }
  .hvivo-footer__section-container .hvivo-main__section3 a:hover {
    color: #e50e62; }
  .hvivo-footer__section-container .hvivo-main__section4 a {
    color: #FFFFFF; }
  .hvivo-footer__section-container .hvivo-main__section4 a:hover {
    color: #e1c72a; }
.hvivo-footer__grid-content {
  text-align: left; }
.hvivo-footer__terms-container {
  margin-bottom: 10px; }
  .hvivo-footer__terms-container ul {
    display: inline; }
  .hvivo-footer__terms-container li {
    display: inline;
    border-left: 1px solid #FFFFFF;
    padding: 0 20px 0 20px; }
  .hvivo-footer__terms-container li:first-child {
    border-left: none; }
.hvivo-footer__designed-by {
  padding-top: 20px; }
  .hvivo-footer__designed-by a {
    text-decoration: underline; }

.uiToggleHide {
  display: none; }

.blog_archive--year {
  text-align: right; }
  .blog_archive--year:before {
    margin-right: 5px; }
  .blog_archive--year.open > a {
    font-weight: bold; }
  .blog_archive--year > ul {
    margin-top: 10px; }
.blog_archive--month {
  margin-left: 20px; }
  .blog_archive--month:before {
    margin-right: 5px; }
  .blog_archive--month.open > a {
    font-weight: bold; }
  .blog_archive--month > ul {
    margin-top: 10px; }
.blog_archive--post {
  margin-left: 20px; }
  .blog_archive--post:before {
    margin-right: 5px; }

form.search {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  float: left;
  clear: both; }
  form.search input[type=search] {
    width: 70%;
    box-sizing: border-box;
    float: left;
    clear: none; }
  form.search button {
    float: left;
    clear: none;
    width: 30%;
    height: 27px;
    box-sizing: border-box;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    border-style: none; }

.subscribe {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  .subscribe div {
    display: inline; }
    .subscribe div.es_msg {
      position: absolute;
      left: 5px;
      top: 28px;
      height: 25px; }
  .subscribe input[type=text] {
    width: 70%;
    box-sizing: border-box;
    float: left;
    clear: none;
    background: none;
    border: 1px solid #CCCCCC;
    height: 27px; }
    .subscribe input[type=text]:focus {
      background: #ffffff; }
  .subscribe input[type=button] {
    float: left;
    clear: none;
    width: 30%;
    height: 27px;
    box-sizing: border-box;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    border-style: none; }
  .subscribe .es_lablebox {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #aaaaaa;
    z-index: -1; }

.follow {
  max-width: 800px;
  margin: auto;
  min-height: 50px; }
  .follow_button {
    float: left;
    clear: none;
    width: 50%; }

/*# sourceMappingURL=main.css.map */
