@charset "UTF-8";
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #ff3600;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #b32600;
    color: white; }
  button:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #d7d9db;
  color: #3d414a;
  font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 225%; }

h2 {
  font-size: 200%; }

h3 {
  font-size: 175%; }

h4 {
  font-size: 150%; }

h5 {
  font-size: 125%; }

h6 {
  font-size: 100%; }

p {
  margin: 0 0 0.75em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #ff3600;
  text-decoration: none; }
  a:hover {
    color: #b32600; }
  a:active, a:focus {
    color: #b32600;
    outline: none; }

hr {
  border-bottom: 1px solid #d7d9db;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #d7d9db;
  color: #606674;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #777f8f;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

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

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

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

@media (min-width: 480px) {
  h3 {
    font-size: 1.5em; } }
@media (min-width: 972px) {
  h3 {
    font-size: 2em; } }
.byline {
  font-weight: bold;
  display: block; }

.author {
  color: #3d414a;
  text-transform: uppercase; }

.caption {
  font-size: 0.875em !important; }

.label-category {
  font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875em;
  text-transform: uppercase; }

.label-required {
  display: inline-block;
  color: #ff3600; }

.label-tertiary {
  font-size: 67.5%;
  text-transform: uppercase;
  color: #999; }

fieldset {
  background: #f2f3f3;
  border: 1px solid #d7d9db;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 100%; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }
  label span {
    font-weight: normal;
    font-size: 0.85em;
    display: block; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #d7d9db;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 100%;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #bcc0c3; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #ff3600;
    box-shadow: none, #ff3600;
    outline: none; }

textarea {
  resize: vertical;
  min-height: 200px; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

.form-field::-webkit-input-placeholder {
  color: #6b7282;
  text-transform: uppercase;
  font-weight: 700; }
.form-field::-moz-placeholder {
  color: #6b7282;
  text-transform: uppercase;
  font-weight: 700; }
.form-field:-moz-placeholder {
  color: #6b7282;
  text-transform: uppercase;
  font-weight: 700; }
.form-field:-ms-input-placeholder {
  color: #6b7282;
  text-transform: uppercase;
  font-weight: 700; }

.control-group {
  margin-bottom: 2em; }

/* ----- NEW ----- */
.form-search {
  display: inline-block;
  width: auto;
  padding-left: 0.5em;
  background: #fff;
  border: 1px solid #d7d9db;
  text-align: left; }
  .form-search input.search-query, .form-search button[type="submit"] {
    background: transparent; }
    .form-search input.search-query, .form-search input.search-query:focus, .form-search button[type="submit"], .form-search button[type="submit"]:focus {
      outline: none;
      box-shadow: none; }
  .form-search input.search-query {
    display: inline-block;
    float: left;
    margin: 5px 0;
    padding: 0;
    border: 0;
    line-height: 1.5em;
    color: #3d414a; }
    .form-search input.search-query::-webkit-input-placeholder {
      text-transform: uppercase;
      color: #30a2cc; }
    .form-search input.search-query::-moz-placeholder {
      text-transform: uppercase;
      color: #30a2cc; }
    .form-search input.search-query:-moz-placeholder {
      text-transform: uppercase;
      color: #30a2cc; }
    .form-search input.search-query:-ms-input-placeholder {
      text-transform: uppercase;
      color: #30a2cc; }
    @media screen and (min-width: 768px) {
      .form-search input.search-query {
        width: 6em; } }
    @media screen and (min-width: 972px) {
      .form-search input.search-query:focus {
        width: 12em; } }
  .form-search button[type="submit"] {
    display: inline-block;
    padding: 5px;
    margin: 0;
    border: 0 none transparent;
    color: #ff3600;
    line-height: 0; }
    .form-search button[type="submit"] .label {
      display: none;
      text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .form-search {
      position: absolute;
      top: 0;
      left: 0;
      width: 95%;
      margin: 2.5%; }
      .form-search input.search-query {
        float: none;
        width: 85%; }
      .form-search button[type="submit"] {
        float: right; } }

/* --------------- */
.newsletter-widget .text-input, .newsletter-widget .btn {
  display: inline-block; }
.newsletter-widget form {
  width: auto; }
.newsletter-widget input[type="submit"].btn {
  padding: 0.5em 1em; }
.newsletter-widget .mc-field-group {
  display: none; }
.newsletter-widget .label {
  font-family: "bello-pro", "Brush Script MT", "MarkerFelt-Wide", "Rockwell Extra Bold", "Rockwell Bold", Rockwell, Palatino, "Palatino Linotype", "Palatino LT STD", serif;
  text-transform: none;
  float: left;
  margin-right: 0.75em;
  font-size: 125%; }
.newsletter-widget .text-input {
  max-width: 300px;
  margin-right: 9px; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #afb3b7;
  font-weight: bold;
  padding: 0.75em;
  text-align: left; }

td {
  border-bottom: 1px solid #d7d9db;
  padding: 0.75em; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

dd ul {
  padding-top: 1em; }
dd li {
  padding-left: 2em;
  text-indent: -1.5em; }
dd li:before {
  padding-right: 0.5em;
  content: "• ";
  font-size: 1.25em;
  color: #edbf36; }

@media (max-width: 319px) {
  ul.tag-list {
    margin-bottom: 0; } }
.list-inline li {
  display: inline; }

.list-categories.list-inline li {
  margin-right: 12px; }
  .list-categories.list-inline li:after {
    margin-left: 12px;
    content: "/";
    color: #afb3b7; }
  .list-categories.list-inline li:last-child:after {
    content: ""; }
  .list-categories.list-inline li a {
    color: #3d414a; }
    .list-categories.list-inline li a:hover {
      color: #2681a3; }

.recipe-hub .list-categories.list-inline {
  padding: 0 2.34375%; }
  @media screen and (min-width: 1500px) {
    .recipe-hub .list-categories.list-inline {
      padding: 2em 0 0; } }
  @media screen and (max-width: 767px) {
    .recipe-hub .list-categories.list-inline {
      margin-bottom: -0.5em;
      padding: 0 5%; } }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.btn, input[type=submit].btn {
  display: inline-block;
  border: 2px solid #ff3600;
  padding: 4px 12px;
  border-radius: 0;
  background: white;
  color: #ff3600;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .btn:hover, input[type=submit].btn:hover {
    background: #ff3600;
    color: white; }
  .btn.btn-disabled, input[type=submit].btn.btn-disabled {
    background: #a1a6ab;
    color: #3d414a;
    border-color: #3d414a; }

.btn.btn-reversed, input[type=submit].btn.btn-reversed {
  background: #ff3600;
  color: #FFF;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease; }
  .btn.btn-reversed:hover, input[type=submit].btn.btn-reversed:hover {
    background: #b32600;
    border-color: #b32600; }

#button-to-top {
  display: none; }
  #button-to-top.affix {
    display: block;
    bottom: 10%;
    right: 0;
    z-index: 1000; }
    #button-to-top.affix a {
      background: #858c9b;
      padding: 6px 20px 6px 8px;
      color: white; }
      #button-to-top.affix a:hover {
        background: #6b7282;
        text-decoration: none; }

.action-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 85%; }
  .action-link:hover {
    cursor: pointer; }

.btn-secondary {
  display: inline-block;
  border: 2px solid #999;
  z-index: 10;
  font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: none;
  font-weight: 400; }
  .btn-secondary:hover {
    border: 2px solid #ff3600;
    background: #fff;
    color: #ff3600; }
  .btn-secondary.active, .btn-secondary.active:hover {
    background: #fff;
    color: #ff3600;
    border: 2px solid #ff3600;
    border-bottom: 1px solid #fff; }

.btn-tertiary {
  display: inline-block;
  margin-top: 1em;
  border: 0px none transparent;
  border-top: 2px solid #ff3600;
  background: transparent;
  z-index: 10;
  font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400; }
  .btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus {
    background: transparent;
    border-color: #b32600;
    color: #b32600; }
  .btn-tertiary.btn-disabled, .btn-tertiary.btn-disabled:hover, .btn-tertiary.btn-disabled:active, .btn-tertiary.btn-disabled:focus {
    background: #a1a6ab;
    color: #3d414a;
    border-color: #3d414a;
    cursor: default; }

.comment-display-btn {
  display: block;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 480px) {
    .comment-display-btn {
      width: 50%; } }

html {
  box-sizing: border-box; }

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

html {
  font-family: 'mobile'; }

* html {
  /* IE6 */
  font-family: "desktop"; }

* + html {
  /* IE7 */
  font-family: "desktop"; }

@media \0screen {
  html {
    /* IE8 */
    font-family: "desktop"; } }
/* Queries for supported browsers.       
     ----------------------------------- */
body:after {
  display: none; }

@media screen and (min-width: 320px) {
  html {
    font-family: "screen-tiny"; }

  body:after {
    content: "screen-tiny"; } }
@media screen and (min-width: 480px) {
  html {
    font-family: "screen-xs"; }

  body:after {
    content: "screen-xs"; } }
@media screen and (min-width: 768px) {
  html {
    font-family: "screen-sm"; }

  body:after {
    content: "screen-sm"; } }
@media screen and (min-width: 972px) {
  html {
    font-family: "screen-md"; }

  body:after {
    content: "screen-md"; } }
@media screen and (min-width: 1464px) {
  html {
    font-family: "screen-lg"; }

  body:after {
    content: "screen-lg"; } }
@media screen and (min-width: 1500px) {
  html {
    font-family: "screen-xlg"; }

  body:after {
    content: "screen-xlg"; } }
body {
  margin: 0;
  background: url("../img/background-global.png") top left repeat; }

figure {
  margin: 0;
  padding: 0;
  line-height: 0.5em; }

.content-main, .below-all-entries {
  max-width: 91.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em; }

@media (max-width: 767px) {
  .content-main, .below-all-entries {
    margin-top: 10px; } }
@media (min-width: 768px) and (max-width: 1463px) {
  .content-main, .below-all-entries {
    margin-top: 30px; } }
.title, .form-search button[type="submit"] .label, .btn, input[type=submit].btn, .navbar, .nav-filters .nav-title, .body-basic h2, .body-basic h3, .body-basic h4, .body-basic h5, .body-basic h6, .block-title, .promo-single .title, .index-block .index-title, .venue-tip .label {
  font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }

.body-basic h2, .body-basic h3, .body-basic h4, .body-basic h5, .body-basic h6, .header-basic .title-basic, .block-title, .index-block .index-title {
  text-shadow: 1px 1px 1px #000;
  color: #30a2cc; }

.header-landing h1, .promo-single .title span {
  font-family: "bello-pro", "Brush Script MT", "MarkerFelt-Wide", "Rockwell Extra Bold", "Rockwell Bold", Rockwell, Palatino, "Palatino Linotype", "Palatino LT STD", serif;
  text-transform: none;
  font-weight: normal; }

.photo-background .wrapper, .promo-single .title, .visual-photo-background .wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.photo-background, .promo-single .metadata, .visual-photo-background {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.promo-product {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0; }

.promo-product .photo-figure {
  background-color: #3d414a;
  position: absolute;
  width: 100%; }

/*
 * 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,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
/*@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
} */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.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: 0 0 60px;
  padding: 1em;
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 24px;
  height: 28px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  color: #ff3600;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 24px;
  display: inline-block;
  content: '\f053'; }

.flex-direction-nav a.flex-next:before {
  content: '\f054'; }

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

.flex-pauseplay a:before {
  font-family: "FontAwesome";
  font-size: 24px;
  display: inline-block;
  content: '\f054'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.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: .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; } }
.flexslider {
  margin-bottom: 0; }

.slides > li {
  margin: 0 5px; }

.flexslider .slides > li:hover {
  cursor: pointer; }

.nav-global {
  /* ----- NEW ----- */
  display: block;
  right: 0;
  bottom: 10%;
  padding: 0;
  margin: 0;
  border: 0;
  /* --------------- */
  /* ----- NEW ----- */
  /* --------------- */ }
  .nav-global .btn-nav-toggle {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (min-width: 768px) {
      .nav-global .btn-nav-toggle {
        display: none; } }
    .nav-global .btn-nav-toggle:hover, .nav-global .btn-nav-toggle:active, .nav-global .btn-nav-toggle:focus {
      background-color: #FFF;
      border-color: #ff3600;
      color: #ff3600;
      outline: none;
      box-shadow: none; }
  .nav-global ul.nav-global-links {
    display: inline-block;
    text-align: left; }
  .nav-global li {
    display: inline-block;
    font-weight: 700;
    font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .nav-global li {
        font-size: 105%;
        padding: 0 1em 0 0; }
        .nav-global li:after {
          content: "/";
          color: #30a2cc;
          padding-left: 1em; }
        .nav-global li:last-child {
          padding: 0; }
        .nav-global li:last-child:after {
          content: ""; } }
    .nav-global li a.current-page-link {
      color: #b32600; }
    @media screen and (min-width: 972px) {
      .nav-global li {
        font-size: 110%; } }
    @media screen and (min-width: 1464px) {
      .nav-global li {
        font-size: 125%; } }
  @media screen and (max-width: 767px) {
    .nav-global {
      float: right;
      bottom: 0;
      padding: 0 5.34375%;
      height: 100%;
      z-index: 10;
      background: #d7d9db url("../img/background-global.png") top left repeat; }
      .nav-global .nav-global-wrapper {
        position: fixed;
        right: 0;
        width: 100%;
        max-height: 0%;
        background: #ff3600;
        z-index: 500;
        overflow: hidden; }
      .nav-global.active {
        background: #ff3600; }
        .nav-global.active .nav-global-wrapper {
          max-height: 600px; }
      .nav-global ul.nav-global-links {
        display: block;
        padding-top: 3.5em;
        margin: 0 auto; }
        .nav-global ul.nav-global-links li {
          display: block;
          text-align: left; }
          .nav-global ul.nav-global-links li a {
            display: block;
            height: 100%;
            color: #fff;
            border-bottom: 1px solid #fff;
            padding: 1em 2.5%;
            background: transparent;
            -webkit-transition: background 0.25s;
            -moz-transition: background 0.25s;
            transition: background 0.25s; }
            .nav-global ul.nav-global-links li a:active, .nav-global ul.nav-global-links li a.current-page-link {
              background: #cc2b00; } }
  @media screen and (max-width: 479px) {
    .nav-global {
      padding: 0 5%; } }
  @media screen and (min-width: 768px) {
    .nav-global {
      /* ----- NEW ----- */
      position: absolute;
      right: 2.34375%;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
      width: 100%;
      text-align: right;
      white-space: nowrap;
      /* --------------- */ }
      .nav-global ul.nav-global-links {
        vertical-align: middle; } }
  @media screen and (min-width: 1464px) {
    .nav-global {
      right: 5%; } }

/* ----- NEW ----- */
.nav-overlay-panel {
  background: transparent;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  .nav-overlay-panel.visible {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 250;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    .nav-overlay-panel.visible ~ .header-wrapper:before {
      z-index: -1; }

/* --------------- */
.navbar {
  position: relative;
  margin: 0;
  padding: 0 2.34375%;
  max-width: 1464px;
  z-index: 999;
  -webkit-transform: translateZ(0); }
  .navbar .navbar-display {
    display: none;
    position: relative;
    height: 3.5em;
    padding-left: 1em;
    border: 2px solid #30a2cc;
    border-right: 0 none transparent;
    background-color: #FFF;
    color: #30a2cc;
    text-align: left; }
    .navbar .navbar-display .dropdown-display-text {
      height: 100%; }
    .navbar .navbar-display .arrow {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 45px;
      background-color: #30a2cc; }
      .navbar .navbar-display .arrow:before, .navbar .navbar-display .arrow:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 9px;
        height: 9px;
        border-color: #FFF;
        border-style: solid;
        border-width: 2px 2px 0 0; }
      .navbar .navbar-display .arrow:before {
        -webkit-transform: translate(-50%, -100%) rotate(-45deg);
        -moz-transform: translate(-50%, -100%) rotate(-45deg);
        -ms-transform: translate(-50%, -100%) rotate(-45deg);
        -o-transform: translate(-50%, -100%) rotate(-45deg);
        transform: translate(-50%, -100%) rotate(-45deg); }
      .navbar .navbar-display .arrow:after {
        -webkit-transform: translate(-50%, 0%) rotate(135deg);
        -moz-transform: translate(-50%, 0%) rotate(135deg);
        -ms-transform: translate(-50%, 0%) rotate(135deg);
        -o-transform: translate(-50%, 0%) rotate(135deg);
        transform: translate(-50%, 0%) rotate(135deg); }
  .navbar .nav {
    border: 0px solid #FFF; }
    .navbar .nav li {
      display: block;
      float: left;
      width: 33%;
      height: 3.5em;
      border: 2px solid #FFF; }
      @media screen and (min-width: 480px) and (max-width: 599px) {
        .navbar .nav li {
          width: 50%; } }
      @media screen and (min-width: 768px) {
        .navbar .nav li {
          width: 25%; } }
      @media screen and (min-width: 972px) {
        .navbar .nav li {
          width: 20%; } }
      .navbar .nav li a {
        position: relative;
        display: block;
        height: 100%;
        padding: 0 0.5em;
        background-color: #30a2cc;
        color: #FFF; }
        @media screen and (min-width: 972px) {
          .navbar .nav li a:hover {
            background-color: #FFF;
            color: #30a2cc; } }
  .navbar .nav li a span, .navbar .navbar-display span {
    position: relative;
    display: block;
    top: 50%;
    line-height: 1.2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media screen and (max-width: 479px) {
    .navbar {
      padding: 2.34375%; }
      .navbar .navbar-display {
        display: block; }
      .navbar .nav {
        position: absolute;
        left: 0;
        padding: 0 2.34375%;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        z-index: 9999;
        -webkit-transition: max-height 0.3s;
        -moz-transition: max-height 0.3s;
        transition: max-height 0.3s; }
        .navbar .nav li {
          float: none;
          width: 100%; }
      .navbar.active .nav {
        max-height: 1000px; } }

@media (max-width: 767px) {
  .info-link {
    display: block; } }
.nav-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  padding-top: 6px;
  z-index: 100;
  background: #fff;
  border-bottom: 2px solid #d7d9db; }
  .nav-sticky .title-content {
    display: block;
    margin-left: 2em;
    margin-right: 1em;
    font-weight: 600; }

@media screen and (max-width: 971px) {
  .nav-in-page .label-abbrv {
    display: inline-block;
    font-size: 1.25em;
    line-height: 0.75em;
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(0deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); } }
@media screen and (max-width: 1463px) {
  .navbar-sticky .title-content {
    margin-right: 1%; } }
.footer-section.page-top {
  position: absolute;
  right: 1.5em;
  top: 2em;
  z-index: 100;
  font-size: 1em; }
  @media screen and (max-width: 767px) {
    .footer-section.page-top {
      right: 0;
      top: 0.25em; }
      .footer-section.page-top .btn {
        padding: 2px 8px; } }
.footer-section.page-bottom {
  margin: 1.5em;
  text-align: center;
  text-transform: uppercase; }
  .footer-section.page-bottom .nav-section {
    margin-bottom: 1.25em; }

.btn-previous {
  margin-right: 6px; }

.social-links {
  display: inline-block; }
  .social-links .icon-embedded svg {
    width: 1.5em;
    height: 1.5em; }
  .social-links .icon-embedded path {
    transition: fill 0.25s;
    fill: #fff; }
  .social-links ul {
    display: inline-block;
    margin-bottom: 0.25em; }
  .social-links li {
    display: inline-block;
    margin: 0 0.65em 0 0;
    padding: 0 6px; }
  .social-links .label {
    display: inline-block;
    margin-right: 9px;
    font-size: 115%; }
  .social-links .icon-wrapper {
    display: block;
    border: 2px solid #edbf36;
    border-radius: 50%;
    width: 2.25em;
    height: 2.25em;
    padding: 0.25em;
    transition: background-color .25s ease; }
    .social-links .icon-wrapper:hover {
      background: #edbf36; }
  @media screen and (max-width: 767px) {
    .social-links {
      margin-top: 1.5em; }
      .social-links li {
        margin: 0; } }
  @media screen and (min-width: 768px) {
    .social-links {
      width: 50%;
      margin-top: 1em;
      margin-left: 5%; } }

.nav-global .social-links {
  display: block;
  margin: 1.5em auto 0;
  padding: 0 2.5%; }
  .nav-global .social-links ul {
    display: block;
    text-align: justify;
    margin-bottom: 0; }
    .nav-global .social-links ul:after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 0; }
  .nav-global .social-links li {
    padding: 0;
    text-align: center; }
  .nav-global .social-links .label {
    display: block;
    margin: 0 0 0.5em;
    font-size: 100%;
    color: #FFF;
    text-transform: uppercase; }
  .nav-global .social-links .icon-wrapper {
    display: inline-block;
    background-color: white;
    border-color: transparent; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .nav-global .social-links ul {
      text-align: left; }
    .nav-global .social-links li {
      padding-right: 1.5em; } }
  @media screen and (min-width: 768px) {
    .nav-global .social-links {
      display: none; } }

footer.footer {
  clear: both;
  text-transform: uppercase;
  color: #fff;
  background: #3d414a; }
  footer.footer a {
    color: #fff; }
  footer.footer .footer-wrapper {
    max-width: 1464px;
    padding: 2em;
    margin: 0 auto; }
    footer.footer .footer-wrapper::after {
      clear: both;
      content: "";
      display: table; }
  footer.footer .logo-se {
    background-size: 100%; }
  footer.footer li {
    display: inline-block;
    padding: 0 6px; }
  footer.footer .newsletter-widget {
    padding-bottom: 1em; }
  footer.footer .about-links li {
    margin: 0.25em 1em 0 0; }
  footer.footer .utility {
    clear: both;
    background: #26282e;
    padding: 1em 2em;
    font-size: 75%; }
  footer.footer .utility-links {
    max-width: 1464px;
    margin: 0 auto;
    display: block; }
  @media screen and (max-width: 767px) {
    footer.footer {
      text-align: center; }
      footer.footer .logo-se {
        display: inline-block;
        margin: 0 auto; }
      footer.footer .newsletter-widget .label, footer.footer .newsletter-widget .text-input {
        margin-right: 0;
        float: none; } }
  @media screen and (min-width: 768px) {
    footer.footer .logo-se {
      float: left;
      margin-left: 10%; }
    footer.footer .form-links-wrapper {
      margin-left: 35%; }
    footer.footer .about-links {
      float: left;
      width: 40%; }
      footer.footer .about-links li {
        margin: 1em 2em 0em 0; } }

.nav-filters {
  background: white;
  padding: 1em; }
  .nav-filters .nav-title {
    color: #30a2cc;
    font-size: 1em; }
  .nav-filters ul {
    margin-top: 0.5em; }
  .nav-filters li {
    display: inline-block;
    border: 1px solid #d7d9db;
    margin: 0 10px 10px 0; }
    .nav-filters li a {
      display: block;
      padding: 6px 10px;
      text-transform: uppercase;
      font-size: 0.75em;
      color: #3d414a; }
    .nav-filters li a:hover, .nav-filters li.active a {
      color: white;
      background: #393f49; }

.nav-search {
  background: #d7d9db;
  padding: 0.75em 2.5%;
  text-align: center;
  margin: 0 0 2em; }
  .nav-search.featured-search {
    background: #30a2cc;
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    .nav-search.featured-search label {
      color: #FFF; }
  .nav-search label, .nav-search .input-container, .nav-search .search-query, .nav-search button, .nav-search .nav-search-select {
    display: inline-block;
    vertical-align: middle; }
  .nav-search .title {
    color: #fff;
    font-size: 1.375em; }
  .nav-search .btn {
    padding: 0.4375em 0.5em 0.375em; }
  .nav-search label {
    margin: 0;
    font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
    color: #3d414a; }
  .nav-search .input-container {
    position: relative;
    margin: 0;
    padding: 0; }
  .nav-search .search-query {
    text-transform: uppercase;
    font-weight: bold;
    color: #3d414a;
    padding: 6px;
    padding-left: 36px;
    min-width: 250px; }
  .nav-search .icon-wrapper {
    position: absolute;
    left: 7px;
    top: 50%;
    width: 23px;
    height: 23px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .nav-search .icon-wrapper .icon-nav-search {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .nav-search {
      padding-top: 1.5em;
      padding-bottom: 1.5em; }
      .nav-search label {
        display: block;
        margin-bottom: 0.5em; }
      .nav-search .input-container, .nav-search .nav-search-select, .nav-search .btn {
        display: block;
        margin: 0 auto;
        min-width: 0;
        width: 100%;
        max-width: 375px; }
      .nav-search .input-container, .nav-search .nav-search-select {
        margin-bottom: 0.5em; }
      .nav-search .search-query {
        display: block;
        min-width: 0;
        width: 100%; } }
  @media screen and (max-width: 350px) {
    .nav-search label {
      font-size: 0.875em; } }
  @media screen and (min-width: 768px) {
    .nav-search label {
      margin-right: 0.75em; }
    .nav-search .input-container, .nav-search .nav-search-select {
      margin-right: 0.25em; } }
  @media screen and (min-width: 1464px) {
    .nav-search {
      margin: 0 0 2em 0; }
      .nav-search .search-query {
        min-width: 300px;
        padding-left: 39px; }
      .nav-search .icon-wrapper {
        left: 8px;
        width: 25px;
        height: 25px; }
      .nav-search .search-query, .nav-search .nav-search-select, .nav-search .btn, .nav-search label {
        font-size: 1.25em; }
      .nav-search label {
        padding-right: 0.25em; } }

.nav-search-select {
  background: #fff;
  position: relative;
  padding: 2px 0; }
  .nav-search-select select {
    border: 0;
    padding: 6px 40px 6px 6px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFF;
    color: #3d414a;
    font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    margin-bottom: 0;
    cursor: pointer; }
  .nav-search-select:after {
    content: ">";
    position: absolute;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.25em;
    top: 3px;
    right: 6px;
    width: 18px;
    color: #30a2cc;
    border-bottom: 1px solid #d7d9db;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events: none; }
  .nav-search-select:before {
    content: '';
    right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    display: block; }
  @media screen and (max-width: 767px) {
    .nav-search-select select {
      width: 100%; } }

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .nav-search-select select {
    padding-right: 40px; } }
.nav-action .nav-action-label, .nav-action .nav-action-list, .nav-action .nav-label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 85%;
  font-weight: 600; }

.nav-action-multi {
  display: inline-block; }
  .nav-action-multi .icon-wrapper.icon-inline {
    width: 2em; }
  .nav-action-multi .action-link {
    display: inline-block;
    padding: 0.25em 0.675em;
    background: #fff;
    border-bottom: 1px solid #d7d9db; }
    .nav-action-multi .action-link.active, .nav-action-multi .action-link:hover {
      background: #f3d57c;
      cursor: pointer; }
      .nav-action-multi .action-link.active svg path, .nav-action-multi .action-link:hover svg path {
        transition: stroke 0.25s;
        stroke: #fff;
        fill: transparent; }

.nav-action-list-item {
  display: inline-block;
  padding: 6px; }
  .nav-action-list-item a {
    color: #3d414a; }
  .nav-action-list-item.active {
    font-weight: bold; }
    .nav-action-list-item.active a {
      color: #ff3600; }
  .nav-action-list-item:after {
    padding-left: 6px;
    content: "|";
    color: #3d414a; }
  .nav-action-list-item:last-child:after {
    content: ""; }

.action-switch-image-view {
  border-left: 1px solid #d7d9db;
  border-right: 1px solid #d7d9db; }
  .action-switch-image-view .nav-action-label {
    margin-left: 0.25em;
    min-width: 8em; }

.nav-popular-topics {
  margin: 1.5em 2.5% 1.6em; }
  @media screen and (min-width: 1500px) {
    .nav-popular-topics {
      margin-right: 0;
      margin-left: 0; } }
  .nav-popular-topics .title-nav {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    margin-right: 2em; }

.nav-topics-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #fff;
  border: 1px solid #d7d9db; }

.nav-topics-item {
  display: table-cell; }
  .nav-topics-item .icon-wrapper {
    display: block;
    width: 40%;
    max-width: 75px;
    margin: 0 auto; }
    .nav-topics-item .icon-wrapper .icon {
      display: block; }
  .nav-topics-item a {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-right: 1px solid #d7d9db;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    transition: background 0.25s; }
    .nav-topics-item a:hover {
      background: #3d414a; }
      .nav-topics-item a:hover .label-topic {
        color: #fff; }
  .nav-topics-item:last-child a {
    border-right: 0; }

.label-topic {
  display: block;
  margin: 0.5em 0 0.7em;
  text-transform: uppercase;
  color: #3d414a;
  font-size: 0.875em; }

@media screen and (max-width: 971px) {
  .nav-topics-list {
    display: inline-block; }

  .nav-topics-item {
    float: left;
    width: 25%; }
    .nav-topics-item:nth-child(1) a, .nav-topics-item:nth-child(2) a, .nav-topics-item:nth-child(3) a, .nav-topics-item:nth-child(4) a {
      border-bottom: 1px solid #d7d9db; }
    .nav-topics-item:nth-child(4) a {
      border-right: 0; } }
@media screen and (max-width: 767px) {
  .nav-topics-item {
    width: 50%; }
    .nav-topics-item a {
      border-bottom: 1px solid #d7d9db; }
    .nav-topics-item:nth-child(even) a {
      border-right: 0; }
    .nav-topics-item:nth-child(7) a, .nav-topics-item:nth-child(8) a {
      border-bottom: 0; } }
.nav-action-share-print {
  float: right; }
  .nav-action-share-print .nav-action-label {
    color: #ff3600;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold; }
  .nav-action-share-print li {
    margin-left: 0.75em;
    position: relative; }
    .nav-action-share-print li:hover {
      cursor: pointer; }
      .nav-action-share-print li:hover .nav-action-label {
        color: #cc2b00; }
  @media screen and (max-width: 479px) {
    .nav-action-share-print {
      display: none; } }

.link-secondary:after {
  padding-left: 4px;
  font-weight: bold;
  content: "\00BB"; }

.footer-collection {
  text-align: center;
  margin-bottom: 2em; }
  .footer-collection .nav-collection {
    margin-bottom: 1em; }

.nav-collection .btn {
  padding: 4px 6px; }
  .nav-collection .btn:hover {
    background: #f3d57c; }
.nav-collection .icon-wrapper.icon-inline {
  line-height: 1em;
  margin-right: 0; }

.logo-se {
  background-image: url(../img/logo-color-240x190.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  overflow: hidden;
  height: 0;
  width: 120px;
  padding-top: 97px;
  margin: 0 6px 0 6px;
  z-index: 100; }
  .logo-se.reversed {
    background-image: url(../img/logo-color-reversed-240x190.png); }

.logo-se.logo-horizontal {
  background-image: url(../img/logo-color-131x42.png);
  width: 131px;
  padding-top: 40px; }

.logo-se.logo-mini {
  background-image: url(../ico/apple-touch-icon-76x76.png);
  background-size: cover;
  width: 40px;
  padding-top: 40px; }

@media (max-width: 1463px) {
  .logo-se {
    background-image: url(../img/logo-color-85x73.png);
    width: 85px;
    padding-top: 71px; }
    .logo-se.reversed {
      background-image: url(../img/logo-color-reversed-85x73.png); } }
@media (max-width: 767px) {
  header[role="banner"] .logo-se {
    width: 60px;
    padding-top: 50px; } }
.userpic {
  background-color: #fff;
  width: 175px;
  height: 175px;
  display: inline-block;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid #edbf36; }
  .userpic img {
    border-radius: 50%; }
  @media screen and (max-width: 1463px) {
    .userpic {
      width: 150px;
      height: 150px; } }
  @media screen and (max-width: 971px) {
    .userpic {
      width: 110px;
      height: 110px; } }

.share-bar {
  text-align: center;
  padding: 1.25em 0; }
  .share-bar h6 {
    margin-top: 0;
    text-transform: uppercase;
    display: inline-block; }
  .share-bar a {
    margin: 0 0.25em; }

body > .share-bar {
  background: url("../img/background-global.png") top left repeat; }

header .share-bar {
  position: absolute;
  left: 1.2em;
  font-size: 85%;
  color: #fff;
  top: 0; }
  header .share-bar a {
    color: #fff; }
    header .share-bar a:hover {
      color: #ff3600; }
  @media screen and (max-width: 767px) {
    header .share-bar {
      top: auto;
      bottom: 0;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0; } }

@media (min-width: 480px) {
  .share-bar a {
    font-size: 1.5em; } }
.dialog {
  display: none;
  background: #fff;
  border: 1px solid #d7d9db;
  position: absolute;
  padding: 1em;
  z-index: 100; }
  .dialog .close {
    float: right;
    margin: 0 0 0.5em 0.5em; }
    .dialog .close:hover {
      cursor: pointer; }

.dialog-print {
  width: 25%;
  min-width: 300px; }

.title-emphasis {
  color: #edbf36;
  text-shadow: 2px 2px 0 #3d414a, -1px -1px 0 #3d414a, 1px -1px 0 #3d414a, -1px 1px 0 #3d414a, 1px 1px 0 #3d414a; }

.title-decorative {
  display: block;
  font-family: "bello-pro", "Brush Script MT", "MarkerFelt-Wide", "Rockwell Extra Bold", "Rockwell Bold", Rockwell, Palatino, "Palatino Linotype", "Palatino LT STD", serif;
  font-size: 200%;
  text-transform: none;
  color: #30a2cc;
  text-shadow: 2px 2px 0 #3d414a, -1px -1px 0 #3d414a, 1px -1px 0 #3d414a, -1px 1px 0 #3d414a, 1px 1px 0 #3d414a; }

.widget-newsletter {
  background: #3d414a;
  color: #fff;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 2%;
  width: 100%;
  text-align: center; }
  .widget-newsletter .title-emphasis {
    color: #fff;
    font-family: "bello-pro", "Brush Script MT", "MarkerFelt-Wide", "Rockwell Extra Bold", "Rockwell Bold", Rockwell, Palatino, "Palatino Linotype", "Palatino LT STD", serif;
    font-size: 200%;
    margin-bottom: 0em; }
  .widget-newsletter .mc-field-group {
    display: none; }
  .widget-newsletter input {
    display: inline-block; }
  .widget-newsletter .text-input {
    width: 60%;
    margin-right: 6px; }
  @media (max-width: 479px) {
    .widget-newsletter {
      line-height: normal;
      padding: .75em 1em .75em 1em; }
      .widget-newsletter .title-emphasis {
        line-height: 1em;
        padding-bottom: .3em;
        padding-top: .3em; }
      .widget-newsletter .newsletter-blurb {
        padding-left: 1em;
        padding-right: 1em; }
      .widget-newsletter .text-input, .widget-newsletter input.btn {
        width: 100%;
        max-width: none; } }

.widget-popular {
  background: #fff;
  padding: 1.5em 2em 1.5em 2.25em;
  margin-bottom: 2em; }
  .widget-popular li {
    list-style-type: decimal;
    margin-bottom: 1em;
    font-weight: bold; }
  .widget-popular li a {
    color: #ff3600; }
  .widget-popular .title-emphasis {
    margin-bottom: 0.5em; }

.template-basic header[role="banner"] {
  text-align: center; }
  .template-basic header[role="banner"] .logo-se.logo-horizontal {
    position: relative;
    display: inline-block;
    margin: 0 auto; }
.template-basic .body-widget {
  max-width: 24em;
  padding: 2em;
  margin: 0 auto; }

.body-basic {
  background: #fff;
  padding: 2em 12%;
  margin-bottom: 3em; }
  .body-basic > img, .body-basic > p, .body-basic > h2, .body-basic > h3, .body-basic > h4, .body-basic > a, .body-basic > ul {
    max-width: 68%;
    margin: 0 auto 2em auto;
    display: block; }
  .body-basic ul {
    padding-left: 1em;
    margin-bottom: 1em;
    overflow: hidden; }
  .body-basic ul li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.5em; }
  .body-basic ul li:before {
    position: absolute;
    left: 0;
    top: auto;
    display: inline-block;
    padding-right: 0;
    color: #edbf36;
    font-size: 140%;
    line-height: 1em;
    content: "\2022"; }
  .body-basic.body-has-form {
    max-width: 38em;
    padding: 2em;
    margin: 0 auto 3em auto; }

.template-preview .entry-container, .template-preview .below-all-entries-inner {
  float: none;
  width: 82%;
  margin: 2em auto; }
  .template-preview .entry-container:last-child, .template-preview .below-all-entries-inner:last-child {
    margin-right: auto; }

.template-profile .author-description, .template-profile .header-basic p {
  text-align: left; }
.template-profile .title {
  text-align: center; }
.template-profile .author-byline {
  max-width: 60em;
  margin: 0 auto; }
  .template-profile .author-byline .userpic {
    width: 150px;
    height: 150px; }
.template-profile .author-byline .author-title:before {
  content: "";
  padding: 0; }

.alert {
  background: #f7e4ab;
  padding: 0.5em;
  font-weight: bold; }
  .alert.alert-error {
    background: #ff8666;
    color: #fff; }

.notification {
  color: #6b7282;
  line-height: 0.5em; }
  .notification .notification-price {
    font-size: 87.5%; }
  .notification .text-highlight {
    padding: 0px 6px 3px 6px;
    background-color: #faecc2;
    color: #3d414a;
    font-weight: bold; }
  .notification.notification-layout-inline .label-tertiary {
    margin-left: 0.25em; }
    .notification.notification-layout-inline .label-tertiary:before {
      margin-right: 0.5em;
      content: "\2022"; }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6; }

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #f5dd94;
  border: 2px solid #ff3600; }

.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  color: #ff3600;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }

.parsley-errors-list.filled {
  opacity: 1;
  margin-bottom: 1.25em;
  font-style: italic; }

header h1, h3 {
  text-align: center;
  margin: 0; }

header h1 {
  clear: both; }

header[role="banner"] {
  position: relative; }
  header[role="banner"] .header-wrapper {
    max-width: 91.5em;
    margin-left: auto;
    margin-right: auto; }
    header[role="banner"] .header-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 1463px) {
      header[role="banner"] .header-wrapper {
        margin-left: 2.34375%;
        margin-right: 2.34375%; } }
    @media screen and (max-width: 479px) {
      header[role="banner"] .header-wrapper {
        margin: 0;
        padding: 0 0.5em; } }

.header-global[role="banner"] {
  /* ----- NEW ----- */
  margin: 0 auto 3em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  /* --------------- */
  /* ----- NEW ----- */
  /* --------------- */
  /* ----- NEW ----- */
  /* --------------- */ }
  .header-global[role="banner"] *, .header-global[role="banner"] *:before, .header-global[role="banner"] *:after {
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit; }
  .header-global[role="banner"] .nav-global {
    -webkit-transition: all 0.3s, padding 1ms;
    -moz-transition: all 0.3s, padding 1ms;
    transition: all 0.3s, padding 1ms; }
  .header-global[role="banner"], .header-global[role="banner"] .header-wrapper {
    height: 70px;
    width: 100%; }
  .header-global[role="banner"] .header-wrapper {
    position: fixed;
    max-width: none;
    margin: 0 auto;
    background: #F2F1ED url("../img/background-global.png") top left repeat;
    z-index: 999999;
    padding: 0 2.34375%; }
    .header-global[role="banner"] .header-wrapper:before, .header-global[role="banner"] .header-wrapper:after {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      height: 2px;
      background-color: #30a2cc; }
    .header-global[role="banner"] .header-wrapper:before {
      left: 2.34375%;
      width: 2.7%;
      width: calc(7.7% - 60px); }
    .header-global[role="banner"] .header-wrapper:after {
      right: 2.34375%;
      width: 82.7%;
      width: calc(87.7% - 60px); }
  .header-global[role="banner"] .logo-se {
    position: absolute;
    left: 10%;
    top: 0;
    -webkit-transform: translate(-50%, 65%);
    -moz-transform: translate(-50%, 65%);
    -ms-transform: translate(-50%, 65%);
    -o-transform: translate(-50%, 65%);
    transform: translate(-50%, 65%);
    margin: 0;
    bottom: initial; }
  @media screen and (max-width: 767px) {
    .header-global[role="banner"] {
      /* ----- NEW ----- */
      position: static;
      margin-bottom: 0;
      /* --------------- */ }
      .header-global[role="banner"] .header-wrapper {
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        transition: transform 0.5s;
        left: 0;
        padding: 0 0 0 0.5em; }
        .header-global[role="banner"] .header-wrapper:after {
          display: none; }
        .header-global[role="banner"] .header-wrapper:before {
          display: block;
          top: 49%;
          right: 130px;
          left: 115px;
          right: calc(95px + 5.34375%);
          left: calc(80px + 5.34375%);
          width: auto; }
        .header-global[role="banner"] .header-wrapper .nav-global-wrapper {
          top: 69px; }
      .header-global[role="banner"] .logo-se {
        left: 5.34375%;
        -webkit-transform: translate(0, 18%);
        -moz-transform: translate(0, 18%);
        -ms-transform: translate(0, 18%);
        -o-transform: translate(0, 18%);
        transform: translate(0, 18%); } }
  @media screen and (max-width: 479px) {
    .header-global[role="banner"] {
      /* ----- NEW ----- */
      /* --------------- */ }
      .header-global[role="banner"] .header-wrapper:before {
        right: 115px;
        left: 100px;
        right: calc(95px + 5%);
        left: calc(80px + 5%); }
      .header-global[role="banner"] .logo-se {
        left: 5%; } }
  @media screen and (min-width: 768px) {
    .header-global[role="banner"] {
      /* ----- NEW ----- */
      /* --------------- */ }
      .header-global[role="banner"], .header-global[role="banner"] .header-wrapper {
        height: 90px; }
      .header-global[role="banner"] .header-wrapper {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        .header-global[role="banner"] .header-wrapper.d-sticky {
          top: 0;
          left: auto;
          height: 50px; }
          .header-global[role="banner"] .header-wrapper.d-sticky:before {
            left: -1%;
            width: 12%; }
          .header-global[role="banner"] .header-wrapper.d-sticky:after {
            right: -1%;
            width: 92%; }
          .header-global[role="banner"] .header-wrapper.d-sticky .logo-se {
            background-image: url(../ico/apple-touch-icon-76x76.png);
            width: 45px;
            padding-top: 40px;
            -webkit-transform: translate(-50%, 5%);
            -moz-transform: translate(-50%, 5%);
            -ms-transform: translate(-50%, 5%);
            -o-transform: translate(-50%, 5%);
            transform: translate(-50%, 5%); }
          .header-global[role="banner"] .header-wrapper.d-sticky .nav-global {
            bottom: 50%;
            -webkit-transform: translateY(50%);
            -moz-transform: translateY(50%);
            -ms-transform: translateY(50%);
            -o-transform: translateY(50%);
            transform: translateY(50%); } }
  @media screen and (min-width: 1464px) {
    .header-global[role="banner"] {
      margin: 0 auto 3.5em;
      /* ----- NEW ----- */
      /* --------------- */ }
      .header-global[role="banner"] .header-wrapper:before {
        left: 0;
        width: 4.5%;
        width: calc(10% - 77px); }
      .header-global[role="banner"] .header-wrapper:after {
        right: 0;
        width: 84.5%;
        width: calc(90% - 77px); }
      .header-global[role="banner"] .logo-se {
        -webkit-transform: translate(-50%, 33%);
        -moz-transform: translate(-50%, 33%);
        -ms-transform: translate(-50%, 33%);
        -o-transform: translate(-50%, 33%);
        transform: translate(-50%, 33%); } }

.header-landing {
  padding-top: 6em;
  padding-bottom: 5em;
  width: 100%;
  max-width: 1500px;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 2em;
  background-size: cover;
  position: relative; }
  .header-landing .intro {
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: 2em;
    margin: 2em auto 0 auto;
    max-width: 30em;
    font-size: 0.875em;
    position: relative; }
  .header-landing .lead-in {
    font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em; }
  .header-landing .nav-collection {
    position: absolute;
    right: 1.5em;
    top: 1.5em; }
  .header-landing h1 {
    font-size: 4em;
    padding: 0 0.25em;
    color: #fff;
    text-shadow: 2px 2px 0 #3d414a, -1px -1px 0 #3d414a, 1px -1px 0 #3d414a, -1px 1px 0 #3d414a, 1px 1px 0 #3d414a; }
    @media screen and (min-width: 972px) {
      .header-landing h1 {
        text-align: left;
        font-size: 6em; } }
    .header-landing h1 span {
      font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      text-transform: uppercase;
      display: block;
      font-weight: bold;
      font-size: 0.35em; }
  @media screen and (max-width: 767px) {
    .header-landing {
      padding-top: 3em; } }
  @media screen and (min-width: 768px) {
    .header-landing {
      min-height: 700px;
      height: 1000px; }
      .header-landing .intro {
        font-size: 100%;
        margin: 6em 0 0 2em; } }

.landing .header-landing {
  max-width: none; }

.header-section {
  position: relative;
  text-align: center;
  padding: 0 2em;
  margin: 2em 5%;
  position: relative; }
  .header-section .title {
    font-size: 2em;
    margin-bottom: 1em; }
    .header-section .title a {
      display: inline-block;
      padding: 0 0.25em 0.25em 0.25em;
      border-bottom: 2px solid #edbf36;
      color: #3d414a; }
      .header-section .title a:hover {
        color: #ff3600; }
    @media screen and (min-width: 972px) {
      .header-section .title {
        font-size: 2em; } }
  .header-section + .photo-background.header-collection {
    margin-top: 0; }

.header-collection {
  background-color: #d7d9db;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden; }
  @media screen and (max-width: 1463px) {
    .header-collection {
      margin-left: 2.34375%;
      margin-right: 2.34375%; } }
  .header-collection + .ad-wrapper, .header-collection ~ .navbar + .ad-wrapper, .header-collection ~ .nav-search + .ad-wrapper {
    margin-top: 3em; }
  .header-collection .nav-collection {
    position: absolute;
    z-index: 1;
    top: 0.5em;
    right: 0.5em; }

@media screen and (max-width: 971px) {
  .collection-title {
    font-size: 150%; } }

.collection-jump-to {
  margin: 0;
  font-weight: bold; }
  @media screen and (max-width: 479px) {
    .collection-jump-to {
      display: none; } }

.photo-background.header-collection {
  margin: 2em auto 0 auto;
  padding-top: 135px;
  position: relative;
  max-width: 1464px;
  text-align: center; }
  .photo-background.header-collection .wrapper {
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    background: rgba(240, 240, 240, 0.85);
    padding: 2em 1em !important;
    width: 90%;
    left: 5%;
    -webkit-box-shadow: inset 0px -10px 35px 1px rgba(61, 65, 74, 0.27);
    -moz-box-shadow: inset 0px -10px 35px 1px rgba(61, 65, 74, 0.27);
    box-shadow: inset 0px -10px 35px 1px rgba(61, 65, 74, 0.27); }
    @media screen and (min-width: 768px) {
      .photo-background.header-collection .wrapper {
        left: 27.5%;
        width: 45%; } }
.photo-background figure {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: #3d414a; }
  .photo-background figure img {
    width: 100%; }
  @media screen and (max-width: 479px) {
    .photo-background figure {
      width: 480px; } }
  @media screen and (min-width: 768px) {
    .photo-background figure {
      top: -100%; } }
.photo-background .wrapper {
  padding: 0 2em; }

.header-author-feature {
  color: #333; }

.header-author-feature h1 {
  text-shadow: none;
  color: #333; }

.header-basic {
  padding: 1em 0.5em 2em 0.5em;
  position: relative; }
  .header-basic .title-basic {
    font-size: 175%;
    text-transform: uppercase; }
  .header-basic .intro {
    padding: 0.5em 0 1em 0; }
  .header-basic p {
    text-align: center; }
  .header-basic .nav-collection {
    position: absolute;
    z-index: 1;
    top: 0.5em;
    right: 0.5em; }

.header-description {
  margin: 1em auto;
  padding: 1em; }

.header-cards {
  padding-top: 2em; }
  .header-cards .title-header {
    text-align: center;
    text-transform: uppercase; }
  .header-cards .header-description {
    font-size: 125%;
    text-align: center;
    padding: 0 2em; }
    .header-cards .header-description:before, .header-cards .header-description:after {
      display: block;
      content: " ";
      height: 2px;
      background-color: #edbf36;
      width: 50%;
      margin: 0 auto; }
    .header-cards .header-description:before {
      margin-bottom: 1em; }
    .header-cards .header-description:after {
      margin-top: 1em; }

.module {
  margin-bottom: 1em; }
  .module figure {
    display: block; }
  .module img {
    width: 100%;
    border: 0; }
  .module h1 {
    font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  .module h2 {
    font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  .module h3 {
    font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  .module h4 {
    font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  .module h5 {
    font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  .module h6 {
    font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  .module .metadata {
    font-size: 100%; }
    .module .metadata i {
      color: #81c7e1;
      font-size: 125%;
      margin-left: 0.25em;
      z-index: 100; }
      .module .metadata i:hover {
        color: #30a2cc;
        cursor: pointer; }
  .module time {
    font-size: 75%;
    display: block;
    text-transform: uppercase; }
  .module .title {
    font-size: 125%; }
  .module footer {
    margin-top: 1.25em;
    text-align: center; }

.module-wrapper {
  position: relative; }

.card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5em; }
  .card a:link, .card a:visited {
    color: #3d414a; }
  .card .title {
    text-transform: none;
    text-align: left;
    font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  .card .metadata {
    display: block;
    background: #fff;
    padding: 1em;
    color: #3d414a;
    min-height: 170px; }
    .card .metadata p {
      font-size: 82.5%;
      margin-top: 0.375em; }
  .card footer {
    margin-top: 0; }
  .card .author {
    font-size: 85%; }
  .card .thumb {
    width: 100%;
    border: 0; }
  @media screen and (min-width: 972px) {
    .card {
      min-height: 350px;
      height: 350px; }
      .card .module-wrapper {
        height: 100%; }
      .card .metadata {
        position: absolute;
        font-size: 100%;
        background: rgba(255, 255, 255, 0.8);
        bottom: 0;
        padding: 0.75em 1.25em;
        padding: 1.25em;
        width: 72%;
        min-height: 0;
        pointer-events: none;
        transition: background-color 0.3s ease; }
      .card:hover .metadata {
        background: rgba(255, 255, 255, 0.95); }
      .card figure {
        position: absolute;
        border: 0;
        width: 150%;
        top: 50%;
        left: -25%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

.block {
  margin: 0 2.5% 2em 2.5%;
  clear: both;
  background: url("../img/background-global.png") top left repeat; }
  @media screen and (min-width: 768px) {
    .block {
      margin: 0 2.5% 3em 2.5%; } }
  @media screen and (min-width: 1500px) {
    .block {
      margin: 0 0 3em 0; } }

.block-title {
  font-size: 150%; }

.block-description {
  text-align: center;
  max-width: 75%;
  margin: 0 auto; }

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

.more {
  text-align: center;
  padding-bottom: 1em; }
  .more .btn {
    width: 100%; }
    @media screen and (min-width: 480px) {
      .more .btn {
        width: 50%; } }
    @media screen and (min-width: 972px) {
      .more .btn {
        width: 30%; } }

.block-primary .block-title {
  margin-bottom: 1em; }
.block-primary .module {
  margin-bottom: 1em; }
  .block-primary .module a {
    color: #3d414a; }
    .block-primary .module a.btn {
      color: #ff3600; }
      .block-primary .module a.btn:hover {
        color: white; }
  .block-primary .module .title {
    text-transform: none; }
    @media screen and (min-width: 972px) {
      .block-primary .module .title {
        padding: 0; } }
  .block-primary .module .metadata {
    position: relative;
    min-height: 112px;
    background: white;
    text-align: center;
    padding: 1em 0.625em 1.5em; }
    @media screen and (min-width: 768px) {
      .block-primary .module .metadata {
        min-height: 140px; } }
    .block-primary .module .metadata .excerpt {
      margin: 1em 0 0; }
      @media screen and (max-width: 479px) {
        .block-primary .module .metadata .excerpt {
          display: none; } }
    .block-primary .module .metadata footer {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 1.5em; }
  .block-primary .module figure {
    border-top: 3px solid #30a2cc; }
  .block-primary .module.module-sponsored figure {
    border-color: #edbf36; }
  .block-primary .module .userpic {
    margin-top: -60px; }
.block-primary .author {
  font-size: 85%; }
.block-primary.block-has-author .metadata, .block-primary.block-has-kicker .metadata {
  min-height: 150px; }
  @media screen and (min-width: 768px) {
    .block-primary.block-has-author .metadata, .block-primary.block-has-kicker .metadata {
      min-height: 185px; } }
@media screen and (max-width: 767px) {
  .block-primary .module .title {
    font-size: 100%; } }
@media screen and (max-width: 479px) {
  .block-primary .block-title {
    font-size: 125%; }
  .block-primary .module .title {
    font-size: 90%; }
  .block-primary .module .metadata {
    padding: 0.5em; }
  .block-primary.block-has-kicker .metadata {
    min-height: 112px; } }

.block-picks .module figure, .block-products .module figure {
  border-top: 0; }

.block-photo-background .block-title {
  margin-bottom: 1em; }
.block-photo-background .module {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5em;
  min-height: 260px;
  height: 260px; }
  .block-photo-background .module a:link, .block-photo-background .module a:visited {
    color: #3d414a; }
  .block-photo-background .module .module-wrapper {
    height: 100%; }
  .block-photo-background .module.module-sponsored {
    border-top: 3px solid #edbf36; }
  .block-photo-background .module .metadata {
    position: absolute;
    display: block;
    padding: 0.5em;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0px -5px 12px 1px rgba(61, 65, 74, 0.16);
    -moz-box-shadow: inset 0px -5px 12px 1px rgba(61, 65, 74, 0.16);
    box-shadow: inset 0px -5px 12px 1px rgba(61, 65, 74, 0.16);
    font-size: 87.5%;
    color: #3d414a;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .block-photo-background .module .metadata {
        font-size: 100%;
        padding: 0.75em 1.25em; } }
  .block-photo-background .module footer {
    margin-top: 0; }
  .block-photo-background .module .author {
    font-size: 85%; }
  .block-photo-background .module figure {
    position: absolute;
    border: 0;
    width: 150%;
    top: 50%;
    left: -25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .block-photo-background .module .thumb {
    width: 100%;
    opacity: 0.85;
    border: 0;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
    .block-photo-background .module .thumb:hover {
      opacity: 1; }

.block-video .video-container {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .block-video .video-container {
      padding: 1em; } }
  @media screen and (min-width: 972px) {
    .block-video .video-container {
      max-width: 840px; } }

.message footer.footer, .message .affix-top {
  display: none; }

.block-message {
  text-align: center;
  padding-top: 20%; }

.block-attribution {
  font-size: 85%;
  color: #999;
  text-align: center;
  font-style: italic; }

.block-categories {
  padding-bottom: 2em; }
  .block-categories .module {
    border-radius: 50%;
    min-height: none;
    height: auto; }
  .block-categories .block-title {
    padding: 1em 0; }
  .block-categories .metadata {
    top: 45%;
    width: 100%; }
  .block-categories .userpic {
    display: block;
    margin: 0 auto; }
  .block-categories .category-title {
    color: #3d414a;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-size: 100%;
    margin: 1em 0; }
  .block-categories .module:hover .category-title {
    color: #ff3600; }

.block-products {
  border-bottom: 2px solid #cfcdcf; }
  .block-products .block-header {
    margin: 2em 0; }
  .block-products .products-footer {
    text-align: center;
    clear: left; }

.block-reversed {
  background: #3d414a;
  color: #fff; }
  .block-reversed .header-block .block-title {
    color: #fff;
    text-shadow: none; }
    @media screen and (min-width: 768px) {
      .block-reversed .header-block .block-title {
        text-align: left; } }
  .block-reversed .module .title {
    text-transform: none;
    color: #fff;
    font-size: 100%; }
    .block-reversed .module .title a {
      color: #fff; }

.block-related {
  background: #fff; }

.block-single {
  background: #fff;
  padding: 2em; }

.block-wrapper {
  max-width: 91.5em;
  margin-left: auto;
  margin-right: auto; }
  .block-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.modules-wrapper {
  max-width: 91.5em;
  margin-left: auto;
  margin-right: auto; }
  .modules-wrapper::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (max-width: 971px) {
  .block-has-nav .block-header {
    margin-bottom: 0; }
  .block-has-nav .nav-filters {
    width: 100%; }
  .block-has-nav .modules-wrapper {
    width: 100%;
    margin-top: 2em; }
  .block-has-nav .module {
    float: left;
    display: block;
    margin-right: 1.2345679012%;
    width: 32.5102880658%; }
    .block-has-nav .module:last-child {
      margin-right: 0; }
    .block-has-nav .module:nth-child(3n) {
      margin-right: 0; }
    .block-has-nav .module:nth-child(3n+1) {
      clear: left; } }
@media screen and (max-width: 767px) {
  .block-has-nav .nav-filters {
    width: 100%; }
  .block-has-nav .modules-wrapper {
    width: 100%; }
  .block-has-nav .module {
    float: left;
    display: block;
    margin-right: 2.5%;
    width: 48.75%; }
    .block-has-nav .module:nth-child(3n) {
      margin-right: 2.5%; }
    .block-has-nav .module:nth-child(3n+1) {
      clear: none; }
    .block-has-nav .module:last-child {
      margin-right: 0; }
    .block-has-nav .module:nth-child(2n) {
      margin-right: 0; }
    .block-has-nav .module:nth-child(2n+1) {
      clear: left; } }
@media (min-width: 972px) and (max-width: 1463px) {
  .block-has-nav .nav-filters {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 15.9836065574%; }
    .block-has-nav .nav-filters:last-child {
      margin-right: 0; }
  .block-has-nav .modules-wrapper {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 83.1967213115%; }
    .block-has-nav .modules-wrapper:last-child {
      margin-right: 0; }
  .block-has-nav .module {
    float: left;
    display: block;
    margin-right: 0.9852216749%;
    width: 32.6765188834%; }
    .block-has-nav .module:nth-child(2n) {
      margin-right: 0.8196721311%; }
    .block-has-nav .module:nth-child(2n+1) {
      clear: none; }
    .block-has-nav .module:last-child {
      margin-right: 0; }
    .block-has-nav .module:nth-child(3n) {
      margin-right: 0; }
    .block-has-nav .module:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 1464px) {
  .block-has-nav .nav-filters {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 10.3825136612%; }
    .block-has-nav .nav-filters:last-child {
      margin-right: 0; }
  .block-has-nav .modules-wrapper {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 88.7978142077%; }
    .block-has-nav .modules-wrapper:last-child {
      margin-right: 0; }
  .block-has-nav .module {
    float: left;
    display: block;
    margin-right: 0.9230769231%;
    width: 24.3076923077%; }
    .block-has-nav .module:nth-child(3n) {
      margin-right: 0.8196721311%; }
    .block-has-nav .module:nth-child(3n+1) {
      clear: none; }
    .block-has-nav .module:last-child {
      margin-right: 0; }
    .block-has-nav .module:nth-child(4n) {
      margin-right: 0; }
    .block-has-nav .module:nth-child(4n+1) {
      clear: left; } }

@media screen and (max-width: 971px) {
  .block-no-nav .module {
    float: left;
    display: block;
    margin-right: 1.2345679012%;
    width: 32.5102880658%; }
    .block-no-nav .module:last-child {
      margin-right: 0; }
    .block-no-nav .module:nth-child(3n) {
      margin-right: 0; }
    .block-no-nav .module:nth-child(3n+1) {
      clear: left; }
    .block-no-nav .module .userpic {
      margin-top: -45px; } }
@media screen and (max-width: 767px) {
  .block-no-nav .module {
    float: left;
    display: block;
    margin-right: 2.5%;
    width: 48.75%; }
    .block-no-nav .module:nth-child(3n) {
      margin-right: 2.5%; }
    .block-no-nav .module:nth-child(3n+1) {
      clear: none; }
    .block-no-nav .module:last-child {
      margin-right: 0; }
    .block-no-nav .module:nth-child(2n) {
      margin-right: 0; }
    .block-no-nav .module:nth-child(2n+1) {
      clear: left; }
    .block-no-nav .module .userpic {
      margin-top: -45px; } }
@media (min-width: 972px) and (max-width: 1463px) {
  .block-no-nav .module {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 32.7868852459%; }
    .block-no-nav .module:last-child {
      margin-right: 0; }
    .block-no-nav .module:nth-child(3n) {
      margin-right: 0; }
    .block-no-nav .module:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 1464px) {
  .block-no-nav .module {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 21.5846994536%; }
    .block-no-nav .module:last-child {
      margin-right: 0; }
    .block-no-nav .module:nth-child(4n) {
      margin-right: 0; }
    .block-no-nav .module:nth-child(4n+1) {
      clear: left; }
    .block-no-nav .module:first-child, .block-no-nav .module:nth-child(4n+1) {
      margin-left: 5.6010928962%; } }

.block-thumbnails .module {
  float: left;
  display: block;
  margin-right: 0.8196721311%;
  width: 15.9836065574%; }
  .block-thumbnails .module:last-child {
    margin-right: 0; }
  .block-thumbnails .module:nth-child(6n) {
    margin-right: 0; }
  .block-thumbnails .module:nth-child(6n+1) {
    clear: left; }
  @media screen and (max-width: 971px) {
    .block-thumbnails .module {
      float: left;
      display: block;
      margin-right: 1.2345679012%;
      width: 24.0740740741%; }
      .block-thumbnails .module:nth-child(6n) {
        margin-right: 1.2345679012%; }
      .block-thumbnails .module:nth-child(6n+1) {
        clear: none; }
      .block-thumbnails .module:last-child {
        margin-right: 0; }
      .block-thumbnails .module:nth-child(4n) {
        margin-right: 0; }
      .block-thumbnails .module:nth-child(4n+1) {
        clear: left; } }
  @media screen and (max-width: 767px) {
    .block-thumbnails .module {
      float: left;
      display: block;
      margin-right: 2.5%;
      width: 48.75%; }
      .block-thumbnails .module:nth-child(6n) {
        margin-right: 2.5%; }
      .block-thumbnails .module:nth-child(6n+1) {
        clear: none; }
      .block-thumbnails .module:last-child {
        margin-right: 0; }
      .block-thumbnails .module:nth-child(2n) {
        margin-right: 0; }
      .block-thumbnails .module:nth-child(2n+1) {
        clear: left; } }

@media screen and (max-width: 479px) {
  .block-square figure {
    width: 480px; } }
@media screen and (min-width: 480px) {
  .block-square .module {
    min-height: 200px;
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 49.5901639344%;
    margin-bottom: 1em; }
    .block-square .module:last-child {
      margin-right: 0; }
    .block-square .module:nth-child(2n) {
      margin-right: 0; }
    .block-square .module:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 768px) {
  .block-square .module {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 32.7868852459%; }
    .block-square .module:nth-child(2n) {
      margin-right: 0.8196721311%; }
    .block-square .module:nth-child(2n+1) {
      clear: none; }
    .block-square .module:last-child {
      margin-right: 0; }
    .block-square .module:nth-child(3n) {
      margin-right: 0; }
    .block-square .module:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 972px) {
  .block-square .module {
    min-height: 350px; } }
@media screen and (min-width: 1464px) {
  .block-square .module {
    min-height: 450px; } }

.block-layout-medium .block-title {
  margin-bottom: 1em; }
@media screen and (min-width: 480px) {
  .block-layout-medium .module {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 49.5901639344%;
    margin-bottom: 1em; }
    .block-layout-medium .module:last-child {
      margin-right: 0; }
    .block-layout-medium .module:nth-child(2n) {
      margin-right: 0; }
    .block-layout-medium .module:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 768px) {
  .block-layout-medium .module {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 32.7868852459%; }
    .block-layout-medium .module:nth-child(2n) {
      margin-right: 0.8196721311%; }
    .block-layout-medium .module:nth-child(2n+1) {
      clear: none; }
    .block-layout-medium .module:last-child {
      margin-right: 0; }
    .block-layout-medium .module:nth-child(3n) {
      margin-right: 0; }
    .block-layout-medium .module:nth-child(3n+1) {
      clear: left; } }

@media screen and (min-width: 480px) {
  .block-layout-four-two-one .module {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 49.5901639344%; }
    .block-layout-four-two-one .module:last-child {
      margin-right: 0; }
    .block-layout-four-two-one .module:nth-child(2n) {
      margin-right: 0; }
    .block-layout-four-two-one .module:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 1464px) {
  .block-layout-four-two-one .module {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 21.5846994536%; }
    .block-layout-four-two-one .module:last-child {
      margin-right: 0; }
    .block-layout-four-two-one .module:nth-child(2n) {
      margin-right: 0.8196721311%; }
    .block-layout-four-two-one .module:nth-child(2n+1) {
      clear: none; }
    .block-layout-four-two-one .module:nth-child(4n) {
      margin-right: 0; }
    .block-layout-four-two-one .module:nth-child(4n+1) {
      clear: left; }
    .block-layout-four-two-one .module:first-child, .block-layout-four-two-one .module:nth-child(4n+1) {
      margin-left: 5.6010928962%; } }

.block-intro-featured-two-items .module {
  float: left;
  display: block;
  margin-right: 0.8196721311%;
  width: 49.5901639344%; }
  .block-intro-featured-two-items .module:last-child {
    margin-right: 0; }
  .block-intro-featured-two-items .module:nth-child(2n) {
    margin-right: 0; }
  .block-intro-featured-two-items .module:nth-child(2n+1) {
    clear: left; }
.block-intro-featured-two-items .module.header-cards, .block-intro-featured-two-items .module:nth-child(2) {
  float: left;
  display: block;
  margin-right: 0.8196721311%;
  width: 100%; }
  .block-intro-featured-two-items .module.header-cards:last-child, .block-intro-featured-two-items .module:nth-child(2):last-child {
    margin-right: 0; }
@media screen and (min-width: 768px) {
  .block-intro-featured-two-items .module.header-cards {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 32.7868852459%; }
    .block-intro-featured-two-items .module.header-cards:last-child {
      margin-right: 0; }
  .block-intro-featured-two-items .module:nth-child(2) {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 66.393442623%;
    margin-right: 0;
    min-height: 500px; }
    .block-intro-featured-two-items .module:nth-child(2):last-child {
      margin-right: 0; }
    .block-intro-featured-two-items .module:nth-child(2) .metadata {
      width: 50%; } }

.block-wide .module .metadata {
  bottom: 0;
  left: 12.5%;
  width: 75%; }
@media screen and (max-width: 479px) {
  .block-wide figure {
    width: 480px;
    right: 0; } }
@media screen and (min-width: 768px) {
  .block-wide .module {
    height: 300px;
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 49.5901639344%;
    margin-bottom: 1em;
    margin-bottom: 1em; }
    .block-wide .module:last-child {
      margin-right: 0; }
    .block-wide .module:nth-child(2n) {
      margin-right: 0; }
    .block-wide .module:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 972px) {
  .block-wide figure {
    top: -50%; } }

@media screen and (max-width: 971px) {
  .block-has-featured .module {
    float: left;
    display: block;
    margin-right: 1.2345679012%;
    width: 32.5102880658%; }
    .block-has-featured .module:last-child {
      margin-right: 0; }
    .block-has-featured .module:nth-child(3n) {
      margin-right: 0; }
    .block-has-featured .module:nth-child(3n+1) {
      clear: left; } }
@media screen and (max-width: 767px) {
  .block-has-featured .module {
    float: left;
    display: block;
    margin-right: 2.5%;
    width: 48.75%; }
    .block-has-featured .module:nth-child(3n) {
      margin-right: 2.5%; }
    .block-has-featured .module:nth-child(3n+1) {
      clear: none; }
    .block-has-featured .module:last-child {
      margin-right: 0; }
    .block-has-featured .module:nth-child(2n) {
      margin-right: 0; }
    .block-has-featured .module:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 972px) {
  .block-has-featured .module:nth-child(3), .block-has-featured .module:nth-child(2) {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 32.7868852459%;
    margin: 0;
    margin-bottom: 1em; }
    .block-has-featured .module:nth-child(3):last-child, .block-has-featured .module:nth-child(2):last-child {
      margin-right: 0; } }
@media screen and (min-width: 972px) {
  .block-has-featured .module:nth-child(1) {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 66.393442623%;
    margin-bottom: 1em; }
    .block-has-featured .module:nth-child(1):last-child {
      margin-right: 0; } }
@media screen and (min-width: 972px) {
  .block-has-featured.block-featured-right .module:nth-child(3) {
    clear: left; } }
@media screen and (min-width: 972px) {
  .block-has-featured.block-featured-right .module:nth-child(1) {
    float: right;
    margin: 0; } }
@media screen and (min-width: 972px) {
  .block-has-featured.block-card-featured .module:nth-child(1) {
    height: 700px; } }
@media screen and (min-width: 972px) {
  .block-has-featured.block-card-featured .module:nth-child(2) {
    margin-bottom: 1em; } }

.block-thumbnails-and-title {
  max-width: 91.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em;
  margin-left: 2.5%;
  margin-right: 2.5%; }
  .block-thumbnails-and-title::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .block-thumbnails-and-title .block-wrapper {
      max-width: 80%;
      margin-left: 20%; } }
  @media screen and (min-width: 1500px) {
    .block-thumbnails-and-title {
      margin: 2em 0; } }
  .block-thumbnails-and-title .header-block .more {
    margin-top: 1em; }
  @media screen and (max-width: 767px) {
    .block-thumbnails-and-title .header-block .more {
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .block-thumbnails-and-title .header-block {
      padding: 1em 0 2em 0;
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .block-thumbnails-and-title .header-block {
      padding-top: 1em;
      padding-left: 0.2em;
      margin-right: 1.2em;
      max-width: 18%;
      float: left;
      display: inline-block; }
      .block-thumbnails-and-title .header-block .more {
        margin-top: 1.5em; }
        .block-thumbnails-and-title .header-block .more .btn {
          width: 100%; } }
  .block-thumbnails-and-title .module {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .block-thumbnails-and-title .module {
        float: left;
        display: block;
        margin-right: 2.5%;
        width: 48.75%; }
        .block-thumbnails-and-title .module:nth-child(3n) {
          margin-right: 2.5%; }
        .block-thumbnails-and-title .module:nth-child(3n+1) {
          clear: none; }
        .block-thumbnails-and-title .module:last-child {
          margin-right: 0; }
        .block-thumbnails-and-title .module:nth-child(2n) {
          margin-right: 0; }
        .block-thumbnails-and-title .module:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 768px) {
      .block-thumbnails-and-title .module {
        max-width: 23%;
        margin-right: 2%; } }
    @media screen and (min-width: 768px) {
      .block-thumbnails-and-title .module:last-child {
        margin-right: 0; } }
    .block-thumbnails-and-title .module figure {
      margin-bottom: 1em; }

.block-thumbnails-medium {
  padding: 1em 2em; }
  .block-thumbnails-medium .header-block {
    margin-bottom: 1.5em; }
  .block-thumbnails-medium .module {
    vertical-align: top;
    display: inline-block;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .block-thumbnails-medium .module {
        margin-bottom: 1em; }
        .block-thumbnails-medium .module::after {
          clear: both;
          content: "";
          display: table; } }
    @media screen and (min-width: 768px) {
      .block-thumbnails-medium .module figure {
        margin-bottom: 0.5em; } }
    @media screen and (min-width: 768px) {
      .block-thumbnails-medium .module {
        width: 32%;
        margin-right: 1.5%; }
        .block-thumbnails-medium .module:last-child {
          margin-right: 0; } }
  .block-thumbnails-medium .title {
    font-size: 100%;
    text-transform: none; }
    .block-thumbnails-medium .title a, .block-thumbnails-medium .title a:link {
      color: #3d414a; }
    .block-thumbnails-medium .title a:hover {
      color: #b32600; }
    @media screen and (max-width: 767px) {
      .block-thumbnails-medium .title {
        text-align: left; } }
  @media screen and (max-width: 767px) {
    .block-thumbnails-medium figure {
      float: left;
      width: 40%;
      margin-right: 5%; } }

.block-social .block-primary {
  max-width: 50%; }

.feed-instagram figure {
  vertical-align: top;
  max-width: 32%;
  margin-right: 1%;
  display: inline-block;
  padding-bottom: 1.5em; }

.feed-instagram figcaption {
  line-height: 1.5em; }

.block-single-column .module {
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .block-single-column .module {
      max-width: 50%; } }

.block-list .block-wrapper {
  background: #fff; }
  @media screen and (min-width: 972px) {
    .block-list .block-wrapper {
      padding: 2em 0; } }
.block-list.block-list-collections {
  margin-bottom: 0; }
.block-list .header-block, .block-list .footer-block {
  padding: 1em 0.5em 2em 0.5em; }
.block-list figure {
  float: right;
  width: 25%; }
.block-list .module {
  padding: 1em;
  border-bottom: 1px solid #d7d9db; }
  .block-list .module::after {
    clear: both;
    content: "";
    display: table; }
  .block-list .module a {
    color: #3d414a; }
    .block-list .module a:hover {
      color: #ff3600; }
  @media screen and (min-width: 972px) {
    .block-list .module {
      margin: 0 12%; } }
  .block-list .module footer {
    text-align: left;
    margin-top: 0; }
  .block-list .module.module-collection {
    border: 2px solid #30a2cc; }
    .block-list .module.module-collection .metadata {
      margin-right: 52%; }
    .block-list .module.module-collection figure {
      width: 50%;
      max-height: 200px;
      overflow: hidden; }
.block-list .metadata {
  margin-right: 27%;
  text-align: left; }
.block-list .comment .metadata {
  font-size: 100%;
  margin-right: 0; }
.block-list .title {
  text-transform: none;
  text-align: left; }
.block-list.block-no-thumb .metadata {
  margin-right: 0; }
.block-list.block-no-thumb .module-sponsored {
  padding: 0.3em 0; }
  @media screen and (max-width: 971px) {
    .block-list.block-no-thumb .module-sponsored:first-child {
      padding-top: 0.8em; } }
  .block-list.block-no-thumb .module-sponsored .module-sponsored-box {
    border: 3px solid #30a2cc;
    padding: 0.8em; }
    .block-list.block-no-thumb .module-sponsored .module-sponsored-box .sponsored-tag {
      margin: 0;
      font-weight: bold;
      font-size: 0.875em;
      text-transform: uppercase; }
@media screen and (max-width: 767px) {
  .block-list figure {
    max-width: 33%; }
  .block-list .excerpt {
    display: none; }
  .block-list .metadata {
    margin-right: 35%; }
  .block-list.block-no-thumb .excerpt {
    display: block; } }

.block-video .block-video-inner-wrap {
  position: relative;
  width: 100%; }
.block-video .video-small-inner-wrap, .block-video .video-large-inner-wrap {
  position: relative;
  margin-bottom: 2.5%;
  padding-bottom: 60%;
  height: 0; }
.block-video .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .block-video .video-thumb .title, .block-video .video-thumb .now-playing-overlay {
    font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: bold;
    font-size: 130%;
    color: #FFF; }
  .block-video .video-thumb .metadata {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    text-align: left; }
    .block-video .video-thumb .metadata .title {
      text-align: left;
      text-transform: none; }
    .block-video .video-thumb .metadata footer {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      padding: 10px;
      text-align: right; }
    .block-video .video-thumb .metadata .video-duration {
      display: inline-block;
      background-color: #3d414a;
      color: #FFF;
      padding: 1px 7px;
      font-weight: bold;
      font-size: 0.875em; }
  .block-video .video-thumb .video-thumb-link {
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    background: -webkit- linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 30%, transparent 70%, transparent 100%);
    background: -moz- linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 30%, transparent 70%, transparent 100%);
    background: -o- linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 30%, transparent 70%, transparent 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 30%, transparent 70%, transparent 100%); }
    .block-video .video-thumb .video-thumb-link ~ .now-playing-overlay {
      display: none;
      text-align: center;
      text-transform: uppercase; }
      .block-video .video-thumb .video-thumb-link ~ .now-playing-overlay p {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .block-video .video-thumb .video-thumb-link.now-playing ~ .now-playing-overlay {
      display: block; }
    .block-video .video-thumb .video-thumb-link.hidden {
      display: none; }
@media screen and (min-width: 600px) and (max-width: 1099px) {
  .block-video {
    margin-left: 1.8%;
    margin-right: 1.8%; } }
@media screen and (min-width: 600px) {
  .block-video {
    /*
    vptw
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 800px;
    */
    /*
    block-video (here)
    margin-left: auto;
    margin-right: auto;
    width: 96.4%;
    max-width: calc(1.4% + 800px);
    */ }
    .block-video .video-small-inner-wrap, .block-video .video-large-inner-wrap {
      float: left;
      padding: 0 0.7% 0;
      margin-bottom: 2%;
      width: 50%;
      height: auto; }
    .block-video .video-thumb {
      position: relative;
      height: 0;
      padding-bottom: 60%; }
    .block-video .video-thumb-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; } }
@media screen and (min-width: 768px) {
  .block-video .video-thumb-link:hover .play-button {
    -webkit-transform: scale(1.1) translate(-45%, -45%);
    -moz-transform: scale(1.1) translate(-45%, -45%);
    -ms-transform: scale(1.1) translate(-45%, -45%);
    -o-transform: scale(1.1) translate(-45%, -45%);
    transform: scale(1.1) translate(-45%, -45%); }
  .block-video .play-button:before {
    border-width: 3px; }
  .block-video .video-thumb .title, .block-video .video-thumb .now-playing-overlay {
    font-size: 145%; } }
@media screen and (min-width: 1100px) {
  .block-video .video-small-inner-wrap .play-button:before {
    border-width: 2px; }
  .block-video .block-video-inner-wrap {
    height: 0;
    padding-bottom: 30%; }
  .block-video .video-large-wrap, .block-video .video-small-wrap {
    position: absolute;
    top: 0;
    height: 100%; }
  .block-video .video-large-wrap {
    width: 46%;
    padding: 5px 0;
    right: 0; }
  .block-video .video-small-wrap {
    width: 54%; }
  .block-video.block-video-large-right .video-large-wrap {
    right: 0; }
  .block-video.block-video-large-left .video-large-wrap {
    left: 0; }
  .block-video.block-video-large-right .video-small-wrap {
    left: 0; }
  .block-video.block-video-large-left .video-small-wrap {
    right: 0; }
  .block-video .video-small-inner-wrap {
    float: left;
    width: 50%;
    height: 50%;
    margin: 0; }
  .block-video.block-video-large-right .video-small-inner-wrap {
    padding: 5px 10px 5px 0; }
  .block-video.block-video-large-left .video-small-inner-wrap {
    padding: 5px 0 5px 10px; }
  .block-video .video-large-inner-wrap {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0; }
  .block-video .video-thumb {
    position: relative;
    height: 100%;
    padding: 0; }
    .block-video .video-thumb .title, .block-video .video-thumb .now-playing-overlay {
      font-size: 130%; }
    .block-video .video-thumb.video-large-thumb .title, .block-video .video-thumb.video-large-thumb .now-playing-overlay {
      font-size: 175%; } }

.product {
  border: 2px solid transparent;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease; }
  .product:hover figure img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02); }
  .product:hover .card-flip-container .see-more {
    opacity: 1; }
  .product figure {
    cursor: pointer;
    overflow: hidden;
    position: relative; }
  .product .title-and-price {
    min-height: 80px; }
  .product .title {
    cursor: pointer;
    line-height: 100%;
    margin-bottom: 0.5em; }
    .product .title:hover, .product .title:hover i {
      color: #30a2cc; }
  .product:hover .card-flip-bg .metadata .title, .product:hover .card-flip-bg .metadata .title i {
    color: #30a2cc; }
  .product .product-blurb {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    cursor: pointer; }
  .product.show-blurb {
    display: inline-block;
    border-color: #edbf36; }
  .product .product-blurb-wrapper {
    display: inline-block;
    color: white;
    font-size: 0.875em;
    padding: 1.25em 1.5em;
    background: #3d414a; }
    .product .product-blurb-wrapper a {
      color: #edbf36; }
      .product .product-blurb-wrapper a:hover {
        color: #f1ce65; }
  .product .product-price {
    display: block;
    line-height: 1.25em;
    color: #6b7282; }
    .product .product-price.has-notification {
      display: inline-block;
      margin-right: 4px; }
  .product .metadata > span.offers {
    color: #6b7282; }
  .product span.price {
    font-weight: bold; }
  .product .btn {
    margin-top: 0.5em; }
  .product .notification-layout-block {
    display: block;
    margin-bottom: 0.5em;
    padding: 0 0.5em; }
    .product .notification-layout-block .label-tertiary {
      display: block; }
  @media screen and (max-width: 479px) {
    .product .product-blurb {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .product.show-blurb .product-blurb {
      background: rgba(61, 65, 74, 0.85);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1000;
      max-height: none;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .product.show-blurb .product-blurb:hover {
        cursor: pointer; }
    .product.show-blurb .product-blurb-wrapper {
      background: none;
      position: relative;
      padding-top: 3em; }
    .product .metadata {
      min-height: 140px; } }
  @media screen and (max-width: 767px) {
    .product .card-flip-container .see-more {
      display: none; } }
  @media screen and (min-width: 480px) {
    .product {
      /* CARD FLIPPING ANIMATION */ }
      .product .card-flip-bg {
        position: relative;
        background-color: #fff; }
        .product .card-flip-bg .metadata {
          background-color: transparent;
          cursor: pointer; }
      .product .card-flip-container .card-front {
        position: relative; }
      .product .card-flip-container .card-back {
        max-height: 0;
        overflow-y: scroll; }
      .product .card-flip-container.css3 {
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -o-perspective: 1000;
        perspective: 1000;
        width: 100%; }
        .product .card-flip-container.css3 .card-flipper {
          position: relative;
          padding-bottom: 100%;
          -moz-transform: perspective(1000px);
          -moz-transform-style: preserve-3d; }
        .product .card-flip-container.css3 .card-front, .product .card-flip-container.css3 .card-back {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -o-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          -o-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d;
          transform-style: preserve-3d;
          -webkit-transition: 0.6s;
          -moz-transition: 0.6s;
          transition: 0.6s; }
        .product .card-flip-container.css3 .card-back {
          max-height: none;
          overflow-y: hidden;
          -webkit-transform: rotateY(-180deg);
          -moz-transform: rotateY(-180deg);
          -ms-transform: rotateY(-180deg);
          -o-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }
          .product .card-flip-container.css3 .card-back .product-blurb-wrapper {
            display: block;
            height: 100%;
            overflow-y: scroll; }
        .product .card-flip-container.css3 .card-front {
          z-index: 2; }
      .product.show-blurb .card-flip-container .card-back {
        max-height: 300px; }
      .product.show-blurb .card-flip-container.css3 .card-back {
        max-height: none;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg); }
      .product.show-blurb .card-flip-container.css3 .card-front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg); } }
  @media screen and (min-width: 768px) {
    .product .card-flip-container .see-more {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 0 0.9em;
      height: 46px;
      border-radius: 23px;
      background-color: #BBBBBF;
      color: #fff;
      font-size: 1.2em;
      cursor: pointer;
      z-index: 9999;
      border: 2px solid #fff;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
      opacity: 0;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      transition-duration: 0.2s; }
      .product .card-flip-container .see-more p {
        margin: 0;
        line-height: 41px;
        white-space: nowrap; }
    .product .card-flip-container.css3 .see-more {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    .product.show-blurb .card-flip-container .see-more {
      opacity: 1; } }

.promo-single {
  padding: 0;
  margin-bottom: 2em; }
  .promo-single .title {
    padding: 0 1em;
    text-align: center;
    font-size: 175%;
    line-height: 112.5%;
    text-shadow: 2px 2px 0 #3d414a, -1px -1px 0 #3d414a, 1px -1px 0 #3d414a, -1px 1px 0 #3d414a, 1px 1px 0 #3d414a; }
    .promo-single .title span {
      display: block;
      font-style: normal;
      font-size: 150%;
      line-height: 125%; }
    .promo-single .title a {
      color: #fff;
      pointer-events: none; }
    @media screen and (min-width: 480px) {
      .promo-single .title {
        font-size: 200%; }
        .promo-single .title span {
          font-size: 175%; } }
    @media screen and (min-width: 972px) {
      .promo-single .title {
        font-size: 350%; } }
  .promo-single .module-wrapper {
    color: #fff;
    display: block;
    height: 100%; }
  .promo-single .module {
    position: relative;
    overflow: hidden;
    height: 450px; }
    @media screen and (min-width: 972px) {
      .promo-single .module {
        height: 540px; } }
  .promo-single figure {
    background-color: #3d414a;
    position: absolute;
    border: 0;
    top: 50%;
    width: 200%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 971px) {
      .promo-single figure {
        left: -50%; } }
    @media screen and (min-width: 972px) {
      .promo-single figure {
        width: 100%; } }
    .promo-single figure a {
      display: block; }
  .promo-single .metadata {
    position: relative;
    z-index: 10;
    height: 100%;
    pointer-events: none; }
  .promo-single footer {
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    text-align: center;
    padding: 0;
    pointer-events: none; }
  .promo-single .author {
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

#home .promo-single#featured {
  padding-top: 0; }

.promo-banner .wrapper {
  display: block;
  padding: 1em 1.5em;
  margin: 0 auto;
  width: 75%;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  color: #3d414a; }
  .promo-banner .wrapper:hover {
    cursor: pointer; }
.promo-banner .promo-title {
  font-family: "bello-pro", "Brush Script MT", "MarkerFelt-Wide", "Rockwell Extra Bold", "Rockwell Bold", Rockwell, Palatino, "Palatino Linotype", "Palatino LT STD", serif;
  font-weight: normal;
  text-align: left;
  font-size: 2.75em;
  line-height: 1.125em;
  color: #fff;
  text-shadow: 2px 2px 0 #3d414a, -1px -1px 0 #3d414a, 1px -1px 0 #3d414a, -1px 1px 0 #3d414a, 1px 1px 0 #3d414a; }
.promo-banner .promo-link {
  text-transform: uppercase;
  font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 600; }
@media screen and (min-width: 972px) {
  .promo-banner .promo-title {
    font-size: 4em; }
  .promo-banner .promo-description {
    font-size: 1.25em; } }

.promo-banner.promo-banner-large {
  height: 450px; }
  .promo-banner.promo-banner-large .wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(20px);
    margin: -30px; }
  @media screen and (min-width: 972px) {
    .promo-banner.promo-banner-large {
      height: 540px; }
      .promo-banner.promo-banner-large .wrapper {
        width: 50%;
        margin: 0 2em; } }

.promo-collection .block-primary {
  padding: 0;
  margin: 1em 0 0 0; }
  .promo-collection .block-primary .module {
    max-width: 48.5%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top; }
    .promo-collection .block-primary .module:nth-child(2n) {
      margin-right: 0; }
.promo-collection .promo-banner {
  min-height: 200px;
  height: 350px;
  text-align: center; }
@media screen and (min-width: 768px) {
  .promo-collection .promo-banner {
    min-height: 300px;
    height: 450px; } }
@media (min-width: 768px) and (max-width: 971px) {
  .promo-collection .block-primary .module {
    max-width: 24%;
    margin-right: 1%; }
    .promo-collection .block-primary .module:nth-child(2) {
      margin-right: 0.75%; }
    .promo-collection .block-primary .module:last-child {
      margin-right: 0; } }
@media screen and (min-width: 972px) {
  .promo-collection .promo-banner {
    float: left;
    text-align: left;
    width: 66%;
    min-height: 400px;
    height: 700px; }
    .promo-collection .promo-banner .promo-title {
      font-size: 6em; }
    .promo-collection .promo-banner .promo-description {
      font-size: 1.75em; }
  .promo-collection .block-primary {
    clear: none;
    margin-top: 0;
    max-width: 33%;
    margin-left: 67%; } }
@media screen and (min-width: 1464px) {
  .promo-collection {
    padding: 0; } }

.promo-top.food-lab {
  position: absolute;
  right: 5%;
  top: 0; }
  .promo-top.food-lab img {
    width: 113px !important;
    margin: 0 !important; }
  @media screen and (max-width: 971px) {
    .promo-top.food-lab img {
      width: 85px !important; } }

@media screen and (min-width: 480px) {
  .entry .promo-top.food-lab {
    right: -12%; } }
@media screen and (min-width: 1464px) {
  .entry .promo-top.food-lab {
    right: -18%; } }

.promo-entry-footer {
  max-width: 615px;
  display: block;
  margin: 0.5em auto; }
  .promo-entry-footer img {
    width: 100%; }
  .promo-entry-footer.food-lab {
    max-width: 629px; }

.promo-footer.responsive {
  position: relative;
  width: 100%;
  max-width: 704px;
  margin: 2em auto;
  background-color: #d7d9db;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast; }
  .promo-footer.responsive .promo-footer__link {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%; }
    @media screen and (min-width: 480px) {
      .promo-footer.responsive .promo-footer__link {
        min-height: 200px; }
        .promo-footer.responsive .promo-footer__link:hover .promo-footer__button {
          background-color: #ff3600;
          color: #FFF; } }
  .promo-footer.responsive .text-box {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 200px;
    width: 35%;
    max-width: 350px;
    min-width: 277px;
    padding: 20px 20px 12px;
    background-color: white;
    /* IE8- fallback */
    background-color: rgba(255, 255, 255, 0.9);
    /* major and IE9+ */
    text-align: center;
    color: #3D414A;
    font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    /* .text__leader {
      text-transform: uppercase;
    } */
    /* .text__follower {
      text-transform: uppercase;
    } */ }
    @media screen and (min-width: 480px) {
      .promo-footer.responsive .text-box.align-right {
        position: absolute;
        left: auto;
        right: 0; } }
    .promo-footer.responsive .text-box.no-blurb .stripes {
      position: relative;
      width: 100%;
      min-height: 121px;
      margin: 0 auto;
      padding: 10px 0;
      border-top: 1px solid #edbf36;
      border-bottom: 1px solid #edbf36;
      line-height: 2.11em;
      color: #3d414a; }
    .promo-footer.responsive .text-box.no-blurb .text__blurb {
      display: none; }
    .promo-footer.responsive .text-box.blurb {
      width: 45%;
      min-width: 315px; }
      .promo-footer.responsive .text-box.blurb .text__main {
        margin-top: 0.3em; }
      .promo-footer.responsive .text-box.blurb .text__blurb {
        max-width: 60%;
        position: absolute;
        bottom: 15px;
        left: 20px;
        margin-bottom: 0; }
      .promo-footer.responsive .text-box.blurb .promo-footer__button {
        position: absolute;
        right: 20px;
        bottom: 15px; }
    .promo-footer.responsive .text-box .stripes p {
      margin: 0; }
    .promo-footer.responsive .text-box .centering {
      position: relative; }
    .promo-footer.responsive .text-box .text__leader, .promo-footer.responsive .text-box .text__follower {
      text-transform: uppercase;
      line-height: 1.2em; }
    .promo-footer.responsive .text-box .text__main {
      font-family: "bello-pro", "Brush Script MT", "MarkerFelt-Wide", "Rockwell Extra Bold", "Rockwell Bold", Rockwell, Palatino, "Palatino Linotype", "Palatino LT STD", serif;
      font-size: 3em;
      font-weight: normal;
      line-height: 1em; }
    .promo-footer.responsive .text-box .text__blurb {
      font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      line-height: 1.2em;
      margin-top: 1em; }
    .promo-footer.responsive .text-box .promo-footer__button {
      font-size: 1.25em;
      padding: 6px 10px 5px;
      margin-top: 12px; }
  @media screen and (max-width: 479px) {
    .promo-footer.responsive {
      height: 0;
      padding-bottom: 100%; }
      .promo-footer.responsive .promo-footer__link {
        position: absolute;
        height: 100%;
        width: 100%; }
      .promo-footer.responsive .text-box, .promo-footer.responsive .text-box.blurb, .promo-footer.responsive .text-box.no-blurb {
        top: 4%;
        left: 4%;
        height: 92%;
        width: 92%;
        max-width: initial;
        min-width: initial; }
      .promo-footer.responsive .text-box .stripes {
        height: 73%;
        font-size: 1.2em; }
      .promo-footer.responsive .text-box .centering {
        margin: 0 auto;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .promo-footer.responsive .text-box .centering p {
          margin-top: 0.2em;
          margin-bottom: 0.2em; }
      .promo-footer.responsive .text-box.no-blurb .promo-footer__button {
        min-width: 35%;
        height: 42px;
        padding: 5px 10px;
        font-size: 1.5em;
        margin-top: 16px; } }
  .promo-footer.responsive.promo-sidebar .promo-footer__link {
    width: 100%;
    padding: 4%; }
  .promo-footer.responsive.promo-sidebar .text-box, .promo-footer.responsive.promo-sidebar .text-box.blurb, .promo-footer.responsive.promo-sidebar .text-box.no-blurb {
    height: 100%;
    width: 100%;
    max-width: initial;
    min-width: initial;
    padding: 14px 20px 15px; }
  .promo-footer.responsive.promo-sidebar .text-box .promo-sidebar__se-logo {
    height: 42px;
    width: 115px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat; }
  .promo-footer.responsive.promo-sidebar .text-box .stripes {
    height: 73%;
    font-size: 1.2em;
    margin-top: 6px; }
  .promo-footer.responsive.promo-sidebar .text-box .centering {
    margin: 0 auto;
    left: 0; }
    .promo-footer.responsive.promo-sidebar .text-box .centering p {
      margin-top: 0.2em;
      margin-bottom: 0.2em; }
    .promo-footer.responsive.promo-sidebar .text-box .centering p.text__follower {
      max-width: 300px;
      margin: 0 auto; }
  .promo-footer.responsive.promo-sidebar .text-box.no-blurb .promo-footer__button {
    min-width: 35%;
    padding: 7px 10px 5px;
    margin-top: 13px; }
  @media screen and (max-width: 360px) {
    .promo-footer.responsive .text-box .stripes {
      font-size: 1.05em; } }

.promo-product {
  max-width: 91.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em; }
  .promo-product::after {
    clear: both;
    content: "";
    display: table; }
  .promo-product .promo-title {
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
    color: #fff;
    text-shadow: 2px 2px 0 #3d414a, -1px -1px 0 #3d414a, 1px -1px 0 #3d414a, -1px 1px 0 #3d414a, 1px 1px 0 #3d414a; }
  .promo-product .promo-description {
    font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 125%;
    line-height: 125%; }
  .promo-product .photo-figure {
    left: -50%;
    top: 0;
    width: 400%; }
  .promo-product .product {
    position: relative;
    max-width: 300px;
    margin: 1em auto; }
    .promo-product .product .metadata {
      background: #fff;
      text-align: center; }
  .promo-product .block-header {
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 2em; }
    .promo-product .block-header .btn {
      margin: 0 0.25em 0.5em 0; }
  @media screen and (min-width: 480px) {
    .promo-product {
      padding: 3%; }
      .promo-product .block-header {
        float: left;
        display: block;
        margin-right: 0.8196721311%;
        width: 66.393442623%; }
        .promo-product .block-header:last-child {
          margin-right: 0; }
      .promo-product .product {
        max-width: none;
        margin: 0;
        float: left;
        display: block;
        margin-right: 0.8196721311%;
        width: 32.7868852459%;
        margin-right: 0; }
        .promo-product .product:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 972px) {
    .promo-product {
      padding: 3%; }
      .promo-product .block-header {
        text-align: left;
        float: left;
        display: block;
        margin-right: 0.8196721311%;
        width: 77.5956284153%; }
        .promo-product .block-header:last-child {
          margin-right: 0; }
      .promo-product .product {
        float: left;
        display: block;
        margin-right: 0.8196721311%;
        width: 21.5846994536%;
        margin-right: 0; }
        .promo-product .product:last-child {
          margin-right: 0; }
      .promo-product .promo-title {
        font-size: 275%;
        line-height: 1.5em; }
      .promo-product .promo-description {
        font-size: 200%; }
      .promo-product .photo-figure {
        left: 0;
        top: -50%; } }

.entry .content-main, .entry .below-all-entries {
  max-width: 91.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em; }
  .entry .content-main::after, .entry .below-all-entries::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1463px) {
    .entry .content-main, .entry .below-all-entries {
      margin-left: 2.34375%;
      margin-right: 2.34375%; } }
  @media screen and (max-width: 479px) {
    .entry .content-main, .entry .below-all-entries {
      margin: 0; } }
.entry.entry-sponsored .content-main, .entry.entry-sponsored .below-all-entries {
  margin-bottom: 2em; }
.entry.entry-sponsored .entry-body {
  margin-top: 1.5em;
  padding-top: 0; }

.entry-container article, .below-all-entries-inner article {
  background: #fff; }
.entry-container .recommend, .below-all-entries-inner .recommend {
  margin: 0 0 2em 0;
  background: #fff;
  padding: 1em 2em 2em 2em; }
.entry-container .note, .below-all-entries-inner .note {
  font-size: 87.5%;
  color: #999; }
.entry-container .block.block-related, .below-all-entries-inner .block.block-related {
  margin: 0 0 2em 0; }
.entry-container .promo-banner, .below-all-entries-inner .promo-banner {
  margin: 1em 5%; }
@media screen and (min-width: 972px) {
  .entry-container, .below-all-entries-inner {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 66.393442623%; }
    .entry-container:last-child, .below-all-entries-inner:last-child {
      margin-right: 0; }
    .entry-container article, .below-all-entries-inner article {
      padding: 1.6420% 1.6420% 0 1.6420%; }
    .entry-container .recommend, .below-all-entries-inner .recommend {
      padding: 1em 12% 2em 12%; }
    .entry-container .promo-banner, .below-all-entries-inner .promo-banner {
      margin: 1em 0; } }
@media screen and (min-width: 1464px) {
  .entry-container, .below-all-entries-inner {
    float: left;
    display: block;
    margin-right: 0.8196721311%;
    width: 77.5956284153%; }
    .entry-container:last-child, .below-all-entries-inner:last-child {
      margin-right: 0; } }

.sidebar {
  float: left;
  display: block;
  margin-right: 0.8196721311%;
  width: 32.7868852459%;
  margin-right: 0;
  display: none; }
  .sidebar:last-child {
    margin-right: 0; }
  @media screen and (min-width: 972px) {
    .sidebar {
      display: block; } }
  @media screen and (min-width: 1464px) {
    .sidebar {
      float: left;
      display: block;
      margin-right: 0.8196721311%;
      width: 21.5846994536%;
      margin-right: 0; }
      .sidebar:last-child {
        margin-right: 0; } }
  .sidebar .module, .sidebar .widget-popular {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
  .sidebar .sidebar-bng {
    height: 2000px; }
    .sidebar .sidebar-bng.sidebar-bng-last {
      height: 600px; }
    @media screen and (max-height: 750px) {
      .sidebar .sidebar-bng .module figure {
        height: 200px;
        overflow: hidden; }
        .sidebar .sidebar-bng .module figure img {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
    @media screen and (max-height: 700px) {
      .sidebar .sidebar-bng .module figure {
        height: 180px; }
      .sidebar .sidebar-bng .module .metadata {
        min-height: 0px; }
        .sidebar .sidebar-bng .module .metadata footer {
          display: none; } }
    @media screen and (max-height: 650px) {
      .sidebar .sidebar-bng .module figure {
        height: 150px; } }

.entry-header > * {
  padding: 0.25em 1em 0.25em 1em; }
.entry-header > figure {
  padding: 0; }

.entry-header h1 {
  text-shadow: none;
  color: #3d414a;
  font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 1.875em; }

.list-categories + .recipe-title {
  padding-top: 0.25em; }

.entry-body {
  padding: 5%;
  clear: right;
  position: relative;
  overflow: hidden; }
  .entry-body p:first-of-type {
    position: relative; }
  .entry-body > h2, .entry-body > h3, .entry-body > h4, .entry-body > h5, .entry-body > h6 {
    text-align: center;
    color: #30a2cc;
    text-transform: uppercase; }
  .entry-body > h2 {
    border-top: 1px solid #d7d9db; }
  .entry-body > ol, .entry-body > ul {
    padding-left: 2.5em; }
  .entry-body > ol li {
    list-style-type: decimal;
    margin-bottom: 0.5em; }
  .entry-body table {
    border-color: #fff;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    width: 95%;
    margin: 2em 3%; }
    @media screen and (max-width: 479px) {
      .entry-body table {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
        .entry-body table th, .entry-body table td {
          padding: 0.375em;
          font-size: 0.75em;
          /* -ms-word-break: break-all;
          word-break: break-all; */
          -webkit-hyphens: auto;
          -moz-hyphens: auto;
          -ms-hyphens: auto;
          hyphens: auto; } }
  .entry-body iframe {
    min-height: 376px;
    border: 0px none transparent; }
  .entry-body p > iframe {
    width: 100%; }
  .entry-body .ad-wrapper iframe {
    min-height: 0px; }
  .entry-body ul {
    padding-left: 1em;
    margin-bottom: 1em;
    overflow: hidden; }
  .entry-body ul li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.5em; }
  .entry-body ul li:before {
    position: absolute;
    left: 0;
    top: auto;
    display: inline-block;
    padding-right: 0;
    color: #edbf36;
    font-size: 140%;
    line-height: 1em;
    content: "\2022"; }
  .entry-body img, .entry-body .primary-video {
    display: block;
    height: auto; }
  .entry-body > img {
    margin: 2em auto; }
  .entry-body p img {
    margin-bottom: 1em;
    margin-top: 1em; }
  .entry-body p:first-of-type img {
    margin-top: 0; }
  .entry-body .se-pinit-image-container, .entry-body .entry-video-embed {
    margin: 1em auto; }
  .entry-body .photo-with-caption {
    float: right;
    margin: 0 1em 1em 1em; }
    .entry-body .photo-with-caption .caption {
      margin-top: 0; }
  .entry-body .image-float-left, .entry-body .image-float-right {
    width: 30%;
    max-width: 250px;
    margin-top: 0.2em;
    margin-bottom: 0.75em;
    font-size: 100%; }
    .entry-body .image-float-left img, .entry-body .image-float-right img {
      margin: 0 0 0.5em 0;
      width: 100%;
      height: auto; }
  .entry-body .image-float-left {
    float: left;
    margin-right: 1.5em; }
  .entry-body .image-float-right {
    float: right;
    margin-left: 1.5em; }
  @media screen and (max-width: 767px) {
    .entry-body .image-float-left, .entry-body .image-float-right {
      width: 34%; }
    .entry-body .image-float-left {
      margin-right: 1.3em; }
    .entry-body .image-float-right {
      margin-left: 1.3em; } }
  @media screen and (max-width: 479px) {
    .entry-body .image-float-left, .entry-body .image-float-right {
      width: 44%; }
    .entry-body .image-float-left {
      margin-right: 1em; }
    .entry-body .image-float-right {
      margin-left: 1em; } }
  .entry-body blockquote {
    color: #999;
    font-style: italic; }
    .entry-body blockquote.pullquote {
      padding: 1em 0 0.875em 0;
      color: #3d414a;
      font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-style: italic;
      font-size: 1.75em;
      line-height: 1.25em;
      border-left: 0;
      border-top: 2px solid #edbf36;
      border-bottom: 2px solid #edbf36; }
  .entry-body .videoEmbed {
    max-width: 610px;
    display: block;
    margin: 1em auto; }
  .entry-body a[href^="#toc"] {
    text-align: center;
    font-size: 75%;
    text-transform: uppercase;
    float: right;
    padding: 1em; }

@media screen and (min-width: 480px) {
  .entry-body {
    padding: 0; }
    .entry-body p img {
      max-width: none;
      width: 124%;
      margin-left: -12%; }
      .entry-body p img.photo-right {
        float: right;
        min-height: none;
        max-width: 150px;
        margin-left: 1em; }
    .entry-body p.caption {
      margin-left: 3%; }
    .entry-body > p, .entry-body > ol, .entry-body > ul {
      margin: auto 12% 1em 12%;
      font-size: 1.125em; }
    .entry-body > .se-pinit-image-container, .entry-body > .entry-video-embed {
      margin: auto 3% 1em; }
    .entry-body > h2, .entry-body > h3, .entry-body > h4, .entry-body > h5, .entry-body > h6 {
      clear: both;
      padding: 0 18% 0.5em 18%; }
    .entry-body p + h2, .entry-body ol + h2, .entry-body ul + h2 {
      margin-top: 2em; }
    .entry-body p + h2, .entry-body p + h3, .entry-body p + h4, .entry-body p + h5, .entry-body p + h6, .entry-body ul + h2, .entry-body ul + h3, .entry-body ul + h4, .entry-body ul + h5, .entry-body ul + h6, .entry-body ol + h2, .entry-body ol + h3, .entry-body ol + h4, .entry-body ol + h5, .entry-body ol + h6 {
      padding-top: 1em; }
    .entry-body h3 + h4 {
      margin-top: 0;
      border-top: 0; }
    .entry-body blockquote.pullquote {
      margin: auto 12% 1em 12%; }

  .affiliate-widget + h2, .affiliate-widget + h3, .affiliate-widget + h4, .affiliate-widget + h5, .affiliate-widget + h6 {
    margin-top: 2em;
    padding-top: 1em; } }
@media screen and (min-width: 768px) {
  .entry-header h1 {
    font-size: 2.5em;
    padding: 0.25em 0 0.25em 0; }

  .entry-body blockquote {
    margin: 0 18% 1em 24%;
    font-size: 1.125em; }
    .entry-body blockquote.pullquote {
      width: 30%;
      float: left;
      margin: 0.35em 1em 1em 2.5em; } }
@media screen and (min-width: 1464px) {
  .entry-body > p, .entry-body > ol, .entry-body > ul {
    margin: auto 18% 1em 18%;
    font-size: 1.25em; }
  .entry-body > .se-pinit-image-container, .entry-body > .entry-video-embed {
    margin: auto 4% 1em; }
  .entry-body > .se-pinit-image-container img {
    margin-bottom: 2em;
    margin-top: 2em; }
  .entry-body p img {
    width: 145.3%;
    margin-left: -22%;
    margin-bottom: 2em;
    margin-top: 2em; }
  .entry-body p.caption {
    margin: -1.5em 0 1em 4%; }
  .entry-body .primary-video {
    height: 574px;
    width: 1020px;
    margin-left: -22%;
    margin-bottom: 2em;
    margin-top: 2em; } }
.mode-legacy .entry-body p img, .mode-legacy .entry-body > img {
  margin: 2em auto;
  max-width: 600px;
  width: 100%;
  min-height: 0; }
  .mode-legacy .entry-body p img.photo-right, .mode-legacy .entry-body > img.photo-right {
    float: right;
    max-width: none;
    width: 30%;
    margin-left: 1em; }
.mode-legacy .entry-body p.caption {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .mode-legacy .entry-body p.caption {
      margin: auto 12% 1em 12%; } }
  @media screen and (min-width: 1464px) {
    .mode-legacy .entry-body p.caption {
      margin: auto 18% 1em 18%; } }

.index-block {
  clear: both;
  border: 2px solid #edbf36;
  padding: 5%; }
  .index-block ul {
    margin-bottom: 1.5em; }
  .index-block tr:last-child td {
    border-bottom: 0; }
  .index-block td, .index-block th {
    vertical-align: top;
    padding: 0.5em 1em 0.25em 1em; }
  .index-block .index-title, .index-block p {
    text-align: center; }
  .index-block a:link {
    color: #3d414a; }
  .index-block a:hover {
    color: #ff3600; }

em .index-title {
  font-style: normal;
  font-size: 150%; }

.index-list {
  margin: 0 !important; }
  .index-list h3 {
    text-align: left;
    font-size: 1.25em;
    margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .index-list ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; }
      .index-list ul li {
        padding-left: 1.25em; } }

@media screen and (min-width: 768px) {
  .index-block {
    margin: 2em; }

  em .index-title {
    font-size: 200%; } }
.entry-footer {
  clear: both; }
  .entry-footer .publish-date {
    text-align: center;
    display: block;
    padding-bottom: 1em;
    font-size: 0.875em;
    color: #999; }

.label-column {
  text-align: center;
  padding-bottom: 0; }
  .label-column .column-name {
    text-transform: uppercase;
    padding-right: 0.75em; }
  .label-column .column-name, .label-column .column-tagline {
    display: inline; }
  .label-column .column-tagline:before {
    content: "/";
    padding-right: 0.75em; }
  .label-column + .author-byline {
    padding-top: 0.25em; }

.author-byline {
  font-size: 0.875em; }
  .author-byline .author-name {
    display: inline-block;
    text-transform: uppercase; }
    .author-byline .author-name a {
      color: #3d414a; }
  .author-byline .author-title {
    text-transform: uppercase; }
    .author-byline .author-title:before {
      padding: 0 0.5em;
      content: "•"; }
  .author-byline .userpic {
    float: left;
    margin: 0 1em 1em 0;
    width: 75px;
    height: 75px; }
  .author-byline.brief {
    text-align: center; }
  .author-byline.full {
    border-top: 1px solid #d7d9db;
    border-bottom: 1px solid #d7d9db;
    padding: 1em 5%; }
    .author-byline.full::after {
      clear: both;
      content: "";
      display: table; }

@media screen and (min-width: 480px) {
  .author-byline.brief {
    margin: 0 12%; }
    .author-byline.brief .author-links {
      display: inline-block; }
    .author-byline.brief .author-links:before {
      padding: 0 0.5em;
      content: "•"; }

  .author-byline.full {
    padding: 1em 12%; } }
@media screen and (min-width: 1464px) {
  .author-byline.brief {
    margin: 0 18%; }

  .author-byline.full {
    padding: 1em 18%; } }
.author-links {
  text-transform: uppercase; }
  .author-links li {
    display: inline-block;
    padding: 0 0.25em 0 0.25em; }
    .author-links li:after {
      padding: 0 0 0 0.5em;
      content: "/"; }
    .author-links li:last-child:after {
      content: ""; }

.entry-tags {
  text-align: center;
  padding: 1em; }
  .entry-tags li {
    display: inline-block;
    font-size: 0.857em; }
    .entry-tags li:after {
      content: ","; }
    .entry-tags li:last-child:after {
      content: ""; }

.affiliate-widget {
  clear: both;
  border-top: 1px solid #d7d9db;
  padding: 1em 0 0 0; }
  .affiliate-widget::after {
    clear: both;
    content: "";
    display: table; }
  .affiliate-widget figure {
    float: left;
    width: 23%;
    margin-right: 2%; }
  .affiliate-widget img {
    width: auto;
    max-width: 100%;
    max-height: 125px;
    margin: 0 auto; }
  .affiliate-widget .metadata, .affiliate-widget .title {
    text-align: left; }
  .affiliate-widget .metadata {
    margin-left: 25%; }
  .affiliate-widget .product {
    clear: left;
    margin-bottom: 0; }
    .affiliate-widget .product .title {
      text-transform: none;
      font-size: 1em; }
      .affiliate-widget .product .title a {
        color: #3d414a; }
    .affiliate-widget .product::after {
      clear: both;
      content: "";
      display: table; }
  @media screen and (max-width: 767px) {
    .affiliate-widget span.offers {
      display: block; } }
  .affiliate-widget .notification-layout-block {
    display: inline-block;
    margin-top: 0.5em; }
    .affiliate-widget .notification-layout-block .label-tertiary {
      display: block;
      margin-left: 3em; }
  .affiliate-widget .notification-layout-inline {
    display: inline-block;
    line-height: 1.5em; }
    .affiliate-widget .notification-layout-inline .label-tertiary {
      display: inline-block; }
      @media screen and (max-width: 479px) {
        .affiliate-widget .notification-layout-inline .label-tertiary {
          display: block;
          margin-left: 0; }
          .affiliate-widget .notification-layout-inline .label-tertiary:before {
            content: ""; } }
  .affiliate-widget.inline {
    border-top: 0;
    font-size: 0.875em; }
    .affiliate-widget.inline .metadata, .affiliate-widget.inline .title {
      text-align: center; }
  .affiliate-widget.no-image {
    position: relative;
    font-size: 1em; }
    .affiliate-widget.no-image .metadata {
      margin-left: 2.5%;
      margin-right: 2.5%; }
  .affiliate-widget.multiple {
    border-top: 0;
    padding: 0; }
    .affiliate-widget.multiple .product {
      padding: 1em;
      border-top: 1px solid #d7d9db; }
    .affiliate-widget.multiple .metadata {
      margin-left: 25%; }
  .affiliate-widget .item h5 {
    margin-bottom: 0.5em;
    font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 100%; }
    .affiliate-widget .item h5 a:link {
      color: #3d414a; }
  .affiliate-widget .item .support {
    margin-top: 0.5em;
    color: #999;
    font-size: 75%; }

@media screen and (min-width: 480px) {
  .affiliate-widget .notification-layout-block {
    margin-left: 0; }
  .affiliate-widget.inline {
    float: left;
    width: 25%;
    margin-right: 3%; }
  .affiliate-widget.multiple {
    float: none;
    border-top: 1px solid #d7d9db; }
    .affiliate-widget.multiple .metadata, .affiliate-widget.multiple .title {
      text-align: center; }
    .affiliate-widget.multiple .metadata {
      margin-left: 0; }
    .affiliate-widget.multiple img {
      max-width: 220px;
      max-height: 180px;
      height: auto;
      width: auto; }
    .affiliate-widget.multiple .product {
      display: inline-block;
      vertical-align: top;
      padding: 1em 1em 0 1em;
      margin: 0 1.5% 1.5em 0;
      border-top: 0;
      width: 48.5%; }
      .affiliate-widget.multiple .product:nth-child(2n) {
        margin-right: 0; }
      .affiliate-widget.multiple .product figure {
        min-height: 175px;
        float: none;
        padding-bottom: 0.5em;
        width: 100%;
        margin-right: 0; }
        .affiliate-widget.multiple .product figure img {
          margin: 0 auto;
          display: block; } }
@media screen and (min-width: 972px) {
  .affiliate-widget .notification-layout-block {
    line-height: 0;
    vertical-align: middle;
    margin-left: 0.25em; }
    .affiliate-widget .notification-layout-block .label-tertiary {
      margin-top: 1em; }
  .affiliate-widget .notification-layout-inline {
    margin-left: 0.375em;
    display: inline; } }
@media screen and (min-width: 480px) {
  .entry-body .affiliate-widget {
    margin: 1em 12%; }
    .entry-body .affiliate-widget.inline {
      margin: 0; } }
@media screen and (min-width: 1464px) {
  .entry-body .affiliate-widget {
    margin: 1em 18%; }
    .entry-body .affiliate-widget.inline {
      margin: 0; } }

.callout, .breakoutbox {
  padding: 1.25em;
  margin: 1.25em 0;
  border-top: 2px solid #edbf36;
  border-bottom: 2px solid #edbf36;
  clear: left; }
  .callout + .callout, .callout + .breakoutbox, .breakoutbox + .callout, .breakoutbox + .breakoutbox {
    border-top: 0;
    padding-top: 0 !important;
    margin-top: 0 !important; }
  .callout .callout-link, .breakoutbox .callout-link {
    font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 0.875em; }
  .callout a, .breakoutbox a {
    font-weight: 600; }
  .callout h4, .callout .callout-title, .breakoutbox h4, .breakoutbox .callout-title {
    color: #30a2cc;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 0.25em; }
  .callout ul, .breakoutbox ul {
    padding-left: 0; }
  .callout ul li, .breakoutbox ul li {
    padding-left: 1.2em;
    margin-bottom: 0.5em; }
  .callout .info, .breakoutbox .info {
    display: block;
    margin-bottom: 0.75em; }

.callout-title .icon-wrapper {
  display: inline;
  font-size: 0.75em;
  margin-left: -0.2em; }

.callout + .breakoutbox {
  clear: both; }

@media screen and (min-width: 480px) {
  .entry-body .callout, .entry-body .breakoutbox, .recipe-introduction-body .callout, .recipe-introduction-body .breakoutbox {
    margin: 1em 12%; } }
@media screen and (min-width: 972px) {
  .entry-body .callout, .entry-body .breakoutbox, .recipe-introduction-body .callout, .recipe-introduction-body .breakoutbox {
    background: transparent;
    float: left;
    width: 23%;
    padding: 1em 0 1.25em 0;
    margin: 0.5em 1.5em 1em 4%;
    border-bottom: 0; } }
.entry-body .callout.callout-bottom, .recipe-introduction-body .callout.callout-bottom {
  width: auto;
  padding: 1em 0 0.2em;
  border-bottom: 2px solid #edbf36;
  float: none; }
  .entry-body .callout.callout-bottom .callout-title, .recipe-introduction-body .callout.callout-bottom .callout-title {
    font-size: 1.2em; }
  .entry-body .callout.callout-bottom ul, .recipe-introduction-body .callout.callout-bottom ul {
    padding: 0;
    margin: 0; }
  .entry-body .callout.callout-bottom li, .recipe-introduction-body .callout.callout-bottom li {
    padding: 0;
    margin: 1.2em auto;
    text-indent: 0; }
    .entry-body .callout.callout-bottom li:before, .recipe-introduction-body .callout.callout-bottom li:before {
      content: none; }
  .entry-body .callout.callout-bottom .callout-recipe-link, .recipe-introduction-body .callout.callout-bottom .callout-recipe-link {
    position: relative;
    display: block;
    font-size: 1em; }
    .entry-body .callout.callout-bottom .callout-recipe-link p, .entry-body .callout.callout-bottom .callout-recipe-link span, .recipe-introduction-body .callout.callout-bottom .callout-recipe-link p, .recipe-introduction-body .callout.callout-bottom .callout-recipe-link span {
      margin-left: 38%;
      line-height: 1.25; }
    .entry-body .callout.callout-bottom .callout-recipe-link p, .recipe-introduction-body .callout.callout-bottom .callout-recipe-link p {
      margin-bottom: 0.5em;
      color: #3d414a; }
    .entry-body .callout.callout-bottom .callout-recipe-link span, .recipe-introduction-body .callout.callout-bottom .callout-recipe-link span {
      display: block; }
  .entry-body .callout.callout-bottom .callout-recipe-thumb, .recipe-introduction-body .callout.callout-bottom .callout-recipe-thumb {
    float: left;
    width: 35%;
    height: 0;
    padding-bottom: 30%; }
  @media screen and (min-width: 480px) {
    .entry-body .callout.callout-bottom, .recipe-introduction-body .callout.callout-bottom {
      margin: 2em 3%; }
      .entry-body .callout.callout-bottom .callout-title, .recipe-introduction-body .callout.callout-bottom .callout-title {
        font-size: 1.4em; }
      .entry-body .callout.callout-bottom .callout-recipe-link, .recipe-introduction-body .callout.callout-bottom .callout-recipe-link {
        font-size: 1.125em; } }
  @media screen and (min-width: 768px) {
    .entry-body .callout.callout-bottom .callout-recipe-link p, .entry-body .callout.callout-bottom .callout-recipe-link span, .recipe-introduction-body .callout.callout-bottom .callout-recipe-link p, .recipe-introduction-body .callout.callout-bottom .callout-recipe-link span {
      margin-left: 9em; }
    .entry-body .callout.callout-bottom .callout-recipe-thumb, .recipe-introduction-body .callout.callout-bottom .callout-recipe-thumb {
      width: 8.5em;
      height: 7.4em;
      padding: 0; } }
  @media screen and (min-width: 1124px) {
    .entry-body .callout.callout-bottom, .recipe-introduction-body .callout.callout-bottom {
      padding-bottom: 0.7em; }
      .entry-body .callout.callout-bottom .callout-recipe-link p, .entry-body .callout.callout-bottom .callout-recipe-link span, .recipe-introduction-body .callout.callout-bottom .callout-recipe-link p, .recipe-introduction-body .callout.callout-bottom .callout-recipe-link span {
        margin-left: 7.9em; }
      .entry-body .callout.callout-bottom .callout-recipe-thumb, .recipe-introduction-body .callout.callout-bottom .callout-recipe-thumb {
        width: 7.4em; }
      .entry-body .callout.callout-bottom.callout-recipe-three-plus li, .recipe-introduction-body .callout.callout-bottom.callout-recipe-three-plus li {
        float: left;
        width: 50%;
        padding-right: 1em;
        margin: 0.8em auto; } }
  @media screen and (min-width: 1464px) {
    .entry-body .callout.callout-bottom, .recipe-introduction-body .callout.callout-bottom {
      margin-left: 4%;
      margin-right: 4%; }
      .entry-body .callout.callout-bottom .callout-recipe-link p, .entry-body .callout.callout-bottom .callout-recipe-link span, .recipe-introduction-body .callout.callout-bottom .callout-recipe-link p, .recipe-introduction-body .callout.callout-bottom .callout-recipe-link span {
        margin-left: 9em; }
      .entry-body .callout.callout-bottom .callout-recipe-thumb, .recipe-introduction-body .callout.callout-bottom .callout-recipe-thumb {
        width: 8.5em; } }

.vcard.hidden-vcard {
  display: none !important; }
.vcard.vcard-first {
  padding-top: 1em;
  margin-top: 2em;
  margin-bottom: 1em;
  border-top: 2px solid #d7d9db; }
.vcard .wrapper-venue-title {
  display: none; }
.vcard.vcard-first .wrapper-venue-title {
  display: block; }
.vcard .fn {
  font-weight: 600;
  font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  display: inline-block; }
  .vcard .fn a {
    color: #3d414a; }
.vcard .label-multiple {
  display: inline-block;
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 1px 8px;
  background: #f5f5f5;
  color: #777;
  border-radius: 4px;
  margin-left: 8px; }
.vcard .venue-type li {
  display: inline-block;
  font-size: 75%;
  text-transform: uppercase; }
  .vcard .venue-type li:after {
    content: ","; }
  .vcard .venue-type li:last-child:after {
    content: ""; }
.vcard .wrapper-adr-links {
  padding: 0.5em 1.25em 1em 1.25em;
  border-bottom: 1px solid #d7d9db; }
  .vcard .wrapper-adr-links::after {
    clear: both;
    content: "";
    display: table; }
.vcard .tel, .vcard .adr {
  display: block;
  color: #999; }
.vcard .adr {
  float: left;
  width: 70%; }
  .vcard .adr a:link {
    color: #999; }
  .vcard .adr a:hover {
    color: #ff3600; }
.vcard .street-address {
  font-weight: 600; }
.vcard .price {
  color: green;
  margin-left: 8px; }
.vcard .url {
  display: inline-block;
  margin-left: 8px; }
.vcard .external-links-list {
  display: block;
  float: left;
  width: 30%; }
.vcard .link-external {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 12%;
  font-weight: 600;
  font-size: 0.75em;
  padding-left: 0;
  margin-bottom: 0; }
  .vcard .link-external:before {
    content: "" !important; }
  .vcard .link-external a, .vcard .link-external a:link, .vcard .link-external a:visited {
    color: #777f8f;
    cursor: pointer; }
  .vcard .link-external a:hover {
    color: #3d414a; }

.entry-body .vcard.vcard-first + * {
  margin-top: 2em; }

.vcard.vcard-first + .vcard {
  margin-top: 0;
  margin-bottom: 0; }
  .vcard.vcard-first + .vcard .wrapper-adr-links {
    border-bottom: 0; }

.vcard.inline {
  position: relative;
  padding: 1em 4.5em 1em 1em;
  margin-top: 2em;
  margin-bottom: 1em;
  border-top: 2px solid #d7d9db;
  border-bottom: 1px solid #d7d9db; }
  .vcard.inline .fn {
    display: block; }
  .vcard.inline p.adr {
    float: none;
    width: auto; }
  .vcard.inline .map-link, .vcard.inline .url {
    width: auto;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold; }
    .vcard.inline .map-link a, .vcard.inline .url a {
      color: #777f8f; }

@media screen and (max-width: 767px) {
  .vcard .price:after {
    content: "\000A";
    white-space: pre; }
  .vcard .label-multiple {
    margin-left: 0;
    margin-right: 8px; }
  .vcard .url {
    margin-left: 0; }
  .vcard .adr {
    float: none;
    width: auto; }
  .vcard .wrapper-adr-links {
    padding: 1em 0; }
  .vcard .external-links-list {
    float: none;
    width: auto;
    margin-left: 0;
    padding-left: 0; } }
@media screen and (min-width: 480px) {
  .entry-body .vcard {
    margin-left: 12%;
    margin-right: 12%; }

  .entry-body .vcard.inline .map-link, .entry-body .vcard.inline .url {
    position: absolute;
    top: 1em;
    right: 1em;
    width: auto; }
  .entry-body .vcard.inline .url {
    top: 2.75em; } }
@media screen and (min-width: 972px) {
  .entry-body .vcard {
    margin-left: 18%;
    margin-right: 18%; }
    .entry-body .vcard .wrapper-venue-title {
      padding: 0 1em; } }
#nearme-body-widget {
  border: 2px solid #edbf36;
  margin-top: 3em;
  padding: 1em;
  margin: 2em 5%; }
  #nearme-body-widget .vcard.vcard-first:first-child {
    margin-bottom: 0; }
    #nearme-body-widget .vcard.vcard-first:first-child .wrapper-adr-links {
      border-bottom: 0; }
  #nearme-body-widget footer {
    padding-top: 1.25em;
    clear: both; }
    #nearme-body-widget footer .foursquare-attr {
      display: block;
      margin: 0 auto;
      max-width: 200px; }

@media screen and (min-width: 768px) {
  #nearme-body-widget .nearme-map {
    display: block;
    width: 100%;
    height: 300px; } }
@media screen and (min-width: 972px) {
  #nearme-body-widget {
    margin: 2em 0; } }
@media screen and (min-width: 1464px) {
  #nearme-body-widget {
    padding: 2em; }
    #nearme-body-widget .nearme-map {
      margin-top: 2em; }
    #nearme-body-widget .single .nearme-map {
      display: block;
      margin-left: 32%;
      width: 50%;
      height: 300px; }
    #nearme-body-widget .single .wrapper {
      width: 48%;
      margin-right: 2%;
      float: left; }
    #nearme-body-widget .list .nearme-map {
      display: block;
      margin-left: 32%;
      width: 30%;
      height: 500px; }
    #nearme-body-widget .list .wrapper {
      width: 68%;
      margin-right: 2%;
      float: left; } }
.comments-container {
  margin: 2em 0 0;
  background: white;
  padding: 5%; }
  .comments-container .hide-comments {
    font-weight: bold; }
    .comments-container .hide-comments.top {
      float: left; }

.comment {
  padding: 1em;
  border-bottom: 1px solid #d7d9db;
  word-wrap: break-word;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
  .comment::after {
    clear: both;
    content: "";
    display: table; }
  .comment.author {
    text-transform: none;
    background: #fcf3da; }
  .comment .commenter {
    display: block; }
  .comment a.commenter.author {
    text-transform: none;
    color: #ff3600; }
  .comment:last-child {
    border-bottom: 0; }
  .comment .label.staff-user {
    text-transform: uppercase;
    background: #f5dd94;
    padding: 3px 5px;
    font-size: 95%;
    margin: 0.25em 0; }
  .comment .metadata {
    font-size: 80%;
    line-height: 1.75em;
    margin-bottom: 0.5em; }
    .comment .metadata time {
      display: block; }
      .comment .metadata time a:link, .comment .metadata time a:visited {
        color: #999; }

.comments .pagination span, .comments .pagination a {
  display: inline-block;
  padding: 0.25em; }
.comments .pagination .current {
  font-weight: bold; }

@media screen and (min-width: 768px) {
  .comments-container {
    padding: 1.5em 2em; }

  .comment {
    padding: 1em 0; }
    .comment .metadata {
      width: 20%;
      float: left;
      text-align: right; }
    .comment .comment-body {
      margin-left: 23%;
      margin-right: 15%; } }
.post-comment-wrapper {
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 480px) {
    .post-comment-wrapper {
      width: 75%; } }
  .post-comment-wrapper input[type=submit].btn {
    padding: 0.75em 1.5em; }
  .post-comment-wrapper .rating-stars {
    margin: 0 0.75em;
    vertical-align: -8%; }
    @media screen and (max-width: 767px) {
      .post-comment-wrapper .rating-stars {
        display: block;
        margin-top: 0.5em; }
        .post-comment-wrapper .rating-stars .icon {
          width: 2em;
          padding-top: 2em; } }

#login-tab {
  margin-bottom: 2em;
  text-align: right; }
  #login-tab.loggedIn {
    font-size: 0.87em; }
  #login-tab .welcome {
    margin-right: 12px; }

#previewingComment {
  margin: 2em 0; }

.comment.preview {
  border: 1px solid #d7d9db;
  margin: 0.5em 0;
  padding: 1em 1.5em;
  text-align: left; }
  .comment.preview .comment-body {
    margin: 0; }

#comment-post {
  margin: 0 auto;
  display: block; }

#comments_form {
  margin: 1em 0; }

#add {
  border-top: 1px solid #d7d9db;
  padding: 1em 0;
  text-align: center; }
  #add h3 {
    text-transform: uppercase;
    font-size: 1.25em; }

.post-comment-wrapper .hint {
  display: block;
  font-size: 0.875em;
  padding: 1em;
  margin: 0 auto 1.5em;
  color: #898989;
  background: #efefef;
  text-align: left; }

body.serious10 {
  background: transparent;
  background: initial;
  position: relative; }
  body.serious10 .block {
    background: transparent;
    background: initial; }
  body.serious10 .header-landing {
    height: auto;
    min-height: 100vh;
    padding: 2.5em 2em 5em;
    margin: 0;
    /* @include responsive(max-small-screens) {
      margin-bottom: 3em;

      .block-attribution {
        position: relative;
        right: 50%;
        bottom: initial;
        top: 5em;
        transform: translateX(50%);
      }
    } */ }
    @media screen and (max-width: 767px) {
      body.serious10 .header-landing {
        padding: 3em 0; } }
    body.serious10 .header-landing .hero-image {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1; }
    body.serious10 .header-landing h1, body.serious10 .header-landing h2 {
      color: #fff;
      text-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
      text-align: center;
      margin-top: 0.25em;
      padding: 0 1em; }
    body.serious10 .header-landing h1 {
      font-size: 4.5em; }
    body.serious10 .header-landing h2 {
      font-size: 2.4em; }
    @media screen and (max-width: 971px) {
      body.serious10 .header-landing h1 {
        font-size: 4em; }
      body.serious10 .header-landing h2 {
        font-size: 2em; } }
    @media screen and (max-width: 767px) {
      body.serious10 .header-landing h1 {
        font-size: 3.1em; }
      body.serious10 .header-landing h2 {
        font-size: 1.8em; } }
    @media screen and (max-width: 479px) {
      body.serious10 .header-landing h1 {
        font-size: 2.3em; }
      body.serious10 .header-landing h2 {
        font-size: 1.5em; } }
    body.serious10 .header-landing .ad-wrapper {
      margin-top: 2.9em; }
    body.serious10 .header-landing .intro {
      margin: 4em auto 0;
      padding-bottom: 1.75em;
      max-width: 40em;
      background: rgba(255, 255, 255, 0.9);
      text-align: left; }
      body.serious10 .header-landing .intro .editors-note {
        padding-bottom: 1.3em;
        margin-bottom: 1.2em;
        border-bottom: 1px solid #DDD;
        color: #999; }
        @media screen and (min-width: 480px) {
          body.serious10 .header-landing .intro .editors-note {
            font-size: 0.875em; } }
      body.serious10 .header-landing .intro footer {
        text-align: center;
        border-top: 1px solid #ddd;
        margin-top: 2em;
        padding-top: 1.25em; }
        @media screen and (min-width: 768px) {
          body.serious10 .header-landing .intro footer {
            font-size: 0.875em; } }
        body.serious10 .header-landing .intro footer span, body.serious10 .header-landing .intro footer time {
          display: block; }
    body.serious10 .header-landing .block-attribution {
      position: absolute;
      right: 32px;
      bottom: -2em;
      margin: 0;
      z-index: 9999; }
      @media screen and (max-width: 767px) {
        body.serious10 .header-landing .block-attribution {
          display: inline;
          position: relative;
          right: 0;
          bottom: auto;
          bottom: initial;
          top: 1em;
          padding: 2px 8px 4px;
          background-color: rgba(255, 255, 255, 0.9); } }
  body.serious10 #s10__content-main-wrapper {
    background-color: #FFF;
    padding-top: 3em; }
  body.serious10 #s10__content-main {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 32px;
    background: #FFF; }
  body.serious10 #s10__sidebar {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 33%;
    min-width: 348px;
    padding: 82px 32px 32px;
    z-index: 10000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    body.serious10 #s10__sidebar #map-wrapper {
      position: relative;
      width: 100%;
      height: calc(100% - 282px);
      text-align: center;
      z-index: 10000;
      -webkit-transition: height 0.5s;
      -moz-transition: height 0.5s;
      transition: height 0.5s;
      /* &.bottom {
        bottom: 0;
      } */ }
      body.serious10 #s10__sidebar #map-wrapper #map {
        width: 100%;
        height: 100%; }
      body.serious10 #s10__sidebar #map-wrapper #map-button {
        display: inline;
        position: relative;
        bottom: 64px;
        line-height: 1.5em;
        padding-top: 5px; }
        body.serious10 #s10__sidebar #map-wrapper #map-button:focus {
          outline: none; }
    body.serious10 #s10__sidebar #s10__ad-container {
      width: 100%;
      height: 250px;
      margin-top: 32px; }
      body.serious10 #s10__sidebar #s10__ad-container .ad-wrapper {
        min-height: 250px; }
    body.serious10 #s10__sidebar.fixed {
      position: fixed; }
    body.serious10 #s10__sidebar.bottom {
      top: auto;
      top: initial;
      bottom: 0; }
    body.serious10 #s10__sidebar.expanded {
      position: fixed;
      width: 100%;
      height: 100%;
      padding: 0; }
      body.serious10 #s10__sidebar.expanded #map-wrapper {
        height: 100%; }
  body.serious10 .entry-body {
    position: relative;
    width: 100%; }
    body.serious10 .entry-body ul.venue-list {
      padding: 0; }
      body.serious10 .entry-body ul.venue-list li.venue {
        padding: 0;
        margin-bottom: 4em;
        text-indent: 0;
        text-indent: initial; }
        body.serious10 .entry-body ul.venue-list li.venue:before {
          content: "";
          display: none; }
        body.serious10 .entry-body ul.venue-list li.venue h3 {
          font-size: 2em;
          color: #30a2cc;
          margin-bottom: 0.75em; }
        body.serious10 .entry-body ul.venue-list li.venue figure {
          display: block;
          line-height: normal;
          line-height: initial;
          margin: 1em auto;
          max-width: 1000px; }
          body.serious10 .entry-body ul.venue-list li.venue figure img {
            width: 100%;
            height: auto; }
        body.serious10 .entry-body ul.venue-list li.venue figcaption {
          margin: 1em 0 0; }
          body.serious10 .entry-body ul.venue-list li.venue figcaption p.block-attribution {
            margin: 0; }
            @media screen and (min-width: 768px) {
              body.serious10 .entry-body ul.venue-list li.venue figcaption p.block-attribution {
                font-size: 0.875em; } }
        @media screen and (min-width: 480px) {
          body.serious10 .entry-body ul.venue-list li.venue .venue-description p {
            font-size: 1.1em; } }
        body.serious10 .entry-body ul.venue-list li.venue .vcard {
          border-top: 2px solid #d7d9db;
          border-bottom: 2px solid #d7d9db;
          padding: 1em;
          margin-top: 2em; }
          body.serious10 .entry-body ul.venue-list li.venue .vcard .wrapper-venue-title {
            display: block;
            padding: 0;
            margin-bottom: 0.7em; }
            body.serious10 .entry-body ul.venue-list li.venue .vcard .wrapper-venue-title .fn {
              display: inline-block; }
            body.serious10 .entry-body ul.venue-list li.venue .vcard .wrapper-venue-title .url {
              position: static;
              display: inline-block;
              top: 0;
              right: 0; }
          body.serious10 .entry-body ul.venue-list li.venue .vcard .wrapper-adr-links {
            border: 0;
            border: initial;
            padding: 0; }
            body.serious10 .entry-body ul.venue-list li.venue .vcard .wrapper-adr-links .external-links-list {
              margin: 0.7em 0 0; }
      body.serious10 .entry-body ul.venue-list .section-author-byline {
        text-align: right;
        font-style: italic; }
        body.serious10 .entry-body ul.venue-list .section-author-byline span {
          display: block;
          font-size: 0.875em;
          color: #999; }
        body.serious10 .entry-body ul.venue-list .section-author-byline .section-author-bio {
          margin-top: 0.3em;
          max-width: 300px;
          line-height: normal;
          float: right;
          font-style: normal; }
        body.serious10 .entry-body ul.venue-list .section-author-byline:after {
          content: '';
          display: table;
          clear: both; }
      body.serious10 .entry-body ul.venue-list .ad-wrapper {
        position: relative;
        right: 0;
        margin: 0 auto 3em; }
        body.serious10 .entry-body ul.venue-list .ad-wrapper > div > div {
          display: inline-block; }
        body.serious10 .entry-body ul.venue-list .ad-wrapper iframe {
          min-height: 0;
          min-height: initial; }
    body.serious10 .entry-body .venue-description p, body.serious10 .entry-body .section-author-byline, body.serious10 .entry-body .vcard, body.serious10 .entry-body > footer {
      width: 100%;
      max-width: 600px;
      margin: 1em auto; }
    body.serious10 .entry-body .author-byline.full {
      padding: 2em 16px; }
      @media screen and (min-width: 480px) {
        body.serious10 .entry-body .author-byline.full {
          padding-left: 32px;
          padding-right: 32px; } }
      body.serious10 .entry-body .author-byline.full .userpic {
        margin-right: 1.5em; }
      body.serious10 .entry-body .author-byline.full .author-description {
        margin-top: 1em; }
        body.serious10 .entry-body .author-byline.full .author-description *:last-child {
          margin: 0; }
  @media screen and (min-width: 480px) {
    body.serious10 .entry-body {
      padding: 0 32px; } }
  @media screen and (min-width: 768px) {
    body.serious10 .entry-body {
      padding: 0 32px 0 48px; }
    body.serious10 .intro {
      box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2); }
    body.serious10 #map, body.serious10 .ad-wrapper .auto-ad > div > iframe {
      box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4); } }
  @media screen and (min-width: 972px) {
    body.serious10 #s10__content-main {
      min-height: 100vh; }
    body.serious10 #s10__sidebar {
      display: block;
      padding-left: 16px; }
    body.serious10 .entry-body {
      width: 67%;
      padding: 0 16px 0 48px; } }
  @media screen and (min-width: 972px) and (max-width: 1019px) {
    body.serious10 .entry-body {
      width: 65%; } }
  @media screen and (min-width: 1020px) and (max-width: 1048px) {
    body.serious10 .entry-body {
      width: 66%; } }
  @media screen and (max-width: 479px) {
    body.serious10 .header-landing .intro {
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 16px; }
    body.serious10 .entry-body {
      padding-left: 0;
      padding-right: 0; }
      body.serious10 .entry-body ul.venue-list li.venue {
        padding-left: 16px;
        padding-right: 16px; } }

.template-recipe .content-main, .template-recipe .below-all-entries {
  max-width: 91.5em;
  margin-left: auto;
  margin-right: auto; }
  .template-recipe .content-main::after, .template-recipe .below-all-entries::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1463px) {
    .template-recipe .content-main, .template-recipe .below-all-entries {
      margin-left: 2.34375%;
      margin-right: 2.34375%; } }
  @media screen and (max-width: 479px) {
    .template-recipe .content-main, .template-recipe .below-all-entries {
      margin: 0; } }

.recipe-main-photo {
  margin: 1em 0 0;
  background: #f2f3f3;
  position: relative; }
  .recipe-main-photo img, .recipe-main-photo .se-pinit-image-container {
    width: 100%;
    margin: 0 auto;
    display: block; }
  .recipe-main-photo.thumb-medium img {
    max-width: 625px; }
  .recipe-main-photo.thumb-small img {
    max-width: 525px; }

.recipe-why .title, .recipe-ingredients .title, .recipe-procedures .title {
  text-shadow: 1px 1px 1px #000;
  color: #30a2cc; }

.recipe-ingredients .title, .recipe-procedures .title {
  text-align: left; }

.entry-header .callout-top {
  display: none; }

.recipe-about {
  display: table;
  table-layout: fixed;
  width: 100%;
  /* padding: 1em 1em 1.25em 2.5em; */
  padding: 1em 1em 1.25em 1em;
  margin: 0 auto 2em auto;
  line-height: 1.25em;
  border-bottom: 1px solid #d7d9db;
  font-size: 87.5%; }
  .recipe-about li {
    /* list-style-type:  none; */
    position: relative;
    text-align: center;
    display: table-cell;
    /* padding: 0 0.25em; */
    padding: 0 1.375em; }
    .recipe-about li:before {
      /* float: right; */
      content: "/";
      position: absolute;
      top: 0.3em;
      right: -0.23em;
      font-size: 2.25em;
      font-weight: 400;
      color: #d7d9db;
      /* padding: 0.5em; */
      padding: 0; }
    .recipe-about li:last-child:before {
      content: ""; }
  .recipe-about .label {
    font-weight: bold;
    text-transform: uppercase;
    display: block; }
  .recipe-about .info {
    /* margin-right: 2.25em; */
    display: block; }
  .recipe-about .rating-value {
    display: none; }
  @media screen and (max-width: 767px) {
    .recipe-about {
      display: block;
      font-size: 75%; }
      .recipe-about::after {
        clear: both;
        content: "";
        display: table; }
      .recipe-about li {
        display: block;
        float: left;
        width: 50%;
        padding-bottom: 1em; }
        .recipe-about li:before {
          display: none; }
        .recipe-about li:nth-child(3) {
          clear: left; }
      .recipe-about .info {
        margin-right: 0; } }

.recipe-body .callout-bottom {
  border-bottom: 0; }

.rating-stars {
  white-space: nowrap; }
  .rating-stars .icon {
    width: 1em;
    padding-top: 1em;
    display: inline-block; }

.rating .label {
  text-transform: uppercase;
  font-size: 85%;
  margin-right: 0.25em; }

.recipe-introduction {
  margin-bottom: 1.5em; }
  .recipe-introduction ul {
    padding-left: 1em;
    margin-bottom: 1em;
    overflow: hidden; }
  .recipe-introduction ul li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.5em; }
  .recipe-introduction ul li:before {
    position: absolute;
    left: 0;
    top: auto;
    display: inline-block;
    padding-right: 0;
    color: #edbf36;
    font-size: 140%;
    line-height: 1em;
    content: "\2022"; }
  .recipe-introduction .pullquote {
    text-align: center;
    display: block;
    color: #3d414a;
    font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-style: italic;
    font-size: 1.75em;
    line-height: 1.25em;
    margin-bottom: 1em; }
  .recipe-introduction .note {
    clear: left; }

.recipe-introduction-body, .recipe-why, .callout-bottom-recipe {
  margin: auto 5% 1em 5%; }

.recipe-why {
  margin-top: 2em; }
  .recipe-why .info-link {
    display: block;
    font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-style: normal;
    font-size: 65%;
    padding-bottom: 1em; }
    .recipe-why .info-link:after {
      content: "\00BB";
      padding-left: 4px; }
  .recipe-why .callout {
    border-bottom: 0; }

.recipe-wrapper {
  clear: left;
  padding: 0 3% 2em 3%;
  margin-top: 2em; }
  .recipe-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.nav-action-recipe {
  border-bottom: 1px solid #d7d9db;
  border-top: 1px solid #d7d9db;
  text-align: center;
  margin-bottom: 1.5em;
  padding: 0 0.5em;
  background: #f7f8f8; }
  .nav-action-recipe .nav-label {
    margin-right: 0.25em;
    border-right: 1px solid #d7d9db;
    padding: 0.65em 0.875em; }
  @media screen and (max-width: 479px) {
    .nav-action-recipe {
      display: none; }
      .nav-action-recipe.has-procedure-images {
        display: block; }
      .nav-action-recipe .nav-label {
        display: block;
        border-right: 0; }
      .nav-action-recipe .action-cooking-mode {
        display: none; } }

.recipe-ingredients ul {
  margin-top: 1em; }

.recipe-ingredients li {
  font-size: 0.925em;
  margin-bottom: 0.75em; }

.recipe-procedures {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #d7d9db; }

.recipe-procedures-list {
  display: table;
  table-layout: fixed;
  width: 100%; }

.recipe-procedure {
  display: table-row; }

.recipe-procedure-number {
  display: table-cell;
  width: 5%;
  vertical-align: top;
  padding: 0 0 0 1em;
  font-weight: bold;
  line-height: 1.875em; }

.recipe-procedure-text {
  vertical-align: top;
  margin-left: 1em;
  font-size: 1.125em; }
  .recipe-procedure-text p:empty {
    display: none; }

.recipe-procedure-image.image-large {
  width: 95%;
  max-width: 677px;
  margin: 1em 1em 1.5em 1em; }
.recipe-procedure-image.image-thumbnail {
  width: 30%;
  display: table-cell;
  max-width: 200px;
  vertical-align: top;
  padding-bottom: 2em; }

.show-thumbnails .recipe-procedure {
  padding-bottom: 1em; }
.show-thumbnails .recipe-procedure-text {
  display: table-cell;
  padding: 0 1em 2em 1em; }

.nav-action .title-content, .nav-action .logo-se {
  display: none; }

.print-with-recipe {
  float: right;
  text-transform: uppercase;
  font-size: 85%; }
  @media screen and (min-width: 768px) {
    .print-with-recipe {
      margin-right: 15%; } }

.recipe-comment-checkbox {
  float: right;
  margin: 0 0 1em 1em; }

@media screen and (min-width: 480px) {
  .recipe-wrapper .action-cooking-mode {
    margin: 0 0.75em; }

  .recipe-ingredients ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; } }
@media screen and (min-width: 972px) {
  .recipe-introduction-body, .recipe-why, .callout-bottom-recipe {
    margin: auto 12% 1em 12%; }

  .recipe-about {
    font-size: 1.125em; }

  .recipe-introduction .pullquote {
    float: left;
    width: 48%;
    text-align: right; }

  .recipe-why .title {
    margin-bottom: 1em; }

  .recipe-why-body.has-kicker {
    margin-left: 52%;
    width: 48%; }

  .recipe-ingredients {
    float: left;
    width: 26%;
    margin-right: 2%; }
    .recipe-ingredients ul {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1; }

  .recipe-procedures {
    margin-left: 28%;
    padding-top: 0;
    margin-top: 0;
    border-top: 0; } }
@media screen and (min-width: 1464px) {
  .recipe-introduction-body, .recipe-why {
    margin: auto 18% 1em 18%; } }
@media screen {
  .template-recipe.mode-cooking .content-main {
    max-width: none;
    margin: 0 !important; }

  .mode-cooking .sidebar, .mode-cooking .comments-container, .mode-cooking .block-related, .mode-cooking .recommend, .mode-cooking .footer, .mode-cooking .publish-date, .mode-cooking .entry-footer, .mode-cooking header[role="banner"], .mode-cooking ul.author-links, .mode-cooking .caption, .mode-cooking .recipe-introduction, .mode-cooking .label-column, .mode-cooking .ad-wrapper, .mode-cooking .widget-newsletter, .mode-cooking .callout-bottom, .mode-cooking .nav-action-share-print, .mode-cooking .nav-action-recipe .nav-label, .mode-cooking .nav-share, .mode-cooking .promo-entry-footer {
    display: none !important; }
  .mode-cooking .entry-container, .mode-cooking .below-all-entries-inner {
    width: 100%;
    margin-top: 0; }
    .mode-cooking .entry-container article, .mode-cooking .below-all-entries-inner article {
      padding: 0;
      background: transparent; }
  .mode-cooking .entry-header {
    width: 100%;
    margin-top: 50px; }
    .mode-cooking .entry-header.visual-photo-background {
      max-height: none;
      height: auto; }
  .mode-cooking .callout-top {
    display: block;
    width: 60%;
    margin: 1em auto;
    border: 0; }
  .mode-cooking .list-categories.list-inline li a, .mode-cooking .callout-title, .mode-cooking .info:not(.rating-value) {
    color: #fff;
    display: inline-block; }
  .mode-cooking .photo-figure.recipe-main-photo {
    position: absolute;
    background: #3d414a;
    z-index: -1; }
    .mode-cooking .photo-figure.recipe-main-photo img {
      opacity: 0.4;
      -webkit-filter: blur(5px);
      filter: blur(5px); }
  .mode-cooking .recipe-title, .mode-cooking .author-byline a, .mode-cooking .label a {
    color: #fff;
    text-align: center; }
  .mode-cooking .recipe-title {
    padding: 0 1.5em;
    font-size: 1.5em; }
  .mode-cooking a.label {
    display: inline-block;
    padding: 1em 0 0 1.5em; }
  .mode-cooking .list-categories {
    text-align: center; }
  .mode-cooking .recipe-about {
    width: 60%;
    clear: both;
    display: block;
    padding: 0.25em 1em 1em 1em;
    background: rgba(61, 65, 74, 0.6);
    border-bottom: 0; }
    .mode-cooking .recipe-about .label {
      display: inline;
      margin-right: 6px; }
    .mode-cooking .recipe-about li {
      display: block;
      width: 100%;
      text-align: left;
      margin-top: 0.75em;
      font-size: 0.875em; }
      .mode-cooking .recipe-about li:before {
        display: none; }
  .mode-cooking .action-cooking-mode {
    position: absolute;
    top: 12px;
    right: 20px; }
  .mode-cooking .action-switch-image-view {
    position: absolute;
    top: 2px;
    right: 150px;
    border: 0; }
  .mode-cooking .recipe-wrapper {
    margin-top: 0;
    border-top: 0;
    padding: 0; }
  .mode-cooking .nav-action .logo-se {
    float: left;
    display: block;
    margin-left: 1.5em; }
  .mode-cooking .nav-action .title-content {
    padding-top: 0.5em; }
    .mode-cooking .nav-action .title-content.show {
      display: inline-block; }
  .mode-cooking .nav-action-recipe {
    text-align: left; }
  .mode-cooking .recipe-ingredients {
    margin-top: 0;
    margin-right: 0;
    padding: 3%;
    background: transparent; }
    .mode-cooking .recipe-ingredients.affix {
      top: 50px;
      right: 0;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      height: calc(100vh - 50px); }
  .mode-cooking .recipe-procedures {
    margin: 0;
    padding: 3% 6%;
    background: #fff; }
    .mode-cooking .recipe-procedures .title {
      margin-left: 1.5em; }
  .mode-cooking .recipe-procedure {
    clear: none;
    padding: 0 12% 0 12%; } }
@media screen and (min-width: 768px) {
  .mode-cooking .list-categories, .mode-cooking .recipe-title, .mode-cooking .callout-top, .mode-cooking .author-byline.brief {
    text-align: left; }
  .mode-cooking .recipe-title, .mode-cooking .callout-top, .mode-cooking .author-byline.brief {
    float: left;
    clear: left;
    max-width: 60%;
    margin: 0 0 0.5em 2.5%;
    padding: 0; }
  .mode-cooking .recipe-title {
    padding-top: 1em; }
  .mode-cooking .callout-top {
    width: 60%; }
  .mode-cooking .recipe-about {
    width: 20%;
    margin-left: 75%;
    clear: none; }
    .mode-cooking .recipe-about li {
      margin-top: 0; }
  .mode-cooking .recipe-ingredients {
    float: right;
    width: 32%; }
    .mode-cooking .recipe-ingredients ul {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1; }
  .mode-cooking .recipe-procedures {
    width: 66%; } }
@media screen and (min-width: 1464px) {
  .mode-cooking .recipe-ingredients {
    float: right;
    width: 26%; }
  .mode-cooking .recipe-procedures {
    width: 75%; } }

.nav-share {
  text-align: center; }
  .nav-share .icon-wrapper {
    position: relative;
    width: 2.75rem;
    padding: 0.5rem;
    height: 2.75rem;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #edbf36;
    transition: background-color 0.25s; }
    .nav-share .icon-wrapper:hover {
      background: #f3d57c;
      cursor: pointer; }
    .nav-share .icon-wrapper svg {
      width: 1.75em;
      height: 1.75em; }
  .nav-share .comment-number {
    position: absolute;
    background: #ff3600;
    color: #fff;
    line-height: 0.75em;
    font-size: 0.75em;
    font-weight: 600;
    padding: 0.5em;
    border-radius: 50%;
    right: -0.5em;
    top: -0.5em;
    width: 1.875em;
    text-align: center; }
  .nav-share.nav-share-wide {
    padding: 1em; }
    .nav-share.nav-share-wide .icon-wrapper {
      margin: 0 0.25em; }
  .nav-share.nav-share-vertical {
    width: 6em; }
    .nav-share.nav-share-vertical .icon-embedded {
      display: block; }
    .nav-share.nav-share-vertical .icon-wrapper {
      display: block;
      margin: 0 auto 1em auto; }
      .nav-share.nav-share-vertical .icon-wrapper:last-child {
        margin: 0 auto; }
  .nav-share.nav-share-sticky-side {
    position: fixed;
    display: block;
    top: 100px;
    left: 0;
    width: 40px;
    z-index: 9999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .nav-share.nav-share-sticky-side.tucked-in {
      left: -44px; }
    .nav-share.nav-share-sticky-side .icon-wrapper {
      background-color: #ff3600;
      width: 100%;
      height: 40px;
      border-radius: 0;
      border: 0px none transparent; }
      .nav-share.nav-share-sticky-side .icon-wrapper:hover {
        background-color: #b32600; }
      .nav-share.nav-share-sticky-side .icon-wrapper .icon {
        display: block;
        height: 100%;
        width: 100%;
        padding: 7px;
        cursor: pointer; }
    @media screen and (max-width: 767px) {
      .nav-share.nav-share-sticky-side {
        display: none; } }

/* PINIT BUTTON */
.se-pinit-image-container {
  position: relative;
  clear: both; }
  .se-pinit-image-container .nav-share.se-pinit {
    position: absolute;
    top: 8px;
    left: 8px; }
    .se-pinit-image-container .nav-share.se-pinit .icon-wrapper {
      border-color: transparent; }
      .se-pinit-image-container .nav-share.se-pinit .icon-wrapper:hover {
        background-color: #fff; }
    @media screen and (min-width: 768px) {
      .se-pinit-image-container .nav-share.se-pinit {
        top: 16px;
        left: 16px; } }
    @media screen and (min-width: 972px) {
      .se-pinit-image-container .nav-share.se-pinit {
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        opacity: 0.8; }
        .se-pinit-image-container .nav-share.se-pinit:hover {
          opacity: 1; } }

.template-search .more {
  margin-top: 2em; }
.template-search .header-basic {
  padding: 0; }
.template-search .title-basic {
  margin: 1em 0 0 0; }
.template-search .nav-search {
  margin-bottom: 0; }
.template-search .nav-action {
  text-align: center; }
.template-search .callout-recipe {
  text-align: left;
  border: 0;
  padding: 0; }
  .template-search .callout-recipe a:hover {
    color: #ff3600; }
  .template-search .callout-recipe .callout-title {
    display: inline; }
    .template-search .callout-recipe .callout-title:after {
      content: ":";
      margin-right: 8px; }
.template-search .callout-recipe-single ul, .template-search .callout-recipe-single li {
  display: inline; }

.text-highlight {
  padding: 0 3px;
  background-color: #FFEB63; }

.slideshow .content-main, .slideshow .below-all-entries {
  max-width: 91.5em;
  margin-left: auto;
  margin-right: auto; }
  .slideshow .content-main::after, .slideshow .below-all-entries::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1463px) {
    .slideshow .content-main, .slideshow .below-all-entries {
      margin-left: 2.34375%;
      margin-right: 2.34375%; } }
  @media screen and (max-width: 479px) {
    .slideshow .content-main, .slideshow .below-all-entries {
      margin: 0; } }
.slideshow .block-related, .slideshow .comments-container {
  margin: 1em auto;
  max-width: 900px; }

.slideshow-container {
  background: #fff; }
  @media screen and (min-width: 972px) {
    .slideshow-container {
      padding: 1.6420%; } }
  .slideshow-container footer {
    padding: 2em 0;
    text-align: center; }

.slide {
  padding: 2em 5%;
  border-bottom: 1px solid #d7d9db; }
  .slide .slide-description {
    margin-top: 1.25em; }
  .slide .slide-image {
    width: 100%;
    background: #f2f3f3;
    margin-bottom: 1em; }
  .slide img {
    display: block;
    width: 100%;
    max-width: 625px;
    margin: 0 auto; }
  @media screen and (min-width: 972px) {
    .slide {
      margin: 2em 6%;
      padding: 2em 0; }
      .slide::after {
        clear: both;
        content: "";
        display: table; }
      .slide .slide-description, .slide .title {
        width: 30%;
        margin-left: 62%;
        text-align: left; }
      .slide .slide-image {
        float: left;
        margin-left: 5%;
        margin-bottom: 0;
        width: 55%;
        max-width: 625px; }
        .slide .slide-image img {
          width: 100%; } }

.template-venue .content-main, .template-venue .below-all-entries {
  margin-top: 2em; }

.block-venue-info .vcard.vcard-first {
  margin-top: 0; }
.block-venue-info .map {
  height: 200px; }
@media screen and (min-width: 972px) {
  .block-venue-info .vcard {
    float: left;
    display: block;
    margin-right: 1.2345679012%;
    width: 66.2551440329%; }
    .block-venue-info .vcard:last-child {
      margin-right: 0; }
  .block-venue-info .map {
    float: left;
    display: block;
    margin-right: 1.2345679012%;
    width: 32.5102880658%; }
    .block-venue-info .map:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1464px) {
  .block-venue-info .vcard {
    float: left;
    display: block;
    margin-right: 0.9230769231%;
    width: 62.1538461538%; }
    .block-venue-info .vcard:last-child {
      margin-right: 0; }
  .block-venue-info .map {
    float: left;
    display: block;
    margin-right: 0.9230769231%;
    width: 36.9230769231%; }
    .block-venue-info .map:last-child {
      margin-right: 0; } }

.venue-tip {
  text-align: center;
  margin-bottom: 1.5em; }
  .venue-tip .label {
    color: #30a2cc; }
  .venue-tip .text {
    color: #3d414a;
    font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-style: italic;
    font-size: 1.75em;
    line-height: 1.25em; }

.editors-pick {
  text-transform: uppercase;
  font-size: 75%;
  color: #30a2cc; }

.icon {
  width: 100%;
  background-size: 100%;
  background-size: cover;
  padding: 0;
  padding-top: 100%;
  height: 0;
  display: inline-block; }

.icon-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }
  .icon-wrapper.icon-inline {
    width: 1.5em;
    margin-right: 0.25em; }
  .icon-wrapper .icon-embedded path {
    transition: fill .4s ease; }
  .icon-wrapper:hover .icon-embedded path {
    fill: #fff; }

.icon-style-round {
  background-color: #fff;
  line-height: 0;
  padding: 0.25em;
  border-radius: 50%;
  border: 2px solid #ff3600; }

.icon-style-notification {
  background-color: #30a2cc;
  line-height: 0;
  padding: 0.25em;
  border-radius: 50%; }

.icon-nav-search {
  width: 1.5em; }

i[class^="icon-category"], i[class*=" icon-category"] {
  width: 1.675em;
  padding-top: 1.675em;
  vertical-align: middle;
  vertical-align: -30%;
  margin-right: 0.25em; }

.ad-wrapper {
  text-align: center;
  min-height: 50px; }

.content-main > .ad-wrapper, .entry > .ad-wrapper, .template-posts > .ad-wrapper, .slideshow > .ad-wrapper, .template-recipe > .ad-wrapper {
  margin-bottom: 3em; }

.module.module-ad-leaderboard {
  position: relative;
  padding-bottom: 2em; }

.block .module.module-ad-leaderboard {
  width: 100%;
  float: none;
  margin: 0;
  padding: 1.5em 0 3.5em 0;
  border: 0; }

.block-list .module.module-ad-leaderboard {
  background: #fff; }

@media screen and (min-width: 972px) {
  .content-main > .ad-wrapper, .entry > .ad-wrapper, .template-posts > .ad-wrapper, .slideshow > .ad-wrapper, .template-recipe > .ad-wrapper {
    margin-bottom: 2em; }

  .ad-wrapper {
    min-height: 90px; }

  .entry-footer .ad-wrapper {
    min-height: 0; } }
.entry-body .ad-wrapper:not(.mobile-body-ad):not(.desktop-body-ad), .recipe-main-photo .ad-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 3%;
  padding: 0;
  min-height: 0; }
  @media screen and (max-width: 479px) {
    .entry-body .ad-wrapper:not(.mobile-body-ad):not(.desktop-body-ad), .recipe-main-photo .ad-wrapper {
      right: 4.7%; } }

.entry-body .ad-wrapper {
  right: 5%; }

.entry-header + .ad-wrapper, .author-byline.brief + .ad-wrapper, .recipe-body > .ad-wrapper, .mobile-body-ad {
  min-height: 250px;
  padding: 1em 0;
  margin-top: 1em;
  background: #e4e6e7; }

.entry-body .ad-wrapper.mobile-body-ad {
  position: relative;
  width: 114%;
  left: -7%;
  right: auto;
  top: auto;
  margin: 1em auto; }
.entry-body .ad-wrapper.desktop-body-ad {
  margin: 2.2em auto 2.5em; }

@media screen and (max-width: 767px) {
  .entry-header + .ad-wrapper, .entry-body .ad-wrapper.mobile-body-ad, .recipe-body .ad-wrapper {
    padding-top: 0; }
    .entry-header + .ad-wrapper:before, .entry-body .ad-wrapper.mobile-body-ad:before, .recipe-body .ad-wrapper:before {
      content: 'ADVERTISEMENT';
      display: block;
      padding: 0.5em 0;
      font-size: 0.75em;
      color: #999;
      text-align: center;
      text-transform: uppercase; } }
@media screen and (max-width: 479px) {
  .entry-body .ad-wrapper {
    top: 2em; } }
@media screen and (max-width: 971px) {
  header[role="banner"] + .ad-wrapper {
    margin-bottom: 0;
    min-height: 0; }
  header[role="banner"].header-global + .ad-wrapper {
    margin-bottom: 1em;
    margin-top: 0.1em; }

  .slides > .ad-wrapper {
    margin-top: 1em; } }
@media screen and (min-width: 768px) {
  .entry-header + .ad-wrapper, .author-byline.brief + .ad-wrapper, .recipe-body > .ad-wrapper, .mobile-body-ad {
    min-height: 0;
    margin-top: 0;
    padding: 0;
    background: transparent; } }
.ad-wrapper #entry-sponsor-logo {
  min-height: 100px;
  width: 120px; }

.ad-wrapper.ad-super-leaderboard {
  max-width: 91.5em;
  margin-left: auto;
  margin-right: auto; }
  .ad-wrapper.ad-super-leaderboard::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1463px) {
    .ad-wrapper.ad-super-leaderboard {
      max-width: 1150px; } }
  @media screen and (max-width: 971px) {
    .ad-wrapper.ad-super-leaderboard {
      max-width: 800px; } }
  .ad-wrapper.ad-super-leaderboard .auto-ad {
    text-align: center; }

.ad-wrapper.ad-320x50 .auto-ad {
  text-align: center; }

.ad-wrapper.ad-320x50 {
  margin-top: 1.125em;
  margin-bottom: 1.125em;
  min-height: 50px;
  width: 100%; }

#SE_Flavorprint_1-breakout > iframe {
  width: 1px;
  min-width: 100%;
  /* width: 100% !important; */ }

@media screen and (max-width: 971px) {
  .entry-footer .ad-wrapper {
    min-height: 50px;
    margin: 1.5em auto; } }
.sidebar .taboola-unit {
  padding: 5%;
  background-color: #fff;
  margin-bottom: 1em; }
  .sidebar .taboola-unit .title {
    margin-bottom: 0.5em; }

.slideshow .recommend {
  max-width: 64em;
  margin: 0 auto;
  padding: 2em; }

.logo-sponsored {
  min-height: 0; }

.module .logo-sponsored {
  position: absolute;
  top: 3px;
  right: 0;
  width: 120px;
  height: 100px; }

.entry-body .logo-sponsored {
  position: absolute;
  right: 1.25em;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.8); }

.block-reversed .logo-sponsored {
  float: right;
  margin-top: 1em;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8); }
  .block-reversed .logo-sponsored img {
    display: block;
    margin: 0 auto; }
  @media (max-width: 767px) {
    .block-reversed .logo-sponsored {
      width: 120px;
      float: none;
      margin: 1em auto 0 auto; } }

.template-search .module .logo-sponsored {
  position: relative;
  float: right;
  top: 0;
  margin-left: 24px; }
  @media screen and (max-width: 767px) {
    .template-search .module .logo-sponsored {
      display: none; } }

.visual-photo-background .logo-sponsored {
  position: relative;
  float: right;
  margin-left: 0.5em;
  padding: 0; }

@media (max-width: 479px) {
  .visual-photo-background .logo-sponsored {
    display: block;
    float: none;
    margin: 0 auto 0.5em auto; } }
body.template-search div.block-wrapper div.ad-wrapper:first-child {
  min-height: 0px; }

ul.sponsored-search {
  padding-top: 10px !important; }
  ul.sponsored-search li {
    border: 2px solid #edbf36 !important;
    position: relative; }
  ul.sponsored-search .sponsored {
    position: absolute;
    bottom: 1em; }

.sidebar > .ad-wrapper, .sidebar .block-primary > .ad-wrapper {
  text-align: center;
  margin: 0 auto 1em auto; }
  .sidebar > .ad-wrapper.ad-native, .sidebar .block-primary > .ad-wrapper.ad-native {
    width: 100%;
    min-height: 0;
    margin-bottom: 0; }
.sidebar .ad-breakout + .auto-ad {
  height: 0; }
.sidebar .module.module-sponsored {
  margin-bottom: 0; }

body#video-page .header-section {
  text-align: left;
  padding: 0;
  margin: 2em 2.5%; }
  @media screen and (max-width: 971px) {
    body#video-page .header-section .list-categories {
      margin-bottom: 1em; } }
  body#video-page .header-section .title {
    margin: 0; }
    @media screen and (max-width: 479px) {
      body#video-page .header-section .title {
        font-size: 1.8em; } }

.play-button, .play-button-triangle {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.play-button {
  top: 52%;
  left: 50%;
  width: 15%;
  height: 0;
  padding-bottom: 15%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .play-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 60%; }

.play-button-triangle {
  top: 50%;
  left: 55%;
  width: 0;
  height: 0;
  padding: 30% 0 30% 34%;
  overflow: hidden; }
  .play-button-triangle:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-top: -100px;
    margin-left: -173px;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-left: 173px solid #FFF; }

.video-js .vjs-dock-text {
  font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
.video-js .vjs-dock-description {
  display: none; }
.video-js .vjs-endscreen-overlay-content {
  height: 100%;
  background: transparent; }

#video-player-top-wrap {
  background: #111 none; }
  #video-player-top-wrap .video-js .vjs-dock-text {
    display: none; }
  #video-player-top-wrap .vjs-poster {
    background-size: cover; }
  #video-player-top-wrap #video-player-top-wrap-inner {
    display: block;
    position: relative;
    margin: 0 auto;
    max-height: 85vh;
    max-width: 151vh;
    overflow: hidden; }
  #video-player-top-wrap .player-metadata {
    margin: 0 auto;
    padding: 0.8em 1.3em 1.5em;
    background-color: #FFF;
    text-align: left; }
    @media screen and (max-width: 479px) {
      #video-player-top-wrap .player-metadata {
        padding: 0.5em 0.7em 1.3em; } }
    #video-player-top-wrap .player-metadata .title {
      margin-bottom: 0.3em;
      font-family: "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      text-align: left;
      text-transform: none;
      font-size: 1.875em; }
      @media screen and (min-width: 768px) {
        #video-player-top-wrap .player-metadata .title {
          font-size: 2.5em; } }
    #video-player-top-wrap .player-metadata .nav-share.nav-share-wide {
      padding: 0.6em 0;
      text-align: left; }
      #video-player-top-wrap .player-metadata .nav-share.nav-share-wide:before {
        content: "Share";
        color: #ff3600;
        margin-right: 1em; }

.endscreen-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6% 24px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center; }
  .endscreen-wrapper.offscreen {
    left: 99999px; }
  .endscreen-wrapper .centering {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .endscreen-wrapper .logo-se {
    background-image: url(../img/logo-color-reversed-240x190.png);
    background-size: contain;
    margin: 0;
    width: 115px;
    padding-top: 95px; }
  .endscreen-wrapper .title-emphasis {
    margin-bottom: 0.2em;
    font-size: 1.4em; }
  .endscreen-wrapper .article-link {
    position: relative;
    margin-top: 0.2em;
    padding: 6px 13px 5px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; }
  .endscreen-wrapper .replay-button {
    display: block;
    margin-top: 1.8em;
    color: #FFF;
    font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
    .endscreen-wrapper .replay-button .icon-wrapper {
      line-height: 1.3;
      width: 1.4em; }
    .endscreen-wrapper .replay-button:hover, .endscreen-wrapper .replay-button:active, .endscreen-wrapper .replay-button:focus {
      opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .endscreen-wrapper .logo-se, .endscreen-wrapper .title-emphasis, .endscreen-wrapper .nav-share {
      display: none; } }
  @media screen and (max-height: 450px) {
    .endscreen-wrapper .logo-se, .endscreen-wrapper .title-emphasis, .endscreen-wrapper .nav-share {
      display: none; } }

.endscreen-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 16%;
  background: #3d414a;
  text-align: left; }
  .endscreen-footer h5 {
    color: #30a2cc;
    line-height: 1; }
  .endscreen-footer .endscreen-footer__recipe, .endscreen-footer .endscreen-footer__related {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 12px; }
  .endscreen-footer .endscreen-footer__recipe {
    left: 0;
    width: 40%;
    padding-right: 6px; }
    .endscreen-footer .endscreen-footer__recipe a.article-link {
      display: block;
      height: 100%;
      width: 100%; }
      .endscreen-footer .endscreen-footer__recipe a.article-link h5 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 1.5em;
        white-space: nowrap; }
      .endscreen-footer .endscreen-footer__recipe a.article-link:hover h5 {
        text-decoration: underline; }
      .endscreen-footer .endscreen-footer__recipe a.article-link .recipe-name {
        color: #FFF;
        font-weight: bold; }
  .endscreen-footer .endscreen-footer__related {
    right: 0;
    width: 60%;
    padding-left: 6px; }
  .endscreen-footer .endscreen-footer-thumb {
    float: left; }

.vid-explore {
  margin-top: 3em;
  margin-bottom: 3em; }
  @media screen and (min-width: 768px) {
    .vid-explore {
      margin-top: 5em;
      margin-bottom: 5em; } }

.vid-categories-wrap {
  position: relative;
  width: 100%;
  margin-top: 1.5em; }
  .vid-categories-wrap .vid-category-wrap {
    height: 60px;
    margin-bottom: 1px; }
    .vid-categories-wrap .vid-category-wrap .vid-category {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      background-size: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 70%;
      text-align: left; }
      .vid-categories-wrap .vid-category-wrap .vid-category:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4); }
      .vid-categories-wrap .vid-category-wrap .vid-category .centering {
        position: relative;
        padding: 0 12px; }
      .vid-categories-wrap .vid-category-wrap .vid-category .icon-wrapper.category-icon {
        margin-right: 6px;
        width: 22px; }
      .vid-categories-wrap .vid-category-wrap .vid-category .icon-wrapper.nav-icon {
        display: inline-block;
        width: 22px; }
      .vid-categories-wrap .vid-category-wrap .vid-category .icon {
        display: block; }
      .vid-categories-wrap .vid-category-wrap .vid-category .category-name {
        display: inline-block;
        color: #FFF;
        font-size: 1.1em;
        font-weight: bold;
        text-transform: uppercase;
        vertical-align: middle;
        margin: 0; }
      @media screen and (max-width: 599px) {
        .vid-categories-wrap .vid-category-wrap .vid-category p, .vid-categories-wrap .vid-category-wrap .vid-category .icon-wrapper {
          line-height: 60px;
          vertical-align: middle; }
        .vid-categories-wrap .vid-category-wrap .vid-category .icon-wrapper.nav-icon {
          position: absolute;
          top: 50%;
          right: 12px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
  @media screen and (min-width: 600px) {
    .vid-categories-wrap {
      padding-bottom: 18%; }
      .vid-categories-wrap .vid-category-wrap {
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        padding: 0 5px;
        margin: 0; }
        .vid-categories-wrap .vid-category-wrap:first-child {
          left: 0;
          padding-left: 0; }
        .vid-categories-wrap .vid-category-wrap:last-child {
          right: 0;
          padding-right: 0; }
        .vid-categories-wrap .vid-category-wrap .vid-category {
          text-align: center; }
          .vid-categories-wrap .vid-category-wrap .vid-category:before {
            -webkit-transition: all 3s cubic-bezier(0, 0.9, 0.5, 1);
            -moz-transition: all 3s cubic-bezier(0, 0.9, 0.5, 1);
            transition: all 3s cubic-bezier(0, 0.9, 0.5, 1); }
          .vid-categories-wrap .vid-category-wrap .vid-category:hover:before {
            background-color: rgba(0, 0, 0, 0.8); }
          .vid-categories-wrap .vid-category-wrap .vid-category .centering {
            position: absolute;
            top: 50%;
            left: 50%;
            padding: 0;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .vid-categories-wrap .vid-category-wrap .vid-category .icon-wrapper {
            margin: 0; }
            .vid-categories-wrap .vid-category-wrap .vid-category .icon-wrapper.category-icon {
              width: 24px; }
            .vid-categories-wrap .vid-category-wrap .vid-category .icon-wrapper.nav-icon {
              width: 21px; }
          .vid-categories-wrap .vid-category-wrap .vid-category .icon {
            display: inline-block; }
          .vid-categories-wrap .vid-category-wrap .vid-category .category-name {
            display: block;
            font-size: 1.2em;
            margin-bottom: 0.4em; } }
  @media screen and (min-width: 768px) {
    .vid-categories-wrap .vid-category-wrap .vid-category .icon-wrapper.category-icon {
      width: 34px; }
    .vid-categories-wrap .vid-category-wrap .vid-category .icon-wrapper.nav-icon {
      width: 26px; }
    .vid-categories-wrap .vid-category-wrap .vid-category p {
      font-size: 1.9em; }
    .vid-categories-wrap .vid-category-wrap .vid-category .category-name {
      font-size: 1.5em;
      margin-bottom: 0.5em; } }
  @media screen and (min-width: 972px) {
    .vid-categories-wrap .vid-category-wrap .vid-category .icon-wrapper.category-icon {
      width: 40px; }
    .vid-categories-wrap .vid-category-wrap .vid-category .icon-wrapper.nav-icon {
      width: 30px; }
    .vid-categories-wrap .vid-category-wrap .vid-category p {
      font-size: 2.1em; }
    .vid-categories-wrap .vid-category-wrap .vid-category .category-name {
      font-size: 1.7em;
      margin-bottom: 0.7em; } }

.entry-video-embed {
  clear: both;
  overflow: hidden; }
  @media screen and (max-width: 479px) {
    .entry-video-embed > div {
      min-height: 376px; } }

/* STYLESHEET FOR BEYOND CURRY BOOK PROMO */
.beyond-curry-promo .bc__orange-box {
  top: 0;
  left: 0;
  width: 59%;
  height: 100%;
  min-height: 200px;
  padding-top: 28px;
  background-color: #DF4426;
  text-align: center;
  color: white; }
  .beyond-curry-promo .bc__orange-box p {
    margin: 0;
    line-height: 1.1em;
    font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase; }
.beyond-curry-promo .bc__dk-blue-box {
  display: inline-block;
  position: relative;
  background-color: #15355B;
  padding: 10px 20px 9px;
  margin-top: 18px; }
  .beyond-curry-promo .bc__dk-blue-box:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    border-color: transparent transparent transparent #15355B;
    border-style: solid;
    border-width: 0 0 0 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: border-width 0.3s ease 0.1s, left 0.3s ease;
    -moz-transition: border-width 0.3s ease 0.1s, left 0.3s ease;
    transition: border-width 0.3s ease 0.1s, left 0.3s ease; }
.beyond-curry-promo .bc__title-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  height: 100%;
  min-height: 200px;
  padding: 0 4px 0 30px;
  text-align: center; }
  .beyond-curry-promo .bc__title-box .bc__title {
    display: inline;
    position: relative;
    width: 82%;
    height: auto;
    border: 0px none transparent; }
  .beyond-curry-promo .bc__title-box .bc__divider {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%; }
@media screen and (min-width: 480px) {
  .beyond-curry-promo .bc__orange-box {
    position: absolute; }
  .beyond-curry-promo .bc__title-centering {
    position: relative;
    height: 100%;
    width: 100%; }
  .beyond-curry-promo .bc__title {
    top: 49%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .beyond-curry-promo .promo-footer__link:hover .bc__dk-blue-box:after {
    left: 105%;
    border-width: 35px 0 35px 20px;
    -webkit-transition: border-width 0.3s ease, left 0.3s ease 0.1s;
    -moz-transition: border-width 0.3s ease, left 0.3s ease 0.1s;
    transition: border-width 0.3s ease, left 0.3s ease 0.1s; } }
@media screen and (max-width: 479px) {
  .beyond-curry-promo .bc__orange-box {
    width: 0; }
  .beyond-curry-promo .bc__want-more {
    display: none; }
  .beyond-curry-promo .bc__dk-blue-box {
    background-color: transparent;
    position: absolute;
    bottom: 5%;
    left: 52%;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .beyond-curry-promo .bc__dk-blue-box:after {
    left: 100%;
    border-width: 22px 0 22px 15px;
    border-color: transparent transparent transparent #DF4426; }
  .beyond-curry-promo .bc__get-it {
    color: #DF4426; }
  .beyond-curry-promo .bc__title-box {
    width: 100%;
    padding: 7% 7% 0 18%; }
    .beyond-curry-promo .bc__title-box .bc__divider {
      width: 12%; }
    .beyond-curry-promo .bc__title-box .bc__title {
      width: 100%; } }

.self-clear:after {
  content: '';
  display: table;
  clear: both; }

.visual-photo-background {
  min-height: 260px;
  height: 280px;
  overflow: hidden;
  color: #fff;
  position: relative; }
  .visual-photo-background .photo-figure {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*
    @include responsive(max-medium-screens) {
    		img {
    			width: 150%;
    		}
    }
    */ }
    .visual-photo-background .photo-figure img {
      width: 100%;
      max-width: none; }
    @media screen and (max-width: 479px) {
      .visual-photo-background .photo-figure {
        left: -50%;
        width: 480px; } }
    @media screen and (min-width: 768px) {
      .visual-photo-background .photo-figure {
        top: 50%; } }

.lazy-hidden {
  opacity: 0; }

.lazy-loaded {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1; }

.hidden, .hide {
  display: none; }

.show {
  display: block; }

.affix {
  position: fixed; }

.image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .image-overlay.dark-10 {
    background-color: rgba(0, 0, 0, 0.1); }
  .image-overlay.light-10 {
    background-color: rgba(255, 255, 255, 0.1); }
  .image-overlay.dark-20 {
    background-color: rgba(0, 0, 0, 0.2); }
  .image-overlay.light-20 {
    background-color: rgba(255, 255, 255, 0.2); }
  .image-overlay.dark-30 {
    background-color: rgba(0, 0, 0, 0.3); }
  .image-overlay.light-30 {
    background-color: rgba(255, 255, 255, 0.3); }
  .image-overlay.dark-40 {
    background-color: rgba(0, 0, 0, 0.4); }
  .image-overlay.light-40 {
    background-color: rgba(255, 255, 255, 0.4); }
  .image-overlay.dark-50 {
    background-color: rgba(0, 0, 0, 0.5); }
  .image-overlay.light-50 {
    background-color: rgba(255, 255, 255, 0.5); }
  .image-overlay.dark-60 {
    background-color: rgba(0, 0, 0, 0.6); }
  .image-overlay.light-60 {
    background-color: rgba(255, 255, 255, 0.6); }
  .image-overlay.dark-70 {
    background-color: rgba(0, 0, 0, 0.7); }
  .image-overlay.light-70 {
    background-color: rgba(255, 255, 255, 0.7); }
  .image-overlay.dark-80 {
    background-color: rgba(0, 0, 0, 0.8); }
  .image-overlay.light-80 {
    background-color: rgba(255, 255, 255, 0.8); }
  .image-overlay.dark-90 {
    background-color: rgba(0, 0, 0, 0.9); }
  .image-overlay.light-90 {
    background-color: rgba(255, 255, 255, 0.9); }

.print-controls {
  padding-bottom: 1em; }

@media print {
  body {
    font-size: 11pt;
    background-image: none; }

  p a:after, .link-external a:after, .affiliate-widget .btn:after {
    content: " (" attr(href) ")";
    font-size: 80%;
    text-transform: none; }

  iframe, video, .video-js, .entry-video-embed, header[role="banner"], .ad-wrapper, footer[role="footer"], .sidebar, .nav-share, .recommend, .widget, .comments-container, .callout, .nav-action-share-print, .block-related, .entry-tags, .author-links, .promo-banner, .vcard .external-links-list, .nav-action, [class^="promo-"], .author-byline.full, .affiliate-widget, .label-column, .icon, .rating-stars, #amazon-native {
    display: none !important; }

  .nearme.widget {
    display: block; }

  .list-categories {
    display: inline; }

  .author-byline.brief {
    text-align: left; }

  .entry-body {
    margin: 0 24pt; }

  .index-block {
    margin: 0; }

  .callout h4, .callout .callout-title, .breakoutbox h4, .breakoutbox .callout-title {
    color: #333; }

  .index-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }

  .vcard .wrapper-adr-links {
    padding-left: 0;
    padding-right: 0; }

  #nearme-body-widget .list .nearme-map {
    display: block;
    width: 100%;
    height: 120pt; }

  .print-hide-images .entry-body img, .print-hide-images .entry-body .caption {
    display: none; }

  .entry-body p img, .mode-legacy .entry-body p img, .mode-legacy .entry-body > img {
    clear: right;
    float: right;
    width: 45%;
    margin: 12pt 0 12pt 12pt; }

  .entry-body p.caption {
    float: right;
    clear: right;
    width: 45%; }

  .affiliate-widget figure {
    float: right; }

  .affiliate-widget img {
    max-width: 170px;
    max-height: 140px;
    height: auto;
    width: auto;
    margin-left: 20px; }

  .affiliate-widget h5, .affiliate-widget .btn {
    margin-right: 190px;
    clear: none; }

  .recipe-main-photo {
    float: right;
    width: 20%;
    margin: 0 0 12pt 12pt; }

  .mode-cooking .visual-photo-background {
    min-height: 0;
    display: block;
    overflow: visible;
    color: #3d414a; }

  .recipe-introduction {
    padding-bottom: 0; }

  .recipe-introduction-body, .recipe-why, .callout-bottom-recipe {
    margin: 0 0 1em 0; }

  .recipe-why .title, .recipe-ingredients .title, .recipe-procedures .title {
    color: #333;
    text-shadow: none; }

  .callout.callout-bottom-recipe {
    border-top: 0;
    padding: 0; }

  .recipe-why {
    display: none; }

  .mode-cooking .visual-photo-background .photo-figure {
    top: 0;
    width: 65%;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  .entry-header > * {
    text-align: left;
    padding-left: 0; }

  .entry-header .caption {
    display: none; }

  .recipe-about {
    border-top: 1px solid #d7d9db;
    margin-bottom: 0;
    padding-bottom: 0;
    float: left;
    width: 75%; }
    .recipe-about li {
      display: inline-block; }
      .recipe-about li:before {
        content: ""; }
    .recipe-about .label {
      padding-right: 6px; }
    .recipe-about .label, .recipe-about .info {
      display: inline-block; }

  .template-recipe .callout.callout-bottom {
    display: block;
    clear: both; }

  .recipe-body {
    clear: both;
    padding-top: 24pt; }
    .recipe-body .info-link {
      display: none; }

  .recipe-wrapper {
    margin-top: 0;
    padding: 0; }

  .recipe-procedure-number {
    width: 2%; }

  .recipe-ingredients li {
    margin-bottom: 0.25em; }

  .recipe-procedure-image {
    width: 20%;
    display: table-cell;
    vertical-align: top;
    padding-bottom: 2em; }

  .recipe-procedure-text {
    width: 78%;
    display: table-cell;
    padding: 0 1em; }

  .print-hide-images .recipe-main-photo, .print-hide-images .entry-header .caption, .print-hide-images .recipe-procedure-image {
    display: none; }
  .print-hide-images .recipe-about {
    float: none;
    width: 100%; }

  .template-recipe .comments-container {
    display: block; }
  .template-recipe .widget-content, .template-recipe .print-with-recipe, .template-recipe .comment, .template-recipe .pagination, .template-recipe #add, .template-recipe #post-comment, .template-recipe #comments .title, .template-recipe .include-comment {
    display: none; }
  .template-recipe .comment.comment-print {
    display: block; }

  .print-controls {
    display: none; } }
