body {
    font-family: sans-serif;
}

@media only screen and (min-width: 40.063em) {

    body {
    min-width: 1145px;
    width: 100%;
    }

}

small {
    font-size: 12px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #111;
}

/* HEADER STYLES */

.header {
    background-color: #f2efe8;
    color: #fff;
    /* overflow: hidden;
 */    padding-top: 16px;
}

.header div.row {
    margin-bottom: 0px;
    padding: 0px;
}

.header .logo {
    display: inline;
}

.header span.tagline {
    color: #462f5d;
    display: inline;
    font-size: 18px!important;
    font-weight: 500;
    line-height: 21px;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    width: 300px;
    position: relative;
    top: 10px;
}

.header .logo img {
    height: 88px;
    width: 183px;
}

.header a {
    color: #462f5d;
}

.header a:hover {
    color: #462f5d;
}

.header .nav-large {
    font-family: sans-serif;
    font-weight: bold,
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
}

.header .nav-large ul {
    margin: 16px 0px 0px 10px;
    padding: 0px;
}

.header .nav-large ul li {
    border: 1px solid #fff;
    border-right: none;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
}

.header .nav-large ul li:last-child {
    border-right: 1px solid #fff;
}

.header .nav-large a {
    color: #fff;
    padding: 2px 10px;
}

.header .nav-large a.active {
    background-color: #fff;
    color: #462f5d;
}

.header .nav-large a.home, a.home {
    background-color: #462f5d;
    color: #fff;
}

.header .nav-large a.home.active, .header .nav-large a.home:hover {
    background-color: #fff;

    color: #462f5d;
}

.header .nav-large a.lifestyle, a.lifestyle {
    background-color: #e16d19;
}

.header .nav-large a.lifestyle.active, .header .nav-large a.lifestyle:hover {
    background-color: #fff;
    color: #e16d19;
}

.header .nav-large a.travel, a.travel {
    background-color: #4387c8;
}

.header .nav-large a.travel.active, .header .nav-large a.travel:hover {
    background-color: #fff;
    color: #4387c8;
}

.header .nav-large a.israeli-kitchen {
    background: #e04445 url('https://www.fromthegrapevine.com/static/img/nav/white_chev_dn.png') no-repeat 95%;
    padding-right: 30px;
}

a.israeli-kitchen{
  background-color: #e04445;
}

.header .nav-large a.israeli-kitchen.active, .header .nav-large a.israeli-kitchen:hover {
    background: #fff url('https://www.fromthegrapevine.com/static/img/nav/red_chev_dn.png') no-repeat 95%;
    padding-right: 30px;
    color: #e04445;
}


/* israeli drop */
.header .nav-large ul.israeli_drop{
    width: 190px;
    height: 330px;
    background: #fff;
    position: absolute;
    z-index: 10;
    left: 71px;
    margin-top: 0px !important;
    display: none;
}

.header .nav-large ul.israeli_drop li{
    border: none;
    list-style-type: none;
    white-space: nowrap;
}

.header .nav-large ul.israeli_drop li a{
    color: #e04445;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    line-height: 16px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.header .nav-large ul.israeli_drop li a.recipe_over{
    background: #fff url('https://www.fromthegrapevine.com/static/img/nav/red_chev_rt.png') no-repeat 50%;
}

.header .nav-large ul.israeli_drop li a.recipe_over:hover{
    background: #e04445 url('https://www.fromthegrapevine.com/static/img/nav/white_chev_rt.png') no-repeat 50%;
}

.header .nav-large ul.israeli_drop li a:hover{
    color: #fff;
    background: #e04445;
}

/* recipe drop */
.header .nav-large ul.recipe_drop{
    width: auto;
    height: auto;
    background: #e04445;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
    margin-top: 0px !important;
    padding-top: 10px;
    display: none;
}


.header .nav-large ul.recipe_drop li{
    border: none;
    list-style-type: none;
    white-space: nowrap;
}

.header .nav-large ul.recipe_drop li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 100;
}

.header .nav-large ul.recipe_drop li a:hover{
  text-decoration: underline;
}

.over_show{
  background: #e04445 url('https://www.fromthegrapevine.com/static/img/nav/white_chev_rt.png') no-repeat 50% !important;
  color: #fff !important;
}

.header .nav-large a.innovation, a.innovation {
    background-color: #4b9cb1;
}

.header .nav-large a.innovation.active, .header .nav-large a.innovation:hover {
    background-color: #fff;
    color: #4b9cb1;
}

.header .nav-large a.arts, a.arts {
    background-color: #dea72b;
}

.header .nav-large a.arts.active, .header .nav-large a.arts:hover {
    background-color: #fff;
    color: #dea72b;
}

.header .nav-large a.nature, a.nature {
    background-color: #7f9e02;
}

.header .nav-large a.nature.active, .header .nav-large a.nature:hover {
    background-color: #fff;
    color: #7f9e02;
}

.header .nav-large a.health, a.health {
    background-color: #00558c;
}

.header .nav-large a.health.active, .header .nav-large a.health:hover {
    background-color: #fff;
    color: #00558c;
}

.header .nav-large a.photos, a.photos {
    background-color: #51a78e;
    color: #fff;
}

.header .nav-large a.photos.active, .header .nav-large a.photos:hover {
    background-color: #fff;
    color: #51a78e;
}

.header .nav-large a.quizzes, a.quizzes {
    background-color: #7c4689;
    color: #fff;
}

.header .nav-large a.quizzes.active, .header .nav-large a.quizzes:hover {
    background-color: #fff;
    color: #7c4689;
}

.header .nav-large a.videos, a.videos {
    background-color: #6f808b;
    color: #fff;
}

.header .nav-large a.videos.active, .header .nav-large a.videos:hover {
    background-color: #fff;
    color: #6f808b;
}

.header .nav-large a.podcasts, a.podcasts {
    background-color: #333;
    color: #fff;
}

.header .nav-large a.podcasts.active, .header .nav-large a.podcasts:hover {
    background-color: #fff;
    color: #333;
}


.header .nav-tools form {
    background: none;
    margin: 0px;
    padding: 0px;
    width: 220px;
    position: relative;
    float: right;
}

.header .nav-tools form i {
    color: #462f5d;
    position: absolute;
    top: 54px;
    right: 5px;
}

.header .nav-tools form input {
    background: none;
    background-color: #fff;
    border: 1px solid #462f5d;
    box-shadow: none;
    color: #462f5d;
    font-family: sans-serif;
    font-size: 16px;
    height: 30px;
    padding: 0px 8px 0px 8px;
    margin-bottom: 0;
}

.header .nav-tools form button {
   position: absolute;
   top: 1px;
   right: 1px;
   background: url('/static/img/search_icon_15.png') no-repeat center #fff !important;
   padding-left: 20px;
   padding-top: 10px;
   padding-right: 20px;
   margin-bottom: 0;
}

.header ul.header-social-list {
    font-size: 20px;
    margin-bottom: 16px;
}

.header ul.header-social-list li {
    margin: 0px 0px 0px 10px;
}

@media only screen and (max-width: 40em) {
    div.category-section {
    min-height: 450px;
    }
}

.header .logo-container {
    float: left;
}

.top-bar {
    background: #f2efe8;
    background-color: #f2efe8;
}

.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button), .contain-to-grid, {
    background-color: #f2efe8;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
}

section.category-list ul li {
    background-color: #462f5d;
    font-family: sans-serif;
    padding-left: 15px;
}

/* Google CSE */

.header .nav-tools table {
    background: none;
    background-color: clear;
    padding: 0px;
    margin: 0px;
}

/**
 * Minimalist theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0px;
  width: 100% !important;
}
.cse .gsc-control-wrapper-cse,
.gsc-control-wrapper-cse {
  width: 100% !important;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  font-family: sans-serif;
  background-color: clear;
}
.gsc-control-cse .gsc-table-result {
  font-family: Arial, sans-serif;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
/* Search form */
.cse form.gsc-search-box,
form.gsc-search-box {
  padding: 0px;
  margin-bottom: 0px;
}
.cse .gsc-branding-text,
.gsc-branding-text {
  color: #000000;
}
/**
 * Table cell containing the search input.
 * 12 pixels added to account for the horizontal padding on the input.
 */
.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input {
  padding-right: 0px;
}
.cse .gsc-search-box,
.gsc-search-box {
  border-collapse: collapse;
}
/* Search input */
.cse input.gsc-input,
input.gsc-input {
  font-family: inherit;
  border: 1px solid #BBB;
  padding: 3px 6px;
  width: 100%!important;
  font-size: 16px;
}

/* Base tab selector styles */
.cse .gsc-tabHeader,
.gsc-tabHeader {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 8px 0 8px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  background-color: #777777;
  border: 1px solid;
  border-color: #777777;
  border-bottom: none;
  color: #ffffff;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #333333;
  border: 1px solid;
  border-color: #333333;
  border-bottom: none;
  color: #ffffff;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #333333;
  padding: 0;
}
/* Inactive refinement */
.cse .gsc-refinementHeader.gsc-refinementhInactive,
.gsc-refinementHeader.gsc-refinementhInactive {
  color: #444444;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  margin: 0;
  border: block;
}
/* Wrapper for all results */
.cse .gsc-results,
.gsc-results {
  width: 100%;
  margin-top: 1em;
}
/* Uber-wrapper for a result. Add padding to elements within a result block */
.cse .gs-result div.gs-title,
div.gs-title,
.cse .gs-result .gs-snippet,
.gs-result .gs-snippet,
.cse .gs-result .gs-visibleUrl,
.gs-result .gs-visibleUrl,
.cse .gs-spelling,
.gs-spelling {
  padding: 0;
}
/* Font size */
.cse .gs-result .gs-snippet,
.gs-result .gs-snippet,
.cse .gs-spelling-original,
.gs-spelling-original {
  font-size: 14px;
  line-height: 18px;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result,
.gsc-imageResult-classic,
.gsc-imageResult-column {
  padding: 0 0 0 .5em;
  border-left: 1px solid;
  border-color: #ffffff;
  border-bottom: 0px solid;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border-left: 1px solid;
  border-color: #000000;
  border-bottom: 0px solid;
}
/* Set link colors. */
.cse .gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link,
.cse .gs-webResult.gs-result a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link b,
.cse .gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited,
.cse .gs-webResult.gs-result a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:visited b,
.cse .gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover,
.cse .gs-webResult.gs-result a.gs-title:hover b,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b,
.cse .gsc-cursor-page,
.gsc-cursor-page,
.cse .gsc-trailing-more-results:link,
.gsc-trailing-more-results:link,
.cse .gs-spelling a,
.gs-spelling a {
  color: #444444;
}
.cse .gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active,
.cse .gs-webResult.gs-result a.gs-title:active b,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
  color: #777777;
}
/* Snippet text color */
.cse .gs-webResult .gs-snippet,
.gs-webResult .gs-snippet,
.gs-fileFormatType,
.gs-imageResult .gs-snippet {
  color: #333333;
}

/* Size text color */
.gs-imageResult .gs-size,
.gs-imageResult .gs-size {
  color: #333333;
}

/* URL text color */
.cse .gs-webResult .gs-visibleUrl,
.gs-webResult .gs-visibleUrl,
.cse .gs-webResult .gs-visibleUrl-short,
.gs-webResult .gs-visibleUrl-short,
.gs-imageResult .gs-visibleUrl,
.gs-imageResult .gs-visibleUrl-short {
  color: #000000;
  font-weight: bold;
}
/* Pagination container centered */
.cse .gsc-cursor-box,
.gsc-cursor-box {
  border-top: 1px dotted;
  border-color: #333333;
  padding: .5em 0 0 .5em;
  text-align: left;
}
/* Selected pagination */
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  color: #fff;
  background-color: #333333;
  text-shadow: 0 1px 1px #000;
  padding: 0 5px;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gsc-webResult.gsc-result.gsc-promotion,
.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #E6E6E6;
  border-color: #CCCCCC;
}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #444444;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #00CC00;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #333333;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #00CC00;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #eee;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 16px;
  background: white;
  border: 1px solid #BBB;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
.gsc-completion-title {
  color: #0000CC;
}
.gsc-completion-snippet {
  color: #333333;
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display: block;
}

.gsc-reviewer {
  color: #222;
}

.gsc-author {
  color: #222;
}

.gsc-table-cell-thumbnail,
.gs-promotion-image-cell {
  padding: 0 0 0 6px;
}

.gsc-option-menu-item-highlighted {
  background-color: #eee;
}

/* Facet box css */
.gsc-context-box {
  font-size: 83%;
  margin-top: 3px;
  border-collapse: collapse;
}

.gsc-context-box .gsc-col {
  padding:1px 0;
  white-space: nowrap;
  vertical-align: middle;
}

.gsc-context-box .gsc-facet-label {
  width: 65px;
  padding-left: 2px;
  text-decoration: underline;
  color: #333333;
  cursor: pointer;
}

.gsc-context-box .gsc-chart {
  width: 32em;
  padding: 3px;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
}

.gsc-context-box .gsc-top {
  border-top: 1px solid #777777;
}

.gsc-context-box .gsc-bottom {
  border-bottom: 1px solid #777777;
}

.gsc-context-box .gsc-chart div {
  background: #777777;
  height: 9px;
}

.gsc-context-box .gsc-facet-result {
  color: #333333;
  width: 30px;
  text-align: right;
  padding-right: 5px;
}

/* Universal one box css. */
.gsc-usr-group-thumbnail {
  display: inline-block;
  max-width: 72px;
  max-height: 72px;
}
.gsc-usr-group-thumbnail img {
  max-height: 72px;
  overflow: hidden;
}
.gs-webResult .gs-title
.gs-title.gsc-usr-group-heading {
  color: #333333;
  cursor: pointer;
}
.gsc-usr-group {
  min-height: 100px;
  zoom: 1;
  display: block;
  border: 1px solid #ebebeb;
  line-height: 1.24;
  margin-top: -7px;
  margin-bottom: -7px;
  margin-left: 30px;
}
.gsc-usr-group-content {
  padding-top: 1px;
  padding-bottom: 3px;
}
.gsc-usr-group-content-thumbnail {
  display: inline-block;
  vertical-align: top;
}
.gsc-usr-group-head-result {
  display: inline-block;
  padding-left: 6px;
}
.gsc-usr-group-snippet {
  width: 100%;
  height: 3.6em;
  overflow: hidden;
}
.gsc-usr-group-content-results {
  font-size: 12px;
  padding-left: 1px;
  width: 80%;
  padding-top: 5px;
}
.gsc-usr-group-head-results {
  display:inline-block;
  font-size: 13px;
  padding-left: 6px;
  width: 80%;
}
.gs-webResult .gs-title
.gs-title.gsc-usr-group-all-results {
  font-size: 11px;
  line-height: 10px;
}
.gs-webResult .gs-title
.gs-title.gsc-usr-group-all-results
b {
  font-size: 14px;
  font-weight: 600;
}

.header table {
    float: right;
}


.header table tr th, .header table tr td {
    padding: 0px;
    margin: 0px;
}

.header td.gsc-search-button {
    width: 0px!important;
}

/* Search button */
.header .cse input.gsc-search-button,
.header input.gsc-search-button {
  visibility: hidden!important;
  display: none!important;
    background: none;
    background-color: #fff;
    border: 1px solid #462f5d!important;
    box-shadow: none;
    color: #462f5d;
    font-family: sans-serif;
    font-size: 16px;
    height: 0px;
    padding: 0px;
}

.header div.gsc-clear-button, .header td.gsc-clear-button {
  visibility: hidden!important;
  display: none!important;
}

.header td.gsc-input {
    padding: 0px!important;
    margin: 0px!important;
    width: 212px!important;
}

.header .cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
    padding-right: 0px!important;
}

.search-box {
    height: 30px;
}

/* Home Page */

.homepage-featured-story p.byline {
    color: #bebebe;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

.homepage-featured-story p.byline a {
    color: #462f5d;
    font-weight: bold;
}

div.homepage-featured-story p {
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
}

div.homepage-featured-story h1 {
    font-family: Helvetica,sans-serif;
    font-size: 48px;
    line-height: 52px;
}

div.homepage-featured-story h3, div.homepage-category-section h4 {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

div.content p.byline {
    color: #848484;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}


.off-canvas-list {
    overflow: hidden;
}

.off-canvas-list li.nav.active {
 /* border-left: 7px solid #333; */
}

.off-canvas-list li.lifestyle {
    border-left: 7px solid #e16d19;
}

.off-canvas-list li.lifestyle.active {
    background-color: #e16d19;
    color: #fff;
}

.off-canvas-list li.travel {
    border-left: 7px solid #4387c8;
}

.off-canvas-list li.travel.active {
    background-color: #4387c8;
    color: #fff;
}

.off-canvas-list li.israeli-kitchen-mob{
  border-left: 7px solid #e04445;
}


.off-canvas-list li.israeli-kitchen-mob ul.israeli_drop_mob{
    margin-left: 0px !important;
}

.off-canvas-list li.israeli-kitchen-mob ul.israeli_drop_mob li a{
    background: none;
    font-size: 15px;
}


.off-canvas-list li.israeli-kitchen-mob ul.israeli_drop_mob li.recipe_dn ul.recipe_drop_mob{
    margin-left: 0px !important;
    display: none;
}

.off-canvas-list li.israeli-kitchen-mob ul.israeli_drop_mob li.recipe_dn ul.recipe_drop_mob li a{
    font-size: 14px;
    padding-left: 25px;
    font-weight: 100;
    background: #3d3d3d;
    border-bottom: none !important;
}

.active_ik {
    background: #e04445 !important;
    color: #fff !important;
}

.active_recipe{
    background: #656363 !important;
    color: #fff !important;
}

.active_sub {
    display: block !important;
}


.off-canvas-list li.from-grapevine {
    border-left: 7px solid #3d2952;
    background: #3d2952;
    color: #fff;
}

.off-canvas-list li.innovation {
    border-left: 7px solid #4b9cb1;
}

.off-canvas-list li.innovation.active {
    background-color: #4b9cb1;
    color: #fff;
}

.off-canvas-list li.arts {
    border-left: 7px solid #dea72b;
}

.off-canvas-list li.arts.active {
    background-color: #dea72b;
    color: #fff;
}

.off-canvas-list li.nature {
    border-left: 7px solid #7f9e02;
}

.off-canvas-list li.nature.active {
    background-color: #7f9e02;
    color: #fff;
}

.off-canvas-list li.health {
    border-left: 7px solid #00558c;
}

.off-canvas-list li.health.active {
    background-color: #00558c;
    color: #fff;
}

.off-canvas-list li.photos {
    border-left: 7px solid #51a78e;
}

.off-canvas-list li.photos.active {
    background-color: #51a78e;
    color: #fff;
}

.off-canvas-list li.quizzes {
    border-left: 7px solid #7c4689;
}

.off-canvas-list li.quizzes.active {
    background-color: #7c4689;
    color: #fff;
}

.off-canvas-list li.videos {
    border-left: 7px solid #6f808b;
}

.off-canvas-list li.videos.active {
    background-color: #6f808b;
    color: #fff;
}

.off-canvas-list li.podcasts {
    border-left: 7px solid #000;
}

.off-canvas-list li.podcasts.active {
    background-color: #333;
    color: #fff;
}

.off-canvas-list li.search-box input {
    background-color: #767676;
    border: none;
    box-shadow: none;
    color: #fff;
    margin-left: 10px;
    margin-top: 10px;
    width: 92%;
    font-family: Helvetica, sans-serif;
}

div.row {
    margin-bottom: 24px;
}


.tab-bar {
    background: none repeat scroll 0 0 #f2efe8;
    padding: 10px 0px 10px 10px;
    margin-bottom: 10px;
    height: 86px;
}

.tab-bar .social-inline-list {
    position: absolute;
    right: 20px;
    top: 29px;
}

.tab-bar .social-inline-list a {
    color: #462f5d;
}

.tab-bar .social-inline-list ul {
    display: inline;
}

.tab-bar .social-inline-list ul li {
    display: inline;
    float: none;
    list-style-type: none;
    margin-left: 10px;
}

.tab-bar .toggle {
    float: right;
    margin-left: 20px;
}

.tab-bar a {

}

@media only screen and (max-width: 40em) {

    div.recipe-content .mobile-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }

    div.recipe-content .mobile-columns {
        padding-left: 10px;
	padding-right: 10px;
    }
}

.hidden-next {
  display: none;
}

img + small, a + small {
    color: #333 !important;
    display: block;
    font-family: Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

div.article-content .primary-image-caption {
    float: right;
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
}
div.article-content a + small, div.article-content img + small {
    display: block;
}

.primary-image-caption {
    margin-right: 10px;
}

div.content p.subhead {
    font-family: Helvetica,sans-serif;
}

div.content p, div.content ul, div.content ol {
    color: #000;
    font-family: Helvetica,sans-serif;
    font-size: 16px;
    line-height: 32px;
}

div.content h1 {
    font-family: Helvetica,sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 4px;
    margin-top: 12px;
}

div.content h1 {
    font-size: 28px;
    line-height: 32px;
}

.primary-image-container img {
    text-align: center;
    width: 100% !important;
}

div.content p {
    font-size: 16px;
    line-height: 26px;
}

div.content div.row {
    margin-bottom: 0;
}

.content .social-inline-list ul {
    line-height: 20px;
}

.content .social-inline-list ul li.facebook a {
    background-color: #3d598f;
}

.content .social-inline-list a {
    color: #fff;
    font-size: 20px;
    padding: 3px 10px;
}

div.content a {
    color: #462f5d;
    font-weight: 600;
}

h4.category-header {
    font-family: Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.toggle .icon-bar {
    border-radius: 0px;
    border-top: 5px solid white;
    border-color: #462f5d;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 30px;
}
