/*************************************
 Index of imports for editor styles
**************************************/
/*************************************
Foundation Variables
**************************************/
/*************************************
Fonts
- Make sure fallbacks are included
- e.g. $open-sans : 'Open Sans', Arial, Helvetica, sans-serif;
**************************************/
/*************************************
Colors
**************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,800,700,300);
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   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; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * 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, 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*************************************
WordPress Specifics
**************************************/
.alignleft, .alignright {
  display: inline-block; }

.alignleft {
  float: left;
  margin: 25px 25px 25px 0; }

.alignright {
  float: right;
  margin: 25px 0 25px 25px; }

@media only screen and (min-width: 641px) {
  .alignleft {
    margin: .25rem 25px 25px -25%; }

  .alignright {
    margin: .25rem -25% 25px 25px; } }
.alignnone {
  margin: 5px 15px 15px 0; }

.aligncenter {
  display: block;
  margin: 15px auto; }

.wp-caption {
  background: rgba(0, 0, 0, 0.1);
  border: 1px rgba(0, 0, 0, 0.3) solid;
  padding: 15px;
  font-size: 0.85em;
  text-align: center; }

.wp-caption img {
  border: 1px rgba(0, 0, 0, 0.3) solid;
  margin: 0 auto 15px auto;
  max-width: 98.5%;
  width: auto; }

* {
  box-sizing: border-box; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 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 */ }

html {
  font-size: 100%;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

.block-container .columns img {
  width: 100%; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.row::before, .row::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

@media screen and (min-width: 641px) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }
.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 641px) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 641px) {
  .medium-1 {
    width: 8.33333%; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }

  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }

  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }

  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }

  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }

  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }

  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }

  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }

  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }

  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }

  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }

  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }

  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }

  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }

  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }

  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }

  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 1025px) {
  .large-1 {
    width: 8.33333%; }

  .large-push-1 {
    position: relative;
    left: 8.33333%; }

  .large-pull-1 {
    position: relative;
    left: -8.33333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.66667%; }

  .large-push-2 {
    position: relative;
    left: 16.66667%; }

  .large-pull-2 {
    position: relative;
    left: -16.66667%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-4 {
    width: 33.33333%; }

  .large-push-4 {
    position: relative;
    left: 33.33333%; }

  .large-pull-4 {
    position: relative;
    left: -33.33333%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-5 {
    width: 41.66667%; }

  .large-push-5 {
    position: relative;
    left: 41.66667%; }

  .large-pull-5 {
    position: relative;
    left: -41.66667%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-7 {
    width: 58.33333%; }

  .large-push-7 {
    position: relative;
    left: 58.33333%; }

  .large-pull-7 {
    position: relative;
    left: -58.33333%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-8 {
    width: 66.66667%; }

  .large-push-8 {
    position: relative;
    left: 66.66667%; }

  .large-pull-8 {
    position: relative;
    left: -66.66667%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-10 {
    width: 83.33333%; }

  .large-push-10 {
    position: relative;
    left: 83.33333%; }

  .large-pull-10 {
    position: relative;
    left: -83.33333%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-11 {
    width: 91.66667%; }

  .large-push-11 {
    position: relative;
    left: 91.66667%; }

  .large-pull-11 {
    position: relative;
    left: -91.66667%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }

  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }

  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }

  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }

  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }

  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }

  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }

  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }

  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }

  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }

  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }

  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }

  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }

  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }

  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }

  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }

  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 1441px) {
  .xlarge-1 {
    width: 8.33333%; }

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }

  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }

  .xlarge-offset-0 {
    margin-left: 0%; }

  .xlarge-2 {
    width: 16.66667%; }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }

  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }

  .xlarge-offset-1 {
    margin-left: 8.33333%; }

  .xlarge-3 {
    width: 25%; }

  .xlarge-push-3 {
    position: relative;
    left: 25%; }

  .xlarge-pull-3 {
    position: relative;
    left: -25%; }

  .xlarge-offset-2 {
    margin-left: 16.66667%; }

  .xlarge-4 {
    width: 33.33333%; }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }

  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }

  .xlarge-offset-3 {
    margin-left: 25%; }

  .xlarge-5 {
    width: 41.66667%; }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }

  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }

  .xlarge-offset-4 {
    margin-left: 33.33333%; }

  .xlarge-6 {
    width: 50%; }

  .xlarge-push-6 {
    position: relative;
    left: 50%; }

  .xlarge-pull-6 {
    position: relative;
    left: -50%; }

  .xlarge-offset-5 {
    margin-left: 41.66667%; }

  .xlarge-7 {
    width: 58.33333%; }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }

  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }

  .xlarge-offset-6 {
    margin-left: 50%; }

  .xlarge-8 {
    width: 66.66667%; }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }

  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }

  .xlarge-offset-7 {
    margin-left: 58.33333%; }

  .xlarge-9 {
    width: 75%; }

  .xlarge-push-9 {
    position: relative;
    left: 75%; }

  .xlarge-pull-9 {
    position: relative;
    left: -75%; }

  .xlarge-offset-8 {
    margin-left: 66.66667%; }

  .xlarge-10 {
    width: 83.33333%; }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }

  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }

  .xlarge-offset-9 {
    margin-left: 75%; }

  .xlarge-11 {
    width: 91.66667%; }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }

  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }

  .xlarge-offset-10 {
    margin-left: 83.33333%; }

  .xlarge-12 {
    width: 100%; }

  .xlarge-offset-11 {
    margin-left: 91.66667%; }

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }

  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }

  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left; }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }

  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }

  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left; }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }

  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }

  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left; }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }

  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }

  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left; }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }

  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }

  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left; }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }

  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }

  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left; }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }

  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }

  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left; }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }

  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }

  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left; }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 641px) {
  .medium-text-left {
    text-align: left; }

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

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

  .medium-text-justify {
    text-align: justify; } }
@media screen and (min-width: 1025px) {
  .large-text-left {
    text-align: left; }

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

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

  .large-text-justify {
    text-align: justify; } }
@media screen and (min-width: 1441px) {
  .xlarge-text-left {
    text-align: left; }

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

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

  .xlarge-text-justify {
    text-align: justify; } }
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 640px) {
  .hide-for-small-only {
    display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 641px) {
  .show-for-small-only {
    display: none !important; } }
@media screen and (min-width: 641px) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 640px) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 640px), screen and (min-width: 1025px) {
  .show-for-medium-only {
    display: none !important; } }
@media screen and (min-width: 1025px) {
  .hide-for-large {
    display: none !important; } }
@media screen and (max-width: 1024px) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hide-for-large-only {
    display: none !important; } }
@media screen and (max-width: 1024px), screen and (min-width: 1441px) {
  .show-for-large-only {
    display: none !important; } }
@media screen and (min-width: 1441px) {
  .hide-for-xlarge {
    display: none !important; } }
@media screen and (max-width: 1440px) {
  .show-for-xlarge {
    display: none !important; } }
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .hide-for-xlarge-only {
    display: none !important; } }
@media screen and (max-width: 1440px), screen and (min-width: 1921px) {
  .show-for-xlarge-only {
    display: none !important; } }
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?ydk6vg");
  src: url("fonts/icomoon.eot?#iefixydk6vg") format("embedded-opentype"), url("fonts/icomoon.woff?ydk6vg") format("woff"), url("fonts/icomoon.ttf?ydk6vg") format("truetype"), url("fonts/icomoon.svg?ydk6vg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-list::before {
  content: '\e600'; }

/***** Fonts *****/
/**** Shop V2 Style ****/
/*html, body { overflow-x: hidden; }*/
body {
  font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.625;
  background-color: #000000;
  position: relative;
  color: #333333;
  font-weight: 300; }

p {
  color: #333333;
  margin: 0 0 28px;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  margin: 0 0 16px; }

h1 {
  font-size: 3rem;
  /* 48px */ }

h2 {
  font-size: 2.25rem;
  /* 36px */ }

h3 {
  font-size: 1.25rem;
  /* 20px */
  text-transform: uppercase; }

h4 {
  font-size: 1.15rem;
  /* 18.4px */ }

h5 {
  font-size: 1rem;
  /* 16px */
  text-transform: uppercase; }

h6 {
  font-size: 1rem;
  /* 16px */
  font-weight: 300; }

ol, ul {
  margin: 0 0 24px 24px;
  padding: 0; }

blockquote p {
  color: #FDCA49;
  font-size: 2rem;
  line-height: 2.75rem;
  font-family: "adobe-garamond-pro";
  font-style: italic;
  margin: 3rem 0; }

code {
  font-family: Courier, monospace;
  font-size: 1rem;
  /* 16px */
  background-color: #ccc;
  padding: 2rem 0; }

/*
* Set base and after header spacing.
*/
* + blockquote {
  margin-top: 1.66667rem; }

* + ul {
  margin-top: 1.75rem; }

* + ol {
  margin-top: 1.75rem; }

* + p {
  margin-top: 1.1111rem; }

* + h1 {
  margin-top: 2.5rem; }

* + h2 {
  margin-top: 1.88889rem; }

* + h3 {
  margin-top: 1.5rem; }

* + h4 {
  margin-top: 1.25rem; }

* + h5 {
  margin-top: 1.1111rem; }

h1 + h2 {
  margin-top: 1.375rem; }

h1 + h3 {
  margin-top: 1rem; }

h1 + h4 {
  margin-top: 0.75rem; }

h1 + h5 {
  margin-top: 0.675rem; }

h1 + h6 {
  margin-top: 0.5rem; }

h1 + p {
  margin-top: 0.8333rem; }

h2 + h3 {
  margin-top: 0.5rem; }

h2 + h4 {
  margin-top: 0.375rem; }

h2 + h5 {
  margin-top: 0.25rem; }

h2 + h6 {
  margin-top: 0.125rem; }

h2 + p {
  margin-top: 1rem; }

h3 + h4 {
  margin-top: 0.375rem; }

h3 + h5 {
  margin-top: 0.25rem; }

h3 + h6 {
  margin-top: 0.125rem; }

h3 + p {
  margin-top: 0.555rem; }

h4 + h5 {
  margin-top: 0.25rem; }

h4 + h6 {
  margin-top: 0.125rem; }

h4 + p {
  margin-top: 0.555rem; }

h5 + h6 {
  margin-top: 0.125rem; }

h5 + p {
  margin-top: 0.2777rem; }

h5 + ul {
  margin-top: 0.5555rem; }

h5 + ol {
  margin-top: 0.5555rem; }

h6 + p {
  margin-top: 0.2777rem; }

h6 + ul {
  margin-top: 0.5555rem; }

h6 + ol {
  margin-top: 0.5555rem; }

img {
  font-family: 'open sans'; }

.center {
  text-align: center; }

ul {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
  padding-left: 1.3em; }

li {
  margin: 0;
  padding: 0; }

blockquote {
  color: #FDCA49;
  margin: 2rem 1rem;
  font-size: 2rem;
  line-height: 2.75rem;
  font-family: "adobe-garamond-pro";
  font-style: italic; }

blockquote p {
  color: #FDCA49;
  font-size: 2rem;
  line-height: 2.75rem;
  font-family: "adobe-garamond-pro";
  font-style: italic; }

.block-container.jory-blue {
  background-color: #8FB8BA; }

.bg-gray-light {
  background-color: #b2b2b2 !important; }

.pageContainer .bg-gray-light .block-inner h2 {
  color: #000000; }

/* link to external client site */
.out-link {
  font-weight: 700; }

#global-wrapper {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  width: 100%; }

a#menu {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 2.75rem;
  z-index: 1000;
  outline: none; }

/*** Links ***/
a:link {
  color: #FDCA49;
  text-decoration: none;
  line-height: inherit; }

a:visited {
  color: #FDCA49; }

a:hover {
  color: #d96527; }

a:active,
a:focus {
  border: 0; }

.dark {
  color: #333333 !important; }

.light {
  color: #ffffff !important; }

figure {
  margin: 0;
  padding: 0; }

a.button {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid #FDCA49;
  color: #FDCA49;
  padding: 15px 35px;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: .9rem; }
  a.button:hover {
    border: 1px solid #d96527;
    color: #d96527; }

.recentWork {
  background: url("//dummyimage.com/1500x600/c5c5c5/ffffff.png") center center no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0; }
  .recentWork a,
  .recentWork p {
    display: block;
    position: relative; }
  .recentWork a h3 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 30px;
    position: relative; }
  .recentWork a .recentCol:before {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25); }
  .recentWork a:hover h3 {
    margin-top: 0;
    color: #FDCA49; }
  .recentWork a:hover p {
    color: #FDCA49; }
  .recentWork a:hover .recentCol:before {
    background: rgba(0, 0, 0, 0.55); }
  .recentWork h3,
  .recentWork p {
    color: #ffffff; }

.recentCol1,
.recentCol2 {
  padding: 350px 50px 10px 50px;
  position: relative; }
  .recentCol1 h3,
  .recentCol1 p,
  .recentCol2 h3,
  .recentCol2 p {
    z-index: 1; }

.recentCol1 {
  background: url("//dummyimage.com/1500x600/c5c5c5/ffffff.png") center center no-repeat;
  width: 100%;
  height: 550px; }

.recentCol2 {
  background: url("//dummyimage.com/1500x600/333333/ffffff.png") center center no-repeat;
  width: 100%;
  height: 550px; }

.recentContainer {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5rem 0; }

#pageMastheadContainer {
  padding: 4.6875rem 0 1rem 0;
  text-align: center; }
  #pageMastheadContainer svg {
    fill: #FDCA49;
    width: 200px; }

#pageMastheadContainer h1,
#homeMastheadContainer h1 {
  padding-top: 1.75rem;
  color: #FDCA49; }

#homeMastheadContainer {
  padding: 4.6875rem 0;
  text-align: center; }

.pageContainer {
  padding-top: 0;
  padding-bottom: 0; }

.workContainer {
  padding-top: 3rem;
  padding-bottom: 4.375rem; }

.workBlock {
  background-color: #eeeeee;
  padding-bottom: .5rem;
  margin-bottom: 2rem; }
  .workBlock img {
    margin-bottom: .75rem; }
  .workBlock h4,
  .workBlock p {
    padding: 0 1rem .2rem 1rem; }

.pageDetailsContent {
  padding-top: .5rem;
  padding-bottom: 0;
  margin-bottom: 30px; }

.workContent {
  margin-top: 0;
  padding-right: 0; }

.workContentLeft {
  padding-top: 4em;
  padding-left: 2em; }

.blogContainer {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.meta p, .meta h4 {
  text-align: center; }
.meta time {
  font-size: .9rem;
  font-style: italic; }

.post-content {
  margin-bottom: 2rem; }

.thumbnail {
  text-align: center;
  margin: 1.5rem 0; }

.ctg {
  background: url(../img/tag.svg) 0 1px no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  font-size: .8rem; }

.pullQuote {
  background-color: #eeeeee;
  padding: 5.5em 0;
  margin: .5em 0 4em 0;
  height: 250px; }
  .pullQuote blockquote {
    text-align: center;
    font-size: 1.50em;
    font-weight: 200;
    font-style: italic; }

#pagePhotoContainer {
  padding-top: 13.75em;
  padding-bottom: 9.375em;
  height: 500px;
  background-image: url("images/photoContainerDefault.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #pagePhotoContainer h2 {
    text-align: center;
    font-weight: 500;
    font-size: 2.25rem;
    letter-spacing: .1rem;
    line-height: 3rem;
    color: #F1E7ED;
    background-color: rgba(0, 0, 0, 0.8);
    margin-right: 4rem;
    margin-left: 4rem;
    display: inline-block;
    padding: 1.5rem 1rem; }

.pageContainer2,
.pageContainer3 {
  padding-top: 5.625em;
  padding-bottom: 4.375em; }

.pageDetailsContent2 {
  padding-top: .9em;
  padding-bottom: .9em; }

.pageContainer4 {
  padding-top: 13.75em;
  padding-bottom: 9.375em;
  height: 500px;
  background: url("http://dummyimage.com/1400x500/e1e1e1/ffffff.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .pageContainer4 h4 {
    text-align: center; }

.pageDetailsContent3 {
  padding-top: .9em;
  padding-bottom: .9em; }

.pageContainer5 {
  padding-top: 20px;
  padding-bottom: 20px;
  height: inherit;
  background: url("") 0 0 no-repeat;
  background-size: cover;
  background-position: center; }

#labContainer .row {
  max-width: 100%; }
#labContainer .pageDetailsContent {
  position: relative;
  padding: 0; }
#labContainer a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden; }
#labContainer figure {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  position: relative;
  display: block;
  overflow: hidden; }
  #labContainer figure:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
#labContainer figcaption {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 12rem; }
  #labContainer figcaption:hover {
    opacity: 1;
    padding-top: 10.5rem; }

figure figcaption {
  font-size: .9rem;
  color: #777777;
  font-style: italic;
  margin-bottom: 2rem;
  text-align: center;
  padding: 0 2rem; }

/* captions on interior pages */
.shadeOrange {
  background-color: #d96527; }
  .shadeOrange h3,
  .shadeOrange h6 {
    color: #ffffff;
    margin-bottom: 0; }

.shadeGray {
  background-color: #eeeeee; }

.shadeDarkGray {
  background-color: #dddddd; }

.projectIntro {
  font-size: 1.2rem; }

.pageIntro {
  font-size: 1.5rem;
  padding-top: 50px; }

.socialIcons {
  margin-top: 60px;
  text-align: center; }
  .socialIcons img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 10px; }
    .socialIcons img:hover {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }

.paddingBottom {
  padding-bottom: 1.4em; }

.pagination {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: .25rem;
  display: inline-block;
  min-width: 10%;
  border-radius: 5px; }
  .pagination:hover {
    background-color: #eeeeee; }
  .pagination li {
    display: inline-block;
    list-style: none; }
  .pagination .grav_page_navi {
    padding: 0; }
  .pagination li:not(.bpn-prev-link):not(:nth-child(2))::before {
    content: ' | ';
    display: inline-block;
    font-weight: 300; }

.pagination li a,
.pagination li {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.6em;
  margin-top: 0; }

.pagination li a,
.pagination li span {
  padding: .25rem; }

.blog.paged .pagination li.bpn-prev-link::after {
  content: ' | ';
  display: inline-block; }

/***** Static Nav *****/
#mainContent {
  margin-left: 0; }

.leadImageSection {
  background: url(images/desk2_1400.jpg) 50% 50%/cover no-repeat;
  padding: 35vh 50px 0 50px;
  height: 100vh !important; }
  .leadImageSection h1,
  .leadImageSection h2 {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    margin: 0; }
  .leadImageSection h1 {
    color: #FDCA49; }
  .leadImageSection h2 {
    line-height: 2.5rem; }

.middle-quote {
  clear: both;
  padding: 250px 0; }
  .middle-quote h2 {
    font-family: "adobe-garamond-pro";
    color: #FDCA49;
    font-style: italic; }

.services {
  padding: 150px 0 200px 0;
  background-color: #ffffff; }
  .services h5 {
    margin-bottom: 30px;
    color: #FDCA49; }
  .services h3 {
    font-family: "adobe-garamond-pro";
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .03rem;
    color: #ffffff; }
  .services .row div {
    margin-bottom: 30px; }

.svcIcon {
  text-align: center; }

.clients {
  padding: 100px 0; }
  .clients img {
    margin-right: 7px;
    margin-bottom: 10px; }

.clientImages {
  padding: 60px 0; }

.formContainer {
  padding: 75px 0; }

li.strike-through a {
  text-decoration: line-through;
  cursor: default; }

/***** Blocks *****/
.block-html {
  margin-top: 100px;
  margin-bottom: 100px; }

.full-width-image img {
  width: 100%; }

.block-image {
  padding-bottom: 2rem; }

.block-inner {
  padding: 13rem 0; }

.block-link-page {
  transition: all 0.5s ease; }

.block-link-page:hover {
  opacity: .8; }

.post-single {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .post-single.padding-top-none {
    padding-top: 0; }

.single-post #pagePhotoContainer {
  min-height: 400px;
  height: auto;
  padding-top: 11.5em;
  padding-bottom: 8.375em; }

/* 404 Page */
.lost-wrap {
  padding: 10rem 0;
  	/* In Progress full screen image for 404 page.
  	background: url(../images/cat-poison.jpg) no-repeat center center rgba(253,202,73,1);
  	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	*/
  color: #ffffff;
  background-color: #fdca49; }
  .lost-wrap a {
    color: #ffffff; }
