/*
Theme Name: 371 Productions
Description: 371 Productions design
Author: bridgetwes
Author URI: http://unboxinteractive.com/
Version: 1.0
*/
html {
  box-sizing: border-box; }

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

/** Remove color from path1 when import new from icomoon */
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/371productions/_font_icons/icomoon.eot?tah5hr");
  src: url("/wp-content/themes/371productions/_font_icons/icomoon.eot?tah5hr#iefix") format("embedded-opentype"), url("/wp-content/themes/371productions/_font_icons/icomoon.ttf?tah5hr") format("truetype"), url("/wp-content/themes/371productions/_font_icons/icomoon.woff?tah5hr") format("woff"), url("/wp-content/themes/371productions/_font_icons/icomoon.svg?tah5hr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-chevron-down:before {
  content: "\e90e"; }

.icon-chevron-up:before {
  content: "\e913"; }

.icon-close:before {
  content: "\e90d"; }

.icon-menu:before {
  content: "\e90c"; }

.icon-facebook2 .path1:before {
  content: "\e90a"; }

.icon-facebook2 .path2:before {
  content: "\e90b";
  margin-left: -1em;
  color: white; }

.icon-search:before {
  content: "\e908"; }

.icon-cart:before {
  content: "\e909"; }

.icon-rss .path1:before {
  content: "\e902"; }

.icon-rss .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: white; }

.icon-youtube .path1:before {
  content: "\e906"; }

.icon-youtube .path2:before {
  content: "\e907";
  margin-left: -1em;
  color: white; }

.icon-tumblr .path1:before {
  content: "\e900"; }

.icon-tumblr .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: white; }

.icon-vimeo .path1:before {
  content: "\e90f"; }

.icon-vimeo .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: white; }

.icon-facebook .path1:before {
  content: "\e911"; }

.icon-facebook .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: white; }

.icon-twitter .path1:before {
  content: "\e903"; }

.icon-twitter .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: white; }

/**************** Breakpoints **************/
/* to set breakpoints  media or tablet
@include media($mobile) {
  @include span-columns(3);
} */
/**************** END: Breakpoints **************/
/**************** Colors ************/
/* h2 and accent */
/* accent */
/* links and accent */
/* nav bar and footer */
/************************* Mixins and Global Stuff ************************/
/********* Unbox additions  - also uncomment h1 below ******/
/* make videos full width */
/*embed, iframe, object, video{
	@include margin( em(20) 0 );
	max-width: 100%;
	width: 100%;
	height: 100%;
}*/
/* Add padding around mp3 player */
.mejs-container {
  margin: 1.25em 0; }

html, body {
  font-size: 100%; }

input[type=text], input[type=email], input[type=tel], textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  /*** safair mobile, remove rounded corners and shadows in input fields **/
  outline: 0em;
  /* fixes blue outline in Chrome */ }

select {
  -webkit-appearance: menu-item;
  -moz-appearance: menu-item;
  -webkit-border-radius: 0em;
  /*** safair mobile, remove rounded corners and shadows in input fields **/
  border-radius: 0em;
  height: 2.0625em; }

a {
  outline: 0em;
  /* so anchors don't get borders (on tabs usually) */ }

ol, ul, h1, h2, h3, h4, h5, h6, div, p {
  padding: 0em;
  margin: 0em; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  clear: both;
  /** this fixes any floated images so heading will not be affected by them. **/ }

.clear {
  clear: both;
  content: " ";
  display: block;
  font-size: 0em;
  height: 0em;
  line-height: 1px;
  visibility: hidden;
  overflow: hidden; }

img.alignleft, div.alignleft {
  float: left;
  margin: 0.3125em 1.25em 0.625em 0; }
  @media screen and (max-width: 37.5em) {
    img.alignleft, div.alignleft {
      float: none;
      margin: 0em auto 1.25em;
      display: block; } }

img.alignright, div.alignright {
  float: right;
  margin: 0.3125em 0 0.625em 1.25em; }
  @media screen and (max-width: 37.5em) {
    img.alignright, div.alignright {
      float: none;
      margin: 0em auto 1.25em;
      display: block; } }

img.aligncenter, div.aligncenter {
  display: block;
  margin: 0.25em auto; }

/************** END: Unbox Additions ****************/
/*! 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, body {
  font-size: 100%; }

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 0 none;
  text-decoration: none; }

/**
 * 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/*h1 { -- not used
  font-size: 2em;
  margin: 0.67em 0;
}*/
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0em;
  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: 0em;
  display: inline-block;
  vertical-align: middle; }

dd {
  margin-left: 0; }

address {
  font-style: normal; }

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

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

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

/**
 * 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: 0em;
  /* 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: 0em;
  padding: 0em; }

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

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

/**
 * 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: 0em;
  /* 1 */
  padding: 0em;
  /* 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: 0em; }

td,
th {
  padding: 0em; }

/******************* Product Archive **************/
#products-wrapper {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 74.46809%; }
  #products-wrapper:last-child {
    margin-right: 0; }
  @media screen and (max-width: 56.25em) {
    #products-wrapper {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      #products-wrapper:last-child {
        margin-right: 0; } }
  #products-wrapper h2 {
    /* Available through partners */
    margin-bottom: 0.72222em;
    padding-top: 0.63889em; }

.products::after {
  clear: both;
  content: "";
  display: table; }
.products li {
  margin-bottom: 1.94118em; }
  @media screen and (min-width: 56.25em) {
    .products li {
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 31.42857%; }
      .products li:last-child {
        margin-right: 0; }
      .products li:nth-child(3n) {
        margin-right: 0; }
      .products li:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .products li {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%; }
      .products li:last-child {
        margin-right: 0; }
      .products li:nth-child(4n) {
        margin-right: 0; }
      .products li:nth-child(4n+1) {
        clear: left; } }
  @media screen and (max-width: 37.5em) {
    .products li {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      .products li:last-child {
        margin-right: 0; }
      .products li:nth-child(2n) {
        margin-right: 0; }
      .products li:nth-child(2n+1) {
        clear: left; } }
  .products li a {
    display: block;
    color: #4d4d4d;
    padding-bottom: 0.29412em; }
    .products li a.add_to_cart_button {
      color: white;
      display: inline-block; }
  .products li img {
    border: 1px solid #dcdcdc; }
  .products li h3 {
    font-size: 1em;
    line-height: 1.41176em;
    padding-bottom: 0; }
  .products li .format, .products li .price {
    font-size: 0.88235em;
    line-height: 1.6em; }
  .products li .price {
    font-weight: bold; }

/******************** END: Product Archive ****************/
/******************** Single Product *******************/
.single-product #maincontent .product {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 74.46809%; }
  .single-product #maincontent .product .shop_heading h2 {
    border-bottom: 0 none;
    text-transform: none;
    font-family: "proxima-nova",sans-serif;
    /* 400 & 700 */ }
  .single-product #maincontent .product h1 {
    font-size: 1.3125em;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 0; }
  .single-product #maincontent .product:last-child {
    margin-right: 0; }
  @media screen and (max-width: 56.25em) {
    .single-product #maincontent .product {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      .single-product #maincontent .product:last-child {
        margin-right: 0; } }
  .single-product #maincontent .product .images {
    margin: 0.375em 0 1.875em; }
    @media screen and (min-width: 56.25em) {
      .single-product #maincontent .product .images {
        float: left;
        display: block;
        margin-right: 2.85714%;
        width: 54.28571%; }
        .single-product #maincontent .product .images:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 37.5em) and (max-width: 56.25em) {
      .single-product #maincontent .product .images {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%; }
        .single-product #maincontent .product .images:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 37.5em) {
      .single-product #maincontent .product .images {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 100%; }
        .single-product #maincontent .product .images:last-child {
          margin-right: 0; } }
    .single-product #maincontent .product .images img {
      border: 1px solid #dcdcdc; }
  .single-product #maincontent .product .summary {
    margin-bottom: 1.875em; }
    @media screen and (min-width: 56.25em) {
      .single-product #maincontent .product .summary {
        float: left;
        display: block;
        margin-right: 2.85714%;
        width: 42.85714%;
        margin-right: 0; }
        .single-product #maincontent .product .summary:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 37.5em) and (max-width: 56.25em) {
      .single-product #maincontent .product .summary {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%;
        margin-right: 0; }
        .single-product #maincontent .product .summary:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 37.5em) {
      .single-product #maincontent .product .summary {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 100%;
        margin-right: 0; }
        .single-product #maincontent .product .summary:last-child {
          margin-right: 0; } }
    .single-product #maincontent .product .summary p {
      font-size: 0.9375em;
      line-height: 1.6em; }
    .single-product #maincontent .product .summary .variations {
      margin-bottom: 0.9375em; }
      .single-product #maincontent .product .summary .variations td {
        vertical-align: top; }
      .single-product #maincontent .product .summary .variations .label {
        font-weight: 700;
        padding-right: 0.3125em;
        padding-top: 0.4375em;
        display: block; }
      .single-product #maincontent .product .summary .variations .reset_variations {
        white-space: nowrap;
        padding: 0.3125em 0;
        font-size: 0.875em; }
    .single-product #maincontent .product .summary .single_variation {
      padding-bottom: 0.9375em; }
  .single-product #maincontent .product .amount {
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 700; }
  .single-product #maincontent .product .quantity {
    font-size: 1.125em;
    line-height: 1.11111em;
    padding-bottom: 1.11111em; }
    .single-product #maincontent .product .quantity input {
      padding: 0.27778em;
      max-width: 3.33333em; }
    .single-product #maincontent .product .quantity:before {
      font-weight: 700;
      content: "Qty:";
      padding-right: 0.22222em; }

/******************** END: Single Product *******************/
/********************* Global Products ****************/
.button {
  font-size: 1.125em;
  line-height: 1.11111em;
  color: white;
  background: #4d4d4d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.33333em 0.61111em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  display: inline-block;
  border: 0 none; }
  .button:hover, .button:focus {
    text-decoration: none;
    background: black; }

#maincontent .woocommerce-message, .woocommerce-info, .woocommerce-error {
  background: #edbda7;
  border: 1px solid #d25924;
  color: #d25924;
  padding: 0.9375em 1.25em;
  margin-bottom: 1.25em; }
  #maincontent .woocommerce-message li, .woocommerce-info li, .woocommerce-error li {
    font-size: 0.94118em;
    color: #d25924; }
  #maincontent .woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
    background: #d25924; }
    #maincontent .woocommerce-message .button:hover, #maincontent .woocommerce-message .button:focus, .woocommerce-info .button:hover, .woocommerce-info .button:focus, .woocommerce-error .button:hover, .woocommerce-error .button:focus {
      background: #b34c1f; }

#maincontent #minicart_sidebar .empty {
  padding: 0.58824em 0;
  font-size: 0.94118em; }
#maincontent #minicart_sidebar h2 {
  margin-bottom: 0; }
#maincontent #minicart_sidebar ul {
  margin: 0; }
#maincontent #minicart_sidebar li {
  list-style: none; }
#maincontent #minicart_sidebar p {
  font-size: 1em; }
#maincontent #minicart_sidebar .total {
  font-size: 1.0625em;
  border-bottom: 1px solid #dcdcdc;
  padding: 0.47059em 0;
  text-align: center; }
#maincontent #minicart_sidebar .buttons::after {
  clear: both;
  content: "";
  display: table; }
#maincontent #minicart_sidebar .buttons a {
  font-size: 1.125em;
  line-height: 1.11111em;
  color: white;
  background: #4d4d4d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.33333em 0.61111em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  display: inline-block;
  border: 0 none;
  margin: 0 0.27778em 0.55556em 0; }
  #maincontent #minicart_sidebar .buttons a:hover, #maincontent #minicart_sidebar .buttons a:focus {
    text-decoration: none;
    background: black; }
  #maincontent #minicart_sidebar .buttons a:last-child {
    margin-right: 0; }
  #maincontent #minicart_sidebar .buttons a.checkout {
    float: right; }

.mini_cart_item {
  padding: 0.94118em 0em;
  border-bottom: 1px solid #dcdcdc; }
  .mini_cart_item::after {
    clear: both;
    content: "";
    display: table; }
  .mini_cart_item a {
    font-weight: 700;
    line-height: 1.11765em !important;
    color: #4d4d4d;
    display: block;
    margin-left: 1.36842em; }
  .mini_cart_item .remove {
    font-size: 1.17647em;
    line-height: 1em;
    color: white;
    background: #d25924;
    height: 1em;
    width: 1em;
    vertical-align: middle;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    float: left;
    text-align: center;
    margin: 0 0.25em 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .mini_cart_item .remove:hover {
      text-decoration: none;
      background: #b34c1f; }
  .mini_cart_item img {
    float: right;
    max-width: 3.52941em; }
  .mini_cart_item .quantity {
    font-size: 0.88235em;
    line-height: 1.13333em;
    font-weight: bold;
    display: block;
    padding-top: 0.29412em;
    margin-left: 1.73333em; }
  .mini_cart_item .variation {
    font-size: 0.88235em;
    margin-left: 1.73333em; }
    .mini_cart_item .variation dt {
      display: none; }
    .mini_cart_item .variation dd {
      margin: 0; }
      .mini_cart_item .variation dd p {
        margin: 0; }

/***************** END: Global Products *************/
#maincontent .woocommerce {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.625em; }
  #maincontent .woocommerce::after {
    clear: both;
    content: "";
    display: table; }

/******************* Cart *******************/
@media screen and (min-width: 56.25em) {
  .cart-contents form {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%; }
    .cart-contents form:last-child {
      margin-right: 0; } }
@media screen and (max-width: 56.25em) {
  .cart-contents form {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%; }
    .cart-contents form:last-child {
      margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .cart-collaterals {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%; }
    .cart-collaterals:last-child {
      margin-right: 0; } }
@media screen and (max-width: 56.25em) {
  .cart-collaterals {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    padding-top: 1.875em; }
    .cart-collaterals:last-child {
      margin-right: 0; } }

.checkout-button {
  width: 100%;
  text-align: center; }

.cart {
  width: 100%; }
  .cart td {
    font-size: 0.9375em;
    line-height: 1.13333em;
    padding: 0.33333em; }
  .cart tr:nth-child(2n) {
    background: #eeeeee; }
  .cart .remove {
    font-size: 1.66667em;
    line-height: 1em;
    background: #d25924;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    color: white;
    display: block;
    font-weight: 700;
    height: 1em;
    width: 1em;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .cart .product-thumbnail {
    text-align: center; }
    .cart .product-thumbnail a {
      display: block; }
    @media screen and (max-width: 37.5em) {
      .cart .product-thumbnail {
        display: none; } }
  .cart .quantity input {
    max-width: 3.125em; }
  .cart .actions {
    padding: 0.625em 0.625em 0 0.625em;
    background: #dcdcdc; }
    .cart .actions::after {
      clear: both;
      content: "";
      display: table; }
    .cart .actions .button {
      float: right;
      margin-bottom: 0.625em; }
      @media screen and (max-width: 37.5em) {
        .cart .actions .button {
          float: none; } }
  .cart .coupon {
    float: left; }
    .cart .coupon input {
      margin-bottom: 0.66667em;
      margin-right: 0.33333em; }
    .cart .coupon .button {
      margin: 0 0.29412em 0.58824em 0; }
  .cart #coupon_code {
    max-width: 10.625em; }

/****************** END: Cart *****************/
/***************** Checkout ******************/
@media screen and (min-width: 56.25em) {
  .col2-set {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%; }
    .col2-set:last-child {
      margin-right: 0; } }
@media screen and (max-width: 56.25em) {
  .col2-set {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%; }
    .col2-set:last-child {
      margin-right: 0; } }
@media screen and (min-width: 56.25em) {
  .col2-set .col-1, .col2-set .col-2 {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%; }
    .col2-set .col-1:last-child, .col2-set .col-2:last-child {
      margin-right: 0; } }
@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
  .col2-set .col-1, .col2-set .col-2 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%; }
    .col2-set .col-1:last-child, .col2-set .col-2:last-child {
      margin-right: 0; } }
@media screen and (max-width: 37.5em) {
  .col2-set .col-1, .col2-set .col-2 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%; }
    .col2-set .col-1:last-child, .col2-set .col-2:last-child {
      margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .checkout-order-column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%; }
    .checkout-order-column:last-child {
      margin-right: 0; } }
@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
  .checkout-order-column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%; }
    .checkout-order-column:last-child {
      margin-right: 0; } }
@media screen and (max-width: 37.5em) {
  .checkout-order-column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%; }
    .checkout-order-column:last-child {
      margin-right: 0; } }

#customer_details h3 {
  padding-bottom: 0.75em; }
#customer_details label {
  display: block;
  font-size: 0.88235em;
  line-height: 1.13333em;
  font-weight: bold;
  margin-bottom: 0.26667em; }

abbr.required {
  color: #d25924; }

#ship-to-different-address label, #subscribe_to_newsletter_field label, #customer_details .create-account label {
  display: inline;
  vertical-align: top;
  font-weight: 400; }
#ship-to-different-address #ship-to-different-address-checkbox, #ship-to-different-address #subscribe_to_newsletter_field, #ship-to-different-address #createaccount, #subscribe_to_newsletter_field #ship-to-different-address-checkbox, #subscribe_to_newsletter_field #subscribe_to_newsletter_field, #subscribe_to_newsletter_field #createaccount, #customer_details .create-account #ship-to-different-address-checkbox, #customer_details .create-account #subscribe_to_newsletter_field, #customer_details .create-account #createaccount {
  float: left;
  margin-right: 0.23529em;
  vertical-align: text-bottom;
  width: auto; }

#maincontent .create-account p {
  font-size: 0.9375em;
  line-height: 1.13333em; }
  #maincontent .create-account p#account_password_field {
    font-size: 1em;
    line-height: 1.125em; }

.woocommerce-checkout-review-order-table, .cart_totals table, .order_details {
  font-size: 0.875em;
  line-height: 1.21429em;
  margin-bottom: 1.42857em;
  width: 100%; }
  .woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th, .cart_totals table td, .cart_totals table th, .order_details td, .order_details th {
    border: 1px solid #dcdcdc;
    padding: 0.35714em;
    vertical-align: top; }
  .woocommerce-checkout-review-order-table .product-name, .woocommerce-checkout-review-order-table th, .cart_totals table .product-name, .cart_totals table th, .order_details .product-name, .order_details th {
    text-align: right; }
  .woocommerce-checkout-review-order-table .product-total, .cart_totals table .product-total, .order_details .product-total {
    text-align: left; }

#maincontent .woocommerce-checkout-payment ul {
  font-size: 0.875em;
  line-height: 1.14286em; }
#maincontent .woocommerce-checkout-payment li {
  list-style: none; }
#maincontent .woocommerce-checkout-payment #place_order {
  width: 100%; }

/******************* END: Checkout ***************/
/******************** Order Review ****************/
.order_details li {
  list-style: none; }

.customer_details td, .customer_details th {
  padding: 0 0.3125em 0.3125em 0; }
.customer_details th {
  text-align: left; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.skip-link a {
  background: #397f9d;
  color: white;
  text-decoration: none;
  padding: 0.3125em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: -999px;
  color: white;
  display: block; }
  .skip-link a:focus {
    top: 0em;
    left: 0em;
    z-index: 100000; }
  .skip-link a:hover {
    color: white;
    background: #33728d; }

img {
  max-width: 100%;
  height: auto; }

strong, b {
  font-weight: 700; }

.row {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.625em; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.svg-inline, .svg-block {
  display: none; }

.svg .svg-inline {
  display: inline; }
.svg .svg-block {
  display: block; }
.svg .not-svg-item {
  display: none; }

body {
  background-color: #cbcdbf;
  color: #4d4d4d;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  /* bourbon - allow auto hyphens */
  font-family: "proxima-nova",sans-serif;
  /* 400 & 700 */
  font-weight: 400;
  /* mobile menu stuff **/
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-x: hidden;
  right: 0em;
  height: 100%; }

a {
  color: #d25924;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

h1, .shop_heading h2 {
  font-size: 2.75em;
  line-height: 1.18182em;
  font-weight: 400;
  margin-bottom: 0.29545em;
  color: #4d4d4d; }

h2 {
  /* only used in headings */
  font-family: "proxima-nova-extra-condensed",sans-serif;
  /* 400 & 700 */
  font-weight: 400;
  font-size: 2.25em;
  line-height: 1.19444em;
  color: #397f9d;
  border-bottom: 1px solid #397f9d;
  text-transform: uppercase;
  margin-bottom: 0.5em; }
  h2 a {
    color: #397f9d; }

h3 {
  font-size: 1.0625em;
  line-height: 1.52941em;
  font-weight: 700;
  padding-bottom: 0.23529em; }

aside {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 14.89362%; }
  aside:last-child {
    margin-right: 0; }
  @media screen and (max-width: 56.25em) {
    aside {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      aside:last-child {
        margin-right: 0; } }

.page-title-row {
  margin-left: 17.02128%;
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 82.97872%; }
  .page-title-row:last-child {
    margin-right: 0; }
  @media screen and (max-width: 56.25em) {
    .page-title-row {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      .page-title-row:last-child {
        margin-right: 0; } }

.col3 {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 23.40426%; }
  .col3:last-child {
    margin-right: 0; }
  @media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .col3 {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      .col3:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 37.5em) {
    .col3 {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      .col3:last-child {
        margin-right: 0; } }

.col6 {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 48.93617%; }
  .col6:last-child {
    margin-right: 0; }
  @media screen and (max-width: 56.25em) {
    .col6 {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      .col6:last-child {
        margin-right: 0; } }

.col9 {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 74.46809%; }
  .col9:last-child {
    margin-right: 0; }
  @media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .col9 {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      .col9:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 37.5em) {
    .col9 {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      .col9:last-child {
        margin-right: 0; } }

.col10 {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 82.97872%; }
  .col10:last-child {
    margin-right: 0; }
  @media screen and (max-width: 56.25em) {
    .col10 {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      .col10:last-child {
        margin-right: 0; } }

.col12 {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .col12:last-child {
    margin-right: 0; }

.grid-3rd-of-10 {
  display: block;
  float: left; }
  @media screen and (min-width: 56.25em) {
    .grid-3rd-of-10 {
      margin-right: 2.5641%;
      width: 31.62392%; }
      .grid-3rd-of-10:nth-child(3n) {
        margin-right: 0; }
      .grid-3rd-of-10:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 37.5em) and (max-width: 56.25em) {
    .grid-3rd-of-10 {
      margin-right: 2.5641%;
      width: 31.62392%; }
      .grid-3rd-of-10:nth-child(3n) {
        margin-right: 0; }
      .grid-3rd-of-10:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 37.5em) {
    .grid-3rd-of-10 {
      margin-right: 2.12766%;
      width: 48.93617%; }
      .grid-3rd-of-10:nth-child(2n) {
        margin-right: 0; }
      .grid-3rd-of-10:nth-child(2n+1) {
        clear: left; } }

@media screen and (min-width: 56.25em) {
  .grid-5-of-10 {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%; }
    .grid-5-of-10:last-child {
      margin-right: 0; }
    .grid-5-of-10:nth-child(2n) {
      margin-right: 0; }
    .grid-5-of-10:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
  .grid-5-of-10 {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%; }
    .grid-5-of-10:last-child {
      margin-right: 0; }
    .grid-5-of-10:nth-child(2n) {
      margin-right: 0; }
    .grid-5-of-10:nth-child(2n+1) {
      clear: left; } }
@media screen and (max-width: 37.5em) {
  .grid-5-of-10 {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%; }
    .grid-5-of-10:last-child {
      margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  .grid-3-of-12 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%; }
    .grid-3-of-12:last-child {
      margin-right: 0; }
    .grid-3-of-12:nth-child(4n) {
      margin-right: 0; }
    .grid-3-of-12:nth-child(4n+1) {
      clear: left; } }
@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
  .grid-3-of-12 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%; }
    .grid-3-of-12:last-child {
      margin-right: 0; }
    .grid-3-of-12:nth-child(3n) {
      margin-right: 0; }
    .grid-3-of-12:nth-child(3n+1) {
      clear: left; } }
@media screen and (max-width: 37.5em) {
  .grid-3-of-12 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%; }
    .grid-3-of-12:last-child {
      margin-right: 0; }
    .grid-3-of-12:nth-child(2n) {
      margin-right: 0; }
    .grid-3-of-12:nth-child(2n+1) {
      clear: left; } }

.white-background {
  background: white; }

#page-padding {
  padding-top: 1.875em;
  padding-bottom: 1.875em; }

/****************************** Header ********************************/
#header-logo-utility-menu-bar {
  background: #c0ae00;
  padding: 1.25em 0 0.5625em; }

#header-logo {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 48.93617%; }
  #header-logo:last-child {
    margin-right: 0; }

#header-utility-menu-nav {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 48.93617%;
  position: relative;
  padding-top: 0.375em; }
  #header-utility-menu-nav:last-child {
    margin-right: 0; }

#utility-menu-header {
  list-style: none;
  float: right; }
  #utility-menu-header li {
    display: inline-block;
    padding: 0 0.625em; }
    #utility-menu-header li:last-child {
      padding-right: 0; }
  #utility-menu-header a {
    font-size: 1.5em;
    line-height: 1.16667em;
    /* only used in headings */
    font-family: "proxima-nova-extra-condensed",sans-serif;
    /* 400 & 700 */
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #utility-menu-header a.header-utility-cart {
      font-size: 1.125em; }
      #utility-menu-header a.header-utility-cart i {
        font-size: 1.55556em; }
    #utility-menu-header a:hover, #utility-menu-header a:focus {
      color: #d25924;
      text-decoration: none; }

#header-main-menu-bar {
  background: #cbcdbf; }

#header-main-menu-row {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.625em; }
  #header-main-menu-row::after {
    clear: both;
    content: "";
    display: table; }

#main-menu-header {
  list-style: none;
  margin-left: -1.25em; }
  #main-menu-header > li {
    display: inline-block;
    position: relative;
    padding: 0 1.25em;
    /*&:hover, &:focus{
    	.children{
    		display: block;
    	}
    }*/ }
    #main-menu-header > li > a {
      display: inline-block;
      font-size: 2.25em;
      padding: 0.33333em 0 0.22222em;
      line-height: 1em;
      /* only used in headings */
      font-family: "proxima-nova-extra-condensed",sans-serif;
      /* 400 & 700 */
      font-weight: 400;
      color: #4d4d4d;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #main-menu-header > li > a:hover, #main-menu-header > li > a:focus {
        color: #d25924;
        text-decoration: none; }
    #main-menu-header > li.current-menu-item > a, #main-menu-header > li.current-page-ancestor > a {
      color: #d25924; }
  #main-menu-header .children {
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    list-style: none;
    background: #cbcdbf;
    width: 12.5em;
    padding: 0.625em;
    left: 0.625em; }
    #main-menu-header .children.show-sub-menu {
      visibility: visible;
      opacity: 1;
      transition-delay: 0s; }
    #main-menu-header .children .icon-close {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 1.25em;
      line-height: 1em;
      padding: 0.4em; }
    #main-menu-header .children.multi-column {
      width: 33.8125em; }
      #main-menu-header .children.multi-column li {
        width: 33.33%;
        vertical-align: top;
        display: inline-block;
        position: relative; }
    #main-menu-header .children li {
      padding: 0.1875em 0; }
      #main-menu-header .children li.current_page_item a {
        color: #d25924; }
    #main-menu-header .children a {
      font-size: 1.0625em;
      line-height: 1.41176em;
      font-weight: 700;
      color: #4d4d4d; }
      #main-menu-header .children a:hover, #main-menu-header .children a:focus {
        text-decoration: none;
        color: #d25924; }

/****************************** Header *********************************/
/***************************** Homepage **********************************/
.homepage-work-row {
  padding-bottom: 3.9375em; }

.homepage-work {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 31.91489%; }
  .homepage-work:last-child {
    margin-right: 0; }
  @media screen and (max-width: 56.25em) {
    .homepage-work {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      margin: 0 auto;
      padding-bottom: 1.25em; }
      .homepage-work:last-child {
        margin-right: 0; } }
  .homepage-work img {
    display: block; }
  .homepage-work a {
    display: block;
    text-decoration: none;
    max-width: 18.75em;
    margin: 0 auto; }
    .homepage-work a:hover h3.heading-color-teal, .homepage-work a:focus h3.heading-color-teal {
      background: #306c85; }
    .homepage-work a:hover h3.heading-color-yellow, .homepage-work a:focus h3.heading-color-yellow {
      background: #a39400; }
    .homepage-work a:hover h3.heading-color-orange, .homepage-work a:focus h3.heading-color-orange {
      background: #b34c1f; }
  .homepage-work h3 {
    font-size: 1.625em;
    line-height: 1.19231em;
    padding: 0.34615em 0.26923em 0.19231em;
    color: white;
    /* only used in headings */
    font-family: "proxima-nova-extra-condensed",sans-serif;
    /* 400 & 700 */
    font-weight: 700; }
    .homepage-work h3.heading-color-teal {
      background: #397f9d; }
    .homepage-work h3.heading-color-yellow {
      background: #c0ae00; }
    .homepage-work h3.heading-color-orange {
      background: #d25924; }

#home-blue-intro {
  font-size: 1.625em;
  line-height: 1.26923em;
  /* only used in headings */
  font-family: "proxima-nova-extra-condensed",sans-serif;
  /* 400 & 700 */
  font-weight: 400;
  color: #397f9d;
  margin-bottom: 0.88462em; }

aside#homepage {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 31.91489%; }
  aside#homepage:last-child {
    margin-right: 0; }
  @media screen and (max-width: 56.25em) {
    aside#homepage {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      padding-bottom: 1.25em; }
      aside#homepage:last-child {
        margin-right: 0; } }
  aside#homepage p {
    margin-bottom: 0; }
  aside#homepage a {
    font-weight: 700; }

#homepage-news-container {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 65.95745%; }
  #homepage-news-container:last-child {
    margin-right: 0; }
  @media screen and (max-width: 56.25em) {
    #homepage-news-container {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      #homepage-news-container:last-child {
        margin-right: 0; } }

.cff-count {
  color: #d25924; }

#cff .cff-post-links a {
  font-size: 1.36364em;
  color: #4d4d4d; }

#maincontent #cff .cff-author-text p {
  color: #397f9d;
  font-size: 0.9375em;
  line-height: 1.13333em;
  padding: 0; }

#home-email-signup-bar {
  /* only used in headings */
  font-family: "proxima-nova-extra-condensed",sans-serif;
  /* 400 & 700 */
  background: #c0ae00;
  color: white;
  padding: 0.625em 0em 0em; }
  #home-email-signup-bar::after {
    clear: both;
    content: "";
    display: table; }
  #home-email-signup-bar p {
    font-size: 1.875em;
    line-height: 1.13333em;
    font-weight: 700;
    display: inline-block;
    padding: 0.2em 0 0.33333em; }
  #home-email-signup-bar label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  #home-email-signup-bar form {
    float: right; }
  #home-email-signup-bar .gform_footer, #home-email-signup-bar .gform_body, #home-email-signup-bar .gform_wrapper, #home-email-signup-bar .gform_confirmation_wrapper, #home-email-signup-bar .gform_confirmation_message {
    display: inline;
    vertical-align: bottom; }
    #home-email-signup-bar .gform_footer:before, #home-email-signup-bar .gform_footer:after, #home-email-signup-bar .gform_body:before, #home-email-signup-bar .gform_body:after, #home-email-signup-bar .gform_wrapper:before, #home-email-signup-bar .gform_wrapper:after, #home-email-signup-bar .gform_confirmation_wrapper:before, #home-email-signup-bar .gform_confirmation_wrapper:after, #home-email-signup-bar .gform_confirmation_message:before, #home-email-signup-bar .gform_confirmation_message:after {
      content: none;
      /* gets everything on same line */ }
  #home-email-signup-bar .gform_fields {
    display: inline; }
    #home-email-signup-bar .gform_fields li {
      display: inline-block;
      padding: 0; }
    #home-email-signup-bar .gform_fields input[type="text"], #home-email-signup-bar .gform_fields input[type="email"] {
      font-size: 1.3125em;
      line-height: 1em;
      font-weight: 400;
      color: #4d4d4d;
      width: 6.61905em;
      margin: 0em 0.47619em 0.47619em 0em;
      padding: 0.2381em;
      border: 1px solid white; }
      #home-email-signup-bar .gform_fields input[type="text"]:focus, #home-email-signup-bar .gform_fields input[type="email"]:focus {
        border: 1px solid #397f9d; }
    #home-email-signup-bar .gform_fields .wider input[type="text"], #home-email-signup-bar .gform_fields .wider input[type="email"] {
      width: 9.71429em;
      margin-right: 0.2381em; }
  #home-email-signup-bar input.gform_button {
    font-size: 1.5625em;
    line-height: 1em;
    padding: 0.2em 0.16em 0.16em;
    background: #397f9d;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    float: none;
    margin: 0em 0em 0.4em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    #home-email-signup-bar input.gform_button:hover, #home-email-signup-bar input.gform_button:focus {
      background: #255265; }
  #home-email-signup-bar .validation_error, #home-email-signup-bar .validation_message {
    background: #ffcccc;
    color: #cc0000;
    border: 1px solid #cc0000;
    padding: 0.3125em;
    margin: 0 0.625em 0.625em 0; }
  #home-email-signup-bar .gfield_error input[type="text"], #home-email-signup-bar .gfield_error input[type="email"] {
    border: 1px solid #cc0000;
    margin-bottom: 0; }
  #home-email-signup-bar .gforms_confirmation_message {
    float: right; }
  #home-email-signup-bar .gform_confirmation_message {
    font-family: "proxima-nova",sans-serif;
    /* 400 & 700 */
    font-size: 1.125em;
    line-height: 1.22222em;
    padding: 0.55556em 0;
    display: inline-block;
    vertical-align: text-bottom; }

/***************************** End Homepage *******************************/
/****************************** Regular Pages ***************************/
#full_width_top_image {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  max-height: 23.75em;
  overflow: hidden;
  position: relative; }
  #full_width_top_image:before {
    padding-bottom: 33.3333%;
    display: block;
    content: ""; }

#maincontent p, #maincontent ul, #maincontent ol {
  font-size: 1.0625em;
  line-height: 1.52941em;
  color: #4d4d4d;
  margin-bottom: 1em; }

.sidebar-menu .category-header {
  font-size: 1.6875em;
  line-heigth: 1.18519em;
  /* only used in headings */
  font-family: "proxima-nova-extra-condensed",sans-serif;
  /* 400 & 700 */
  font-weight: 400;
  text-transform: uppercase;
  color: #397f9d;
  border-bottom: 1px solid #397f9d;
  margin-bottom: 0.37037em; }
.sidebar-menu ul {
  list-style: none; }
.sidebar-menu li {
  font-size: 0.88235em;
  line-height: 1.4em;
  padding-bottom: 0.4em; }
  .sidebar-menu li a {
    color: #4d4d4d;
    font-weight: 700; }
    .sidebar-menu li a:hover, .sidebar-menu li a:focus {
      text-decoration: none;
      color: #d25924; }
  .sidebar-menu li.current-cat a, .sidebar-menu li.active a, .sidebar-menu li.current_page_item a {
    color: #d25924; }

/****************************** End Regular Pages *********************/
/**************************** Staff *******************************/
#maincontent .staff-block {
  display: block; }
  #maincontent .staff-block::after {
    clear: both;
    content: "";
    display: table; }
  #maincontent .staff-block h3 {
    padding-bottom: 0; }
  #maincontent .staff-block a p, #maincontent .staff-block a h3 {
    color: #4d4d4d; }
  #maincontent .staff-block a:hover, #maincontent .staff-block a:focus {
    text-decoration: none; }
    #maincontent .staff-block a:hover p, #maincontent .staff-block a:hover h3, #maincontent .staff-block a:focus p, #maincontent .staff-block a:focus h3 {
      color: #000000; }
  #maincontent .staff-block .grid-3-of-12 {
    margin-bottom: 0.75em; }

.partner {
  float: left;
  margin: 0 2.12766% 1.875em 0; }
  @media screen and (max-width: 37.5em) {
    .partner {
      margin-bottom: 0.9375em; } }

/**************************** END: Staff ****************************/
/************************** Paging, used on News and Press ************/
.page-navi-container::after, .woocommerce-pagination::after {
  clear: both;
  content: "";
  display: table; }
.page-navi-container span, .page-navi-container a, .woocommerce-pagination span, .woocommerce-pagination a {
  padding: 0 0.4375em;
  font-weight: 700; }
  .page-navi-container span:last-child, .page-navi-container a:last-child, .woocommerce-pagination span:last-child, .woocommerce-pagination a:last-child {
    padding-right: 0; }
.page-navi-container a:hover, .page-navi-container a:focus, .woocommerce-pagination a:hover, .woocommerce-pagination a:focus {
  text-decoration: none;
  color: #b34c1f; }
.page-navi-container.top, .woocommerce-pagination.top {
  /*padding-bottom: em(10);*/ }
.page-navi-container.bottom, .woocommerce-pagination.bottom {
  padding-top: 1.25em; }

.wp-pagenavi, .page-numbers {
  float: right; }

.page-numbers li {
  list-style: none;
  display: inline-block; }

/************************** END: Paging, used on News and Press ************/
/*************************** News Feed ************************/
#maincontent .news-facebook a:hover, #maincontent .news-facebook a:focus, #maincontent .news-facebook-inline a:hover, #maincontent .news-facebook-inline a:focus {
  text-decoration: none; }
  #maincontent .news-facebook a:hover p, #maincontent .news-facebook a:hover i .path1, #maincontent .news-facebook a:focus p, #maincontent .news-facebook a:focus i .path1, #maincontent .news-facebook-inline a:hover p, #maincontent .news-facebook-inline a:hover i .path1, #maincontent .news-facebook-inline a:focus p, #maincontent .news-facebook-inline a:focus i .path1 {
    color: #2e667e; }
#maincontent .news-facebook i, #maincontent .news-facebook-inline i {
  font-size: 2.5em; }
  #maincontent .news-facebook i .path1, #maincontent .news-facebook-inline i .path1 {
    color: #397f9d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
#maincontent .news-facebook p, #maincontent .news-facebook-inline p {
  font-size: 1.125em;
  line-height: 1.27778em;
  font-weight: bold;
  color: #397f9d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.news-facebook-inline {
  padding-top: 1.25em; }
  .news-facebook-inline p, .news-facebook-inline i {
    display: inline;
    vertical-align: middle;
    padding-right: 0.16667em; }

@media screen and (max-width: 56.25em) {
  .news-facebook {
    display: none; } }

/*************************** END: News Feed ******************/
/****************************** Work **************************/
#maincontent .work-list {
  display: block; }
  #maincontent .work-list::after {
    clear: both;
    content: "";
    display: table; }
  #maincontent .work-list h2 {
    font-size: 1.0625em;
    line-height: 1.5em;
    font-family: "proxima-nova",sans-serif;
    /* 400 & 700 */
    font-weight: 700;
    margin-bottom: 0;
    padding: 0.23529em 0 0 0;
    color: #4d4d4d;
    text-transform: none;
    border-bottom: 0 none; }
  #maincontent .work-list a:hover {
    text-decoration: none; }
  #maincontent .work-list p {
    font-size: 0.9375em;
    line-height: 1.5em; }
    #maincontent .work-list p a {
      color: #4d4d4d; }

.work {
  margin-bottom: 0.625em; }

#maincontent .work-categories {
  font-size: inherit;
  list-style: none;
  margin: 0.5625em 0 2.375em -0.75em;
  /* -12 is to remove first padding and so any wrapped elements also have this padding removed */ }
  #maincontent .work-categories li {
    display: inline-block;
    padding: 0 0.75em; }
    #maincontent .work-categories li.current-cat a {
      color: #397f9d; }
    #maincontent .work-categories li a {
      font-size: 1.125em;
      line-height: 1.16667em;
      font-weight: bold;
      color: #4d4d4d;
      text-transform: uppercase; }

/*********** Single Work ************/
.work-film-clips {
  display: block;
  margin-bottom: 1.5625em; }
  .work-film-clips::after {
    clear: both;
    content: "";
    display: table; }

.work-photo-gallery {
  display: block;
  margin-bottom: 0.3125em; }
  .work-photo-gallery::after {
    clear: both;
    content: "";
    display: table; }

.work-photo-in-gallery {
  margin-bottom: 1.25em; }

.work-text {
  margin-bottom: 0.1875em; }

/****************************** END: Work **********************/
/***************************** Press ***************************/
article.press {
  padding: 1.4375em 0; }

@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
  .col9.press-list {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 74.46809%; }
    .col9.press-list:last-child {
      margin-right: 0; } }
@media screen and (max-width: 37.5em) {
  .col9.press-list {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%; }
    .col9.press-list:last-child {
      margin-right: 0; } }

@media screen and (min-width: 56.25em) {
  aside.press-categories {
    margin-left: 8.51064%;
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 14.89362%; }
    aside.press-categories:last-child {
      margin-right: 0; } }
@media screen and (min-width: 37.5em) and (max-width: 56.25em) {
  aside.press-categories {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%; }
    aside.press-categories:last-child {
      margin-right: 0; } }
@media screen and (max-width: 37.5em) {
  aside.press-categories {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    padding-top: 1.25em; }
    aside.press-categories:last-child {
      margin-right: 0; } }

#maincontent article.press {
  border-bottom: 1px solid #397f9d; }
  #maincontent article.press h2 {
    font-size: 2em;
    line-height: 1.1875em;
    margin-bottom: 0.28125em;
    border-bottom: 0 none;
    color: #4d4d4d;
    font-family: "proxima-nova",sans-serif;
    /* 400 & 700 */
    text-transform: none; }
  #maincontent article.press .supporting-info {
    font-size: 0.9375em;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 0.6em; }

/***************************** END: Press ***********************/
/****************************** Forms *********************************/
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select {
  border: 1px solid #dcdcdc;
  padding: 0.3125em;
  width: 100%; }

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
input[type="color"]:active, input[type="date"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="email"]:active, input[type="month"]:active, input[type="number"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="text"]:active, input[type="time"]:active, input[type="url"]:active, input[type="week"]:active, input:not([type]):active, textarea:active, select {
  border: 1px solid #c0ae00; }

/***************************** End Forms *****************************/
/************************** Search Forms ***********************/
.search-form {
  position: relative;
  float: left;
  /* so container isn't 100% and submit at right edge */
  width: 100%; }

.search-input {
  padding-right: 1.875em !important; }
  .search-input.error {
    background: #f0b3b3; }

.search-submit {
  font-size: 1.25em;
  line-height: 1em;
  padding: 0.3em 0.25em;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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;
  border: 0 none;
  background: #c0ae00;
  color: white;
  position: absolute;
  right: 0;
  top: 0; }

.fourohfour-search-form {
  max-width: 18.75em; }
  .fourohfour-search-form::after {
    clear: both;
    content: "";
    display: table; }

.mobile-menu-search-form {
  padding: 0.375em;
  border-bottom: 1px solid black; }
  .mobile-menu-search-form::after {
    clear: both;
    content: "";
    display: table; }

#header-search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 0; }

/**************************** END: Search Forms **********************/
/**************************** Search Page *************************/
.searchwp-highlight {
  color: #c0ae00; }

.search-result {
  padding: 0.9375em 0; }
  .search-result::after {
    clear: both;
    content: "";
    display: table; }

/**************************** END: Search Page ********************/
/************************************** Footer ***********************************/
footer#bottom {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.625em;
  padding-top: 1.25em;
  padding-bottom: 2.5em; }
  footer#bottom::after {
    clear: both;
    content: "";
    display: table; }

#footer-social-icons {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 57.44681%; }
  #footer-social-icons:last-child {
    margin-right: 0; }
  @media screen and (max-width: 37.5em) {
    #footer-social-icons {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      text-align: center;
      padding-bottom: 0.9375em; }
      #footer-social-icons:last-child {
        margin-right: 0; } }
  #footer-social-icons a {
    text-decoration: none; }
    #footer-social-icons a i {
      font-size: 2.5em;
      line-height: 1em;
      padding: 0 0.075em; }
      #footer-social-icons a i .path1 {
        color: #4d4d4d;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    #footer-social-icons a:hover i .path1, #footer-social-icons a:focus i .path1 {
      color: black; }
  #footer-social-icons #tsc-line {
    font-size: 0.9375em;
    line-heght: 1.53333em;
    color: white;
    padding-top: 2em; }
    @media screen and (max-width: 37.5em) {
      #footer-social-icons #tsc-line {
        padding-top: 0.33333em; } }

#footer-copyright-address {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 40.42553%;
  text-align: right;
  font-size: 0.9375em;
  line-height: 1.53333em; }
  #footer-copyright-address:last-child {
    margin-right: 0; }
  @media screen and (max-width: 37.5em) {
    #footer-copyright-address {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      text-align: center; }
      #footer-copyright-address:last-child {
        margin-right: 0; } }

/************************************ End Footer **************************/
/*********************************** Mobile *******************************/
@media screen and (max-width: 40.3125em) {
  #header-desktop {
    display: none; } }

#header-mobile {
  width: 100%;
  display: none;
  background: #c0ae00;
  padding: 0.625em;
  position: relative; }
  @media screen and (max-width: 40.3125em) {
    #header-mobile {
      display: block; } }

#header-mobile-menu-toggle {
  position: absolute;
  left: 0.28571em;
  top: 0.28571em;
  color: white;
  font-size: 2.1875em;
  line-height: 1em; }
  #header-mobile-menu-toggle:hover, #header-mobile-menu-toggle:focus {
    cursor: pointer;
    text-decoration: none; }

#header-mobile-logo {
  margin: 0 3.125em;
  text-align: center;
  display: block; }

#header-mobile-cart {
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  color: white; }
  #header-mobile-cart i {
    font-size: 1.875em;
    line-height: 1em; }
  #header-mobile-cart:hover, #header-mobile-cart:focus {
    cursor: pointer;
    text-decoration: none; }

#mobile-menu {
  display: none;
  position: fixed;
  overflow-x: hidden;
  left: -250px;
  top: 0em;
  bottom: 0em;
  width: 250px;
  background: #333333;
  /* little shadow on right side of flyin menu. Only shows if now scroll bar. */
  -webkit-box-shadow: inset -10px 0 15px -10px #000000;
  -moz-box-shadow: inset -10px 0 15px -10px #000000;
  box-shadow: inset -10px 0 15px -10px #000000;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  #mobile-menu li > .children {
    display: none; }
  @media screen and (max-width: 40.3125em) {
    #mobile-menu {
      display: block; } }
  #mobile-menu .mobile-parent a:not(.mobile-parent-toggle) {
    margin-right: 2.5em; }
  #mobile-menu ul {
    list-style: none; }
    #mobile-menu ul li {
      border-bottom: 1px solid black;
      position: relative; }
      #mobile-menu ul li .mobile-parent-toggle {
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #111111;
        padding: 0.625em 0.625em; }
        #mobile-menu ul li .mobile-parent-toggle:hover, #mobile-menu ul li .mobile-parent-toggle:focus {
          cursor: pointer;
          background: #222222; }
        #mobile-menu ul li .mobile-parent-toggle i {
          font-size: 1.25em; }
      #mobile-menu ul li a {
        padding: 0.75em;
        display: block;
        color: white; }
        #mobile-menu ul li a:hover, #mobile-menu ul li a:focus {
          background: #222222;
          text-decoration: none; }
      #mobile-menu ul li.current_page_item {
        background: #222222;
        text-decoration: none;
        font-weight: 700; }
        #mobile-menu ul li.current_page_item .children a {
          background: #333333; }
      #mobile-menu ul li li {
        border-top: 1px solid black;
        border-bottom: 0em none; }
        #mobile-menu ul li li a {
          padding: 0.75em 0.75em 0.75em 1.5em; }
  #mobile-menu .search-form-mobile {
    position: relative;
    margin-top: convert-to-em(12); }

.push-right {
  right: -250px; }

@media screen and (max-width: 300px) {
  .push-right {
    right: -190px; }

  #mobile-menu {
    left: -190px;
    width: 190px;
    font-size: convert-to-em(14); } }
.rollin {
  left: 0 !important; }

/*********************************** End Mobile ***************************/
