/*
    Default THEME
    _+_+_+_+
    Main configuration file for css theme
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url("grabbing.d817e1dba5bd.png") 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-footer:after {
  clear: both;
}

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lt-ie8 .media-1up-right,
.lt-ie8 .col-right-with-ad,
.lt-ie8 .time-segment,
.lt-ie8 .media-a,
.lt-ie8 .media-b,
.lt-ie8 .media-c,
.lt-ie8 .media-right,
.lt-ie8 .media-left {
  behavior: url("boxsizing.e1be1822a2f3.htc");
}

img,
video,
object,
iframe {
  max-width: 100%;
}

.mod {
  position: relative;
}
.mod:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

[class*='col-'] {
  padding-right: 2.00708%;
}
[class*='col-']:last-of-type {
  padding-right: 2.00708%;
}
@media (min-width: 500px) {
  [class*='col-']:last-of-type {
    padding-right: 0;
  }
}

/* Opt-in outside padding */
.mod-pad {
  padding: 2.00708% 0 2.00708% 2.00708%;
}
.mod-pad [class*='col-']:last-of-type,
.mod-pad .spread {
  padding-right: 2.00708%;
}

/* Sets the with and float of column.
/* Sets the with and float of column.
Optionally pass margin for pushing or pulling column in your layout */
html {
  font-size: 100%;
  line-height: 1.6em;
}

.content-wrapper {
  width: 100%;
}

.content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

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

.show {
  display: block;
}

.hide {
  display: none;
}

.grid-row {
  width: 100%;
}

.grid-block,
.grid-row {
  float: left;
}

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}
.grid .first-in-row {
  clear: left;
}

.grid-1up {
  width: 100%;
}

.grid-2up {
  width: 100%;
}
@media (min-width: 800px) {
  .grid-2up {
    width: 50%;
  }
}

.grid-3up {
  width: 100%;
}
@media (min-width: 800px) {
  .grid-3up {
    width: 33.3333333%;
  }
}

.grid-4up {
  width: 100%;
}
@media (min-width: 800px) {
  .grid-4up {
    width: 25%;
  }
}
.grid-4up .grid-block-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .grid-4up .grid-block-inner {
    width: 93.97875%;
  }
}

.grid-gallery {
  width: 100%;
}
@media (min-width: 800px) {
  .grid-gallery {
    width: 33.33333333%;
  }
}

h1.heading {
  width: 95.98583%;
  margin: 0 auto;
}

.stacks-module {
  width: 95.98583%;
  margin: 0 auto;
  padding-bottom: 1em;
}
.stacks-module.full-width {
  width: 100%;
}
.stacks-module.full-width .text-container {
  width: 95.98583%;
  margin: 0 auto;
}
.stacks-module.stuff-right-content-left {
  width: 95.98583%;
}
.stacks-module.stuff-right-content-left .image-container {
  width: 100%;
}
@media (min-width: 800px) {
  .stacks-module.stuff-right-content-left .image-container {
    width: 97.99292%;
    margin-left: 2.00708%;
  }
}
.stacks-module.stuff-right-content-left .text-container {
  width: 100%;
}
@media (min-width: 800px) {
  .stacks-module.stuff-right-content-left .text-container {
    width: 97.99292%;
    margin-right: 2.00708%;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
  }
}
.stacks-module.stuff-left-content-right .image-container {
  width: 100%;
}
@media (min-width: 800px) {
  .stacks-module.stuff-left-content-right .image-container {
    width: 97.99292%;
    margin-right: 2.00708%;
  }
}
.stacks-module.stuff-left-content-right .text-container {
  width: 100%;
}
@media (min-width: 800px) {
  .stacks-module.stuff-left-content-right .text-container {
    width: 97.99292%;
    margin-left: 2.00708%;
    float: right;
    margin-right: 0px;
    padding-right: 0px;
  }
}
.stacks-module div.grid-row:not(:first-of-type) {
  margin-top: 2.00708%;
}
.stacks-module.list-2up .grid-block-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .stacks-module.list-2up .grid-block-inner {
    width: 97.99292%;
  }
}
.stacks-module.list-3up .grid-block-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .stacks-module.list-3up .grid-block-inner {
    width: 95.98583%;
  }
}
.stacks-module.list-gallery .grid-block {
  margin-bottom: 1.20425%;
}
@media (min-width: 800px) {
  .stacks-module .first-in-row .grid-block-inner {
    margin-left: 0;
  }
}
@media (min-width: 800px) {
  .stacks-module .last-in-row .grid-block-inner {
    margin-right: 0;
  }
}
.stacks-module.list-carousel .text-container {
  margin-top: 2.00708%;
}

@media (min-width: 800px) {
  .first-in-row .grid-block-inner {
    margin-left: 0;
  }
}

@media (min-width: 800px) {
  .last-in-row .grid-block-inner {
    margin-right: 0;
  }
}

.lazy {
  background: none !important;
  background-color: transparent !important;
  border: 0 solid black;
  color: black;
}

h3.section-title {
  width: 95.98583%;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .content-plus-ad-wrapper {
    width: 100%;
    table-layout: fixed;
    display: table;
  }
}
@media (min-width: 1000px) {
  .content-plus-ad-wrapper .content-block {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding-right: 4%;
  }
}
@media (min-width: 1000px) {
  .content-plus-ad-wrapper .ad-block {
    display: table-cell;
    vertical-align: top;
    margin-left: 2.00708%;
    width: 300px;
  }
}

a.block-link {
  display: block;
}
a.block-link:link, a.block-link:hover, a.block-link:visited {
  color: #4A4A4A;
  text-decoration: none;
}

.stacks-embed div.play-icon-container {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
}

.stacks-embed div.play-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/play-icon.4f98966761a6.png") no-repeat;
  background-position: 50% 50%;
  background-size: 20%;
}

.stacks-embed div.play-icon:hover {
  background-image: url("../images/play-icon-hover.a3a05cd06582.png");
}

.stacks-image-full-screen-viewer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.stacks-image-full-screen-viewer .stacks-image-full-screen-viewer-background {
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
.stacks-image-full-screen-viewer .stacks-image-full-screen-image {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.list-gallery img.thumbnail {
  cursor: pointer;
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=36496584a3474aa4986b)
 * Config saved to config.json and https://gist.github.com/36496584a3474aa4986b
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #2d6ca2;
  background-image: none;
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: -o-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.progress-bar-striped {
  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: -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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  border-color: #3278b3;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url("../images/AjaxLoader.ec708d4cd7d8.gif") no-repeat center center;
}

html, body {
  background-color: #F4F4F4;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #4A4A4A;
  font-weight: 400;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Francois One", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* Header 1 ---------- */
h1 {
  font-family: "Pacifico", Georgia, serif;
  font-size: 48px;
  line-height: 58px;
}
@media (min-width: 1000px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

/* Header 2 ---------- */
h2 {
  font-size: 2.25em;
  line-height: 1.1em;
}

/* Header 3 ---------- */
h3 {
  font-size: 1.625em;
  line-height: 1.2em;
}

/* Header 4 ---------- */
h4 {
  font-size: 1.5em;
  line-height: 1.2em;
}

/* Header 5 ---------- */
h5 {
  font-size: 1.3em;
  line-height: 1.2em;
}

/* Header 6 ---------- */
h6 {
  font-size: 1.1em;
  line-height: 1.4em;
}

/* Paragraph - List Item ---------- */
p,
li,
dt,
dd {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.375em;
  margin: 0;
}

/* Unordered List ---------- */
ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 2.4em;
}

/* Deffinition List ---------- */
dl {
  padding: 0 2em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 0 2.4em;
}

/* Ordered List ---------- */
ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}

/* TABLE */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 1em;
  line-height: 1em;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}

.table thead {
  border-width: 2px;
  font-weight: 600;
}

.table thead th {
  vertical-align: bottom;
}

.table tfoot td {
  border: none;
}

/* Links ---------- */
a:link,
a:visited {
  color: #DC8C0F;
  text-decoration: none;
}

a:hover {
  color: #DC8C0F;
  text-decoration: underline;
}

blockquote {
  font-size: 1.2em;
  line-height: 1.33333em;
}

small {
  font-size: 0.75em;
  line-height: 2.13333em;
}

.modal {
  top: 0 !important;
}

.modal-dialog {
  width: 100%;
  padding: 0 2.00708%;
}

.modal-content {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

[data-dismiss="modal"] {
  position: relative;
  top: -10px;
  float: left;
  z-index: 100;
}

.owl-carousel .col-media {
  padding: 0;
}

.owl-buttons {
  position: absolute;
  margin: auto;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
}
@media (min-width: 1000px) {
  .owl-buttons {
    height: 85px;
  }
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  float: left;
  text-indent: -999em;
  background: transparent url("../images/arrow_left.b4e0df0f871d.png") top left no-repeat;
  width: 72px;
  height: 106px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  float: right;
  text-indent: -999em;
  background: transparent url("../images/arrow_right.564e29d7ebcc.png") top left no-repeat;
  width: 72px;
  height: 106px;
}

.owl-theme .owl-controls .owl-page span {
  background: white;
}

.modal {
  z-index: 100000;
  top: 60px;
}

.modal-open .sticky {
  z-index: 1;
}

.modal-backdrop.in {
  opacity: .85;
}

.modal-content {
  border: none;
}

.modal-content button {
  text-indent: -999em;
  background: transparent url("../images/close_button.37ddfa9eb871.png") top left no-repeat;
  border: none;
  width: 72px;
  height: 20px;
}

.lazy {
  background: none !important;
  background-color: transparent !important;
  border: 0 solid black;
  color: black;
}

div.passport-icon {
  background: url("http://wgbhdigital.org/nova/passport/img/passport_compass_rose.svg");
  background-position: center center;
}

.overline div.passport-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 9px;
  margin-bottom: -1px;
}

.play-icon-container div.passport-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 14px;
  left: 8px;
}

div.stacks-list-module .play-icon-container div.passport-icon {
  width: 16px;
  height: 16px;
}

.overline div.passport-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 7px;
  margin-bottom: -3px;
}

.overline {
  font-size: 18px;
  line-height: 24px;
  color: #0F7FDC;
  margin-top: 0.25em;
}

.text-container p {
  line-height: 1.6em;
}

h2.module-title,
.social-embed .rich-text h2 {
  font-family: "Pacifico", Georgia, serif;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: .5em;
  color: #175D98;
}
@media (min-width: 800px) {
  h2.module-title,
  .social-embed .rich-text h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

.embed-left-ad-right h2.module-title,
h4.list-heading {
  font-family: "Francois One", Helvetica, Arial, sans-serif;
  color: #175D98;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0.25em;
}

div.stacks-button-wrapper {
  text-align: center;
  margin-bottom: 2.00708%;
  clear: both;
}
div.stacks-button-wrapper a.stacks-button:hover {
  opacity: 0.75;
}

img.shop-ad:hover {
  opacity: 0.75;
}

div.stacks-module.list-2up + div.stacks-button-wrapper,
div.stacks-module.list-3up + div.stacks-button-wrapper {
  margin-bottom: 8.02834%;
}

div.stacks-module.list-3up + div.stacks-button-wrapper,
div.stacks-module.list-3up + div.stacks-button-wrapper {
  margin-top: -25px;
}

a.stacks-button {
  font-family: "Francois One", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  background-color: #DC8C0F;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  padding: 15px;
  border-radius: 4px;
}
a.stacks-button:hover {
  text-decoration: none;
}
a.stacks-button:active {
  background-color: #FFAC2B;
}

h1.heading,
div.meet-phil h1 {
  padding: 0 8.02834%;
  margin-bottom: 2.00708%;
  font-size: 36px;
  line-height: 58px;
  text-align: center;
  color: #175D98;
}
@media (min-width: 800px) {
  h1.heading,
  div.meet-phil h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

.stacks-module {
  padding: 0 8.02834%;
  margin-bottom: 2.00708%;
}
.stacks-module img {
  border: 8px solid #FFFFFF;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.stacks-module.social-embed, .stacks-module.pull-quote-bg-image {
  margin-bottom: 8.02834%;
}
.stacks-module.stacks-featuredlinklist a.block-link:hover h4.list-heading {
  color: #0F7FDC;
}
.stacks-module.stacks-featuredlinklist a.block-link:hover .image-container img {
  opacity: 0.75;
}
.stacks-module.list-carousel img {
  border-width: 0px;
  box-shadow: 0px;
}
.stacks-module.list-carousel .carousel {
  text-align: center;
}
.stacks-module.full-width img {
  border-width: 0;
  box-shadow: 0;
}
@media (min-width: 800px) {
  .stacks-module.full-width {
    padding-left: 0;
    padding-right: 0;
  }
}
.stacks-module.full-width .text-container {
  padding: 0 8.02834%;
}
.stacks-module.list-2up .grid-block-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .stacks-module.list-2up .grid-block-inner {
    width: 97.99292%;
  }
}
.stacks-module.list-3up .grid-block-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .stacks-module.list-3up .grid-block-inner {
    width: 90.98583%;
  }
}
@media (min-width: 800px) {
  .stacks-module.list-3up .first-in-row .grid-block-inner {
    margin-left: 0;
  }
}
@media (min-width: 800px) {
  .stacks-module.list-3up .last-in-row .grid-block-inner {
    margin-right: 0;
  }
}
.stacks-module.list-2up .grid-block-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .stacks-module.list-2up .grid-block-inner {
    width: 75.98583%;
  }
}
@media (min-width: 800px) {
  .stacks-module.list-2up .first-in-row .grid-block-inner {
    margin-right: 4.01417%;
  }
}
@media (min-width: 800px) {
  .stacks-module.list-2up .last-in-row .grid-block-inner {
    margin-left: 4.01417%;
  }
}

div.divider.stacks-module {
  text-align: center;
  margin-top: 58px;
}
div.divider.stacks-module hr {
  border-top: 3px dashed #175D98;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
div.divider.stacks-module span.divider-inner {
  display: block;
  width: 77px;
  height: 77px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -49px;
  background-size: 38px 38px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner {
    background-size: 38px 38px;
  }
}
@media (min-width: 800px) {
  div.divider.stacks-module span.divider-inner {
    background-size: 77px 77px;
  }
}
div.divider.stacks-module span.divider-inner.cake-slice {
  background-image: url("../images/divider-icons/icon_cake.c664b6b39ef3.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner.cake-slice {
    background-image: url("../images/divider-icons/icon_cake-2x.ed741ee42223.png");
  }
}
div.divider.stacks-module span.divider-inner.carrot {
  background-image: url("../images/divider-icons/icon_carrot.1522745bbbdf.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner.carrot {
    background-image: url("../images/divider-icons/icon_carrot-2x.87d63e0652a2.png");
  }
}
div.divider.stacks-module span.divider-inner.fish {
  background-image: url("../images/divider-icons/icon_fish.6c1e2c378d1d.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner.fish {
    background-image: url("../images/divider-icons/icon_fish-2x.7c4180f098f0.png");
  }
}
div.divider.stacks-module span.divider-inner.ham-shank {
  background-image: url("../images/divider-icons/icon_ham.2f8f63757726.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner.ham-shank {
    background-image: url("../images/divider-icons/icon_ham-2x.58e38a6bd940.png");
  }
}
div.divider.stacks-module span.divider-inner.plane {
  background-image: url("../images/divider-icons/icon_plane.a58b254cc676.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner.plane {
    background-image: url("../images/divider-icons/icon_plane-2x.2bb131116cac.png");
  }
}
div.divider.stacks-module span.divider-inner.plane.animated {
  background-image: url("../images/divider-icons/icon_plane-animated-2x.7bf8168af535.gif");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner.plane.animated {
    background-image: url("../images/divider-icons/icon_plane-animated-2x.7bf8168af535.gif");
  }
}
div.divider.stacks-module span.divider-inner.steak {
  background-image: url("../images/divider-icons/icon_steak.c8bca664ff93.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner.steak {
    background-image: url("../images/divider-icons/icon_steak-2x.ec2b0bedbfea.png");
  }
}
div.divider.stacks-module span.divider-inner.utensils {
  background-image: url("../images/divider-icons/icon_utensils.9c7d05238626.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner.utensils {
    background-image: url("../images/divider-icons/icon_utensils-2x.3e684c482d9a.png");
  }
}
div.divider.stacks-module span.divider-inner.utensils.animated {
  background-image: url("../images/divider-icons/icon_utensils-animated-2x.b44396813a4b.gif");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner.utensils.animated {
    background-image: url("../images/divider-icons/icon_utensils-animated-2x.b44396813a4b.gif");
  }
}
div.divider.stacks-module span.divider-inner.vespa {
  background-image: url("../images/divider-icons/icon_vespa.017b3ff36dd9.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner.vespa {
    background-image: url("../images/divider-icons/icon_vespa-2x.056aabf69db8.png");
  }
}
div.divider.stacks-module span.divider-inner.wine {
  background-image: url("../images/divider-icons/icon_wine.30f23ff61adf.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner.wine {
    background-image: url("../images/divider-icons/icon_wine-2x.ec99e2e9592e.png");
  }
}
div.divider.stacks-module span.divider-inner.wine.animated {
  background-image: url("../images/divider-icons/icon_wine-animated-2x.6cbd3b751ef2.gif");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.divider.stacks-module span.divider-inner.wine.animated {
    background-image: url("../images/divider-icons/icon_wine-animated-2x.6cbd3b751ef2.gif");
  }
}

div.social-embed {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #175D98;
  color: #FFFFFF;
  width: 100%;
  padding: 2.00708% 10.03542%;
  background-image: url("../images/bg/social-embed-list-bg-mobile.c4bbc58e0e59.gif");
  background-size: 323px 450px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.social-embed {
    background-image: url("../images/bg/social-embed-list-bg-mobile-2x.9a306871523b.gif");
  }
}
@media (min-width: 324px) {
  div.social-embed {
    background-image: url("../images/bg/social-embed-list-bg.283aafba3db4.gif");
    background-size: 1350px 500px;
    background-color: #1972a9;
  }
}
@media only screen and (min-width: 324px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 324px) and (min-device-pixel-ratio: 2) {
  div.social-embed {
    background-image: url("../images/bg/social-embed-list-bg-2x.d5d796f71ace.gif");
  }
}

div.social-embed.list-2up .content-above,
div.social-embed.list-2up .content-below, div.social-embed.list-3up .content-above,
div.social-embed.list-3up .content-below {
  text-align: center;
  width: 100%;
}
div.social-embed.list-2up .content-above h2, div.social-embed.list-2up .content-above h3, div.social-embed.list-2up .content-above h4, div.social-embed.list-2up .content-above h5,
div.social-embed.list-2up .content-below h2,
div.social-embed.list-2up .content-below h3,
div.social-embed.list-2up .content-below h4,
div.social-embed.list-2up .content-below h5, div.social-embed.list-3up .content-above h2, div.social-embed.list-3up .content-above h3, div.social-embed.list-3up .content-above h4, div.social-embed.list-3up .content-above h5,
div.social-embed.list-3up .content-below h2,
div.social-embed.list-3up .content-below h3,
div.social-embed.list-3up .content-below h4,
div.social-embed.list-3up .content-below h5 {
  color: #FFF;
}
div.social-embed.list-2up .content-above h2,
div.social-embed.list-2up .content-below h2, div.social-embed.list-3up .content-above h2,
div.social-embed.list-3up .content-below h2 {
  margin-bottom: 0.3em;
  color: #FFF;
}
div.social-embed.list-2up .content-above p,
div.social-embed.list-2up .content-below p, div.social-embed.list-3up .content-above p,
div.social-embed.list-3up .content-below p {
  font-family: "Francois One", Helvetica, Arial, sans-serif;
  margin-bottom: 0.3em;
  font-size: 1.2em;
}
div.social-embed.list-2up .content-below, div.social-embed.list-3up .content-below {
  margin-top: 1em;
}
@media (min-width: 800px) {
  div.social-embed.list-2up .grid-row, div.social-embed.list-3up .grid-row {
    display: table;
  }
}
@media (min-width: 800px) {
  div.social-embed.list-2up .grid-row .grid-block, div.social-embed.list-3up .grid-row .grid-block {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

div.content-wrapper div.content {
  background-color: #FFF;
  padding-top: 2.00708%;
}
div.content-wrapper.stacks-content-wrapper div.content {
  padding-top: 2.00708%;
  padding-bottom: 2.00708%;
}
div.content-wrapper.stacks-content-wrapper div.content div.stacks-module:first-child {
  padding-top: 3em;
}
div.content-wrapper.stacks-content-wrapper div.content div.stacks-module:first-child.full-width {
  padding-top: 0;
}
div.content-wrapper.stacks-content-wrapper div.content h1.heading {
  padding-top: 16px;
}

div.header-wrapper div.social-icons {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
div.header-wrapper div.social-icons ul {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 38px;
}
@media (min-width: 1000px) {
  div.header-wrapper div.social-icons ul {
    padding-top: 34px;
  }
}
div.header-wrapper div.social-icons ul li {
  display: inline-block;
  padding: 0 1.00354%;
}
div.header-wrapper div.social-icons ul li a {
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
}
div.header-wrapper div.social-icons ul li a.twitter {
  height: 25px;
  background-image: url("../images/header/twitter.7b61ade5f0ce.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.header-wrapper div.social-icons ul li a.twitter {
    background-image: url("../images/header/twitter-2x.5f066d5b966a.png");
    background-size: 30px 25px;
  }
}
div.header-wrapper div.social-icons ul li a.youtube {
  height: 30px;
  background-image: url("../images/header/youtube.8ab17d705ab8.png");
  margin: 0 2.00708%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.header-wrapper div.social-icons ul li a.youtube {
    background-image: url("../images/header/youtube-2x.1472df667d64.png");
    background-size: 30px 30px;
  }
}
div.header-wrapper div.social-icons ul li a.shop {
  height: 29px;
  background-image: url("../images/header/cart.9aae1425c9d4.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.header-wrapper div.social-icons ul li a.shop {
    background-image: url("../images/header/cart-2x.90a80f79438d.png");
    background-size: 30px 29px;
  }
}
div.header-wrapper div.funder-block {
  display: none;
  width: 158px;
  vertical-align: middle;
}
div.header-wrapper div.funder-block span.funder-heading {
  text-align: center;
  font-size: 11px;
  margin-bottom: 0;
}

span.funder-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  margin-bottom: 4px;
  display: block;
}
span.funder-heading a.learn-more {
  float: right;
}

div.header-wrapper-desktop {
  display: none;
}
@media (min-width: 750px) {
  div.header-wrapper-desktop {
    display: block;
  }
}
div.header-wrapper-desktop div.header {
  display: table;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 8.02834%;
  background-color: #FFF;
  margin-top: 30px;
}
div.header-wrapper-desktop div.header div.header-left {
  text-align: left;
  width: 40%;
  display: table-cell;
  vertical-align: top;
  padding-top: 6%;
}
@media (min-width: 1000px) {
  div.header-wrapper-desktop div.header div.header-left {
    padding-top: 4.01417%;
  }
}
div.header-wrapper-desktop div.header div.header-left div.schedule-link-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  text-align: center;
  padding-left: 10px;
}
@media (min-width: 800px) {
  div.header-wrapper-desktop div.header div.header-left div.schedule-link-wrapper {
    width: 150px;
  }
}
div.header-wrapper-desktop div.header div.header-left div.schedule-link-wrapper a.schedule-link {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-color: #DC8C0F;
  color: #DC8C0F;
  display: inline;
  font-size: 12px;
}
@media (min-width: 1000px) {
  div.header-wrapper-desktop div.header div.header-left div.schedule-link-wrapper a.schedule-link {
    min-width: 130px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.header-wrapper-desktop div.header div.header-left div.schedule-link-wrapper a.schedule-link:hover {
  background-color: #DC8C0F;
  color: #FFF;
}
div.header-wrapper-desktop div.header div.header-left a.be-more-pbs-logo {
  width: 100px;
  height: 36px;
  background-image: url("../images/header/pbs_logo.6535e28eedb4.png");
  background-repeat: no-repeat;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.header-wrapper-desktop div.header div.header-left a.be-more-pbs-logo {
    background-image: url("../images/header/pbs_logo-2x.7ab8fe2e2ed1.png");
    background-size: 100px 36px;
  }
}
div.header-wrapper-desktop div.header div.header-left a.pbs-logo-header {
  width: 120px;
  height: 49px;
  background-image: url("../images/header/PBS_logo_header.792e8ed83386.png");
  background-repeat: no-repeat;
  display: table-cell;
  margin-right: 16px;
  vertical-align: top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.header-wrapper-desktop div.header div.header-left a.pbs-logo-header {
    background-image: url("../images/header/PBS_logo_header-2x.db484283c8c5.png");
    background-size: 90px 49px;
  }
}
div.header-wrapper-desktop div.header div.header-left p {
  font-size: 12px;
  padding-top: 7px;
}
@media (min-width: 1035px) {
  div.header-wrapper-desktop div.header div.header-left p {
    font-size: .9em;
    line-height: 22px;
    display: table-cell;
    width: auto;
    padding-left: 25px;
    vertical-align: middle;
    padding-top: 0;
  }
}
@media (min-width: 1300px) {
  div.header-wrapper-desktop div.header div.header-left p {
    font-size: 1em;
    line-height: 25px;
  }
}
div.header-wrapper-desktop div.header div.header-logo {
  text-align: center;
  display: table-cell;
  width: 250px;
  vertical-align: top;
  padding: 0px 2.00708%;
}
div.header-wrapper-desktop div.header div.header-logo a.ihwph-logo {
  height: 200px;
  width: 200px;
  background-size: 200px 200px;
  background-image: url("../images/header/phil_logo-2x.3a690f87e9ca.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: -16px;
}
@media (min-width: 1000px) {
  div.header-wrapper-desktop div.header div.header-logo a.ihwph-logo {
    height: 250px;
    width: 250px;
    background-size: 250px 250px;
  }
}
@media (min-width: 1300px) {
  div.header-wrapper-desktop div.header div.header-logo a.ihwph-logo {
    background-image: url("../images/header/phil_logo-animated-2x.aab1777f2cb9.gif");
  }
}
div.header-wrapper-desktop div.header div.header-right {
  text-align: right;
  width: 40%;
  display: table-cell;
  vertical-align: top;
  padding-top: 2.00708%;
}
div.header-wrapper-desktop div.header div.header-right div.header-right-inner {
  display: table;
  width: 100%;
}

div.top-nav {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: table;
  border: 2px solid #175D98;
  border-left-width: 0;
  border-right-width: 0;
  text-align: center;
  margin-top: -61px;
  background-color: #FFF;
}
@media (min-width: 1000px) {
  div.top-nav {
    margin-top: -102px;
  }
}
div.top-nav ul li {
  position: relative;
  display: inline-block;
  padding-left: 2.00708%;
  padding-right: 2.00708%;
}
@media (min-width: 1000px) {
  div.top-nav ul li {
    padding-left: 4.01417%;
    padding-right: 4.01417%;
  }
}
div.top-nav ul li a {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  font-family: "Francois One", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
div.top-nav ul li a:link, div.top-nav ul li a:visited {
  color: #175D98;
  text-decoration: none;
}
div.top-nav ul li a:hover {
  color: #0F7FDC;
}
div.top-nav ul li.episodes {
  padding-left: 0;
}
div.top-nav ul li.episodes > a {
  padding-right: 16px;
  background-image: url("../images/header/top-nav-downarrow.9a700f10effa.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.top-nav ul li.episodes > a {
    background-image: url("../images/header/top-nav-downarrow-2x.598d52ea269f.png");
    background-size: 9px 9px;
  }
}
div.top-nav ul li.meet-phil {
  padding-right: 0;
}
div.top-nav ul li.watch {
  padding-right: 150px;
}
@media (min-width: 1000px) {
  div.top-nav ul li.watch {
    padding-right: 175px;
  }
}
@media (min-width: 1300px) {
  div.top-nav ul li.watch {
    padding-right: 200px;
  }
}
div.top-nav ul li.recipes {
  padding-left: 150px;
}
@media (min-width: 1000px) {
  div.top-nav ul li.recipes {
    padding-left: 175px;
  }
}
@media (min-width: 1300px) {
  div.top-nav ul li.recipes {
    padding-left: 200px;
  }
}
div.top-nav ul li:hover ul.dropdown {
  display: block;
  /* Display the dropdown */
}
div.top-nav ul li ul.dropdown {
  min-width: 200px;
  /* Set width of the dropdown */
  background: #FFF;
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  padding-left: 0;
  padding-right: 0;
  border: 2px solid #175D98;
}
div.top-nav ul li ul.dropdown li {
  display: block;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  border-left: 0px;
}
div.top-nav ul li ul.dropdown li a {
  padding: .5em;
  font-size: 17px;
}
div.top-nav ul li ul.dropdown li:hover a {
  color: #FFF;
}
div.top-nav ul li ul.dropdown li:hover a:hover {
  text-decoration: none;
  color: #0F7FDC;
}

a.schedule-link {
  padding: 1.00354% 2.00708%;
  color: #FFF;
  border-width: 2px;
  border-style: solid;
  border-color: #FFF;
  border-radius: 4px;
}
a.schedule-link:hover {
  background-color: #FFF;
  color: #175D98;
  text-decoration: none;
}

div.header-wrapper-mobile {
  display: block;
  padding-top: 2.00708%;
}
@media (min-width: 750px) {
  div.header-wrapper-mobile {
    display: none;
  }
}
div.header-wrapper-mobile div.header-mobile-logo {
  background-color: #175D98;
  color: #FFFFFF;
  text-align: center;
  padding: 4.01417% 0;
}
div.header-wrapper-mobile div.header-mobile-logo a.mobile-logo {
  margin: .5em 0;
  background-image: url("../images/header/phil_mobile_masthead_logo-animated-2x.6a8ced0dbc00.gif");
  width: 323px;
  height: 61px;
  background-size: 290px 55px;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
@media (min-width: 350px) {
  div.header-wrapper-mobile div.header-mobile-logo a.mobile-logo {
    background-size: 323px 61px;
  }
}
div.header-wrapper-mobile div.header-mobile-top {
  width: 100%;
  display: table;
}
div.header-wrapper-mobile div.header-mobile-top div.social-icons {
  width: 50%;
}
div.header-wrapper-mobile div.header-mobile-top div.social-icons ul {
  padding-top: 0;
}
div.header-wrapper-mobile div.header-mobile-top div.social-icons ul li {
  display: inline-block;
}
div.header-wrapper-mobile div.header-mobile-top div.funder-block {
  display: none;
  width: 50%;
  text-align: center;
}
div.header-wrapper-mobile div.header-mobile-top div.funder-block span.funder-heading {
  text-align: center;
}
div.header-wrapper-mobile div.top-nav {
  margin-top: 0;
}
div.header-wrapper-mobile div.top-nav ul {
  padding-left: 0px;
  padding-right: 0px;
}
div.header-wrapper-mobile div.top-nav ul li {
  border-left: 2px solid #175D98;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
  padding-right: 4.01417%;
  padding-left: 4.01417%;
}
div.header-wrapper-mobile div.top-nav ul li.episodes {
  padding-left: 0;
  border-left: 0;
}
div.header-wrapper-mobile div.top-nav ul li.watch {
  padding-right: 4.01417%;
}
div.header-wrapper-mobile div.top-nav ul li.recipes {
  padding-left: 4.01417%;
}
div.header-wrapper-mobile div.top-nav ul li.meet-phil {
  padding-right: 0;
}
div.header-wrapper-mobile div.top-nav ul li a {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

a.simple-button {
  border: 2px solid #FFF;
  color: #FFF;
  padding: 1em;
  font-family: "Francois One", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

div.pbs-food-wrapper div.content {
  padding-top: 0;
}
div.pbs-food-wrapper div.pbs-food {
  margin-bottom: 0;
}
div.pbs-food-wrapper div.pbs-food > div {
  clear: left;
  text-align: center;
}
div.pbs-food-wrapper div.pbs-food > div.pbs-food-tagline {
  background-color: #7B973C;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px;
  font-size: 0.85em;
}
div.pbs-food-wrapper div.pbs-food > div.pbs-food-button-wrapper {
  background-image: url("../images/footer/pbs_food/pbs_food_img_mobile-2x.96cedbba3c9e.jpg");
  background-repeat: no-repeat;
  min-height: 109px;
  max-height: 109px;
  width: 100%;
  text-align: center;
  background-position: center;
  display: table;
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.pbs-food-wrapper div.pbs-food > div.pbs-food-button-wrapper {
    background-size: 600px 196px;
  }
}
@media (min-width: 601px) {
  div.pbs-food-wrapper div.pbs-food > div.pbs-food-button-wrapper {
    background-image: url("../images/footer/pbs_food/pbs_food_img_desktop.ffa616281a21.png");
    min-height: 150px;
    max-height: 150px;
  }
}
@media only screen and (min-width: 601px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 601px) and (min-device-pixel-ratio: 2) {
  div.pbs-food-wrapper div.pbs-food > div.pbs-food-button-wrapper {
    background-image: url("../images/footer/pbs_food/pbs_food_img_desktop-2x.c944b2ed6716.png");
    background-size: 1350px 150px;
  }
}

div.pbs-food-wrapper div.pbs-food > div.pbs-food-button-wrapper a.simple-button {
  display: inline-block;
  margin-top: 1.5em;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 800px) {
  div.pbs-food-wrapper div.pbs-food > div.pbs-food-button-wrapper a.simple-button {
    margin-top: 2.3em;
  }
}
div.pbs-food-wrapper div.pbs-food a.pbs-food-logo {
  margin: 0 auto 1em 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

div.footer-wrapper div.content {
  background-color: #4A4A4A;
  color: #FFF;
}
div.footer-wrapper div.content div.stacks-module {
  margin-bottom: 0;
}
div.footer-wrapper div.footer-links {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-right: 0;
}
div.footer-wrapper div.footer-links .grid-block-inner {
  width: 100%;
}
@media (min-width: 800px) {
  div.footer-wrapper div.footer-links {
    width: 22%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
div.footer-wrapper div.footer-links ul {
  padding-left: 0;
  padding-right: 0;
}
div.footer-wrapper div.footer-links ul li {
  display: block;
  margin-bottom: .5em;
}
div.footer-wrapper div.footer-links ul li a,
div.footer-wrapper div.footer-links ul li a:link,
div.footer-wrapper div.footer-links ul li a:visited,
div.footer-wrapper div.footer-links ul li a:active {
  color: #FFF;
}
@media (min-width: 800px) {
  div.footer-wrapper div.footer-produced-by {
    width: 45%;
  }
}
div.footer-wrapper div.footer-produced-by p {
  font-size: 0.9em;
  margin: 1em 0;
  clear: left;
}
div.footer-wrapper div.footer-produced-by div.logo-wrapper {
  display: table;
}
div.footer-wrapper div.footer-sponsorship {
  width: 33%;
}
div.footer-wrapper div.footer-sponsorship .grid-block-inner {
  width: 100%;
}

a.footer-logo {
  display: table-cell;
  margin-bottom: 1em;
  vertical-align: middle;
  background-position: left center;
  background-repeat: no-repeat;
}
a.footer-logo.wgbh-logo {
  width: 150px;
  height: 45px;
  background-image: url("../images/footer/wgbh_footer_logo.87abcdb614b7.png");
  margin-right: 1em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  a.footer-logo.wgbh-logo {
    background-image: url("../images/footer/wgbh_footer_logo-2x.ff1a35124900.png");
    background-size: 120px 45px;
  }
}
a.footer-logo.zpz-logo {
  width: 85px;
  height: 38px;
  background-image: url("../images/footer/zpz_footer_logo.264dcefd8e47.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  a.footer-logo.zpz-logo {
    background-image: url("../images/footer/zpz_footer_logo-2x.06bb968ff007.png");
    background-size: 85px 38px;
  }
}
a.footer-logo.pbs-food-logo {
  width: 272px;
  height: 50px;
  background-image: url("../images/footer/pbs_food/pbs_food_logo.8c258e99a60e.png");
  float: left;
  margin-left: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  a.footer-logo.pbs-food-logo {
    background-image: url("../images/footer/pbs_food/pbs_food_logo-2x.6105a022030d.png");
    background-size: 272px 50px;
  }
}
a.footer-logo.pbs-logo-footer {
  width: 90px;
  height: 50px;
  background-image: url("../images/footer/PBS_logo_footer.61760f14c135.png");
  float: left;
  margin-left: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  a.footer-logo.pbs-logo-footer {
    background-image: url("../images/footer/PBS_logo_footer-2x.0ef0865fd56c.png");
    background-size: 90px 50px;
  }
}

div.share-this-page {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
div.share-this-page p {
  font-size: 25px;
  font-family: "Francois One", Helvetica, Arial, sans-serif;
  color: #175D98;
  line-height: 36px;
}
@media (min-width: 800px) {
  div.share-this-page p {
    font-size: 30px;
  }
}
div.share-this-page p span {
  vertical-align: middle;
}
div.share-this-page a.social-icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  line-height: 0;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 15px;
}
@media (min-width: 800px) {
  div.share-this-page a.social-icon {
    margin-left: 20px;
  }
}
div.share-this-page a.social-icon.facebook {
  background-image: url("../images/share/share_facebook.09826bde46e3.png");
}
@media (min-width: 800px) {
  div.share-this-page a.social-icon.facebook {
    margin-left: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.share-this-page a.social-icon.facebook {
    background-image: url("../images/share/share_facebook-2x.040686219f61.png");
    background-size: 30px 30px;
  }
}
div.share-this-page a.social-icon.twitter {
  background-image: url("../images/share/share_twitter.5fd4f468f2d4.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  div.share-this-page a.social-icon.twitter {
    background-image: url("../images/share/share_twitter-2x.aa26b3498015.png");
    background-size: 30px 30px;
  }
}

.pull-quote-bg-image {
  max-height: 235px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 800px) {
  .pull-quote-bg-image {
    max-height: inherit;
  }
}
.pull-quote-bg-image .quote-wrapper {
  height: 100%;
  display: table;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 136%;
}
@media (min-width: 800px) {
  .pull-quote-bg-image .quote-wrapper {
    background-size: inherit;
  }
}
.pull-quote-bg-image .quote-wrapper blockquote {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 4.01417% 8.02834%;
  font-family: "Francois One", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-shadow: 3px 2px 6px black;
  color: #FFF;
}
@media (min-width: 800px) {
  .pull-quote-bg-image .quote-wrapper blockquote {
    font-size: 48px;
    line-height: 64px;
  }
}
.pull-quote-bg-image .quote-wrapper blockquote p.attribution {
  font-size: 18px;
  margin-top: 10px;
}
@media (min-width: 800px) {
  .pull-quote-bg-image .quote-wrapper blockquote p.attribution {
    font-size: 30px;
  }
}

div.ad-block {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

div.stacks-module.rich-text-plus-ad {
  margin-bottom: 540px;
}
@media (min-width: 800px) {
  div.stacks-module.rich-text-plus-ad {
    margin-bottom: 0;
  }
}

.rich-text {
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.rich-text p {
  margin-bottom: 1em;
}
.rich-text p:empty {
  margin-bottom: 0;
  display: none;
}
.rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  font-family: "Francois One", Helvetica, Arial, sans-serif;
  color: #175D98;
  margin-bottom: 0.25em;
}
.rich-text div.ad-block {
  margin: 2.00708% auto;
  position: absolute;
  bottom: -470px;
  display: block;
}
@media (min-width: 800px) {
  .rich-text div.ad-block {
    float: right;
    position: inherit;
    bottom: 0;
    margin: 0 0 2.00708% 2.00708%;
  }
}
.rich-text div.ad-block.ad-block-mobile {
  display: block;
}
@media (min-width: 800px) {
  .rich-text div.ad-block.ad-block-mobile {
    display: none;
  }
}
.rich-text ul, .rich-text ol {
  padding: 0 1.7em;
}
.rich-text ul li, .rich-text ol li {
  margin-bottom: .5em;
}

div.full-width.pull-quote-bg-image + div.rich-text {
  background-color: #FFF;
}
@media (min-width: 800px) {
  div.full-width.pull-quote-bg-image + div.rich-text {
    max-width: 1000px;
    margin-top: -200px;
    padding: 4.01417%;
  }
}

img.shop-ad {
  border: 0px;
  box-shadow: 0;
  margin-top: 16px;
}

.stacks-embed div.play-icon {
  background-position: 0% 100%;
  margin: -13px 0 0 7px;
  background-size: 40px 40px;
}
@media (min-width: 800px) {
  .stacks-embed div.play-icon {
    background-size: 80px 80px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .stacks-embed div.play-icon {
    background-image: url("../images/play-icon-2x.95cba4db208e.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .stacks-embed div.play-icon:hover {
    background-image: url("../images/play-icon-hover-2x.fa839a2fca16.png");
  }
}
.stacks-embed.list-3up div.play-icon, .stacks-embed.list-2up div.play-icon {
  background-size: 40px 40px;
}

body.recipe-detail div.stacks-module.rich-text {
  margin-bottom: -1em;
}
@media (min-width: 800px) {
  body.recipe-detail div.stacks-module.rich-text {
    margin-bottom: 5em;
  }
}

div.meet-phil {
  text-align: center;
  background-size: 323px 359px;
  height: 359px;
  background-image: url("../images/meet_phil_mobile-2x.61630b8e35b5.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: table;
  table-layout: fixed;
}
@media (min-width: 324px) {
  div.meet-phil {
    background-image: url("../images/meet_phil_desktop-2x.639945ce7d35.jpg");
    background-size: 1070px 568px;
    height: 568px;
  }
}
div.meet-phil h1 {
  color: #FFFFFF;
  text-shadow: 3px 2px 6px black;
}
div.meet-phil div.meet-phil-wrapper {
  display: table-cell;
  vertical-align: middle;
}
div.meet-phil div.meet-phil-wrapper div.stacks-button-wrapper {
  margin-top: 24px;
}
@media (min-width: 324px) {
  div.meet-phil div.meet-phil-wrapper div.stacks-button-wrapper {
    margin-top: 46px;
  }
}
div.meet-phil div.meet-phil-wrapper div.stacks-button-wrapper a {
  font-family: "Francois One", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 14px 60px;
  text-transform: uppercase;
}
