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

											STYLES BY:


____________________________________________/\\\\\\__________________________________________________/\\\____
 ___________________________________________\////\\\________________________________________________/\\\\\____
  _________________________________/\\\_________\/\\\_____/\\\_____________________________________/\\\/\\\____
   _____/\\\\\_____/\\\____/\\\__/\\\\\\\\\\\____\/\\\____\///___/\\/\\\\\\_______/\\\\\\\\_______/\\\/\/\\\____
    ___/\\\///\\\__\/\\\___\/\\\_\////\\\////_____\/\\\_____/\\\_\/\\\////\\\____/\\\/////\\\____/\\\/__\/\\\____
     __/\\\__\//\\\_\/\\\___\/\\\____\/\\\_________\/\\\____\/\\\_\/\\\__\//\\\__/\\\\\\\\\\\___/\\\\\\\\\\\\\\\\_
      _\//\\\__/\\\__\/\\\___\/\\\____\/\\\_/\\_____\/\\\____\/\\\_\/\\\___\/\\\_\//\\///////___\///////////\\\//__
       __\///\\\\\/___\//\\\\\\\\\_____\//\\\\\____/\\\\\\\\\_\/\\\_\/\\\___\/\\\__\//\\\\\\\\\\___________\/\\\____
        ____\/////______\/////////_______\/////____\/////////__\///__\///____\///____\//////////____________\///_____



**************************************************************************************************************************************/
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
*, *:before, *:after {
  -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
  box-sizing: border-box; /* Everything else */
  margin: 0;
  padding: 0;
}

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

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 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/10/11.
 */
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;
  vertical-align: top;
}

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden,
[hidden] {
  display: none !important;
}

nav h1 {
  display: none;
} /* Being friendly to newsreaders */
html, body {
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "Antenna-Regular";
  src: url("/assets/fonts/Antenna-Regular.woff2") format("woff2"), url("/assets/fonts/Antenna-Regular.woff") format("woff"), url("/assets/fonts/Antenna-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Antenna-Medium";
  src: url("/assets/fonts/Antenna-Medium.woff2") format("woff2"), url("/assets/fonts/Antenna-Medium.woff") format("woff"), url("/assets/fonts/Antenna-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Antenna-Light";
  src: url("/assets/fonts/Antenna-Light.woff2") format("woff2"), url("/assets/fonts/Antenna-Light.woff") format("woff"), url("/assets/fonts/Antenna-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Antenna-ExtraLight";
  src: url("/assets/fonts/Antenna-ExtraLight.woff2") format("woff2"), url("/assets/fonts/Antenna-ExtraLight.woff") format("woff"), url("/assets/fonts/Antenna-ExtraLight.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
input[type=text], input[type=number], input[type=email], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: #fff;
  color: #333;
  border: 1px solid #C0C0C0;
  font-family: "Antenna-ExtraLight", sans-serif;
  font-size: 18px;
  line-height: 25px;
  padding: 8px 16px;
  width: 100%;
}

.field {
  width: 100%;
  margin-bottom: 12.5px;
}
.field::after {
  clear: both;
  content: "";
  display: table;
}
.field label {
  display: block;
  float: left;
  width: 30%;
}
.field .input {
  display: block;
  float: left;
  width: 70%;
}
.field .input label {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .field label {
    float: none;
    width: 100%;
  }
  .field .input {
    float: none;
    width: 100%;
  }
}

.checkbox {
  margin-right: 5px;
}

.checkbox + label {
  margin-right: 25px;
}

body {
  font-size: 18px;
  line-height: 25px;
  font-family: "Antenna-ExtraLight", sans-serif;
  font-weight: 400;
  color: #333;
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
}

#wrapper {
  position: relative;
  overflow: hidden;
  max-width: 20000px;
  width: 100%;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: "Antenna-Regular", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #E46300;
}

.h0 {
  font-family: "Antenna-Medium", sans-serif;
  font-size: 80px;
  line-height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 450px) {
  .h0 {
    font-size: 70px;
    line-height: 70px;
  }
}

h1, .h1 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
}

h2, .h2 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
}

h3, .h3 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
}

.small {
  font-size: 18px;
  line-height: 20px;
}

.main_format img {
  display: block;
  vertical-align: bottom;
}
.main_format p, .main_format figure, .main_format iframe, .main_format ul, .main_format ol, .main_format table {
  margin-bottom: 25px;
}
.main_format li {
  margin-left: 15px;
}
.main_format figcaption {
  margin-top: 25px;
}
.main_format table {
  table-layout: fixed;
  overflow-x: auto;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .main_format table {
    display: block;
  }
  .main_format table thead, .main_format table tbody {
    display: table;
    width: 100%;
  }
}
.main_format table p {
  margin-bottom: 0;
}
.main_format table th {
  text-align: left;
  padding-top: 12.5px;
  border: 1px solid #fff;
  font-family: "Antenna-Regular", sans-serif;
}
.main_format table tr td {
  padding-top: 6.25px;
  padding-bottom: 6.25px;
  border: 1px solid #fff;
}
.main_format table tr td, .main_format table tr th {
  padding-left: 5px;
  padding-right: 5px;
  background: #f6f6f6;
}
.main_format table tr td:last-child, .main_format table tr th:last-child {
  padding-right: 0;
}

.center li {
  list-style-position: inside;
}

hr {
  background-color: #333;
  border-width: 0;
  color: #333;
  height: 1px;
  line-height: 0;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
}
hr::after {
  clear: both;
  content: "";
  display: table;
}

a, .link {
  font-family: "Antenna-ExtraLight", sans-serif;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

a:hover, .link:hover {
  color: #E46300;
  border-bottom: 1px solid #E46300;
}

/* Image links remove the Magic border below images (another method would be to make images display as block) */
a img, a:hover img {
  border: none;
  text-decoration: none;
  vertical-align: bottom;
}

b, strong {
  font-family: "Antenna-Regular", sans-serif;
  font-weight: 400;
}

#wrapper {
  position: relative;
  width: 100%;
}

.site_width {
  position: relative;
  width: 100%;
  max-width: 4000px; /* 1200px + 40px */
  margin-left: auto;
  margin-right: auto;
}

.page_width {
  position: relative;
  width: 100%;
  max-width: 1450px; /* 1200px + 40px */
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.content_width {
  position: relative;
  width: 100%;
  max-width: 890px; /* 720px + 40px */
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}

#main {
  background: #fff;
  padding-bottom: 50px;
}

.grid {
  position: relative;
  width: calc(100% + 22px);
  margin-left: -11px;
}
@media only screen and (max-width: 450px) {
  .grid {
    width: 100%;
    margin-left: 0;
  }
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*=col-] {
  float: left;
  padding-left: 11px;
  padding-right: 11px;
}
@media only screen and (max-width: 450px) {
  [class*=col-] {
    float: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.col-1-3, .col-1-2, .col-2-3, .col-1-4 {
  position: relative;
}

.col-1-3 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 600px) {
  .col-1-3 {
    width: 100%;
  }
}

.col-1-4 {
  width: 25%;
}
@media only screen and (max-width: 600px) {
  .col-1-4 {
    width: 100%;
  }
}

.col-1-2 {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .col-1-2 {
    width: 100%;
  }
}

.col-2-3 {
  width: 66.6666666667%;
}
@media only screen and (max-width: 600px) {
  .col-2-3 {
    width: 100%;
  }
}

.col-1-2.invert_order {
  float: right;
}

.flex-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: calc(100% + 22px);
  margin-left: -11px;
}

[class^=flex-col-] {
  margin-bottom: 25px;
  padding-left: 11px;
  padding-right: 11px;
}

.flex-col-1-1 {
  width: 100%;
}

.flex-col-1-2 {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .flex-col-1-2 {
    width: 100%;
  }
}

.flex-col-1-3 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 600px) {
  .flex-col-1-3 {
    width: 100%;
  }
}

.flex-col-2-3 {
  width: 66.6666666666%;
}
@media only screen and (max-width: 600px) {
  .flex-col-2-3 {
    width: 100%;
  }
}

.flex-col-1-4 {
  width: 25%;
}
@media only screen and (max-width: 600px) {
  .flex-col-1-4 {
    width: 100%;
  }
}

.flex-col-1-5 {
  width: 20%;
}
@media only screen and (max-width: 600px) {
  .flex-col-1-5 {
    width: 100%;
  }
}

#header {
  position: relative;
  height: 150px;
  overflow: visible;
  background: #373A46;
}
#header::after {
  clear: both;
  content: "";
  display: table;
}
#header .content_width {
  height: 150px;
}
#header.light {
  background: #fff;
}
#header.light #logo a {
  background-image: url(/assets/images/creator-logo-dark.svg);
  border-bottom: none;
  text-decoration: none;
}
@media only screen and (max-width: 450px) {
  #header {
    display: table;
    width: 100%;
    height: 120px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #header .content_width {
    height: auto;
  }
}

#hamburger {
  z-index: 1;
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 20px;
  height: 14px;
}
@media only screen and (max-width: 450px) {
  #hamburger {
    position: relative;
    display: table-cell;
    width: 40px;
    min-width: 25px;
    vertical-align: bottom;
    left: 0;
    bottom: 0;
  }
}

#nav_button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: url(/assets/images/menu/hamburger.png) no-repeat left center transparent;
  background-size: contain;
}
@media only screen and (max-width: 450px) {
  #nav_button {
    background-position: left bottom;
    background-size: 20px 14px;
  }
}

#logo {
  position: absolute;
  width: 270px;
  height: 80px;
  bottom: 25px;
  left: calc(50% + 10px);
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/images/creator-logo-light.svg) no-repeat 0 0 transparent;
  background-size: contain;
  border-bottom: none;
  text-decoration: none;
}
#logo a:hover {
  text-decoration: none;
  border: none;
}
@media only screen and (max-width: 950px) {
  #logo {
    left: auto;
    right: 25px;
  }
}
@media only screen and (max-width: 450px) {
  #logo {
    width: 50%;
    height: auto;
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    left: 0;
    bottom: 0;
  }
  #logo a {
    width: 220px;
    height: 65.2px;
  }
}

.shop_image_container {
  padding: 0 10px;
}

.shop_line {
  width: 100%;
  margin-bottom: 25px;
}
.shop_line::after {
  clear: both;
  content: "";
  display: table;
}

.shop_line_title {
  float: left;
  width: 125px;
}

.shop_line_desc {
  float: left;
  width: calc(100% - 125px);
}

#footer {
  width: 100%;
  background: #373A46;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 300px;
}
#footer::after {
  clear: both;
  content: "";
  display: table;
}

#footer_phone {
  position: absolute;
  top: 12.5px;
  left: calc(50% + 10px);
  text-align: left;
  color: #E46300;
  font-family: "Antenna-Regular", sans-serif;
  font-size: 23px;
  line-height: 27px;
}
#footer_phone a {
  font-family: "Antenna-Regular", sans-serif;
  font-size: 23px;
  line-height: 27px;
  color: #E46300;
  border-bottom: none;
  text-decoration: none;
}
#footer_phone a:hover {
  color: #E46300;
  border-bottom: none;
  text-decoration: none;
}
@media only screen and (max-width: 950px) {
  #footer_phone {
    left: auto;
    right: 25px;
  }
}
@media only screen and (max-width: 950px) {
  #footer_phone {
    left: 25px;
    right: auto;
  }
}

.footer_phone {
  margin-top: 50px;
  color: #E46300;
  font-family: "Antenna-Regular", sans-serif;
  font-size: 23px;
  line-height: 27px;
  text-align: right;
}
.footer_phone a {
  font-family: "Antenna-Regular", sans-serif;
  font-size: 23px;
  line-height: 27px;
  color: #E46300;
  border-bottom: none;
  text-decoration: none;
}
.footer_phone a:hover {
  color: #E46300;
  border-bottom: none;
  text-decoration: none;
}

.footer_nav {
  margin-top: 50px;
  color: #fff;
}
.footer_nav a {
  font-family: "Antenna-Regular", sans-serif;
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
.footer_nav a:hover, .footer_nav a.here {
  color: #E46300;
  border-bottom: none;
  text-decoration: none;
}

#main_nav {
  display: none;
  position: absolute;
  left: 25px;
  top: 150px;
  margin-top: 0px;
  width: 300px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 25px;
  padding: 20px;
}
#main_nav ul {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  margin-bottom: 0;
}
#main_nav li {
  display: inline-block;
  padding-right: 0;
  width: 100%;
}
#main_nav li a {
  font-family: "Antenna-Regular", sans-serif;
  color: #333;
  border-bottom: none;
  text-decoration: none;
}
#main_nav li a:hover, #main_nav li a.here {
  color: #E46300;
  border-bottom: none;
  text-decoration: none;
}
#main_nav.open {
  display: table;
}
@media only screen and (max-width: 450px) {
  #main_nav {
    top: 95px;
  }
}

#sub_nav_container {
  padding-bottom: 50px;
}
#sub_nav_container::after {
  clear: both;
  content: "";
  display: table;
}

.nav_box_with_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  width: calc(100% + 20px);
  margin-bottom: 25px;
  margin-top: 50px;
}
.nav_box_with_content .sub_nav_item {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(50% - 20px);
  margin: 0 10px;
  margin-bottom: 25px;
  vertical-align: top;
}
.nav_box_with_content .sub_nav_item:hover .sub_nav_item_content {
  background: #b7b7ba;
}
@media only screen and (max-width: 600px) {
  .nav_box_with_content .sub_nav_item {
    width: 100%;
  }
}
.nav_box_with_content .sub_nav_item_content {
  text-align: center;
  padding: 10px;
  background: #EBEBEC;
  height: 100%;
}
.nav_box_with_content .sub_nav_item_content h2, .nav_box_with_content .sub_nav_item_content .h2 {
  margin-bottom: 0;
  hyphens: auto;
}
.nav_box_with_content .sub_nav_item_content a {
  border-bottom: none;
  text-decoration: none;
}
.nav_box_with_content .sub_nav_item_content a p {
  color: #333 !important;
  font-family: "Antenna-ExtraLight", sans-serif !important;
  hyphens: auto;
}

.nav_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  width: calc(100% + 20px);
  margin-bottom: 25px;
  margin-top: 50px;
}
.nav_box .sub_nav_item {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(50% - 20px);
  margin: 0 10px;
  margin-bottom: 10px;
  vertical-align: top;
}
.nav_box .sub_nav_item:hover a, .nav_box .sub_nav_item.here a {
  background-color: #ff994b;
  border-bottom: none !important;
}
.nav_box .sub_nav_item a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-family: "Antenna-ExtraLight", sans-serif !important;
  text-align: center;
  padding: 5px;
  background: #E46300;
  border-bottom: none;
  text-decoration: none;
}
@media only screen and (max-width: 450px) {
  .nav_box .sub_nav_item {
    width: calc(100% - 20px);
  }
}
.nav_box .sub_nav_item.small {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 600px) {
  .nav_box .sub_nav_item.small {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 450px) {
  .nav_box .sub_nav_item.small {
    width: calc(100% - 20px);
  }
}

.bx-wrapper {
  margin: 0 !important;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next,
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev {
  background: none !important;
  border-bottom: none;
}

#hero_container, #gMaps_container {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #E46300;
  margin-bottom: 50px;
}

#slides {
  width: 100%;
  list-style: none;
}

.slide_content {
  position: relative;
  width: 100%;
}

.slide_content_inner {
  position: relative;
  width: 100%;
  background-color: #373A46;
  min-height: 700px;
  color: #fff;
  background-size: cover;
  background-position: center top;
  -webkit-box-shadow: inset 0px -5px 28px 0px #000;
  -moz-box-shadow: inset 0px -5px 28px 0px #000;
  box-shadow: inset 0px -5px 28px 0px #000;
}
@media only screen and (max-width: 600px) {
  .slide_content_inner {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 450px) {
  .slide_content_inner {
    min-height: 600px;
  }
}

.slider_caption_container {
  position: absolute;
  left: calc(50% + 10px);
  width: 400px;
  bottom: 25px;
}
@media only screen and (max-width: 950px) {
  .slider_caption_container {
    left: auto;
    right: 25px;
  }
}
@media only screen and (max-width: 450px) {
  .slider_caption_container {
    left: 25px;
    right: auto;
    width: calc(100% - 50px);
  }
}

.arrow_down {
  position: absolute;
  left: calc(60% + 10px);
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(255, 255, 255, 0.9);
}

.slider_figcaption_title {
  color: #fff;
  font-family: "Antenna-Medium", sans-serif;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
  hyphens: manual;
}
@media only screen and (max-width: 450px) {
  .slider_figcaption_title {
    font-size: 65px;
    line-height: 65px;
  }
}

.slider_figcaption_text {
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider_arrow_left, .slider_arrow_left .bx-prev {
  display: block;
  width: 27px;
  height: 56px;
}

.slider_arrow_right, .slider_arrow_right .bx-right {
  display: block;
  width: 27px;
  height: 56px;
}

.slider_arrow_left {
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 27px;
  height: 56px;
  z-index: 4;
  background: url(/assets/images/slider/arrow-left.png) no-repeat left center transparent;
  cursor: pointer;
  text-indent: -999999px;
}
@media only screen and (max-width: 950px) {
  .slider_arrow_left {
    left: -25px;
  }
}

.slider_arrow_right {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 27px;
  height: 56px;
  z-index: 4;
  background: url(/assets/images/slider/arrow-right.png) no-repeat right center transparent;
  cursor: pointer;
  text-indent: -999999px;
}
@media only screen and (max-width: 950px) {
  .slider_arrow_right {
    right: -25px;
  }
}

.slider_arrow_left, .slider_arrow_left .bx-prev, .slider_arrow_right, .slider_arrow_right .bx-next {
  display: block;
  width: 27px;
  height: 56px;
  text-indent: -99999px;
}
@media only screen and (max-width: 950px) {
  .slider_arrow_left, .slider_arrow_left .bx-prev, .slider_arrow_right, .slider_arrow_right .bx-next {
    width: 21px;
    height: 43px;
  }
}

#content_container {
  padding-top: 50px;
  padding-bottom: 25px;
  border-top: 3px solid #E46300;
}

.button, a.button, button {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 0;
  border: none;
  font-size: 18px;
  line-height: 25px;
  font-family: "Antenna-Regular", sans-serif;
  padding: 12.5px;
  color: #fff;
  background-color: #E46300;
}
#projects li.here a {
  color: #E46300;
  border-bottom: 1px solid #E46300;
}

.pagination {
  color: #000;
  margin: 30px 0;
}
.pagination::after {
  clear: both;
  content: "";
  display: table;
}

.pagination_spacer {
  padding-right: 15px;
}

.page {
  color: #000;
  padding: 4px 11px;
  border: 1px solid #000;
  margin-right: 10px;
}

.prev_next_arrows {
  font-size: 24px;
}

.page.active, .pagination a:hover {
  background: #000;
  color: #000;
  border: 1px solid #000;
}

@media only screen and (max-width: 450px) {
  .hide-on-small {
    display: none;
  }
}

.hide-on-large {
  display: none;
}
@media only screen and (max-width: 450px) {
  .hide-on-large {
    display: inline-block;
  }
}

.block {
  width: 100%;
  margin-bottom: 25px;
}
.block::after {
  clear: both;
  content: "";
  display: table;
}

ul.thumbnail_slideshow_container {
  list-style: none;
  font-size: 0px;
  margin-left: -2%; /* should match li left margin */
}
@media only screen and (max-width: 450px) {
  ul.thumbnail_slideshow_container {
    margin-left: 0;
  }
}

ul.thumbnail_slideshow_container li {
  display: inline-block;
  padding: 1%;
  margin: 0 0 1% 1%;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  width: 19%; /* this value + 2.5 should = 20% */
}
@media only screen and (max-width: 600px) {
  ul.thumbnail_slideshow_container li {
    width: 32%;
  }
}
@media only screen and (max-width: 450px) {
  ul.thumbnail_slideshow_container li {
    width: 49%;
  }
}

ul.thumbnail_slideshow_container li img {
  max-width: 100%;
  height: auto;
}

.image_full_width, .img_full_width {
  display: block;
  width: 100%;
  height: auto;
}

.image_half_width {
  display: block;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.image_thumbnail {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  height: auto;
}

.image_full {
  display: block;
  max-width: 75%;
  height: auto;
}

.image_full_height {
  display: block;
  height: auto;
}

.google_maps_full_width {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
}

.google_maps_full_width iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.google_maps_item {
  margin-bottom: 25px;
}

.google_maps {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.image_left {
  float: left;
  width: 50%;
  padding-right: 7.5px;
}
@media only screen and (max-width: 450px) {
  .image_left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.image_right {
  float: left;
  width: 50%;
  padding-left: 7.5px;
}
@media only screen and (max-width: 450px) {
  .image_right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

a.download_icon {
  background: url(/assets/images/icons/Icons_download.svg) no-repeat left center transparent;
  background-size: 25px 25px;
  padding-left: 25px;
}

#creaTorTransparent {
  display: none;
}

.video_full_width_container {
  position: relative;
  padding-bottom: 53.5%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 25px;
}

.video_full_width_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

blockquote.quote {
  margin-bottom: 25px;
  margin-top: 25px;
}
blockquote.quote p {
  font-family: "Antenna-Regular", sans-serif;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 0;
}
@media only screen and (max-width: 450px) {
  blockquote.quote p {
    font-size: 70px;
    line-height: 70px;
  }
}
blockquote.quote cite {
  font-family: "Antenna-ExtraLight", sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
}

.hero {
  width: 100%;
  position: relative;
  min-height: 700px;
  padding-top: 50px;
  padding-bottom: 25px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  text-align: center;
  color: #fff;
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  line-height: 25px;
  -webkit-box-shadow: inset 0px 0px 20px 0 #333;
  -moz-box-shadow: inset 0px 0px 20px 0 #333;
  box-shadow: inset 0px 0px 20px 0 #333;
}
@media only screen and (max-width: 600px) {
  .hero {
    min-height: 500px;
    background-attachment: scroll;
  }
}
.hero h1 {
  display: inline-block;
  line-height: 63px;
  color: #fff;
}
.hero h1 span {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8cbed8+0,0084c9+81 */
  background: #8cbed8; /* Old browsers */
  background: -moz-linear-gradient(left, #8cbed8 0%, #0084c9 81%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8cbed8 0%, #0084c9 81%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8cbed8 0%, #0084c9 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8cbed8", endColorstr="#0084c9",GradientType=1 ); /* IE6-9 */
}
@media only screen and (max-width: 600px) {
  .hero h1 span {
    background: #0084c9;
    white-space: normal;
  }
}

#gMaps_container h2 {
  margin-bottom: 0;
}

#map {
  width: 100%;
  min-height: 700px;
}
@media only screen and (max-width: 600px) {
  #map {
    height: 500px;
  }
}

.gm-style .gm-style-iw {
  font-size: 18px;
}

#gallery_container {
  position: relative;
  width: 100%;
  margin-bottom: 155px;
}

#gallery_text_container {
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  color: #373A46;
  padding: 25px;
}
#gallery_text_container h1, #gallery_text_container h2, #gallery_text_container h3 {
  background: #333;
  color: #373A46;
}
#gallery_text_container.open {
  display: block;
}
@media only screen and (max-width: 600px) {
  #gallery_text_container {
    padding: 20px;
  }
}

#gallery_text_button {
  position: absolute;
  left: 0;
  bottom: -80px;
  cursor: pointer;
}

#gallery_text_button.open p.button {
  background: #373A46;
  color: #333;
  border: 1px solid #333;
}

#gallery_slider {
  position: relative;
  width: 100%;
}

.gallery_item {
  width: 100%;
  padding-top: 66.666666666%;
  position: relative;
}
.gallery_item .gallery_composition {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gallery_container {
  display: table;
  width: calc(100% + 2px);
  border-spacing: 2px;
  border-collapse: separate;
  margin-left: -2px;
  margin-bottom: 25px;
}

.tryptich_landscape {
  display: table-cell;
  width: 40%;
  height: inherit;
}

.tryptich_portrait {
  display: table-cell;
  width: 20%;
  height: inherit;
}

.diptych {
  display: table-cell;
  width: 50%;
  height: inherit;
}

.mono {
  display: table-cell;
  width: 100%;
  height: inherit;
}

#gallery_listing .gallery_container {
  display: inline-table;
  width: auto;
  margin-left: 0px;
  margin-right: -4px;
  margin-bottom: 0;
}

#gallery_listing figure {
  margin-bottom: 0 !important;
}

#gallery_listing a {
  text-decoration: none;
}

#gallery_listing a:hover .gallery_container {
  opacity: 0.7;
}

#gallery_listing .image_full_width {
  height: 80px;
  width: auto;
}

.social {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.social img {
  transition: filter 0.3s;
}

.social:hover img {
  filter: brightness(0) invert(1);
}

.italic {
  font-style: italic !important;
}

.no_border, a.no_border, a.no_border:hover {
  border: none;
  background: none;
  padding: 0;
}

.no_border_btm {
  border-bottom: none !important;
}

.no_margin, .nomargin {
  margin-bottom: 0px;
}

.no_margin_btm {
  margin-bottom: 0px !important;
}

.img_link, a.img_link, a.img_link:hover {
  display: block;
  border: none;
  padding: 0; /*  margin-bottom: 5px; */
}

.img_legend { /* font-size:12px;  */ }

.video_full_width {
  width: 100%;
  margin-bottom: 25px;
}

.align_right {
  text-align: right;
}
@media only screen and (max-width: 450px) {
  .align_right {
    text-align: left;
  }
}

.align_left {
  text-align: left;
}

.padding_right {
  padding-right: 25px;
}

.mini_margin_btm {
  margin-bottom: 6.25px !important;
}

.small_margin_btm {
  margin-bottom: 12.5px !important;
}

.margin_btm {
  margin-bottom: 25px !important;
}

.big_margin_btm {
  margin-bottom: 50px !important;
}

.large_margin_btm {
  margin-bottom: 75px !important;
}

.huge_margin_btm {
  margin-bottom: 100px !important;
}

.mini_margin_top {
  margin-top: 6.25px !important;
}

.small_margin_top {
  margin-top: 12.5px !important;
}

.margin_top {
  margin-top: 25px !important;
}

.big_margin_top {
  margin-top: 50px !important;
}

.large_margin_top {
  margin-top: 75px !important;
}

.huge_margin_top {
  margin-top: 100px !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.center {
  text-align: center !important;
}
@media only screen and (max-width: 450px) {
  .center {
    text-align: left !important;
  }
}

.no_wrap {
  white-space: nowrap !important;
}

.success {
  color: green !important;
}

.error {
  color: #C05F5F !important;
}

.hyphen {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.break {
  word-break: break-word;
}

a.modalbox_edit {
  color: #fff;
  background: #666;
  padding: 0 6px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; /* future proofing */
  -khtml-border-radius: 8px; /* for old Konqueror browsers */
  text-decoration: none;
  font-style: normal;
}

a:hover.modalbox_edit {
  color: #fff;
  background: #999;
  text-decoration: none;
}

#admin_box {
  position: fixed;
  top: 0;
  left: 50px;
  width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  background: url(/css/images/stripe-gray.png) repeat 0 0 transparent;
  z-index: 10;
}

#admin_box p {
  margin-bottom: 0;
}

#toggler {
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px 10px;
  z-index: 11;
}

#home #toggler {
  color: #fff;
}

.logged_in, tr.logged_in td {
  background: url(/css/images/stripe-gray.png) repeat 0 0 transparent;
}

.admin_background {
  background: #b21f17;
}

.admin_white, .admin_white a {
  color: white !important;
}

.admin_white {
  padding: 5px;
}

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