/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* normalize.scss v2.1.3 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.875em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.875em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  margin: 0 0 11px; }

a {
  color: #3ba8a9;
  text-decoration: none; }
  a:hover {
    color: #277070; }
  a:active, a:focus {
    color: #277070;
    outline: none; }

hr {
  border-bottom: 1px solid #666d80;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 22px 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #666d80;
  cursor: help; }

address {
  display: block;
  margin: 0 0 11px; }

hgroup {
  margin-bottom: 11px; }

del {
  color: #858585; }

blockquote {
  border-left: 2px solid #666d80;
  color: #858585;
  margin: 22px 0;
  padding-left: 11px; }

cite {
  color: #9f9f9f;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

table {
  border-collapse: collapse;
  margin: 11px 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #666d80;
  padding: 7.33333px 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal; }

td {
  padding: 7.33333px 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  line-height: 22px;
  margin-bottom: 11px; }
  dl dt {
    font-weight: bold;
    margin-top: 11px; }
  dl dd {
    margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.text-container h2, .homepage-section-inner h2, .subpage-nav h2 {
  font-weight: 100;
  font-size: 30px;
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 6px solid #dddbd7;
  color: #5f5f5f; }
  @media (max-width: 820px) {
    .text-container h2, .homepage-section-inner h2, .subpage-nav h2 {
      margin-bottom: 24px; } }
  @media (max-width: 700px) {
    .text-container h2, .homepage-section-inner h2, .subpage-nav h2 {
      padding-bottom: 16px;
      margin-bottom: 18px; } }
  @media (max-width: 700px) {
    .text-container h2, .homepage-section-inner h2, .subpage-nav h2 {
      margin-top: 12px; } }

@font-face {
  font-family: 'Gill Sans Web';
  font-weight: 200;
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_1_0.eot");
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_1_0.eot?#iefix") format("embedded-opentype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_1_0.woff") format("woff"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_1_0.ttf") format("truetype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_1_0.svg#Gill Sans Web") format("svg"); }

@font-face {
  font-family: 'Gill Sans Web';
  font-weight: 200;
  font-style: italic;
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_2_0.eot");
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_2_0.eot?#iefix") format("embedded-opentype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_2_0.woff") format("woff"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_2_0.ttf") format("truetype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_2_0.svg#Gill Sans Web") format("svg"); }

@font-face {
  font-family: 'Gill Sans Web';
  font-weight: 300;
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_6_0.eot");
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_6_0.eot?#iefix") format("embedded-opentype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_6_0.woff") format("woff"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_6_0.ttf") format("truetype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_6_0.svg#Gill Sans Web") format("svg"); }

@font-face {
  font-family: 'Gill Sans Web';
  font-weight: 300;
  font-style: italic;
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_7_0.eot");
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_7_0.eot?#iefix") format("embedded-opentype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_7_0.woff") format("woff"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_7_0.ttf") format("truetype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_7_0.svg#Gill Sans Web") format("svg"); }

@font-face {
  font-family: 'Gill Sans Web';
  font-weight: 400;
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_3_0.eot");
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_3_0.eot?#iefix") format("embedded-opentype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_3_0.woff") format("woff"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_3_0.ttf") format("truetype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_3_0.svg#Gill Sans Web") format("svg"); }

@font-face {
  font-family: 'Gill Sans Web';
  font-weight: 400;
  font-style: italic;
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_0_0.eot");
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_0_0.eot?#iefix") format("embedded-opentype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_0_0.woff") format("woff"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_0_0.ttf") format("truetype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_0_0.svg#Gill Sans Web") format("svg"); }

@font-face {
  font-weight: 600;
  font-family: 'Gill Sans Web';
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_4_0.eot");
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_4_0.eot?#iefix") format("embedded-opentype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_4_0.woff") format("woff"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_4_0.ttf") format("truetype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_4_0.svg#Gill Sans Web") format("svg"); }

@font-face {
  font-family: 'Gill Sans Web';
  font-weight: 600;
  font-style: italic;
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_5_0.eot");
  src: url("https://www.phipps.conservatory.org/assets/font/2A6CEA_5_0.eot?#iefix") format("embedded-opentype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_5_0.woff") format("woff"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_5_0.ttf") format("truetype"), url("https://www.phipps.conservatory.org/assets/font/2A6CEA_5_0.svg#Gill Sans Web") format("svg"); }

@font-face {
  font-family: 'Archer';
  font-weight: 400;
  font-style: normal;
  src: url("https://www.phipps.conservatory.org/assets/font/ArcherPro-Bold.eot");
  src: url("https://www.phipps.conservatory.org/assets/font/ArcherPro-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.phipps.conservatory.org/assets/font/ArcherPro-Bold.woff") format("woff"), url("https://www.phipps.conservatory.org/assets/font/ArcherPro-Bold.ttf") format("truetype"), url("https://www.phipps.conservatory.org/assets/font/ArcherPro-Bold.svg") format("svg"); }

html, body {
  background: #f3f2ef;
  background-image: url(../img/light-texture.jpg);
  background-repeat: repeat;
  min-height: 100%; }

@media (min-width: 821px) {
  body {
    margin-top: 158px; } }

input:focus, textarea:focus, header:focus {
  outline: none; }

.page-container {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px; }

.common-sprite {
  background: url('../img/common-s2a048443c4.png') no-repeat; }

@font-face {
  font-family: 'icomoon';
  src: url("https://www.phipps.conservatory.org/assets/icon/icomoon.eot?awue43");
  src: url("https://www.phipps.conservatory.org/assets/icon/icomoon.eot?#iefixawue43") format("embedded-opentype"), url("https://www.phipps.conservatory.org/assets/icon/icomoon.woff?awue43") format("woff"), url("https://www.phipps.conservatory.org/assets/icon/icomoon.ttf?awue43") format("truetype"), url("https://www.phipps.conservatory.org/assets/icon/icomoon.svg?awue43#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\e600"; }

.icon-envelope:before {
  content: "\e601"; }

.icon-chevron-left:before {
  content: "\e60a"; }

.icon-chevron-right:before {
  content: "\e60b"; }

.icon-arrow-up:before {
  content: "\e602"; }

.icon-plus:before {
  content: "\e603"; }

.icon-chevron-up:before {
  content: "\e609"; }

.icon-chevron-down:before {
  content: "\e608"; }

.icon-shopping-cart:before {
  content: "\e617"; }

.icon-twitter:before {
  content: "\e613"; }

.icon-facebook:before {
  content: "\e612"; }

.icon-menu:before {
  content: "\e614"; }

.icon-caret-right:before {
  content: "\e604"; }

.icon-youtube:before {
  content: "\e605"; }

.icon-instagram:before {
  content: "\e606"; }

.icon-flickr:before {
  content: "\e607"; }

.icon-pinterest:before {
  content: "\50"; }

fieldset {
  background: #808799;
  border: 1px solid #666d80;
  margin: 0 0 11px 0;
  padding: 22px; }

input,
label,
select {
  font-family: "Gill Sans Web", Verdana;
  font-size: 16px; }

label {
  font-weight: bold;
  margin-bottom: 0px !important; }
  label abbr {
    display: none; }

.required:after {
  content: "*";
  color: red;
  padding-left: 4px; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  height: 32px;
  max-width: 100% !important; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  background-color: #fafafa;
  font-family: "Gill Sans Web", Verdana;
  font-size: 16px;
  padding: 5px 8px;
  color: #666;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 4px; }
  textarea.small,
  input[type="email"].small, input[type="number"].small, input[type="password"].small, input[type="search"].small, input[type="tel"].small, input[type="text"].small, input[type="url"].small, input[type="color"].small, input[type="date"].small, input[type="datetime"].small, input[type="datetime-local"].small, input[type="month"].small, input[type="time"].small, input[type="week"].small {
    width: 40px; }
  textarea.large,
  input[type="email"].large, input[type="number"].large, input[type="password"].large, input[type="search"].large, input[type="tel"].large, input[type="text"].large, input[type="url"].large, input[type="color"].large, input[type="date"].large, input[type="datetime"].large, input[type="datetime-local"].large, input[type="month"].large, input[type="time"].large, input[type="week"].large {
    width: 280px; }
  textarea.full-width,
  input[type="email"].full-width, input[type="number"].full-width, input[type="password"].full-width, input[type="search"].full-width, input[type="tel"].full-width, input[type="text"].full-width, input[type="url"].full-width, input[type="color"].full-width, input[type="date"].full-width, input[type="datetime"].full-width, input[type="datetime-local"].full-width, input[type="month"].full-width, input[type="time"].full-width, input[type="week"].full-width {
    width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
    background-color: #eaeae9; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
    outline: none;
    border-color: #f7a143;
    background-color: #fff; }
  textarea.full-width,
  input[type="email"].full-width, input[type="number"].full-width, input[type="password"].full-width, input[type="search"].full-width, input[type="tel"].full-width, input[type="text"].full-width, input[type="url"].full-width, input[type="color"].full-width, input[type="date"].full-width, input[type="datetime"].full-width, input[type="datetime-local"].full-width, input[type="month"].full-width, input[type="time"].full-width, input[type="week"].full-width {
    width: 100%; }

textarea {
  min-height: 120px;
  min-width: 160px;
  padding: 12px;
  font-style: italic; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 5.5px; }

input[type="file"] {
  width: 100%; }

select {
  width: auto; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.label-inner {
  margin-bottom: 12px; }

@media (min-width: 701px) {
  .form-row.split {
    margin-left: -12px;
    margin-right: -12px; }
    .form-row.split .split-item {
      width: 50%;
      float: left;
      padding-left: 12px;
      padding-right: 12px; }
      .form-row.split .split-item.inline-block {
        width: auto;
        float: none;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        vertical-align: top; }
      .form-row.split .split-item.third {
        width: 33.33333%; }
      .form-row.split .split-item input[type="email"], .form-row.split .split-item input[type="number"], .form-row.split .split-item input[type="password"], .form-row.split .split-item input[type="search"], .form-row.split .split-item input[type="tel"], .form-row.split .split-item input[type="text"], .form-row.split .split-item input[type="url"], .form-row.split .split-item input[type="color"], .form-row.split .split-item input[type="date"], .form-row.split .split-item input[type="datetime"], .form-row.split .split-item input[type="datetime-local"], .form-row.split .split-item input[type="month"], .form-row.split .split-item input[type="time"], .form-row.split .split-item input[type="week"] {
        width: 100%;
        margin-bottom: 0px; } }
@media (max-width: 700px) {
  .label {
    margin-top: 12px; }

  .form-row.split input[type="email"], .form-row.split input[type="number"], .form-row.split input[type="password"], .form-row.split input[type="search"], .form-row.split input[type="tel"], .form-row.split input[type="text"], .form-row.split input[type="url"], .form-row.split input[type="color"], .form-row.split input[type="date"], .form-row.split input[type="datetime"], .form-row.split input[type="datetime-local"], .form-row.split input[type="month"], .form-row.split input[type="time"], .form-row.split input[type="week"] {
    width: 100%;
    margin-bottom: 12px; }

  .form-row select {
    margin-bottom: 0px; } }
.form-row {
  *zoom: 1;
  margin-bottom: 18px; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }

.form-row input + input {
  margin-top: 10px; }

.form-subhead {
  margin: 10px 0; }

.label {
  color: #f7a143;
  display: block;
  margin-bottom: 4px; }
  .checkout-step-wrap .label {
    color: #888; }

.input-wrap {
  display: inline-block;
  margin-right: 12px;
  vertical-align: top; }

.check-wrap {
  font-size: 15px;
  line-height: 32px; }

form .button-row {
  margin-top: 12px; }

.grey-box ul {
  overflow: hidden !important; }

.button.plus {
  padding-right: 10px;
  line-height: 30px; }
  .button.plus:after {
    display: none; }

.radio-wrap {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding-left: 28px;
  margin-bottom: 12px; }
  .radio-wrap input {
    position: absolute;
    top: 4px;
    left: 0px; }

.radio-wrap + .radio-wrap {
  margin-top: 10px; }

.form-note {
  font-style: italic;
  color: #888; }

.hidden-file-input {
  height: 0px;
  width: 0px;
  overflow: hidden; }

span.placeholder {
  position: absolute;
  font-size: 75%;
  color: #999;
  font-family: sans-serif;
  padding: 4px 3px;
  z-index: 1;
  cursor: text; }

span.placeholder-hide-except-screenreader {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

span.placeholder-hide {
  display: none; }

/* overwrite for the HTML5 Boilerplate way to hide labels */
label.visuallyhidden-with-placeholder {
  /*clip: auto !important;*/
  height: auto !important;
  overflow: visible !important;
  position: absolute !important;
  left: -999em; }

.field-errors {
  display: none;
  position: relative;
  margin-top: 3px;
  padding: 5px;
  background: #3ba8a9;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500; }
  .field-errors.filled {
    display: block; }
  .field-errors.filled:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 8px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: #3ba8a9; }

.date-input-wrap {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative; }
  .date-input-wrap:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 0px;
    width: 28px;
    height: 29px;
    background: transparent url(../img/icon-calendar.png) 0 0 no-repeat; }

p, ul, ol, dl, menu, blockquote, h1, h2, h3, h4, h5, h6, label {
  margin: 0px;
  padding: 0px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400; }

p:empty {
  display: none; }

body {
  line-height: 22px;
  font-size: 16px;
  font-family: "Gill Sans Web", Verdana;
  font-weight: 400;
  color: #5f5f5f; }

ol, ul, dl {
  list-style: none; }

code {
  font-size: 14px; }

.text-container p, .text-container ul, .text-container ol, .text-container dl, .text-container menu, .text-container blockquote, .text-container label {
  margin-bottom: 12px;
  font-weight: 300; }
.text-container h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  font-weight: 500; }
.text-container h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px; }
.text-container h5 {
  font-size: 14px;
  text-transform: uppercase; }
.text-container h2 a, .text-container h3 a, .text-container h4 a, .text-container h5 a {
  color: #5f5f5f; }
.text-container ol, .text-container ul {
  padding-left: 22px;
  overflow: visible; }
.text-container ol {
  list-style: decimal; }
.text-container ul {
  list-style: disc; }
.text-container p {
  color: #6c6a64; }
.text-container .unstyled {
  list-style: none;
  padding: 0px; }
.text-container blockquote {
  padding-left: 22px;
  border-left: 1px solid #dddddd; }
  .text-container blockquote p:last-child, .text-container blockquote ul:last-child, .text-container blockquote ol:last-child, .text-container blockquote dl:last-child, .text-container blockquote menu:last-child, .text-container blockquote blockquote:last-child, .text-container blockquote label:last-child {
    margin-bottom: 0px; }

button,
input[type="submit"], .button {
  font-family: "Gill Sans Web", Verdana;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 10px;
  text-decoration: none;
  font-weight: 400;
  border: 0;
  background-color: #f7a143;
  color: #fff;
  height: 32px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  padding-right: 26px;
  background-image: url(../img/white-arrow.png);
  background-repeat: no-repeat;
  background-position: center right; }
  button.no-arrow,
  input.no-arrow[type="submit"], .no-arrow.button, button.share,
  input.share[type="submit"], .share.button {
    padding-right: 10px;
    background-image: none; }
    button.no-arrow:after,
    input.no-arrow[type="submit"]:after, .no-arrow.button:after, button.share:after,
    input.share[type="submit"]:after, .share.button:after {
      display: none; }
  button:hover,
  input[type="submit"]:hover, .button:hover {
    color: #fff;
    background-color: #f58912; }
  button:active,
  input[type="submit"]:active, .button:active {
    background-color: #e47c0a;
    color: #fff; }

.button.prev {
  padding-right: 10px;
  padding-left: 26px;
  background-image: url(../img/white-arrow-alt.png);
  background-position: center left; }

.button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.button-expand, .button-collapse {
  display: block; }

.button-expand a, .button-collapse a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }
  .button-expand a:after, .button-collapse a:after {
    content: '\E760'; }

.button-collapse {
  background-image: none; }
  .button-collapse:after {
    content: '';
    border: 6px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: -5px;
    border-left: 6px solid #fff;
    content: '\E763';
    position: absolute;
    right: 6px;
    top: 50%; }

.button-share {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 22.4px;
  font-size: 1.4rem;
  background-image: none; }
  .button-share:after {
    margin-top: -4px;
    padding-left: 6px;
    font-size: 1.2em;
    content: '\2795'; }

.button-row.right {
  text-align: right; }
.button-row.center {
  text-align: center; }

.icon i {
  font-style: normal;
  color: #fff;
  font-family: "Entypo";
  font-size: 2.3em;
  line-height: 0; }
.icon .email:after {
  content: '\2709'; }

.icon-with-text {
  font-weight: 400; }
  .icon-with-text .icon {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 24px;
    width: 24px; }
    .icon-with-text .icon i {
      margin-top: 4px; }

.back-to-top-wrapper {
  text-align: right; }
  .back-to-top-wrapper a {
    color: #777777;
    font-size: 15px; }
    .back-to-top-wrapper a:hover {
      color: #f7a143; }
  .back-to-top-wrapper span {
    color: #f7a143; }

.button-style-nav {
  padding: 0px !important;
  list-style: none !important;
  height: 32px;
  margin-bottom: 12px !important; }
  @media (max-width: 700px) {
    .button-style-nav {
      height: auto; }
      .button-style-nav li {
        margin-bottom: 4px; } }
  .calendar-header + .button-style-nav {
    margin-bottom: 48px !important; }
    @media (max-width: 700px) {
      .calendar-header + .button-style-nav {
        margin-bottom: 24px !important; } }
  .button-style-nav li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    height: 32px; }
  .button-style-nav a {
    display: block;
    background-color: #bcbab6;
    color: #fff;
    padding: 5px 8px;
    height: 32px; }
    .button-style-nav a:hover {
      background-color: #a4a19b; }
  .button-style-nav .is-active {
    position: relative; }
    @media (min-width: 701px) {
      .button-style-nav .is-active:after {
        position: absolute;
        right: 50%;
        top: 100%;
        margin-right: -3px;
        border: 6px solid transparent;
        border-top-width: 9px;
        border-top-color: #f7a143;
        content: ''; } }
    .button-style-nav .is-active a {
      background-color: #f7a143; }
  .button-style-nav.product-tabs .is-active:after {
    border-top-color: #8C8983; }
  .button-style-nav.product-tabs .is-active a {
    background-color: #8C8983; }

.catalog-list {
  padding: 0px !important; }
  @media (max-width: 540px) {
    .catalog-list.cut-off li:nth-child(4),
    .catalog-list.cut-off li:nth-child(5),
    .catalog-list.cut-off li:nth-child(6) {
      display: none; } }
  .catalog-list img {
    width: 100%;
    height: auto; }
  .catalog-list li {
    list-style: none;
    margin-bottom: 32px; }
    @media (max-width: 540px) {
      .catalog-list li {
        margin-bottom: 16px; } }
  .catalog-list .grey-box {
    padding: 6px; }

@media (max-width: 820px) {
  .catalog-item {
    width: 33% !important;
    float: left !important; } }
@media (max-width: 700px) {
  .catalog-item {
    width: 50% !important; } }
.catalog-item a {
  display: block;
  color: #777; }
  .catalog-item a:hover {
    background-color: #f7a143; }
.catalog-item h4 {
  font-weight: 100;
  font-size: 20px;
  height: 46px;
  text-transform: none;
  overflow: hidden; }
  .catalog-list-small .catalog-item h4 {
    font-size: 16px;
    line-height: 24px;
    height: 48px; }
.catalog-item .price {
  font-size: 14px; }

.category-selector {
  margin-bottom: 32px; }
  .category-selector ul {
    list-style: none;
    padding: 0px;
    *zoom: 1; }
    .category-selector ul:before, .category-selector ul:after {
      content: " ";
      display: table; }
    .category-selector ul:after {
      clear: both; }
  .category-selector li {
    float: left;
    width: 20%;
    border-top: 4px solid #DAD9D7;
    text-align: center; }
    .category-selector li.current a {
      background-color: #f7a143; }
  .category-selector a {
    display: block;
    background-color: #BCBAB6;
    color: #fff;
    border-right: 1px solid #fff;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 4px;
    overflow: hidden; }
    .category-selector a:hover {
      background-color: #a4a19b; }

.collapsible .collapsible-trigger {
  background-color: #BFBDB8; }
  .collapsible .collapsible-trigger:after {
    -webkit-transform: rotate(90deg) translateX(3px);
    -moz-transform: rotate(90deg) translateX(3px);
    -ms-transform: rotate(90deg) translateX(3px);
    -o-transform: rotate(90deg) translateX(3px);
    transform: rotate(90deg) translateX(3px); }
.collapsible .collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.4s;
  margin-top: 12px; }
.collapsible.is-active .collapsible-content {
  max-height: 20000px; }
.collapsible.is-active .collapsible-trigger:after {
  -webkit-transform: rotate(-90deg) translateX(4px);
  -moz-transform: rotate(-90deg) translateX(4px);
  -ms-transform: rotate(-90deg) translateX(4px);
  -o-transform: rotate(-90deg) translateX(4px);
  transform: rotate(-90deg) translateX(4px); }

.date-flag {
  position: absolute;
  top: 18px;
  left: -6px;
  padding: 4px 10px;
  background-color: rgba(0, 132, 137, 0.7);
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
  .blog-listing-item .date-flag {
    left: 1px; }
  .date-flag:after {
    content: '';
    position: absolute;
    top: 100%;
    border: 4px solid transparent;
    border-top-color: #2C7F7F;
    border-right-color: #2C7F7F;
    left: 0px; }
  .date-flag .month {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600; }
  .date-flag .year {
    font-size: 14px;
    line-height: 18px; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  position: absolute;
  background-color: #fff;
  padding: 12px;
  width: 200px;
  display: none !important; }

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datepicker > div {
  display: none; }

.datepicker table {
  width: 100%;
  margin: 0; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

.datepicker td.day.disabled {
  color: #eeeeee; }

.datepicker td.old,
.datepicker td.new {
  color: #999999; }

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear, to bottom, #0088cc, #0044cc;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3; }

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9; }

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker td span:hover {
  background: #eeeeee; }

.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear, to bottom, #0088cc, #0044cc;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3; }

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9; }

.datepicker td span.old {
  color: #999999; }

.datepicker th.switch {
  width: 145px; }

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px; }

.datepicker thead tr:first-child th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover {
  background: #eeeeee; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

/* jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin) */
/* Browser Resets
 ********************************* */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides {
  padding: 0 !important;
  margin-bottom: 0px !important;
  list-style: none !important; }

.flexslider {
  margin: 0;
  padding: 0;
  position: relative; }
  .flexslider.flex-carousel {
    margin-left: 48px;
    margin-right: 48px; }
  .flexslider .flex-control-nav, .flexslider .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none !important; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    margin-bottom: 0px; }
  .flexslider .slides img {
    width: 100%;
    display: block; }

.flex-viewport {
  overflow: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
 ********************************* */
.flexslider {
  margin: 0px;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 48px;
    height: 48px;
    margin: -24px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    text-align: center; }
  .flex-direction-nav .flex-prev {
    left: 10px; }
    .flex-carousel .flex-direction-nav .flex-prev {
      left: -48px; }
  .flex-direction-nav .flex-next {
    right: 10px; }
    .flex-carousel .flex-direction-nav .flex-next {
      right: -48px; }
  .flex-direction-nav .flex-disabled {
    display: none; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: black; }
  .flex-pauseplay a:before {
    font-size: 20px;
    display: inline-block;
    content: "\f004"; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a.flex-play:before {
    content: "\f003"; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  text-align: right;
  height: 12px; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block; }

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 6px;
  background-color: #c4c5bb;
  font-size: 0; }
  .flex-control-paging li a:hover {
    background-color: #f89820; }
  .flex-control-paging li a.flex-active {
    cursor: default;
    background-color: #f89820; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 0.7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.gallery {
  clear: both; }

.gallery-images {
  list-style: none !important;
  padding: 0px !important;
  margin-bottom: 48px;
  *zoom: 1; }
  .gallery-images:before, .gallery-images:after {
    content: " ";
    display: table; }
  .gallery-images:after {
    clear: both; }
  .gallery-images li {
    margin-bottom: 18px;
    width: 25%;
    float: left;
    padding-left: 9px;
    padding-right: 9px; }
    @media (max-width: 700px) {
      .gallery-images li {
        width: 50%; } }

body.lightbox-active {
  overflow-y: hidden; }



.gallery-lightbox {
  position: fixed;
  height: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 250; }
  .gallery-lightbox.is-active {
    padding-top: 48px;
    padding-bottom: 48px;
    height: 100%; }
  @media (min-width: 701px) {
    .gallery-lightbox .flex-prev {
      left: -96px; }
    .gallery-lightbox .flex-next {
      right: -96px; } }

.lightbox-close {
  position: absolute;
  right: -32px;
  top: -32px;
  color: #fff;
  font-size: 48px; }
  @media (max-width: 700px) {
    .lightbox-close {
      right: 0px;
      top: -36px; } }

.lightbox-inner {
  max-width: 585px;
  margin: 0px auto;
  background-color: #000;
  padding: 24px;
  position: relative; }
  @media (max-width: 700px) {
    .lightbox-inner {
      padding: 12px; } }

/* AddThis Lightbox Color Override */
.at3lblight {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.grey-box {
  padding: 12px;
  background-color: #E8E8E7;
  clear: both; }
  @media (max-width: 700px) {
    .subpage-content .grey-box img.float-left {
      max-width: 200px; } }
  @media (max-width: 540px) {
    .subpage-content .grey-box img.float-left {
      float: none;
      margin-right: 0;
      max-width: 100%;
      width: 100%;
      height: auto; } }

.column-row {
  margin-left: -9px;
  margin-right: -9px;
  *zoom: 1; }
  .column-row:before, .column-row:after {
    content: " ";
    display: table; }
  .column-row:after {
    clear: both; }
  @media (max-width: 820px) {
    .column-row.collapse-medium .column {
      width: auto !important;
      float: none !important;
      margin-bottom: 24px; } }
  @media (max-width: 700px) {
    .column-row.collapse-small .column {
      width: auto !important;
      float: none !important;
      margin-bottom: 24px; } }
  @media (max-width: 540px) {
    .column-row.collapse-smaller .column {
      width: auto !important;
      float: none !important;
      margin-bottom: 24px; } }
  .column-row .column {
    padding-left: 9px;
    padding-right: 9px;
    float: left; }
    .column-row .column.one-half {
      width: 50%; }
    .column-row .column.one-third {
      width: 33.333%; }
    .column-row .column.two-thirds {
      width: 66.666%; }
    .column-row .column.one-fourth {
      width: 25%; }
    .column-row .column.three-fourths {
      width: 75%; }
    .column-row .column.one-fifth {
      width: 20%; }
    .column-row .column.two-fifths {
      width: 40%; }
    .column-row .column.three-fifths {
      width: 60%; }
    .column-row .column.four-fifths {
      width: 80%; }
    .column-row .column.one-sixth {
      width: 16.66667%; }
    .column-row .column.five-sixths {
      width: 83.33333%; }

@media (min-width: 821px) {
  .hide-on-desktop {
    display: none; }

  .show-on-desktop {
    display: block; } }
@media (max-width: 820px) {
  .hide-on-mobile {
    display: none; }

  .show-on-mobile {
    display: block; } }
.image-wrap {
  position: relative;
  display: block; }
  .image-wrap a .teal-caption-wrap:after {
    display: none; }
  .image-wrap img {
    display: block;
    width: 100%;
    height: auto; }

a.scale-image {
  width: 100%;
  height: auto;
  overflow: hidden; }

a.darken-image {
  background-color: black; }
  a.darken-image img {
    -webkit-transition: opacity 0.3s false;
    -moz-transition: opacity 0.3s false false;
    -o-transition: opacity 0.3s false false;
    transition: opacity 0.3s; }
  a.darken-image:hover img {
    opacity: 0.8; }

a .teal-caption-wrap {
  transition: background-color 0.2s; }
  @media (min-width: 701px) {
    a .teal-caption-wrap:after {
      content: '';
      border: 6px solid transparent;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      margin-top: -5px;
      border-left: 6px solid #fff;
      position: absolute;
      right: 6px;
      bottom: 15px; } }
a:hover .teal-caption-wrap {
  background-color: rgba(0, 156, 163, 0.7); }

.teal-caption-wrap {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  max-height: 60px;
  overflow: hidden;
  background-color: rgba(0, 181, 188, 0.7);
  color: #fff;
  padding-left: 12px;
  padding-right: 12px; }
  .teal-caption-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    min-height: 60px;
    vertical-align: middle;
    margin-right: -.35em; }
  .lt-ie9 .teal-caption-wrap {
    background-color: #3ba8a9; }
  .teal-caption-wrap .teal-caption {
    display: inline-block;
    vertical-align: middle; }
  .teal-caption-wrap .teal-caption-inner {
    padding: 6px 0; }
  .teal-caption-wrap h3, .teal-caption-wrap h4 {
    margin-bottom: 0px;
    font-weight: 500; }
  .teal-caption-wrap h3 {
    font-size: 18px;
    line-height: 22px; }
  .teal-caption-wrap h4 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px; }

.mejs-container {
  position: relative;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0; }

.me-plugin {
  position: absolute; }

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%; }

.mejs-clear {
  clear: both; }

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

:root .mejs-poster img {
  display: none; }

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(bigplay.svg) no-repeat; }

.no-svg .mejs-overlay-button {
  background-image: url(bigplay.png); }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear, false, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9); }

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(loading.gif) 50% 50% no-repeat; }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: #cfcecc;
  height: 30px;
  width: 100%; }

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(../svg/controls.svg) no-repeat; }
  .mejs-controls .mejs-button button:after {
    display: none; }

.no-svg .mejs-controls .mejs-button button {
  background-image: url(../img/controls.png); }

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #333;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.mejs-container .mejs-controls .mejs-time span {
  color: #333;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0; }

.mejs-controls .mejs-pause button {
  background-position: 0 -16px; }

.mejs-controls .mejs-stop button {
  background-position: -112px 0; }

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px; }

.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear, false, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8); }

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear, -45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 30px 0; } }

@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 30px 0; } }

@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 30px 0; } }

@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 30px 0; } }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #4f4f4f;
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #898989;
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px; }

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0; }

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px; }

.mejs-controls .mejs-unmute button {
  background-position: -16px 0; }

.mejs-controls .mejs-volume-button {
  position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0; }

@media (max-width: 360px) {
  .mejs-controls .mejs-horizontal-volume-slider,
  .mejs-controls .mejs-volume-button {
    visibility: hidden; } }
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #4f4f4f;
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #898989;
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0; }

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #4f4f4f; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #898989; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative; }

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear, false, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer; }

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none; }

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear, false, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232); }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px; }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff; }

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 45px; }

.mejs-captions-text {
  padding: 3px 5px;
  background: url(background.png);
  background: rgba(20, 20, 20, 0.8); }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold; }

.me-cannotplay span {
  padding: 15px;
  display: block; }

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */ }

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333; }

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333; }

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff; }

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative; }

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden; }

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%; }

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer; }

/* End: Postroll */
.order-summary {
  padding: 30px; }
  .order-summary .order-summary-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #505050; }
  .order-summary .order-summary-content {
    line-height: 1.2; }
    .order-summary .order-summary-content p {
      margin-bottom: 5px; }
  .order-summary .order-date {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px; }
  .order-summary .order-product-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .order-summary .order-product {
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6; }
    .order-summary .order-product + .order-product {
      margin-top: 30px; }
    .order-summary .order-product .product-image {
      float: left;
      width: 140px;
      height: 140px;
      margin: 0 20px 20px 0; }
  .order-summary .product-wrap {
    width: 61%;
    padding-right: 24px; }
    @media (max-width: 820px) {
      .order-summary .product-wrap {
        width: 55%; } }
    @media (max-width: 700px) {
      .order-summary .product-wrap {
        width: 40%; } }
    .order-summary .product-wrap img {
      position: absolute;
      top: 0px;
      left: 0px; }
      @media (max-width: 820px) {
        .order-summary .product-wrap img {
          display: none; } }
    .order-summary .product-wrap p {
      margin-bottom: 0px; }
      @media (max-width: 700px) {
        .order-summary .product-wrap p {
          display: none; } }
    @media (max-width: 700px) {
      .order-summary .product-wrap h3 {
        font-size: 18px;
        line-height: 22px; } }
  .order-summary.in-checkout .product-wrap h3 {
    margin-bottom: 0px; }
  .order-summary .cart-product-inner {
    position: relative; }
    @media (min-width: 821px) {
      .order-summary .cart-product-inner {
        padding-left: 120px; } }
  .order-summary .unit-price-wrap {
    width: 13%;
    text-align: center; }
    @media (max-width: 820px) {
      .order-summary .unit-price-wrap {
        width: 15%; } }
    @media (max-width: 700px) {
      .order-summary .unit-price-wrap {
        width: 20%; } }
  .order-summary .quantity-wrap {
    width: 13%;
    text-align: center; }
    @media (max-width: 820px) {
      .order-summary .quantity-wrap {
        width: 15%; } }
    @media (max-width: 700px) {
      .order-summary .quantity-wrap {
        width: 20%; } }
    .order-summary .quantity-wrap input {
      display: inline-block;
      margin-bottom: 8px; }
    .order-summary .quantity-wrap a {
      font-size: 14px;
      line-height: 18px;
      color: #f7a143;
      display: block;
      text-decoration: underline; }
  .order-summary .subtotal-wrap {
    width: 13%;
    text-align: right; }
    @media (max-width: 820px) {
      .order-summary .subtotal-wrap {
        width: 15%; } }
    @media (max-width: 700px) {
      .order-summary .subtotal-wrap {
        width: 20%; } }
  .order-summary .order-summary-items {
    padding: 24px;
    list-style: none;
    margin-bottom: 18px; }
    @media (max-width: 700px) {
      .order-summary .order-summary-items {
        margin-left: -48px;
        margin-right: -48px;
        background-color: #dcdcda; } }
  .order-summary .order-summary-item {
    *zoom: 1;
    border-bottom: 2px solid #fff;
    margin-bottom: 24px;
    padding-bottom: 24px; }
    .order-summary .order-summary-item:before, .order-summary .order-summary-item:after {
      content: " ";
      display: table; }
    .order-summary .order-summary-item:after {
      clear: both; }
    .order-summary .order-summary-item:last-child {
      margin-bottom: 0px;
      border-bottom: none;
      padding-bottom: 0px; }
    .order-summary .order-summary-item > div {
      float: left; }

.column-label {
  text-transform: uppercase;
  font-size: 15px; }
  @media (max-width: 700px) {
    .column-label {
      font-size: 13px; } }

.pagination {
  text-align: right;
  font-size: 12px; }
  .pagination a {
    color: #f7a143; }
    .pagination a:hover {
      color: #f58912; }
  .pagination ul {
    list-style: none;
    padding: 0px; }
  .pagination li {
    display: inline-block;
    color: #888;
    padding-left: 2px;
    padding-right: 2px; }

.shopping-cart .shopping-cart-header {
  *zoom: 1;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 6px;
  padding-top: 6px; }
  .shopping-cart .shopping-cart-header:before, .shopping-cart .shopping-cart-header:after {
    content: " ";
    display: table; }
  .shopping-cart .shopping-cart-header:after {
    clear: both; }
  @media (max-width: 700px) {
    .shopping-cart .shopping-cart-header {
      margin-left: -48px;
      margin-right: -48px;
      background-color: #cfcfcd; } }
  .shopping-cart .shopping-cart-header > div {
    float: left; }
.shopping-cart .price {
  font-size: 18px; }
.shopping-cart .product-wrap {
  width: 61%;
  padding-right: 24px; }
  @media (max-width: 820px) {
    .shopping-cart .product-wrap {
      width: 55%; } }
  @media (max-width: 700px) {
    .shopping-cart .product-wrap {
      width: 40%; } }
  .shopping-cart .product-wrap img {
    position: absolute;
    top: 0px;
    left: 0px; }
    @media (max-width: 820px) {
      .shopping-cart .product-wrap img {
        display: none; } }
  .shopping-cart .product-wrap p {
    margin-bottom: 0px; }
    @media (max-width: 700px) {
      .shopping-cart .product-wrap p {
        display: none; } }
  @media (max-width: 700px) {
    .shopping-cart .product-wrap h3 {
      font-size: 18px;
      line-height: 22px; } }
.shopping-cart.in-checkout .product-wrap h3 {
  margin-bottom: 0px; }
.shopping-cart .cart-product-inner {
  position: relative; }
  @media (min-width: 821px) {
    .shopping-cart .cart-product-inner {
      padding-left: 120px; } }
.shopping-cart .unit-price-wrap {
  width: 13%;
  text-align: center; }
  @media (max-width: 820px) {
    .shopping-cart .unit-price-wrap {
      width: 15%; } }
  @media (max-width: 700px) {
    .shopping-cart .unit-price-wrap {
      width: 20%; } }
.shopping-cart .quantity-wrap {
  width: 13%;
  text-align: center; }
  @media (max-width: 820px) {
    .shopping-cart .quantity-wrap {
      width: 15%; } }
  @media (max-width: 700px) {
    .shopping-cart .quantity-wrap {
      width: 20%; } }
  .shopping-cart .quantity-wrap input {
    display: inline-block;
    margin-bottom: 8px; }
  .shopping-cart .quantity-wrap a, .shopping-cart .quantity-wrap input.update, .shopping-cart .quantity-wrap input.remove {
    font-size: 14px;
    line-height: 18px;
    color: #f7a143;
    display: block;
    text-decoration: underline;
    /* Overrides for input button style */
    background: none;
    padding: 0;
    height: auto;
    margin: 0 auto;
    font-weight: 300; }
.shopping-cart .subtotal-wrap {
  width: 13%;
  text-align: right; }
  @media (max-width: 820px) {
    .shopping-cart .subtotal-wrap {
      width: 15%; } }
  @media (max-width: 700px) {
    .shopping-cart .subtotal-wrap {
      width: 20%; } }
.shopping-cart .shopping-cart-items {
  padding: 24px;
  list-style: none;
  margin-bottom: 18px; }
  @media (max-width: 700px) {
    .shopping-cart .shopping-cart-items {
      margin-left: -48px;
      margin-right: -48px;
      background-color: #dcdcda; } }
.shopping-cart .shopping-cart-item {
  *zoom: 1;
  border-bottom: 2px solid #fff;
  margin-bottom: 24px;
  padding-bottom: 24px;
  min-height: 100px; }
  .shopping-cart .shopping-cart-item:before, .shopping-cart .shopping-cart-item:after {
    content: " ";
    display: table; }
  .shopping-cart .shopping-cart-item:after {
    clear: both; }
  .shopping-cart .shopping-cart-item:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px; }
  .shopping-cart .shopping-cart-item > div {
    float: left; }

.column-label {
  text-transform: uppercase;
  font-size: 15px; }
  @media (max-width: 700px) {
    .column-label {
      font-size: 13px; } }

.social-bar {
  background-color: #D3D1CB;
  background-image: url(../img/dark-texture.jpg); }
  .social-bar.footer-social-bar {
    margin-top: 48px; }
  @media (max-width: 700px) {
    .social-bar.homepage-social-bar {
      display: none; }
    .social-bar.footer-social-bar {
      display: block !important; } }
  .home-page .social-bar.footer-social-bar {
    display: none; }

.social-bar-inner {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  *zoom: 1;
  padding-top: 36px;
  padding-bottom: 24px; }
  .social-bar-inner:before, .social-bar-inner:after {
    content: " ";
    display: table; }
  .social-bar-inner:after {
    clear: both; }
  @media (min-width: 701px) {
    .social-bar-inner .social-icons-wrap {
      float: left; }
    .social-bar-inner .mailing-list-wrap {
      float: right;
      width: 560px;
      padding-left: 140px;
      position: relative; } }
    @media (min-width: 701px) and (max-width: 1056px) {
      .social-bar-inner .mailing-list-wrap {
        width: 375px;
        padding-left: 18px; }
        .social-bar-inner .mailing-list-wrap:after {
          display: none; } }
  .social-bar-inner h2 {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 12px; }
    .social-bar-inner h2 a {
      font-size: 16px;
      text-decoration: underline;
      padding-left: 12px;
      vertical-align: baseline; }
  @media (max-width: 700px) {
    .social-bar-inner .social-icons-wrap {
      margin-bottom: 24px; }
    .social-bar-inner h2 {
      font-size: 18px; } }
  .social-bar-inner .social-icons {
    *zoom: 1; }
    .social-bar-inner .social-icons:before, .social-bar-inner .social-icons:after {
      content: " ";
      display: table; }
    .social-bar-inner .social-icons:after {
      clear: both; }
    .social-bar-inner .social-icons li {
      float: left;
      width: 38px;
      height: 38px;
      margin-right: 8px; }
      .social-bar-inner .social-icons li a {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 38px;
        font-size: 26px;
        background-color: #99958D;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        display: block; }
        .social-bar-inner .social-icons li a:hover {
          background-color: #716E69; }
        .social-bar-inner .social-icons li a:before {
          color: #DDDBD7; }

.mailing-list-wrap h2 {
  margin-bottom: 9px; }

.mailing-list-subscribe {
  position: relative;
  padding-left: 48px;
  padding-top: 2px;
  padding-bottom: 2px; }
  .mailing-list-subscribe .icon-envelope {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 38px;
    width: 38px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-color: #3ba8a9;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 24px; }
  .mailing-list-subscribe input[type="email"], .mailing-list-subscribe input[type="number"], .mailing-list-subscribe input[type="password"], .mailing-list-subscribe input[type="search"], .mailing-list-subscribe input[type="tel"], .mailing-list-subscribe input[type="text"], .mailing-list-subscribe input[type="url"], .mailing-list-subscribe input[type="color"], .mailing-list-subscribe input[type="date"], .mailing-list-subscribe input[type="datetime"], .mailing-list-subscribe input[type="datetime-local"], .mailing-list-subscribe input[type="month"], .mailing-list-subscribe input[type="time"], .mailing-list-subscribe input[type="week"] {
    float: left;
    width: 66.6666%;
    border-radius: 0px;
    font-style: italic; }
    @media (max-width: 700px) {
      .mailing-list-subscribe input[type="email"], .mailing-list-subscribe input[type="number"], .mailing-list-subscribe input[type="password"], .mailing-list-subscribe input[type="search"], .mailing-list-subscribe input[type="tel"], .mailing-list-subscribe input[type="text"], .mailing-list-subscribe input[type="url"], .mailing-list-subscribe input[type="color"], .mailing-list-subscribe input[type="date"], .mailing-list-subscribe input[type="datetime"], .mailing-list-subscribe input[type="datetime-local"], .mailing-list-subscribe input[type="month"], .mailing-list-subscribe input[type="time"], .mailing-list-subscribe input[type="week"] {
        width: 60%; } }
  .mailing-list-subscribe button {
    float: left;
    width: 33.3333%; }
    @media (max-width: 700px) {
      .mailing-list-subscribe button {
        width: 40%; } }

.social-icons-header {
  position: relative; }
  .social-icons-header h2 {
    padding-right: 120px; }
  @media (max-width: 700px) {
    .social-icons-header {
      margin-bottom: 12px; }
      .social-icons-header h2 {
        padding-right: 0px; }
      .social-icons-header .icon-list {
        position: static; } }

.icon-list {
  position: absolute;
  right: 0px;
  top: 6px; }
  .icon-list .icon-wrap {
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    background-color: #3ba8a9;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 18px; }
    .icon-list .icon-wrap:hover {
      background-color: #2e8283; }

.split-slider {
  margin-bottom: 24px; }
  .split-slider:last-child {
    margin-bottom: 0px; }
  .split-slider .flex-next, .split-slider .flex-prev {
    height: 64px;
    margin-top: -32px;
    text-indent: 0px;
    color: transparent;
    background-color: transparent; }
    .split-slider .flex-next:hover:after, .split-slider .flex-prev:hover:after {
      color: #fff; }
    .split-slider .flex-next:after, .split-slider .flex-prev:after {
      position: absolute;
      font-size: 48px;
      line-height: 64px;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      color: rgba(255, 255, 255, 0.7);
      font-family: 'icomoon';
      text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); }
  @media (min-width: 605px) {
    .split-slider .flex-direction-nav .flex-prev {
      left: 8px; }
    .split-slider .flex-direction-nav .flex-next {
      left: 50%;
      right: auto;
      margin-left: -64px; } }
  @media (max-width: 604px) {
    .split-slider .flex-direction-nav .flex-prev, .split-slider .flex-direction-nav .flex-next {
      top: 240px; } }
  @media (max-width: 500px) {
    .split-slider .flex-direction-nav .flex-prev, .split-slider .flex-direction-nav .flex-next {
      top: 180px; } }
  .split-slider .flex-next:after {
    content: '\e60b'; }
  .split-slider .flex-prev:after {
    content: '\e60a'; }
  .split-slider .flex-control-nav {
    display: none; }

.standard-carousel {
  margin-bottom: 18px; }
  .standard-carousel .flex-control-nav {
    display: none; }
  .standard-carousel .flex-next, .standard-carousel .flex-prev {
    height: 64px;
    margin-top: -32px;
    text-indent: 0px;
    color: transparent;
    background-color: transparent; }
    .standard-carousel .flex-next:after, .standard-carousel .flex-prev:after {
      position: absolute;
      line-height: 64px;
      text-align: center;
      font-size: 48px;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      color: #f7a143;
      font-family: 'icomoon'; }
      .product-page .standard-carousel .flex-next:after, .product-page .standard-carousel .flex-prev:after {
        font-size: 24px; }
  .standard-carousel .flex-next:after {
    content: '\e60b'; }
  .standard-carousel .flex-prev:after {
    content: '\e60a'; }
  .standard-carousel .slide {
    margin-right: 12px; }

.standard-slider {
  margin-bottom: 24px; }
  .standard-slider:last-child {
    margin-bottom: 0px; }
  .standard-slider .flex-next, .standard-slider .flex-prev {
    height: 64px;
    margin-top: -32px;
    text-indent: 0px;
    color: transparent;
    background-color: transparent; }
    .standard-slider .flex-next:hover:after, .standard-slider .flex-prev:hover:after {
      color: #fff; }
    .standard-slider .flex-next:after, .standard-slider .flex-prev:after {
      position: absolute;
      font-size: 48px;
      line-height: 64px;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      color: rgba(255, 255, 255, 0.7);
      font-family: 'icomoon';
      text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); }
  .standard-slider .flex-next:after {
    content: '\e60b'; }
  .standard-slider .flex-prev:after {
    content: '\e60a'; }
  .standard-slider .flex-control-nav {
    display: none; }
  .standard-slider.with-bullets .flex-prev, .standard-slider.with-bullets .flex-next {
    height: 50px;
    width: 50px;
    margin-top: -25px; }
    .standard-slider.with-bullets .flex-prev:after, .standard-slider.with-bullets .flex-next:after {
      display: none; }
  .standard-slider.with-bullets .flex-prev {
    background-image: url(../img/alt-carousel-left.png); }
  .standard-slider.with-bullets .flex-next {
    background-image: url(../img/alt-carousel-right.png); }
  .standard-slider.with-bullets .flex-control-nav {
    display: block;
    position: absolute;
    top: 100%;
    margin-top: 8px;
    width: auto;
    right: 0px;
    left: auto; }
    .standard-slider.with-bullets .flex-control-nav li {
      width: 14px;
      margin-right: 0px;
      margin-left: 9px; }
    .standard-slider.with-bullets .flex-control-nav a {
      background-color: #bbb;
      height: 14px;
      width: 14px; }
      .standard-slider.with-bullets .flex-control-nav a:hover, .standard-slider.with-bullets .flex-control-nav a.flex-active {
        color: #f7a143; }

@media (min-width: 821px) {
  .tabs-container {
    padding: 0px;
    border-top: 4px solid #dad9d7; } }
@media (max-width: 820px) {
  .tabs-container {
    padding: 0px;
    background-color: transparent; } }

.tabs-content-section {
  list-style: none;
  padding-top: 0px;
  padding-bottom: 0px; }
  @media (max-width: 820px) {
    .tabs-content-section {
      margin-bottom: 3px; } }
  @media (min-width: 821px) {
    .tabs-content-section {
      display: none;
      padding: 24px; }
      .tabs-content-section.is-active {
        display: block; } }

@media (max-width: 820px) {
  .tabs-nav {
    display: none; } }

.mobile-tab-header {
  background-color: #E8E8E7;
  display: block;
  padding: 12px;
  position: relative;
  margin-bottom: 0px; }
  .tabs-content-section.is-active .mobile-tab-header {
    margin-bottom: 12px; }
  .mobile-tab-header:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -5px;
    border: 10px solid transparent;
    border-top-color: #CFCFCD; }
  .mobile-tab-header:hover {
    background-color: #cfcfcd; }
    .mobile-tab-header:hover:after {
      border-top-color: #3ba8a9; }
  @media (min-width: 821px) {
    .mobile-tab-header {
      display: none; } }

@media (max-width: 820px) {
  .tab-content-inner {
    max-height: 0px;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px; }
    .tabs-content-section.is-active .tab-content-inner {
      max-height: 20000px; } }

.white-box {
  background-color: #fff;
  border: 1px solid #e0dedb;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px; }
  @media (max-width: 540px) {
    .white-box {
      padding: 10px; } }

@media (min-width: 701px) {
  .footer-widgets .widget-content {
    height: 357px;
    overflow: auto;
    overflow-x: hidden; }
  .footer-widgets .twitter-widget .widget-content {
    height: 313px; } }

.main-footer-wrap {
  background-color: #3ba8a9;
  *zoom: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff; }
  .main-footer-wrap:before, .main-footer-wrap:after {
    content: " ";
    display: table; }
  .main-footer-wrap:after {
    clear: both; }
  .main-footer-wrap a {
    color: #fff; }
    .main-footer-wrap a:hover {
      color: #18605F; }

.main-footer-container {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px; }

.main-footer-nav {
  *zoom: 1;
  margin-bottom: 48px;
  margin-left: -6px;
  margin-right: -6px; }
  .main-footer-nav:before, .main-footer-nav:after {
    content: " ";
    display: table; }
  .main-footer-nav:after {
    clear: both; }
  .main-footer-nav > li {
    float: left;
    width: 14.25%;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 500;
    line-height: 16px; }
    .main-footer-nav > li > a {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      font-size: 18px;
      margin-bottom: 3px;
      margin-right: 6px;
      line-height: 1.1; }
      @media (max-width: 920px) {
        .main-footer-nav > li > a {
          font-size: 16px; } }
      @media (max-width: 820px) {
        .main-footer-nav > li > a {
          font-size: 14px; } }
    @media (max-width: 920px) {
      .main-footer-nav > li {
        line-height: 14px;
        font-size: 13px; } }
    @media (max-width: 820px) {
      .main-footer-nav > li {
        line-height: 13px;
        font-size: 11px; } }
    @media (max-width: 700px) {
      .main-footer-nav > li {
        width: 33%;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px; } }
    @media (min-width: 701px) {
        .main-footer-nav > li:last-child {
          display: none; } }

.footer-sub-nav {
  margin-right: 6px; }
  .footer-sub-nav li {
    font-size: 15px;
    line-height: 17px;
    font-weight: 300; }
    @media (max-width: 920px) {
      .footer-sub-nav li {
        line-height: 14px;
        font-size: 13px; } }
    @media (max-width: 820px) {
      .footer-sub-nav li {
        line-height: 13px;
        font-size: 11px; } }
    @media (max-width: 700px) {
      .footer-sub-nav li {
        display: none; } }

.footer-middle-wrap {
  border-bottom: 4px solid #379B9D;
  padding-bottom: 8px;
  *zoom: 1; }
  .footer-middle-wrap:before, .footer-middle-wrap:after {
    content: " ";
    display: table; }
  .footer-middle-wrap:after {
    clear: both; }

.credits {
  float: right;
  text-transform: uppercase; }
  @media (max-width: 700px) {
    .credits {
      display: none; } }
  .credits a:hover img {
    -webkit-filter: brightness(1000%);
    -moz-filter: brightness(1000%);
    filter: brightness(1000%); }
  .credits p {
    font-size: 14px; }
  .credits img {
    padding-left: 12px;
    -webkit-transition: filter 0.3s false;
    -moz-transition: filter 0.3s false false;
    -o-transition: filter 0.3s false false;
    transition: filter 0.3s; }

.alt-footer-nav {
  text-transform: uppercase;
  font-size: 14px;
  float: left; }
  .alt-footer-nav li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline; }
    .alt-footer-nav li:after {
      content: '|';
      padding-left: 9px;
      padding-right: 6px; }
    .alt-footer-nav li:last-child:after {
      display: none; }

.footer-bottom-wrap {
  margin-top: 12px; }
  .footer-bottom-wrap p {
    font-size: 12px;
    line-height: 14px; }
  @media (max-width: 820px) {
    .footer-bottom-wrap .column.one-fourth {
      width: 50%;
      margin-bottom: 12px; }
    .footer-bottom-wrap .column.one-half {
      float: none;
      width: auto;
      margin-bottom: 12px; } }

.mobile-credits {
  display: none;
  margin-top: 12px;
  float: left; }
  @media (max-width: 700px) {
    .mobile-credits {
      display: block; } }

.header-nav-alternate {
  margin-bottom: 48px; }
  @media (max-width: 820px) {
    .header-nav-alternate {
      display: none; } }
  .header-nav-alternate ul {
    text-align: right; }
    .header-nav-alternate ul li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }
      .header-nav-alternate ul li a {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        padding: 4px 8px;
        font-size: 18px;
        background-color: #F2F0EC;
        color: #79a138;
        position: relative;
        padding-right: 24px; }
        .header-nav-alternate ul li a:after {
          content: '';
          border: 6px solid transparent;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          margin-top: -5px;
          border-left: 6px solid #fff;
          border-left-color: #79a138;
          position: absolute;
          top: 50%;
          margin-top: -5px;
          right: 5px; }
.header-nav-alternate ul li a:after.whites {
          content: '';
          border: 6px solid transparent;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          margin-top: -5px;
          border-left: 6px solid #fff;
          border-left-color: #ffffff;
          position: absolute;
          top: 50%;
          margin-top: -5px;
          right: 5px;
          }
        .header-nav-alternate ul li a:hover {
          background-color: #E9E6DF;
          color: #4C651C; }
          .header-nav-alternate ul li a:hover:after {
            border-left-color: #4C651C; }


.mobile-nav-alternate {
  margin-top: 24px;
  margin-bottom: 12px; }
  .mobile-nav-alternate li a {
    font-size: 22px;
    background-color: #B8D484;
    display: block;
    padding: 12px;
    color: #4F6029;
    position: relative; }
    .mobile-nav-alternate li a:hover {
      color: #fff;
      background-color: #3ba8a9; }
      .mobile-nav-alternate li a:hover:after {
        border-left-color: #fff; }
    .mobile-nav-alternate li a:after {
      content: '';
      border: 6px solid transparent;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      margin-top: -5px;
      border-left: 6px solid #fff;
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -5px;
      border-left-color: #4F6029; }

@media (min-width: 821px) {
  .header-nav-wrap {
    background-color: #fff; }

  .header-nav-inner {
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px; } }
@media (min-width: 821px) {
  .main-header {
    height: 160px;
    left: 0px;
    right: 0px;
    top: 0px;
    position: fixed;
    z-index: 200;
    -webkit-transform: translateZ(0);
    /* Fix flicker in Windows Chrome */ } }
@media (min-width: 821px) {
  .main-navigation > ul {
    text-align: right;
    font-size: 0px; }
    .main-navigation > ul > li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      font-size: 16px; }
      .main-navigation > ul > li:last-child > a:before {
        display: none; }
      .main-navigation > ul > li > a {
        font-size: 20px;
        color: #888;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: 24px;
        position: relative;
        display: block; }
        .main-navigation > ul > li > a:after {
          position: absolute;
          top: 100%;
          border: 10px solid transparent;
          border-top-color: #79a138;
          right: 50%;
          margin-right: -10px;
          margin-top: -1px;
          content: '';
          z-index: 90;
          display: none; }
      .main-navigation > ul > li:hover > a:first-child {
        background-color: #79a138;
        color: #fff; }
        .main-navigation > ul > li:hover > a:first-child:before {
          display: none; }
        .main-navigation > ul > li:hover > a:first-child:after {
          display: block; }
      .main-navigation > ul > li:hover .main-nav-second-level, .main-navigation > ul > li:hover .background {
        visibility: visible;
        opacity: 1;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s; }

  .main-nav-second-level {
    visibility: hidden;
    z-index: 10;
    text-align: left;
    position: absolute;
    padding-top: 48px;
    opacity: 0; }

  .background {
    visibility: hidden;
    position: absolute;
    top: 158px;
    left: 0px;
    right: 0px;
    height: 250px;
    z-index: 10;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9); }
    .lt-ie9 .background {
      background-color: #eee; }

  .main-nav-second-level, .background {
    -webkit-transition-property: visibility, opacity;
    -moz-transition-property: visibility, opacity;
    -o-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-transition-delay: 0.2s, 0s;
    -moz-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
    -webkit-transition-duration: 0s, 0.2s;
    -moz-transition-duration: 0s, 0.2s;
    -o-transition-duration: 0s, 0.2s;
    transition-duration: 0s, 0.2s; }

  .position-container {
    position: relative; }

  .main-nav-second-level a {
    color: #5F5F5F; }
    .main-nav-second-level a:hover {
      color: #79a138; }
  .main-nav-second-level > li > a {
    text-transform: uppercase;
    font-weight: bold; }
  .main-nav-second-level.visit-and-explore, .main-nav-second-level.spot-1 {
    left: 0px;
    width: 750px; }
    .main-nav-second-level.visit-and-explore > li, .main-nav-second-level.spot-1 > li {
      width: 250px;
      float: left; }
  .main-nav-second-level.classes-and-programs, .main-nav-second-level.spot-3 {
    left: -593px;
	width: 1000px; }
    .main-nav-second-level.classes-and-programs > li, .main-nav-second-level.spot-3 > li {
      width: 250px;
      float: left; }
  .main-nav-second-level.exhibits-and-events, .main-nav-second-level.spot-2 {
    left: -413px;
    width: 1000px; }
    .main-nav-second-level.exhibits-and-events > li, .main-nav-second-level.spot-2 > li {
      width: 250px;
      float: left; }
  .main-nav-second-level.green-innovation, .main-nav-second-level.spot-4 {
    left: -793px;
	width: 1000px; }
    .main-nav-second-level.green-innovation > li, .main-nav-second-level.spot-4 > li {
       width: 250px;
      float: left; }
@media (min-width: 821px) and (max-width: 1152px) {
	 .main-nav-second-level.visit-and-explore, .main-nav-second-level.spot-1 {
    left: 0px;
    width: 800px; }
    .main-nav-second-level.visit-and-explore > li, .main-nav-second-level.spot-1 > li {
      width: 200px;
      float: left; }
  .main-nav-second-level.classes-and-programs, .main-nav-second-level.spot-3 {
   left: -500px;
	width: 800px; }
    .main-nav-second-level.classes-and-programs > li, .main-nav-second-level.spot-3 > li {
      width: 200px;
      float: left; }
  .main-nav-second-level.exhibits-and-events, .main-nav-second-level.spot-2 {
    left: -342px;
    width: 800px; }
    .main-nav-second-level.exhibits-and-events > li, .main-nav-second-level.spot-2 > li {
      width: 200px;
      float: left; }
  .main-nav-second-level.green-innovation, .main-nav-second-level.spot-4 {
    left: -673px;
	width: 800px; }
    .main-nav-second-level.green-innovation > li, .main-nav-second-level.spot-4 > li {
       width: 200px;
      float: left; }
	
}
  .main-nav-third-level {
    line-height: 21px; }

  [class*='mobile-nav'] {
    display: none !important; } }
      @media (min-width: 821px) and (min-width: 821px) {
        .main-navigation > ul > li > a:before {
          position: absolute;
          right: -1px;
          top: 4px;
          bottom: 6px;
          width: 1px;
          background-color: #bbbbbb;
          content: ''; } }
      @media (min-width: 821px) and (max-width: 1056px) {
        .main-navigation > ul > li > a {
          padding-left: 8px;
          padding-right: 8px;
          font-size: 18px; } }
  @media (min-width: 821px) and (max-width: 1152px) {
    .main-nav-second-level a {
      font-size: 14px;
      line-height: 18px; } }

@media (max-width: 820px) {
  body.mobile-nav-is-active {
    overflow: hidden; }

  .main-navigation {
    width: 290px;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 100;
    background-color: rgba(131, 165, 72, 0.9);
    overflow: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* fixes flash when tapped */
    -webkit-overflow-scrolling: touch; }
    .csstransforms .main-navigation {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: -webkit-transform false false, 0.2s false false;
      -moz-transition: -moz-transform false false false, 0.2s false false false;
      -o-transition: -o-transform false false false, 0.2s false false false;
      transition: transform, 0.2s; }
    .no-csstransforms .main-navigation {
      left: -290px;
      -webkit-transition: position false false, 0.2s false false;
      -moz-transition: position false false false, 0.2s false false false;
      -o-transition: position false false false, 0.2s false false false;
      transition: position, 0.2s; }
    .csstransforms .mobile-nav-is-active .main-navigation {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
    .no-csstransforms .mobile-nav-is-active .main-navigation {
      left: 0px; }
    .mobile-nav-is-active .main-navigation {
      -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5); }
    .main-navigation a {
      color: rgba(255, 255, 255, 0.9); }
      .main-navigation a:hover {
        color: #4c5b31; }
    .main-navigation .has-children {
      position: relative; }
      .main-navigation .has-children .children-toggle {
        position: absolute;
        right: 0;
        top: 0;
        height: 25px;
        width: 60px;
        cursor: pointer; }
        .main-navigation .has-children .children-toggle:after {
          content: '';
          position: absolute;
          bottom: 3px;
          right: 15px;
          height: 0;
          width: 0;
          border-color: transparent;
          border-style: solid;
          border-width: 6px;
          border-top-color: #4c5b31; }
      .main-navigation .has-children.expanded > a {
        color: #4c5b31; }
      .main-navigation .has-children.expanded .children-toggle:after {
        bottom: 9px;
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 6px;
        border-bottom-color: #4c5b31; }

  .main-navigation-inner > li {
    position: relative; }
    .main-navigation-inner > li > a:first-child {
      font-weight: 300;
      font-size: 22px;
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.9);
      padding: 12px; }
    .main-navigation-inner > li .mobile-nav-toggle {
      position: absolute;
      right: 0px;
      top: 0px;
      display: block;
      width: 48px;
      height: 48px; }

  .main-nav-second-level {
    padding-left: 48px; }
    .main-nav-second-level a {
      color: #fff; }
    .main-nav-second-level li {
      margin-top: 6px; }
    .main-nav-second-level li:last-child {
      margin-bottom: 12px; }

  .main-nav-third-level {
    display: none; }
    .main-nav-third-level a {
      color: rgba(255, 255, 255, 0.9); } }
.mobile-nav-search {
  padding: 12px; }
  .mobile-nav-search input {
    width: 100%; }
  .mobile-nav-search .mobile-nav-search-wrap {
    position: relative; }
    .mobile-nav-search .mobile-nav-search-wrap:before {
      content: '';
      height: 32px;
      width: 32px;
      position: absolute;
      right: 0px;
      top: 0px;
      color: #777777;
      line-height: 32px;
      font-size: 14px;
      text-align: center;
      font-family: 'icomoon';
      content: "\e600"; }

.mobile-nav-checkout-links {
  padding: 12px;
  padding-top: 0px; }
  .mobile-nav-checkout-links ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-transform: uppercase;
    font-size: 15px;
    padding-right: 12px;
    font-weight: 600; }
    .mobile-nav-checkout-links ul li a {
      color: #fff; }
    .mobile-nav-checkout-links ul li a:hover {
      color: #3ba8a9; }

.top-bar-wrap {
  background-color: #E9E6DF; }
  @media (max-width: 820px) {
    .top-bar-wrap {
      background-color: #fff;
      border-top: 12px solid #E9E6DF; } }

.top-bar-inner {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  padding-top: 8px;
  padding-bottom: 16px; }
  @media (min-width: 821px) {
    .top-bar-inner {
      height: 44px;
      padding-top: 9px;
      padding-bottom: 9px; } }

.header-search {
  position: absolute;
  right: 370px; }
  @media (max-width: 820px) {
    .header-search {
      display: none; } }
  .header-search .header-search-wrap {
    position: relative; }
    .header-search .header-search-wrap .search-button {
      color: transparent;
      font: 0/0 a;
      text-shadow: none;
      background: transparent;
      height: 27px;
      width: 27px;
      position: absolute;
      right: 0px;
      top: 0px; }
      .header-search .header-search-wrap .search-button:after {
        color: #777777;
        line-height: 27px;
        font-size: 14px;
        text-align: center;
        font-family: 'icomoon';
        content: "\e600";
        height: 27px;
        width: 27px;
        position: absolute;
        right: 0px;
        top: 0px; }
  .header-search input {
    height: 27px;
    background-color: #D5CFC3;
    border-radius: 0px;
    font-style: italic;
    border: none;
    width: 220px; }
    .header-search input::-webkit-input-placeholder {
      color: #777777; }
    .header-search input:-moz-placeholder {
      color: #777777; }
    .header-search input::-moz-placeholder {
      color: #777777; }
    .header-search input:-ms-input-placeholder {
      color: #777777; }

.top-nav {
  float: right;
  text-align: right; }
  @media (max-width: 820px) {
    .top-nav {
      display: none; } }
  .top-nav ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-transform: uppercase;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 600; }
    .top-nav ul li a {
      color: #f7a143; }
    .top-nav ul li a:hover {
      color: #f58912; }

.logo {
  width: 164px;
  height: 174px;
  background-image: url(../img/phipps-logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 133px;
  text-indent: 1000px;
  overflow: hidden;
  display: block; }
  @media (min-width: 821px) {
    .logo {
      -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0px;
      left: 18px;
      z-index: 20; } }
  @media (max-width: 820px) {
    .logo {
      margin: 0px auto;
      height: 84px;
      background-size: contain; } }

.mobile-nav-open {
  background-color: #79a138;
  position: absolute;
  top: 12px;
  left: 12px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  height: 38px;
  width: 38px;
  border-radius: 0px;
  font-size: 24px; }
  .mobile-nav-open:hover {
    color: #fff;
    background-color: #3ba8a9; }

.mobile-nav-close {
  margin-left: 12px;
  margin-top: 24px;
  margin-bottom: 12px;
  line-height: 38px;
  text-align: center;
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 0px;
  font-size: 24px;
  background-color: transparent;
  color: #fff; }
  .mobile-nav-close:hover {
    color: #fff;
    background-color: #3ba8a9; }

.error-page a {
  color: #f7a143;
  text-decoration: underline; }
  .error-page a:hover {
    text-decoration: none; }

.account-dashboard .edit-link {
  display: inline-block;
  margin-top: 18px;
  color: #f7a143;
  text-decoration: underline;
  font-style: italic; }

@media (max-width: 700px) {
  .login-wrap .column {
    float: none !Important;
    width: auto !Important;
    margin-bottom: 18px; } }
.login-wrap .grey-box {
  padding: 24px; }
.login-wrap p, .login-wrap li {
  font-size: 15px;
  line-height: 23px; }
.login-wrap p {
  margin-bottom: 18px; }
.login-wrap .register p {
  margin-bottom: 0px; }
  .login-wrap .register p:first-child {
    margin-top: 24px; }
.login-wrap .form-row {
  margin-bottom: 12px;
  max-width: 320px; }
.login-wrap .label {
  color: #888; }
.login-wrap input[type="email"], .login-wrap input[type="number"], .login-wrap input[type="password"], .login-wrap input[type="search"], .login-wrap input[type="tel"], .login-wrap input[type="text"], .login-wrap input[type="url"], .login-wrap input[type="color"], .login-wrap input[type="date"], .login-wrap input[type="datetime"], .login-wrap input[type="datetime-local"], .login-wrap input[type="month"], .login-wrap input[type="time"], .login-wrap input[type="week"] {
  width: 100%; }
.login-wrap .note {
  font-size: 14px;
  font-style: italic;
  padding-top: 8px;
  text-align: right; }
  .login-wrap .note a {
    color: #888;
    text-decoration: underline; }

.blog-listing {
  padding: 0px !important;
  overflow: visible !important; }
  .blog-listing li {
    list-style: none !important;
    margin-bottom: 24px; }

.blog-listing-item {
  padding: 0px; }
  .blog-listing-item .blog-image-wrap img {
    margin-bottom: 0px; }
  @media (max-width: 700px) {
    .blog-listing-item .blog-image-wrap {
      width: 33% !important; } }
  @media (max-width: 540px) {
    .blog-listing-item .blog-image-wrap {
      width: auto !important;
      float: none;
 }
      .blog-listing-item .blog-image-wrap img {

        max-width: 100%; } }
  .blog-listing-item .blog-info-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 24px; }
    @media (max-width: 700px) {
      .blog-listing-item .blog-info-wrap {
        width: 67% !important; } }
    @media (max-width: 540px) {
      .blog-listing-item .blog-info-wrap {
        width: auto !important;
        float: none !important;
        padding-left: 24px; } }
  .blog-listing-item .blog-info {
    margin-bottom: 12px;
    overflow: hidden; }
    .blog-listing-item .blog-info p {
      font-size: 16px;
      line-height: 20px; }
  @media (min-width: 541px) {
    .blog-listing-item.fade-out .blog-info {
      height: 190px;
      position: relative;
      overflow: hidden; }
      .blog-listing-item.fade-out .blog-info:after {
        content: '';
        position: absolute;
        left: 0px;
        right: 0px;
        top: 158px;
        height: 32px;
        background-color: rgba(232, 232, 231, 0);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232, 232, 231, 0)), color-stop(100%, #e8e8e7));
        background-image: -webkit-linear-gradient(top, rgba(232, 232, 231, 0), #e8e8e7);
        background-image: linear-gradient(to bottom,rgba(232, 232, 231, 0), #e8e8e7);
        background-color: transparent; } }

.blog-image-wrap {
  position: relative; }

.author {
  font-style: italic;
  margin-bottom: 12px !important; }

.blog-controls, .button-row {
  *zoom: 1; }
  .blog-controls:before, .blog-controls:after, .button-row:before, .button-row:after {
    content: " ";
    display: table; }
  .blog-controls:after, .button-row:after {
    clear: both; }
  .blog-controls .share, .blog-controls .comments, .button-row .share, .button-row .comments {
    float: right; }
    ul.blog-listing .blog-controls .share, ul.blog-listing .blog-controls .comments, ul.blog-listing .button-row .share, ul.blog-listing .button-row .comments {
      float: left; }
  .blog-controls .comments, .button-row .comments {
    position: relative;
    top: 8px; }
    .blog-controls .comments:before, .button-row .comments:before {
      content: '';
      height: 11px;
      width: 15px;
      display: inline-block;
      margin-right: 8px;
      background-image: url(../img/comments-icon.png); }
  .blog-controls .read-more, .button-row .read-more {
    float: right; }
    @media (max-width: 675px) {
      .blog-controls .read-more, .button-row .read-more {
        float: none;
        margin-left: 8px; } }
  .blog-controls .share, .button-row .share {
    background-color: #888;
    text-transform: uppercase;
    padding-right: 10px;
    margin-right: 18px;
    font-size: 13px;
    height: 28px;
    margin-top: 3px; }
    .blog-controls .share:after, .button-row .share:after {
      display: none; }
  .blog-controls .comments, .button-row .comments {
    color: #888;
    line-height: 32px;
    font-size: 14px; }

@media (max-width: 700px) {
  .blog-detail-item {
    padding-top: 24px; } }
.blog-detail-item .grey-box {
  padding: 12px 24px;
  padding-bottom: 32px; }
.blog-detail-item h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 100;
  margin-bottom: 4px;
  border-bottom: none;
  margin-bottom: 4px;
  padding-bottom: 0px; }
.blog-detail-item .blog-controls {
  margin-bottom: 12px; }

.comment-form textarea {
  width: 100%;
  height: 120px;
  padding: 24px;
  margin-bottom: 12px;
  font-size: 18px; }
  .comment-form textarea:hover {
    background-color: #fafafa; }
.comment-form .button {
  background-color: #888075; }

.next-and-prev {
  *zoom: 1;
  margin: 24px 0px; }
  .next-and-prev:before, .next-and-prev:after {
    content: " ";
    display: table; }
  .next-and-prev:after {
    clear: both; }
  @media (max-width: 700px) {
    .next-and-prev .next, .next-and-prev .prev {
      font-size: 14px; }
    .next-and-prev .next span, .next-and-prev .prev span {
      display: none; } }
  .next-and-prev .next {
    float: right; }
  .next-and-prev .prev {
    float: left; }

.date-range {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 12px !important; }

.calendar-header h2 {
  margin-bottom: 0px !important; }
@media (max-width: 700px) {
  .calendar-header {
    margin-bottom: 24px; }
    .calendar-header h2 {
      margin-bottom: 12px !important; } }

.selected-month {
  text-transform: uppercase;
  font-weight: 100 !important;
  margin-bottom: 18px !important;
  color: #777;
  border-bottom: 3px solid #DDDBD7;
  font-size: 28px !important;
  line-height: 32px !important;
  padding-bottom: 8px; }

.months-list {
  list-style: none !important;
  padding: 0px !important; }
.months-list ul {
  margin-bottom: 12px; }
  .months-list li {
    display: inline-block;
    color: #888;
    font-size: 13px; }
    .months-list li:after {
      content: '|'; }
    .months-list li:last-child:after {
      display: none; }
  .months-list a {
    text-transform: uppercase;
    color: #f7a143;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 500; }
    .months-list a:hover {
      color: #f58912; }

.calendar-detail .dates {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
  margin-top: 22px; }
.calendar-detail .selected-month + h3 {
  margin-bottom: 0px; }

.catalog-header {
  height: 280px;
  background-repeat: no-repeat;
  margin-bottom: 24px;
  background-position: center 100%;
  position: relative; }
  @media (max-width: 920px) {
    .catalog-header {
      height: 360px; } }
  @media (max-width: 700px) {
    .catalog-header {
      height: auto; } }
  .catalog-header:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2); }

.catalog-header-inner {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  min-height: 280px;
  height: 100%;
  background-color: #F1F7E7;
  padding-top: 36px;
  position: relative;
  color: #6a8933; }
  .catalog-header-inner h1 {
    margin-left: -32px;
    margin-right: -32px;
    padding: 24px 32px;
    background-color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 100;
    margin-bottom: 18px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
    position: relative;
    padding-left: 48px;
    padding-right: 48px; }
    @media (max-width: 1100px) {
      .catalog-header-inner h1 {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 24px;
        padding-right: 24px; }
        .catalog-header-inner h1:before, .catalog-header-inner h1:after {
          display: none; } }
    @media (max-width: 820px) {
      .catalog-header-inner h1 {
        font-size: 32px;
        line-height: 32px; } }
    @media (max-width: 700px) {
      .catalog-header-inner h1 {
        text-align: center; } }
    .catalog-header-inner h1:before, .catalog-header-inner h1:after {
      position: absolute;
      content: '';
      bottom: -14px;
      border: 7px solid transparent;
      border-top-color: #444; }
    .catalog-header-inner h1:after {
      border-left-color: #444;
      right: 0px; }
    .catalog-header-inner h1:before {
      border-right-color: #444;
      left: 0px; }
  .catalog-header-inner p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
    margin-right: 540px;
    padding-left: 24px;
    padding-right: 24px; }
    @media (max-width: 1100px) {
      .catalog-header-inner p {
        font-size: 18px;
        line-height: 24px;
        padding-left: 0px;
        padding-right: 0px; } }
    @media (max-width: 920px) {
      .catalog-header-inner p {
        margin-right: 360px; } }
    @media (max-width: 820px) {
      .catalog-header-inner p {
        font-size: 16px;
        line-height: 22px; } }
    @media (max-width: 700px) {
      .catalog-header-inner p {
        margin-right: 0px;
        font-size: 20px;
        line-height: 26px; } }
  .catalog-header-inner img {
    position: absolute;
    right: 0px;
    bottom: 0px; }
    @media (max-width: 700px) {
      .catalog-header-inner img {
        position: static;
        margin: 0px auto;
        margin-top: 24px;
        max-width: 100%; } }

.catalog-sub-header h2 {
  margin-bottom: 0px;
  border-bottom: none; }

.selected-category {
  text-transform: uppercase;
  font-weight: 100 !important;
  margin-bottom: 18px !important;
  color: #777;
  border-bottom: 3px solid #DDDBD7;
  font-size: 28px !important;
  line-height: 32px !important;
  padding-bottom: 8px;
  position: relative;
  padding-right: 103px; }
  @media (max-width: 700px) {
    .selected-category {
      padding-right: 0px; } }
  .selected-category .items-shown {
    position: absolute;
    right: 0px;
    top: 8px;
    font-size: 14px;
    line-height: 14px; }
    @media (max-width: 700px) {
      .selected-category .items-shown {
        position: static; } }

.shop-featured-categories {
  margin-bottom: 0px; }
  .shop-featured-categories ul {
    list-style: none !Important;
    padding: 0px !Important; }
  .shop-featured-categories .teal-caption-wrap {
    height: 58px; }
    .shop-featured-categories .teal-caption-wrap h3 {
      font-size: 17px;
      line-height: 19px;
      text-align: center; }
    .shop-featured-categories .teal-caption-wrap:after {
      display: none !important; }
  .shop-featured-categories .grey-box {
    padding: 6px; }

@media (max-width: 700px) {
  .catalog-feature-list .column {
    width: 100% !important;
    float: none !Important;
    margin-bottom: 24px !important; } }

.cart-total .total {
  text-transform: uppercase;
  font-size: 14px; }
.cart-total .large-number {
  font-size: 26px;
  padding-left: 3px;
  padding-right: 3px; }
.cart-total .grey-box {
  margin-bottom: 8px;
  padding: 18px; }
  @media (max-width: 920px) {
    .cart-total .grey-box {
      padding: 12px; } }
.cart-total p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px; }
.cart-total .note {
  font-style: italic;
  margin-bottom: 12px; }
.cart-total .large {
  width: 100%; }

.shopping-cart-bottom {
  margin-bottom: 48px; }
  @media (max-width: 920px) {
    .shopping-cart-bottom .one-fourth {
      width: 33.3333% !important; }
    .shopping-cart-bottom .empty {
      display: none; } }

.keep-shopping {
  margin-bottom: 24px; }
  .keep-shopping a {
    color: #f7a143;
    position: relative;
    padding-left: 18px;
    text-decoration: underline; }
    .keep-shopping a:before {
      border: 6px solid transparent;
      border-top: 5px solid transparent;
      height: 0px;
      width: 0px;
      position: absolute;
      border-bottom: 5px solid transparent;
      left: 0px;
      top: 50%;
      margin-top: -7px;
      border-right: 6px solid #f7a143;
      content: ''; }

.checkout-step-wrap {
  margin-bottom: 24px; }

.price-modifier {
  margin-bottom: 15px; }
  .price-modifier .grey-box {
    *zoom: 1; }
    .price-modifier .grey-box:before, .price-modifier .grey-box:after {
      content: " ";
      display: table; }
    .price-modifier .grey-box:after {
      clear: both; }
  .price-modifier .number {
    float: right; }
  .price-modifier input + input {
    margin-top: 6px; }
  .price-modifier select {
    margin-bottom: 0px; }
  .price-modifier.subtotal, .price-modifier.total {
    color: #f7a143; }
    .price-modifier.subtotal .number, .price-modifier.total .number {
      font-size: 24px; }
  .price-modifier .smaller {
    font-size: 14px;
    padding-left: 6px; }

.step-3 .grey-box {
  margin-bottom: 24px; }
.step-3 input + input {
  margin-top: 6px; }

.step-3 .smaller, .step-4 .smaller {
  font-size: 24px; }
.step-3 .grey-box, .step-4 .grey-box {
  padding: 26px; }
  @media (max-width: 700px) {
    .step-3 .grey-box, .step-4 .grey-box {
      padding: 12px; } }

@media (max-width: 700px) {
  .order-summary * {
    font-size: 11px !Important;
    padding: 4px 0; } }

.checkout-edit {
  position: absolute;
  right: 0px;
  top: 5px;
  color: #f7a143;
  text-decoration: underline;
  line-height: 18px;
  font-size: 15px;
  font-style: italic; }
  .checkout-edit:hover {
    color: #f58912; }

.checkout-step-wrap > header {
  position: relative; }
.checkout-step-wrap.active h2 {
  color: #444; }
.checkout-step-wrap h2 {
  color: #bbb; }
.checkout-step-wrap .note {
  font-size: 15px;
  font-style: italic; }

.step-4 .grey-box {
  margin-bottom: 18px; }
@media (max-width: 820px) {
  .step-4 .column {
    float: none !Important;
    width: auto !important; } }
.step-4 .payment-methods-wrap {
  background-color: #fff;
  padding: 12px;
  margin-bottom: 12px; }
  .step-4 .payment-methods-wrap img {
    width: 100%;
    display: block; }
.step-4 .cc-exp {
  *zoom: 1; }
  .step-4 .cc-exp:before, .step-4 .cc-exp:after {
    content: " ";
    display: table; }
  .step-4 .cc-exp:after {
    clear: both; }
.step-4 .cc-exp select {
  float: left;
  margin-right: 8px; }
.step-4 .final-step-total {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 12px; }

.contact-form {
  padding: 24px; }
  .contact-form .contact-inner {
    max-width: 320px; }
  .contact-form .attach-file {
    background-color: #888076; }
  .contact-form .label {
    color: #6c6a64; }
    .contact-form .label.type-checkbox, .contact-form .label.type-checkbox label {
      display: inline; }
  .contact-form .file-status {
    display: none;
    margin-bottom: 10px; }
  .contact-form .file-status.selected {
    display: block; }

.history-category-selector {
  padding-top: 18px; }
  @media (max-width: 700px) {
    .history-category-selector {
      padding-top: 0px; } }
  .history-category-selector ul {
    list-style: none !important;
    padding: 0px !important;
    background-color: #E9E8E6;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #D3D2D2; }
    .history-category-selector ul:after {
      content: '';
      display: table;
      clear: both; }
  .history-category-selector li {
    float: left;
    width: 7.143%;
    border-right: 1px dashed #bab8b8; }
    @media (max-width: 700px) {
      .history-category-selector li {
        float: none;
        width: auto !important;
        border: none;
        border-bottom: 1px dashed #bab8b8; } }
    .history-category-selector li:last-child {
      border: none; }
  .history-category-selector a {
    color: #444;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    text-transform: uppercase; }
    @media (max-width: 920px) {
      .history-category-selector a {
        font-size: 14px;
        line-height: 16px; } }
    @media (max-width: 700px) {
      .history-category-selector a {
        font-size: 16px;
        line-height: 24px;
        padding: 12px; } }
    @media (min-width: 701px) {
      .history-category-selector a {
        display: table;
        height: 90px;
        width: 100%; }
        .history-category-selector a:hover {
          color: #888; }
        .history-category-selector a .wrapper {
          display: table-cell;
          vertical-align: middle;
          width: 100%; } }
  .history-category-selector .is-active {
    border-right: none; }
    .history-category-selector .is-active a {
      background-color: #79a138;
      color: #fff;
      position: relative; }
      @media (min-width: 921px) {
        .history-category-selector .is-active a:before {
          content: '';
          position: absolute;
          bottom: 100%;
          border: 14px solid transparent;
          border-left-width: 11px;
          border-right-width: 11px;
          border-bottom-color: #79a138;
          right: 50%;
          margin-right: -11px; } }
  .history-category-selector.has-6 li {
    width: 16.6%; }
  .history-category-selector.has-5 li {
    width: 20%; }
  .history-category-selector.has-4 li {
    width: 25%; }
  .history-category-selector.has-3 li {
    width: 33.3%; }
  @media (min-width: 701px) {
    .history-category-selector li:first-child a {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    .history-category-selector li:last-child a {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; } }
  @media (max-width: 700px) {
    .history-category-selector li:first-child a {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .history-category-selector li:last-child a {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; } }

.history-selected-year div {
  display: inline-block;
  vertical-align: top; }
.history-selected-year .year-label {
  background-color: #79a138;
  color: #fff;
  padding: 6px;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0px; }
.history-selected-year .year-value {
  padding-left: 12px;
  font-size: 64px;
  line-height: 54px;
  font-weight: 100;
  color: #79a138; }
  @media (max-width: 920px) {
    .history-selected-year .year-value {
      display: block;
      padding-top: 12px;
      padding-left: 0px;
      font-size: 48px; } }
  @media (max-width: 540px) {
    .history-selected-year .year-value {
      font-size: 24px;
      line-height: 24px; } }

ul.homepage-blog-feature {
  margin-left: -9px;
  margin-right: -9px;
  padding: 0px; }
  ul.homepage-blog-feature .blog-summary-inner {
    max-height: 83px;
    overflow: hidden; }
  ul.homepage-blog-feature .column {
    position: relative;
    list-style: none;
    margin-bottom: 18px;
    height: 120px; }
    @media (max-width: 820px) {
      ul.homepage-blog-feature .column {
        width: 50% !important; } }
    @media (max-width: 700px) {
      ul.homepage-blog-feature .column {
        width: auto !Important;
        float: none !Important; }
        ul.homepage-blog-feature .column:nth-child(4), ul.homepage-blog-feature .column:nth-child(5), ul.homepage-blog-feature .column:nth-child(6) {
          display: none; } }
  ul.homepage-blog-feature .image-wrap {
    width: 90px;
    position: absolute;
    top: 0px;
    left: 9px; }
    ul.homepage-blog-feature .image-wrap img {
      width: 100%; }
  ul.homepage-blog-feature .blog-summary {
    padding-left: 100px; }

.homepage-blog-feature .blog-summary h3, .widget-blog-feature .blog-summary h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 4px; }
.homepage-blog-feature .blog-summary .date, .widget-blog-feature .blog-summary .date {
  color: #999;
  line-height: 1; }
.homepage-blog-feature .blog-summary p, .widget-blog-feature .blog-summary p {
  margin-bottom: 0px;
  line-height: 1.2; }

.widget-blog-feature .column-row + .column-row {
  margin-top: 15px; }

.hero {
  margin-bottom: 0px; }
  @media (min-width: 821px) {
    .hero {
      overflow: hidden;
      background-color: #ddd;
      height: 670px; }
      .hero img {
        display: none !important; }
      .hero .slide {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 670px; } }
    @media screen and (min-width: 821px) and (max-height: 900px) {
      .hero {
        height: 500px; } }
    @media screen and (min-width: 821px) and (max-height: 768px) {
      .hero {
        height: 400px; } }
      @media screen and (min-width: 821px) and (max-height: 900px) {
        .hero .slide {
          height: 500px; } }
      @media screen and (min-width: 821px) and (max-height: 768px) {
        .hero .slide {
          height: 400px; } }
  @media (max-width: 820px) {
    .hero .slide {
      background-image: none !Important; } }
  .hero .flex-next, .hero .flex-prev {
    height: 64px;
    margin-top: -32px;
    text-indent: 0px;
    color: transparent;
    background-color: transparent; }
    @media (max-width: 700px) {
      .hero .flex-next, .hero .flex-prev {
        width: 24px; } }
    .hero .flex-next:hover:after, .hero .flex-prev:hover:after {
      color: #fff; }
    .hero .flex-next:after, .hero .flex-prev:after {
      position: absolute;
      font-size: 48px;
      line-height: 64px;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      color: rgba(255, 255, 255, 0.7);
      font-family: 'icomoon';
      text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); }
      @media (max-width: 700px) {
        .hero .flex-next:after, .hero .flex-prev:after {
          font-size: 24px; } }
      .lt-ie9 .hero .flex-next:after, .lt-ie9 .hero .flex-prev:after {
        color: #fff; }
  .hero .flex-next:after {
    content: '\e60b'; }
  .hero .flex-prev:after {
    content: '\e60a'; }
  .hero .flex-control-nav {
    text-align: right;
    position: relative;
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
    margin: 0px auto;
    height: 0px;
    bottom: auto;
    top: -32px; }
    @media (max-width: 700px) {
      .hero .flex-control-nav {
        display: none; } }
    .hero .flex-control-nav a {
      background-color: rgba(255, 255, 255, 0.5);
      color: transparent; }
      .lt-ie9 .hero .flex-control-nav a {
        background-color: #3ba8a9; }
      .hero .flex-control-nav a:hover {
        background-color: rgba(255, 255, 255, 0.7); }
        .lt-ie9 .hero .flex-control-nav a:hover {
          background-color: #215d5d; }
    .hero .flex-control-nav .flex-active {
      background-color: #f7a143; }
      .hero .flex-control-nav .flex-active:hover {
        background-color: #f7a143; }
      .lt-ie9 .hero .flex-control-nav .flex-active {
        background-color: #f7a143; }

.hero-caption-wrap {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  height: 100%;
  position: relative; }
  .hero-caption-wrap .hero-caption-inner {
    position: absolute;
    bottom: 48px;
    left: 18px;
    right: 18px; }
    @media (max-width: 1104px) {
      .hero-caption-wrap .hero-caption-inner {
        left: 72px;
        right: 72px; } }
    @media (max-width: 700px) {
      .hero-caption-wrap .hero-caption-inner {
        left: 48px;
        right: 48px;
        bottom: 18px; } }
    .hero-caption-wrap .hero-caption-inner h2 {
      background-color: rgba(0, 181, 188, 0.7);
      padding: 12px 18px;
      color: #fff;
      font-size: 28px;
      line-height: 32px; }
      @media (max-width: 700px) {
        .hero-caption-wrap .hero-caption-inner h2 {
          font-size: 24px;
          line-height: 28px;
          padding-right: 50px; } }
      .lt-ie9 .hero-caption-wrap .hero-caption-inner h2 {
        background-color: #3ba8a9; }
    .hero-caption-wrap .hero-caption-inner .main-caption {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 18px;
      padding-bottom: 12px; }
      @media (max-width: 700px) {
        .hero-caption-wrap .hero-caption-inner .main-caption {
          padding: 12px;
          padding: 0px;
          height: 0px; }
          .hero-caption-wrap .hero-caption-inner .main-caption p {
            color: transparent; }
          .hero-caption-wrap .hero-caption-inner .main-caption .button {
            width: 32px;
            position: absolute;
            top: 50%;
            margin-top: -16px;
            right: 12px;
            color: transparent;
            padding-right: 22px !important; } }
      .lt-ie9 .hero-caption-wrap .hero-caption-inner .main-caption {
        background-color: #fff; }
      @media (max-width: 700px) {
        .hero-caption-wrap .hero-caption-inner .main-caption p {
          font-size: 16px;
          line-height: 18px; } }
    .hero-caption-wrap .hero-caption-inner .button {
      float: right;
      margin-left: 24px; }

.homepage-section-inner {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px; }
  .homepage-section-inner .button-row {
    text-align: right; }
  .homepage-section-inner .white-box {
    padding-top: 30px;
    margin-bottom: 18px; }
  .homepage-section-inner .column-row {
    margin-bottom: 18px; }
    .homepage-section-inner .column-row:last-child {
      margin-bottom: 0px; }
  @media (max-width: 700px) {
    .homepage-section-inner {
      padding-left: 9px;
      padding-right: 9px; }
    .homepage-section-inner .white-box, .homepage-section-inner .white-box.homepage-feature-box {
      padding-top: 8px !important; } }

.homepage-section-wrap {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 820px) {
    .homepage-section-wrap {
      padding-bottom: 18px;
      padding-top: 18px; } }
  @media (max-width: 820px) {
    .homepage-section-wrap.homepage-top-section .new-and-upcoming {
      width: 66.6666%; }
    .homepage-section-wrap.homepage-top-section .homepage-hours {
      width: 33.3333%; } }
  @media (max-width: 700px) {
    .homepage-section-wrap.homepage-top-section .new-and-upcoming {
      width: auto;
      float: none; }
    .homepage-section-wrap.homepage-top-section .homepage-hours {
      width: 100%;
      float: none;
      margin-left: -9px;
      margin-right: 0px;
      *zoom: 1; }
      .homepage-section-wrap.homepage-top-section .homepage-hours:before, .homepage-section-wrap.homepage-top-section .homepage-hours:after {
        content: " ";
        display: table; }
      .homepage-section-wrap.homepage-top-section .homepage-hours:after {
        clear: both; }
      .homepage-section-wrap.homepage-top-section .homepage-hours .hours-wrap {
        width: 50%;
        padding-left: 9px;
        padding-right: 0px;
        float: left; } }

@media (max-width: 540px) {
  .hours-wrap .white-box {
    padding-left: 8px !Important;
    padding-right: 8px !important; }
  .hours-wrap .button {
    display: block;
    height: auto;
    line-height: 20px; }
  .hours-wrap .break {
    display: block; } }

.new-and-upcoming .column {
  margin-bottom: 18px; }
.new-and-upcoming .teal-caption-wrap {
  max-height: 70px; }
  .new-and-upcoming .teal-caption-wrap:before {
    min-height: 70px; }
  .new-and-upcoming .teal-caption-wrap h3 {
    max-height: 36px; }
  .new-and-upcoming .teal-caption-wrap h4 {
    max-height: 13px; }
.new-and-upcoming .teal-caption-wrap h3, .new-and-upcoming .teal-caption-wrap h4 {
  line-height: 1;
  overflow: hidden; }
@media (min-width: 701px) {
  .new-and-upcoming .teal-caption-wrap {
    max-height: 70px; }
    .new-and-upcoming .teal-caption-wrap:before {
      min-height: 70px; }
    .new-and-upcoming .teal-caption-wrap h3 {
      max-height: 36px; } }
@media (max-width: 820px) {
  .new-and-upcoming .column {
    width: 50% !Important;
    margin-bottom: 18px; } }
@media (max-width: 359px) {
  .new-and-upcoming .column {
    width: 100% !Important;
    margin-bottom: 16px; } }
@media (min-width: 360px) and (max-width: 420px) {
  .new-and-upcoming .teal-caption-wrap h3 {
    font-size: 14px;
    max-height: 28px; }
  .new-and-upcoming .teal-caption-wrap h4 {
    font-size: 10px;
    max-height: 10px; } }

.homepage-hours h2 {
  margin-bottom: 20px; }

.hours-wrap .button {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 15px; }

.main-hours .label {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 0px;
  color: #444; }
.main-hours .hours {
  margin-bottom: 12px; }
.main-hours .visitor-alert {
  margin-bottom: 12px;
  background-color: #ddd;
  padding: 8px; }
  .main-hours .visitor-alert * {
    font-size: 14px;
    line-height: 16px; }
  .main-hours .visitor-alert h4 {
    font-weight: 600;
    text-transform: none;
    margin-bottom: 4px; }
  .main-hours .visitor-alert p {
    margin-bottom: 0px; }

.cafe-hours h3 {
  font-size: 16px;
  line-height: 24px; }
.cafe-hours .hours {
  margin-bottom: 12px; }
.cafe-hours .label {
  color: #3ba8a9;
  line-height: 16px;
  font-style: italic; }
.cafe-hours .value {
  line-height: 16px; }

.homepage-middle-section {
  background-color: #dddbd7;
  background-image: url(../img/dark-texture.jpg);
  padding-bottom: 20px; }
  .homepage-middle-section .image-wrap {
    margin-bottom: 3px;
    width: 100%; }
  .homepage-middle-section .column-row {
    margin-bottom: 0px; }
  @media (max-width: 820px) {
    .homepage-middle-section .column.one-fourth {
      width: 50%; } }
  @media (max-width: 540px) {
    .homepage-middle-section .column.one-fourth {
      width: auto;
      float: none; } }
  .homepage-middle-section .green-innovation + .back-to-top-wrapper {
    margin-bottom: 18px; }
    @media (max-width: 540px) {
      .homepage-middle-section .green-innovation + .back-to-top-wrapper {
        display: none; } }
  .homepage-middle-section .break {
    display: block; }
    @media (max-width: 820px) {
      .homepage-middle-section .break {
        display: block; } }
    @media (max-width: 540px) {
      .homepage-middle-section .break {
        display: inline; } }

.homepage-feature-box .button-row, .feature-box .button-row {
  padding-top: 12px; }
.homepage-feature-box h2, .feature-box h2 {
  margin-bottom: 18px; }
  @media (min-width: 821px) and (max-width: 1056px) {
    .homepage-feature-box h2, .feature-box h2 {
      font-size: 22px;
      line-height: 26px; } }
.homepage-feature-box .image-wrap, .feature-box .image-wrap {
  margin-bottom: 6px; }
@media (min-width: 541px) {
  .homepage-feature-box p, .feature-box p {
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 4px; } }

@media (max-width: 625px) {
  .homepage-bottom-section .facebook-feed {
    display: none; }
  .homepage-bottom-section .column {
    width: auto !important;
    float: none !important; } }

.fb-like-box {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.homepage-social-feeds .button-row {
  margin-bottom: 18px; }
@media (max-width: 820px) {
  .homepage-social-feeds .column.one-third, .homepage-social-feeds .column.two-thirds {
    width: 50%; } }

.tweet-feature {
  padding-left: 32px;
  position: relative; }
  .twitter-widget .tweet-feature {
    overflow: hidden;
    margin-bottom: 20px; }
    .twitter-widget .tweet-feature a {
      word-break: break-all; }
  .tweet-feature .icon-twitter {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #3ba8a9;
    font-size: 24px; }
  .tweet-feature p {
    height: auto; }

.no-bottom-margin {
  margin-bottom: 0px !important; }

.homepage-section-inner .white-box.homepage-feature-box {
  padding-top: 24px; }
  .homepage-section-inner .white-box.homepage-feature-box h2 {
    padding-bottom: 12px; }

.product-top {
  margin-bottom: 24px; }
  .product-top h3 {
    margin-bottom: 0px; }
  .product-top .price {
    margin-bottom: 18px; }

.product form {
  margin-bottom: 48px; }
.product .tabs-container {
  margin-bottom: 48px; }

.product-carousel .slide a {
  border: 4px solid #e8e8e7; }

.recommended-items h3 {
  font-weight: 100 !important;
  margin-bottom: 18px !important;
  color: #777;
  border-bottom: 3px solid #DDDBD7;
  font-size: 28px !important;
  line-height: 32px !important;
  padding-bottom: 8px; }

.add-to-cart {
  padding-right: 10px;
  background-image: none; }
  .add-to-cart:after {
    display: none; }

.input-wrap .add-to-cart {
  margin-top: 26px; }

.back-to-shopping {
  margin-bottom: 24px;
  padding-left: 18px;
  margin-top: 24px; }
  .back-to-shopping a {
    color: #f7a143;
    text-decoration: underline;
    position: relative; }
    .back-to-shopping a:hover {
      text-decoration: none; }
    .back-to-shopping a:before {
      position: absolute;
      left: -18px;
      top: 50%;
      border: 6px solid transparent;
      border-right: 6px solid #f7a143;
      content: '';
      margin-top: -6px; }

.product-main-image .grey-box {
  margin-bottom: 4px; }
.product-main-image .enlarge-image {
  color: #888;
  font-size: 14px;
  float: right;
  position: relative; }
  .product-main-image .enlarge-image:before {
    position: absolute;
    height: 14px;
    width: 14px;
    content: '';
    top: 50%;
    left: -18px;
    margin-top: -9px;
    background-image: url(../img/larger-image-icon.png); }
.product-main-image .image-wrap .enlarge-image {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 3; }
.product-main-image img {
  display: block; }


  .product-description-wide {
    display: block; }

  .product-description-narrow {
    display: none; } 
.search-results {
  list-style: none !Important;
  padding: 0px !important; }
  .search-results h3 {
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 500; }
    .search-results h3 a {
      color: #f7a143; }
  .search-results p {
    margin-bottom: 0px; }
  .search-results .search-result-link {
    text-decoration: underline;
    color: #5a5a5a; }
  .search-results li {
    margin-bottom: 24px; }

.total-results {
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase; }

.subpage-header {
  height: 180px;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  background-position: center 100%;
  background-size: cover;
  position: relative; }
  .subpage-header .sh-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: cover; }
  @media (min-width: 481px) {
    .subpage-header {
      height: 219px;
      margin-bottom: 24px; } }
  @media (min-width: 661px) {
    .subpage-header {
      height: 259px; } }
  @media (min-width: 821px) {
    .subpage-header {
      height: 219px; } }
  @media (min-width: 1001px) {
    .subpage-header {
      height: 259px; } }
  @media (min-width: 1281px) {
    .subpage-header {
      height: 280px; } }
  @media (min-width: 1601px) {
    .subpage-header {
      height: 319px; } }

.subpage-header-inner {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  height: 100%; }
  .subpage-header-inner .caption {
    position: absolute;
    left: 24px;
    bottom: 12px;
    right: 24px; }
  .subpage-header-inner h2 {
    background-color: rgba(0, 181, 188, 0.7);
    display: inline-block;
    padding: 12px;
    color: #fff;
    font-size: 34px;
    line-height: 38px; }

.subpage-nav h2 a {
  color: #5F5F5F; }
.subpage-nav .subpage-nav-inner li {
  font-size: 14px; }
.subpage-nav .subpage-nav-inner > li {
  margin-bottom: 18px; }
  .subpage-nav .subpage-nav-inner > li.active .subpage-nav-second-level, .subpage-nav .subpage-nav-inner > li.active ul {
    display: block; }
  .subpage-nav .subpage-nav-inner > li > a {
    color: #f7a143;
    text-transform: uppercase;
    font-weight: 500; }
    .subpage-nav .subpage-nav-inner > li > a.hover {
      color: #3ba8a9; }
.subpage-nav .subpage-nav-second-level, .subpage-nav ul > li > ul {
  padding-left: 18px; }
  .subpage-nav .subpage-nav-second-level > li > a, .subpage-nav ul > li > ul > li > a {
    color: #837b6c; }
    .subpage-nav .subpage-nav-second-level > li > a:hover, .subpage-nav ul > li > ul > li > a:hover {
      color: #3ba8a9; }

.subpage-sidebar .white-box {
  margin-bottom: 18px; }
@media (max-width: 820px) {
  .subpage-sidebar {
    *zoom: 1; }
    .subpage-sidebar:before, .subpage-sidebar:after {
      content: " ";
      display: table; }
    .subpage-sidebar:after {
      clear: both; }
    .subpage-sidebar .white-box {
      float: left;
      width: 49%; }
      .subpage-sidebar .white-box .white-box-content {
        height: 300px;
        overflow-y: auto; }
      .subpage-sidebar .white-box:nth-child(even) {
        margin-left: 1%; }
      .subpage-sidebar .white-box:nth-child(odd) {
        margin-right: 1%; } }
@media (max-width: 700px) {
  .subpage-sidebar.column {
    padding-left: 0px;
    padding-right: 0px; }
  .subpage-sidebar .white-box {
    float: none;
    width: auto;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 18px; }
    .subpage-sidebar .white-box .white-box-content {
      height: auto; } }

.sidebar-feature .image-wrap {
  margin-bottom: 12px; }
.sidebar-feature iframe {
  max-width: 100%; }
.sidebar-feature p {
  line-height: 20px;
  margin-bottom: 6px; }
.sidebar-feature .button-row {
  text-align: right; }

.subpage-container {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px; }
  .subpage-container .subpage-content, .subpage-container .subpage-sidebar {
    margin-bottom: 16px; }
  @media (max-width: 820px) {
    .subpage-container .column.subpage-content, .subpage-container .column.subpage-sidebar {
      float: none;
      width: auto; } }

.subpage-content > .white-box > .image-wrap {
  margin-bottom: 24px; }
  @media (max-width: 540px) {
    .subpage-content > .white-box > .image-wrap {
      margin-bottom: 16px; } }
@media (max-width: 540px) {
  .subpage-content {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
.subpage-content > .white-box > .grey-box {
  margin-bottom: 24px;
  *zoom: 1; }
  .subpage-content > .white-box > .grey-box:before, .subpage-content > .white-box > .grey-box:after {
    content: " ";
    display: table; }
  .subpage-content > .white-box > .grey-box:after {
    clear: both; }
.subpage-content img.float-left, .subpage-content img.float-right {
  margin-bottom: 18px; }
  @media (max-width: 700px) {
    .subpage-content img.float-left, .subpage-content img.float-right {
      max-width: 100px; } }
.subpage-content .float-left {
  float: left;
  margin-right: 18px; }
.subpage-content .float-right {
  float: right;
  margin-right: 18px; }
.subpage-content .column-row {
  margin-bottom: 18px; }
  .subpage-content .column-row:last-child {
    margin-bottom: 0px; }
@media (max-width: 820px) {
  .subpage-content .column.one-fourth {
    width: 50%;
    margin-bottom: 16px; }
    .subpage-content .column.one-fourth:nth-child(3), .subpage-content .column.one-fourth:nth-child(4) {
      margin-bottom: 0px; } }
@media (max-width: 820px) {
  .subpage-content .column.one-fifth {
    width: 50%;
    margin-bottom: 16px; } }
@media (max-width: 604px) {
  .subpage-content .column.one-half {
    float: none;
    width: auto;
    margin-bottom: 16px; } }
@media (max-width: 604px) {
  .subpage-content .column.one-third {
    float: none;
    width: auto;
    margin-bottom: 16px; } }

.map {
  margin-bottom: 24px; }
  .map iframe {
    width: 100% !important; }

.directions-wrapper {
  position: relative;
  padding-left: 48px; }
  .directions-wrapper img {
    position: absolute;
    top: -2px;
    left: 0px; }

hr {
  border-bottom: 4px solid #DDDBD7; }

@media (min-width: 541px) {
  .highlight-box {
    height: 225px; }
    .highlight-box .image-wrap {
      width: auto; }
    .highlight-box .grey-box {
      clear: none; }
    .highlight-box .column {
      position: relative; }
    .highlight-box .highlight-box-fade-out {
      height: 201px;
      position: relative;
      overflow: hidden; }
      .highlight-box .highlight-box-fade-out:after {
        content: '';
        position: absolute;
        left: 0px;
        right: 0px;
        top: 145px;
        height: 24px;
        background-color: rgba(232, 232, 231, 0);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232, 232, 231, 0)), color-stop(100%, #e8e8e7));
        background-image: -webkit-linear-gradient(top, rgba(232, 232, 231, 0), #e8e8e7);
        background-image: linear-gradient(to bottom,rgba(232, 232, 231, 0), #e8e8e7);
        background-color: transparent; }
    .highlight-box .button-row {
      background-color: #E8E8E7;
      position: absolute;
      right: 0px;
      bottom: 0px;
      margin-left: 21px;
      margin-right: 21px;
      padding-bottom: 12px;
      padding-top: 12px;
      left: 225px; }
    .highlight-box .image-wrap {
      float: left;
      margin-right: 18px; }
    .highlight-box.vertical {
      width: 225px;
      height: auto;
      margin-bottom: 18px; }
      .highlight-box.vertical .button-row {
        position: static; }
      .highlight-box.vertical.left {
        float: left;
        margin-right: 18px; }
      .highlight-box.vertical.right {
        float: right;
        margin-left: 18px; }
      .highlight-box.vertical .image-wrap {
        float: none;
        margin-right: 0px;
        min-height: 60px; } }
.highlight-box.vertical .teal-caption-wrap {
  max-height: 100%; }
.highlight-box.horizontal {
  clear: both;
  overflow: hidden; }
  .highlight-box.horizontal .image-wrap {
    max-width: 225px; }
  .highlight-box.horizontal .column {
    width: 100%; }
  .highlight-box.horizontal .grey-box {
    height: 225px; }
.highlight-box h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0px; }
@media (max-width: 540px) {
  .highlight-box {
    margin-bottom: 16px; } }

/* Handle in-page anchors with fixed header */
@media (min-width: 821px) {
  .text-container h2[id]:before, .text-container h3[id]:before, .text-container h4[id]:before, .text-container h5[id]:before, .text-container a[name]:before {
    content: "";
    display: block;
    height: 170px;
    margin: -170px 0 0; } }

.tour-wrap {
  max-width: 1440px;
  margin: 0px auto;
  margin-top: 72px; }
  @media (max-width: 920px) {
    .tour-wrap {
      margin-top: 0px; } }
  .tour-wrap .grey-box {
    background-color: #C9C9C9; }
  .tour-wrap .tour-main {
    background-color: #fff;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 12px; }
    @media (max-width: 820px) {
      .tour-wrap .tour-main {
        padding-left: 24px;
        padding-right: 24px; } }
    .tour-wrap .tour-main .flex-control-nav {
      display: block;
      height: 18px; }
  .tour-wrap .map-pin {
    position: absolute;
    z-index: 20;
    display: block;
    width: 55px;
    height: 53px;
    margin-top: -35px;
    margin-left: -35px;
    background: transparent url(../img/map-pin.png) 0 0 no-repeat;
    cursor: pointer; }
    .tour-wrap .map-pin.active {
      z-index: 50; }
      .tour-wrap .map-pin.active .map-popup {
        display: block; }
  .tour-wrap .map-popup {
    display: none;
    width: 180px;
    height: 170px;
    padding: 10px;
    margin-top: -198px;
    margin-left: -90px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 5px; }
    .tour-wrap .map-popup .popup-content {
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .tour-wrap .map-popup:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -15px;
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 15px;
      border-top-color: white; }
  .tour-wrap .map-popup.below {
    margin-top: 18px; }
    .tour-wrap .map-popup.below:after {
      bottom: auto;
      top: -30px;
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 15px;
      border-bottom-color: white; }
  .tour-wrap .tour-description {
    border-top: 6px solid #E2E1DE;
    margin-top: 24px;
    margin-bottom: 24px;
    border-bottom: 6px solid #E2E1DE;
    padding-top: 18px;
    padding-bottom: 18px; }
    @media (max-width: 700px) {
      .tour-wrap .tour-description .one-fourth {
        width: 20%; }
      .tour-wrap .tour-description .three-fourths {
        width: 80%; } }
    @media (max-width: 540px) {
      .tour-wrap .tour-description .one-fourth {
        display: none; }
      .tour-wrap .tour-description .three-fourths {
        width: auto;
        float: none; }
      .tour-wrap .tour-description .overflow-scroll {
        height: auto;
        padding-left: 12px;
        padding-right: 12px; } }
  .tour-wrap .overflow-scroll {
    height: 240px;
    padding-left: 24px;
    padding-right: 32px;
    overflow: auto; }
  .tour-wrap p {
    font-size: 18px;
    line-height: 26px; }
  .tour-wrap h2 {
    background-color: #79a138;
    color: white;
    font-size: 48px;
    line-height: 64px;
    border-bottom: none;
    margin-bottom: 0px !important;
    padding: 12px 48px; }
    @media (max-width: 820px) {
      .tour-wrap h2 {
        padding-left: 24px;
        padding-right: 24px; } }
    @media (max-width: 700px) {
      .tour-wrap h2 {
        font-size: 24px;
        line-height: 28px; } }
  .tour-wrap .next-and-prev {
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 0px;
    padding-top: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-color: #F3F2EF; }
    @media (max-width: 820px) {
      .tour-wrap .next-and-prev {
        padding-left: 24px;
        padding-right: 24px; } }
    @media (max-width: 700px) {
      .tour-wrap .next-and-prev {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
        padding-bottom: 8px; } }
    .tour-wrap .next-and-prev .next {
      text-align: right; }
    .tour-wrap .next-and-prev .button {
      float: none;
      background-color: #999; }
      .tour-wrap .next-and-prev .button:hover {
        background-color: #666; }
    .tour-wrap .next-and-prev .label {
      color: #79a138;
      font-size: 24px;
      line-height: 28px;
      margin-top: 12px;
      font-weight: 100; }
      @media (max-width: 700px) {
        .tour-wrap .next-and-prev .label {
          font-size: 14px;
          line-height: 18px; } }
  @media (max-width: 700px) {
    .tour-wrap audio {
      width: 200px; } }

.tour-bottom-section {
  padding: 24px;
  background-color: #D9DAD5;
  position: relative; }
  @media (max-width: 820px) {
    .tour-bottom-section .one-half {
      float: none !important;
      width: auto !important; } }
  .tour-bottom-section img {
    width: 100%; }
  .tour-bottom-section p {
    margin-bottom: 6px; }
  @media (min-width: 821px) {
    .tour-bottom-section .button.prev {
      position: absolute;
      top: 50%;
      left: 24px;
      margin-top: -16px; } }
  @media (max-width: 820px) {
    .tour-bottom-section .tour-feature {
      border-top: 1px solid #C1C2BD;
      margin-top: 24px;
      padding-top: 24px; } }
  @media (min-width: 821px) {
    .tour-bottom-section .tour-feature {
      border-left: 1px solid #C1C2BD; }
      .tour-bottom-section .tour-feature .feature-inner {
        padding-left: 24px; } }

.audio-tag {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.audio-controls {
  text-align: center;
  vertical-align: top;
  padding-bottom: 24px;
  position: relative;
  min-height: 54px; }
  .audio-controls .audio-label {
    position: relative;
    padding-right: 12px; }
  @media (max-width: 820px) {
    .audio-controls .icon-list {
      position: static;
      text-align: center;
      padding-top: 12px; } }

.tour-start-wrap {
  position: relative; }

@media (max-width: 920px) {
  .tour-map-wrapper {
    display: none; } }

.tour-start-overlay.is-active + .tour-list-wrapper {
  display: none; }
@media (min-width: 921px) {
  .tour-list-wrapper {
    display: none !important; } }
.tour-list-wrapper li {
  width: 50%;
  float: left;
  padding: 0px 12px;
  margin-bottom: 24px; }
  @media (max-width: 540px) {
    .tour-list-wrapper li {
      width: auto;
      float: none; } }
.tour-list-wrapper a {
  background-color: #79a138;
  font-size: 28px;
  color: #fff;
  line-height: 32px;
  display: block;
  padding-left: 24px;
  padding-right: 24px; }
  .tour-list-wrapper a:hover {
    background-color: #5d7b2b; }
.tour-list-wrapper .wrapper {
  display: table;
  height: 140px;
  text-align: center;
  width: 100%; }
.tour-list-wrapper .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }
.tour-list-wrapper ul {
  *zoom: 1;
  list-style: none;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0px;
  margin-bottom: 0px; }
  .tour-list-wrapper ul:before, .tour-list-wrapper ul:after {
    content: " ";
    display: table; }
  .tour-list-wrapper ul:after {
    clear: both; }

.tour-start-overlay {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 920px) {
    .tour-start-overlay {
      position: static; } }
  .tour-start-overlay.is-active {
    display: block;
    z-index: 100; }

.tour-overlay-inner {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 700px;
  margin: 0px auto; }
  @media (max-width: 920px) {
    .tour-overlay-inner {
      max-width: none; }
      .tour-overlay-inner .tour-overlay-box {
        padding-top: 0; } }

.tour-overlay-box {
  display: table-cell;
  vertical-align: top;
  padding-top: 40px; }
  .tour-overlay-box .inner {
    background-color: #fff;
    border: 12px solid #ddd;
    padding: 24px 48px; }
    @media (max-width: 920px) {
      .tour-overlay-box .inner {
        padding: 12px;
        border: none; } }
  .tour-overlay-box img {
    display: block;
    margin: 0px auto;
    margin-bottom: 24px; }
  .tour-overlay-box h2 {
    margin-left: -60px;
    margin-right: -60px;
    line-height: 54px; }
    @media (max-width: 920px) {
      .tour-overlay-box h2 {
        margin-left: -12px;
        margin-right: -12px;
        line-height: 42px !important; } }
  .tour-overlay-box p {
    margin-top: 24px;
    padding-left: 6px;
    padding-right: 6px; }
  .tour-overlay-box .button-wrap {
    text-align: center; }
    @media (max-width: 700px) {
      .tour-overlay-box .button-wrap {
        *zoom: 1; }
        .tour-overlay-box .button-wrap:before, .tour-overlay-box .button-wrap:after {
          content: " ";
          display: table; }
        .tour-overlay-box .button-wrap:after {
          clear: both; } }
    .tour-overlay-box .button-wrap .button {
      font-size: 18px;
      margin-bottom: 6px;
      width: 200px; }
      @media (max-width: 700px) {
        .tour-overlay-box .button-wrap .button {
          float: left;
          width: 48%;
          margin-left: 1%;
          margin-right: 1%;
          font-size: 12px; } }
      .tour-overlay-box .button-wrap .button.grey {
        background-color: #888; }
        .tour-overlay-box .button-wrap .button.grey:hover {
          background-color: #666; }

section-cross {
  position: relative;
}

section-cross img {
	position: absolute;
}

.top-cross {
	animation-name: fade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-direction: alternate;
}

@keyframes fade {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* =================================== */