@charset "UTF-8";
/*TitlingGothicFBNormal-Light*/
@font-face {
  font-family: 'TitlingGothicFBNormal-Light';
  src: url("../fonts/TitlingGothicFBNormal-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNormal-Light.otf") format("opentype"), url("../fonts/TitlingGothicFBNormal-Light.woff") format("woff"), url("../fonts/TitlingGothicFBNormal-Light.ttf") format("truetype"), url("../fonts/TitlingGothicFBNormal-Light.svg#TitlingGothicFBNormal-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNormal-Regular*/
@font-face {
  font-family: 'TitlingGothicFBNormal-Regular';
  src: url("../fonts/TitlingGothicFBNormal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNormal-Regular.otf") format("opentype"), url("../fonts/TitlingGothicFBNormal-Regular.woff") format("woff"), url("../fonts/TitlingGothicFBNormal-Regular.ttf") format("truetype"), url("../fonts/TitlingGothicFBNormal-Regular.svg#TitlingGothicFBNormal-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNormal-Medium*/
@font-face {
  font-family: 'TitlingGothicFBNormal-Medium';
  src: url("../fonts/TitlingGothicFBNormal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNormal-Medium.otf") format("opentype"), url("../fonts/TitlingGothicFBNormal-Medium.woff") format("woff"), url("../fonts/TitlingGothicFBNormal-Medium.ttf") format("truetype"), url("../fonts/TitlingGothicFBNormal-Medium.svg#TitlingGothicFBNormal-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBCond-Medium*/
@font-face {
  font-family: 'TitlingGothicFBCond-Medium';
  src: url("../fonts/TitlingGothicFBCond-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBCond-Medium.otf") format("opentype"), url("../fonts/TitlingGothicFBCond-Medium.woff") format("woff"), url("../fonts/TitlingGothicFBCond-Medium.ttf") format("truetype"), url("../fonts/TitlingGothicFBCond-Medium.svg#TitlingGothicFBCond-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNarrow-Regular*/
@font-face {
  font-family: 'TitlingGothicFBNarrow-Regular';
  src: url("../fonts/TitlingGothicFBNarrow-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNarrow-Regular.otf") format("opentype"), url("../fonts/TitlingGothicFBNarrow-Regular.woff") format("woff"), url("../fonts/TitlingGothicFBNarrow-Regular.ttf") format("truetype"), url("../fonts/TitlingGothicFBNarrow-Regular.svg#TitlingGothicFBNarrow-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNarrow-Light*/
@font-face {
  font-family: 'TitlingGothicFBNarrow-Light';
  src: url("../fonts/TitlingGothicFBNarrow-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNarrow-Light.otf") format("opentype"), url("../fonts/TitlingGothicFBNarrow-Light.woff") format("woff"), url("../fonts/TitlingGothicFBNarrow-Light.ttf") format("truetype"), url("../fonts/TitlingGothicFBNarrow-Light.svg#TitlingGothicFBNarrow-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNarrow-Bold*/
@font-face {
  font-family: 'TitlingGothicFBNarrow-Bold';
  src: url("../fonts/TitlingGothicFBNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNarrow-Bold.otf") format("opentype"), url("../fonts/TitlingGothicFBNarrow-Bold.woff") format("woff"), url("../fonts/TitlingGothicFBNarrow-Bold.ttf") format("truetype"), url("../fonts/TitlingGothicFBNarrow-Bold.svg#TitlingGothicFBNarrow-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 302, ../sass/_custom.scss */
video {
  max-width: none; }

/*
 * @file
 * styles
 *
 * It's a file for main site styles
 *
 */
/* line 13, ../sass/styles.scss */
.alignleft {
  float: left; }

/* line 17, ../sass/styles.scss */
.alignright {
  float: right; }

/* line 21, ../sass/styles.scss */
.aligncenter {
  text-align: center; }

/* line 25, ../sass/styles.scss */
.green-button {
  background-color: #41ad48;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center; }
  /* line 228, ../sass/_custom.scss */
  .green-button:hover {
    color: #fff;
    background-color: #000; }
  /* line 232, ../sass/_custom.scss */
  .green-button.arrowed:after {
    content: '';
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    height: 13px;
    height: 1.3rem;
    margin-left: 7px;
    width: 16px; }
  /* line 243, ../sass/_custom.scss */
  .green-button.arrowed.more:after {
    background-position: 0 0; }
  /* line 246, ../sass/_custom.scss */
  .green-button:focus {
    outline: none;
    color: #fff; }

/* line 28, ../sass/styles.scss */
.grey-button {
  background-color: #41ad48;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  background-color: #dcdcdc; }
  /* line 228, ../sass/_custom.scss */
  .grey-button:hover {
    color: #fff;
    background-color: #000; }
  /* line 232, ../sass/_custom.scss */
  .grey-button.arrowed:after {
    content: '';
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    height: 13px;
    height: 1.3rem;
    margin-left: 7px;
    width: 16px; }
  /* line 243, ../sass/_custom.scss */
  .grey-button.arrowed.more:after {
    background-position: 0 0; }
  /* line 246, ../sass/_custom.scss */
  .grey-button:focus {
    outline: none;
    color: #fff; }
  /* line 31, ../sass/styles.scss */
  .grey-button:hover {
    background-color: #dcdcdc !important; }

/* line 36, ../sass/styles.scss */
.list-marked {
  margin: 0 0 12px; }
  /* line 38, ../sass/styles.scss */
  .list-marked li {
    background-image: url(../images/hot-topics-arrow.png);
    background-image: url(../images/hot-topics-arrow.svg), none;
    background-position: 0 6px;
    background-repeat: no-repeat;
    padding: 0 0 5px 15px; }

/* line 47, ../sass/styles.scss */
.ol-list-marked {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
  margin: 0 0 12px; }
  /* line 52, ../sass/styles.scss */
  .ol-list-marked li {
    position: relative;
    padding: 0 0 13px 15px; }
    /* line 55, ../sass/styles.scss */
    .ol-list-marked li:before {
      color: #1aafec;
      content: counter(li);
      counter-increment: li;
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 700; }

/* line 71, ../sass/styles.scss */
#ad1x1-oop {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block; }

/* line 81, ../sass/styles.scss */
.dotted-pager {
  bottom: 0px;
  left: 0;
  line-height: 18px;
  line-height: 1.8rem;
  position: absolute;
  text-align: center;
  width: 100%; }
  /* line 88, ../sass/styles.scss */
  .dotted-pager a {
    background: #666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    margin-right: 3px;
    outline: none;
    text-indent: -9999px;
    width: 10px; }
    /* line 97, ../sass/styles.scss */
    .dotted-pager a:hover, .dotted-pager a.selected {
      background: #000; }

/* line 104, ../sass/styles.scss */
.ui-icon,
.ui-btn-text {
  display: none; }

/* line 109, ../sass/styles.scss */
a img {
  border: 0 none; }

/* line 113, ../sass/styles.scss */
#admin-menu, #admin-menu .dropdown {
  z-index: 1999; }

/* line 117, ../sass/styles.scss */
#columns {
  padding: 18px 0 400px 0;
  position: relative; }

/* line 122, ../sass/styles.scss */
#branding {
  float: right; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 125, ../sass/styles.scss */
  #page {
    position: static; } }

/* line 130, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-social {
  margin: 12px 0 4px 230px;
  width: 110px; }
  /* line 133, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-social .mf_homepage_social_links {
    overflow: hidden; }
    /* line 135, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-social .mf_homepage_social_links .mf_homepage_social_link {
      float: left;
      margin-right: 13px; }
      /* line 138, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-social .mf_homepage_social_links .mf_homepage_social_link img {
        display: block; }

/* line 145, ../sass/styles.scss */
#block-sailthru-basic-newsletter {
  margin-bottom: 15px; }

/* line 149, ../sass/styles.scss */
#header .block-search,
#sailthru-newsletters-header-form {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-color: #c8c7c7;
  border-width: 1px 0 1px 1px;
  margin-bottom: 4px; }

/*   Search   */
/* line 158, ../sass/styles.scss */
#search-block-form,
#search-block-form--2,
#sailthru-basic-newsletter-form {
  border: 1px solid #c8c7c7;
  border-right: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 24px;
  position: relative;
  width: 230px; }
  /* line 167, ../sass/styles.scss */
  #search-block-form .form-item,
  #search-block-form--2 .form-item,
  #sailthru-basic-newsletter-form .form-item {
    margin: 0; }
  /* line 170, ../sass/styles.scss */
  #search-block-form input.form-text,
  #search-block-form--2 input.form-text,
  #sailthru-basic-newsletter-form input.form-text {
    background: none;
    border: 0;
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
    height: 26px;
    margin-left: 8px;
    outline: medium none;
    padding: 0;
    text-indent: 0;
    width: 192px; }
    /* line 183, ../sass/styles.scss */
    #search-block-form input.form-text:hover, #search-block-form input.form-text:focus,
    #search-block-form--2 input.form-text:hover,
    #search-block-form--2 input.form-text:focus,
    #sailthru-basic-newsletter-form input.form-text:hover,
    #sailthru-basic-newsletter-form input.form-text:focus {
      color: #000; }
  /* line 188, ../sass/styles.scss */
  #search-block-form input[type="submit"],
  #search-block-form--2 input[type="submit"],
  #sailthru-basic-newsletter-form input[type="submit"] {
    background: url("../images/button.svg") no-repeat center center;
    border: 0 none;
    height: 26px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: -1px;
    width: 26px; }
    /* line 198, ../sass/styles.scss */
    #search-block-form input[type="submit"]:hover,
    #search-block-form--2 input[type="submit"]:hover,
    #sailthru-basic-newsletter-form input[type="submit"]:hover {
      background: url("../images/button_h.svg") no-repeat center center; }

/* line 204, ../sass/styles.scss */
#sailthru-basic-newsletter-form {
  background-color: #fedb31; }
  /* line 206, ../sass/styles.scss */
  #sailthru-basic-newsletter-form a.privacyPol {
    color: #666;
    display: block;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 10px;
    line-height: 1rem;
    margin-left: 5px;
    text-transform: uppercase; }
  /* line 214, ../sass/styles.scss */
  #sailthru-basic-newsletter-form .ajax-progress {
    display: none; }
  /* line 217, ../sass/styles.scss */
  #sailthru-basic-newsletter-form div.messages.error {
    background: none;
    border: 0;
    color: #ff0019;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -91px;
    top: 0;
    width: 81px; }
  /* line 230, ../sass/styles.scss */
  #sailthru-basic-newsletter-form #messages {
    display: none; }

/*   Main Nav   */
/* line 236, ../sass/styles.scss */
#main-nav {
  clear: both; }
  @media only screen and (min-width: 980px) {
    /* line 236, ../sass/styles.scss */
    #main-nav {
      float: right; } }
  /* line 242, ../sass/styles.scss */
  #main-nav > ul.menu {
    padding: 0;
    margin: 0 -12px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 242, ../sass/styles.scss */
      #main-nav > ul.menu {
        margin: 0 auto; } }
    /* line 248, ../sass/styles.scss */
    #main-nav > ul.menu > li {
      float: left;
      list-style: none;
      margin-right: 14px;
      position: relative; }
      @media only screen and (min-width: 980px) {
        /* line 254, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover > a {
          color: #ee523a !important; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        /* line 254, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover > a {
          color: #666; } }
      /* line 263, ../sass/styles.scss */
      #main-nav > ul.menu > li > a {
        display: block;
        font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 18px;
        line-height: 1.8rem;
        padding: 5px 6px;
        position: relative;
        text-transform: uppercase;
        z-index: 1200; }
        @media (max-width: 950px) and (min-width: 910px) {
          /* line 263, ../sass/styles.scss */
          #main-nav > ul.menu > li > a {
            font-size: 31px;
            font-size: 3.1rem; } }
        /* line 275, ../sass/styles.scss */
        #main-nav > ul.menu > li > a.active-trail, #main-nav > ul.menu > li > a.active {
          background: #fff;
          color: #000;
          border: 1px solid #dcdcdc;
          -moz-box-shadow: 0 2px 5px #666;
          -webkit-box-shadow: 0 2px 5px #666;
          box-shadow: 0 2px 5px #666;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          padding: 4px 5px 0; }
          @media only screen and (min-width: 768px) and (max-width: 979px) {
            /* line 275, ../sass/styles.scss */
            #main-nav > ul.menu > li > a.active-trail, #main-nav > ul.menu > li > a.active {
              padding: 1px 1px 0; } }
          /* line 286, ../sass/styles.scss */
          #main-nav > ul.menu > li > a.active-trail:hover, #main-nav > ul.menu > li > a.active:hover {
            border: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
        /* line 291, ../sass/styles.scss */
        .wf-inactive #main-nav > ul.menu > li > a, .wf-loading #main-nav > ul.menu > li > a, .no-js #main-nav > ul.menu > li > a {
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: 700; }
      /* line 298, ../sass/styles.scss */
      #main-nav > ul.menu > li ul.menu {
        background: #fff;
        border: 1px solid #dcdcdc;
        display: none;
        -moz-box-shadow: 0 2px 5px #666;
        -webkit-box-shadow: 0 2px 5px #666;
        box-shadow: 0 2px 5px #666;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        left: -1px;
        top: 30px;
        width: 248px;
        z-index: 1100; }
        /* line 309, ../sass/styles.scss */
        #main-nav > ul.menu > li ul.menu li {
          border-top: 1px solid #dcdcdc;
          padding: 0 0 0 10px; }
          /* line 312, ../sass/styles.scss */
          #main-nav > ul.menu > li ul.menu li a {
            display: block;
            font-weight: 700;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 36px;
            line-height: 3.6rem;
            text-transform: uppercase; }
            /* line 318, ../sass/styles.scss */
            #main-nav > ul.menu > li ul.menu li a:hover, #main-nav > ul.menu > li ul.menu li a.active-trail {
              color: #000; }
          /* line 323, ../sass/styles.scss */
          #main-nav > ul.menu > li ul.menu li:first-child {
            border: 0; }
      /* line 328, ../sass/styles.scss */
      #main-nav > ul.menu > li:last-child {
        margin-right: 0; }
        /* line 330, ../sass/styles.scss */
        #main-nav > ul.menu > li:last-child ul.menu {
          left: auto;
          right: -1px; }
      /* line 335, ../sass/styles.scss */
      #main-nav > ul.menu > li:hover {
        border: 1px solid #dcdcdc;
        border-bottom: 0;
        -moz-box-shadow: 0 2px 5px #666;
        -webkit-box-shadow: 0 2px 5px #666;
        box-shadow: 0 2px 5px #666;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #ee523a; }
        /* line 341, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover .nh_articles {
          color: #666; }
          /* line 344, ../sass/styles.scss */
          #main-nav > ul.menu > li:hover .nh_articles td[class*='col']:hover {
            color: #666;
            cursor: pointer; }
        /* line 350, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover > a {
          background: #fff;
          color: #666;
          padding: 4px 5px; }
          /* line 354, ../sass/styles.scss */
          #main-nav > ul.menu > li:hover > a.active, #main-nav > ul.menu > li:hover > a.active:hover {
            border: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
        /* line 360, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover ul.menu {
          display: block; }
  /* line 366, ../sass/styles.scss */
  #main-nav ul.menu li.active-trail:hover a {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

/*   Secondary Nav   */
/* line 373, ../sass/styles.scss */
#secondary-menu-bar {
  margin: 2px 0 4px;
  overflow: hidden;
  width: 100%; }
  /* line 377, ../sass/styles.scss */
  #secondary-menu-bar ul {
    width: 2000px; }
    /* line 379, ../sass/styles.scss */
    #secondary-menu-bar ul li {
      margin-right: 20px;
      margin-top: 2px; }
      /* line 382, ../sass/styles.scss */
      #secondary-menu-bar ul li a {
        color: #666;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 32px;
        line-height: 3.2rem; }
        /* line 387, ../sass/styles.scss */
        #secondary-menu-bar ul li a:hover {
          color: #000; }
        /* line 390, ../sass/styles.scss */
        #secondary-menu-bar ul li a.gnc-shop-link {
          background-color: #fdf105;
          background-position: 50%;
          background-repeat: no-repeat;
          background-image: url(../images/gnc-link-logo.png);
          background-image: url(../images/gnc-link-logo.svg);
          width: 90px;
          height: 21px;
          display: block;
          overflow: hidden;
          text-indent: -9999em;
          margin: 4px 0 0 -2px; }
      /* line 404, ../sass/styles.scss */
      #secondary-menu-bar ul li.last {
        margin-right: 0; }

/*   Third Nav   */
/* line 413, ../sass/styles.scss */
#third-nav {
  overflow: hidden;
  width: 100%; }
  /* line 416, ../sass/styles.scss */
  #third-nav ul {
    display: flex;
    justify-content: space-between; }
    /* line 420, ../sass/styles.scss */
    #third-nav ul:after {
      content: none !important; }
    /* line 423, ../sass/styles.scss */
    #third-nav ul li {
      float: left;
      margin-right: 25px; }
      /* line 426, ../sass/styles.scss */
      #third-nav ul li.last {
        margin-right: 0; }
      /* line 429, ../sass/styles.scss */
      #third-nav ul li a {
        color: #000;
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 23px;
        line-height: 2.3rem; }

/* line 443, ../sass/styles.scss */
.ajax-pager, .view-mf-sub-channels .pager,
.page-taxonomy-term .pager,
.most-popular-recipes-list .pager,
.view-videos .pager,
.view-more-videos .pager {
  padding: 0; }
  /* line 255, ../sass/_custom.scss */
  .ajax-pager .pager-first, .view-mf-sub-channels .pager .pager-first,
  .page-taxonomy-term .pager .pager-first,
  .most-popular-recipes-list .pager .pager-first,
  .view-videos .pager .pager-first,
  .view-more-videos .pager .pager-first,
  .ajax-pager .pager-previous,
  .view-mf-sub-channels .pager .pager-previous,
  .page-taxonomy-term .pager .pager-previous,
  .most-popular-recipes-list .pager .pager-previous,
  .view-videos .pager .pager-previous,
  .view-more-videos .pager .pager-previous,
  .ajax-pager .pager-item,
  .view-mf-sub-channels .pager .pager-item,
  .page-taxonomy-term .pager .pager-item,
  .most-popular-recipes-list .pager .pager-item,
  .view-videos .pager .pager-item,
  .view-more-videos .pager .pager-item,
  .ajax-pager .pager-current,
  .view-mf-sub-channels .pager .pager-current,
  .page-taxonomy-term .pager .pager-current,
  .most-popular-recipes-list .pager .pager-current,
  .view-videos .pager .pager-current,
  .view-more-videos .pager .pager-current,
  .ajax-pager .pager-last,
  .view-mf-sub-channels .pager .pager-last,
  .page-taxonomy-term .pager .pager-last,
  .most-popular-recipes-list .pager .pager-last,
  .view-videos .pager .pager-last,
  .view-more-videos .pager .pager-last,
  .ajax-pager .pager-ellipsis,
  .view-mf-sub-channels .pager .pager-ellipsis,
  .page-taxonomy-term .pager .pager-ellipsis,
  .most-popular-recipes-list .pager .pager-ellipsis,
  .view-videos .pager .pager-ellipsis,
  .view-more-videos .pager .pager-ellipsis {
    display: none; }
  /* line 263, ../sass/_custom.scss */
  .ajax-pager .pager-next, .view-mf-sub-channels .pager .pager-next,
  .page-taxonomy-term .pager .pager-next,
  .most-popular-recipes-list .pager .pager-next,
  .view-videos .pager .pager-next,
  .view-more-videos .pager .pager-next {
    width: 384px;
    padding: 24px 0 0 0; }
    /* line 266, ../sass/_custom.scss */
    .ajax-pager .pager-next a, .view-mf-sub-channels .pager .pager-next a,
    .page-taxonomy-term .pager .pager-next a,
    .most-popular-recipes-list .pager .pager-next a,
    .view-videos .pager .pager-next a,
    .view-more-videos .pager .pager-next a {
      background-color: #41ad48;
      color: #fff;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 20px;
      font-size: 2rem;
      line-height: 38px;
      line-height: 3.8rem;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      text-align: center;
      background: #41ad48 url(../images/vertical-arrows.png) no-repeat 363px -13px;
      font-weight: 900;
      display: block;
      color: #fff;
      font-size: 20px;
      font-size: 2rem; }
      /* line 228, ../sass/_custom.scss */
      .ajax-pager .pager-next a:hover, .view-mf-sub-channels .pager .pager-next a:hover,
      .page-taxonomy-term .pager .pager-next a:hover,
      .most-popular-recipes-list .pager .pager-next a:hover,
      .view-videos .pager .pager-next a:hover,
      .view-more-videos .pager .pager-next a:hover {
        color: #fff;
        background-color: #000; }
      /* line 232, ../sass/_custom.scss */
      .ajax-pager .pager-next a.arrowed:after, .view-mf-sub-channels .pager .pager-next a.arrowed:after,
      .page-taxonomy-term .pager .pager-next a.arrowed:after,
      .most-popular-recipes-list .pager .pager-next a.arrowed:after,
      .view-videos .pager .pager-next a.arrowed:after,
      .view-more-videos .pager .pager-next a.arrowed:after {
        content: '';
        display: inline-block;
        overflow: hidden;
        background-image: url(../images/button-arrow.svg);
        background-repeat: no-repeat;
        background-position: 0 100%;
        height: 13px;
        height: 1.3rem;
        margin-left: 7px;
        width: 16px; }
      /* line 243, ../sass/_custom.scss */
      .ajax-pager .pager-next a.arrowed.more:after, .view-mf-sub-channels .pager .pager-next a.arrowed.more:after,
      .page-taxonomy-term .pager .pager-next a.arrowed.more:after,
      .most-popular-recipes-list .pager .pager-next a.arrowed.more:after,
      .view-videos .pager .pager-next a.arrowed.more:after,
      .view-more-videos .pager .pager-next a.arrowed.more:after {
        background-position: 0 0; }
      /* line 246, ../sass/_custom.scss */
      .ajax-pager .pager-next a:focus, .view-mf-sub-channels .pager .pager-next a:focus,
      .page-taxonomy-term .pager .pager-next a:focus,
      .most-popular-recipes-list .pager .pager-next a:focus,
      .view-videos .pager .pager-next a:focus,
      .view-more-videos .pager .pager-next a:focus {
        outline: none;
        color: #fff; }
      /* line 269, ../sass/_custom.scss */
      .ajax-pager .pager-next a:hover, .view-mf-sub-channels .pager .pager-next a:hover,
      .page-taxonomy-term .pager .pager-next a:hover,
      .most-popular-recipes-list .pager .pager-next a:hover,
      .view-videos .pager .pager-next a:hover,
      .view-more-videos .pager .pager-next a:hover {
        background: #000 url(../images/vertical-arrows.png) no-repeat 363px -13px; }

/* line 457, ../sass/styles.scss */
.view-mf-sub-channels .pager .pager-next > a {
  background: #41ad48 url(../images/vertical-arrows.png) no-repeat 260px -13px; }
  /* line 459, ../sass/styles.scss */
  .view-mf-sub-channels .pager .pager-next > a:hover {
    background: #000 url(../images/vertical-arrows.png) no-repeat 260px -13px; }

/* line 464, ../sass/styles.scss */
body.page-topic-landing #ami_views_pager-ajax-loader, body.page-search #ami_views_pager-ajax-loader {
  background: url(../images/ajax-loader.gif) 50% 50% no-repeat;
  height: 15px; }

/*   Footer   */
/* line 470, ../sass/styles.scss */
#footer {
  background: #fff;
  border-top: 10px solid #666;
  color: #666;
  cursor: auto;
  height: 387px;
  margin: -387px auto 0;
  overflow: hidden;
  padding-top: 33px;
  position: static;
  text-align: left;
  width: 930px; }
  /* line 482, ../sass/styles.scss */
  #footer .region-footer-navs {
    margin: 0 auto;
    width: 542px; }
    /* line 485, ../sass/styles.scss */
    #footer .region-footer-navs .block-title {
      border-color: #dcdcdc;
      border-style: none none solid;
      border-width: 0 0 1px;
      color: #666;
      font-weight: 700;
      font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 30px;
      line-height: 3rem;
      padding: 0;
      text-transform: uppercase; }
    /* line 497, ../sass/styles.scss */
    #footer .region-footer-navs #block-menu-menu-american-media-inc {
      border-right: 1px solid #DCDCDC;
      float: left;
      width: 377px; }
      /* line 501, ../sass/styles.scss */
      #footer .region-footer-navs #block-menu-menu-american-media-inc li {
        width: 198px; }
        /* line 503, ../sass/styles.scss */
        #footer .region-footer-navs #block-menu-menu-american-media-inc li:nth-child(2n) {
          width: 177px; }
    /* line 508, ../sass/styles.scss */
    #footer .region-footer-navs #block-menu-menu-browse-mens-fitness {
      float: left;
      width: 136px; }
      /* line 511, ../sass/styles.scss */
      #footer .region-footer-navs #block-menu-menu-browse-mens-fitness ul {
        padding-left: 20px; }
        /* line 513, ../sass/styles.scss */
        #footer .region-footer-navs #block-menu-menu-browse-mens-fitness ul li {
          clear: left; }
      /* line 517, ../sass/styles.scss */
      #footer .region-footer-navs #block-menu-menu-browse-mens-fitness .block-title {
        padding-left: 20px; }
    /* line 521, ../sass/styles.scss */
    #footer .region-footer-navs ul {
      margin: 5px 0 0;
      padding: 0; }
      /* line 524, ../sass/styles.scss */
      #footer .region-footer-navs ul li {
        float: left; }
        /* line 526, ../sass/styles.scss */
        #footer .region-footer-navs ul li a {
          color: #666;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 21px;
          line-height: 2.1rem; }
          /* line 530, ../sass/styles.scss */
          #footer .region-footer-navs ul li a:hover {
            text-decoration: underline; }
  /* line 537, ../sass/styles.scss */
  #footer ul.partners-logos {
    padding: 0; }
    /* line 539, ../sass/styles.scss */
    #footer ul.partners-logos li {
      border: 3px solid #dcdcdc;
      display: inline-block;
      margin-right: 25px; }
      /* line 543, ../sass/styles.scss */
      #footer ul.partners-logos li:last-child {
        margin: 0; }
      /* line 546, ../sass/styles.scss */
      #footer ul.partners-logos li img {
        display: block;
        height: 31px;
        width: 88px; }

/*
=============================================================================
    Right Rail
=============================================================================
*/
/*   VIDEO   */
/* line 563, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-videos .block-title {
  font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 0 0 0 7px;
  letter-spacing: .25px;
  margin: 0 0 3px;
  text-align: center; }
  /* line 574, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-videos .block-title .color-yellow {
    color: #fedb31;
    text-transform: uppercase; }

/* line 586, ../sass/styles.scss */
.sidebar #home-video-gallery .video-player a {
  width: 300px;
  height: 168px;
  position: relative;
  transition: none; }
  /* line 591, ../sass/styles.scss */
  .sidebar #home-video-gallery .video-player a:before {
    content: '';
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    background: #000;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100; }
  /* line 606, ../sass/styles.scss */
  .sidebar #home-video-gallery .video-player a:after {
    content: '►';
    position: absolute;
    display: block;
    background: none;
    top: 1px;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 38px;
    width: 24px;
    height: 24px;
    z-index: 100;
    transition: none; }
  /* line 623, ../sass/styles.scss */
  .sidebar #home-video-gallery .video-player a:hover:before {
    background: #333; }
  /* line 626, ../sass/styles.scss */
  .sidebar #home-video-gallery .video-player a:hover:after {
    background: none;
    color: #FF0046;
    transition: none; }
/* line 636, ../sass/styles.scss */
#home-video-gallery .video-player {
  width: 300px;
  height: auto;
  overflow: hidden;
  margin-bottom: 17px; }
  @media only screen and (max-width: 767px) {
    /* line 636, ../sass/styles.scss */
    #home-video-gallery .video-player {
      width: 100%; } }
  /* line 644, ../sass/styles.scss */
  #home-video-gallery .video-player a {
    width: 288px;
    height: 257px;
    overflow: hidden;
    display: block;
    position: relative;
    border: solid 1px #4C6F7C;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      /* line 644, ../sass/styles.scss */
      #home-video-gallery .video-player a {
        width: 100%; } }
    /* line 655, ../sass/styles.scss */
    #home-video-gallery .video-player a:after {
      content: '';
      position: absolute;
      display: block;
      width: 65px;
      height: 65px;
      margin: auto;
      left: 0%;
      right: 0%;
      top: 0%;
      bottom: 0%;
      opacity: .9;
      background: url(../images/video-play-icon.png);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    /* line 671, ../sass/styles.scss */
    #home-video-gallery .video-player a:hover:after {
      opacity: 1;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  /* line 678, ../sass/styles.scss */
  #home-video-gallery .video-player .title a {
    font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase; }
  /* line 684, ../sass/styles.scss */
  #home-video-gallery .video-player .blurb {
    font-family: "TitlingGothicFBNarrow-Light", "Arial Narrow", Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #808080; }
/* line 691, ../sass/styles.scss */
#home-video-gallery .blurb a {
  font-family: "TitlingGothicFBNarrow-Light", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080; }
/* line 697, ../sass/styles.scss */
#home-video-gallery div a {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
  color: #000; }
  @media only screen and (max-width: 979px) {
    /* line 697, ../sass/styles.scss */
    #home-video-gallery div a {
      font-size: 18px;
      font-size: 1.8rem; } }
  /* line 705, ../sass/styles.scss */
  #home-video-gallery div a:hover {
    color: #ee523a; }
/* line 709, ../sass/styles.scss */
#home-video-gallery img {
  width: auto;
  display: block;
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
/* line 719, ../sass/styles.scss */
#home-video-gallery h4.title {
  margin: 8px 0 0 -1px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
  /* line 725, ../sass/styles.scss */
  #home-video-gallery h4.title a {
    color: #000;
    position: relative; }
    /* line 728, ../sass/styles.scss */
    #home-video-gallery h4.title a:hover {
      color: #ee523a; }
/* line 733, ../sass/styles.scss */
#home-video-gallery p.blurb {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-family: "TitlingGothicFBNarrow-Regular", "Arial Narrow", Arial, sans-serif;
  margin: 2px 0 28px;
  padding: 0;
  color: #808080;
  display: block; }
  @media only screen and (max-width: 979px) {
    /* line 733, ../sass/styles.scss */
    #home-video-gallery p.blurb {
      margin: 0 0 15px; } }

/* line 749, ../sass/styles.scss */
.video-list {
  margin-top: 8px;
  line-height: 17px;
  line-height: 1.7rem; }
  /* line 752, ../sass/styles.scss */
  .video-list a {
    background: url(../images/bg-rr-video-arrow.png) no-repeat scroll 2px 50% transparent;
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 16px;
    text-transform: none; }
    /* line 758, ../sass/styles.scss */
    .video-list a.more {
      background: none;
      color: #ee523a;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 17px;
      line-height: 1.7rem;
      font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
      padding: 0;
      text-transform: uppercase; }
    /* line 767, ../sass/styles.scss */
    .video-list a:hover {
      color: #000; }

/*   SUBSCRIBE   */
/* line 775, ../sass/styles.scss */
#block-sailthru-newsletters .form-checkboxes, body.page-newsletters #content .form-checkboxes {
  margin: 5px 0 0 !important;
  padding: 0 9px 0 13px; }
  /* line 778, ../sass/styles.scss */
  #block-sailthru-newsletters .form-checkboxes .form-type-checkbox, body.page-newsletters #content .form-checkboxes .form-type-checkbox {
    background: url("../images/bg-newsletter-checkbox-unchecked.png") no-repeat 0 11px;
    padding: 10px 0 0;
    margin: 0 0 5px; }
    /* line 782, ../sass/styles.scss */
    #block-sailthru-newsletters .form-checkboxes .form-type-checkbox input.form-checkbox, body.page-newsletters #content .form-checkboxes .form-type-checkbox input.form-checkbox {
      cursor: pointer;
      margin: 0;
      opacity: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      height: 20px;
      width: 20px; }
    /* line 790, ../sass/styles.scss */
    #block-sailthru-newsletters .form-checkboxes .form-type-checkbox label, body.page-newsletters #content .form-checkboxes .form-type-checkbox label {
      padding-left: 5px;
      cursor: pointer; }
      /* line 793, ../sass/styles.scss */
      #block-sailthru-newsletters .form-checkboxes .form-type-checkbox label div.text, body.page-newsletters #content .form-checkboxes .form-type-checkbox label div.text {
        color: #586e7a;
        padding: 0;
        height: auto; }
        /* line 797, ../sass/styles.scss */
        #block-sailthru-newsletters .form-checkboxes .form-type-checkbox label div.text .title, body.page-newsletters #content .form-checkboxes .form-type-checkbox label div.text .title {
          color: #000;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 15px;
          line-height: 1.5rem;
          font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
          font-weight: 700; }
        /* line 804, ../sass/styles.scss */
        #block-sailthru-newsletters .form-checkboxes .form-type-checkbox label div.text .description, body.page-newsletters #content .form-checkboxes .form-type-checkbox label div.text .description {
          padding: 0;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 16px;
          line-height: 1.6rem;
          font-weight: 400;
          color: #666; }
    /* line 813, ../sass/styles.scss */
    #block-sailthru-newsletters .form-checkboxes .form-type-checkbox.checked, body.page-newsletters #content .form-checkboxes .form-type-checkbox.checked {
      background: url(../images/bg-newsletter-checkbox-checked.png) no-repeat 0 4px; }

/* line 819, ../sass/styles.scss */
.page-mf-homepage .grey-title .block-title {
  background: #4C6F7C; }
/* line 822, ../sass/styles.scss */
.page-mf-homepage #block-boxes-ask-the-expert #ask-the-expert h3.block-title,
.page-mf-homepage h3.block-title {
  font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 31px;
  line-height: 3.1rem;
  letter-spacing: .75px;
  padding: 0;
  text-align: center; }

/* line 832, ../sass/styles.scss */
#block-sailthru-newsletters {
  border: 2px solid #b6c7cb;
  border-radius: 0px;
  padding-top: 7px;
  padding-bottom: 12px;
  width: 296px; }
  /* line 838, ../sass/styles.scss */
  #block-sailthru-newsletters .block-title {
    margin-bottom: 0;
    color: #FF161F;
    font-family: "TitlingGothicFBNormal-Light", "Arial Narrow", Arial, sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    text-transform: none;
    background: none;
    width: 245px;
    margin: 0 auto;
    line-height: 33px; }
    /* line 849, ../sass/styles.scss */
    #block-sailthru-newsletters .block-title a {
      color: #fff; }
  /* line 853, ../sass/styles.scss */
  #block-sailthru-newsletters .ajax-progress {
    display: none; }
  /* line 859, ../sass/styles.scss */
  #block-sailthru-newsletters div.email-field {
    background: #73AEB7;
    border-color: #B5C7CB;
    box-shadow: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    float: left;
    height: 38px;
    margin: 5px 0 0 11px;
    width: 235px; }
    /* line 872, ../sass/styles.scss */
    #block-sailthru-newsletters div.email-field div.form-item {
      float: left;
      height: 36px;
      margin: 0 9px 0 0;
      padding: 0;
      width: auto; }
      /* line 878, ../sass/styles.scss */
      #block-sailthru-newsletters div.email-field div.form-item input.form-text {
        background: none;
        border: 0;
        color: #586E7B;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
        font-family: "TitlingGothicFBNarrow-Regular", "Arial Narrow", Arial, sans-serif;
        font-style: normal;
        line-height: 38px;
        padding: 2px 5px 0;
        text-indent: 0;
        width: 220px; }
        /* line 890, ../sass/styles.scss */
        #block-sailthru-newsletters div.email-field div.form-item input.form-text:focus {
          outline: none; }
  /* line 896, ../sass/styles.scss */
  #block-sailthru-newsletters input.form-submit {
    margin-top: 5px;
    margin-left: -1px;
    background: url(../images/signup-btn.png);
    height: 40px;
    width: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    text-indent: -9999px; }
    /* line 906, ../sass/styles.scss */
    #block-sailthru-newsletters input.form-submit:hover {
      background: url(../images/signup-btn.png) -41px 0; }
    /* line 909, ../sass/styles.scss */
    #block-sailthru-newsletters input.form-submit:focus, #block-sailthru-newsletters input.form-submit:hover, #block-sailthru-newsletters input.form-submit:active {
      outline: none; }
  /* line 915, ../sass/styles.scss */
  #block-sailthru-newsletters a.privacyPol {
    clear: both;
    color: #999;
    display: block;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 15px;
    line-height: 1.5rem;
    margin: 8px 0 0 10px;
    text-decoration: none;
    text-transform: uppercase; }
    /* line 924, ../sass/styles.scss */
    #block-sailthru-newsletters a.privacyPol:hover {
      text-decoration: underline; }
  /* line 928, ../sass/styles.scss */
  #block-sailthru-newsletters #messages .messages.error {
    display: none; }
  /* line 931, ../sass/styles.scss */
  #block-sailthru-newsletters div.messages.error {
    border: 0px;
    background-color: inherit;
    background-image: none;
    color: #ff0019;
    font-style: italic;
    padding: 0px;
    margin: 10px;
    text-align: center;
    font-size: 1.2rem;
    position: absolute;
    bottom: -8px;
    left: 85px;
    text-align: right;
    width: 195px; }
  /* line 947, ../sass/styles.scss */
  #block-sailthru-newsletters .ui-btn-text {
    display: block; }
  /* line 950, ../sass/styles.scss */
  #block-sailthru-newsletters .ui-submit .ui-btn-text {
    display: none; }
  /* line 953, ../sass/styles.scss */
  #block-sailthru-newsletters .subscribe-error {
    color: #FF161F;
    text-align: center;
    font-size: 19px;
    font-size: 1.9rem;
    padding-top: 9px;
    line-height: 20px; }

/*   EDITORS PICS   */
/* line 963, ../sass/styles.scss */
.grey-title .block-title {
  background: #586e7a;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 41px;
  line-height: 4.1rem;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px; }

/*   MOST POPULAR   */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 976, ../sass/styles.scss */
  .sidebar .block-ami-mostpopular,
  #block-mf-homepage-mf-homepage-editors-pick {
    margin-top: 20px; } }
/* line 981, ../sass/styles.scss */
.sidebar .block-ami-mostpopular ul,
#block-mf-homepage-mf-homepage-editors-pick ul {
  padding: 0; }
  /* line 983, ../sass/styles.scss */
  .sidebar .block-ami-mostpopular ul li,
  #block-mf-homepage-mf-homepage-editors-pick ul li {
    border-bottom: 1px solid #818181;
    padding-bottom: 8px;
    margin-bottom: 10px;
    overflow: hidden; }
    /* line 988, ../sass/styles.scss */
    .sidebar .block-ami-mostpopular ul li a,
    #block-mf-homepage-mf-homepage-editors-pick ul li a {
      color: #666;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 18px;
      line-height: 1.8rem; }
      /* line 992, ../sass/styles.scss */
      .sidebar .block-ami-mostpopular ul li a img,
      #block-mf-homepage-mf-homepage-editors-pick ul li a img {
        float: left;
        margin-right: 13px;
        width: 78px; }
      /* line 997, ../sass/styles.scss */
      .sidebar .block-ami-mostpopular ul li a span.text,
      #block-mf-homepage-mf-homepage-editors-pick ul li a span.text {
        display: block;
        overflow: hidden;
        padding-right: 12px; }
        /* line 1001, ../sass/styles.scss */
        .sidebar .block-ami-mostpopular ul li a span.text span.title,
        #block-mf-homepage-mf-homepage-editors-pick ul li a span.text span.title {
          color: #000;
          display: block;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 16px;
          line-height: 1.6rem;
          letter-spacing: -.25px;
          font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
          font-weight: 700;
          overflow: hidden;
          max-height: 18px; }
        /* line 1013, ../sass/styles.scss */
        .sidebar .block-ami-mostpopular ul li a span.text span.subtitle,
        #block-mf-homepage-mf-homepage-editors-pick ul li a span.text span.subtitle {
          display: block;
          overflow: hidden;
          max-height: 36px;
          padding-top: 3px; }

/* line 1026, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li a span.text span.title {
  max-height: 100%; }
/* line 1030, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li.first a img {
  float: none;
  margin: 0;
  width: 100%; }
/* line 1035, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li.first a span.text span.title {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  clear: both; }
/* line 1040, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li.first a span.title {
  padding-top: 7px;
  padding-bottom: 7px; }
/* line 1045, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li.last {
  margin-bottom: 20px; }
/* line 1050, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick .block-title {
  margin-bottom: 5px; }
/* line 1055, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick li:not(.first) .title {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: none; }
/* line 1060, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick li:not(.first) .subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "TitlingGothicFBNarrow-Regular", "Arial Narrow", Arial, sans-serif;
  color: #808080; }
/* line 1067, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick .first img {
  border: solid 1px #4C6F7C;
  box-sizing: border-box; }
/* line 1071, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick .first .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: none; }
/* line 1076, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick .first .subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "TitlingGothicFBNarrow-Regular", "Arial Narrow", Arial, sans-serif; }

/*
=============================================================================
    HomePage
=============================================================================
*/
/*   Rotator   */
/* line 1093, ../sass/styles.scss */
.rotator {
  overflow: hidden;
  position: relative;
  height: 333px; }
  /* line 1097, ../sass/styles.scss */
  body:not(.page-mf-homepage) .rotator {
    width: 384px; }
    @media only screen and (min-width: 768px) {
      /* line 1097, ../sass/styles.scss */
      body:not(.page-mf-homepage) .rotator {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      /* line 1097, ../sass/styles.scss */
      body:not(.page-mf-homepage) .rotator {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      /* line 1106, ../sass/styles.scss */
      body:not(.page-mf-homepage) .rotator li .image {
        width: 400px;
        height: 333px; } }
    @media only screen and (max-width: 767px) {
      /* line 1106, ../sass/styles.scss */
      body:not(.page-mf-homepage) .rotator li .image {
        width: 296px;
        height: 257px;
        overflow: hidden; } }
    /* line 1116, ../sass/styles.scss */
    body:not(.page-mf-homepage) .rotator li .image img {
      display: block;
      width: auto;
      height: auto; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 1124, ../sass/styles.scss */
    body.page-mf-homepage .rotator {
      height: 213px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 1133, ../sass/styles.scss */
    body.page-mf-homepage .rotator ul li {
      height: 213px; } }
  @media only screen and (max-width: 767px) {
    /* line 1133, ../sass/styles.scss */
    body.page-mf-homepage .rotator ul li {
      height: 257px; } }
  /* line 1142, ../sass/styles.scss */
  body.page-mf-homepage .rotator .image {
    height: 333px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      /* line 1142, ../sass/styles.scss */
      body.page-mf-homepage .rotator .image {
        max-height: 257px;
        overflow: hidden; } }
  /* line 1151, ../sass/styles.scss */
  .rotator li {
    position: relative;
    float: left; }
    /* line 1154, ../sass/styles.scss */
    .rotator li img {
      display: block;
      width: 100%;
      height: auto;
      max-height: none; }
    /* line 1160, ../sass/styles.scss */
    .rotator li div.text {
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 0;
      height: 101px;
      left: 0;
      position: absolute;
      text-align: center;
      width: 100%;
      z-index: 10; }
      /* line 1169, ../sass/styles.scss */
      .rotator li div.text a {
        color: #fff;
        display: inline-block;
        padding: 17px 59px 15px 10px; }
        /* line 1173, ../sass/styles.scss */
        body.page-mf-homepage .rotator li div.text a {
          max-width: 400px;
          margin: 0 auto; }
        /* line 1177, ../sass/styles.scss */
        .rotator li div.text a span.title {
          display: block;
          font-size: 36px;
          font-size: 3.6rem;
          line-height: 32px;
          line-height: 3.2rem;
          font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
          font-weight: 700;
          letter-spacing: -0.6px;
          text-transform: uppercase;
          overflow: hidden;
          max-height: 32px; }
          /* line 1187, ../sass/styles.scss */
          body.page-mf-homepage .rotator li div.text a span.title {
            font-size: 30px;
            font-size: 3rem;
            line-height: 32px;
            line-height: 3.2rem;
            font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
            font-weight: 400; }
        /* line 1194, ../sass/styles.scss */
        .rotator li div.text a span.blurb {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 18px;
          line-height: 1.8rem; }
          /* line 1197, ../sass/styles.scss */
          body.page-mf-homepage .rotator li div.text a span.blurb {
            font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
            font-size: 14px;
            font-size: 1.4rem; }
        /* line 1203, ../sass/styles.scss */
        .rotator li div.text a:hover span.title {
          color: #ee523a; }
  /* line 1210, ../sass/styles.scss */
  .rotator #rotator-prev,
  .rotator #rotator-next {
    background: #40AE49 url(../images/hp-rotator-arrows.svg) no-repeat 6px 50%;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px 0 0 8px;
    bottom: 0;
    cursor: pointer;
    height: 101px;
    position: absolute;
    right: 24px;
    width: 25px;
    z-index: 1000; }
    /* line 1221, ../sass/styles.scss */
    .rotator #rotator-prev:hover,
    .rotator #rotator-next:hover {
      background-color: #000; }
  /* line 1225, ../sass/styles.scss */
  .rotator #rotator-next {
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0;
    border-radius: 0 8px 8px 0;
    right: 0;
    background-position: -19px 50%; }

/* line 1231, ../sass/styles.scss */
.page-taxonomy .rotator-block {
  padding-bottom: 55px;
  position: relative;
  margin-bottom: -3px;
  z-index: 10; }
  /* line 1234, ../sass/styles.scss */
  .page-taxonomy .rotator-block #rotator-pager {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      /* line 1234, ../sass/styles.scss */
      .page-taxonomy .rotator-block #rotator-pager {
        bottom: 8px; } }

/* line 1244, ../sass/styles.scss */
#block-mf-channels-mf-channels-sub-channel-rotator {
  margin-bottom: 0px; }
  @media only screen and (max-width: 767px) {
    /* line 1251, ../sass/styles.scss */
    #block-mf-channels-mf-channels-sub-channel-rotator #rotator-pager {
      bottom: 8px; } }

@media only screen and (min-width: 768px) {
  /* line 1259, ../sass/styles.scss */
  div[id^='block-mf-channels-mf-channels-rotator'] li,
  #block-mf-channels-mf-channels-sub-channel-rotator li {
    min-width: 384px; } }
@media only screen and (max-width: 767px) {
  /* line 1259, ../sass/styles.scss */
  div[id^='block-mf-channels-mf-channels-rotator'] li,
  #block-mf-channels-mf-channels-sub-channel-rotator li {
    min-width: 296px; } }

/*   FILMSTRIP   */
/* line 1269, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-filmstrip {
  margin-top: 8px;
  overflow: hidden;
  padding-bottom: 35px;
  position: relative;
  width: 100%;
  margin-bottom: 13px; }
  /* line 1277, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul {
    min-height: 125px !important;
    width: 10000px; }
    /* line 1280, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li {
      float: left; }
      /* line 1283, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li div.item span.title {
        color: #000;
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
        line-height: 1.2rem;
        font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
        font-weight: 700;
        max-height: 24px;
        overflow: hidden;
        padding-bottom: 2px;
        text-transform: uppercase; }
        /* line 1294, ../sass/styles.scss */
        body.page-mf-homepage #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li div.item span.title {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 15px;
          line-height: 1.5rem;
          font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
          max-height: 40px; }
          @media only screen and (min-width: 768px) and (max-width: 979px) {
            /* line 1294, ../sass/styles.scss */
            body.page-mf-homepage #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li div.item span.title {
              font-size: 14px !important;
              font-weight: 200 !important; } }
      /* line 1305, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li div.item:last-child {
        margin-right: 0; }
      /* line 1309, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li div.item a:hover span.title {
        color: #666; }

/* line 1319, ../sass/styles.scss */
.front #block-mf-homepage-mf-homepage-filmstrip {
  border-bottom: 10px solid #000;
  padding-bottom: 50px;
  margin-bottom: 0; }
  /* line 1323, ../sass/styles.scss */
  body.page-mf-homepage .front #block-mf-homepage-mf-homepage-filmstrip {
    padding-bottom: 52px; }
  @media only screen and (max-width: 979px) {
    /* line 1319, ../sass/styles.scss */
    .front #block-mf-homepage-mf-homepage-filmstrip {
      padding-bottom: 36px;
      margin-bottom: 0 !important; } }
  /* line 1330, ../sass/styles.scss */
  .front #block-mf-homepage-mf-homepage-filmstrip #filmstrip-pager {
    bottom: 13px; }
    /* line 1332, ../sass/styles.scss */
    body.page-mf-homepage .front #block-mf-homepage-mf-homepage-filmstrip #filmstrip-pager {
      bottom: 9px; }

/*   CENTRAL BLOCKS   */
/* line 1339, ../sass/styles.scss */
.taxonomy_block {
  border-top: 3px solid #666;
  padding-top: 25px; }
  /* line 1342, ../sass/styles.scss */
  body.page-mf-homepage .taxonomy_block {
    border-top: none;
    border-bottom: 3px solid #000;
    padding-top: 0;
    padding-bottom: 25px; }
    /* line 1347, ../sass/styles.scss */
    .last-channel body.page-mf-homepage .taxonomy_block {
      border-bottom: none; }
  /* line 1351, ../sass/styles.scss */
  .first .taxonomy_block {
    border-top: 12px solid #000; }
  /* line 1354, ../sass/styles.scss */
  .taxonomy_block div.items {
    position: relative; }
    /* line 1356, ../sass/styles.scss */
    .taxonomy_block div.items div.image {
      position: absolute;
      left: 0;
      top: 0; }
      /* line 1360, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block div.items div.image {
        max-width: 300px; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          /* line 1360, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.image {
            max-width: 187px; } }
        @media only screen and (max-width: 767px) {
          /* line 1360, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.image {
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: none; } }
  /* line 1375, ../sass/styles.scss */
  .image-left .taxonomy_block div.items {
    min-height: 296px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 1375, ../sass/styles.scss */
      .image-left .taxonomy_block div.items {
        min-height: 260px; } }
    @media only screen and (min-width: 980px) {
      /* line 1380, ../sass/styles.scss */
      body.page-mf-homepage .image-left .taxonomy_block div.items {
        padding-left: 320px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 1380, ../sass/styles.scss */
      body.page-mf-homepage .image-left .taxonomy_block div.items {
        padding-left: 200px; } }
    /* line 1388, ../sass/styles.scss */
    body.page-mf-homepage .image-left .taxonomy_block div.items div.arrow div.title a {
      background: none;
      position: relative; }
      /* line 1391, ../sass/styles.scss */
      body.page-mf-homepage .image-left .taxonomy_block div.items div.arrow div.title a:after {
        content: '';
        position: absolute;
        display: block;
        background: url(../images/hp-center-blocks-arrow.svg) no-repeat -13px 0px;
        background-size: 175%;
        height: 22px;
        width: 19px;
        top: 3px;
        left: -3px; }
        @media only screen and (max-width: 767px) {
          /* line 1391, ../sass/styles.scss */
          body.page-mf-homepage .image-left .taxonomy_block div.items div.arrow div.title a:after {
            display: none; } }
  /* line 1411, ../sass/styles.scss */
  .image-right .taxonomy_block div.items {
    padding-right: 192px;
    min-height: 296px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 1411, ../sass/styles.scss */
      .image-right .taxonomy_block div.items {
        min-height: 260px; } }
    @media only screen and (min-width: 980px) {
      /* line 1417, ../sass/styles.scss */
      body.page-mf-homepage .image-right .taxonomy_block div.items {
        padding-right: 320px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 1417, ../sass/styles.scss */
      body.page-mf-homepage .image-right .taxonomy_block div.items {
        padding-right: 200px; } }
    /* line 1425, ../sass/styles.scss */
    .image-right .taxonomy_block div.items div.image {
      right: 0;
      left: auto; }
      /* line 1428, ../sass/styles.scss */
      body.page-mf-homepage .image-right .taxonomy_block div.items div.image {
        max-width: 300px; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          /* line 1428, ../sass/styles.scss */
          body.page-mf-homepage .image-right .taxonomy_block div.items div.image {
            max-width: 187px; } }
        @media only screen and (max-width: 767px) {
          /* line 1428, ../sass/styles.scss */
          body.page-mf-homepage .image-right .taxonomy_block div.items div.image {
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: none; } }
  /* line 1443, ../sass/styles.scss */
  .image-right .taxonomy_block div.items div.arrow div.title a {
    background-position: 162px 0px;
    padding: 0 25px 0 0;
    text-indent: 0;
    max-width: 167px; }
    /* line 1448, ../sass/styles.scss */
    body.page-mf-homepage .image-right .taxonomy_block div.items div.arrow div.title a {
      background: none;
      padding: 0 25px 0 0;
      text-indent: 0;
      max-width: 167px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        /* line 1448, ../sass/styles.scss */
        body.page-mf-homepage .image-right .taxonomy_block div.items div.arrow div.title a {
          max-width: 260px; } }
      /* line 1457, ../sass/styles.scss */
      body.page-mf-homepage .image-right .taxonomy_block div.items div.arrow div.title a:after {
        content: '';
        position: absolute;
        display: block;
        background: url(../images/hp-center-blocks-arrow.svg) no-repeat 0px 0px;
        background-size: 175%;
        height: 22px;
        width: 19px;
        top: 3px;
        right: -3px; }
        @media only screen and (max-width: 767px) {
          /* line 1457, ../sass/styles.scss */
          body.page-mf-homepage .image-right .taxonomy_block div.items div.arrow div.title a:after {
            display: none; } }
  /* line 1475, ../sass/styles.scss */
  .taxonomy_block .block-title {
    margin: 0 0 14px; }
    /* line 1477, ../sass/styles.scss */
    body.page-mf-homepage .taxonomy_block .block-title {
      text-align: center;
      font-family: "TitlingGothicFBNarrow-Bold", "Arial Narrow", Arial, sans-serif;
      font-size: 22px;
      font-size: 2.2rem;
      text-transform: none;
      margin-bottom: 10px; }
    /* line 1484, ../sass/styles.scss */
    .taxonomy_block .block-title a {
      font-weight: 900;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 12px;
      line-height: 1.2rem; }
      /* line 1489, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block .block-title a {
        color: #FF161F;
        font-size: 22px;
        font-size: 2.2rem; }
        @media only screen and (max-width: 767px) {
          /* line 1489, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block .block-title a {
            text-transform: uppercase; } }
  /* line 1498, ../sass/styles.scss */
  .taxonomy_block div.items {
    overflow: hidden;
    position: relative; }
    /* line 1502, ../sass/styles.scss */
    .taxonomy_block div.items div.title a {
      color: #000;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 24px;
      line-height: 2.4rem;
      font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
      overflow: hidden;
      max-height: 62px;
      display: block;
      font-weight: 700; }
      /* line 1511, ../sass/styles.scss */
      .taxonomy_block div.items div.title a:hover {
        color: #666; }
      /* line 1514, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block div.items div.title a {
        font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          /* line 1514, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.title a {
            font-size: 18px;
            font-size: 1.8rem; } }
    /* line 1523, ../sass/styles.scss */
    .taxonomy_block div.items div.blurb {
      color: #666;
      overflow: hidden;
      max-height: 60px;
      padding-top: 2px;
      font-family: "TitlingGothicFBNarrow-Regular", "Arial Narrow", Arial, sans-serif;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 15px;
      line-height: 1.5rem; }
      /* line 1532, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block div.items div.blurb {
        color: #808080;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 18px;
        line-height: 1.8rem; }
        @media only screen and (max-width: 979px) {
          /* line 1532, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.blurb {
            max-height: 75px;
            font-size: 14px;
            font-size: 1.4rem;
            font-family: "TitlingGothicFBNarrow-Light", "Arial Narrow", Arial, sans-serif;
            color: #666; } }
    /* line 1544, ../sass/styles.scss */
    .taxonomy_block div.items div.item {
      margin-bottom: 20px; }
      /* line 1546, ../sass/styles.scss */
      .taxonomy_block div.items div.item:last-child {
        margin-bottom: 0; }
      /* line 1549, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block div.items div.item {
        margin-bottom: 25px; }
        @media only screen and (max-width: 767px) {
          /* line 1549, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.item {
            margin-bottom: 15px; } }
    /* line 1557, ../sass/styles.scss */
    .taxonomy_block div.items .arrow div.title a {
      background: url(../images/hp-center-blocks-arrow.svg) no-repeat -23px 0;
      display: block;
      text-indent: 25px;
      overflow: hidden;
      max-height: 100px; }
      /* line 1564, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block div.items .arrow div.title a {
        display: inline-block; }
  /* line 1571, ../sass/styles.scss */
  .image-right.two-lines-title .taxonomy_block div.image {
    top: -58px;
    margin-bottom: -58px; }

/* line 1581, ../sass/styles.scss */
body.page-mf-homepage .taxonomy_block_wrapper .item:first-child .title {
  line-height: 0; }

/* line 1588, ../sass/styles.scss */
.front #block-mf-channels-mf-channels-channel-sports .taxonomy_block,
#block-mf-channels-mf-channels-cr-sports-0 .taxonomy_block {
  border-top: 0; }

@media only screen and (max-width: 767px) {
  /* line 1592, ../sass/styles.scss */
  #block-mf-channels-mf-channels-cr-sports-0 {
    border-top: solid 3px #666;
    padding-top: 20px; } }
/* line 1597, ../sass/styles.scss */
#block-mf-channels-mf-channels-cr-sports-0 .taxonomy_block {
  padding-top: 5px; }

/* line 1602, ../sass/styles.scss */
body.not-front #block-mf-channels-mf-channels-rotator-sports {
  margin-bottom: 18px; }

/* line 1605, ../sass/styles.scss */
#block-dfp-right-subscribe-300x195 {
  margin-bottom: 0; }

/*   TOP NEWS   */
/* line 1610, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-group-block {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1;
  border-bottom: solid 4px;
  padding-bottom: 5px; }
  /* line 1616, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-group-block #home-video-gallery h4.title a {
    display: inline-block;
    text-indent: 28px; }
    /* line 1619, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-group-block #home-video-gallery h4.title a:after {
      content: '';
      position: absolute;
      display: block;
      width: 22px;
      height: 22px;
      left: 0px;
      top: 0;
      background: url(../images/hp-center-blocks-arrow.svg) no-repeat -18px 0;
      background-size: 175%;
      transform: rotate(90deg); }
      @media only screen and (max-width: 979px) {
        /* line 1619, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-group-block #home-video-gallery h4.title a:after {
          width: 23px;
          height: 20px;
          right: -31px;
          top: 1px;
          background-size: 170%;
          background-position-x: -20px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 1642, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes {
      width: 384px; }
      /* line 1646, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes #home-video-gallery .video-player {
        width: 100%; }
        /* line 1648, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes #home-video-gallery .video-player a {
          width: 100%;
          box-sizing: border-box; } }
  @media only screen and (max-width: 767px) {
    /* line 1642, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes {
      width: 100%;
      border-top: solid 4px #000;
      margin-top: 15px; }
      /* line 1660, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes #home-video-gallery .video-player {
        width: 100%; }
        /* line 1662, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes #home-video-gallery .video-player a {
          width: 100%;
          box-sizing: border-box; } }

/* line 1671, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-blogs {
  width: 285px;
  float: left;
  margin-top: 16px;
  margin-right: 25px; }
  /* line 1676, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-blogs .block-title {
    background: #FF161F;
    color: #fff;
    font-weight: 400;
    font-family: "TitlingGothicFBNormal-Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    margin: 0 0 2px 0;
    padding: 10px 0;
    position: relative;
    text-align: center; }
    /* line 1687, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-blogs .block-title span.blog-date {
      color: #000;
      display: block;
      font-weight: 200;
      font-family: "TitlingGothicFBNormal-Light", "Arial Narrow", Arial, sans-serif;
      font-size: 21px;
      font-size: 2.1rem;
      text-indent: 0;
      letter-spacing: .4px; }
  /* line 1697, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-blogs ul {
    height: auto;
    overflow: auto;
    padding: 0 10px 0 0; }
    @media only screen and (min-width: 980px) {
      /* line 1703, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-blogs ul li:last-child .blog-item:last-child {
        border-bottom: none !important; } }
    /* line 1709, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-blogs ul li div.blog-item {
      border-bottom: 1px solid #000;
      padding: 9px 0;
      overflow: hidden;
      line-height: 0; }
      /* line 1714, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-blogs ul li div.blog-item a {
        display: inline-block;
        vertical-align: top; }
        /* line 1718, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-blogs ul li div.blog-item a img {
          max-width: 80px; }
      @media only screen and (max-width: 979px) {
        /* line 1722, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-blogs ul li div.blog-item > a {
          display: none; } }
      /* line 1727, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .blog-item-caption {
        width: calc(100% - 96px);
        margin-left: 9px;
        display: inline-block; }
        @media only screen and (max-width: 979px) {
          /* line 1727, ../sass/styles.scss */
          #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .blog-item-caption {
            width: 100%;
            margin-left: 0; } }
      /* line 1736, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .title a {
        color: #000;
        display: block;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 22px;
        line-height: 2.2rem;
        font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
        overflow: hidden;
        margin-bottom: 1px; }
        @media only screen and (max-width: 979px) {
          /* line 1736, ../sass/styles.scss */
          #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .title a {
            text-transform: uppercase;
            letter-spacing: 0;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 16px;
            line-height: 1.6rem; } }
        /* line 1751, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .title a:hover {
          color: #ee523a; }
      /* line 1755, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .blurb a {
        color: #808080;
        font-family: "TitlingGothicFBNarrow-Light", "Arial Narrow", Arial, sans-serif;
        display: block;
        font-size: 15px;
        line-height: 15px;
        max-height: 50px;
        overflow: hidden;
        letter-spacing: .4px;
        padding-top: 1px; }
        @media only screen and (max-width: 767px) {
          /* line 1755, ../sass/styles.scss */
          #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .blurb a {
            line-height: 16px; } }
  /* line 1772, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-blogs a#blog-more {
    display: none; }

/* line 1776, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-video-nodes {
  width: 290px;
  display: inline-block; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 1776, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-video-nodes {
      border-top: solid 4px #000; } }
  /* line 1782, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-video-nodes h3 {
    color: #FF161F;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "TitlingGothicFBNarrow-Bold", "Arial Narrow", Arial, sans-serif;
    padding: 14px 0 23px; }
    @media only screen and (max-width: 979px) {
      /* line 1782, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-video-nodes h3 {
        padding-top: 25px;
        padding-bottom: 10px;
        text-transform: uppercase; } }

/* Ask The Expert   */
/* line 1798, ../sass/styles.scss */
.region-content-aside #block-boxes-ask-the-expert #ask-the-expert {
  border: solid 1px #586E7A; }
  /* line 1800, ../sass/styles.scss */
  .region-content-aside #block-boxes-ask-the-expert #ask-the-expert div.image {
    width: 150px;
    margin: 0 0 0 -1px;
    float: none; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 1800, ../sass/styles.scss */
      .region-content-aside #block-boxes-ask-the-expert #ask-the-expert div.image {
        float: left;
        margin-left: 25px; } }
    @media only screen and (max-width: 767px) {
      /* line 1800, ../sass/styles.scss */
      .region-content-aside #block-boxes-ask-the-expert #ask-the-expert div.image {
        float: left;
        width: 105px; } }
    /* line 1812, ../sass/styles.scss */
    .region-content-aside #block-boxes-ask-the-expert #ask-the-expert div.image img {
      margin: 0 auto;
      border: none; }
      @media only screen and (max-width: 767px) {
        /* line 1812, ../sass/styles.scss */
        .region-content-aside #block-boxes-ask-the-expert #ask-the-expert div.image img {
          margin: 10px 0 0 -1px; } }
  /* line 1820, ../sass/styles.scss */
  .region-content-aside #block-boxes-ask-the-expert #ask-the-expert ul {
    position: relative;
    padding: 0;
    float: none;
    width: 147px;
    margin: 10px auto; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 1820, ../sass/styles.scss */
      .region-content-aside #block-boxes-ask-the-expert #ask-the-expert ul {
        float: left;
        margin-left: 30px; } }
    @media only screen and (max-width: 767px) {
      /* line 1820, ../sass/styles.scss */
      .region-content-aside #block-boxes-ask-the-expert #ask-the-expert ul {
        float: left;
        margin-left: 20px; } }

/* line 1838, ../sass/styles.scss */
#block-boxes-ask-the-expert {
  margin-bottom: 20px; }
  /* line 1840, ../sass/styles.scss */
  #block-boxes-ask-the-expert #ask-the-expert {
    width: 100%;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1; }
    /* line 1844, ../sass/styles.scss */
    #block-boxes-ask-the-expert #ask-the-expert .block-title {
      font-size: 31px;
      font-size: 3.1rem;
      line-height: 27px;
      line-height: 2.7rem;
      padding: 9px 8px 12px;
      margin-bottom: 7px; }
      /* line 1849, ../sass/styles.scss */
      #block-boxes-ask-the-expert #ask-the-expert .block-title span {
        display: block;
        text-transform: none;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 18px;
        line-height: 1.8rem;
        font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0;
        padding-top: 9px; }
    /* line 1861, ../sass/styles.scss */
    #block-boxes-ask-the-expert #ask-the-expert div.image {
      float: left;
      width: 80px;
      margin-top: 13px; }
      /* line 1866, ../sass/styles.scss */
      #block-boxes-ask-the-expert #ask-the-expert div.image img {
        padding: 0 1px;
        display: block;
        border: solid 1px #4C6F7C; }
    /* line 1872, ../sass/styles.scss */
    #block-boxes-ask-the-expert #ask-the-expert ul {
      margin-top: 13px;
      padding: 0 0 0 16px;
      float: left; }
      @media only screen and (max-width: 767px) {
        /* line 1872, ../sass/styles.scss */
        #block-boxes-ask-the-expert #ask-the-expert ul {
          width: 100px; } }
      /* line 1879, ../sass/styles.scss */
      #block-boxes-ask-the-expert #ask-the-expert ul li {
        margin-bottom: 10px; }
        /* line 1881, ../sass/styles.scss */
        #block-boxes-ask-the-expert #ask-the-expert ul li.first-item {
          width: 135px;
          color: #586E7B;
          font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
          font-size: 14px;
          font-size: 1.4rem;
          border-bottom: solid 1px #586E7B;
          padding-right: 66px;
          line-height: 16px;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          @media only screen and (min-width: 768px) and (max-width: 979px) {
            /* line 1881, ../sass/styles.scss */
            #block-boxes-ask-the-expert #ask-the-expert ul li.first-item {
              padding-right: 9px; } }
        /* line 1895, ../sass/styles.scss */
        #block-boxes-ask-the-expert #ask-the-expert ul li a {
          color: #000;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 10px;
          line-height: 1rem;
          font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
          text-transform: uppercase; }
          @media only screen and (max-width: 767px) {
            /* line 1895, ../sass/styles.scss */
            #block-boxes-ask-the-expert #ask-the-expert ul li a {
              display: inline-block;
              line-height: 15px;
              line-height: 1.5rem; } }
          /* line 1906, ../sass/styles.scss */
          #block-boxes-ask-the-expert #ask-the-expert ul li a span {
            color: #1aafec;
            display: block; }
            @media only screen and (max-width: 767px) {
              /* line 1906, ../sass/styles.scss */
              #block-boxes-ask-the-expert #ask-the-expert ul li a span {
                padding-top: 3px; } }
            /* line 1912, ../sass/styles.scss */
            #block-boxes-ask-the-expert #ask-the-expert ul li a span.orange {
              color: #ee523a; }

/* CHANNELS PAGE */
/* line 1928, ../sass/styles.scss */
body.page-taxonomy #page-title, body.page-topics #page-title, body.page-authors #page-title, body.page-contact #page-title {
  font-size: 37px;
  font-size: 3.7rem;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 13px;
  padding-bottom: 16px;
  text-transform: uppercase; }

/* line 1941, ../sass/styles.scss */
body:not(.page-mf-homepage) .block-mf-channels {
  padding-bottom: 10px; }

/* line 1945, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-rotator {
  margin-bottom: auto !important; }

/* line 1948, ../sass/styles.scss */
.rotator-block {
  margin-top: 23px;
  padding-bottom: 42px;
  border-bottom: 10px solid black; }

/* HOT TOPICS BLOCK ON CHANNELS */
/* line 1955, ../sass/styles.scss */
.hot-topics-block {
  padding-bottom: 0px;
  overflow: auto; }
  /* line 1958, ../sass/styles.scss */
  .hot-topics-block.grey-title .block-title {
    margin-bottom: 21px; }
    /* line 1960, ../sass/styles.scss */
    body.page-mf-homepage .hot-topics-block.grey-title .block-title {
      margin-bottom: 12px; }

/*   HOT TOPICS ON HOMEPAGE   */
/* line 1968, ../sass/styles.scss */
.all-topics > a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  font-weight: 700; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 1968, ../sass/styles.scss */
    .all-topics > a {
      width: 100%; } }

/* line 1978, ../sass/styles.scss */
.hot-topics {
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #000;
  padding-top: 4px;
  padding-bottom: 4px; }
  /* line 1985, ../sass/styles.scss */
  .hot-topics li.title a {
    display: inline-block;
    color: #000;
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem; }
    /* line 1990, ../sass/styles.scss */
    .hot-topics li.title a:before {
      content: '';
      height: 12px;
      display: inline-block;
      overflow: hidden;
      background: url(../images/hot-topics-arrow.svg) no-repeat 0 100%;
      width: 12px;
      margin-right: 7px;
      margin-top: 7px;
      margin-left: -19px; }
    /* line 2001, ../sass/styles.scss */
    .hot-topics li.title a:hover {
      color: #666; }

/* line 2007, ../sass/styles.scss */
.all-topics {
  margin-top: 11px;
  display: block;
  background-color: #41ad48;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center; }
  /* line 228, ../sass/_custom.scss */
  .all-topics:hover {
    color: #fff;
    background-color: #000; }
  /* line 232, ../sass/_custom.scss */
  .all-topics.arrowed:after {
    content: '';
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    height: 13px;
    height: 1.3rem;
    margin-left: 7px;
    width: 16px; }
  /* line 243, ../sass/_custom.scss */
  .all-topics.arrowed.more:after {
    background-position: 0 0; }
  /* line 246, ../sass/_custom.scss */
  .all-topics:focus {
    outline: none;
    color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 2007, ../sass/styles.scss */
    .all-topics {
      width: 100%; } }

/* line 2016, ../sass/styles.scss */
.hottest-topic h3 {
  margin-top: 0px;
  margin-bottom: 9px; }
  /* line 2019, ../sass/styles.scss */
  .hottest-topic h3 a {
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
    color: #000;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase; }

/* Subchannels */
/* line 2030, ../sass/styles.scss */
.subchannel-central-rail ul li {
  display: inline-block;
  float: left;
  width: 182px; }
  /* line 2034, ../sass/styles.scss */
  .subchannel-central-rail ul li.views-row-odd {
    padding-right: 20px; }
  /* line 2037, ../sass/styles.scss */
  .subchannel-central-rail ul li.views-row {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #dcdcdc;
    height: 240px; }
    /* line 2042, ../sass/styles.scss */
    .subchannel-central-rail ul li.views-row .views-field-field-promo-title {
      font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      line-height: 1.6rem;
      text-transform: uppercase;
      max-height: 32px;
      overflow: hidden; }
      /* line 2049, ../sass/styles.scss */
      .subchannel-central-rail ul li.views-row .views-field-field-promo-title .field-content a {
        color: #000; }
    /* line 2053, ../sass/styles.scss */
    .subchannel-central-rail ul li.views-row .views-field-field-promo-description .field-content {
      max-height: 55px;
      overflow: hidden;
      color: #666;
      line-height: 18px;
      line-height: 1.8rem; }
    /* line 2060, ../sass/styles.scss */
    .subchannel-central-rail ul li.views-row .views-field .field-content img {
      height: 157px;
      width: 182px; }
  /* line 2066, ../sass/styles.scss */
  .subchannel-central-rail ul li.views-row-1, .subchannel-central-rail ul li.views-row-2 {
    padding-top: 34px; }
/* line 2071, ../sass/styles.scss */
.subchannel-central-rail #ami_views_pager-ajax-loader {
  margin-bottom: -24px; }

/* line 2076, ../sass/styles.scss */
.sailthru-newsletters-form {
  position: relative; }
  /* line 2078, ../sass/styles.scss */
  .sailthru-newsletters-form > div {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1; }

/* line 2084, ../sass/styles.scss */
#block-sailthru-newsletters div.messages.error {
  bottom: -18px; }

/* line 2089, ../sass/styles.scss */
.memento-slide {
  position: relative;
  height: 505px;
  margin-bottom: 12px;
  overflow: hidden; }
  /* line 2094, ../sass/styles.scss */
  .memento-slide img.memento-slide-image {
    position: absolute;
    opacity: 0;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s; }
    /* line 2102, ../sass/styles.scss */
    .memento-slide img.memento-slide-image.active {
      opacity: 1; }
  /* line 2106, ../sass/styles.scss */
  .memento-slide .slide-pins-counter {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 43px;
    height: 22px;
    overflow: hidden;
    z-index: 100;
    display: none;
    /* hide until ami_slideshow rewrite */ }

/* line 2133, ../sass/styles.scss */
.node-photo-gallery h1.node-title,
.node-photo-gallery h1.node-title a,
.node-type-article h1.node-title,
.node-type-article h1.node-title a,
.node-type-blog h1.node-title,
.node-type-blog h1.node-title a,
.node-type-interview h1.node-title,
.node-type-interview h1.node-title a,
.node-type-video h1.node-title,
.node-type-video h1.node-title a,
.node-type-recipe h1.node-title,
.node-type-recipe h1.node-title a,
.node-type-workout h1.node-title,
.node-type-workout h1.node-title a,
.node-type-webform h1.node-title,
.node-type-webform h1.node-title a,
.node-type-page h1.node-title,
.node-type-page h1.node-title a,
.node-type-plain-page h1.node-title,
.node-type-plain-page h1.node-title a,
.node-type-poll h1.node-title,
.node-type-poll h1.node-title a,
.node-type-list h1.node-title,
.node-type-list h1.node-title a {
  color: black;
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0px; }
/* line 2143, ../sass/styles.scss */
.node-photo-gallery h1.node-title,
.node-type-article h1.node-title,
.node-type-blog h1.node-title,
.node-type-interview h1.node-title,
.node-type-video h1.node-title,
.node-type-recipe h1.node-title,
.node-type-workout h1.node-title,
.node-type-webform h1.node-title,
.node-type-page h1.node-title,
.node-type-plain-page h1.node-title,
.node-type-poll h1.node-title,
.node-type-list h1.node-title {
  padding: 0; }
/* line 2147, ../sass/styles.scss */
.node-photo-gallery .top-bar,
.node-type-article .top-bar,
.node-type-blog .top-bar,
.node-type-interview .top-bar,
.node-type-video .top-bar,
.node-type-recipe .top-bar,
.node-type-workout .top-bar,
.node-type-webform .top-bar,
.node-type-page .top-bar,
.node-type-plain-page .top-bar,
.node-type-poll .top-bar,
.node-type-list .top-bar {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem; }
  /* line 2155, ../sass/styles.scss */
  .node-photo-gallery .top-bar .breadcrumb,
  .node-type-article .top-bar .breadcrumb,
  .node-type-blog .top-bar .breadcrumb,
  .node-type-interview .top-bar .breadcrumb,
  .node-type-video .top-bar .breadcrumb,
  .node-type-recipe .top-bar .breadcrumb,
  .node-type-workout .top-bar .breadcrumb,
  .node-type-webform .top-bar .breadcrumb,
  .node-type-page .top-bar .breadcrumb,
  .node-type-plain-page .top-bar .breadcrumb,
  .node-type-poll .top-bar .breadcrumb,
  .node-type-list .top-bar .breadcrumb {
    float: left; }
  /* line 2158, ../sass/styles.scss */
  .node-photo-gallery .top-bar .top-right,
  .node-type-article .top-bar .top-right,
  .node-type-blog .top-bar .top-right,
  .node-type-interview .top-bar .top-right,
  .node-type-video .top-bar .top-right,
  .node-type-recipe .top-bar .top-right,
  .node-type-workout .top-bar .top-right,
  .node-type-webform .top-bar .top-right,
  .node-type-page .top-bar .top-right,
  .node-type-plain-page .top-bar .top-right,
  .node-type-poll .top-bar .top-right,
  .node-type-list .top-bar .top-right {
    float: right; }
    /* line 2160, ../sass/styles.scss */
    .node-photo-gallery .top-bar .top-right + .breadcrumb,
    .node-type-article .top-bar .top-right + .breadcrumb,
    .node-type-blog .top-bar .top-right + .breadcrumb,
    .node-type-interview .top-bar .top-right + .breadcrumb,
    .node-type-video .top-bar .top-right + .breadcrumb,
    .node-type-recipe .top-bar .top-right + .breadcrumb,
    .node-type-workout .top-bar .top-right + .breadcrumb,
    .node-type-webform .top-bar .top-right + .breadcrumb,
    .node-type-page .top-bar .top-right + .breadcrumb,
    .node-type-plain-page .top-bar .top-right + .breadcrumb,
    .node-type-poll .top-bar .top-right + .breadcrumb,
    .node-type-list .top-bar .top-right + .breadcrumb {
      position: absolute;
      top: 50%;
      left: 0;
      height: 22px;
      margin-top: -11px; }
  /* line 2168, ../sass/styles.scss */
  .node-photo-gallery .top-bar .sponsored,
  .node-type-article .top-bar .sponsored,
  .node-type-blog .top-bar .sponsored,
  .node-type-interview .top-bar .sponsored,
  .node-type-video .top-bar .sponsored,
  .node-type-recipe .top-bar .sponsored,
  .node-type-workout .top-bar .sponsored,
  .node-type-webform .top-bar .sponsored,
  .node-type-page .top-bar .sponsored,
  .node-type-plain-page .top-bar .sponsored,
  .node-type-poll .top-bar .sponsored,
  .node-type-list .top-bar .sponsored {
    padding-right: 12px; }
  /* line 2171, ../sass/styles.scss */
  .node-photo-gallery .top-bar .gpt-tag,
  .node-type-article .top-bar .gpt-tag,
  .node-type-blog .top-bar .gpt-tag,
  .node-type-interview .top-bar .gpt-tag,
  .node-type-video .top-bar .gpt-tag,
  .node-type-recipe .top-bar .gpt-tag,
  .node-type-workout .top-bar .gpt-tag,
  .node-type-webform .top-bar .gpt-tag,
  .node-type-page .top-bar .gpt-tag,
  .node-type-plain-page .top-bar .gpt-tag,
  .node-type-poll .top-bar .gpt-tag,
  .node-type-list .top-bar .gpt-tag {
    vertical-align: middle;
    display: inline-block;
    line-height: 0; }
  /* line 2176, ../sass/styles.scss */
  .node-photo-gallery .top-bar, .node-photo-gallery .top-bar a,
  .node-type-article .top-bar,
  .node-type-article .top-bar a,
  .node-type-blog .top-bar,
  .node-type-blog .top-bar a,
  .node-type-interview .top-bar,
  .node-type-interview .top-bar a,
  .node-type-video .top-bar,
  .node-type-video .top-bar a,
  .node-type-recipe .top-bar,
  .node-type-recipe .top-bar a,
  .node-type-workout .top-bar,
  .node-type-workout .top-bar a,
  .node-type-webform .top-bar,
  .node-type-webform .top-bar a,
  .node-type-page .top-bar,
  .node-type-page .top-bar a,
  .node-type-plain-page .top-bar,
  .node-type-plain-page .top-bar a,
  .node-type-poll .top-bar,
  .node-type-poll .top-bar a,
  .node-type-list .top-bar,
  .node-type-list .top-bar a {
    color: #666; }
/* line 2181, ../sass/styles.scss */
.node-photo-gallery .submitted,
.node-type-article .submitted,
.node-type-blog .submitted,
.node-type-interview .submitted,
.node-type-video .submitted,
.node-type-recipe .submitted,
.node-type-workout .submitted,
.node-type-webform .submitted,
.node-type-page .submitted,
.node-type-plain-page .submitted,
.node-type-poll .submitted,
.node-type-list .submitted {
  color: #666;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  padding-bottom: 10px; }
/* line 2188, ../sass/styles.scss */
.node-photo-gallery .field-name-field-subtitle,
.node-type-article .field-name-field-subtitle,
.node-type-blog .field-name-field-subtitle,
.node-type-interview .field-name-field-subtitle,
.node-type-video .field-name-field-subtitle,
.node-type-recipe .field-name-field-subtitle,
.node-type-workout .field-name-field-subtitle,
.node-type-webform .field-name-field-subtitle,
.node-type-page .field-name-field-subtitle,
.node-type-plain-page .field-name-field-subtitle,
.node-type-poll .field-name-field-subtitle,
.node-type-list .field-name-field-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #666;
  border-bottom: 1px solid #dcdcdc;
  padding: 4px 0 12px; }
/* line 2196, ../sass/styles.scss */
.node-photo-gallery .field-name-field-topics,
.node-type-article .field-name-field-topics,
.node-type-blog .field-name-field-topics,
.node-type-interview .field-name-field-topics,
.node-type-video .field-name-field-topics,
.node-type-recipe .field-name-field-topics,
.node-type-workout .field-name-field-topics,
.node-type-webform .field-name-field-topics,
.node-type-page .field-name-field-topics,
.node-type-plain-page .field-name-field-topics,
.node-type-poll .field-name-field-topics,
.node-type-list .field-name-field-topics {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
  padding: 12px 0px;
  border-top: 10px solid #000;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 12px; }
  /* line 2203, ../sass/styles.scss */
  .node-photo-gallery .field-name-field-topics .field-label,
  .node-type-article .field-name-field-topics .field-label,
  .node-type-blog .field-name-field-topics .field-label,
  .node-type-interview .field-name-field-topics .field-label,
  .node-type-video .field-name-field-topics .field-label,
  .node-type-recipe .field-name-field-topics .field-label,
  .node-type-workout .field-name-field-topics .field-label,
  .node-type-webform .field-name-field-topics .field-label,
  .node-type-page .field-name-field-topics .field-label,
  .node-type-plain-page .field-name-field-topics .field-label,
  .node-type-poll .field-name-field-topics .field-label,
  .node-type-list .field-name-field-topics .field-label {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: normal;
    float: left; }
  /* line 2210, ../sass/styles.scss */
  .node-photo-gallery .field-name-field-topics .field-items,
  .node-type-article .field-name-field-topics .field-items,
  .node-type-blog .field-name-field-topics .field-items,
  .node-type-interview .field-name-field-topics .field-items,
  .node-type-video .field-name-field-topics .field-items,
  .node-type-recipe .field-name-field-topics .field-items,
  .node-type-workout .field-name-field-topics .field-items,
  .node-type-webform .field-name-field-topics .field-items,
  .node-type-page .field-name-field-topics .field-items,
  .node-type-plain-page .field-name-field-topics .field-items,
  .node-type-poll .field-name-field-topics .field-items,
  .node-type-list .field-name-field-topics .field-items {
    text-transform: uppercase;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
    float: none; }
    /* line 2215, ../sass/styles.scss */
    .node-photo-gallery .field-name-field-topics .field-items .field-item,
    .node-type-article .field-name-field-topics .field-items .field-item,
    .node-type-blog .field-name-field-topics .field-items .field-item,
    .node-type-interview .field-name-field-topics .field-items .field-item,
    .node-type-video .field-name-field-topics .field-items .field-item,
    .node-type-recipe .field-name-field-topics .field-items .field-item,
    .node-type-workout .field-name-field-topics .field-items .field-item,
    .node-type-webform .field-name-field-topics .field-items .field-item,
    .node-type-page .field-name-field-topics .field-items .field-item,
    .node-type-plain-page .field-name-field-topics .field-items .field-item,
    .node-type-poll .field-name-field-topics .field-items .field-item,
    .node-type-list .field-name-field-topics .field-items .field-item {
      display: inline-block;
      list-style: none;
      padding: 0 5px 0 0; }
      /* line 2219, ../sass/styles.scss */
      .node-photo-gallery .field-name-field-topics .field-items .field-item a:after,
      .node-type-article .field-name-field-topics .field-items .field-item a:after,
      .node-type-blog .field-name-field-topics .field-items .field-item a:after,
      .node-type-interview .field-name-field-topics .field-items .field-item a:after,
      .node-type-video .field-name-field-topics .field-items .field-item a:after,
      .node-type-recipe .field-name-field-topics .field-items .field-item a:after,
      .node-type-workout .field-name-field-topics .field-items .field-item a:after,
      .node-type-webform .field-name-field-topics .field-items .field-item a:after,
      .node-type-page .field-name-field-topics .field-items .field-item a:after,
      .node-type-plain-page .field-name-field-topics .field-items .field-item a:after,
      .node-type-poll .field-name-field-topics .field-items .field-item a:after,
      .node-type-list .field-name-field-topics .field-items .field-item a:after {
        content: ',';
        color: black; }
      /* line 2223, ../sass/styles.scss */
      .node-photo-gallery .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-article .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-blog .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-interview .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-video .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-recipe .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-workout .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-webform .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-page .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-plain-page .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-poll .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-list .field-name-field-topics .field-items .field-item:last-child a:after {
        content: ''; }
/* line 2230, ../sass/styles.scss */
.node-photo-gallery .sharethis-bottom,
.node-type-article .sharethis-bottom,
.node-type-blog .sharethis-bottom,
.node-type-interview .sharethis-bottom,
.node-type-video .sharethis-bottom,
.node-type-recipe .sharethis-bottom,
.node-type-workout .sharethis-bottom,
.node-type-webform .sharethis-bottom,
.node-type-page .sharethis-bottom,
.node-type-plain-page .sharethis-bottom,
.node-type-poll .sharethis-bottom,
.node-type-list .sharethis-bottom {
  text-align: center;
  padding: 6px 0; }

/* line 2239, ../sass/styles.scss */
.node-photo-gallery .gallery-top-bar .gallery-counters {
  float: right; }
/* line 2244, ../sass/styles.scss */
.node-photo-gallery .ami-slideshow-container {
  overflow: hidden;
  transition: height 1s linear; }
/* line 2249, ../sass/styles.scss */
.node-photo-gallery .photo-credit {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  color: #666; }
/* line 2256, ../sass/styles.scss */
.node-photo-gallery .field-name-field-subtitle,
.node-photo-gallery .gallery-top-bar,
.node-photo-gallery .slide-caption {
  margin-bottom: 12px; }
/* line 2262, ../sass/styles.scss */
.node-photo-gallery .slideshow-wrapper {
  position: relative;
  margin-bottom: 12px; }
  /* line 2266, ../sass/styles.scss */
  .node-photo-gallery .slideshow-wrapper.last-slide-opened .last-slide {
    display: block; }
  /* line 2270, ../sass/styles.scss */
  .node-photo-gallery .slideshow-wrapper .ami-slideshow-pin-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 995; }
/* line 2278, ../sass/styles.scss */
.node-photo-gallery .ami-slideshow-separate-container {
  position: relative; }
  /* line 2280, ../sass/styles.scss */
  .node-photo-gallery .ami-slideshow-separate-container .ami-slideshow-separate-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s; }
    /* line 2287, ../sass/styles.scss */
    .node-photo-gallery .ami-slideshow-separate-container .ami-slideshow-separate-item.active {
      opacity: 1;
      position: relative;
      z-index: 900; }
/* line 2296, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .ami-slideshow-slide {
  position: relative; }
  /* line 2298, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .ami-slideshow-slide img {
    float: left; }
/* line 2302, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .gallery-top-bar {
  height: 40px; }
  /* line 2304, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .gallery-top-bar .author_pic {
    float: left; }
  /* line 2307, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .gallery-top-bar .byline {
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    font-weight: 700; }
    /* line 2315, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .gallery-top-bar .byline .info {
      color: #ee523a; }
  /* line 2319, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .gallery-top-bar .twitter-follow {
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px; }
  /* line 2324, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .gallery-top-bar .gallery-counters {
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    margin-top: 10px;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
    margin-right: -5px; }
    /* line 2331, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .gallery-top-bar .gallery-counters .count {
      float: left;
      margin-right: 10px;
      color: #666; }
    /* line 2336, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .gallery-top-bar .gallery-counters a.view-all .icons {
      height: 25px;
      width: 25px;
      display: inline-block;
      margin-top: 1px; }
      /* line 2341, ../sass/styles.scss */
      .node-photo-gallery .ami_slideshow .gallery-top-bar .gallery-counters a.view-all .icons .square {
        height: 9px;
        width: 9px;
        float: left;
        background-color: #666;
        margin-right: 2px;
        margin-bottom: 2px; }
    /* line 2350, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .gallery-top-bar .gallery-counters .mf-slideshow-separator {
      color: #dcdcdc; }
/* line 2356, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .last-slide {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 177px;
  z-index: 100; }
  /* line 2365, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 16px;
    width: 131px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    text-transform: uppercase; }
    /* line 2374, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser a {
      color: #fff; }
      /* line 2376, ../sass/styles.scss */
      .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser a:hover {
        color: #ee523a; }
    /* line 2380, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser h3 {
      margin: 0 0 10px 0; }
      /* line 2382, ../sass/styles.scss */
      .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser h3 a {
        font-weight: 700;
        margin: 0;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 16px;
        line-height: 1.6rem; }
        /* line 2387, ../sass/styles.scss */
        .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser h3 a:hover {
          color: #ee523a; }
    /* line 2392, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser p {
      margin: 15px 0 0;
      font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
      font-weight: 700; }
  /* line 2398, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .last-slide a.ami-slideshow-restart {
    background: rgba(0, 0, 0, 0.7);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: -287px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 56px;
    line-height: 5.6rem;
    font-weight: 700;
    margin-top: -29px;
    text-transform: uppercase;
    padding: 0 26px; }
/* line 2414, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .ami-slideshow-slide-title {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  z-index: 10;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  display: block;
  margin: 0;
  clear: both; }
/* line 2429, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow a span.title {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  overflow: hidden;
  max-height: 32px; }
/* line 2440, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow a span.blurb {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem; }
/* line 2445, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow a:hover span.title {
  color: #ee523a; }
/* line 2450, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .fake-owl-prev,
.node-photo-gallery .ami_slideshow .fake-owl-next,
.node-photo-gallery .ami_slideshow .owl-prev,
.node-photo-gallery .ami_slideshow .owl-next {
  -moz-border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0;
  border-radius: 0 40px 40px 0;
  background: #000 url(../images/gallery-navs.png) no-repeat -5px 0;
  cursor: pointer;
  height: 80px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  z-index: 998;
  outline: none;
  overflow: hidden;
  text-indent: -999px;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); }
  /* line 2469, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .fake-owl-prev:hover,
  .node-photo-gallery .ami_slideshow .fake-owl-next:hover,
  .node-photo-gallery .ami_slideshow .owl-prev:hover,
  .node-photo-gallery .ami_slideshow .owl-next:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }
/* line 2474, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .fake-owl-next,
.node-photo-gallery .ami_slideshow .owl-next {
  left: auto;
  right: 0;
  -moz-border-radius: 40px 0 0 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px 0 0 40px;
  background-position: -35px 0; }
/* line 2481, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .fake-owl-prev.disabled,
.node-photo-gallery .ami_slideshow .owl-prev.disabled {
  display: none; }
/* line 2486, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .last-slide-opened .owl-next,
.node-photo-gallery .ami_slideshow .last-slide-opened .fake-owl-next,
.node-photo-gallery .ami_slideshow .last-slide-opened .ami-slideshow-slide-title {
  display: none; }
/* line 2492, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .slide-caption {
  margin-bottom: 20px; }
/* line 2496, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .all-slides-container {
  background-color: #dcdcdc; }
  /* line 2498, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .all-slides-container .back-to-gallery {
    width: 100%;
    background-color: #666;
    height: 32px;
    text-align: center;
    padding-top: 10px; }
    /* line 2504, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .all-slides-container .back-to-gallery a {
      width: 100%;
      display: inline-block;
      font-size: 16px;
      font-size: 1.6rem;
      color: #fff;
      font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
      font-weight: 700; }
/* line 2514, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .custom-scrollbar {
  height: 430px;
  overflow-y: auto;
  padding-top: 40px;
  text-align: center; }
/* line 2520, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .thumb {
  margin: 0 24px 48px;
  display: inline-block; }

/* line 2533, ../sass/styles.scss */
.node-type-article .field-name-body p:first-child:before,
.node-type-video .field-name-body p:first-child:before,
.node-type-recipe .field-name-body p:first-child:before,
.node-type-workout .field-name-body p:first-child:before {
  background: #ee523a;
  content: " ";
  display: block;
  width: 33px;
  height: 33px;
  float: left;
  margin: 5px 8px 0 0; }
/* line 2547, ../sass/styles.scss */
.node-type-article .pagination-page-next .field-name-body p:first-child:before,
.node-type-video .pagination-page-next .field-name-body p:first-child:before,
.node-type-recipe .pagination-page-next .field-name-body p:first-child:before,
.node-type-workout .pagination-page-next .field-name-body p:first-child:before {
  display: none; }
/* line 2553, ../sass/styles.scss */
.node-type-article .field-name-field-topics,
.node-type-video .field-name-field-topics,
.node-type-recipe .field-name-field-topics,
.node-type-workout .field-name-field-topics {
  margin-bottom: 4px;
  clear: both; }
  /* line 2556, ../sass/styles.scss */
  .node-type-article .field-name-field-topics + .sharethis-wrapper,
  .node-type-video .field-name-field-topics + .sharethis-wrapper,
  .node-type-recipe .field-name-field-topics + .sharethis-wrapper,
  .node-type-workout .field-name-field-topics + .sharethis-wrapper {
    padding-bottom: 6px; }

/* line 2564, ../sass/styles.scss */
.node-type-blog #disqus_thread,
.node-type-recipe #disqus_thread {
  border-top: 0;
  padding-top: 7px; }
/* line 2568, ../sass/styles.scss */
.node-type-blog .field-name-field-topics,
.node-type-recipe .field-name-field-topics {
  margin-bottom: 4px;
  clear: both; }
  /* line 2571, ../sass/styles.scss */
  .node-type-blog .field-name-field-topics + .sharethis-wrapper,
  .node-type-recipe .field-name-field-topics + .sharethis-wrapper {
    padding-bottom: 6px; }

/* line 2578, ../sass/styles.scss */
.node-type-video #block-system-main,
.node-type-video .node-video {
  margin-bottom: 0; }
/* line 2582, ../sass/styles.scss */
.node-type-video span.print-link {
  display: none; }
/* line 2585, ../sass/styles.scss */
.node-type-video .sharethis-wrapper {
  margin-top: 21px; }
/* line 2592, ../sass/styles.scss */
.node-type-video .view-more-videos .block-title {
  line-height: 38px;
  line-height: 3.8rem;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  color: #bac6cb;
  text-align: left;
  letter-spacing: 0;
  padding: 0 0 0 9px; }
  /* line 2600, ../sass/styles.scss */
  .node-type-video .view-more-videos .block-title a {
    color: #fff; }
/* line 2604, ../sass/styles.scss */
.node-type-video .view-more-videos .pager-more {
  display: none; }
/* line 2608, ../sass/styles.scss */
.node-type-video #block-views-more-videos-more-videos {
  margin-bottom: 10px; }

/* line 2615, ../sass/styles.scss */
.recipe-ingredients .field-label,
.recipe-directions .field-label {
  font-size: 20px;
  font-size: 2rem;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 12px; }

/* line 2627, ../sass/styles.scss */
.node-webform .top-bar {
  padding: 5px 0; }
/* line 2630, ../sass/styles.scss */
.node-webform span.print-link {
  display: none; }
/* line 2633, ../sass/styles.scss */
.node-webform .article-lead-image {
  margin-bottom: 24px; }
/* line 2637, ../sass/styles.scss */
.node-webform .field-name-field-topics + .sharethis-wrapper {
  padding-bottom: 6px; }
/* line 2641, ../sass/styles.scss */
.node-webform .webform-client-form {
  border-top: 3px solid #666;
  clear: both;
  padding: 20px 0 24px; }
  /* line 2645, ../sass/styles.scss */
  .node-webform .webform-client-form .form-actions {
    text-align: center; }
  /* line 2648, ../sass/styles.scss */
  .node-webform .webform-client-form .form-submit {
    width: 145px;
    margin: 12px auto; }
  /* line 2652, ../sass/styles.scss */
  .node-webform .webform-client-form #edit-previous,
  .node-webform .webform-client-form #edit-next {
    width: auto;
    margin: 12px; }

/* line 2663, ../sass/styles.scss */
.article-author-bar {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0 10px;
  overflow: hidden; }
  /* line 2670, ../sass/styles.scss */
  .article-author-bar .author-pic {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    margin: 0 10px 0 0;
    float: left; }
  /* line 2679, ../sass/styles.scss */
  .article-author-bar .info {
    padding: 0 10px 0 0;
    display: inline-block;
    line-height: 37px; }
  /* line 2684, ../sass/styles.scss */
  .article-author-bar .twitter-follow {
    position: relative;
    top: 4px; }

/* line 2693, ../sass/styles.scss */
.article-lead-image {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  overflow: hidden;
  margin: 0 0 9px;
  position: relative; }
  /* line 2699, ../sass/styles.scss */
  .article-lead-image .field-name-field-photo-credit {
    float: right;
    width: 155px;
    text-align: right;
    padding: 0; }
    /* line 2704, ../sass/styles.scss */
    .article-lead-image .field-name-field-photo-credit .field-item {
      color: #666;
      display: inline-block;
      padding: 3px 0 0; }
      /* line 2708, ../sass/styles.scss */
      .article-lead-image .field-name-field-photo-credit .field-item:after {
        content: ","; }
      /* line 2712, ../sass/styles.scss */
      .article-lead-image .field-name-field-photo-credit .field-item:last-child:after {
        content: " "; }
  /* line 2718, ../sass/styles.scss */
  .article-lead-image .field-name-field-image-caption {
    padding: 3px 0 0;
    font-weight: 700; }
  /* line 2722, ../sass/styles.scss */
  .article-lead-image .article-lead-img-pin {
    position: absolute;
    right: 12px;
    top: 12px; }

/* line 2732, ../sass/styles.scss */
.article-editors-piks .node-teaser,
.article-related-items .node-teaser,
.you-also-like .node-teaser {
  padding: 0;
  margin: 0; }
  /* line 2735, ../sass/styles.scss */
  .article-editors-piks .node-teaser .teaser-title,
  .article-related-items .node-teaser .teaser-title,
  .you-also-like .node-teaser .teaser-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    max-height: 34px;
    overflow: hidden;
    display: block;
    margin: 0 0 4px; }
    /* line 2744, ../sass/styles.scss */
    .article-editors-piks .node-teaser .teaser-title a,
    .article-related-items .node-teaser .teaser-title a,
    .you-also-like .node-teaser .teaser-title a {
      color: #000; }
  /* line 2748, ../sass/styles.scss */
  .article-editors-piks .node-teaser .field-name-field-promo-description,
  .article-editors-piks .node-teaser .views-field-field-subtitle,
  .article-editors-piks .node-teaser .teaser-text,
  .article-related-items .node-teaser .field-name-field-promo-description,
  .article-related-items .node-teaser .views-field-field-subtitle,
  .article-related-items .node-teaser .teaser-text,
  .you-also-like .node-teaser .field-name-field-promo-description,
  .you-also-like .node-teaser .views-field-field-subtitle,
  .you-also-like .node-teaser .teaser-text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.5rem;
    color: #666;
    max-height: 45px;
    overflow: hidden; }
  /* line 2757, ../sass/styles.scss */
  .article-editors-piks .node-teaser .teaser-text,
  .article-related-items .node-teaser .teaser-text,
  .you-also-like .node-teaser .teaser-text {
    display: block; }

/* line 2763, ../sass/styles.scss */
.article-editors-piks {
  width: 131px;
  border-left: 12px solid #000;
  padding: 0 0 0 12px;
  margin: 5px 0 12px 20px; }
  /* line 2768, ../sass/styles.scss */
  .article-editors-piks .block-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px;
    margin: 0 0 12px; }
  /* line 2777, ../sass/styles.scss */
  .article-editors-piks .node-teaser {
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px;
    margin: 0 0 12px; }
  /* line 2783, ../sass/styles.scss */
  .article-editors-piks .field-item:last-child .node-teaser {
    border: 0;
    margin: 0;
    padding: 0; }

/* line 2791, ../sass/styles.scss */
.article-related-items,
.you-also-like {
  margin-bottom: 16px; }
  /* line 2794, ../sass/styles.scss */
  .article-related-items .block-title,
  .you-also-like .block-title {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 38px;
    line-height: 3.8rem;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    text-align: left;
    color: #bac6cb;
    padding: 0 0 0 10px;
    margin-bottom: 24px; }
  /* line 2803, ../sass/styles.scss */
  .article-related-items .field-items,
  .article-related-items .view-content,
  .you-also-like .field-items,
  .you-also-like .view-content {
    overflow: hidden; }
    /* line 2806, ../sass/styles.scss */
    .article-related-items .field-items .field-item,
    .article-related-items .field-items .views-row-odd,
    .article-related-items .field-items .views-row-even,
    .article-related-items .view-content .field-item,
    .article-related-items .view-content .views-row-odd,
    .article-related-items .view-content .views-row-even,
    .you-also-like .field-items .field-item,
    .you-also-like .field-items .views-row-odd,
    .you-also-like .field-items .views-row-even,
    .you-also-like .view-content .field-item,
    .you-also-like .view-content .views-row-odd,
    .you-also-like .view-content .views-row-even {
      float: left;
      width: 131px;
      margin: 0 23px 0 0; }

/* line 2817, ../sass/styles.scss */
.node-content .pager {
  float: right;
  margin: 10px 0 28px;
  font-weight: 700; }
  /* line 2821, ../sass/styles.scss */
  .node-content .pager li {
    padding: 0 6px; }
    /* line 2823, ../sass/styles.scss */
    .node-content .pager li.pager-item, .node-content .pager li.pager-current {
      border-left: 1px solid #dcdcdc; }
      /* line 2826, ../sass/styles.scss */
      .node-content .pager li.pager-item a, .node-content .pager li.pager-current a {
        color: #000; }
    /* line 2830, ../sass/styles.scss */
    .node-content .pager li.pager-current {
      color: #dcdcdc; }
      /* line 2832, ../sass/styles.scss */
      .node-content .pager li.pager-current:first-child {
        border: 0; }
    /* line 2838, ../sass/styles.scss */
    .node-content .pager li.pager-next a, .node-content .pager li.pager-previous a {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      background-color: #41ad48;
      color: #fff;
      padding: 1px 10px;
      font-weight: 900; }
      /* line 2845, ../sass/styles.scss */
      .node-content .pager li.pager-next a:hover, .node-content .pager li.pager-previous a:hover {
        background-color: #000; }
    /* line 2850, ../sass/styles.scss */
    .node-content .pager li.pager-previous {
      padding-right: 15px; }
      /* line 2852, ../sass/styles.scss */
      .node-content .pager li.pager-previous + .pager-item {
        border: 0; }
      /* line 2855, ../sass/styles.scss */
      .node-content .pager li.pager-previous a {
        background-image: url(../images/arrow_left_m.svg);
        background-position: 6px 50%;
        background-repeat: no-repeat;
        padding-left: 21px; }
    /* line 2862, ../sass/styles.scss */
    .node-content .pager li.pager-next {
      padding-left: 15px; }
      /* line 2864, ../sass/styles.scss */
      .node-content .pager li.pager-next a {
        background-image: url(../images/arrow_right_m.svg);
        background-position: 51px 50%;
        background-repeat: no-repeat;
        padding-right: 21px; }

/* line 2875, ../sass/styles.scss */
.recipe-serv-data {
  width: 220px;
  border-left: 12px solid #000;
  padding: 0 0 0 12px;
  margin: 5px 0 12px 20px; }
  /* line 2880, ../sass/styles.scss */
  .recipe-serv-data .block-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px;
    margin: 0 0 3px; }
  /* line 2889, ../sass/styles.scss */
  .recipe-serv-data .field {
    font-size: 13px;
    font-size: 1.3rem; }
  /* line 2892, ../sass/styles.scss */
  .recipe-serv-data .field-label {
    text-transform: uppercase; }

/* line 2904, ../sass/styles.scss */
body.page-topics #page-title, body.page-authors #page-title {
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif; }
/* line 2907, ../sass/styles.scss */
body.page-topics #block-system-main, body.page-authors #block-system-main {
  overflow: hidden; }

/* line 2913, ../sass/styles.scss */
.topics-index {
  position: relative; }
  /* line 2915, ../sass/styles.scss */
  .topics-index .topics-alphabet {
    width: 384px;
    padding: 8px 0;
    margin: 3px 0 11px;
    border-bottom: 1px solid #dcdcdc; }
    /* line 2920, ../sass/styles.scss */
    .topics-index .topics-alphabet .item {
      display: inline;
      padding: 0 0 0 8px; }
      /* line 2923, ../sass/styles.scss */
      .topics-index .topics-alphabet .item a {
        color: #666;
        text-transform: uppercase;
        line-height: 24px;
        line-height: 2.4rem; }
        /* line 2927, ../sass/styles.scss */
        .topics-index .topics-alphabet .item a.inactive {
          color: #dcdcdc; }
      /* line 2931, ../sass/styles.scss */
      .topics-index .topics-alphabet .item:first-child {
        padding-left: 0; }
  /* line 2936, ../sass/styles.scss */
  .topics-index .topics-column {
    display: inline-table;
    vertical-align: top; }
    /* line 2939, ../sass/styles.scss */
    .topics-index .topics-column .topics-list-item {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      line-height: 2.2rem; }
      /* line 2942, ../sass/styles.scss */
      .topics-index .topics-column .topics-list-item a {
        color: #666;
        text-transform: capitalize; }
    /* line 2947, ../sass/styles.scss */
    .topics-index .topics-column .topics-letter-wrapper {
      border-bottom: 1px solid #dcdcdc;
      padding: 0 0 20px; }
      /* line 2950, ../sass/styles.scss */
      .topics-index .topics-column .topics-letter-wrapper .topics-letter {
        display: block;
        padding: 20px 0 17px;
        font-size: 26px;
        font-size: 2.6rem;
        font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif; }

/* line 2961, ../sass/styles.scss */
.view-topic-landing .tiles {
  border-bottom: 10px solid #000;
  margin-bottom: 20px; }
  /* line 2964, ../sass/styles.scss */
  .view-topic-landing .tiles ul {
    display: inline-block; }
  /* line 2967, ../sass/styles.scss */
  .view-topic-landing .tiles .views-row {
    float: left;
    width: 300px;
    height: 600px; }

/* line 2975, ../sass/styles.scss */
.sponsor {
  position: relative; }
  /* line 2978, ../sass/styles.scss */
  .sponsor .recipe-sponsored .text {
    position: absolute;
    top: 64px;
    left: 218px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem; }
  /* line 2985, ../sass/styles.scss */
  .sponsor .recipe-sponsored .ad {
    position: absolute;
    top: 60px;
    right: 211px;
    color: #fff;
    height: 31px;
    width: 88px;
    overflow: hidden; }

/* line 3002, ../sass/styles.scss */
body.page-recipes #main-content-header > h1#page-title,
body.page-search-healthy-recipes #main-content-header > h1#page-title {
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 -51px;
  padding: 17px 0 0;
  position: relative;
  z-index: 2;
  letter-spacing: -1px; }

/* line 3017, ../sass/styles.scss */
.block-mf-recipe .search_form {
  margin: -3px 0 23px; }

/* line 3023, ../sass/styles.scss */
.most-popular-recipes-list .block-title {
  color: #fff;
  background: #586e7a;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 8px 10px;
  text-transform: uppercase;
  word-spacing: 4px;
  margin: 0; }
  /* line 3032, ../sass/styles.scss */
  .most-popular-recipes-list .block-title .blue {
    color: #bac6cb; }
/* line 3037, ../sass/styles.scss */
.most-popular-recipes-list .item-list .list-item {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  padding: 24px 0 19px; }
  /* line 3041, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .list-item .recipe-image {
    display: block;
    float: left;
    margin: 0 25px 0 0; }
  /* line 3046, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .list-item .datetime {
    display: block;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 0 0 156px;
    margin: -5px 0 0; }
  /* line 3053, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .list-item .recipe-promo {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #666;
    display: block;
    padding: 0 0 0 156px; }
    /* line 3059, ../sass/styles.scss */
    .most-popular-recipes-list .item-list .list-item .recipe-promo .field-content a {
      color: #000; }
  /* line 3063, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .list-item .recipe-title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
    margin: 1px 0 3px;
    padding: 0 0 0 156px; }
    /* line 3070, ../sass/styles.scss */
    .most-popular-recipes-list .item-list .list-item .recipe-title a {
      color: black; }
/* line 3075, ../sass/styles.scss */
.most-popular-recipes-list .item-list .pager {
  margin: 23px 0 -10px; }
  /* line 3077, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .pager .pager-more {
    display: none; }
  /* line 3080, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .pager .pager-next a {
    background: #41ad48 url(../images/vertical-arrows.png) no-repeat 363px -12px;
    font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif; }
    /* line 3083, ../sass/styles.scss */
    .most-popular-recipes-list .item-list .pager .pager-next a:hover {
      background: #000 url(../images/vertical-arrows.png) no-repeat 363px -12px; }

/* line 3091, ../sass/styles.scss */
.recipe-topics-grid {
  border-top: 3px solid #666;
  overflow: hidden;
  padding: 0 0 4px; }
  /* line 3095, ../sass/styles.scss */
  .recipe-topics-grid .recipe-topics {
    overflow: hidden;
    width: 618px; }
    /* line 3098, ../sass/styles.scss */
    .recipe-topics-grid .recipe-topics .item {
      float: left;
      display: block;
      padding: 24px 24px 24px 0;
      border-bottom: 1px solid #dcdcdc; }
      /* line 3103, ../sass/styles.scss */
      .recipe-topics-grid .recipe-topics .item span {
        font-size: 19px;
        font-size: 1.9rem;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
        color: #fff;
        display: block;
        background: #666;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: -1px;
        padding: 5px 0;
        width: 130px; }

/* line 3130, ../sass/styles.scss */
#content article.node-article .field-name-body, #content article.node-blog .field-name-body, #content article.node-video .field-name-body, #content article.node-workout .field-name-body, #content article.node-recipe .field-name-body {
  font-family: "Georgia", Times, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  line-height: 2.3rem; }
  /* line 3134, ../sass/styles.scss */
  #content article.node-article .field-name-body h1,
  #content article.node-article .field-name-body h2,
  #content article.node-article .field-name-body h3,
  #content article.node-article .field-name-body h4,
  #content article.node-article .field-name-body h5,
  #content article.node-article .field-name-body h6, #content article.node-blog .field-name-body h1,
  #content article.node-blog .field-name-body h2,
  #content article.node-blog .field-name-body h3,
  #content article.node-blog .field-name-body h4,
  #content article.node-blog .field-name-body h5,
  #content article.node-blog .field-name-body h6, #content article.node-video .field-name-body h1,
  #content article.node-video .field-name-body h2,
  #content article.node-video .field-name-body h3,
  #content article.node-video .field-name-body h4,
  #content article.node-video .field-name-body h5,
  #content article.node-video .field-name-body h6, #content article.node-workout .field-name-body h1,
  #content article.node-workout .field-name-body h2,
  #content article.node-workout .field-name-body h3,
  #content article.node-workout .field-name-body h4,
  #content article.node-workout .field-name-body h5,
  #content article.node-workout .field-name-body h6, #content article.node-recipe .field-name-body h1,
  #content article.node-recipe .field-name-body h2,
  #content article.node-recipe .field-name-body h3,
  #content article.node-recipe .field-name-body h4,
  #content article.node-recipe .field-name-body h5,
  #content article.node-recipe .field-name-body h6 {
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase; }

/* line 3151, ../sass/styles.scss */
#block-dfp-skin {
  display: none; }

/* line 3154, ../sass/styles.scss */
#top-ad {
  text-align: center; }
  @media only screen and (min-width: 980px) {
    /* line 3154, ../sass/styles.scss */
    #top-ad {
      height: auto !important; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 3154, ../sass/styles.scss */
    #top-ad {
      margin-top: 140px !important; } }
  /* line 3162, ../sass/styles.scss */
  #top-ad .block-dfp {
    margin-bottom: 13px; }

/* line 3171, ../sass/styles.scss */
.more-galleries {
  overflow: hidden;
  margin: 0 0 17px; }
  /* line 3174, ../sass/styles.scss */
  .more-galleries h3 {
    background: #586e7a;
    color: #bac6cb;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 38px;
    line-height: 3.8rem;
    text-transform: uppercase;
    padding-left: 11px; }
  /* line 3185, ../sass/styles.scss */
  .more-galleries ul {
    margin: 23px 0 0; }
    /* line 3187, ../sass/styles.scss */
    .more-galleries ul li {
      float: left;
      width: 131px;
      margin-right: 23px; }
      /* line 3191, ../sass/styles.scss */
      .more-galleries ul li.first {
        margin-right: 24px; }
      /* line 3194, ../sass/styles.scss */
      .more-galleries ul li.last {
        margin-right: 0; }
      /* line 3197, ../sass/styles.scss */
      .more-galleries ul li img {
        display: block; }
      /* line 3200, ../sass/styles.scss */
      .more-galleries ul li strong.title a {
        color: #000;
        display: block;
        overflow: hidden;
        font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
        max-height: 32px;
        text-transform: uppercase;
        margin: 10px 0 3px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
        /* line 3215, ../sass/styles.scss */
        .more-galleries ul li strong.title a:hover {
          color: #ee523a; }
      /* line 3219, ../sass/styles.scss */
      .more-galleries ul li .field-name-field-promo-description {
        display: block;
        color: #666;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 15px;
        line-height: 1.5rem;
        overflow: hidden;
        max-height: 45px; }

/* line 3234, ../sass/styles.scss */
#disqus_thread {
  border-top: 3px solid #666;
  margin-top: 15px;
  padding-top: 23px; }

/* line 3241, ../sass/styles.scss */
body.page-topic-landing #page-title {
  font-size: 21px;
  font-size: 2.1rem;
  text-transform: capitalize; }

/* line 3250, ../sass/styles.scss */
.topic-landing {
  font-size: 21px;
  font-size: 2.1rem; }
  /* line 3252, ../sass/styles.scss */
  .topic-landing .pager {
    margin: 23px 0 12px; }
    /* line 3254, ../sass/styles.scss */
    .topic-landing .pager .pager-next a {
      background: #41ad48 url(../images/vertical-arrows.png) no-repeat 363px -12px;
      font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif; }
      /* line 3257, ../sass/styles.scss */
      .topic-landing .pager .pager-next a:hover {
        background: #000 url(../images/vertical-arrows.png) no-repeat 363px -12px; }
    /* line 3261, ../sass/styles.scss */
    .topic-landing .pager .pager-ellipsis {
      display: none; }
  /* line 3265, ../sass/styles.scss */
  .topic-landing .all-topics {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    float: right;
    margin: -39px 0 0 0;
    width: 178px;
    height: 26px; }
  /* line 3273, ../sass/styles.scss */
  .topic-landing nav {
    display: none; }
  /* line 3276, ../sass/styles.scss */
  .topic-landing section.nodes {
    border-top: 3px solid #666;
    position: relative; }
  /* line 3280, ../sass/styles.scss */
  .topic-landing #block-system-main {
    margin: 0; }
  /* line 3283, ../sass/styles.scss */
  .topic-landing .tile {
    overflow: hidden;
    margin: 0 0 -1px; }
    /* line 3286, ../sass/styles.scss */
    .topic-landing .tile .datetime {
      display: none; }
    /* line 3289, ../sass/styles.scss */
    .topic-landing .tile .article {
      float: left;
      padding: 24px 0 0px 0;
      border-bottom: 1px solid #dcdcdc;
      margin: 0 24px 0 0; }
    /* line 3295, ../sass/styles.scss */
    .topic-landing .tile .teaser-text {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 18px;
      line-height: 1.8rem;
      display: block;
      overflow: hidden;
      margin-top: 5px;
      max-height: 35px;
      color: #666; }
      /* line 3303, ../sass/styles.scss */
      .topic-landing .tile .teaser-text a {
        color: #000; }
    /* line 3307, ../sass/styles.scss */
    .topic-landing .tile .teaser-title {
      text-transform: uppercase;
      font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      line-height: 1.6rem;
      max-height: 34px;
      display: block;
      overflow: hidden;
      margin-top: 5px; }
      /* line 3317, ../sass/styles.scss */
      .topic-landing .tile .teaser-title a {
        color: #000; }
  /* line 3322, ../sass/styles.scss */
  .topic-landing .list {
    position: relative; }
    /* line 3324, ../sass/styles.scss */
    .topic-landing .list .article {
      border-bottom: 1px solid #dcdcdc;
      padding: 25px 0 24px;
      margin: 0; }
      /* line 3329, ../sass/styles.scss */
      .topic-landing .list .article .article-teaser-image img {
        width: 131px; }

/* line 3337, ../sass/styles.scss */
.feed-icon {
  display: none; }

/* line 3345, ../sass/styles.scss */
.node-type-photo-gallery #main-content-header h1 {
  display: none; }
/* line 3348, ../sass/styles.scss */
.node-type-photo-gallery #main-content-header #tasks {
  overflow: hidden; }
  /* line 3350, ../sass/styles.scss */
  .node-type-photo-gallery #main-content-header #tasks ul.tabs {
    float: left; }
  /* line 3353, ../sass/styles.scss */
  .node-type-photo-gallery #main-content-header #tasks ul.action-links {
    float: right; }

/* line 3362, ../sass/styles.scss */
#block-boxes-channel-mf-live-link-mock {
  margin-bottom: 20px; }

/* line 3368, ../sass/styles.scss */
.mf-live-block-book.grey-title .block-title {
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 27px;
  line-height: 2.7rem;
  padding: 13px 18px 18px;
  margin-bottom: 5px; }
  /* line 3373, ../sass/styles.scss */
  .mf-live-block-book.grey-title .block-title a, .mf-live-block-book.grey-title .block-title:hover {
    display: block;
    color: #fff; }
/* line 3380, ../sass/styles.scss */
.mf-live-block-book p {
  line-height: 18px;
  line-height: 1.8rem;
  margin: 0;
  color: #666;
  position: relative; }
/* line 3386, ../sass/styles.scss */
.mf-live-block-book h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 18px;
  line-height: 1.8rem;
  border-bottom: 1px solid #dcdcdc;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 2px 0 7px;
  padding: 0 0 10px; }
/* line 3396, ../sass/styles.scss */
.mf-live-block-book .all-topics {
  margin-top: 22px; }
  /* line 3398, ../sass/styles.scss */
  .mf-live-block-book .all-topics:after {
    content: "";
    display: block;
    border-top: 1px solid #dcdcdc;
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%; }

/* line 3413, ../sass/styles.scss */
.flippy {
  border-top: 3px solid #666666;
  padding: 24px 0 0;
  margin: 17px 0 0;
  overflow: hidden; }
  /* line 3418, ../sass/styles.scss */
  .flippy .previous,
  .flippy .next {
    float: left;
    display: block; }
    /* line 3422, ../sass/styles.scss */
    .flippy .previous a,
    .flippy .next a {
      display: block;
      position: relative;
      height: 100px;
      overflow: hidden; }
      /* line 3427, ../sass/styles.scss */
      .flippy .previous a .title,
      .flippy .next a .title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 22px;
        line-height: 2.2rem;
        color: #000;
        font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
        overflow: hidden;
        display: block;
        margin-bottom: 3px; }
      /* line 3436, ../sass/styles.scss */
      .flippy .previous a .subtitle,
      .flippy .next a .subtitle {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
        color: #666;
        overflow: hidden;
        display: block; }
      /* line 3443, ../sass/styles.scss */
      .flippy .previous a:after,
      .flippy .next a:after {
        content: "";
        display: block;
        background-color: #41ad48;
        background-repeat: no-repeat;
        background-image: url(../images/hp-rotator-arrows.svg);
        width: 24px;
        height: 100px;
        position: absolute;
        top: 0; }
      /* line 3455, ../sass/styles.scss */
      .flippy .previous a:hover:after,
      .flippy .next a:hover:after {
        background-color: #000; }
  /* line 3462, ../sass/styles.scss */
  .flippy .previous {
    border-right: 1px solid #dcdcdc; }
    /* line 3465, ../sass/styles.scss */
    .flippy .previous a:after {
      -moz-border-radius: 0 10px 10px 0;
      -webkit-border-radius: 0;
      border-radius: 0 10px 10px 0;
      background-position: 5px 50%;
      left: 0; }
  /* line 3475, ../sass/styles.scss */
  .flippy .next a:after {
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 0 0 10px;
    background-position: -17px 50%;
    right: 0; }

/* line 3491, ../sass/styles.scss */
body.page-search #content-column > .content-inner {
  border-bottom: 3px solid #666;
  margin-right: 336px;
  margin-bottom: 10px;
  padding-right: 0; }
/* line 3498, ../sass/styles.scss */
body.page-search #main-content-header {
  display: none; }
/* line 3501, ../sass/styles.scss */
body.page-search #content {
  border-top: 1px solid #dcdcdc;
  padding: 14px 0 0;
  margin: 0 0 24px; }
/* line 3506, ../sass/styles.scss */
body.page-search .search-counter {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #666;
  margin: -8px 0 10px; }
  /* line 3511, ../sass/styles.scss */
  body.page-search .search-counter .red {
    color: #000; }
/* line 3515, ../sass/styles.scss */
body.page-search .search-results {
  border-top: 3px solid #666;
  padding: 17px 0 0;
  margin: 0 0 24px; }
/* line 3520, ../sass/styles.scss */
body.page-search .you-also-like {
  margin-bottom: 0; }
/* line 3529, ../sass/styles.scss */
body.page-search-healthy-recipes #content, body.page-search-workout-routines #content {
  border-top: 0;
  padding: 0;
  margin: 0 0 24px; }
/* line 3537, ../sass/styles.scss */
body.page-search-healthy-recipes #main-content-header, body.page-search-workout-routines #main-content-header {
  display: block; }
  /* line 3539, ../sass/styles.scss */
  body.page-search-healthy-recipes #main-content-header #tasks, body.page-search-workout-routines #main-content-header #tasks {
    display: none; }

/* line 3545, ../sass/styles.scss */
div.spelling-suggestions {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin: -4px 0 15px;
  color: #666; }
  /* line 3550, ../sass/styles.scss */
  div.spelling-suggestions dt {
    float: left;
    margin: 0 6px 0 0; }
  /* line 3554, ../sass/styles.scss */
  div.spelling-suggestions a {
    color: #000; }

/* line 3564, ../sass/styles.scss */
#content .search-form .form-type-textfield label,
#content .search_form .form-type-textfield label {
  display: none; }
/* line 3567, ../sass/styles.scss */
#content .search-form .form-type-textfield .form-text,
#content .search_form .form-type-textfield .form-text {
  line-height: 36px;
  line-height: 3.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  height: 36px;
  height: 3.6rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
  border: 1px solid #c8c7c7;
  color: #666;
  padding: 0 10px;
  margin: 0 8px 0 0px;
  position: relative;
  top: -1px;
  width: 446px; }
  /* line 3580, ../sass/styles.scss */
  #content .search-form .form-type-textfield .form-text:focus,
  #content .search_form .form-type-textfield .form-text:focus {
    outline: none; }

/* line 3590, ../sass/styles.scss */
.teasers-list .node {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 1em;
  padding: 8px 0 18px;
  overflow: hidden; }
/* line 3596, ../sass/styles.scss */
.teasers-list .article-teaser-image {
  display: block;
  float: left;
  margin: 0 25px 0 0; }
/* line 3601, ../sass/styles.scss */
.teasers-list .datetime,
.teasers-list .teaser-title,
.teasers-list .teaser-text {
  padding: 0 0 0 156px; }
/* line 3606, ../sass/styles.scss */
.teasers-list .datetime {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  display: block;
  margin: -5px 0 0; }
/* line 3612, ../sass/styles.scss */
.teasers-list .teaser-title {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  margin: 1px 0 3px; }
  /* line 3618, ../sass/styles.scss */
  .teasers-list .teaser-title a {
    color: black; }
/* line 3622, ../sass/styles.scss */
.teasers-list .teaser-text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #666;
  display: block; }

/* line 3631, ../sass/styles.scss */
.teasers-list-vert.list-section {
  float: left;
  margin: 0 28px 0 0; }
/* line 3635, ../sass/styles.scss */
.teasers-list-vert .node {
  padding-bottom: 10px;
  margin-bottom: 1px; }
  /* line 3638, ../sass/styles.scss */
  .teasers-list-vert .node:last-child {
    border: 0; }
/* line 3642, ../sass/styles.scss */
.teasers-list-vert .article-teaser-image {
  margin: 0 0 2px 0; }
/* line 3645, ../sass/styles.scss */
.teasers-list-vert .teaser-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  padding: 0; }
/* line 3650, ../sass/styles.scss */
.teasers-list-vert .teaser-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem; }

/* line 3662, ../sass/styles.scss */
body.page-workout .content-inner, body.page-search-workout-routines .content-inner {
  padding-left: 0; }
/* line 3665, ../sass/styles.scss */
body.page-workout #main-content-header #page-title, body.page-search-workout-routines #main-content-header #page-title {
  border: 0;
  margin-left: 0;
  color: #fff;
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 94px;
  line-height: 9.4rem;
  padding: 0 0 0 15px;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  letter-spacing: -1.5px;
  position: relative;
  z-index: 10;
  text-transform: uppercase; }
/* line 3678, ../sass/styles.scss */
body.page-workout div.sponsor, body.page-search-workout-routines div.sponsor {
  margin-top: -94px; }
  /* line 3680, ../sass/styles.scss */
  body.page-workout div.sponsor div.recipe-sponsored, body.page-search-workout-routines div.sponsor div.recipe-sponsored {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 88px; }
    /* line 3685, ../sass/styles.scss */
    body.page-workout div.sponsor div.recipe-sponsored span.text, body.page-search-workout-routines div.sponsor div.recipe-sponsored span.text {
      display: block;
      text-align: center;
      color: #fff;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 15px;
      line-height: 1.5rem;
      position: static; }
    /* line 3693, ../sass/styles.scss */
    body.page-workout div.sponsor div.recipe-sponsored span.ad, body.page-search-workout-routines div.sponsor div.recipe-sponsored span.ad {
      position: static; }

/* line 3701, ../sass/styles.scss */
#block-mf-recipe-mf-recipe-workout-select-block {
  margin-bottom: 25px; }
  /* line 3703, ../sass/styles.scss */
  #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block {
    border-top: 3px solid #666;
    padding-top: 16px; }
    /* line 3706, ../sass/styles.scss */
    #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block h3 {
      border-bottom: 1px solid #dcdcdc;
      margin: 0 0 12px;
      font-weight: 900;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 21px;
      line-height: 2.1rem;
      padding-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      /* line 3715, ../sass/styles.scss */
      #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block h3 span {
        display: block;
        width: 135px; }
    /* line 3720, ../sass/styles.scss */
    #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts {
      border-right: 12px solid #000;
      float: left;
      height: 576px;
      padding-right: 24px;
      position: relative;
      width: 341px; }
      /* line 3727, ../sass/styles.scss */
      #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts {
        position: absolute;
        width: 341px;
        height: 502px;
        left: 0;
        top: 84px; }
        /* line 3733, ../sass/styles.scss */
        #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li {
          position: absolute; }
          /* line 3735, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li a {
            font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
            font-size: 22px;
            font-size: 2.2rem;
            font-weight: 700; }
          /* line 3740, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.chest-workouts {
            top: 127px;
            left: 158px; }
          /* line 3744, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.back-workouts {
            top: 178px;
            left: 0px; }
          /* line 3748, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.shoulder-workouts {
            top: 29px;
            left: 144px; }
          /* line 3752, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.abs-workouts {
            top: 199px;
            left: 206px; }
          /* line 3756, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.arm-workouts {
            top: 125px;
            left: 2px; }
          /* line 3760, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.leg-workouts {
            top: 325px;
            left: 177px; }
          /* line 3764, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.full-body-workouts {
            top: 98px;
            right: 0px; }
    /* line 3771, ../sass/styles.scss */
    #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types {
      float: right;
      padding-left: 25px;
      width: 192px; }
      /* line 3775, ../sass/styles.scss */
      #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types h3 {
        margin-bottom: 3px;
        margin-bottom: 10px; }
        /* line 3778, ../sass/styles.scss */
        #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types h3 span {
          width: 181px; }
      /* line 3783, ../sass/styles.scss */
      #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types ul.workout-type li {
        border-bottom: 1px solid #dcdcdc; }
        /* line 3785, ../sass/styles.scss */
        #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types ul.workout-type li.last {
          border-bottom: 0; }
        /* line 3788, ../sass/styles.scss */
        #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types ul.workout-type li a {
          background: url(../images/hot-topics-arrow.svg) no-repeat 0 50%;
          font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
          font-weight: 700;
          font-size: 23px;
          font-size: 2.3rem;
          line-height: 57px;
          line-height: 5.7rem;
          padding-left: 20px; }

/* line 3806, ../sass/styles.scss */
.author-landing {
  border-bottom: 1px solid #dcdcdc;
  margin: 24px 0 0;
  overflow: hidden; }
  /* line 3810, ../sass/styles.scss */
  .author-landing .author-data {
    margin: 0 23px 23px 0; }
  /* line 3813, ../sass/styles.scss */
  .author-landing .taxonomy-term-description {
    margin: 0; }
  /* line 3816, ../sass/styles.scss */
  .author-landing .author-pinterest-btn {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background-image: -moz-linear-gradient(#ffffff, #efefef);
    background-image: -webkit-linear-gradient(#ffffff, #efefef);
    background-image: linear-gradient(#ffffff, #efefef);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font: bold normal normal 11px/18px "Helvetica Neue",helvetica,arial,san-serif;
    border: 1px solid #c9c9c5;
    color: #444;
    display: inline-block;
    height: 18px;
    text-indent: 19px;
    position: relative;
    padding-right: 3px;
    top: -6px;
    margin: 0 0 0 6px; }
    /* line 3829, ../sass/styles.scss */
    .author-landing .author-pinterest-btn:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
      background-image: -moz-linear-gradient(#ffffff, #f0f0f0);
      background-image: -webkit-linear-gradient(#ffffff, #f0f0f0);
      background-image: linear-gradient(#ffffff, #f0f0f0);
      border-color: #aaa; }
    /* line 3833, ../sass/styles.scss */
    .author-landing .author-pinterest-btn b {
      background: url(../images/icons-sprite.png) 0 -20px no-repeat;
      display: block;
      position: absolute;
      width: 14px;
      height: 14px;
      top: 2px;
      left: 2px; }
  /* line 3843, ../sass/styles.scss */
  .author-landing .author-email-btn {
    background: url(../images/icons-sprite.png) 0 -34px no-repeat;
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 22px;
    text-indent: 100%;
    margin: 6px 0 0; }
    /* line 3851, ../sass/styles.scss */
    .author-landing .author-email-btn:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  /* line 3855, ../sass/styles.scss */
  .author-landing .author-social {
    overflow: hidden;
    clear: both; }
    /* line 3858, ../sass/styles.scss */
    .author-landing .author-social .connect-title {
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
      text-transform: uppercase;
      margin: 10px 0 6px; }
    /* line 3864, ../sass/styles.scss */
    .author-landing .author-social > iframe, .author-landing .author-social > div, .author-landing .author-social > a {
      display: inline-block;
      margin-right: 5px; }

/* line 3870, ../sass/styles.scss */
#block-views-authors-content-block {
  margin-bottom: 12px; }
  /* line 3872, ../sass/styles.scss */
  #block-views-authors-content-block .view-content {
    margin: 0 0 24px; }
  /* line 3876, ../sass/styles.scss */
  #block-views-authors-content-block .item-list .pager-more {
    display: none; }

/* line 3887, ../sass/styles.scss */
.node-type-video .videos-list ul, .page-videos .videos-list ul {
  padding: 0; }
  /* line 3889, ../sass/styles.scss */
  .node-type-video .videos-list ul li, .page-videos .videos-list ul li {
    float: left;
    height: 210px;
    padding-right: 36px;
    width: 174px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 23px; }
    /* line 3896, ../sass/styles.scss */
    .node-type-video .videos-list ul li:nth-child(3n+3), .page-videos .videos-list ul li:nth-child(3n+3) {
      padding-right: 0; }
    /* line 3899, ../sass/styles.scss */
    .node-type-video .videos-list ul li div.views-field-field-images, .page-videos .videos-list ul li div.views-field-field-images {
      position: relative;
      margin-bottom: 8px; }
      /* line 3902, ../sass/styles.scss */
      .node-type-video .videos-list ul li div.views-field-field-images a, .page-videos .videos-list ul li div.views-field-field-images a {
        border: 1px solid #dcdcdc;
        display: block;
        overflow: hidden;
        height: 151px;
        text-align: center;
        width: 174px; }
        /* line 3909, ../sass/styles.scss */
        .node-type-video .videos-list ul li div.views-field-field-images a:after, .page-videos .videos-list ul li div.views-field-field-images a:after {
          background: rgba(0, 0, 0, 0.8) url(../images/video-button.png) no-repeat 14px 50%;
          content: 'PLAY VIDEO';
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          height: 34px;
          line-height: 34px;
          color: #666;
          font-size: 14px;
          font-size: 1.4rem;
          text-align: left;
          padding-left: 50px;
          width: 125px; }
    /* line 3927, ../sass/styles.scss */
    .node-type-video .videos-list ul li div.views-field-title a, .page-videos .videos-list ul li div.views-field-title a {
      color: #000;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      line-height: 1.6rem;
      font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
      text-transform: uppercase;
      display: block;
      overflow: hidden;
      max-height: 32px; }

/* line 3943, ../sass/styles.scss */
.page-videos .region-secondary-content {
  border-top: 1px solid #dcdcdc;
  margin-top: 24px;
  padding-top: 9px; }
/* line 3948, ../sass/styles.scss */
.page-videos #block-mf-channels-mf-channels-video-filter {
  float: left;
  margin: 0;
  width: 225px; }
/* line 3953, ../sass/styles.scss */
.page-videos #block-mf-core-mf-core-dfp-sponsorship {
  float: right;
  color: #666;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0;
  clear: none; }
  /* line 3959, ../sass/styles.scss */
  .page-videos #block-mf-core-mf-core-dfp-sponsorship span.sponsored {
    display: none;
    float: left;
    margin-right: 11px; }
  /* line 3964, ../sass/styles.scss */
  .page-videos #block-mf-core-mf-core-dfp-sponsorship span.gpt-tag {
    float: left; }
/* line 3968, ../sass/styles.scss */
.page-videos #block-mf-channels-mf-channels-video-top {
  clear: both;
  border-top: 1px solid #dcdcdc;
  padding-top: 12px;
  margin: 12px 0 0;
  overflow: hidden;
  width: 100%; }

/* line 3985, ../sass/styles.scss */
body.page-error #main-content {
  text-align: center;
  color: #666; }
  /* line 3988, ../sass/styles.scss */
  body.page-error #main-content #page-title {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 29px;
    line-height: 2.9rem;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 24.19355%;
    margin: 0 0 5px; }
  /* line 3998, ../sass/styles.scss */
  body.page-error #main-content .most-popular {
    overflow: hidden;
    margin: 24px 0 0; }
    /* line 4001, ../sass/styles.scss */
    body.page-error #main-content .most-popular .block-title {
      text-align: center; }
      /* line 4003, ../sass/styles.scss */
      body.page-error #main-content .most-popular .block-title .blue {
        color: #bac6cb; }
    /* line 4008, ../sass/styles.scss */
    body.page-error #main-content .most-popular .list-section-header h3 {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 26px;
      line-height: 2.6rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: -1px;
      min-height: 52px;
      margin: 12px 0 2px; }
    /* line 4019, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list .node {
      margin-bottom: 12px; }
    /* line 4022, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list .teaser-title {
      height: 62px;
      overflow: hidden;
      clear: both; }
    /* line 4027, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list.first {
      margin-left: 2px; }
    /* line 4030, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list.last {
      margin: 0; }
/* line 4036, ../sass/styles.scss */
body.page-error #block-system-main {
  margin-bottom: 0; }

/* line 4045, ../sass/styles.scss */
body.page-newsletters #page-title {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 37px;
  line-height: 3.7rem;
  border-top: 1px solid #dcdcdc;
  text-transform: uppercase;
  padding: 6px 0 0;
  margin: 0 0 3px; }
/* line 4054, ../sass/styles.scss */
body.page-newsletters #content .sailthru-header-html {
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 5px;
  margin: 0 0 5px; }
/* line 4062, ../sass/styles.scss */
body.page-newsletters #content .form-checkboxes {
  padding: 0;
  margin: 0 0 20px; }
  /* line 4066, ../sass/styles.scss */
  body.page-newsletters #content .form-checkboxes .form-item {
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 0 20px; }
  /* line 4070, ../sass/styles.scss */
  body.page-newsletters #content .form-checkboxes label.option {
    display: block;
    overflow: hidden; }
  /* line 4074, ../sass/styles.scss */
  body.page-newsletters #content .form-checkboxes .form-type-checkbox {
    background-position: 0 21px; }
    /* line 4076, ../sass/styles.scss */
    body.page-newsletters #content .form-checkboxes .form-type-checkbox.checked {
      background-position: 0 11px; }
/* line 4086, ../sass/styles.scss */
body.page-newsletters .aoi-area .names .form-item,
body.page-newsletters .aoi-area .additional-info .form-item {
  float: left;
  width: 297px;
  margin-bottom: 6px; }
  /* line 4090, ../sass/styles.scss */
  body.page-newsletters .aoi-area .names .form-item .form-text,
  body.page-newsletters .aoi-area .additional-info .form-item .form-text {
    width: 273px; }
  /* line 4093, ../sass/styles.scss */
  body.page-newsletters .aoi-area .names .form-item label,
  body.page-newsletters .aoi-area .additional-info .form-item label {
    margin-bottom: 6px;
    display: inline-block;
    position: relative;
    padding: 0 12px 0 0; }
    /* line 4098, ../sass/styles.scss */
    body.page-newsletters .aoi-area .names .form-item label .required,
    body.page-newsletters .aoi-area .additional-info .form-item label .required {
      position: absolute;
      top: 0;
      right: 0;
      font-weight: 400; }
/* line 4106, ../sass/styles.scss */
body.page-newsletters .aoi-area .names .form-item-last-name,
body.page-newsletters .aoi-area .additional-info .form-item-last-name {
  margin-left: 12px;
  width: 285px; }
/* line 4110, ../sass/styles.scss */
body.page-newsletters .aoi-area .names .form-type-checkbox,
body.page-newsletters .aoi-area .additional-info .form-type-checkbox {
  margin: 0; }
/* line 4114, ../sass/styles.scss */
body.page-newsletters .aoi-area .additional-info {
  clear: both;
  overflow: hidden; }
  /* line 4117, ../sass/styles.scss */
  body.page-newsletters .aoi-area .additional-info .form-item-zip,
  body.page-newsletters .aoi-area .additional-info .form-item-birth-date {
    width: 130px;
    margin-left: 25px; }
    /* line 4121, ../sass/styles.scss */
    body.page-newsletters .aoi-area .additional-info .form-item-zip .form-text,
    body.page-newsletters .aoi-area .additional-info .form-item-birth-date .form-text {
      width: 118px; }
  /* line 4125, ../sass/styles.scss */
  body.page-newsletters .aoi-area .additional-info .form-item-zip {
    margin-left: 12px; }
/* line 4129, ../sass/styles.scss */
body.page-newsletters .aoi-area .form-item-current-subscriber {
  margin: 10px 0 0; }
  /* line 4131, ../sass/styles.scss */
  body.page-newsletters .aoi-area .form-item-current-subscriber label.option {
    font-weight: 400;
    color: #666; }
/* line 4136, ../sass/styles.scss */
body.page-newsletters .aoi-area .privacyPol {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700; }
/* line 4140, ../sass/styles.scss */
body.page-newsletters .aoi-area .signUpSub {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  margin: -5px 0 20px 18px; }
  /* line 4144, ../sass/styles.scss */
  body.page-newsletters .aoi-area .signUpSub a {
    font-weight: 700; }
/* line 4149, ../sass/styles.scss */
body.page-newsletters .form-submit {
  margin: 0 auto;
  display: block; }

/* line 4156, ../sass/styles.scss */
body.page-newsletters-confirmation #page-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 62px;
  line-height: 6.2rem;
  border-bottom: 1px solid #dcdcdc;
  color: #666;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  padding: 0; }
/* line 4166, ../sass/styles.scss */
body.page-newsletters-confirmation .you-also-like {
  border-bottom: 3px solid #666;
  padding: 0 0 17px; }

/* line 4175, ../sass/styles.scss */
.page-taxonomy-term-265 #main-content-header {
  margin-bottom: 20px; }

/* line 4178, ../sass/styles.scss */
div.block-mf-blogs {
  border-bottom: 3px solid #666;
  clear: both;
  overflow: hidden;
  width: 100%; }
  /* line 4183, ../sass/styles.scss */
  div.block-mf-blogs div.blogs-header {
    border-left: 12px solid #000;
    margin-bottom: 24px;
    padding-left: 12px;
    overflow: hidden; }
    /* line 4188, ../sass/styles.scss */
    div.block-mf-blogs div.blogs-header div.header-left {
      float: left;
      min-height: 105px;
      margin-right: 16px;
      width: 150px; }
      /* line 4193, ../sass/styles.scss */
      div.block-mf-blogs div.blogs-header div.header-left h3 {
        font-size: 45px;
        font-size: 4.5rem;
        line-height: 38px;
        line-height: 3.8rem;
        font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
        margin: 0 0 10px 0;
        text-transform: uppercase;
        width: 100%; }
      /* line 4201, ../sass/styles.scss */
      div.block-mf-blogs div.blogs-header div.header-left .green-button {
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 26px;
        line-height: 2.6rem;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 133px; }
    /* line 4209, ../sass/styles.scss */
    div.block-mf-blogs div.blogs-header div.header-right {
      color: #666;
      font-size: 20px;
      font-size: 2rem;
      line-height: 26px;
      line-height: 2.6rem;
      display: inline; }

/* line 4220, ../sass/styles.scss */
div.blogs-list article,
div.blogs-list div.four-in-a-row,
#block-views-blogs-subchannels-block article,
#block-views-blogs-subchannels-block div.four-in-a-row {
  float: left;
  padding-right: 22px;
  width: 131px; }
  /* line 4225, ../sass/styles.scss */
  div.blogs-list article:nth-child(4n+4),
  div.blogs-list div.four-in-a-row:nth-child(4n+4),
  #block-views-blogs-subchannels-block article:nth-child(4n+4),
  #block-views-blogs-subchannels-block div.four-in-a-row:nth-child(4n+4) {
    padding-right: 0; }
  /* line 4228, ../sass/styles.scss */
  div.blogs-list article .teaser-title,
  div.blogs-list div.four-in-a-row .teaser-title,
  #block-views-blogs-subchannels-block article .teaser-title,
  #block-views-blogs-subchannels-block div.four-in-a-row .teaser-title {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    max-height: 32px;
    margin-bottom: 3px; }
    /* line 4238, ../sass/styles.scss */
    div.blogs-list article .teaser-title a,
    div.blogs-list div.four-in-a-row .teaser-title a,
    #block-views-blogs-subchannels-block article .teaser-title a,
    #block-views-blogs-subchannels-block div.four-in-a-row .teaser-title a {
      color: #000; }
  /* line 4242, ../sass/styles.scss */
  div.blogs-list article .teaser-text,
  div.blogs-list div.four-in-a-row .teaser-text,
  #block-views-blogs-subchannels-block article .teaser-text,
  #block-views-blogs-subchannels-block div.four-in-a-row .teaser-text {
    color: #666;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.5rem;
    overflow: hidden;
    max-height: 60px; }

/* line 4255, ../sass/styles.scss */
#block-mf-blogs-mf-blogs-subchannels .header-left {
  min-height: inherit; }

/* line 4260, ../sass/styles.scss */
#block-views-blogs-subchannels-block div.four-in-a-row {
  border-bottom: 1px solid #dcdcdc;
  height: 223px;
  margin-bottom: 23px; }

/* line 4271, ../sass/styles.scss */
body.node-type-plain-page .content-inner {
  margin: 0;
  padding: 0; }
/* line 4275, ../sass/styles.scss */
body.node-type-plain-page .sharethis-bottom {
  text-align: left;
  height: auto !important; }

/* line 4306, ../sass/styles.scss */
.page-node-33401 .node-title,
.page-node-33401 #page-title,
.page-node-33185 .node-title,
.page-node-33185 #page-title,
.page-node-32711 .node-title,
.page-node-32711 #page-title,
.page-node-26345 .node-title,
.page-node-26345 #page-title,
.page-node-33186 .node-title,
.page-node-33186 #page-title,
.page-node-33079 .node-title,
.page-node-33079 #page-title,
.page-node-32712 .node-title,
.page-node-32712 #page-title,
.page-node-27036 .node-title,
.page-node-27036 #page-title,
.page-node-26340 .node-title,
.page-node-26340 #page-title,
.page-node-26356 .node-title,
.page-node-26356 #page-title,
.page-node-26355 .node-title,
.page-node-26355 #page-title {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px); }

/* line 4317, ../sass/styles.scss */
.page-contact .contact-form {
  padding: 18px 0 0; }
/* line 4320, ../sass/styles.scss */
.page-contact select.replaced,
.page-contact span.custom-select {
  width: 97%; }
/* line 4324, ../sass/styles.scss */
.page-contact .form-item .form-text {
  width: 98%; }

/* line 4333, ../sass/styles.scss */
.node-type-sponsored-page .field-collection-container {
  border-bottom: 0;
  margin-bottom: 0; }
/* line 4337, ../sass/styles.scss */
.node-type-sponsored-page .sponsored-page-header {
  margin: 10px 0 10px; }
/* line 4340, ../sass/styles.scss */
.node-type-sponsored-page .sharethis-wrapper {
  border-bottom: 0; }
/* line 4343, ../sass/styles.scss */
.node-type-sponsored-page .top-bar {
  position: relative;
  font-size: 11px;
  font-size: 1.1rem; }
  /* line 4346, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .sponsored-page-social-bar {
    float: left;
    margin-top: 13px; }
  /* line 4350, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .top-right {
    float: right; }
  /* line 4353, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .sponsored {
    padding-right: 12px; }
  /* line 4356, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .gpt-tag {
    vertical-align: middle;
    display: inline-block;
    line-height: 0; }
  /* line 4361, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar, .node-type-sponsored-page .top-bar a {
    color: #666; }
/* line 4365, ../sass/styles.scss */
.node-type-sponsored-page .ami-aol-player {
  margin-bottom: 3px; }
/* line 4369, ../sass/styles.scss */
.node-type-sponsored-page .field-name-field-blocks-to-place .field-name-field-block-title {
  color: #ee523a;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 5px;
  text-transform: uppercase; }
/* line 4377, ../sass/styles.scss */
.node-type-sponsored-page .field-name-field-blocks-to-place .field-item {
  clear: both; }
  /* line 4379, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node {
    float: left;
    margin-bottom: 25px; }
    /* line 4382, ../sass/styles.scss */
    .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node:last-child {
      margin-right: 0; }
    /* line 4385, ../sass/styles.scss */
    .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node .teaser-title a {
      color: #000;
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      line-height: 1.6rem;
      text-transform: uppercase; }
    /* line 4392, ../sass/styles.scss */
    .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node .teaser-text {
      color: #666;
      display: block;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 16px;
      line-height: 1.6rem; }
    /* line 4398, ../sass/styles.scss */
    .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node img {
      width: 100%; }
  /* line 4402, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item .items4 article {
    margin-right: 8px;
    width: 142px; }
  /* line 4406, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item .items3 article {
    margin-right: 7px;
    width: 193px; }
  /* line 4410, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item .items2 article {
    margin-right: 4px;
    width: 295px; }

/* line 4422, ../sass/styles.scss */
.node-list .ami_slideshow {
  position: relative; }
/* line 4425, ../sass/styles.scss */
.node-list .gallery-navs {
  float: right;
  padding-bottom: 15px; }
  /* line 4428, ../sass/styles.scss */
  .node-list .gallery-navs .gallery-counters {
    margin-right: 15px;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 700;
    vertical-align: top; }
    /* line 4435, ../sass/styles.scss */
    .node-list .gallery-navs .gallery-counters .mf-slideshow-separator {
      color: #dcdcdc;
      font-weight: 400; }
    /* line 4439, ../sass/styles.scss */
    .node-list .gallery-navs .gallery-counters span {
      vertical-align: top; }
  /* line 4443, ../sass/styles.scss */
  .node-list .gallery-navs .owl-buttons {
    z-index: 999;
    position: relative;
    display: inline-block; }
    /* line 4447, ../sass/styles.scss */
    .node-list .gallery-navs .owl-buttons .owl-prev,
    .node-list .gallery-navs .owl-buttons .owl-next {
      background-image: url(../images/arrow_left_m.svg);
      background-position: 6px 50%;
      background-repeat: no-repeat;
      background-color: #41ad48;
      color: #fff;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 20px;
      font-size: 2rem;
      line-height: 38px;
      line-height: 3.8rem;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      text-align: center;
      width: 50px;
      height: 26px;
      overflow: hidden;
      cursor: pointer;
      float: left;
      line-height: 26px;
      line-height: 2.6rem;
      padding: 0 0 0 21px;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: left; }
      /* line 228, ../sass/_custom.scss */
      .node-list .gallery-navs .owl-buttons .owl-prev:hover,
      .node-list .gallery-navs .owl-buttons .owl-next:hover {
        color: #fff;
        background-color: #000; }
      /* line 232, ../sass/_custom.scss */
      .node-list .gallery-navs .owl-buttons .owl-prev.arrowed:after,
      .node-list .gallery-navs .owl-buttons .owl-next.arrowed:after {
        content: '';
        display: inline-block;
        overflow: hidden;
        background-image: url(../images/button-arrow.svg);
        background-repeat: no-repeat;
        background-position: 0 100%;
        height: 13px;
        height: 1.3rem;
        margin-left: 7px;
        width: 16px; }
      /* line 243, ../sass/_custom.scss */
      .node-list .gallery-navs .owl-buttons .owl-prev.arrowed.more:after,
      .node-list .gallery-navs .owl-buttons .owl-next.arrowed.more:after {
        background-position: 0 0; }
      /* line 246, ../sass/_custom.scss */
      .node-list .gallery-navs .owl-buttons .owl-prev:focus,
      .node-list .gallery-navs .owl-buttons .owl-next:focus {
        outline: none;
        color: #fff; }
      /* line 4462, ../sass/styles.scss */
      .node-list .gallery-navs .owl-buttons .owl-prev.disabled,
      .node-list .gallery-navs .owl-buttons .owl-next.disabled {
        background-color: #dcdcdc;
        cursor: default; }
    /* line 4467, ../sass/styles.scss */
    .node-list .gallery-navs .owl-buttons .owl-next {
      background-image: url(../images/arrow_right_m.svg);
      background-position: 56px 50%;
      margin-left: 12px;
      padding: 0 21px 0 0;
      right: 3px;
      text-align: right; }
/* line 4477, ../sass/styles.scss */
.node-list .ami-slideshow-separate-container {
  position: relative; }
  /* line 4479, ../sass/styles.scss */
  .node-list .ami-slideshow-separate-container .ami-slideshow-separate-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s; }
    /* line 4486, ../sass/styles.scss */
    .node-list .ami-slideshow-separate-container .ami-slideshow-separate-item.active {
      opacity: 1;
      position: relative;
      z-index: 900; }
  /* line 4492, ../sass/styles.scss */
  .node-list .ami-slideshow-separate-container .ami-slideshow-slide-title {
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    line-height: 21px;
    line-height: 2.1rem;
    margin-bottom: 10px;
    font-weight: 700;
    display: block; }
    /* line 4500, ../sass/styles.scss */
    .node-list .ami-slideshow-separate-container .ami-slideshow-slide-title:empty {
      display: none; }
/* line 4505, ../sass/styles.scss */
.node-list .ami-slideshow-container {
  overflow: hidden;
  clear: both;
  transition: height 1s linear; }
  /* line 4509, ../sass/styles.scss */
  .node-list .ami-slideshow-container .owl-item {
    overflow: hidden; }
  /* line 4512, ../sass/styles.scss */
  .node-list .ami-slideshow-container .ami-slideshow-slide-description {
    clear: both; }
  /* line 4515, ../sass/styles.scss */
  .node-list .ami-slideshow-container .img-wrapper {
    float: right;
    position: relative; }
    /* line 4518, ../sass/styles.scss */
    .node-list .ami-slideshow-container .img-wrapper img {
      margin: 5px 0; }
    /* line 4521, ../sass/styles.scss */
    .node-list .ami-slideshow-container .img-wrapper .ami-slideshow-pin-btn {
      position: absolute;
      top: 8px;
      right: 8px;
      display: none; }

/* line 4535, ../sass/styles.scss */
.node-type-mf-quiz .top-bar {
  position: relative;
  padding: 15px 0px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
  font-size: 11px;
  font-size: 1.1rem; }
  /* line 4542, ../sass/styles.scss */
  .node-type-mf-quiz .top-bar .sponsored {
    position: absolute;
    right: 100px;
    top: 16px; }
  /* line 4547, ../sass/styles.scss */
  .node-type-mf-quiz .top-bar .gpt-tag {
    position: absolute;
    display: block;
    right: 0;
    top: 10px; }
  /* line 4553, ../sass/styles.scss */
  .node-type-mf-quiz .top-bar, .node-type-mf-quiz .top-bar a {
    color: #666; }
/* line 4557, ../sass/styles.scss */
.node-type-mf-quiz .node-title {
  font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 34px; }
/* line 4563, ../sass/styles.scss */
.node-type-mf-quiz .sharethis-wrapper {
  border: none;
  margin-bottom: 15px;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 15px;
  text-align: center; }
/* line 4571, ../sass/styles.scss */
.node-type-mf-quiz .field-name-body {
  font-family: "Georgia", Times, serif;
  font-size: 17px; }
/* line 4575, ../sass/styles.scss */
.node-type-mf-quiz .question {
  font-weight: bold;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  font-size: 26px;
  line-height: 25px; }
/* line 4581, ../sass/styles.scss */
.node-type-mf-quiz .question-image {
  padding-bottom: 20px; }
/* line 4584, ../sass/styles.scss */
.node-type-mf-quiz .btn-next {
  padding-top: 25px;
  text-align: right; }
  /* line 4587, ../sass/styles.scss */
  .node-type-mf-quiz .btn-next button {
    background: url(../images/red-arrow-right.png) center right no-repeat;
    border: none;
    font-weight: bold;
    color: #ee523a;
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    padding-right: 25px;
    font-size: 30px;
    line-height: 43px; }
/* line 4599, ../sass/styles.scss */
.node-type-mf-quiz .answers {
  border: 1px solid #f8f8f8; }
  /* line 4601, ../sass/styles.scss */
  .node-type-mf-quiz .answers label {
    display: block;
    padding: 12px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    cursor: pointer; }
    /* line 4610, ../sass/styles.scss */
    .node-type-mf-quiz .answers label:hover {
      background: #fff200; }
    /* line 4613, ../sass/styles.scss */
    .node-type-mf-quiz .answers label input {
      display: none; }
      /* line 4615, ../sass/styles.scss */
      .node-type-mf-quiz .answers label input + .checkbox {
        width: 24px;
        height: 23px;
        padding-right: 12px;
        background: url(../images/quiz-radio.png) -52px center no-repeat; }
      /* line 4621, ../sass/styles.scss */
      .node-type-mf-quiz .answers label input:checked + .checkbox {
        background-position: 0 center; }
    /* line 4625, ../sass/styles.scss */
    .node-type-mf-quiz .answers label img {
      margin-right: 25px;
      vertical-align: middle; }
    /* line 4629, ../sass/styles.scss */
    .node-type-mf-quiz .answers label span {
      display: table-cell;
      vertical-align: middle; }
  /* line 4634, ../sass/styles.scss */
  .node-type-mf-quiz .answers label + label {
    border-top: 1px solid #f8f8f8; }
/* line 4639, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .field-name-field-image {
  text-align: center; }
  /* line 4641, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .field-name-field-image img {
    margin-top: 15px; }
/* line 4645, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .field-name-field-subtitle {
  font-weight: bold;
  font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px; }
/* line 4651, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .results-title {
  font-weight: bold;
  color: #da0000;
  font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  margin: 5px 0; }
/* line 4658, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .results-image {
  text-align: center;
  line-height: 0; }
  /* line 4661, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-image img {
    margin-top: 15px; }
/* line 4665, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .results-share {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 15px;
  margin-top: 25px;
  width: 100%;
  text-align: center;
  background: #f7f7f7; }
  /* line 4673, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share .label {
    font-size: 16px;
    font-weight: bold;
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle; }
  /* line 4680, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px; }
  /* line 4685, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share .st_twitter_large {
    background: #28aae1 url(../images/quiz-social.png) 21px 7px no-repeat; }
  /* line 4688, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share .st_facebook_large {
    background: #3460a1 url(../images/quiz-social.png) -41px 7px no-repeat; }
  /* line 4691, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share .stButton {
    width: 54px;
    height: 31px;
    opacity: 0; }
/* line 4697, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .results-list {
  font-size: 17px;
  font-weight: bold;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif; }
/* line 4702, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .answers-title {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  padding-bottom: 5px; }
/* line 4709, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .q-title {
  text-transform: uppercase; }
  /* line 4711, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .q-title .incorrect {
    color: #da0000; }
/* line 4715, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .a-title {
  color: #586e7a; }
  /* line 4717, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .a-title + .q-title {
    border-top: 1px solid #dcdcdc;
    padding-top: 3px;
    margin-top: 3px; }

/* line 4727, ../sass/styles.scss */
#node-basic-newsletter {
  background: #ECECEC;
  border: 1px solid #ccc;
  padding: 22px;
  text-align: center;
  width: 70%;
  margin: 50px auto; }
  /* line 4734, ../sass/styles.scss */
  #node-basic-newsletter h3 {
    text-transform: uppercase;
    font-size: 40px;
    color: #586e7a;
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif, "Arial Narrow", Arial, sans-serif; }
  /* line 4740, ../sass/styles.scss */
  #node-basic-newsletter h4 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #666666;
    font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
    font-weight: lighter; }
  /* line 4747, ../sass/styles.scss */
  #node-basic-newsletter h3, #node-basic-newsletter h4 {
    margin: 0 0 12px;
    line-height: inherit; }

/* line 4753, ../sass/styles.scss */
#exit-basic-newsletter {
  display: none;
  /* ensures it’s invisible until it’s called */
  position: fixed;
  /* makes the div go into a position that’s absolute to the browser viewing area */
  left: 50%;
  /* positions the div half way horizontally */
  top: 50%;
  /* positions the div half way vertically */
  margin-left: -190px;
  margin-top: -97px;
  border: 2px solid white;
  background-color: black;
  width: 380px;
  height: 190px;
  z-index: 5000;
  /* makes the div the top layer, so it’ll lay on top of the other content */ }
  /* line 4765, ../sass/styles.scss */
  #exit-basic-newsletter .content {
    padding-left: 20px;
    padding-top: 20px; }
    /* line 4768, ../sass/styles.scss */
    #exit-basic-newsletter .content h3 {
      text-transform: uppercase;
      font-size: 30px;
      color: white;
      width: 60%;
      font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif; }
    /* line 4775, ../sass/styles.scss */
    #exit-basic-newsletter .content h4 {
      font-size: 18px;
      font-size: 1.8rem;
      color: white;
      font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
      font-weight: lighter;
      margin-bottom: 10px; }
    /* line 4783, ../sass/styles.scss */
    #exit-basic-newsletter .content h3, #exit-basic-newsletter .content h4 {
      margin: 0 0 8px;
      line-height: 1; }
    /* line 4787, ../sass/styles.scss */
    #exit-basic-newsletter .content .form-item {
      margin-bottom: 5px; }
  /* line 4791, ../sass/styles.scss */
  #exit-basic-newsletter a.privacyPol {
    color: #9d9d9d;
    display: block;
    font-size: 9px;
    line-height: 10px;
    line-height: 1rem;
    margin-left: 0px;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    padding: 4px; }
  /* line 4803, ../sass/styles.scss */
  #exit-basic-newsletter #exit-close {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif; }
    /* line 4804, ../sass/styles.scss */
    #exit-basic-newsletter #exit-close a {
      color: white;
      display: block;
      padding: 2px 12px;
      border-bottom: 2px solid white;
      border-left: 2px solid white; }

/* line 4819, ../sass/styles.scss */
#exit-sailthru-basic-newsletter-form {
  margin-left: 0px !important; }

/* line 4823, ../sass/styles.scss */
#node-sailthru-basic-newsletter-form, #exit-sailthru-basic-newsletter-form {
  background-color: #fedb31;
  border: 1px solid #c8c7c7;
  border-right: 0;
  margin: 0 auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 24px;
  position: relative;
  width: 260px; }
  /* line 4832, ../sass/styles.scss */
  #node-sailthru-basic-newsletter-form input.form-text, #exit-sailthru-basic-newsletter-form input.form-text {
    background: none;
    border: 0;
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
    height: 26px;
    margin-left: 8px;
    outline: medium none;
    padding: 0;
    text-indent: 0;
    width: 192px;
    padding-top: 2px; }
    /* line 4846, ../sass/styles.scss */
    #node-sailthru-basic-newsletter-form input.form-text:hover, #node-sailthru-basic-newsletter-form input.form-text:focus, #exit-sailthru-basic-newsletter-form input.form-text:hover, #exit-sailthru-basic-newsletter-form input.form-text:focus {
      color: #000; }
  /* line 4851, ../sass/styles.scss */
  #node-sailthru-basic-newsletter-form input[type="submit"], #exit-sailthru-basic-newsletter-form input[type="submit"] {
    background: url("../images/button.svg") no-repeat center center;
    border: 0 none;
    height: 26px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: -1px;
    width: 26px; }
    /* line 4861, ../sass/styles.scss */
    #node-sailthru-basic-newsletter-form input[type="submit"]:hover, #exit-sailthru-basic-newsletter-form input[type="submit"]:hover {
      background: url("../images/button_h.svg") no-repeat center center; }

/* line 4871, ../sass/styles.scss */
.node-type-sponsored-page-two .sponsored-page-header {
  padding-top: 10px; }
/* line 4875, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .pair {
  text-align: center; }
  /* line 4877, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .pair span {
    display: block;
    color: #000;
    font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
    height: 30px;
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: 10px; }
/* line 4890, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .field-name-field-desktop-center-image {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  line-height: 0; }
/* line 4897, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes {
  background: url(../images/gc-title.png) top center no-repeat; }
  /* line 4899, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .owl-buttons {
    position: absolute;
    width: 100%;
    left: 0; }
    /* line 4903, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .owl-buttons div {
      background: #41ad48 url(../images/hp-rotator-arrows.png) no-repeat;
      position: absolute;
      overflow: hidden;
      text-indent: -999px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    /* line 4910, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .owl-buttons .owl-prev {
      left: 0; }
    /* line 4913, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .owl-buttons .owl-next {
      right: 0; }
/* line 4918, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .twitter-widget {
  padding-bottom: 20px; }
  /* line 4920, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .twitter-widget iframe {
    width: 100% !important; }
/* line 4924, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000; }
  /* line 4928, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0; }
    /* line 4933, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .owl-buttons div {
      background: url(../images/gc-arrows.png) no-repeat;
      position: absolute;
      overflow: hidden;
      text-indent: -999px;
      background-size: auto 100%; }
    /* line 4940, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .owl-buttons .owl-prev {
      left: 15px;
      background-position: 0 0; }
    /* line 4944, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .owl-buttons .owl-next {
      right: 15px;
      background-position: 100% 0; }
  /* line 4949, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slide-description {
    padding-top: 5px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem; }
    /* line 4955, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slide-description p {
      display: inline; }
/* line 4961, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .field-name-field-aol-video-id .ami-aol-player,
.node-type-sponsored-page-two .node-sponsored-page-two .field-name-field-aol-video-id #adaptvDiv0,
.node-type-sponsored-page-two .node-sponsored-page-two .field-name-field-aol-video-id object,
.node-type-sponsored-page-two .node-sponsored-page-two .field-name-field-aol-video-id #SmartPlayer_0,
.node-type-sponsored-page-two .node-sponsored-page-two .field-name-field-aol-video-id video {
  width: 100% !important;
  float: none !important; }

/* PDF download page */
/* line 4974, ../sass/styles.scss */
.download-btn {
  background-color: #41ad48;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
  margin-top: 20px;
  padding: 0 15px;
  display: inline-block; }
  /* line 228, ../sass/_custom.scss */
  .download-btn:hover {
    color: #fff;
    background-color: #000; }
  /* line 232, ../sass/_custom.scss */
  .download-btn.arrowed:after {
    content: '';
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    height: 13px;
    height: 1.3rem;
    margin-left: 7px;
    width: 16px; }
  /* line 243, ../sass/_custom.scss */
  .download-btn.arrowed.more:after {
    background-position: 0 0; }
  /* line 246, ../sass/_custom.scss */
  .download-btn:focus {
    outline: none;
    color: #fff; }

/* line 4984, ../sass/styles.scss */
.b-node-gallery--gnc-link {
  margin: 0 0 1.5em; }

/* line 4992, ../sass/styles.scss */
.slide-type-taboola .ami-slideshow-slide-meta {
  display: none; }
/* line 4995, ../sass/styles.scss */
.slide-type-taboola #taboola-endcard {
  background: #000;
  min-height: 510px; }

/* line 5000, ../sass/styles.scss */
.node-photo-gallery .slide-type-taboola .ami-slideshow-slide-title {
  display: none; }

/* line 5007, ../sass/styles.scss */
.slide-type-netseer {
  height: 100%;
  background: #ccc;
  position: relative;
  overflow: hidden; }
  /* line 5012, ../sass/styles.scss */
  .slide-type-netseer .ami-slideshow-slide-meta {
    visibility: hidden; }
  /* line 5015, ../sass/styles.scss */
  .slide-type-netseer .ami-slideshow-slide-netseer-code {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -140px 0 0 -172px; }

/* line 5022, ../sass/styles.scss */
.netseer-ads-placeholder {
  display: none; }

/* line 5026, ../sass/styles.scss */
.slide-type-slide .netseer_image_banner {
  left: 0 !important; }

/* line 5030, ../sass/styles.scss */
.owl-carousel {
  display: block; }

/* line 5034, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .gallery-top-bar .gallery-counters .count.invisible {
  visibility: hidden; }

/* line 5038, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .thumb-2,
.node-photo-gallery .ami_slideshow .thumb-5 {
  display: none; }

@media (max-width: 1439px) and (min-width: 1024px) {
  /* line 5050, ../sass/styles.scss */
  .view-ami-contest-entry-vote .view-content ul li, .view-ami-contest-entry-vote .view-content ol li {
    width: 350px;
    float: none;
    margin-right: 1.69492%;
    display: inline-block;
    vertical-align: top; } }
/* line 5058, ../sass/styles.scss */
.gigyaSharebar {
  padding: 30px 0 30px 0; }

@media (max-width: 979px) {
  /* line 5065, ../sass/styles.scss */
  .old_header {
    display: block !important; }
    /* line 5067, ../sass/styles.scss */
    .old_header table {
      display: none !important; } }
/* line 5072, ../sass/styles.scss */
#search-block-form {
  border: none; }
  /* line 5074, ../sass/styles.scss */
  #search-block-form input.form-text {
    background: #fff;
    margin-left: 0;
    border: 1px solid #c8c7c7; }
  /* line 5080, ../sass/styles.scss */
  #search-block-form .form-actions input.form-submit {
    right: auto; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 5085, ../sass/styles.scss */
  .header-container {
    width: 720px;
    margin: 0 auto; } }

@media only screen and (max-width: 979px) {
  /* line 5092, ../sass/styles.scss */
  .mobile-invisible header {
    display: none; } }
@media only screen and (min-width: 980px) {
  /* line 5092, ../sass/styles.scss */
  .mobile-invisible header {
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 5101, ../sass/styles.scss */
  span header:not(.header-tablet) {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 5106, ../sass/styles.scss */
  span header.header-tablet {
    display: block !important; } }

@media (min-width: 768px) {
  /* line 5112, ../sass/styles.scss */
  #top-ad.nh {
    clear: both;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    min-height: 90px;
    position: fixed;
    top: 85px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    margin-left: -485px;
    width: 970px;
    z-index: 9999;
    background-color: white; }

  /* line 5133, ../sass/styles.scss */
  .page-wrapper.nh .old_header {
    display: none; }
  /* line 5136, ../sass/styles.scss */
  .page-wrapper.nh #block-dfp-right1-300x250 {
    padding-top: 1px; }
  /* line 5139, ../sass/styles.scss */
  .page-wrapper.nh #block-dfp-right1-300x250.block, .page-wrapper.nh #block-dfp-right2-300x250 {
    min-height: 250px;
    z-index: 9998; }
    /* line 5142, ../sass/styles.scss */
    .page-wrapper.nh #block-dfp-right1-300x250.block #dfp-ad-right1_300x250-wrapper, .page-wrapper.nh #block-dfp-right2-300x250 #dfp-ad-right1_300x250-wrapper {
      position: fixed; }
  /* line 5147, ../sass/styles.scss */
  .page-wrapper.nh #block-dfp-right2-300x250 {
    z-index: 9997; }
  /* line 5151, ../sass/styles.scss */
  .page-wrapper.nh #block-mf-jamba-mf-jamba-block {
    z-index: 9; }
  /* line 5155, ../sass/styles.scss */
  .page-wrapper.nh .region-sidebar-second .dfp-tag-wrapper {
    background-color: white;
    z-index: 9997; }
  /* line 5161, ../sass/styles.scss */
  .page-wrapper.nh .new_header {
    position: fixed;
    top: 0;
    z-index: 1000000;
    width: 100%;
    left: 0; }
    /* line 5171, ../sass/styles.scss */
    .page-wrapper.nh .new_header #logo {
      float: left; }
      /* line 5174, ../sass/styles.scss */
      .page-wrapper.nh .new_header #logo a {
        width: 214px;
        height: 49px;
        margin-bottom: 5px; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
        /* line 5174, ../sass/styles.scss */
        .page-wrapper.nh .new_header #logo a {
          width: 214px;
          margin-bottom: 0;
          background-position: 0px; } }
@media (min-width: 768px) {
    /* line 5185, ../sass/styles.scss */
    .page-wrapper.nh .new_header #top-nav-outer {
      width: 100%;
      height: 75px;
      background: #000; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
      /* line 5185, ../sass/styles.scss */
      .page-wrapper.nh .new_header #top-nav-outer {
        height: 100px;
        padding: 0 10px;
        box-sizing: border-box; } }
@media (min-width: 768px) {
    /* line 5195, ../sass/styles.scss */
    .page-wrapper.nh .new_header #top-nav {
      width: 930px;
      margin: 0 auto; }
    /* line 5199, ../sass/styles.scss */
    .page-wrapper.nh .new_header #hn_nav_block {
      float: right;
      max-width: 760px;
      margin-top: 15px; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
      /* line 5199, ../sass/styles.scss */
      .page-wrapper.nh .new_header #hn_nav_block {
        margin: 15px 0 0 20px;
        float: left; } }
@media (min-width: 768px) {
    /* line 5209, ../sass/styles.scss */
    .page-wrapper.nh .new_header #nh_gnc {
      float: right;
      margin-right: 1px;
      line-height: 20px; }
      /* line 5213, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_gnc .nh_newsletter, .page-wrapper.nh .new_header #nh_gnc .nh_subscribe {
        color: #fff;
        font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 9px; }
        /* line 5218, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_gnc .nh_newsletter:hover, .page-wrapper.nh .new_header #nh_gnc .nh_subscribe:hover {
          color: #ee523a; }
      /* line 5222, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_gnc .nh_subscribe {
        display: block;
        line-height: 0;
        margin-top: 4px;
        outline: none; }
        /* line 5228, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_gnc .nh_subscribe:active, .page-wrapper.nh .new_header #nh_gnc .nh_subscribe:hover {
          outline: none; }
      /* line 5233, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_gnc .gnc-shop-link {
        background-color: #fdf105;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url(../images/gnc-link-logo.png);
        background-image: url(../images/gnc-link-logo.svg);
        width: 90px;
        height: 21px;
        display: block;
        overflow: hidden;
        text-indent: -9999em;
        margin: 0 0 0 10px;
        float: right; }
    /* line 5249, ../sass/styles.scss */
    .page-wrapper.nh .new_header #nh_search_form {
      float: left;
      height: 20px;
      margin-left: -7px; }
      /* line 5253, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_search_form input[type='search'] {
        width: 175px;
        height: 19px;
        font-size: 12px;
        padding: 0px;
        line-height: 1em;
        padding-left: 7px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        /* line 5263, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_search_form input[type='search']:focus {
          outline: none;
          box-shadow: 0 0 3px #576E7C;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      /* line 5269, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_search_form input[type='submit'] {
        width: 0;
        height: 16px;
        border-radius: 0;
        padding: 0 0 0 16px;
        overflow: hidden;
        background: url(../images/nh_search.png) no-repeat;
        margin: 5px 0 0 8px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        /* line 5278, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_search_form input[type='submit']:hover {
          opacity: .8;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      /* line 5283, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_search_form .form-type-textfield {
        display: block;
        float: left; }
      /* line 5287, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_search_form .form-actions {
        float: left; }
    /* line 5292, ../sass/styles.scss */
    .page-wrapper.nh .new_header #nh_social_links {
      float: right;
      margin-top: 2px; }
      /* line 5295, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link {
        float: left;
        margin: 0 3px; }
      /* line 5299, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link a {
        height: 16px;
        width: 0;
        margin: 0 4px 0 0;
        overflow: hidden;
        background: url(../images/nh_social.png) no-repeat;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        /* line 5307, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link a:hover {
          opacity: .7;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        /* line 5311, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link a img {
          display: none; }
      /* line 5315, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link:first-child a {
        padding-left: 20px; }
      /* line 5319, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link:nth-child(2) a {
        background-position: -19px 0;
        padding-left: 11px; }
      /* line 5323, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link:nth-child(3) a {
        background-position: -30px 0;
        padding-left: 14px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
    /* line 5331, ../sass/styles.scss */
    .page-wrapper.nh .new_header #main-nav > ul.menu {
      display: flex;
      justify-content: space-between; } }
@media (min-width: 768px) {
    /* line 5337, ../sass/styles.scss */
    .page-wrapper.nh .new_header #main-nav li {
      margin-right: 3px; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
      /* line 5337, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li {
        margin-right: 4px; } }
@media (min-width: 768px) {
      /* line 5342, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li:last-child {
        margin-right: 0; }
      /* line 5345, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li a {
        font-size: 13px !important;
        font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
        color: #fff; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
        /* line 5345, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav li a {
          font-size: 14px !important;
          letter-spacing: -1px; } }
@media (min-width: 768px) {
        /* line 5353, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav li a:hover {
          color: #ee523a; }
        /* line 5356, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav li a:after {
          content: '▼';
          font-size: 18px;
          margin-left: 3px;
          color: #74adb6; }
      /* line 5364, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-1 ul.menu {
        left: -14px; }
      /* line 5369, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-2 ul.menu {
        left: -118px; }
      /* line 5374, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-3 ul.menu {
        left: -250px; }
      /* line 5380, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-4 ul.menu {
        left: -330px; }
      /* line 5386, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-5 ul.menu {
        left: -442px; }
      /* line 5392, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-6 ul.menu {
        left: -440px; }
      /* line 5398, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-7 ul.menu {
        left: -570px; }
    /* line 5404, ../sass/styles.scss */
    .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu {
      width: 660px;
      min-height: 140px;
      z-index: 100;
      margin: -4px 0 0; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
      /* line 5404, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu {
        display: none; } }
@media (min-width: 768px) {
      /* line 5412, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu a:after {
        content: none !important; }
      /* line 5415, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf {
        width: 200px;
        border: none; }
        /* line 5418, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a {
          color: #666;
          border: none;
          font-size: 14px !important; }
          /* line 5422, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a.active {
            color: #ee523a; }
          /* line 5425, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a:after {
            content: none; }
          /* line 5428, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a:hover {
            color: #ee523a; }
      /* line 5434, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 450px;
        padding-right: 15px; }
        /* line 5440, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table {
          border: none; }
          /* line 5442, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr {
            border: none; }
            /* line 5444, ../sass/styles.scss */
            .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr td {
              width: 50%;
              padding: 0 0 0 25px;
              vertical-align: top; }
              /* line 5448, ../sass/styles.scss */
              .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr td .views-field-field-images {
                float: left;
                width: 60px;
                height: 130px;
                margin-right: 10px; }
              /* line 5454, ../sass/styles.scss */
              .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr td .views-field-field-rotator-title {
                margin-bottom: 6px; }
                /* line 5456, ../sass/styles.scss */
                .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr td .views-field-field-rotator-title a {
                  color: #000;
                  text-transform: none;
                  line-height: 1em;
                  font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
                  font-size: 14px !important; }
              /* line 5464, ../sass/styles.scss */
              .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr td .views-field-field-rotator-description {
                line-height: 16px; }
    /* line 5479, ../sass/styles.scss */
    .page-wrapper.nh .new_header #dfp-ad-mobile_top-wrapper {
      margin-top: 12px;
      background-color: #eee;
      height: 90px; }
      /* line 5483, ../sass/styles.scss */
      .page-wrapper.nh .new_header #dfp-ad-mobile_top-wrapper #block-dfp-mobile-top {
        margin-bottom: 0; }
    /* line 5487, ../sass/styles.scss */
    .page-wrapper.nh .new_header #third-nav-outer {
      width: 100%;
      background-color: #b5d2d7;
      height: 23px; }
    /* line 5492, ../sass/styles.scss */
    .page-wrapper.nh .new_header #third-nav {
      border-bottom: none;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      height: 23px;
      width: 930px;
      margin: 0 auto; } }
    @media only screen and (min-width: 768px) and (min-width: 980px) {
      /* line 5492, ../sass/styles.scss */
      .page-wrapper.nh .new_header #third-nav {
        position: absolute;
        left: 0;
        right: 0; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
      /* line 5492, ../sass/styles.scss */
      .page-wrapper.nh .new_header #third-nav {
        width: 720px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box; } }
@media (min-width: 768px) {
    /* line 5517, ../sass/styles.scss */
    .page-wrapper.nh .new_header.nh_no_third_nav #third-nav {
      height: 0px;
      overflow: hidden;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease; }
    /* line 5527, ../sass/styles.scss */
    .page-wrapper.nh .new_header.nh_no_add #top-ad {
      height: 0px;
      overflow: hidden;
      margin: 0;
      padding: 0;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease; }
    /* line 5537, ../sass/styles.scss */
    .page-wrapper.nh .new_header #main-nav > ul.menu > li > a.active-trail, .page-wrapper.nh .new_header #main-nav > ul.menu > li > a.active {
      color: #666; }

  /* line 5544, ../sass/styles.scss */
  #admin-menu, #admin-menu .dropdown {
    z-index: 1000000 !important; } }
@media (min-width: 980px) {
  /* line 5551, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent #gigya-sharebar, #gigya-sharebar_gig_containerParent #gigya-sharebar2, #gigya-sharebar2_gig_containerParent #gigya-sharebar, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 {
    width: auto !important;
    display: inline-block;
    margin-left: 60px;
    float: left;
    max-height: 28px; }
    /* line 5557, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container {
      vertical-align: top !important;
      display: block !important;
      float: left; }
      /* line 5562, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-share, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-share, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-share, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-share {
        margin-top: -1px; }
      /* line 5567, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-like, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-like, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-like, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-like {
        margin-top: -1px; }
      /* line 5571, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-twitter-tweet, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-twitter-tweet, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-twitter-tweet, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-twitter-tweet {
        margin-top: 1px; }
      /* line 5576, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-google-plusone, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-google-plusone, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-google-plusone, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-google-plusone {
        margin-top: 1px; }
      /* line 5581, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-email, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-email, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-email, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-email {
        margin-top: 1px; }
  /* line 5590, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent .print, #gigya-sharebar2_gig_containerParent .print {
    display: inline-block;
    margin-left: 10px; }
    /* line 5593, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent .print a, #gigya-sharebar2_gig_containerParent .print a {
      background: url(../images/icons-sprite.png) 0 0 no-repeat;
      display: inline-block;
      overflow: hidden;
      width: 17px;
      height: 17px;
      text-indent: 100%;
      position: relative;
      margin-bottom: -4px; } }
@media (max-width: 979px) and (min-width: 767px) {
  /* line 5609, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent #gigya-sharebar, #gigya-sharebar_gig_containerParent #gigya-sharebar2, #gigya-sharebar2_gig_containerParent #gigya-sharebar, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 {
    margin-left: 32px;
    width: auto !important;
    display: inline-block;
    max-height: 28px; }
    /* line 5614, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container {
      vertical-align: top !important;
      display: block !important;
      float: left;
      overflow: hidden;
      margin-right: 10px; }
      /* line 5621, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-share, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-share, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-share, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-share {
        width: 51px;
        margin-top: -2px;
        overflow: hidden;
        margin-right: 10px; }
      /* line 5628, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-like, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-like, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-like, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-like {
        width: 44px;
        margin-top: -2px;
        overflow: hidden;
        margin-right: 10px;
        height: 24px; }
      /* line 5635, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-twitter-tweet, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-twitter-tweet, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-twitter-tweet, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-twitter-tweet {
        width: 51px;
        overflow: hidden;
        margin-right: 10px; }
      /* line 5641, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-google-plusone, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-google-plusone, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-google-plusone, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-google-plusone {
        width: 27px;
        margin-top: 1px;
        overflow: hidden;
        margin-right: 10px; }
      /* line 5648, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-email, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-email, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-email, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-email {
        margin-top: 1px;
        overflow: hidden;
        margin-right: 10px; }
  /* line 5657, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent .print, #gigya-sharebar2_gig_containerParent .print {
    display: inline-block;
    margin-left: -12px; }
    /* line 5660, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent .print a, #gigya-sharebar2_gig_containerParent .print a {
      background: url(../images/icons-sprite.png) 0 0 no-repeat;
      display: inline-block;
      overflow: hidden;
      width: 17px;
      height: 17px;
      text-indent: 100%;
      position: relative;
      margin-bottom: 8px; } }
@media (max-width: 767px) {
  /* line 5679, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent #gigya-sharebar, #gigya-sharebar_gig_containerParent #gigya-sharebar2, #gigya-sharebar2_gig_containerParent #gigya-sharebar, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 {
    display: block; }
    /* line 5686, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container.gig-button-container-facebook, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container.gig-button-container-facebook, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container.gig-button-container-facebook, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container.gig-button-container-facebook {
      height: 18px; }
    /* line 5689, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container.gig-button-container-facebook-like, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container.gig-button-container-facebook-like, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container.gig-button-container-facebook-like, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container.gig-button-container-facebook-like {
      height: 22px; } }
/* line 5698, ../sass/styles.scss */
#gigya-sharebar_gig_containerParent {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 3px;
  margin-bottom: 20px; }

@media (min-width: 930px) {
  /* line 5706, ../sass/styles.scss */
  body.page-node #top-ad {
    padding-top: 20px; } }
@media only screen and (min-width: 780px) and (max-width: 979px) {
  /* line 5719, ../sass/styles.scss */
  body.page-mf-homepage .container {
    width: 720px; }
  /* line 5722, ../sass/styles.scss */
  body.page-mf-homepage #block-mf-homepage-mf-homepage-blogs {
    width: 100%; }
    /* line 5724, ../sass/styles.scss */
    body.page-mf-homepage #block-mf-homepage-mf-homepage-blogs ul.blog-items {
      padding-right: 0; }
      /* line 5726, ../sass/styles.scss */
      body.page-mf-homepage #block-mf-homepage-mf-homepage-blogs ul.blog-items li div.blog-item {
        width: 180px;
        float: left;
        height: 84px; }
        /* line 5730, ../sass/styles.scss */
        body.page-mf-homepage #block-mf-homepage-mf-homepage-blogs ul.blog-items li div.blog-item:nth-child(odd) {
          margin-right: 15px; } }

@media only screen and (min-width: 768px) {
  /* line 5742, ../sass/styles.scss */
  body:not(.page-mf-homepage) #block-boxes-ask_the_expert #ask-the-expert .image {
    width: auto;
    margin: 0 auto;
    float: none; }
    /* line 5747, ../sass/styles.scss */
    body:not(.page-mf-homepage) #block-boxes-ask_the_expert #ask-the-expert .image img {
      border: none;
      margin: 0 auto; } }
/* line 5755, ../sass/styles.scss */
body:not(.page-mf-homepage) #block-boxes-ask-the-expert #ask-the-expert ul li.first-item {
  padding-right: 0; }
@media only screen and (min-width: 768px) {
  /* line 5758, ../sass/styles.scss */
  body:not(.page-mf-homepage) .image-left .taxonomy_block div.items {
    padding-left: 200px; } }
@media only screen and (min-width: 768px) {
  /* line 5763, ../sass/styles.scss */
  body:not(.page-mf-homepage) .image-right .taxonomy_block div.items {
    padding-right: 200px; } }

/* line 5771, ../sass/styles.scss */
.wrapper-sticky #dfp-ad-right1_300x250,
.wrapper-sticky #dfp-ad-right2_300x250 {
  padding-top: 0;
  padding-bottom: 20px; }

/* line 5778, ../sass/styles.scss */
#sidebar_interior_for_banners #home-video-gallery p.blurb {
  margin-bottom: 0; }
/* line 5782, ../sass/styles.scss */
#sidebar_interior_for_banners #block-mf-homepage-mf-homepage-editors-pick ul li.last {
  margin-bottom: 0; }

/* line 5787, ../sass/styles.scss */
body.not-logged-in.page-admin.no-sidebars {
  min-height: auto; }
  /* line 5789, ../sass/styles.scss */
  body.not-logged-in.page-admin.no-sidebars #columns {
    margin-top: 200px;
    padding-bottom: 0; }
  /* line 5793, ../sass/styles.scss */
  body.not-logged-in.page-admin.no-sidebars footer {
    display: none; }

@media only screen and (min-width: 768px) {
  /* line 5797, ../sass/styles.scss */
  .wrapper-sticky {
    width: 300px !important;
    float: right !important;
    position: absolute !important;
    right: 10px !important; } }
@media only screen and (min-width: 768px) {
  /* line 5804, ../sass/styles.scss */
  .wrapper-sticky .region-sidebar-second {
    width: 300px !important;
    margin-left: 0; } }

/*TitlingGothicFBNormal-Light*/
@font-face {
  font-family: 'TitlingGothicFBNormal-Light';
  src: url("../fonts/TitlingGothicFBNormal-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNormal-Light.otf") format("opentype"), url("../fonts/TitlingGothicFBNormal-Light.woff") format("woff"), url("../fonts/TitlingGothicFBNormal-Light.ttf") format("truetype"), url("../fonts/TitlingGothicFBNormal-Light.svg#TitlingGothicFBNormal-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNormal-Regular*/
@font-face {
  font-family: 'TitlingGothicFBNormal-Regular';
  src: url("../fonts/TitlingGothicFBNormal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNormal-Regular.otf") format("opentype"), url("../fonts/TitlingGothicFBNormal-Regular.woff") format("woff"), url("../fonts/TitlingGothicFBNormal-Regular.ttf") format("truetype"), url("../fonts/TitlingGothicFBNormal-Regular.svg#TitlingGothicFBNormal-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNormal-Medium*/
@font-face {
  font-family: 'TitlingGothicFBNormal-Medium';
  src: url("../fonts/TitlingGothicFBNormal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNormal-Medium.otf") format("opentype"), url("../fonts/TitlingGothicFBNormal-Medium.woff") format("woff"), url("../fonts/TitlingGothicFBNormal-Medium.ttf") format("truetype"), url("../fonts/TitlingGothicFBNormal-Medium.svg#TitlingGothicFBNormal-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBCond-Medium*/
@font-face {
  font-family: 'TitlingGothicFBCond-Medium';
  src: url("../fonts/TitlingGothicFBCond-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBCond-Medium.otf") format("opentype"), url("../fonts/TitlingGothicFBCond-Medium.woff") format("woff"), url("../fonts/TitlingGothicFBCond-Medium.ttf") format("truetype"), url("../fonts/TitlingGothicFBCond-Medium.svg#TitlingGothicFBCond-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNarrow-Regular*/
@font-face {
  font-family: 'TitlingGothicFBNarrow-Regular';
  src: url("../fonts/TitlingGothicFBNarrow-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNarrow-Regular.otf") format("opentype"), url("../fonts/TitlingGothicFBNarrow-Regular.woff") format("woff"), url("../fonts/TitlingGothicFBNarrow-Regular.ttf") format("truetype"), url("../fonts/TitlingGothicFBNarrow-Regular.svg#TitlingGothicFBNarrow-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNarrow-Light*/
@font-face {
  font-family: 'TitlingGothicFBNarrow-Light';
  src: url("../fonts/TitlingGothicFBNarrow-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNarrow-Light.otf") format("opentype"), url("../fonts/TitlingGothicFBNarrow-Light.woff") format("woff"), url("../fonts/TitlingGothicFBNarrow-Light.ttf") format("truetype"), url("../fonts/TitlingGothicFBNarrow-Light.svg#TitlingGothicFBNarrow-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
/*TitlingGothicFBNarrow-Bold*/
@font-face {
  font-family: 'TitlingGothicFBNarrow-Bold';
  src: url("../fonts/TitlingGothicFBNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TitlingGothicFBNarrow-Bold.otf") format("opentype"), url("../fonts/TitlingGothicFBNarrow-Bold.woff") format("woff"), url("../fonts/TitlingGothicFBNarrow-Bold.ttf") format("truetype"), url("../fonts/TitlingGothicFBNarrow-Bold.svg#TitlingGothicFBNarrow-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 302, ../sass/_custom.scss */
video {
  max-width: none; }

/*
 * @file
 * styles
 *
 * It's a file for main site styles
 *
 */
/* line 5824, ../sass/styles.scss */
.alignleft {
  float: left; }

/* line 5828, ../sass/styles.scss */
.alignright {
  float: right; }

/* line 5832, ../sass/styles.scss */
.aligncenter {
  text-align: center; }

/* line 5836, ../sass/styles.scss */
.green-button {
  background-color: #41ad48;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center; }
  /* line 228, ../sass/_custom.scss */
  .green-button:hover {
    color: #fff;
    background-color: #000; }
  /* line 232, ../sass/_custom.scss */
  .green-button.arrowed:after {
    content: '';
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    height: 13px;
    height: 1.3rem;
    margin-left: 7px;
    width: 16px; }
  /* line 243, ../sass/_custom.scss */
  .green-button.arrowed.more:after {
    background-position: 0 0; }
  /* line 246, ../sass/_custom.scss */
  .green-button:focus {
    outline: none;
    color: #fff; }

/* line 5839, ../sass/styles.scss */
.grey-button {
  background-color: #41ad48;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  background-color: #dcdcdc; }
  /* line 228, ../sass/_custom.scss */
  .grey-button:hover {
    color: #fff;
    background-color: #000; }
  /* line 232, ../sass/_custom.scss */
  .grey-button.arrowed:after {
    content: '';
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    height: 13px;
    height: 1.3rem;
    margin-left: 7px;
    width: 16px; }
  /* line 243, ../sass/_custom.scss */
  .grey-button.arrowed.more:after {
    background-position: 0 0; }
  /* line 246, ../sass/_custom.scss */
  .grey-button:focus {
    outline: none;
    color: #fff; }
  /* line 5842, ../sass/styles.scss */
  .grey-button:hover {
    background-color: #dcdcdc !important; }

/* line 5847, ../sass/styles.scss */
.list-marked {
  margin: 0 0 12px; }
  /* line 5849, ../sass/styles.scss */
  .list-marked li {
    background-image: url(../images/hot-topics-arrow.png);
    background-image: url(../images/hot-topics-arrow.svg), none;
    background-position: 0 6px;
    background-repeat: no-repeat;
    padding: 0 0 5px 15px; }

/* line 5858, ../sass/styles.scss */
.ol-list-marked {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
  margin: 0 0 12px; }
  /* line 5863, ../sass/styles.scss */
  .ol-list-marked li {
    position: relative;
    padding: 0 0 13px 15px; }
    /* line 5866, ../sass/styles.scss */
    .ol-list-marked li:before {
      color: #1aafec;
      content: counter(li);
      counter-increment: li;
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 700; }

/* line 5882, ../sass/styles.scss */
#ad1x1-oop {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block; }

/* line 5892, ../sass/styles.scss */
.dotted-pager {
  bottom: 0px;
  left: 0;
  line-height: 18px;
  line-height: 1.8rem;
  position: absolute;
  text-align: center;
  width: 100%; }
  /* line 5899, ../sass/styles.scss */
  .dotted-pager a {
    background: #666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    margin-right: 3px;
    outline: none;
    text-indent: -9999px;
    width: 10px; }
    /* line 5908, ../sass/styles.scss */
    .dotted-pager a:hover, .dotted-pager a.selected {
      background: #000; }

/* line 5915, ../sass/styles.scss */
.ui-icon,
.ui-btn-text {
  display: none; }

/* line 5920, ../sass/styles.scss */
a img {
  border: 0 none; }

/* line 5924, ../sass/styles.scss */
#admin-menu, #admin-menu .dropdown {
  z-index: 1999; }

/* line 5928, ../sass/styles.scss */
#columns {
  padding: 18px 0 400px 0;
  position: relative; }

/* line 5933, ../sass/styles.scss */
#branding {
  float: right; }
  @media only screen and (max-width: 767px) {
    /* line 5933, ../sass/styles.scss */
    #branding {
      float: left !important;
      margin-left: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 5940, ../sass/styles.scss */
  #page {
    position: static; } }

/* line 5945, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-social {
  margin: 12px 0 4px 230px;
  width: 110px; }
  /* line 5948, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-social .mf_homepage_social_links {
    overflow: hidden; }
    /* line 5950, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-social .mf_homepage_social_links .mf_homepage_social_link {
      float: left;
      margin-right: 13px; }
      /* line 5953, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-social .mf_homepage_social_links .mf_homepage_social_link img {
        display: block; }

/* line 5960, ../sass/styles.scss */
#block-sailthru-basic-newsletter {
  margin-bottom: 15px; }

/* line 5964, ../sass/styles.scss */
#header .block-search,
#sailthru-newsletters-header-form {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-color: #c8c7c7;
  border-width: 1px 0 1px 1px;
  margin-bottom: 4px; }

/*   Search   */
/* line 5973, ../sass/styles.scss */
#search-block-form,
#search-block-form--2,
#sailthru-basic-newsletter-form {
  border: 1px solid #c8c7c7;
  border-right: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 24px;
  position: relative;
  width: 230px; }
  /* line 5982, ../sass/styles.scss */
  #search-block-form .form-item,
  #search-block-form--2 .form-item,
  #sailthru-basic-newsletter-form .form-item {
    margin: 0; }
  /* line 5985, ../sass/styles.scss */
  #search-block-form input.form-text,
  #search-block-form--2 input.form-text,
  #sailthru-basic-newsletter-form input.form-text {
    background: none;
    border: 0;
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
    height: 26px;
    margin-left: 8px;
    outline: medium none;
    padding: 0;
    text-indent: 0;
    width: 192px; }
    /* line 5998, ../sass/styles.scss */
    #search-block-form input.form-text:hover, #search-block-form input.form-text:focus,
    #search-block-form--2 input.form-text:hover,
    #search-block-form--2 input.form-text:focus,
    #sailthru-basic-newsletter-form input.form-text:hover,
    #sailthru-basic-newsletter-form input.form-text:focus {
      color: #000; }
  /* line 6003, ../sass/styles.scss */
  #search-block-form input[type="submit"],
  #search-block-form--2 input[type="submit"],
  #sailthru-basic-newsletter-form input[type="submit"] {
    background: url("../images/button.svg") no-repeat center center;
    border: 0 none;
    height: 26px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: -1px;
    width: 26px; }
    /* line 6013, ../sass/styles.scss */
    #search-block-form input[type="submit"]:hover,
    #search-block-form--2 input[type="submit"]:hover,
    #sailthru-basic-newsletter-form input[type="submit"]:hover {
      background: url("../images/button_h.svg") no-repeat center center; }

/* line 6019, ../sass/styles.scss */
#sailthru-basic-newsletter-form {
  background-color: #fedb31; }
  /* line 6021, ../sass/styles.scss */
  #sailthru-basic-newsletter-form a.privacyPol {
    color: #666;
    display: block;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 10px;
    line-height: 1rem;
    margin-left: 5px;
    text-transform: uppercase; }
  /* line 6029, ../sass/styles.scss */
  #sailthru-basic-newsletter-form .ajax-progress {
    display: none; }
  /* line 6032, ../sass/styles.scss */
  #sailthru-basic-newsletter-form div.messages.error {
    background: none;
    border: 0;
    color: #ff0019;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -91px;
    top: 0;
    width: 81px; }
  /* line 6045, ../sass/styles.scss */
  #sailthru-basic-newsletter-form #messages {
    display: none; }

/*   Main Nav   */
/* line 6051, ../sass/styles.scss */
#main-nav {
  clear: both; }
  @media only screen and (min-width: 980px) {
    /* line 6051, ../sass/styles.scss */
    #main-nav {
      float: right; } }
  /* line 6057, ../sass/styles.scss */
  #main-nav > ul.menu {
    padding: 0;
    margin: 0 -12px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 6057, ../sass/styles.scss */
      #main-nav > ul.menu {
        margin: 0 auto; } }
    /* line 6063, ../sass/styles.scss */
    #main-nav > ul.menu > li {
      float: left;
      list-style: none;
      margin-right: 14px;
      position: relative; }
      @media only screen and (min-width: 980px) {
        /* line 6069, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover > a {
          color: #ee523a !important; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        /* line 6069, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover > a {
          color: #666; } }
      /* line 6078, ../sass/styles.scss */
      #main-nav > ul.menu > li > a {
        display: block;
        font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 18px;
        line-height: 1.8rem;
        padding: 5px 6px;
        position: relative;
        text-transform: uppercase;
        z-index: 1200; }
        @media (max-width: 950px) and (min-width: 910px) {
          /* line 6078, ../sass/styles.scss */
          #main-nav > ul.menu > li > a {
            font-size: 31px;
            font-size: 3.1rem; } }
        /* line 6090, ../sass/styles.scss */
        #main-nav > ul.menu > li > a.active-trail, #main-nav > ul.menu > li > a.active {
          background: #fff;
          color: #000;
          border: 1px solid #dcdcdc;
          -moz-box-shadow: 0 2px 5px #666;
          -webkit-box-shadow: 0 2px 5px #666;
          box-shadow: 0 2px 5px #666;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          padding: 4px 5px 0; }
          @media only screen and (min-width: 768px) and (max-width: 979px) {
            /* line 6090, ../sass/styles.scss */
            #main-nav > ul.menu > li > a.active-trail, #main-nav > ul.menu > li > a.active {
              padding: 1px 1px 0; } }
          /* line 6101, ../sass/styles.scss */
          #main-nav > ul.menu > li > a.active-trail:hover, #main-nav > ul.menu > li > a.active:hover {
            border: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
        /* line 6106, ../sass/styles.scss */
        .wf-inactive #main-nav > ul.menu > li > a, .wf-loading #main-nav > ul.menu > li > a, .no-js #main-nav > ul.menu > li > a {
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: 700; }
      /* line 6113, ../sass/styles.scss */
      #main-nav > ul.menu > li ul.menu {
        background: #fff;
        border: 1px solid #dcdcdc;
        display: none;
        -moz-box-shadow: 0 2px 5px #666;
        -webkit-box-shadow: 0 2px 5px #666;
        box-shadow: 0 2px 5px #666;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        left: -1px;
        top: 30px;
        width: 248px;
        z-index: 1100; }
        /* line 6124, ../sass/styles.scss */
        #main-nav > ul.menu > li ul.menu li {
          border-top: 1px solid #dcdcdc;
          padding: 0 0 0 10px; }
          /* line 6127, ../sass/styles.scss */
          #main-nav > ul.menu > li ul.menu li a {
            display: block;
            font-weight: 700;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 36px;
            line-height: 3.6rem;
            text-transform: uppercase; }
            /* line 6133, ../sass/styles.scss */
            #main-nav > ul.menu > li ul.menu li a:hover, #main-nav > ul.menu > li ul.menu li a.active-trail {
              color: #000; }
          /* line 6138, ../sass/styles.scss */
          #main-nav > ul.menu > li ul.menu li:first-child {
            border: 0; }
      /* line 6143, ../sass/styles.scss */
      #main-nav > ul.menu > li:last-child {
        margin-right: 0; }
        /* line 6145, ../sass/styles.scss */
        #main-nav > ul.menu > li:last-child ul.menu {
          left: auto;
          right: -1px; }
      /* line 6150, ../sass/styles.scss */
      #main-nav > ul.menu > li:hover {
        border: 1px solid #dcdcdc;
        border-bottom: 0;
        -moz-box-shadow: 0 2px 5px #666;
        -webkit-box-shadow: 0 2px 5px #666;
        box-shadow: 0 2px 5px #666;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #ee523a; }
        /* line 6156, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover .nh_articles {
          color: #666; }
          /* line 6159, ../sass/styles.scss */
          #main-nav > ul.menu > li:hover .nh_articles td[class*='col']:hover {
            color: #666;
            cursor: pointer; }
        /* line 6165, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover > a {
          background: #fff;
          color: #666;
          padding: 4px 5px; }
          /* line 6169, ../sass/styles.scss */
          #main-nav > ul.menu > li:hover > a.active, #main-nav > ul.menu > li:hover > a.active:hover {
            border: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
        /* line 6175, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover ul.menu {
          display: block; }
  /* line 6181, ../sass/styles.scss */
  #main-nav ul.menu li.active-trail:hover a {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

/*   Secondary Nav   */
/* line 6188, ../sass/styles.scss */
#secondary-menu-bar {
  margin: 2px 0 4px;
  overflow: hidden;
  width: 100%; }
  /* line 6192, ../sass/styles.scss */
  #secondary-menu-bar ul {
    width: 2000px; }
    /* line 6194, ../sass/styles.scss */
    #secondary-menu-bar ul li {
      margin-right: 20px;
      margin-top: 2px; }
      /* line 6197, ../sass/styles.scss */
      #secondary-menu-bar ul li a {
        color: #666;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 32px;
        line-height: 3.2rem; }
        /* line 6202, ../sass/styles.scss */
        #secondary-menu-bar ul li a:hover {
          color: #000; }
        /* line 6205, ../sass/styles.scss */
        #secondary-menu-bar ul li a.gnc-shop-link {
          background-color: #fdf105;
          background-position: 50%;
          background-repeat: no-repeat;
          background-image: url(../images/gnc-link-logo.png);
          background-image: url(../images/gnc-link-logo.svg);
          width: 90px;
          height: 21px;
          display: block;
          overflow: hidden;
          text-indent: -9999em;
          margin: 4px 0 0 -2px; }
      /* line 6219, ../sass/styles.scss */
      #secondary-menu-bar ul li.last {
        margin-right: 0; }

/*   Third Nav   */
/* line 6228, ../sass/styles.scss */
#third-nav {
  overflow: hidden;
  width: 100%; }
  /* line 6231, ../sass/styles.scss */
  #third-nav ul {
    display: flex;
    justify-content: space-between; }
    /* line 6235, ../sass/styles.scss */
    #third-nav ul:after {
      content: none !important; }
    /* line 6238, ../sass/styles.scss */
    #third-nav ul li {
      float: left;
      margin-right: 25px; }
      /* line 6241, ../sass/styles.scss */
      #third-nav ul li.last {
        margin-right: 0; }
      /* line 6244, ../sass/styles.scss */
      #third-nav ul li a {
        color: #000;
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 23px;
        line-height: 2.3rem; }

/* line 6258, ../sass/styles.scss */
.ajax-pager, .view-mf-sub-channels .pager,
.page-taxonomy-term .pager,
.most-popular-recipes-list .pager,
.view-videos .pager,
.view-more-videos .pager {
  padding: 0; }
  /* line 255, ../sass/_custom.scss */
  .ajax-pager .pager-first, .view-mf-sub-channels .pager .pager-first,
  .page-taxonomy-term .pager .pager-first,
  .most-popular-recipes-list .pager .pager-first,
  .view-videos .pager .pager-first,
  .view-more-videos .pager .pager-first,
  .ajax-pager .pager-previous,
  .view-mf-sub-channels .pager .pager-previous,
  .page-taxonomy-term .pager .pager-previous,
  .most-popular-recipes-list .pager .pager-previous,
  .view-videos .pager .pager-previous,
  .view-more-videos .pager .pager-previous,
  .ajax-pager .pager-item,
  .view-mf-sub-channels .pager .pager-item,
  .page-taxonomy-term .pager .pager-item,
  .most-popular-recipes-list .pager .pager-item,
  .view-videos .pager .pager-item,
  .view-more-videos .pager .pager-item,
  .ajax-pager .pager-current,
  .view-mf-sub-channels .pager .pager-current,
  .page-taxonomy-term .pager .pager-current,
  .most-popular-recipes-list .pager .pager-current,
  .view-videos .pager .pager-current,
  .view-more-videos .pager .pager-current,
  .ajax-pager .pager-last,
  .view-mf-sub-channels .pager .pager-last,
  .page-taxonomy-term .pager .pager-last,
  .most-popular-recipes-list .pager .pager-last,
  .view-videos .pager .pager-last,
  .view-more-videos .pager .pager-last,
  .ajax-pager .pager-ellipsis,
  .view-mf-sub-channels .pager .pager-ellipsis,
  .page-taxonomy-term .pager .pager-ellipsis,
  .most-popular-recipes-list .pager .pager-ellipsis,
  .view-videos .pager .pager-ellipsis,
  .view-more-videos .pager .pager-ellipsis {
    display: none; }
  /* line 263, ../sass/_custom.scss */
  .ajax-pager .pager-next, .view-mf-sub-channels .pager .pager-next,
  .page-taxonomy-term .pager .pager-next,
  .most-popular-recipes-list .pager .pager-next,
  .view-videos .pager .pager-next,
  .view-more-videos .pager .pager-next {
    width: 384px;
    padding: 24px 0 0 0; }
    /* line 266, ../sass/_custom.scss */
    .ajax-pager .pager-next a, .view-mf-sub-channels .pager .pager-next a,
    .page-taxonomy-term .pager .pager-next a,
    .most-popular-recipes-list .pager .pager-next a,
    .view-videos .pager .pager-next a,
    .view-more-videos .pager .pager-next a {
      background-color: #41ad48;
      color: #fff;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 20px;
      font-size: 2rem;
      line-height: 38px;
      line-height: 3.8rem;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      text-align: center;
      background: #41ad48 url(../images/vertical-arrows.png) no-repeat 363px -13px;
      font-weight: 900;
      display: block;
      color: #fff;
      font-size: 20px;
      font-size: 2rem; }
      /* line 228, ../sass/_custom.scss */
      .ajax-pager .pager-next a:hover, .view-mf-sub-channels .pager .pager-next a:hover,
      .page-taxonomy-term .pager .pager-next a:hover,
      .most-popular-recipes-list .pager .pager-next a:hover,
      .view-videos .pager .pager-next a:hover,
      .view-more-videos .pager .pager-next a:hover {
        color: #fff;
        background-color: #000; }
      /* line 232, ../sass/_custom.scss */
      .ajax-pager .pager-next a.arrowed:after, .view-mf-sub-channels .pager .pager-next a.arrowed:after,
      .page-taxonomy-term .pager .pager-next a.arrowed:after,
      .most-popular-recipes-list .pager .pager-next a.arrowed:after,
      .view-videos .pager .pager-next a.arrowed:after,
      .view-more-videos .pager .pager-next a.arrowed:after {
        content: '';
        display: inline-block;
        overflow: hidden;
        background-image: url(../images/button-arrow.svg);
        background-repeat: no-repeat;
        background-position: 0 100%;
        height: 13px;
        height: 1.3rem;
        margin-left: 7px;
        width: 16px; }
      /* line 243, ../sass/_custom.scss */
      .ajax-pager .pager-next a.arrowed.more:after, .view-mf-sub-channels .pager .pager-next a.arrowed.more:after,
      .page-taxonomy-term .pager .pager-next a.arrowed.more:after,
      .most-popular-recipes-list .pager .pager-next a.arrowed.more:after,
      .view-videos .pager .pager-next a.arrowed.more:after,
      .view-more-videos .pager .pager-next a.arrowed.more:after {
        background-position: 0 0; }
      /* line 246, ../sass/_custom.scss */
      .ajax-pager .pager-next a:focus, .view-mf-sub-channels .pager .pager-next a:focus,
      .page-taxonomy-term .pager .pager-next a:focus,
      .most-popular-recipes-list .pager .pager-next a:focus,
      .view-videos .pager .pager-next a:focus,
      .view-more-videos .pager .pager-next a:focus {
        outline: none;
        color: #fff; }
      /* line 269, ../sass/_custom.scss */
      .ajax-pager .pager-next a:hover, .view-mf-sub-channels .pager .pager-next a:hover,
      .page-taxonomy-term .pager .pager-next a:hover,
      .most-popular-recipes-list .pager .pager-next a:hover,
      .view-videos .pager .pager-next a:hover,
      .view-more-videos .pager .pager-next a:hover {
        background: #000 url(../images/vertical-arrows.png) no-repeat 363px -13px; }

/* line 6272, ../sass/styles.scss */
.view-mf-sub-channels .pager .pager-next > a {
  background: #41ad48 url(../images/vertical-arrows.png) no-repeat 260px -13px; }
  /* line 6274, ../sass/styles.scss */
  .view-mf-sub-channels .pager .pager-next > a:hover {
    background: #000 url(../images/vertical-arrows.png) no-repeat 260px -13px; }

/* line 6279, ../sass/styles.scss */
body.page-topic-landing #ami_views_pager-ajax-loader, body.page-search #ami_views_pager-ajax-loader {
  background: url(../images/ajax-loader.gif) 50% 50% no-repeat;
  height: 15px; }

/*   Footer   */
/* line 6285, ../sass/styles.scss */
#footer {
  background: #fff;
  border-top: 10px solid #666;
  color: #666;
  cursor: auto;
  height: 387px;
  margin: -387px auto 0;
  overflow: hidden;
  padding-top: 33px;
  position: static;
  text-align: left;
  width: 930px; }
  /* line 6297, ../sass/styles.scss */
  #footer .region-footer-navs {
    margin: 0 auto;
    width: 542px; }
    /* line 6300, ../sass/styles.scss */
    #footer .region-footer-navs .block-title {
      border-color: #dcdcdc;
      border-style: none none solid;
      border-width: 0 0 1px;
      color: #666;
      font-weight: 700;
      font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 30px;
      line-height: 3rem;
      letter-spacing: .2px;
      padding: 0;
      text-transform: uppercase; }
    /* line 6313, ../sass/styles.scss */
    #footer .region-footer-navs #block-menu-menu-american-media-inc {
      border-right: 1px solid #DCDCDC;
      float: left;
      width: 377px; }
      /* line 6317, ../sass/styles.scss */
      #footer .region-footer-navs #block-menu-menu-american-media-inc li {
        width: 198px; }
        /* line 6319, ../sass/styles.scss */
        #footer .region-footer-navs #block-menu-menu-american-media-inc li:nth-child(2n) {
          width: 177px; }
    /* line 6324, ../sass/styles.scss */
    #footer .region-footer-navs #block-menu-menu-browse-mens-fitness {
      float: left;
      width: 136px; }
      /* line 6327, ../sass/styles.scss */
      #footer .region-footer-navs #block-menu-menu-browse-mens-fitness ul {
        padding-left: 20px; }
        /* line 6329, ../sass/styles.scss */
        #footer .region-footer-navs #block-menu-menu-browse-mens-fitness ul li {
          clear: left; }
      /* line 6333, ../sass/styles.scss */
      #footer .region-footer-navs #block-menu-menu-browse-mens-fitness .block-title {
        padding-left: 20px; }
    /* line 6337, ../sass/styles.scss */
    #footer .region-footer-navs ul {
      margin: 5px 0 0;
      padding: 0; }
      /* line 6340, ../sass/styles.scss */
      #footer .region-footer-navs ul li {
        float: left; }
        /* line 6342, ../sass/styles.scss */
        #footer .region-footer-navs ul li a {
          color: #666;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 21px;
          line-height: 2.1rem; }
          /* line 6346, ../sass/styles.scss */
          #footer .region-footer-navs ul li a:hover {
            text-decoration: underline; }
  /* line 6353, ../sass/styles.scss */
  #footer ul.partners-logos {
    padding: 0; }
    /* line 6355, ../sass/styles.scss */
    #footer ul.partners-logos li {
      border: 3px solid #dcdcdc;
      display: inline-block;
      margin-right: 25px; }
      /* line 6359, ../sass/styles.scss */
      #footer ul.partners-logos li:last-child {
        margin: 0; }
      /* line 6362, ../sass/styles.scss */
      #footer ul.partners-logos li img {
        display: block;
        height: 31px;
        width: 88px; }

/*
=============================================================================
    Right Rail
=============================================================================
*/
/*   VIDEO   */
/* line 6379, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-videos .block-title {
  font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 0 0 0 7px;
  letter-spacing: .25px;
  margin: 0 0 3px;
  text-align: center; }
  /* line 6390, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-videos .block-title .color-yellow {
    color: #fedb31;
    text-transform: uppercase; }

/* line 6398, ../sass/styles.scss */
#home-video-gallery .video-player {
  width: 300px;
  height: auto;
  overflow: hidden;
  margin-bottom: 17px; }
  @media only screen and (max-width: 767px) {
    /* line 6398, ../sass/styles.scss */
    #home-video-gallery .video-player {
      width: 100%; } }
  /* line 6406, ../sass/styles.scss */
  #home-video-gallery .video-player a {
    width: 288px;
    height: 257px;
    overflow: hidden;
    display: block;
    position: relative;
    border: solid 1px #4C6F7C;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      /* line 6406, ../sass/styles.scss */
      #home-video-gallery .video-player a {
        width: 100%; } }
    /* line 6417, ../sass/styles.scss */
    #home-video-gallery .video-player a:after {
      content: '';
      position: absolute;
      display: block;
      width: 65px;
      height: 65px;
      margin: auto;
      left: 0%;
      right: 0%;
      top: 0%;
      bottom: 0%;
      opacity: .9;
      background: url(../images/video-play-icon.png);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    /* line 6433, ../sass/styles.scss */
    #home-video-gallery .video-player a:hover:after {
      opacity: 1;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  /* line 6440, ../sass/styles.scss */
  #home-video-gallery .video-player .title a {
    font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase; }
  /* line 6446, ../sass/styles.scss */
  #home-video-gallery .video-player .blurb {
    font-family: "TitlingGothicFBNarrow-Light", "Arial Narrow", Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #808080; }
/* line 6453, ../sass/styles.scss */
#home-video-gallery .blurb a {
  font-family: "TitlingGothicFBNarrow-Light", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080; }
/* line 6459, ../sass/styles.scss */
#home-video-gallery div a {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
  color: #000; }
  @media only screen and (max-width: 979px) {
    /* line 6459, ../sass/styles.scss */
    #home-video-gallery div a {
      font-size: 18px;
      font-size: 1.8rem; } }
  /* line 6467, ../sass/styles.scss */
  #home-video-gallery div a:hover {
    color: #ee523a; }
/* line 6471, ../sass/styles.scss */
#home-video-gallery img {
  width: auto;
  display: block;
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
/* line 6481, ../sass/styles.scss */
#home-video-gallery h4.title {
  margin: 8px 0 0 -1px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
  /* line 6487, ../sass/styles.scss */
  #home-video-gallery h4.title a {
    color: #000;
    position: relative; }
    /* line 6490, ../sass/styles.scss */
    #home-video-gallery h4.title a:hover {
      color: #ee523a; }
/* line 6495, ../sass/styles.scss */
#home-video-gallery p.blurb {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-family: "TitlingGothicFBNarrow-Regular", "Arial Narrow", Arial, sans-serif;
  margin: 2px 0 28px;
  padding: 0;
  color: #808080;
  display: block; }
  @media only screen and (max-width: 979px) {
    /* line 6495, ../sass/styles.scss */
    #home-video-gallery p.blurb {
      margin: 0 0 15px; } }

/* line 6511, ../sass/styles.scss */
.video-list {
  margin-top: 8px;
  line-height: 17px;
  line-height: 1.7rem; }
  /* line 6514, ../sass/styles.scss */
  .video-list a {
    background: url(../images/bg-rr-video-arrow.png) no-repeat scroll 2px 50% transparent;
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 16px;
    text-transform: none; }
    /* line 6520, ../sass/styles.scss */
    .video-list a.more {
      background: none;
      color: #ee523a;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 17px;
      line-height: 1.7rem;
      font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
      padding: 0;
      text-transform: uppercase; }
    /* line 6529, ../sass/styles.scss */
    .video-list a:hover {
      color: #000; }

/*   SUBSCRIBE   */
/* line 6537, ../sass/styles.scss */
#block-sailthru-newsletters .form-checkboxes, body.page-newsletters #content .form-checkboxes {
  margin: 5px 0 0 !important;
  padding: 0 9px 0 13px; }
  /* line 6540, ../sass/styles.scss */
  #block-sailthru-newsletters .form-checkboxes .form-type-checkbox, body.page-newsletters #content .form-checkboxes .form-type-checkbox {
    background: url("../images/bg-newsletter-checkbox-unchecked.png") no-repeat 0 11px;
    padding: 10px 0 0;
    margin: 0 0 5px; }
    /* line 6544, ../sass/styles.scss */
    #block-sailthru-newsletters .form-checkboxes .form-type-checkbox input.form-checkbox, body.page-newsletters #content .form-checkboxes .form-type-checkbox input.form-checkbox {
      cursor: pointer;
      margin: 0;
      opacity: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      height: 20px;
      width: 20px; }
    /* line 6552, ../sass/styles.scss */
    #block-sailthru-newsletters .form-checkboxes .form-type-checkbox label, body.page-newsletters #content .form-checkboxes .form-type-checkbox label {
      padding-left: 5px;
      cursor: pointer; }
      /* line 6555, ../sass/styles.scss */
      #block-sailthru-newsletters .form-checkboxes .form-type-checkbox label div.text, body.page-newsletters #content .form-checkboxes .form-type-checkbox label div.text {
        color: #586e7a;
        padding: 0;
        height: auto; }
        /* line 6559, ../sass/styles.scss */
        #block-sailthru-newsletters .form-checkboxes .form-type-checkbox label div.text .title, body.page-newsletters #content .form-checkboxes .form-type-checkbox label div.text .title {
          color: #000;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 15px;
          line-height: 1.5rem;
          font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
          font-weight: 700; }
        /* line 6566, ../sass/styles.scss */
        #block-sailthru-newsletters .form-checkboxes .form-type-checkbox label div.text .description, body.page-newsletters #content .form-checkboxes .form-type-checkbox label div.text .description {
          padding: 0;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 16px;
          line-height: 1.6rem;
          font-weight: 400;
          color: #666; }
    /* line 6575, ../sass/styles.scss */
    #block-sailthru-newsletters .form-checkboxes .form-type-checkbox.checked, body.page-newsletters #content .form-checkboxes .form-type-checkbox.checked {
      background: url(../images/bg-newsletter-checkbox-checked.png) no-repeat 0 4px; }

/* line 6581, ../sass/styles.scss */
.page-mf-homepage .grey-title .block-title {
  background: #4C6F7C; }
/* line 6584, ../sass/styles.scss */
.page-mf-homepage #block-boxes-ask-the-expert #ask-the-expert h3.block-title,
.page-mf-homepage h3.block-title {
  font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 31px;
  line-height: 3.1rem;
  letter-spacing: .75px;
  padding: 0;
  text-align: center; }

/* line 6594, ../sass/styles.scss */
#block-sailthru-newsletters {
  border: 2px solid #b6c7cb;
  border-radius: 0px;
  padding-top: 7px;
  padding-bottom: 12px;
  width: 296px; }
  /* line 6600, ../sass/styles.scss */
  #block-sailthru-newsletters .block-title {
    margin-bottom: 0;
    color: #FF161F;
    font-family: "TitlingGothicFBNormal-Light", "Arial Narrow", Arial, sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    text-transform: none;
    background: none;
    width: 245px;
    margin: 0 auto;
    line-height: 33px; }
    /* line 6611, ../sass/styles.scss */
    #block-sailthru-newsletters .block-title a {
      color: #fff; }
  /* line 6615, ../sass/styles.scss */
  #block-sailthru-newsletters .ajax-progress {
    display: none; }
  /* line 6621, ../sass/styles.scss */
  #block-sailthru-newsletters div.email-field {
    background: #73AEB7;
    border-color: #B5C7CB;
    box-shadow: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    float: left;
    height: 38px;
    margin: 5px 0 0 11px;
    width: 235px; }
    /* line 6634, ../sass/styles.scss */
    #block-sailthru-newsletters div.email-field div.form-item {
      float: left;
      height: 36px;
      margin: 0 9px 0 0;
      padding: 0;
      width: auto; }
      /* line 6640, ../sass/styles.scss */
      #block-sailthru-newsletters div.email-field div.form-item input.form-text {
        background: none;
        border: 0;
        color: #586E7B;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
        font-family: "TitlingGothicFBNarrow-Regular", "Arial Narrow", Arial, sans-serif;
        font-style: normal;
        line-height: 38px;
        padding: 2px 5px 0;
        text-indent: 0;
        width: 220px; }
        /* line 6652, ../sass/styles.scss */
        #block-sailthru-newsletters div.email-field div.form-item input.form-text:focus {
          outline: none; }
  /* line 6658, ../sass/styles.scss */
  #block-sailthru-newsletters input.form-submit {
    margin-top: 5px;
    margin-left: -1px;
    background: url(../images/signup-btn.png);
    height: 40px;
    width: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    text-indent: -9999px; }
    /* line 6668, ../sass/styles.scss */
    #block-sailthru-newsletters input.form-submit:hover {
      background: url(../images/signup-btn.png) -41px 0; }
    /* line 6671, ../sass/styles.scss */
    #block-sailthru-newsletters input.form-submit:focus, #block-sailthru-newsletters input.form-submit:hover, #block-sailthru-newsletters input.form-submit:active {
      outline: none; }
  /* line 6677, ../sass/styles.scss */
  #block-sailthru-newsletters a.privacyPol {
    clear: both;
    color: #999;
    display: block;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 15px;
    line-height: 1.5rem;
    margin: 8px 0 0 10px;
    text-decoration: none;
    text-transform: uppercase; }
    /* line 6686, ../sass/styles.scss */
    #block-sailthru-newsletters a.privacyPol:hover {
      text-decoration: underline; }
  /* line 6690, ../sass/styles.scss */
  #block-sailthru-newsletters #messages .messages.error {
    display: none; }
  /* line 6693, ../sass/styles.scss */
  #block-sailthru-newsletters div.messages.error {
    border: 0px;
    background-color: inherit;
    background-image: none;
    color: #ff0019;
    font-style: italic;
    padding: 0px;
    margin: 10px;
    text-align: center;
    font-size: 1.2rem;
    position: absolute;
    bottom: -8px;
    left: 85px;
    text-align: right;
    width: 195px; }
  /* line 6709, ../sass/styles.scss */
  #block-sailthru-newsletters .ui-btn-text {
    display: block; }
  /* line 6712, ../sass/styles.scss */
  #block-sailthru-newsletters .ui-submit .ui-btn-text {
    display: none; }
  /* line 6715, ../sass/styles.scss */
  #block-sailthru-newsletters .subscribe-error {
    color: #FF161F;
    text-align: center;
    font-size: 19px;
    font-size: 1.9rem;
    padding-top: 9px;
    line-height: 20px; }

/*   EDITORS PICS   */
/* line 6725, ../sass/styles.scss */
.grey-title .block-title {
  background: #586e7a;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 41px;
  line-height: 4.1rem;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px; }

/*   MOST POPULAR   */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 6738, ../sass/styles.scss */
  .sidebar .block-ami-mostpopular,
  #block-mf-homepage-mf-homepage-editors-pick {
    margin-top: 20px; } }
/* line 6743, ../sass/styles.scss */
.sidebar .block-ami-mostpopular ul,
#block-mf-homepage-mf-homepage-editors-pick ul {
  padding: 0; }
  /* line 6745, ../sass/styles.scss */
  .sidebar .block-ami-mostpopular ul li,
  #block-mf-homepage-mf-homepage-editors-pick ul li {
    border-bottom: 1px solid #818181;
    padding-bottom: 8px;
    margin-bottom: 10px;
    overflow: hidden; }
    /* line 6750, ../sass/styles.scss */
    .sidebar .block-ami-mostpopular ul li a,
    #block-mf-homepage-mf-homepage-editors-pick ul li a {
      color: #666;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 18px;
      line-height: 1.8rem; }
      /* line 6754, ../sass/styles.scss */
      .sidebar .block-ami-mostpopular ul li a img,
      #block-mf-homepage-mf-homepage-editors-pick ul li a img {
        float: left;
        margin-right: 13px;
        width: 78px; }
      /* line 6759, ../sass/styles.scss */
      .sidebar .block-ami-mostpopular ul li a span.text,
      #block-mf-homepage-mf-homepage-editors-pick ul li a span.text {
        display: block;
        overflow: hidden;
        padding-right: 12px; }
        /* line 6763, ../sass/styles.scss */
        .sidebar .block-ami-mostpopular ul li a span.text span.title,
        #block-mf-homepage-mf-homepage-editors-pick ul li a span.text span.title {
          color: #000;
          display: block;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 16px;
          line-height: 1.6rem;
          letter-spacing: -.25px;
          font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
          font-weight: 700;
          overflow: hidden;
          max-height: 18px; }
        /* line 6775, ../sass/styles.scss */
        .sidebar .block-ami-mostpopular ul li a span.text span.subtitle,
        #block-mf-homepage-mf-homepage-editors-pick ul li a span.text span.subtitle {
          display: block;
          overflow: hidden;
          max-height: 36px;
          padding-top: 3px; }

/* line 6788, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li a span.text span.title {
  max-height: 100%; }
/* line 6792, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li.first a img {
  float: none;
  margin: 0;
  width: 100%; }
/* line 6797, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li.first a span.text span.title {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  clear: both; }
/* line 6802, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li.first a span.title {
  padding-top: 7px;
  padding-bottom: 7px; }
/* line 6807, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li.last {
  margin-bottom: 20px; }
/* line 6812, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick .block-title {
  margin-bottom: 5px; }
/* line 6817, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick li:not(.first) .title {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: none; }
/* line 6822, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick li:not(.first) .subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "TitlingGothicFBNarrow-Regular", "Arial Narrow", Arial, sans-serif;
  color: #808080; }
/* line 6829, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick .first img {
  border: solid 1px #4C6F7C;
  box-sizing: border-box; }
/* line 6833, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick .first .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: none; }
/* line 6838, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick .first .subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "TitlingGothicFBNarrow-Regular", "Arial Narrow", Arial, sans-serif; }

/*
=============================================================================
    HomePage
=============================================================================
*/
/*   Rotator   */
/* line 6855, ../sass/styles.scss */
.rotator {
  overflow: hidden;
  position: relative;
  height: 333px; }
  /* line 6859, ../sass/styles.scss */
  body:not(.page-mf-homepage) .rotator {
    width: 384px; }
    @media only screen and (min-width: 768px) {
      /* line 6859, ../sass/styles.scss */
      body:not(.page-mf-homepage) .rotator {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      /* line 6859, ../sass/styles.scss */
      body:not(.page-mf-homepage) .rotator {
        width: 100%; } }
  /* line 6870, ../sass/styles.scss */
  body.page-mf-homepage .rotator .image {
    height: 333px;
    width: 100%; }
  /* line 6875, ../sass/styles.scss */
  .rotator li {
    position: relative;
    float: left; }
    /* line 6878, ../sass/styles.scss */
    .rotator li img {
      display: block;
      width: 100%;
      height: auto;
      max-height: none; }
    /* line 6884, ../sass/styles.scss */
    .rotator li div.text {
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 0;
      height: 101px;
      left: 0;
      position: absolute;
      text-align: center;
      width: 100%;
      z-index: 10; }
      /* line 6893, ../sass/styles.scss */
      .rotator li div.text a {
        color: #fff;
        display: inline-block;
        padding: 17px 59px 15px 10px; }
        /* line 6897, ../sass/styles.scss */
        body.page-mf-homepage .rotator li div.text a {
          max-width: 400px;
          margin: 0 auto; }
        /* line 6901, ../sass/styles.scss */
        .rotator li div.text a span.title {
          display: block;
          font-size: 36px;
          font-size: 3.6rem;
          line-height: 32px;
          line-height: 3.2rem;
          font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
          font-weight: 700;
          letter-spacing: -0.6px;
          text-transform: uppercase;
          overflow: hidden;
          max-height: 32px; }
          /* line 6911, ../sass/styles.scss */
          body.page-mf-homepage .rotator li div.text a span.title {
            font-size: 30px;
            font-size: 3rem;
            line-height: 32px;
            line-height: 3.2rem;
            font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
            font-weight: 400; }
        /* line 6918, ../sass/styles.scss */
        .rotator li div.text a span.blurb {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 18px;
          line-height: 1.8rem; }
          /* line 6921, ../sass/styles.scss */
          body.page-mf-homepage .rotator li div.text a span.blurb {
            font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
            font-size: 14px;
            font-size: 1.4rem; }
        /* line 6927, ../sass/styles.scss */
        .rotator li div.text a:hover span.title {
          color: #ee523a; }
  /* line 6934, ../sass/styles.scss */
  .rotator #rotator-prev,
  .rotator #rotator-next {
    background: #40AE49 url(../images/hp-rotator-arrows.svg) no-repeat 6px 50%;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px 0 0 8px;
    bottom: 0;
    cursor: pointer;
    height: 101px;
    position: absolute;
    right: 24px;
    width: 25px;
    z-index: 1000; }
    /* line 6945, ../sass/styles.scss */
    .rotator #rotator-prev:hover,
    .rotator #rotator-next:hover {
      background-color: #000; }
  /* line 6949, ../sass/styles.scss */
  .rotator #rotator-next {
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0;
    border-radius: 0 8px 8px 0;
    right: 0;
    background-position: -19px 50%; }

/* line 6955, ../sass/styles.scss */
.page-taxonomy .rotator-block {
  padding-bottom: 55px;
  position: relative;
  margin-bottom: -3px;
  z-index: 10; }
  /* line 6958, ../sass/styles.scss */
  .page-taxonomy .rotator-block #rotator-pager {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      /* line 6958, ../sass/styles.scss */
      .page-taxonomy .rotator-block #rotator-pager {
        bottom: 8px; } }

/* line 6968, ../sass/styles.scss */
#block-mf-channels-mf-channels-sub-channel-rotator {
  margin-bottom: 0px; }
  @media only screen and (max-width: 767px) {
    /* line 6975, ../sass/styles.scss */
    #block-mf-channels-mf-channels-sub-channel-rotator #rotator-pager {
      bottom: 8px; } }

/*   FILMSTRIP   */
/* line 6983, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-filmstrip {
  margin-top: 8px;
  overflow: hidden;
  padding-bottom: 35px;
  position: relative;
  width: 100%;
  margin-bottom: 13px; }
  /* line 6991, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul {
    min-height: 125px !important;
    width: 10000px; }
    /* line 6994, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li {
      float: left; }
      /* line 6997, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li div.item span.title {
        color: #000;
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
        line-height: 1.2rem;
        font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
        font-weight: 400;
        max-height: 24px;
        overflow: hidden;
        padding-bottom: 2px;
        text-transform: uppercase; }
        /* line 7008, ../sass/styles.scss */
        body.page-mf-homepage #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li div.item span.title {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 15px;
          line-height: 1.5rem;
          font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
          max-height: 27px; }
      /* line 7015, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li div.item:last-child {
        margin-right: 0; }
      /* line 7019, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li div.item a:hover span.title {
        color: #666; }

/* line 7029, ../sass/styles.scss */
.front #block-mf-homepage-mf-homepage-filmstrip {
  border-bottom: 10px solid #000;
  padding-bottom: 50px;
  margin-bottom: 0; }
  /* line 7033, ../sass/styles.scss */
  body.page-mf-homepage .front #block-mf-homepage-mf-homepage-filmstrip {
    padding-bottom: 52px; }
  @media only screen and (max-width: 979px) {
    /* line 7029, ../sass/styles.scss */
    .front #block-mf-homepage-mf-homepage-filmstrip {
      padding-bottom: 36px;
      margin-bottom: 0 !important; } }
  /* line 7040, ../sass/styles.scss */
  .front #block-mf-homepage-mf-homepage-filmstrip #filmstrip-pager {
    bottom: 13px; }
    /* line 7042, ../sass/styles.scss */
    body.page-mf-homepage .front #block-mf-homepage-mf-homepage-filmstrip #filmstrip-pager {
      bottom: 9px; }

/*   CENTRAL BLOCKS   */
/* line 7049, ../sass/styles.scss */
.taxonomy_block {
  border-top: 3px solid #666;
  padding-top: 25px; }
  /* line 7052, ../sass/styles.scss */
  body.page-mf-homepage .taxonomy_block {
    border-top: none;
    border-bottom: 3px solid #000;
    padding-top: 0;
    padding-bottom: 25px; }
    /* line 7057, ../sass/styles.scss */
    .last-channel body.page-mf-homepage .taxonomy_block {
      border-bottom: none; }
  /* line 7061, ../sass/styles.scss */
  .first .taxonomy_block {
    border-top: 12px solid #000; }
  /* line 7064, ../sass/styles.scss */
  .taxonomy_block div.items {
    position: relative; }
    /* line 7066, ../sass/styles.scss */
    .taxonomy_block div.items div.image {
      position: absolute;
      left: 0;
      top: 0; }
      /* line 7070, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block div.items div.image {
        max-width: 300px; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          /* line 7070, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.image {
            max-width: 187px; } }
        @media only screen and (max-width: 767px) {
          /* line 7070, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.image {
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: none; } }
  /* line 7085, ../sass/styles.scss */
  .image-left .taxonomy_block div.items {
    min-height: 296px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 7085, ../sass/styles.scss */
      .image-left .taxonomy_block div.items {
        min-height: 260px; } }
    @media only screen and (min-width: 980px) {
      /* line 7090, ../sass/styles.scss */
      body.page-mf-homepage .image-left .taxonomy_block div.items {
        padding-left: 320px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 7090, ../sass/styles.scss */
      body.page-mf-homepage .image-left .taxonomy_block div.items {
        padding-left: 200px; } }
    /* line 7098, ../sass/styles.scss */
    body.page-mf-homepage .image-left .taxonomy_block div.items div.arrow div.title a {
      background: none;
      position: relative; }
      /* line 7101, ../sass/styles.scss */
      body.page-mf-homepage .image-left .taxonomy_block div.items div.arrow div.title a:after {
        content: '';
        position: absolute;
        display: block;
        background: url(../images/hp-center-blocks-arrow.svg) no-repeat -13px 0px;
        background-size: 175%;
        height: 22px;
        width: 19px;
        top: 3px;
        left: -3px; }
        @media only screen and (max-width: 767px) {
          /* line 7101, ../sass/styles.scss */
          body.page-mf-homepage .image-left .taxonomy_block div.items div.arrow div.title a:after {
            display: none; } }
  /* line 7121, ../sass/styles.scss */
  .image-right .taxonomy_block div.items {
    padding-right: 192px;
    min-height: 296px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 7121, ../sass/styles.scss */
      .image-right .taxonomy_block div.items {
        min-height: 260px; } }
    @media only screen and (min-width: 980px) {
      /* line 7127, ../sass/styles.scss */
      body.page-mf-homepage .image-right .taxonomy_block div.items {
        padding-right: 320px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 7127, ../sass/styles.scss */
      body.page-mf-homepage .image-right .taxonomy_block div.items {
        padding-right: 200px; } }
    /* line 7135, ../sass/styles.scss */
    .image-right .taxonomy_block div.items div.image {
      right: 0;
      left: auto; }
      /* line 7138, ../sass/styles.scss */
      body.page-mf-homepage .image-right .taxonomy_block div.items div.image {
        max-width: 300px; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          /* line 7138, ../sass/styles.scss */
          body.page-mf-homepage .image-right .taxonomy_block div.items div.image {
            max-width: 187px; } }
        @media only screen and (max-width: 767px) {
          /* line 7138, ../sass/styles.scss */
          body.page-mf-homepage .image-right .taxonomy_block div.items div.image {
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: none; } }
  /* line 7153, ../sass/styles.scss */
  .image-right .taxonomy_block div.items div.arrow div.title a {
    background-position: 162px 0px;
    padding: 0 25px 0 0;
    text-indent: 0;
    max-width: 167px; }
    /* line 7158, ../sass/styles.scss */
    body.page-mf-homepage .image-right .taxonomy_block div.items div.arrow div.title a {
      background: none;
      padding: 0 25px 0 0;
      text-indent: 0;
      max-width: 167px;
      position: relative; }
      /* line 7164, ../sass/styles.scss */
      body.page-mf-homepage .image-right .taxonomy_block div.items div.arrow div.title a:after {
        content: '';
        position: absolute;
        display: block;
        background: url(../images/hp-center-blocks-arrow.svg) no-repeat 0px 0px;
        background-size: 175%;
        height: 22px;
        width: 19px;
        top: 3px;
        right: -3px; }
        @media only screen and (max-width: 767px) {
          /* line 7164, ../sass/styles.scss */
          body.page-mf-homepage .image-right .taxonomy_block div.items div.arrow div.title a:after {
            display: none; } }
  /* line 7182, ../sass/styles.scss */
  .taxonomy_block .block-title {
    margin: 0 0 14px; }
    /* line 7184, ../sass/styles.scss */
    body.page-mf-homepage .taxonomy_block .block-title {
      text-align: center;
      font-family: "TitlingGothicFBNarrow-Bold", "Arial Narrow", Arial, sans-serif;
      font-size: 22px;
      font-size: 2.2rem;
      text-transform: none;
      margin-bottom: 10px; }
    /* line 7191, ../sass/styles.scss */
    .taxonomy_block .block-title a {
      font-weight: 900;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 12px;
      line-height: 1.2rem; }
      /* line 7196, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block .block-title a {
        color: #FF161F;
        font-size: 22px;
        font-size: 2.2rem; }
        @media only screen and (max-width: 767px) {
          /* line 7196, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block .block-title a {
            text-transform: uppercase; } }
  /* line 7205, ../sass/styles.scss */
  .taxonomy_block div.items {
    overflow: hidden;
    position: relative; }
    /* line 7209, ../sass/styles.scss */
    .taxonomy_block div.items div.title a {
      color: #000;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 24px;
      line-height: 2.4rem;
      font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
      overflow: hidden;
      max-height: 62px;
      display: block;
      font-weight: 700; }
      /* line 7218, ../sass/styles.scss */
      .taxonomy_block div.items div.title a:hover {
        color: #666; }
      /* line 7221, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block div.items div.title a {
        font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          /* line 7221, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.title a {
            font-size: 18px;
            font-size: 1.8rem; } }
    /* line 7230, ../sass/styles.scss */
    .taxonomy_block div.items div.blurb {
      color: #666;
      overflow: hidden;
      max-height: 60px;
      padding-top: 2px;
      font-family: "TitlingGothicFBNarrow-Regular", "Arial Narrow", Arial, sans-serif;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 15px;
      line-height: 1.5rem; }
      /* line 7239, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block div.items div.blurb {
        color: #808080;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 18px;
        line-height: 1.8rem; }
        @media only screen and (max-width: 979px) {
          /* line 7239, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.blurb {
            max-height: 75px;
            font-size: 14px;
            font-size: 1.4rem;
            font-family: "TitlingGothicFBNarrow-Light", "Arial Narrow", Arial, sans-serif;
            color: #666; } }
    /* line 7251, ../sass/styles.scss */
    .taxonomy_block div.items div.item {
      margin-bottom: 20px; }
      /* line 7253, ../sass/styles.scss */
      .taxonomy_block div.items div.item:last-child {
        margin-bottom: 0; }
      /* line 7256, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block div.items div.item {
        margin-bottom: 25px; }
        @media only screen and (max-width: 767px) {
          /* line 7256, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.item {
            margin-bottom: 15px; } }
    /* line 7264, ../sass/styles.scss */
    .taxonomy_block div.items .arrow div.title a {
      background: url(../images/hp-center-blocks-arrow.svg) no-repeat -23px 0;
      display: block;
      text-indent: 25px;
      overflow: hidden;
      max-height: 100px; }
      /* line 7271, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block div.items .arrow div.title a {
        display: inline-block; }
  /* line 7278, ../sass/styles.scss */
  .image-right.two-lines-title .taxonomy_block div.image {
    top: -58px;
    margin-bottom: -58px; }

/* line 7288, ../sass/styles.scss */
body.page-mf-homepage .taxonomy_block_wrapper .item:first-child .title {
  line-height: 0; }

/* line 7295, ../sass/styles.scss */
.front #block-mf-channels-mf-channels-channel-sports .taxonomy_block,
#block-mf-channels-mf-channels-cr-sports-0 .taxonomy_block {
  border-top: 0; }

@media only screen and (max-width: 767px) {
  /* line 7299, ../sass/styles.scss */
  #block-mf-channels-mf-channels-cr-sports-0 {
    border-top: solid 3px #666;
    padding-top: 20px; } }
/* line 7304, ../sass/styles.scss */
#block-mf-channels-mf-channels-cr-sports-0 .taxonomy_block {
  padding-top: 5px; }

/* line 7309, ../sass/styles.scss */
body.not-front #block-mf-channels-mf-channels-rotator-sports {
  margin-bottom: 18px; }

/* line 7312, ../sass/styles.scss */
#block-dfp-right-subscribe-300x195 {
  margin-bottom: 0; }

/*   TOP NEWS   */
/* line 7317, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-group-block {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1;
  border-bottom: solid 4px;
  padding-bottom: 5px; }
  /* line 7323, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-group-block #home-video-gallery h4.title a {
    display: inline-block;
    text-indent: 28px; }
    /* line 7326, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-group-block #home-video-gallery h4.title a:after {
      content: '';
      position: absolute;
      display: block;
      width: 22px;
      height: 22px;
      left: 0px;
      top: 0;
      background: url(../images/hp-center-blocks-arrow.svg) no-repeat -18px 0;
      background-size: 175%;
      transform: rotate(90deg); }
      @media only screen and (max-width: 979px) {
        /* line 7326, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-group-block #home-video-gallery h4.title a:after {
          width: 23px;
          height: 20px;
          right: -31px;
          top: 1px;
          background-size: 170%;
          background-position-x: -20px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 7349, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes {
      width: 384px; }
      /* line 7353, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes #home-video-gallery .video-player {
        width: 100%; }
        /* line 7355, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes #home-video-gallery .video-player a {
          width: 100%;
          box-sizing: border-box; } }
  @media only screen and (max-width: 767px) {
    /* line 7349, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes {
      width: 100%;
      border-top: solid 4px #000;
      margin-top: 15px; }
      /* line 7367, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes #home-video-gallery .video-player {
        width: 100%; }
        /* line 7369, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes #home-video-gallery .video-player a {
          width: 100%;
          box-sizing: border-box; } }

/* line 7378, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-blogs {
  width: 285px;
  float: left;
  margin-top: 16px;
  margin-right: 25px; }
  /* line 7383, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-blogs .block-title {
    background: #FF161F;
    color: #fff;
    font-weight: 400;
    font-family: "TitlingGothicFBNormal-Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    margin: 0 0 2px 0;
    padding: 10px 0;
    position: relative;
    text-align: center; }
    /* line 7394, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-blogs .block-title span.blog-date {
      color: #000;
      display: block;
      font-weight: 200;
      font-family: "TitlingGothicFBNormal-Light", "Arial Narrow", Arial, sans-serif;
      font-size: 21px;
      font-size: 2.1rem;
      text-indent: 0;
      letter-spacing: .4px; }
  /* line 7404, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-blogs ul {
    height: auto;
    overflow: auto;
    padding: 0 10px 0 0; }
    @media only screen and (min-width: 980px) {
      /* line 7410, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-blogs ul li:last-child .blog-item:last-child {
        border-bottom: none !important; } }
    /* line 7416, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-blogs ul li div.blog-item {
      border-bottom: 1px solid #000;
      padding: 9px 0;
      overflow: hidden;
      line-height: 0; }
      /* line 7421, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-blogs ul li div.blog-item a {
        display: inline-block;
        vertical-align: top; }
        /* line 7425, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-blogs ul li div.blog-item a img {
          max-width: 80px; }
      @media only screen and (max-width: 979px) {
        /* line 7429, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-blogs ul li div.blog-item > a {
          display: none; } }
      /* line 7434, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .blog-item-caption {
        width: calc(100% - 96px);
        margin-left: 9px;
        display: inline-block; }
        @media only screen and (max-width: 979px) {
          /* line 7434, ../sass/styles.scss */
          #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .blog-item-caption {
            width: 100%;
            margin-left: 0; } }
      /* line 7443, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .title a {
        color: #000;
        display: block;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 22px;
        line-height: 2.2rem;
        font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
        overflow: hidden;
        margin-bottom: 1px; }
        @media only screen and (max-width: 979px) {
          /* line 7443, ../sass/styles.scss */
          #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .title a {
            text-transform: uppercase;
            letter-spacing: 0;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 16px;
            line-height: 1.6rem; } }
        /* line 7458, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .title a:hover {
          color: #ee523a; }
      /* line 7462, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .blurb a {
        color: #808080;
        font-family: "TitlingGothicFBNarrow-Light", "Arial Narrow", Arial, sans-serif;
        display: block;
        font-size: 15px;
        line-height: 15px;
        max-height: 50px;
        overflow: hidden;
        letter-spacing: .4px;
        padding-top: 1px; }
        @media only screen and (max-width: 767px) {
          /* line 7462, ../sass/styles.scss */
          #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .blurb a {
            line-height: 16px; } }
  /* line 7479, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-blogs a#blog-more {
    display: none; }

/* line 7483, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-video-nodes {
  width: 290px;
  display: inline-block; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 7483, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-video-nodes {
      border-top: solid 4px #000; } }
  /* line 7489, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-video-nodes h3 {
    color: #FF161F;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "TitlingGothicFBNarrow-Bold", "Arial Narrow", Arial, sans-serif;
    padding: 14px 0 23px; }
    @media only screen and (max-width: 979px) {
      /* line 7489, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-video-nodes h3 {
        padding-top: 25px;
        padding-bottom: 10px;
        text-transform: uppercase; } }

/* Ask The Expert   */
/* line 7505, ../sass/styles.scss */
.region-content-aside #block-boxes-ask-the-expert #ask-the-expert {
  border: solid 1px #586E7A; }
  /* line 7507, ../sass/styles.scss */
  .region-content-aside #block-boxes-ask-the-expert #ask-the-expert div.image {
    width: 150px;
    margin: 0 0 0 -1px;
    float: none; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 7507, ../sass/styles.scss */
      .region-content-aside #block-boxes-ask-the-expert #ask-the-expert div.image {
        float: left;
        margin-left: 25px; } }
    @media only screen and (max-width: 767px) {
      /* line 7507, ../sass/styles.scss */
      .region-content-aside #block-boxes-ask-the-expert #ask-the-expert div.image {
        float: left;
        width: 105px; } }
    /* line 7519, ../sass/styles.scss */
    .region-content-aside #block-boxes-ask-the-expert #ask-the-expert div.image img {
      margin: 0 auto;
      border: none; }
      @media only screen and (max-width: 767px) {
        /* line 7519, ../sass/styles.scss */
        .region-content-aside #block-boxes-ask-the-expert #ask-the-expert div.image img {
          margin: 10px 0 0 -1px; } }
  /* line 7527, ../sass/styles.scss */
  .region-content-aside #block-boxes-ask-the-expert #ask-the-expert ul {
    position: relative;
    padding: 0;
    float: none;
    width: 147px;
    margin: 10px auto; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 7527, ../sass/styles.scss */
      .region-content-aside #block-boxes-ask-the-expert #ask-the-expert ul {
        float: left;
        margin-left: 30px; } }
    @media only screen and (max-width: 767px) {
      /* line 7527, ../sass/styles.scss */
      .region-content-aside #block-boxes-ask-the-expert #ask-the-expert ul {
        float: left;
        margin-left: 20px; } }

/* line 7545, ../sass/styles.scss */
#block-boxes-ask-the-expert {
  margin-bottom: 20px; }
  /* line 7547, ../sass/styles.scss */
  #block-boxes-ask-the-expert #ask-the-expert {
    width: 100%;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1; }
    /* line 7551, ../sass/styles.scss */
    #block-boxes-ask-the-expert #ask-the-expert .block-title {
      font-size: 31px;
      font-size: 3.1rem;
      line-height: 27px;
      line-height: 2.7rem;
      padding: 9px 8px 12px;
      margin-bottom: 7px; }
      /* line 7556, ../sass/styles.scss */
      #block-boxes-ask-the-expert #ask-the-expert .block-title span {
        display: block;
        text-transform: none;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 18px;
        line-height: 1.8rem;
        font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0;
        padding-top: 9px; }
    /* line 7568, ../sass/styles.scss */
    #block-boxes-ask-the-expert #ask-the-expert div.image {
      float: left;
      width: 80px;
      margin-top: 13px; }
      /* line 7573, ../sass/styles.scss */
      #block-boxes-ask-the-expert #ask-the-expert div.image img {
        padding: 0 1px;
        display: block;
        border: solid 1px #4C6F7C; }
    /* line 7579, ../sass/styles.scss */
    #block-boxes-ask-the-expert #ask-the-expert ul {
      margin-top: 13px;
      padding: 0 0 0 16px;
      float: left; }
      @media only screen and (max-width: 767px) {
        /* line 7579, ../sass/styles.scss */
        #block-boxes-ask-the-expert #ask-the-expert ul {
          width: 100px; } }
      /* line 7586, ../sass/styles.scss */
      #block-boxes-ask-the-expert #ask-the-expert ul li {
        margin-bottom: 10px; }
        /* line 7588, ../sass/styles.scss */
        #block-boxes-ask-the-expert #ask-the-expert ul li.first-item {
          width: 135px;
          color: #586E7B;
          font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
          font-size: 14px;
          font-size: 1.4rem;
          border-bottom: solid 1px #586E7B;
          padding-right: 66px;
          line-height: 16px;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          @media only screen and (min-width: 768px) and (max-width: 979px) {
            /* line 7588, ../sass/styles.scss */
            #block-boxes-ask-the-expert #ask-the-expert ul li.first-item {
              padding-right: 9px; } }
        /* line 7602, ../sass/styles.scss */
        #block-boxes-ask-the-expert #ask-the-expert ul li a {
          color: #000;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 18px;
          line-height: 1.8rem;
          font-family: "TitlingGothicFBCond-Medium", "Arial Narrow", Arial, sans-serif;
          text-transform: uppercase; }
          @media only screen and (max-width: 767px) {
            /* line 7602, ../sass/styles.scss */
            #block-boxes-ask-the-expert #ask-the-expert ul li a {
              display: inline-block;
              line-height: 15px;
              line-height: 1.5rem; } }
          /* line 7613, ../sass/styles.scss */
          #block-boxes-ask-the-expert #ask-the-expert ul li a span {
            color: #1aafec;
            display: block; }
            @media only screen and (max-width: 767px) {
              /* line 7613, ../sass/styles.scss */
              #block-boxes-ask-the-expert #ask-the-expert ul li a span {
                padding-top: 3px; } }
            /* line 7619, ../sass/styles.scss */
            #block-boxes-ask-the-expert #ask-the-expert ul li a span.orange {
              color: #ee523a; }

/* CHANNELS PAGE */
/* line 7635, ../sass/styles.scss */
body.page-taxonomy #page-title, body.page-topics #page-title, body.page-authors #page-title, body.page-contact #page-title {
  font-size: 37px;
  font-size: 3.7rem;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 13px;
  padding-bottom: 16px;
  text-transform: uppercase; }

/* line 7648, ../sass/styles.scss */
body:not(.page-mf-homepage) .block-mf-channels {
  padding-bottom: 10px; }

/* line 7652, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-rotator {
  margin-bottom: auto !important; }

/* line 7655, ../sass/styles.scss */
.rotator-block {
  margin-top: 23px;
  padding-bottom: 42px;
  border-bottom: 10px solid black; }

/* HOT TOPICS BLOCK ON CHANNELS */
/* line 7662, ../sass/styles.scss */
.hot-topics-block {
  padding-bottom: 0px;
  overflow: auto; }
  /* line 7665, ../sass/styles.scss */
  .hot-topics-block.grey-title .block-title {
    margin-bottom: 21px; }
    /* line 7667, ../sass/styles.scss */
    body.page-mf-homepage .hot-topics-block.grey-title .block-title {
      margin-bottom: 12px; }

/*   HOT TOPICS ON HOMEPAGE   */
/* line 7675, ../sass/styles.scss */
.all-topics > a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  font-weight: 700; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 7675, ../sass/styles.scss */
    .all-topics > a {
      width: 100%; } }

/* line 7685, ../sass/styles.scss */
.hot-topics {
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #000;
  padding-top: 4px;
  padding-bottom: 4px; }
  /* line 7692, ../sass/styles.scss */
  .hot-topics li.title a {
    display: inline-block;
    color: #000;
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem; }
    /* line 7697, ../sass/styles.scss */
    .hot-topics li.title a:before {
      content: '';
      height: 12px;
      display: inline-block;
      overflow: hidden;
      background: url(../images/hot-topics-arrow.svg) no-repeat 0 100%;
      width: 12px;
      margin-right: 7px;
      margin-top: 7px;
      margin-left: -19px; }
    /* line 7708, ../sass/styles.scss */
    .hot-topics li.title a:hover {
      color: #666; }

/* line 7714, ../sass/styles.scss */
.all-topics {
  margin-top: 11px;
  display: block;
  background-color: #41ad48;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center; }
  /* line 228, ../sass/_custom.scss */
  .all-topics:hover {
    color: #fff;
    background-color: #000; }
  /* line 232, ../sass/_custom.scss */
  .all-topics.arrowed:after {
    content: '';
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    height: 13px;
    height: 1.3rem;
    margin-left: 7px;
    width: 16px; }
  /* line 243, ../sass/_custom.scss */
  .all-topics.arrowed.more:after {
    background-position: 0 0; }
  /* line 246, ../sass/_custom.scss */
  .all-topics:focus {
    outline: none;
    color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 7714, ../sass/styles.scss */
    .all-topics {
      width: 100%; } }

/* line 7723, ../sass/styles.scss */
.hottest-topic h3 {
  margin-top: 0px;
  margin-bottom: 9px; }
  /* line 7726, ../sass/styles.scss */
  .hottest-topic h3 a {
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
    color: #000;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase; }

/* Subchannels */
/* line 7737, ../sass/styles.scss */
.subchannel-central-rail ul li {
  display: inline-block;
  float: left;
  width: 182px; }
  /* line 7741, ../sass/styles.scss */
  .subchannel-central-rail ul li.views-row-odd {
    padding-right: 20px; }
  /* line 7744, ../sass/styles.scss */
  .subchannel-central-rail ul li.views-row {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #dcdcdc;
    height: 240px; }
    /* line 7749, ../sass/styles.scss */
    .subchannel-central-rail ul li.views-row .views-field-field-promo-title {
      font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      line-height: 1.6rem;
      text-transform: uppercase;
      max-height: 32px;
      overflow: hidden; }
      /* line 7756, ../sass/styles.scss */
      .subchannel-central-rail ul li.views-row .views-field-field-promo-title .field-content a {
        color: #000; }
    /* line 7760, ../sass/styles.scss */
    .subchannel-central-rail ul li.views-row .views-field-field-promo-description .field-content {
      max-height: 55px;
      overflow: hidden;
      color: #666;
      line-height: 18px;
      line-height: 1.8rem; }
    /* line 7767, ../sass/styles.scss */
    .subchannel-central-rail ul li.views-row .views-field .field-content img {
      height: 157px;
      width: 182px; }
  /* line 7773, ../sass/styles.scss */
  .subchannel-central-rail ul li.views-row-1, .subchannel-central-rail ul li.views-row-2 {
    padding-top: 34px; }
/* line 7778, ../sass/styles.scss */
.subchannel-central-rail #ami_views_pager-ajax-loader {
  margin-bottom: -24px; }

/* line 7783, ../sass/styles.scss */
.sailthru-newsletters-form {
  position: relative; }
  /* line 7785, ../sass/styles.scss */
  .sailthru-newsletters-form > div {
    overflow: hidden;
    *overflow: visible;
    *zoom: 1; }

/* line 7791, ../sass/styles.scss */
#block-sailthru-newsletters div.messages.error {
  bottom: -18px; }

/* line 7796, ../sass/styles.scss */
.memento-slide {
  position: relative;
  height: 505px;
  margin-bottom: 12px;
  overflow: hidden; }
  /* line 7801, ../sass/styles.scss */
  .memento-slide img.memento-slide-image {
    position: absolute;
    opacity: 0;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s; }
    /* line 7809, ../sass/styles.scss */
    .memento-slide img.memento-slide-image.active {
      opacity: 1; }
  /* line 7813, ../sass/styles.scss */
  .memento-slide .slide-pins-counter {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 43px;
    height: 22px;
    overflow: hidden;
    z-index: 100;
    display: none;
    /* hide until ami_slideshow rewrite */ }

/* line 7840, ../sass/styles.scss */
.node-photo-gallery h1.node-title,
.node-photo-gallery h1.node-title a,
.node-type-article h1.node-title,
.node-type-article h1.node-title a,
.node-type-blog h1.node-title,
.node-type-blog h1.node-title a,
.node-type-interview h1.node-title,
.node-type-interview h1.node-title a,
.node-type-video h1.node-title,
.node-type-video h1.node-title a,
.node-type-recipe h1.node-title,
.node-type-recipe h1.node-title a,
.node-type-workout h1.node-title,
.node-type-workout h1.node-title a,
.node-type-webform h1.node-title,
.node-type-webform h1.node-title a,
.node-type-page h1.node-title,
.node-type-page h1.node-title a,
.node-type-plain-page h1.node-title,
.node-type-plain-page h1.node-title a,
.node-type-poll h1.node-title,
.node-type-poll h1.node-title a,
.node-type-list h1.node-title,
.node-type-list h1.node-title a {
  color: black;
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0px; }
/* line 7850, ../sass/styles.scss */
.node-photo-gallery h1.node-title,
.node-type-article h1.node-title,
.node-type-blog h1.node-title,
.node-type-interview h1.node-title,
.node-type-video h1.node-title,
.node-type-recipe h1.node-title,
.node-type-workout h1.node-title,
.node-type-webform h1.node-title,
.node-type-page h1.node-title,
.node-type-plain-page h1.node-title,
.node-type-poll h1.node-title,
.node-type-list h1.node-title {
  padding: 0; }
/* line 7854, ../sass/styles.scss */
.node-photo-gallery .top-bar,
.node-type-article .top-bar,
.node-type-blog .top-bar,
.node-type-interview .top-bar,
.node-type-video .top-bar,
.node-type-recipe .top-bar,
.node-type-workout .top-bar,
.node-type-webform .top-bar,
.node-type-page .top-bar,
.node-type-plain-page .top-bar,
.node-type-poll .top-bar,
.node-type-list .top-bar {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem; }
  /* line 7862, ../sass/styles.scss */
  .node-photo-gallery .top-bar .breadcrumb,
  .node-type-article .top-bar .breadcrumb,
  .node-type-blog .top-bar .breadcrumb,
  .node-type-interview .top-bar .breadcrumb,
  .node-type-video .top-bar .breadcrumb,
  .node-type-recipe .top-bar .breadcrumb,
  .node-type-workout .top-bar .breadcrumb,
  .node-type-webform .top-bar .breadcrumb,
  .node-type-page .top-bar .breadcrumb,
  .node-type-plain-page .top-bar .breadcrumb,
  .node-type-poll .top-bar .breadcrumb,
  .node-type-list .top-bar .breadcrumb {
    float: left; }
  /* line 7865, ../sass/styles.scss */
  .node-photo-gallery .top-bar .top-right,
  .node-type-article .top-bar .top-right,
  .node-type-blog .top-bar .top-right,
  .node-type-interview .top-bar .top-right,
  .node-type-video .top-bar .top-right,
  .node-type-recipe .top-bar .top-right,
  .node-type-workout .top-bar .top-right,
  .node-type-webform .top-bar .top-right,
  .node-type-page .top-bar .top-right,
  .node-type-plain-page .top-bar .top-right,
  .node-type-poll .top-bar .top-right,
  .node-type-list .top-bar .top-right {
    float: right; }
    /* line 7867, ../sass/styles.scss */
    .node-photo-gallery .top-bar .top-right + .breadcrumb,
    .node-type-article .top-bar .top-right + .breadcrumb,
    .node-type-blog .top-bar .top-right + .breadcrumb,
    .node-type-interview .top-bar .top-right + .breadcrumb,
    .node-type-video .top-bar .top-right + .breadcrumb,
    .node-type-recipe .top-bar .top-right + .breadcrumb,
    .node-type-workout .top-bar .top-right + .breadcrumb,
    .node-type-webform .top-bar .top-right + .breadcrumb,
    .node-type-page .top-bar .top-right + .breadcrumb,
    .node-type-plain-page .top-bar .top-right + .breadcrumb,
    .node-type-poll .top-bar .top-right + .breadcrumb,
    .node-type-list .top-bar .top-right + .breadcrumb {
      position: absolute;
      top: 50%;
      left: 0;
      height: 22px;
      margin-top: -11px; }
  /* line 7875, ../sass/styles.scss */
  .node-photo-gallery .top-bar .sponsored,
  .node-type-article .top-bar .sponsored,
  .node-type-blog .top-bar .sponsored,
  .node-type-interview .top-bar .sponsored,
  .node-type-video .top-bar .sponsored,
  .node-type-recipe .top-bar .sponsored,
  .node-type-workout .top-bar .sponsored,
  .node-type-webform .top-bar .sponsored,
  .node-type-page .top-bar .sponsored,
  .node-type-plain-page .top-bar .sponsored,
  .node-type-poll .top-bar .sponsored,
  .node-type-list .top-bar .sponsored {
    padding-right: 12px; }
  /* line 7878, ../sass/styles.scss */
  .node-photo-gallery .top-bar .gpt-tag,
  .node-type-article .top-bar .gpt-tag,
  .node-type-blog .top-bar .gpt-tag,
  .node-type-interview .top-bar .gpt-tag,
  .node-type-video .top-bar .gpt-tag,
  .node-type-recipe .top-bar .gpt-tag,
  .node-type-workout .top-bar .gpt-tag,
  .node-type-webform .top-bar .gpt-tag,
  .node-type-page .top-bar .gpt-tag,
  .node-type-plain-page .top-bar .gpt-tag,
  .node-type-poll .top-bar .gpt-tag,
  .node-type-list .top-bar .gpt-tag {
    vertical-align: middle;
    display: inline-block;
    line-height: 0; }
  /* line 7883, ../sass/styles.scss */
  .node-photo-gallery .top-bar, .node-photo-gallery .top-bar a,
  .node-type-article .top-bar,
  .node-type-article .top-bar a,
  .node-type-blog .top-bar,
  .node-type-blog .top-bar a,
  .node-type-interview .top-bar,
  .node-type-interview .top-bar a,
  .node-type-video .top-bar,
  .node-type-video .top-bar a,
  .node-type-recipe .top-bar,
  .node-type-recipe .top-bar a,
  .node-type-workout .top-bar,
  .node-type-workout .top-bar a,
  .node-type-webform .top-bar,
  .node-type-webform .top-bar a,
  .node-type-page .top-bar,
  .node-type-page .top-bar a,
  .node-type-plain-page .top-bar,
  .node-type-plain-page .top-bar a,
  .node-type-poll .top-bar,
  .node-type-poll .top-bar a,
  .node-type-list .top-bar,
  .node-type-list .top-bar a {
    color: #666; }
/* line 7888, ../sass/styles.scss */
.node-photo-gallery .submitted,
.node-type-article .submitted,
.node-type-blog .submitted,
.node-type-interview .submitted,
.node-type-video .submitted,
.node-type-recipe .submitted,
.node-type-workout .submitted,
.node-type-webform .submitted,
.node-type-page .submitted,
.node-type-plain-page .submitted,
.node-type-poll .submitted,
.node-type-list .submitted {
  color: #666;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  padding-bottom: 10px; }
/* line 7895, ../sass/styles.scss */
.node-photo-gallery .field-name-field-subtitle,
.node-type-article .field-name-field-subtitle,
.node-type-blog .field-name-field-subtitle,
.node-type-interview .field-name-field-subtitle,
.node-type-video .field-name-field-subtitle,
.node-type-recipe .field-name-field-subtitle,
.node-type-workout .field-name-field-subtitle,
.node-type-webform .field-name-field-subtitle,
.node-type-page .field-name-field-subtitle,
.node-type-plain-page .field-name-field-subtitle,
.node-type-poll .field-name-field-subtitle,
.node-type-list .field-name-field-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #666;
  border-bottom: 1px solid #dcdcdc;
  padding: 4px 0 12px; }
/* line 7903, ../sass/styles.scss */
.node-photo-gallery .field-name-field-topics,
.node-type-article .field-name-field-topics,
.node-type-blog .field-name-field-topics,
.node-type-interview .field-name-field-topics,
.node-type-video .field-name-field-topics,
.node-type-recipe .field-name-field-topics,
.node-type-workout .field-name-field-topics,
.node-type-webform .field-name-field-topics,
.node-type-page .field-name-field-topics,
.node-type-plain-page .field-name-field-topics,
.node-type-poll .field-name-field-topics,
.node-type-list .field-name-field-topics {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
  padding: 12px 0px;
  border-top: 10px solid #000;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 12px; }
  /* line 7910, ../sass/styles.scss */
  .node-photo-gallery .field-name-field-topics .field-label,
  .node-type-article .field-name-field-topics .field-label,
  .node-type-blog .field-name-field-topics .field-label,
  .node-type-interview .field-name-field-topics .field-label,
  .node-type-video .field-name-field-topics .field-label,
  .node-type-recipe .field-name-field-topics .field-label,
  .node-type-workout .field-name-field-topics .field-label,
  .node-type-webform .field-name-field-topics .field-label,
  .node-type-page .field-name-field-topics .field-label,
  .node-type-plain-page .field-name-field-topics .field-label,
  .node-type-poll .field-name-field-topics .field-label,
  .node-type-list .field-name-field-topics .field-label {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: normal;
    float: left; }
  /* line 7917, ../sass/styles.scss */
  .node-photo-gallery .field-name-field-topics .field-items,
  .node-type-article .field-name-field-topics .field-items,
  .node-type-blog .field-name-field-topics .field-items,
  .node-type-interview .field-name-field-topics .field-items,
  .node-type-video .field-name-field-topics .field-items,
  .node-type-recipe .field-name-field-topics .field-items,
  .node-type-workout .field-name-field-topics .field-items,
  .node-type-webform .field-name-field-topics .field-items,
  .node-type-page .field-name-field-topics .field-items,
  .node-type-plain-page .field-name-field-topics .field-items,
  .node-type-poll .field-name-field-topics .field-items,
  .node-type-list .field-name-field-topics .field-items {
    text-transform: uppercase;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
    float: none; }
    /* line 7922, ../sass/styles.scss */
    .node-photo-gallery .field-name-field-topics .field-items .field-item,
    .node-type-article .field-name-field-topics .field-items .field-item,
    .node-type-blog .field-name-field-topics .field-items .field-item,
    .node-type-interview .field-name-field-topics .field-items .field-item,
    .node-type-video .field-name-field-topics .field-items .field-item,
    .node-type-recipe .field-name-field-topics .field-items .field-item,
    .node-type-workout .field-name-field-topics .field-items .field-item,
    .node-type-webform .field-name-field-topics .field-items .field-item,
    .node-type-page .field-name-field-topics .field-items .field-item,
    .node-type-plain-page .field-name-field-topics .field-items .field-item,
    .node-type-poll .field-name-field-topics .field-items .field-item,
    .node-type-list .field-name-field-topics .field-items .field-item {
      display: inline-block;
      list-style: none;
      padding: 0 5px 0 0; }
      /* line 7926, ../sass/styles.scss */
      .node-photo-gallery .field-name-field-topics .field-items .field-item a:after,
      .node-type-article .field-name-field-topics .field-items .field-item a:after,
      .node-type-blog .field-name-field-topics .field-items .field-item a:after,
      .node-type-interview .field-name-field-topics .field-items .field-item a:after,
      .node-type-video .field-name-field-topics .field-items .field-item a:after,
      .node-type-recipe .field-name-field-topics .field-items .field-item a:after,
      .node-type-workout .field-name-field-topics .field-items .field-item a:after,
      .node-type-webform .field-name-field-topics .field-items .field-item a:after,
      .node-type-page .field-name-field-topics .field-items .field-item a:after,
      .node-type-plain-page .field-name-field-topics .field-items .field-item a:after,
      .node-type-poll .field-name-field-topics .field-items .field-item a:after,
      .node-type-list .field-name-field-topics .field-items .field-item a:after {
        content: ',';
        color: black; }
      /* line 7930, ../sass/styles.scss */
      .node-photo-gallery .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-article .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-blog .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-interview .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-video .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-recipe .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-workout .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-webform .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-page .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-plain-page .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-poll .field-name-field-topics .field-items .field-item:last-child a:after,
      .node-type-list .field-name-field-topics .field-items .field-item:last-child a:after {
        content: ''; }
/* line 7937, ../sass/styles.scss */
.node-photo-gallery .sharethis-bottom,
.node-type-article .sharethis-bottom,
.node-type-blog .sharethis-bottom,
.node-type-interview .sharethis-bottom,
.node-type-video .sharethis-bottom,
.node-type-recipe .sharethis-bottom,
.node-type-workout .sharethis-bottom,
.node-type-webform .sharethis-bottom,
.node-type-page .sharethis-bottom,
.node-type-plain-page .sharethis-bottom,
.node-type-poll .sharethis-bottom,
.node-type-list .sharethis-bottom {
  text-align: center;
  padding: 6px 0; }

/* line 7946, ../sass/styles.scss */
.node-photo-gallery .gallery-top-bar .gallery-counters {
  float: right; }
/* line 7951, ../sass/styles.scss */
.node-photo-gallery .ami-slideshow-container {
  overflow: hidden;
  transition: height 1s linear; }
/* line 7956, ../sass/styles.scss */
.node-photo-gallery .photo-credit {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  color: #666; }
/* line 7963, ../sass/styles.scss */
.node-photo-gallery .field-name-field-subtitle,
.node-photo-gallery .gallery-top-bar,
.node-photo-gallery .slide-caption {
  margin-bottom: 12px; }
/* line 7969, ../sass/styles.scss */
.node-photo-gallery .slideshow-wrapper {
  position: relative;
  margin-bottom: 12px; }
  /* line 7973, ../sass/styles.scss */
  .node-photo-gallery .slideshow-wrapper.last-slide-opened .last-slide {
    display: block; }
  /* line 7977, ../sass/styles.scss */
  .node-photo-gallery .slideshow-wrapper .ami-slideshow-pin-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 995; }
/* line 7985, ../sass/styles.scss */
.node-photo-gallery .ami-slideshow-separate-container {
  position: relative; }
  /* line 7987, ../sass/styles.scss */
  .node-photo-gallery .ami-slideshow-separate-container .ami-slideshow-separate-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s; }
    /* line 7994, ../sass/styles.scss */
    .node-photo-gallery .ami-slideshow-separate-container .ami-slideshow-separate-item.active {
      opacity: 1;
      position: relative;
      z-index: 900; }
/* line 8003, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .ami-slideshow-slide {
  position: relative; }
  /* line 8005, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .ami-slideshow-slide img {
    float: left;
    width: 100%; }
/* line 8010, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .gallery-top-bar {
  height: 40px; }
  /* line 8012, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .gallery-top-bar .author_pic {
    float: left; }
  /* line 8015, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .gallery-top-bar .byline {
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    font-weight: 700; }
    /* line 8023, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .gallery-top-bar .byline .info {
      color: #ee523a; }
  /* line 8027, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .gallery-top-bar .twitter-follow {
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px; }
  /* line 8032, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .gallery-top-bar .gallery-counters {
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    margin-top: 10px;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
    margin-right: -5px; }
    /* line 8039, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .gallery-top-bar .gallery-counters .count {
      float: left;
      margin-right: 10px;
      color: #666; }
    /* line 8044, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .gallery-top-bar .gallery-counters a.view-all .icons {
      height: 25px;
      width: 25px;
      display: inline-block;
      margin-top: 1px; }
      /* line 8049, ../sass/styles.scss */
      .node-photo-gallery .ami_slideshow .gallery-top-bar .gallery-counters a.view-all .icons .square {
        height: 9px;
        width: 9px;
        float: left;
        background-color: #666;
        margin-right: 2px;
        margin-bottom: 2px; }
    /* line 8058, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .gallery-top-bar .gallery-counters .mf-slideshow-separator {
      color: #dcdcdc; }
/* line 8064, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .last-slide {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 177px;
  z-index: 100; }
  /* line 8073, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 16px;
    width: 131px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    text-transform: uppercase; }
    /* line 8082, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser a {
      color: #fff; }
      /* line 8084, ../sass/styles.scss */
      .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser a:hover {
        color: #ee523a; }
    /* line 8088, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser h3 {
      margin: 0 0 10px 0; }
      /* line 8090, ../sass/styles.scss */
      .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser h3 a {
        font-weight: 700;
        margin: 0;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 16px;
        line-height: 1.6rem; }
        /* line 8095, ../sass/styles.scss */
        .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser h3 a:hover {
          color: #ee523a; }
    /* line 8100, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .last-slide .next-slide-teaser p {
      margin: 15px 0 0;
      font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
      font-weight: 700; }
  /* line 8106, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .last-slide a.ami-slideshow-restart {
    background: rgba(0, 0, 0, 0.7);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: -287px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 56px;
    line-height: 5.6rem;
    font-weight: 700;
    margin-top: -29px;
    text-transform: uppercase;
    padding: 0 26px; }
/* line 8122, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .ami-slideshow-slide-title {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  z-index: 10;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  display: block;
  margin: 0;
  clear: both; }
/* line 8137, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .ami-slideshow-slide-photo-credit {
  float: right;
  width: 155px;
  text-align: right;
  color: #666;
  display: inline-block;
  padding: 6px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem; }
/* line 8151, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow a span.title {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  overflow: hidden;
  max-height: 32px; }
/* line 8162, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow a span.blurb {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem; }
/* line 8167, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow a:hover span.title {
  color: #ee523a; }
/* line 8172, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .fake-owl-prev,
.node-photo-gallery .ami_slideshow .fake-owl-next,
.node-photo-gallery .ami_slideshow .owl-prev,
.node-photo-gallery .ami_slideshow .owl-next {
  -moz-border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0;
  border-radius: 0 40px 40px 0;
  background: #000 url(../images/gallery-navs.png) no-repeat -5px 0;
  cursor: pointer;
  height: 80px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  z-index: 998;
  outline: none;
  overflow: hidden;
  text-indent: -999px;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); }
  /* line 8191, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .fake-owl-prev:hover,
  .node-photo-gallery .ami_slideshow .fake-owl-next:hover,
  .node-photo-gallery .ami_slideshow .owl-prev:hover,
  .node-photo-gallery .ami_slideshow .owl-next:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }
/* line 8196, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .fake-owl-next,
.node-photo-gallery .ami_slideshow .owl-next {
  left: auto;
  right: 0;
  -moz-border-radius: 40px 0 0 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px 0 0 40px;
  background-position: -35px 0; }
/* line 8203, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .fake-owl-prev.disabled,
.node-photo-gallery .ami_slideshow .owl-prev.disabled {
  display: none; }
/* line 8208, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .last-slide-opened .owl-next,
.node-photo-gallery .ami_slideshow .last-slide-opened .fake-owl-next,
.node-photo-gallery .ami_slideshow .last-slide-opened .ami-slideshow-slide-title {
  display: none; }
/* line 8214, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .slide-caption {
  margin-bottom: 20px; }
/* line 8218, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .all-slides-container {
  background-color: #dcdcdc; }
  /* line 8220, ../sass/styles.scss */
  .node-photo-gallery .ami_slideshow .all-slides-container .back-to-gallery {
    width: 100%;
    background-color: #666;
    height: 32px;
    text-align: center;
    padding-top: 10px; }
    /* line 8226, ../sass/styles.scss */
    .node-photo-gallery .ami_slideshow .all-slides-container .back-to-gallery a {
      width: 100%;
      display: inline-block;
      font-size: 16px;
      font-size: 1.6rem;
      color: #fff;
      font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
      font-weight: 700; }
/* line 8236, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .custom-scrollbar {
  height: 430px;
  overflow-y: auto;
  padding-top: 40px;
  text-align: center; }
/* line 8242, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .thumb {
  margin: 0 24px 48px;
  display: inline-block; }

/* line 8255, ../sass/styles.scss */
.node-type-article .field-name-body p:first-child:before,
.node-type-video .field-name-body p:first-child:before,
.node-type-recipe .field-name-body p:first-child:before,
.node-type-workout .field-name-body p:first-child:before {
  background: #ee523a;
  content: " ";
  display: block;
  width: 33px;
  height: 33px;
  float: left;
  margin: 5px 8px 0 0; }
/* line 8269, ../sass/styles.scss */
.node-type-article .pagination-page-next .field-name-body p:first-child:before,
.node-type-video .pagination-page-next .field-name-body p:first-child:before,
.node-type-recipe .pagination-page-next .field-name-body p:first-child:before,
.node-type-workout .pagination-page-next .field-name-body p:first-child:before {
  display: none; }
/* line 8275, ../sass/styles.scss */
.node-type-article .field-name-field-topics,
.node-type-video .field-name-field-topics,
.node-type-recipe .field-name-field-topics,
.node-type-workout .field-name-field-topics {
  margin-bottom: 4px;
  clear: both; }
  /* line 8278, ../sass/styles.scss */
  .node-type-article .field-name-field-topics + .sharethis-wrapper,
  .node-type-video .field-name-field-topics + .sharethis-wrapper,
  .node-type-recipe .field-name-field-topics + .sharethis-wrapper,
  .node-type-workout .field-name-field-topics + .sharethis-wrapper {
    padding-bottom: 6px; }

/* line 8286, ../sass/styles.scss */
.node-type-blog #disqus_thread,
.node-type-recipe #disqus_thread {
  border-top: 0;
  padding-top: 7px; }
/* line 8290, ../sass/styles.scss */
.node-type-blog .field-name-field-topics,
.node-type-recipe .field-name-field-topics {
  margin-bottom: 4px;
  clear: both; }
  /* line 8293, ../sass/styles.scss */
  .node-type-blog .field-name-field-topics + .sharethis-wrapper,
  .node-type-recipe .field-name-field-topics + .sharethis-wrapper {
    padding-bottom: 6px; }

/* line 8300, ../sass/styles.scss */
.node-type-video #block-system-main,
.node-type-video .node-video {
  margin-bottom: 0; }
/* line 8304, ../sass/styles.scss */
.node-type-video span.print-link {
  display: none; }
/* line 8307, ../sass/styles.scss */
.node-type-video .sharethis-wrapper {
  margin-top: 21px; }
/* line 8314, ../sass/styles.scss */
.node-type-video .view-more-videos .block-title {
  line-height: 38px;
  line-height: 3.8rem;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  color: #bac6cb;
  text-align: left;
  letter-spacing: 0;
  padding: 0 0 0 9px; }
  /* line 8322, ../sass/styles.scss */
  .node-type-video .view-more-videos .block-title a {
    color: #fff; }
/* line 8326, ../sass/styles.scss */
.node-type-video .view-more-videos .pager-more {
  display: none; }
/* line 8330, ../sass/styles.scss */
.node-type-video #block-views-more-videos-more-videos {
  margin-bottom: 10px; }

/* line 8335, ../sass/styles.scss */
.field-name-field-video-credit {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  text-align: right;
  line-height: 1;
  padding: 5px 0 5px 0;
  line-height: 16px;
  line-height: 1.6rem; }

/* line 8348, ../sass/styles.scss */
.recipe-ingredients .field-label,
.recipe-directions .field-label {
  font-size: 20px;
  font-size: 2rem;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 12px; }

/* line 8360, ../sass/styles.scss */
.node-webform .top-bar {
  padding: 5px 0; }
/* line 8363, ../sass/styles.scss */
.node-webform span.print-link {
  display: none; }
/* line 8366, ../sass/styles.scss */
.node-webform .article-lead-image {
  margin-bottom: 24px; }
/* line 8370, ../sass/styles.scss */
.node-webform .field-name-field-topics + .sharethis-wrapper {
  padding-bottom: 6px; }
/* line 8374, ../sass/styles.scss */
.node-webform .webform-client-form {
  border-top: 3px solid #666;
  clear: both;
  padding: 20px 0 24px; }
  /* line 8378, ../sass/styles.scss */
  .node-webform .webform-client-form .form-actions {
    text-align: center; }
  /* line 8381, ../sass/styles.scss */
  .node-webform .webform-client-form .form-submit {
    width: 145px;
    margin: 12px auto; }
  /* line 8385, ../sass/styles.scss */
  .node-webform .webform-client-form #edit-previous,
  .node-webform .webform-client-form #edit-next {
    width: auto;
    margin: 12px; }

/* line 8396, ../sass/styles.scss */
.article-author-bar {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0 10px;
  overflow: hidden; }
  /* line 8403, ../sass/styles.scss */
  .article-author-bar .author-pic {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    margin: 0 10px 0 0;
    float: left; }
  /* line 8412, ../sass/styles.scss */
  .article-author-bar .info {
    padding: 0 10px 0 0;
    display: inline-block;
    line-height: 37px; }
  /* line 8417, ../sass/styles.scss */
  .article-author-bar .twitter-follow {
    position: relative;
    top: 4px; }

/* line 8426, ../sass/styles.scss */
.article-lead-image {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  overflow: hidden;
  margin: 0 0 9px;
  position: relative; }
  /* line 8432, ../sass/styles.scss */
  .article-lead-image .field-name-field-photo-credit {
    float: right;
    width: 155px;
    text-align: right;
    padding: 0; }
    /* line 8437, ../sass/styles.scss */
    .article-lead-image .field-name-field-photo-credit .field-item {
      color: #666;
      display: inline-block;
      padding: 3px 0 0; }
      /* line 8441, ../sass/styles.scss */
      .article-lead-image .field-name-field-photo-credit .field-item:after {
        content: ","; }
      /* line 8445, ../sass/styles.scss */
      .article-lead-image .field-name-field-photo-credit .field-item:last-child:after {
        content: " "; }
  /* line 8451, ../sass/styles.scss */
  .article-lead-image .field-name-field-image-caption {
    padding: 3px 0 0;
    font-weight: 700; }
  /* line 8455, ../sass/styles.scss */
  .article-lead-image .article-lead-img-pin {
    position: absolute;
    right: 12px;
    top: 12px; }

/* line 8465, ../sass/styles.scss */
.article-editors-piks .node-teaser,
.article-related-items .node-teaser,
.you-also-like .node-teaser {
  padding: 0;
  margin: 0; }
  /* line 8468, ../sass/styles.scss */
  .article-editors-piks .node-teaser .teaser-title,
  .article-related-items .node-teaser .teaser-title,
  .you-also-like .node-teaser .teaser-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    max-height: 34px;
    overflow: hidden;
    display: block;
    margin: 0 0 4px; }
    /* line 8477, ../sass/styles.scss */
    .article-editors-piks .node-teaser .teaser-title a,
    .article-related-items .node-teaser .teaser-title a,
    .you-also-like .node-teaser .teaser-title a {
      color: #000; }
  /* line 8481, ../sass/styles.scss */
  .article-editors-piks .node-teaser .field-name-field-promo-description,
  .article-editors-piks .node-teaser .views-field-field-subtitle,
  .article-editors-piks .node-teaser .teaser-text,
  .article-related-items .node-teaser .field-name-field-promo-description,
  .article-related-items .node-teaser .views-field-field-subtitle,
  .article-related-items .node-teaser .teaser-text,
  .you-also-like .node-teaser .field-name-field-promo-description,
  .you-also-like .node-teaser .views-field-field-subtitle,
  .you-also-like .node-teaser .teaser-text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.5rem;
    color: #666;
    max-height: 45px;
    overflow: hidden; }
  /* line 8490, ../sass/styles.scss */
  .article-editors-piks .node-teaser .teaser-text,
  .article-related-items .node-teaser .teaser-text,
  .you-also-like .node-teaser .teaser-text {
    display: block; }

/* line 8496, ../sass/styles.scss */
.article-editors-piks {
  width: 131px;
  border-left: 12px solid #000;
  padding: 0 0 0 12px;
  margin: 5px 0 12px 20px; }
  /* line 8501, ../sass/styles.scss */
  .article-editors-piks .block-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px;
    margin: 0 0 12px; }
  /* line 8510, ../sass/styles.scss */
  .article-editors-piks .node-teaser {
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px;
    margin: 0 0 12px; }
  /* line 8516, ../sass/styles.scss */
  .article-editors-piks .field-item:last-child .node-teaser {
    border: 0;
    margin: 0;
    padding: 0; }

/* line 8524, ../sass/styles.scss */
.article-related-items,
.you-also-like {
  margin-bottom: 16px; }
  /* line 8527, ../sass/styles.scss */
  .article-related-items .block-title,
  .you-also-like .block-title {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 38px;
    line-height: 3.8rem;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    text-align: left;
    color: #bac6cb;
    padding: 0 0 0 10px;
    margin-bottom: 24px; }
  /* line 8536, ../sass/styles.scss */
  .article-related-items .field-items,
  .article-related-items .view-content,
  .you-also-like .field-items,
  .you-also-like .view-content {
    overflow: hidden; }
    /* line 8539, ../sass/styles.scss */
    .article-related-items .field-items .field-item,
    .article-related-items .field-items .views-row-odd,
    .article-related-items .field-items .views-row-even,
    .article-related-items .view-content .field-item,
    .article-related-items .view-content .views-row-odd,
    .article-related-items .view-content .views-row-even,
    .you-also-like .field-items .field-item,
    .you-also-like .field-items .views-row-odd,
    .you-also-like .field-items .views-row-even,
    .you-also-like .view-content .field-item,
    .you-also-like .view-content .views-row-odd,
    .you-also-like .view-content .views-row-even {
      float: left;
      width: 131px;
      margin: 0 23px 0 0; }

/* line 8550, ../sass/styles.scss */
.node-content .pager {
  float: right;
  margin: 10px 0 28px;
  font-weight: 700; }
  /* line 8554, ../sass/styles.scss */
  .node-content .pager li {
    padding: 0 6px; }
    /* line 8556, ../sass/styles.scss */
    .node-content .pager li.pager-item, .node-content .pager li.pager-current {
      border-left: 1px solid #dcdcdc; }
      /* line 8559, ../sass/styles.scss */
      .node-content .pager li.pager-item a, .node-content .pager li.pager-current a {
        color: #000; }
    /* line 8563, ../sass/styles.scss */
    .node-content .pager li.pager-current {
      color: #dcdcdc; }
      /* line 8565, ../sass/styles.scss */
      .node-content .pager li.pager-current:first-child {
        border: 0; }
    /* line 8571, ../sass/styles.scss */
    .node-content .pager li.pager-next a, .node-content .pager li.pager-previous a {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      background-color: #41ad48;
      color: #fff;
      padding: 1px 10px;
      font-weight: 900; }
      /* line 8578, ../sass/styles.scss */
      .node-content .pager li.pager-next a:hover, .node-content .pager li.pager-previous a:hover {
        background-color: #000; }
    /* line 8583, ../sass/styles.scss */
    .node-content .pager li.pager-previous {
      padding-right: 15px; }
      /* line 8585, ../sass/styles.scss */
      .node-content .pager li.pager-previous + .pager-item {
        border: 0; }
      /* line 8588, ../sass/styles.scss */
      .node-content .pager li.pager-previous a {
        background-image: url(../images/arrow_left_m.svg);
        background-position: 6px 50%;
        background-repeat: no-repeat;
        padding-left: 21px; }
    /* line 8595, ../sass/styles.scss */
    .node-content .pager li.pager-next {
      padding-left: 15px; }
      /* line 8597, ../sass/styles.scss */
      .node-content .pager li.pager-next a {
        background-image: url(../images/arrow_right_m.svg);
        background-position: 51px 50%;
        background-repeat: no-repeat;
        padding-right: 21px; }

/* line 8608, ../sass/styles.scss */
.recipe-serv-data {
  width: 220px;
  border-left: 12px solid #000;
  padding: 0 0 0 12px;
  margin: 5px 0 12px 20px; }
  /* line 8613, ../sass/styles.scss */
  .recipe-serv-data .block-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px;
    margin: 0 0 3px; }
  /* line 8622, ../sass/styles.scss */
  .recipe-serv-data .field {
    font-size: 13px;
    font-size: 1.3rem; }
  /* line 8625, ../sass/styles.scss */
  .recipe-serv-data .field-label {
    text-transform: uppercase; }

/* line 8637, ../sass/styles.scss */
body.page-topics #page-title, body.page-authors #page-title {
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif; }
/* line 8640, ../sass/styles.scss */
body.page-topics #block-system-main, body.page-authors #block-system-main {
  overflow: hidden; }

/* line 8646, ../sass/styles.scss */
.topics-index {
  position: relative; }
  /* line 8648, ../sass/styles.scss */
  .topics-index .topics-alphabet {
    width: 384px;
    padding: 8px 0;
    margin: 3px 0 11px;
    border-bottom: 1px solid #dcdcdc; }
    /* line 8653, ../sass/styles.scss */
    .topics-index .topics-alphabet .item {
      display: inline;
      padding: 0 0 0 8px; }
      /* line 8656, ../sass/styles.scss */
      .topics-index .topics-alphabet .item a {
        color: #666;
        text-transform: uppercase;
        line-height: 24px;
        line-height: 2.4rem; }
        /* line 8660, ../sass/styles.scss */
        .topics-index .topics-alphabet .item a.inactive {
          color: #dcdcdc; }
      /* line 8664, ../sass/styles.scss */
      .topics-index .topics-alphabet .item:first-child {
        padding-left: 0; }
  /* line 8669, ../sass/styles.scss */
  .topics-index .topics-column {
    display: inline-table;
    vertical-align: top; }
    /* line 8672, ../sass/styles.scss */
    .topics-index .topics-column .topics-list-item {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      line-height: 2.2rem; }
      /* line 8675, ../sass/styles.scss */
      .topics-index .topics-column .topics-list-item a {
        color: #666;
        text-transform: capitalize; }
    /* line 8680, ../sass/styles.scss */
    .topics-index .topics-column .topics-letter-wrapper {
      border-bottom: 1px solid #dcdcdc;
      padding: 0 0 20px; }
      /* line 8683, ../sass/styles.scss */
      .topics-index .topics-column .topics-letter-wrapper .topics-letter {
        display: block;
        padding: 20px 0 17px;
        font-size: 26px;
        font-size: 2.6rem;
        font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif; }

/* line 8694, ../sass/styles.scss */
.view-topic-landing .tiles {
  border-bottom: 10px solid #000;
  margin-bottom: 20px; }
  /* line 8697, ../sass/styles.scss */
  .view-topic-landing .tiles ul {
    display: inline-block; }
  /* line 8700, ../sass/styles.scss */
  .view-topic-landing .tiles .views-row {
    float: left;
    width: 300px;
    height: 600px; }

/* line 8708, ../sass/styles.scss */
.sponsor {
  position: relative; }
  /* line 8711, ../sass/styles.scss */
  .sponsor .recipe-sponsored .text {
    position: absolute;
    top: 64px;
    left: 218px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem; }
  /* line 8718, ../sass/styles.scss */
  .sponsor .recipe-sponsored .ad {
    position: absolute;
    top: 60px;
    right: 211px;
    color: #fff;
    height: 31px;
    width: 88px;
    overflow: hidden; }

/* line 8735, ../sass/styles.scss */
body.page-recipes #main-content-header > h1#page-title,
body.page-search-healthy-recipes #main-content-header > h1#page-title {
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 -51px;
  padding: 17px 0 0;
  position: relative;
  z-index: 2;
  letter-spacing: -1px; }

/* line 8750, ../sass/styles.scss */
.block-mf-recipe .search_form {
  margin: -3px 0 23px; }

/* line 8756, ../sass/styles.scss */
.most-popular-recipes-list .block-title {
  color: #fff;
  background: #586e7a;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 8px 10px;
  text-transform: uppercase;
  word-spacing: 4px;
  margin: 0; }
  /* line 8765, ../sass/styles.scss */
  .most-popular-recipes-list .block-title .blue {
    color: #bac6cb; }
/* line 8770, ../sass/styles.scss */
.most-popular-recipes-list .item-list .list-item {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  padding: 24px 0 19px; }
  /* line 8774, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .list-item .recipe-image {
    display: block;
    float: left;
    margin: 0 25px 0 0; }
  /* line 8779, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .list-item .datetime {
    display: block;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 0 0 156px;
    margin: -5px 0 0; }
  /* line 8786, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .list-item .recipe-promo {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #666;
    display: block;
    padding: 0 0 0 156px; }
    /* line 8792, ../sass/styles.scss */
    .most-popular-recipes-list .item-list .list-item .recipe-promo .field-content a {
      color: #000; }
  /* line 8796, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .list-item .recipe-title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
    margin: 1px 0 3px;
    padding: 0 0 0 156px; }
    /* line 8803, ../sass/styles.scss */
    .most-popular-recipes-list .item-list .list-item .recipe-title a {
      color: black; }
/* line 8808, ../sass/styles.scss */
.most-popular-recipes-list .item-list .pager {
  margin: 23px 0 -10px; }
  /* line 8810, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .pager .pager-more {
    display: none; }
  /* line 8813, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .pager .pager-next a {
    background: #41ad48 url(../images/vertical-arrows.png) no-repeat 363px -12px;
    font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif; }
    /* line 8816, ../sass/styles.scss */
    .most-popular-recipes-list .item-list .pager .pager-next a:hover {
      background: #000 url(../images/vertical-arrows.png) no-repeat 363px -12px; }

/* line 8824, ../sass/styles.scss */
.recipe-topics-grid {
  border-top: 3px solid #666;
  overflow: hidden;
  padding: 0 0 4px; }
  /* line 8828, ../sass/styles.scss */
  .recipe-topics-grid .recipe-topics {
    overflow: hidden;
    width: 618px; }
    /* line 8831, ../sass/styles.scss */
    .recipe-topics-grid .recipe-topics .item {
      float: left;
      display: block;
      padding: 24px 24px 24px 0;
      border-bottom: 1px solid #dcdcdc; }
      /* line 8836, ../sass/styles.scss */
      .recipe-topics-grid .recipe-topics .item span {
        font-size: 19px;
        font-size: 1.9rem;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
        color: #fff;
        display: block;
        background: #666;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: -1px;
        padding: 5px 0;
        width: 130px; }

/* line 8864, ../sass/styles.scss */
#content article.node-article .field-name-body, #content article.node-blog .field-name-body, #content article.node-video .field-name-body, #content article.node-workout .field-name-body, #content article.node-recipe .field-name-body, #content article.node-list .field-name-body {
  font-family: "Georgia", Times, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  line-height: 2.3rem; }
  /* line 8868, ../sass/styles.scss */
  #content article.node-article .field-name-body h1,
  #content article.node-article .field-name-body h2,
  #content article.node-article .field-name-body h3,
  #content article.node-article .field-name-body h4,
  #content article.node-article .field-name-body h5,
  #content article.node-article .field-name-body h6, #content article.node-blog .field-name-body h1,
  #content article.node-blog .field-name-body h2,
  #content article.node-blog .field-name-body h3,
  #content article.node-blog .field-name-body h4,
  #content article.node-blog .field-name-body h5,
  #content article.node-blog .field-name-body h6, #content article.node-video .field-name-body h1,
  #content article.node-video .field-name-body h2,
  #content article.node-video .field-name-body h3,
  #content article.node-video .field-name-body h4,
  #content article.node-video .field-name-body h5,
  #content article.node-video .field-name-body h6, #content article.node-workout .field-name-body h1,
  #content article.node-workout .field-name-body h2,
  #content article.node-workout .field-name-body h3,
  #content article.node-workout .field-name-body h4,
  #content article.node-workout .field-name-body h5,
  #content article.node-workout .field-name-body h6, #content article.node-recipe .field-name-body h1,
  #content article.node-recipe .field-name-body h2,
  #content article.node-recipe .field-name-body h3,
  #content article.node-recipe .field-name-body h4,
  #content article.node-recipe .field-name-body h5,
  #content article.node-recipe .field-name-body h6, #content article.node-list .field-name-body h1,
  #content article.node-list .field-name-body h2,
  #content article.node-list .field-name-body h3,
  #content article.node-list .field-name-body h4,
  #content article.node-list .field-name-body h5,
  #content article.node-list .field-name-body h6 {
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase; }

/* line 8885, ../sass/styles.scss */
#block-dfp-skin {
  display: none; }

/* line 8888, ../sass/styles.scss */
#top-ad {
  text-align: center; }
  @media only screen and (min-width: 980px) {
    /* line 8888, ../sass/styles.scss */
    #top-ad {
      height: auto !important; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 8888, ../sass/styles.scss */
    #top-ad {
      margin-top: 140px !important; } }
  /* line 8896, ../sass/styles.scss */
  #top-ad .block-dfp {
    margin-bottom: 13px; }

/* line 8905, ../sass/styles.scss */
.more-galleries {
  overflow: hidden;
  margin: 0 0 17px; }
  /* line 8908, ../sass/styles.scss */
  .more-galleries h3 {
    background: #586e7a;
    color: #bac6cb;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 38px;
    line-height: 3.8rem;
    text-transform: uppercase;
    padding-left: 11px; }
  /* line 8919, ../sass/styles.scss */
  .more-galleries ul {
    margin: 23px 0 0; }
    /* line 8921, ../sass/styles.scss */
    .more-galleries ul li {
      float: left;
      width: 131px;
      margin-right: 23px; }
      /* line 8925, ../sass/styles.scss */
      .more-galleries ul li.first {
        margin-right: 24px; }
      /* line 8928, ../sass/styles.scss */
      .more-galleries ul li.last {
        margin-right: 0; }
      /* line 8931, ../sass/styles.scss */
      .more-galleries ul li img {
        display: block; }
      /* line 8934, ../sass/styles.scss */
      .more-galleries ul li strong.title a {
        color: #000;
        display: block;
        overflow: hidden;
        font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
        max-height: 32px;
        text-transform: uppercase;
        margin: 10px 0 3px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
        /* line 8949, ../sass/styles.scss */
        .more-galleries ul li strong.title a:hover {
          color: #ee523a; }
      /* line 8953, ../sass/styles.scss */
      .more-galleries ul li .field-name-field-promo-description {
        display: block;
        color: #666;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 15px;
        line-height: 1.5rem;
        overflow: hidden;
        max-height: 45px; }

/* line 8968, ../sass/styles.scss */
#disqus_thread {
  border-top: 3px solid #666;
  margin-top: 15px;
  padding-top: 23px; }

/* line 8975, ../sass/styles.scss */
body.page-topic-landing #page-title {
  font-size: 21px;
  font-size: 2.1rem;
  text-transform: capitalize; }

/* line 8984, ../sass/styles.scss */
.topic-landing {
  font-size: 21px;
  font-size: 2.1rem; }
  /* line 8986, ../sass/styles.scss */
  .topic-landing .pager {
    margin: 23px 0 12px; }
    /* line 8988, ../sass/styles.scss */
    .topic-landing .pager .pager-next a {
      background: #41ad48 url(../images/vertical-arrows.png) no-repeat 363px -12px;
      font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif; }
      /* line 8991, ../sass/styles.scss */
      .topic-landing .pager .pager-next a:hover {
        background: #000 url(../images/vertical-arrows.png) no-repeat 363px -12px; }
    /* line 8995, ../sass/styles.scss */
    .topic-landing .pager .pager-ellipsis {
      display: none; }
  /* line 8999, ../sass/styles.scss */
  .topic-landing .all-topics {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    float: right;
    margin: -39px 0 0 0;
    width: 178px;
    height: 26px; }
  /* line 9007, ../sass/styles.scss */
  .topic-landing nav {
    display: none; }
  /* line 9010, ../sass/styles.scss */
  .topic-landing section.nodes {
    border-top: 3px solid #666;
    position: relative; }
  /* line 9014, ../sass/styles.scss */
  .topic-landing #block-system-main {
    margin: 0; }
  /* line 9017, ../sass/styles.scss */
  .topic-landing .tile {
    overflow: hidden;
    margin: 0 0 -1px; }
    /* line 9020, ../sass/styles.scss */
    .topic-landing .tile .datetime {
      display: none; }
    /* line 9023, ../sass/styles.scss */
    .topic-landing .tile .article {
      float: left;
      padding: 24px 0 0px 0;
      border-bottom: 1px solid #dcdcdc;
      margin: 0 24px 0 0; }
    /* line 9029, ../sass/styles.scss */
    .topic-landing .tile .teaser-text {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 18px;
      line-height: 1.8rem;
      display: block;
      overflow: hidden;
      margin-top: 5px;
      max-height: 35px;
      color: #666; }
      /* line 9037, ../sass/styles.scss */
      .topic-landing .tile .teaser-text a {
        color: #000; }
    /* line 9041, ../sass/styles.scss */
    .topic-landing .tile .teaser-title {
      text-transform: uppercase;
      font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      line-height: 1.6rem;
      max-height: 34px;
      display: block;
      overflow: hidden;
      margin-top: 5px; }
      /* line 9051, ../sass/styles.scss */
      .topic-landing .tile .teaser-title a {
        color: #000; }
  /* line 9056, ../sass/styles.scss */
  .topic-landing .list {
    position: relative; }
    /* line 9058, ../sass/styles.scss */
    .topic-landing .list .article {
      border-bottom: 1px solid #dcdcdc;
      padding: 25px 0 24px;
      margin: 0; }
      /* line 9063, ../sass/styles.scss */
      .topic-landing .list .article .article-teaser-image img {
        width: 131px; }

/* line 9071, ../sass/styles.scss */
.feed-icon {
  display: none; }

/* line 9079, ../sass/styles.scss */
.node-type-photo-gallery #main-content-header h1 {
  display: none; }
/* line 9082, ../sass/styles.scss */
.node-type-photo-gallery #main-content-header #tasks {
  overflow: hidden; }
  /* line 9084, ../sass/styles.scss */
  .node-type-photo-gallery #main-content-header #tasks ul.tabs {
    float: left; }
  /* line 9087, ../sass/styles.scss */
  .node-type-photo-gallery #main-content-header #tasks ul.action-links {
    float: right; }

/* line 9096, ../sass/styles.scss */
#block-boxes-channel-mf-live-link-mock {
  margin-bottom: 20px; }

/* line 9102, ../sass/styles.scss */
.mf-live-block-book.grey-title .block-title {
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 27px;
  line-height: 2.7rem;
  padding: 13px 18px 18px;
  margin-bottom: 5px; }
  /* line 9107, ../sass/styles.scss */
  .mf-live-block-book.grey-title .block-title a, .mf-live-block-book.grey-title .block-title:hover {
    display: block;
    color: #fff; }
/* line 9114, ../sass/styles.scss */
.mf-live-block-book p {
  line-height: 18px;
  line-height: 1.8rem;
  margin: 0;
  color: #666;
  position: relative; }
/* line 9120, ../sass/styles.scss */
.mf-live-block-book h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 18px;
  line-height: 1.8rem;
  border-bottom: 1px solid #dcdcdc;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 2px 0 7px;
  padding: 0 0 10px; }
/* line 9130, ../sass/styles.scss */
.mf-live-block-book .all-topics {
  margin-top: 22px; }
  /* line 9132, ../sass/styles.scss */
  .mf-live-block-book .all-topics:after {
    content: "";
    display: block;
    border-top: 1px solid #dcdcdc;
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%; }

/* line 9147, ../sass/styles.scss */
.flippy {
  border-top: 3px solid #666666;
  padding: 24px 0 0;
  margin: 17px 0 0;
  overflow: hidden; }
  /* line 9152, ../sass/styles.scss */
  .flippy .previous,
  .flippy .next {
    float: left;
    display: block; }
    /* line 9156, ../sass/styles.scss */
    .flippy .previous a,
    .flippy .next a {
      display: block;
      position: relative;
      height: 100px;
      overflow: hidden; }
      /* line 9161, ../sass/styles.scss */
      .flippy .previous a .title,
      .flippy .next a .title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 22px;
        line-height: 2.2rem;
        color: #000;
        font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
        overflow: hidden;
        display: block;
        margin-bottom: 3px; }
      /* line 9170, ../sass/styles.scss */
      .flippy .previous a .subtitle,
      .flippy .next a .subtitle {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
        color: #666;
        overflow: hidden;
        display: block; }
      /* line 9177, ../sass/styles.scss */
      .flippy .previous a:after,
      .flippy .next a:after {
        content: "";
        display: block;
        background-color: #41ad48;
        background-repeat: no-repeat;
        background-image: url(../images/hp-rotator-arrows.svg);
        width: 24px;
        height: 100px;
        position: absolute;
        top: 0; }
      /* line 9189, ../sass/styles.scss */
      .flippy .previous a:hover:after,
      .flippy .next a:hover:after {
        background-color: #000; }
  /* line 9196, ../sass/styles.scss */
  .flippy .previous {
    border-right: 1px solid #dcdcdc; }
    /* line 9199, ../sass/styles.scss */
    .flippy .previous a:after {
      -moz-border-radius: 0 10px 10px 0;
      -webkit-border-radius: 0;
      border-radius: 0 10px 10px 0;
      background-position: 5px 50%;
      left: 0; }
  /* line 9209, ../sass/styles.scss */
  .flippy .next a:after {
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 0 0 10px;
    background-position: -17px 50%;
    right: 0; }

/* line 9225, ../sass/styles.scss */
body.page-search #content-column > .content-inner {
  border-bottom: 3px solid #666;
  margin-right: 336px;
  margin-bottom: 10px;
  padding-right: 0; }
/* line 9232, ../sass/styles.scss */
body.page-search #main-content-header {
  display: none; }
/* line 9235, ../sass/styles.scss */
body.page-search #content {
  border-top: 1px solid #dcdcdc;
  padding: 14px 0 0;
  margin: 0 0 24px; }
/* line 9240, ../sass/styles.scss */
body.page-search .search-counter {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #666;
  margin: -8px 0 10px; }
  /* line 9245, ../sass/styles.scss */
  body.page-search .search-counter .red {
    color: #000; }
/* line 9249, ../sass/styles.scss */
body.page-search .search-results {
  border-top: 3px solid #666;
  padding: 17px 0 0;
  margin: 0 0 24px; }
/* line 9254, ../sass/styles.scss */
body.page-search .you-also-like {
  margin-bottom: 0; }
/* line 9263, ../sass/styles.scss */
body.page-search-healthy-recipes #content, body.page-search-workout-routines #content {
  border-top: 0;
  padding: 0;
  margin: 0 0 24px; }
/* line 9271, ../sass/styles.scss */
body.page-search-healthy-recipes #main-content-header, body.page-search-workout-routines #main-content-header {
  display: block; }
  /* line 9273, ../sass/styles.scss */
  body.page-search-healthy-recipes #main-content-header #tasks, body.page-search-workout-routines #main-content-header #tasks {
    display: none; }

/* line 9279, ../sass/styles.scss */
div.spelling-suggestions {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin: -4px 0 15px;
  color: #666; }
  /* line 9284, ../sass/styles.scss */
  div.spelling-suggestions dt {
    float: left;
    margin: 0 6px 0 0; }
  /* line 9288, ../sass/styles.scss */
  div.spelling-suggestions a {
    color: #000; }

/* line 9298, ../sass/styles.scss */
#content .search-form .form-type-textfield label,
#content .search_form .form-type-textfield label {
  display: none; }
/* line 9301, ../sass/styles.scss */
#content .search-form .form-type-textfield .form-text,
#content .search_form .form-type-textfield .form-text {
  line-height: 36px;
  line-height: 3.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  height: 36px;
  height: 3.6rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
  border: 1px solid #c8c7c7;
  color: #666;
  padding: 0 10px;
  margin: 0 8px 0 0px;
  position: relative;
  top: -1px;
  width: 446px; }
  /* line 9314, ../sass/styles.scss */
  #content .search-form .form-type-textfield .form-text:focus,
  #content .search_form .form-type-textfield .form-text:focus {
    outline: none; }

/* line 9324, ../sass/styles.scss */
.teasers-list .node {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 1em;
  padding: 8px 0 18px;
  overflow: hidden; }
/* line 9330, ../sass/styles.scss */
.teasers-list .article-teaser-image {
  display: block;
  float: left;
  margin: 0 25px 0 0; }
/* line 9335, ../sass/styles.scss */
.teasers-list .datetime,
.teasers-list .teaser-title,
.teasers-list .teaser-text {
  padding: 0 0 0 156px; }
/* line 9340, ../sass/styles.scss */
.teasers-list .datetime {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  display: block;
  margin: -5px 0 0; }
/* line 9346, ../sass/styles.scss */
.teasers-list .teaser-title {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  margin: 1px 0 3px; }
  /* line 9352, ../sass/styles.scss */
  .teasers-list .teaser-title a {
    color: black; }
/* line 9356, ../sass/styles.scss */
.teasers-list .teaser-text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #666;
  display: block; }

/* line 9365, ../sass/styles.scss */
.teasers-list-vert.list-section {
  float: left;
  margin: 0 28px 0 0; }
/* line 9369, ../sass/styles.scss */
.teasers-list-vert .node {
  padding-bottom: 10px;
  margin-bottom: 1px; }
  /* line 9372, ../sass/styles.scss */
  .teasers-list-vert .node:last-child {
    border: 0; }
/* line 9376, ../sass/styles.scss */
.teasers-list-vert .article-teaser-image {
  margin: 0 0 2px 0; }
/* line 9379, ../sass/styles.scss */
.teasers-list-vert .teaser-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  padding: 0; }
/* line 9384, ../sass/styles.scss */
.teasers-list-vert .teaser-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem; }

/* line 9396, ../sass/styles.scss */
body.page-workout .content-inner, body.page-search-workout-routines .content-inner {
  padding-left: 0; }
/* line 9399, ../sass/styles.scss */
body.page-workout #main-content-header #page-title, body.page-search-workout-routines #main-content-header #page-title {
  border: 0;
  margin-left: 0;
  color: #fff;
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 94px;
  line-height: 9.4rem;
  padding: 0 0 0 15px;
  font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
  letter-spacing: -1.5px;
  position: relative;
  z-index: 10;
  text-transform: uppercase; }
/* line 9412, ../sass/styles.scss */
body.page-workout div.sponsor, body.page-search-workout-routines div.sponsor {
  margin-top: -94px; }
  /* line 9414, ../sass/styles.scss */
  body.page-workout div.sponsor div.recipe-sponsored, body.page-search-workout-routines div.sponsor div.recipe-sponsored {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 88px; }
    /* line 9419, ../sass/styles.scss */
    body.page-workout div.sponsor div.recipe-sponsored span.text, body.page-search-workout-routines div.sponsor div.recipe-sponsored span.text {
      display: block;
      text-align: center;
      color: #fff;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 15px;
      line-height: 1.5rem;
      position: static; }
    /* line 9427, ../sass/styles.scss */
    body.page-workout div.sponsor div.recipe-sponsored span.ad, body.page-search-workout-routines div.sponsor div.recipe-sponsored span.ad {
      position: static; }

/* line 9435, ../sass/styles.scss */
#block-mf-recipe-mf-recipe-workout-select-block {
  margin-bottom: 25px; }
  /* line 9437, ../sass/styles.scss */
  #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block {
    border-top: 3px solid #666;
    padding-top: 16px; }
    /* line 9440, ../sass/styles.scss */
    #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block h3 {
      border-bottom: 1px solid #dcdcdc;
      margin: 0 0 12px;
      font-weight: 900;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 21px;
      line-height: 2.1rem;
      padding-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      /* line 9449, ../sass/styles.scss */
      #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block h3 span {
        display: block;
        width: 135px; }
    /* line 9454, ../sass/styles.scss */
    #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts {
      border-right: 12px solid #000;
      float: left;
      height: 576px;
      padding-right: 24px;
      position: relative;
      width: 341px; }
      /* line 9461, ../sass/styles.scss */
      #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts {
        position: absolute;
        width: 341px;
        height: 502px;
        left: 0;
        top: 84px; }
        /* line 9467, ../sass/styles.scss */
        #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li {
          position: absolute; }
          /* line 9469, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li a {
            font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
            font-size: 22px;
            font-size: 2.2rem;
            font-weight: 700; }
          /* line 9474, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.chest-workouts {
            top: 127px;
            left: 158px; }
          /* line 9478, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.back-workouts {
            top: 178px;
            left: 0px; }
          /* line 9482, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.shoulder-workouts {
            top: 29px;
            left: 144px; }
          /* line 9486, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.abs-workouts {
            top: 199px;
            left: 206px; }
          /* line 9490, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.arm-workouts {
            top: 125px;
            left: 2px; }
          /* line 9494, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.leg-workouts {
            top: 325px;
            left: 177px; }
          /* line 9498, ../sass/styles.scss */
          #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li.full-body-workouts {
            top: 98px;
            right: 0px; }
    /* line 9505, ../sass/styles.scss */
    #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types {
      float: right;
      padding-left: 25px;
      width: 192px; }
      /* line 9509, ../sass/styles.scss */
      #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types h3 {
        margin-bottom: 3px;
        margin-bottom: 10px; }
        /* line 9512, ../sass/styles.scss */
        #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types h3 span {
          width: 181px; }
      /* line 9517, ../sass/styles.scss */
      #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types ul.workout-type li {
        border-bottom: 1px solid #dcdcdc; }
        /* line 9519, ../sass/styles.scss */
        #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types ul.workout-type li.last {
          border-bottom: 0; }
        /* line 9522, ../sass/styles.scss */
        #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types ul.workout-type li a {
          background: url(../images/hot-topics-arrow.svg) no-repeat 0 50%;
          font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
          font-weight: 700;
          font-size: 23px;
          font-size: 2.3rem;
          line-height: 57px;
          line-height: 5.7rem;
          padding-left: 20px; }

/* line 9540, ../sass/styles.scss */
.author-landing {
  border-bottom: 1px solid #dcdcdc;
  margin: 24px 0 0;
  overflow: hidden; }
  /* line 9544, ../sass/styles.scss */
  .author-landing .author-data {
    margin: 0 23px 23px 0; }
  /* line 9547, ../sass/styles.scss */
  .author-landing .taxonomy-term-description {
    margin: 0; }
  /* line 9550, ../sass/styles.scss */
  .author-landing .author-pinterest-btn {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background-image: -moz-linear-gradient(#ffffff, #efefef);
    background-image: -webkit-linear-gradient(#ffffff, #efefef);
    background-image: linear-gradient(#ffffff, #efefef);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font: bold normal normal 11px/18px "Helvetica Neue",helvetica,arial,san-serif;
    border: 1px solid #c9c9c5;
    color: #444;
    display: inline-block;
    height: 18px;
    text-indent: 19px;
    position: relative;
    padding-right: 3px;
    top: -6px;
    margin: 0 0 0 6px; }
    /* line 9563, ../sass/styles.scss */
    .author-landing .author-pinterest-btn:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
      background-image: -moz-linear-gradient(#ffffff, #f0f0f0);
      background-image: -webkit-linear-gradient(#ffffff, #f0f0f0);
      background-image: linear-gradient(#ffffff, #f0f0f0);
      border-color: #aaa; }
    /* line 9567, ../sass/styles.scss */
    .author-landing .author-pinterest-btn b {
      background: url(../images/icons-sprite.png) 0 -20px no-repeat;
      display: block;
      position: absolute;
      width: 14px;
      height: 14px;
      top: 2px;
      left: 2px; }
  /* line 9577, ../sass/styles.scss */
  .author-landing .author-email-btn {
    background: url(../images/icons-sprite.png) 0 -34px no-repeat;
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 22px;
    text-indent: 100%;
    margin: 6px 0 0; }
    /* line 9585, ../sass/styles.scss */
    .author-landing .author-email-btn:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  /* line 9589, ../sass/styles.scss */
  .author-landing .author-social {
    overflow: hidden;
    clear: both; }
    /* line 9592, ../sass/styles.scss */
    .author-landing .author-social .connect-title {
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
      text-transform: uppercase;
      margin: 10px 0 6px; }
    /* line 9598, ../sass/styles.scss */
    .author-landing .author-social > iframe, .author-landing .author-social > div, .author-landing .author-social > a {
      display: inline-block;
      margin-right: 5px; }

/* line 9604, ../sass/styles.scss */
#block-views-authors-content-block {
  margin-bottom: 12px; }
  /* line 9606, ../sass/styles.scss */
  #block-views-authors-content-block .view-content {
    margin: 0 0 24px; }
  /* line 9610, ../sass/styles.scss */
  #block-views-authors-content-block .item-list .pager-more {
    display: none; }

/* line 9621, ../sass/styles.scss */
.node-type-video .videos-list ul, .page-videos .videos-list ul {
  padding: 0; }
  /* line 9623, ../sass/styles.scss */
  .node-type-video .videos-list ul li, .page-videos .videos-list ul li {
    float: left;
    height: 210px;
    padding-right: 36px;
    width: 174px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 23px; }
    /* line 9630, ../sass/styles.scss */
    .node-type-video .videos-list ul li:nth-child(3n+3), .page-videos .videos-list ul li:nth-child(3n+3) {
      padding-right: 0; }
    /* line 9633, ../sass/styles.scss */
    .node-type-video .videos-list ul li div.views-field-field-images, .page-videos .videos-list ul li div.views-field-field-images {
      position: relative;
      margin-bottom: 8px; }
      /* line 9636, ../sass/styles.scss */
      .node-type-video .videos-list ul li div.views-field-field-images a, .page-videos .videos-list ul li div.views-field-field-images a {
        border: 1px solid #dcdcdc;
        display: block;
        overflow: hidden;
        height: 151px;
        text-align: center;
        width: 174px; }
        /* line 9643, ../sass/styles.scss */
        .node-type-video .videos-list ul li div.views-field-field-images a:after, .page-videos .videos-list ul li div.views-field-field-images a:after {
          background: rgba(0, 0, 0, 0.8) url(../images/video-button.png) no-repeat 14px 50%;
          content: 'PLAY VIDEO';
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          height: 34px;
          line-height: 34px;
          color: #666;
          font-size: 14px;
          font-size: 1.4rem;
          text-align: left;
          padding-left: 50px;
          width: 125px; }
    /* line 9661, ../sass/styles.scss */
    .node-type-video .videos-list ul li div.views-field-title a, .page-videos .videos-list ul li div.views-field-title a {
      color: #000;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      line-height: 1.6rem;
      font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
      text-transform: uppercase;
      display: block;
      overflow: hidden;
      max-height: 32px; }

/* line 9677, ../sass/styles.scss */
.page-videos .region-secondary-content {
  border-top: 1px solid #dcdcdc;
  margin-top: 24px;
  padding-top: 9px; }
/* line 9682, ../sass/styles.scss */
.page-videos #block-mf-channels-mf-channels-video-filter {
  float: left;
  margin: 0;
  width: 225px; }
/* line 9687, ../sass/styles.scss */
.page-videos #block-mf-core-mf-core-dfp-sponsorship {
  float: right;
  color: #666;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0;
  clear: none; }
  /* line 9693, ../sass/styles.scss */
  .page-videos #block-mf-core-mf-core-dfp-sponsorship span.sponsored {
    display: none;
    float: left;
    margin-right: 11px; }
  /* line 9698, ../sass/styles.scss */
  .page-videos #block-mf-core-mf-core-dfp-sponsorship span.gpt-tag {
    float: left; }
/* line 9702, ../sass/styles.scss */
.page-videos #block-mf-channels-mf-channels-video-top {
  clear: both;
  border-top: 1px solid #dcdcdc;
  padding-top: 12px;
  margin: 12px 0 0;
  overflow: hidden;
  width: 100%; }

/* line 9719, ../sass/styles.scss */
body.page-error #main-content {
  text-align: center;
  color: #666; }
  /* line 9722, ../sass/styles.scss */
  body.page-error #main-content #page-title {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 29px;
    line-height: 2.9rem;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 24.19355%;
    margin: 0 0 5px; }
  /* line 9732, ../sass/styles.scss */
  body.page-error #main-content .most-popular {
    overflow: hidden;
    margin: 24px 0 0; }
    /* line 9735, ../sass/styles.scss */
    body.page-error #main-content .most-popular .block-title {
      text-align: center; }
      /* line 9737, ../sass/styles.scss */
      body.page-error #main-content .most-popular .block-title .blue {
        color: #bac6cb; }
    /* line 9742, ../sass/styles.scss */
    body.page-error #main-content .most-popular .list-section-header h3 {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 26px;
      line-height: 2.6rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: -1px;
      min-height: 52px;
      margin: 12px 0 2px; }
    /* line 9753, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list .node {
      margin-bottom: 12px; }
    /* line 9756, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list .teaser-title {
      height: 62px;
      overflow: hidden;
      clear: both; }
    /* line 9761, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list.first {
      margin-left: 2px; }
    /* line 9764, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list.last {
      margin: 0; }
/* line 9770, ../sass/styles.scss */
body.page-error #block-system-main {
  margin-bottom: 0; }

/* line 9779, ../sass/styles.scss */
body.page-newsletters #page-title {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 37px;
  line-height: 3.7rem;
  border-top: 1px solid #dcdcdc;
  text-transform: uppercase;
  padding: 6px 0 0;
  margin: 0 0 3px; }
/* line 9788, ../sass/styles.scss */
body.page-newsletters #content .sailthru-header-html {
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 5px;
  margin: 0 0 5px; }
/* line 9796, ../sass/styles.scss */
body.page-newsletters #content .form-checkboxes {
  padding: 0;
  margin: 0 0 20px; }
  /* line 9800, ../sass/styles.scss */
  body.page-newsletters #content .form-checkboxes .form-item {
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 0 20px; }
  /* line 9804, ../sass/styles.scss */
  body.page-newsletters #content .form-checkboxes label.option {
    display: block;
    overflow: hidden; }
  /* line 9808, ../sass/styles.scss */
  body.page-newsletters #content .form-checkboxes .form-type-checkbox {
    background-position: 0 21px; }
    /* line 9810, ../sass/styles.scss */
    body.page-newsletters #content .form-checkboxes .form-type-checkbox.checked {
      background-position: 0 11px; }
/* line 9820, ../sass/styles.scss */
body.page-newsletters .aoi-area .names .form-item,
body.page-newsletters .aoi-area .additional-info .form-item {
  float: left;
  width: 297px;
  margin-bottom: 6px; }
  /* line 9824, ../sass/styles.scss */
  body.page-newsletters .aoi-area .names .form-item .form-text,
  body.page-newsletters .aoi-area .additional-info .form-item .form-text {
    width: 273px; }
  /* line 9827, ../sass/styles.scss */
  body.page-newsletters .aoi-area .names .form-item label,
  body.page-newsletters .aoi-area .additional-info .form-item label {
    margin-bottom: 6px;
    display: inline-block;
    position: relative;
    padding: 0 12px 0 0; }
    /* line 9832, ../sass/styles.scss */
    body.page-newsletters .aoi-area .names .form-item label .required,
    body.page-newsletters .aoi-area .additional-info .form-item label .required {
      position: absolute;
      top: 0;
      right: 0;
      font-weight: 400; }
/* line 9840, ../sass/styles.scss */
body.page-newsletters .aoi-area .names .form-item-last-name,
body.page-newsletters .aoi-area .additional-info .form-item-last-name {
  margin-left: 12px;
  width: 285px; }
/* line 9844, ../sass/styles.scss */
body.page-newsletters .aoi-area .names .form-type-checkbox,
body.page-newsletters .aoi-area .additional-info .form-type-checkbox {
  margin: 0; }
/* line 9848, ../sass/styles.scss */
body.page-newsletters .aoi-area .additional-info {
  clear: both;
  overflow: hidden; }
  /* line 9851, ../sass/styles.scss */
  body.page-newsletters .aoi-area .additional-info .form-item-zip,
  body.page-newsletters .aoi-area .additional-info .form-item-birth-date {
    width: 130px;
    margin-left: 25px; }
    /* line 9855, ../sass/styles.scss */
    body.page-newsletters .aoi-area .additional-info .form-item-zip .form-text,
    body.page-newsletters .aoi-area .additional-info .form-item-birth-date .form-text {
      width: 118px; }
  /* line 9859, ../sass/styles.scss */
  body.page-newsletters .aoi-area .additional-info .form-item-zip {
    margin-left: 12px; }
/* line 9863, ../sass/styles.scss */
body.page-newsletters .aoi-area .form-item-current-subscriber {
  margin: 10px 0 0; }
  /* line 9865, ../sass/styles.scss */
  body.page-newsletters .aoi-area .form-item-current-subscriber label.option {
    font-weight: 400;
    color: #666; }
/* line 9870, ../sass/styles.scss */
body.page-newsletters .aoi-area .privacyPol {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700; }
/* line 9874, ../sass/styles.scss */
body.page-newsletters .aoi-area .signUpSub {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  margin: -5px 0 20px 18px; }
  /* line 9878, ../sass/styles.scss */
  body.page-newsletters .aoi-area .signUpSub a {
    font-weight: 700; }
/* line 9883, ../sass/styles.scss */
body.page-newsletters .form-submit {
  margin: 0 auto;
  display: block; }

/* line 9890, ../sass/styles.scss */
body.page-newsletters-confirmation #page-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 62px;
  line-height: 6.2rem;
  border-bottom: 1px solid #dcdcdc;
  color: #666;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  padding: 0; }
/* line 9900, ../sass/styles.scss */
body.page-newsletters-confirmation .you-also-like {
  border-bottom: 3px solid #666;
  padding: 0 0 17px; }

/* line 9909, ../sass/styles.scss */
.page-taxonomy-term-265 #main-content-header {
  margin-bottom: 20px; }

/* line 9912, ../sass/styles.scss */
div.block-mf-blogs {
  border-bottom: 3px solid #666;
  clear: both;
  overflow: hidden;
  width: 100%; }
  /* line 9917, ../sass/styles.scss */
  div.block-mf-blogs div.blogs-header {
    border-left: 12px solid #000;
    margin-bottom: 24px;
    padding-left: 12px;
    overflow: hidden; }
    /* line 9922, ../sass/styles.scss */
    div.block-mf-blogs div.blogs-header div.header-left {
      float: left;
      min-height: 105px;
      margin-right: 16px;
      width: 150px; }
      /* line 9927, ../sass/styles.scss */
      div.block-mf-blogs div.blogs-header div.header-left h3 {
        font-size: 45px;
        font-size: 4.5rem;
        line-height: 38px;
        line-height: 3.8rem;
        font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
        margin: 0 0 10px 0;
        text-transform: uppercase;
        width: 100%; }
      /* line 9935, ../sass/styles.scss */
      div.block-mf-blogs div.blogs-header div.header-left .green-button {
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 26px;
        line-height: 2.6rem;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 133px; }
    /* line 9943, ../sass/styles.scss */
    div.block-mf-blogs div.blogs-header div.header-right {
      color: #666;
      font-size: 20px;
      font-size: 2rem;
      line-height: 26px;
      line-height: 2.6rem;
      display: inline; }

/* line 9954, ../sass/styles.scss */
div.blogs-list article,
div.blogs-list div.four-in-a-row,
#block-views-blogs-subchannels-block article,
#block-views-blogs-subchannels-block div.four-in-a-row {
  float: left;
  padding-right: 22px;
  width: 131px; }
  /* line 9959, ../sass/styles.scss */
  div.blogs-list article:nth-child(4n+4),
  div.blogs-list div.four-in-a-row:nth-child(4n+4),
  #block-views-blogs-subchannels-block article:nth-child(4n+4),
  #block-views-blogs-subchannels-block div.four-in-a-row:nth-child(4n+4) {
    padding-right: 0; }
  /* line 9962, ../sass/styles.scss */
  div.blogs-list article .teaser-title,
  div.blogs-list div.four-in-a-row .teaser-title,
  #block-views-blogs-subchannels-block article .teaser-title,
  #block-views-blogs-subchannels-block div.four-in-a-row .teaser-title {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    max-height: 32px;
    margin-bottom: 3px; }
    /* line 9972, ../sass/styles.scss */
    div.blogs-list article .teaser-title a,
    div.blogs-list div.four-in-a-row .teaser-title a,
    #block-views-blogs-subchannels-block article .teaser-title a,
    #block-views-blogs-subchannels-block div.four-in-a-row .teaser-title a {
      color: #000; }
  /* line 9976, ../sass/styles.scss */
  div.blogs-list article .teaser-text,
  div.blogs-list div.four-in-a-row .teaser-text,
  #block-views-blogs-subchannels-block article .teaser-text,
  #block-views-blogs-subchannels-block div.four-in-a-row .teaser-text {
    color: #666;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.5rem;
    overflow: hidden;
    max-height: 60px; }

/* line 9989, ../sass/styles.scss */
#block-mf-blogs-mf-blogs-subchannels .header-left {
  min-height: inherit; }

/* line 9994, ../sass/styles.scss */
#block-views-blogs-subchannels-block div.four-in-a-row {
  border-bottom: 1px solid #dcdcdc;
  height: 223px;
  margin-bottom: 23px; }

/* line 10005, ../sass/styles.scss */
body.node-type-plain-page .content-inner {
  margin: 0;
  padding: 0; }
/* line 10009, ../sass/styles.scss */
body.node-type-plain-page .sharethis-bottom {
  text-align: left;
  height: auto !important; }

/* line 10040, ../sass/styles.scss */
.page-node-33401 .node-title,
.page-node-33401 #page-title,
.page-node-33185 .node-title,
.page-node-33185 #page-title,
.page-node-32711 .node-title,
.page-node-32711 #page-title,
.page-node-26345 .node-title,
.page-node-26345 #page-title,
.page-node-33186 .node-title,
.page-node-33186 #page-title,
.page-node-33079 .node-title,
.page-node-33079 #page-title,
.page-node-32712 .node-title,
.page-node-32712 #page-title,
.page-node-27036 .node-title,
.page-node-27036 #page-title,
.page-node-26340 .node-title,
.page-node-26340 #page-title,
.page-node-26356 .node-title,
.page-node-26356 #page-title,
.page-node-26355 .node-title,
.page-node-26355 #page-title {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px); }

/* line 10051, ../sass/styles.scss */
.page-contact .contact-form {
  padding: 18px 0 0; }
/* line 10054, ../sass/styles.scss */
.page-contact select.replaced,
.page-contact span.custom-select {
  width: 97%; }
/* line 10058, ../sass/styles.scss */
.page-contact .form-item .form-text {
  width: 98%; }

/* line 10067, ../sass/styles.scss */
.node-type-sponsored-page .field-collection-container {
  border-bottom: 0;
  margin-bottom: 0; }
/* line 10071, ../sass/styles.scss */
.node-type-sponsored-page .sponsored-page-header {
  margin: 10px 0 10px; }
/* line 10074, ../sass/styles.scss */
.node-type-sponsored-page .sharethis-wrapper {
  border-bottom: 0; }
/* line 10077, ../sass/styles.scss */
.node-type-sponsored-page .top-bar {
  position: relative;
  font-size: 11px;
  font-size: 1.1rem; }
  /* line 10080, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .sponsored-page-social-bar {
    float: left;
    margin-top: 13px; }
  /* line 10084, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .top-right {
    float: right; }
  /* line 10087, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .sponsored {
    padding-right: 12px; }
  /* line 10090, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .gpt-tag {
    vertical-align: middle;
    display: inline-block;
    line-height: 0; }
  /* line 10095, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar, .node-type-sponsored-page .top-bar a {
    color: #666; }
/* line 10099, ../sass/styles.scss */
.node-type-sponsored-page .ami-aol-player {
  margin-bottom: 3px; }
/* line 10103, ../sass/styles.scss */
.node-type-sponsored-page .field-name-field-blocks-to-place .field-name-field-block-title {
  color: #ee523a;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 5px;
  text-transform: uppercase; }
/* line 10111, ../sass/styles.scss */
.node-type-sponsored-page .field-name-field-blocks-to-place .field-item {
  clear: both; }
  /* line 10113, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node {
    float: left;
    margin-bottom: 25px; }
    /* line 10116, ../sass/styles.scss */
    .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node:last-child {
      margin-right: 0; }
    /* line 10119, ../sass/styles.scss */
    .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node .teaser-title a {
      color: #000;
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      line-height: 1.6rem;
      text-transform: uppercase; }
    /* line 10126, ../sass/styles.scss */
    .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node .teaser-text {
      color: #666;
      display: block;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 16px;
      line-height: 1.6rem; }
    /* line 10132, ../sass/styles.scss */
    .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node img {
      width: 100%; }
  /* line 10136, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item .items4 article {
    margin-right: 8px;
    width: 142px; }
  /* line 10140, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item .items3 article {
    margin-right: 7px;
    width: 193px; }
  /* line 10144, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item .items2 article {
    margin-right: 4px;
    width: 295px; }

/* line 10156, ../sass/styles.scss */
.node-list .ami_slideshow {
  position: relative; }
/* line 10159, ../sass/styles.scss */
.node-list .gallery-navs {
  float: right;
  padding-bottom: 15px; }
  /* line 10162, ../sass/styles.scss */
  .node-list .gallery-navs .gallery-counters {
    margin-right: 15px;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 700;
    vertical-align: top; }
    /* line 10169, ../sass/styles.scss */
    .node-list .gallery-navs .gallery-counters .mf-slideshow-separator {
      color: #dcdcdc;
      font-weight: 400; }
    /* line 10173, ../sass/styles.scss */
    .node-list .gallery-navs .gallery-counters span {
      vertical-align: top; }
  /* line 10177, ../sass/styles.scss */
  .node-list .gallery-navs .owl-buttons {
    z-index: 999;
    position: relative;
    display: inline-block; }
    /* line 10181, ../sass/styles.scss */
    .node-list .gallery-navs .owl-buttons .owl-prev,
    .node-list .gallery-navs .owl-buttons .owl-next {
      background-image: url(../images/arrow_left_m.svg);
      background-position: 6px 50%;
      background-repeat: no-repeat;
      background-color: #41ad48;
      color: #fff;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 20px;
      font-size: 2rem;
      line-height: 38px;
      line-height: 3.8rem;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      text-align: center;
      width: 50px;
      height: 26px;
      overflow: hidden;
      cursor: pointer;
      float: left;
      line-height: 26px;
      line-height: 2.6rem;
      padding: 0 0 0 21px;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: left; }
      /* line 228, ../sass/_custom.scss */
      .node-list .gallery-navs .owl-buttons .owl-prev:hover,
      .node-list .gallery-navs .owl-buttons .owl-next:hover {
        color: #fff;
        background-color: #000; }
      /* line 232, ../sass/_custom.scss */
      .node-list .gallery-navs .owl-buttons .owl-prev.arrowed:after,
      .node-list .gallery-navs .owl-buttons .owl-next.arrowed:after {
        content: '';
        display: inline-block;
        overflow: hidden;
        background-image: url(../images/button-arrow.svg);
        background-repeat: no-repeat;
        background-position: 0 100%;
        height: 13px;
        height: 1.3rem;
        margin-left: 7px;
        width: 16px; }
      /* line 243, ../sass/_custom.scss */
      .node-list .gallery-navs .owl-buttons .owl-prev.arrowed.more:after,
      .node-list .gallery-navs .owl-buttons .owl-next.arrowed.more:after {
        background-position: 0 0; }
      /* line 246, ../sass/_custom.scss */
      .node-list .gallery-navs .owl-buttons .owl-prev:focus,
      .node-list .gallery-navs .owl-buttons .owl-next:focus {
        outline: none;
        color: #fff; }
      /* line 10196, ../sass/styles.scss */
      .node-list .gallery-navs .owl-buttons .owl-prev.disabled,
      .node-list .gallery-navs .owl-buttons .owl-next.disabled {
        background-color: #dcdcdc;
        cursor: default; }
    /* line 10201, ../sass/styles.scss */
    .node-list .gallery-navs .owl-buttons .owl-next {
      background-image: url(../images/arrow_right_m.svg);
      background-position: 56px 50%;
      margin-left: 12px;
      padding: 0 21px 0 0;
      right: 3px;
      text-align: right; }
/* line 10211, ../sass/styles.scss */
.node-list .ami-slideshow-separate-container {
  position: relative; }
  /* line 10213, ../sass/styles.scss */
  .node-list .ami-slideshow-separate-container .ami-slideshow-separate-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s; }
    /* line 10220, ../sass/styles.scss */
    .node-list .ami-slideshow-separate-container .ami-slideshow-separate-item.active {
      opacity: 1;
      position: relative;
      z-index: 900; }
  /* line 10226, ../sass/styles.scss */
  .node-list .ami-slideshow-separate-container .ami-slideshow-slide-title {
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    line-height: 21px;
    line-height: 2.1rem;
    margin-bottom: 10px;
    font-weight: 700;
    display: block; }
    /* line 10234, ../sass/styles.scss */
    .node-list .ami-slideshow-separate-container .ami-slideshow-slide-title:empty {
      display: none; }
/* line 10239, ../sass/styles.scss */
.node-list .ami-slideshow-container {
  overflow: hidden;
  clear: both;
  transition: height 1s linear; }
  /* line 10243, ../sass/styles.scss */
  .node-list .ami-slideshow-container .owl-item {
    overflow: hidden; }
  /* line 10246, ../sass/styles.scss */
  .node-list .ami-slideshow-container .ami-slideshow-slide-description {
    clear: both; }
  /* line 10249, ../sass/styles.scss */
  .node-list .ami-slideshow-container .img-wrapper {
    float: right;
    position: relative; }
    /* line 10252, ../sass/styles.scss */
    .node-list .ami-slideshow-container .img-wrapper img {
      margin: 5px 0; }
    /* line 10255, ../sass/styles.scss */
    .node-list .ami-slideshow-container .img-wrapper .ami-slideshow-pin-btn {
      position: absolute;
      top: 8px;
      right: 8px;
      display: none; }

/* line 10269, ../sass/styles.scss */
.node-type-mf-quiz .top-bar {
  position: relative;
  padding: 15px 0px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
  font-size: 11px;
  font-size: 1.1rem; }
  /* line 10276, ../sass/styles.scss */
  .node-type-mf-quiz .top-bar .sponsored {
    position: absolute;
    right: 100px;
    top: 16px; }
  /* line 10281, ../sass/styles.scss */
  .node-type-mf-quiz .top-bar .gpt-tag {
    position: absolute;
    display: block;
    right: 0;
    top: 10px; }
  /* line 10287, ../sass/styles.scss */
  .node-type-mf-quiz .top-bar, .node-type-mf-quiz .top-bar a {
    color: #666; }
/* line 10291, ../sass/styles.scss */
.node-type-mf-quiz .node-title {
  font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 34px; }
/* line 10297, ../sass/styles.scss */
.node-type-mf-quiz .sharethis-wrapper {
  border: none;
  margin-bottom: 15px;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 15px;
  text-align: center; }
/* line 10305, ../sass/styles.scss */
.node-type-mf-quiz .field-name-body {
  font-family: "Georgia", Times, serif;
  font-size: 17px; }
/* line 10309, ../sass/styles.scss */
.node-type-mf-quiz .question {
  font-weight: bold;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  font-size: 26px;
  line-height: 25px; }
/* line 10315, ../sass/styles.scss */
.node-type-mf-quiz .question-image {
  padding-bottom: 20px; }
/* line 10318, ../sass/styles.scss */
.node-type-mf-quiz .btn-next {
  padding-top: 25px;
  text-align: right; }
  /* line 10321, ../sass/styles.scss */
  .node-type-mf-quiz .btn-next button {
    background: url(../images/red-arrow-right.png) center right no-repeat;
    border: none;
    font-weight: bold;
    color: #ee523a;
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    padding-right: 25px;
    font-size: 30px;
    line-height: 43px; }
/* line 10333, ../sass/styles.scss */
.node-type-mf-quiz .answers {
  border: 1px solid #f8f8f8; }
  /* line 10335, ../sass/styles.scss */
  .node-type-mf-quiz .answers label {
    display: block;
    padding: 12px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    cursor: pointer; }
    /* line 10344, ../sass/styles.scss */
    .node-type-mf-quiz .answers label:hover {
      background: #fff200; }
    /* line 10347, ../sass/styles.scss */
    .node-type-mf-quiz .answers label input {
      display: none; }
      /* line 10349, ../sass/styles.scss */
      .node-type-mf-quiz .answers label input + .checkbox {
        width: 24px;
        height: 23px;
        padding-right: 12px;
        background: url(../images/quiz-radio.png) -52px center no-repeat; }
      /* line 10355, ../sass/styles.scss */
      .node-type-mf-quiz .answers label input:checked + .checkbox {
        background-position: 0 center; }
    /* line 10359, ../sass/styles.scss */
    .node-type-mf-quiz .answers label img {
      margin-right: 25px;
      vertical-align: middle; }
    /* line 10363, ../sass/styles.scss */
    .node-type-mf-quiz .answers label span {
      display: table-cell;
      vertical-align: middle; }
  /* line 10368, ../sass/styles.scss */
  .node-type-mf-quiz .answers label + label {
    border-top: 1px solid #f8f8f8; }
/* line 10373, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .field-name-field-image {
  text-align: center; }
  /* line 10375, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .field-name-field-image img {
    margin-top: 15px; }
/* line 10379, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .field-name-field-subtitle {
  font-weight: bold;
  font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px; }
/* line 10385, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .results-title {
  font-weight: bold;
  color: #da0000;
  font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  margin: 5px 0; }
/* line 10392, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .results-image {
  text-align: center;
  line-height: 0; }
  /* line 10395, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-image img {
    margin-top: 15px; }
/* line 10399, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .results-share {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 15px;
  margin-top: 25px;
  width: 100%;
  text-align: center;
  background: #f7f7f7; }
  /* line 10407, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share .label {
    font-size: 16px;
    font-weight: bold;
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle; }
  /* line 10414, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px; }
  /* line 10419, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share .st_twitter_large {
    background: #28aae1 url(../images/quiz-social.png) 21px 7px no-repeat; }
  /* line 10422, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share .st_facebook_large {
    background: #3460a1 url(../images/quiz-social.png) -41px 7px no-repeat; }
  /* line 10425, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share .stButton {
    width: 54px;
    height: 31px;
    opacity: 0; }
/* line 10431, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .results-list {
  font-size: 17px;
  font-weight: bold;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif; }
/* line 10436, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .answers-title {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
  padding-bottom: 5px; }
/* line 10443, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .q-title {
  text-transform: uppercase; }
  /* line 10445, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .q-title .incorrect {
    color: #da0000; }
/* line 10449, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .a-title {
  color: #586e7a; }
  /* line 10451, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .a-title + .q-title {
    border-top: 1px solid #dcdcdc;
    padding-top: 3px;
    margin-top: 3px; }

/* line 10461, ../sass/styles.scss */
#node-basic-newsletter {
  background: #ECECEC;
  border: 1px solid #ccc;
  padding: 22px;
  text-align: center;
  width: 70%;
  margin: 50px auto; }
  /* line 10468, ../sass/styles.scss */
  #node-basic-newsletter h3 {
    text-transform: uppercase;
    font-size: 40px;
    color: #586e7a;
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif, "Arial Narrow", Arial, sans-serif; }
  /* line 10474, ../sass/styles.scss */
  #node-basic-newsletter h4 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #666666;
    font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
    font-weight: lighter; }
  /* line 10481, ../sass/styles.scss */
  #node-basic-newsletter h3, #node-basic-newsletter h4 {
    margin: 0 0 12px;
    line-height: inherit; }

/* line 10487, ../sass/styles.scss */
#exit-basic-newsletter {
  display: none;
  /* ensures it’s invisible until it’s called */
  position: fixed;
  /* makes the div go into a position that’s absolute to the browser viewing area */
  left: 50%;
  /* positions the div half way horizontally */
  top: 50%;
  /* positions the div half way vertically */
  margin-left: -190px;
  margin-top: -97px;
  border: 2px solid white;
  background-color: black;
  width: 380px;
  height: 190px;
  z-index: 5000;
  /* makes the div the top layer, so it’ll lay on top of the other content */ }
  /* line 10499, ../sass/styles.scss */
  #exit-basic-newsletter .content {
    padding-left: 20px;
    padding-top: 20px; }
    /* line 10502, ../sass/styles.scss */
    #exit-basic-newsletter .content h3 {
      text-transform: uppercase;
      font-size: 30px;
      color: white;
      width: 60%;
      font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif; }
    /* line 10509, ../sass/styles.scss */
    #exit-basic-newsletter .content h4 {
      font-size: 18px;
      font-size: 1.8rem;
      color: white;
      font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
      font-weight: lighter;
      margin-bottom: 10px; }
    /* line 10517, ../sass/styles.scss */
    #exit-basic-newsletter .content h3, #exit-basic-newsletter .content h4 {
      margin: 0 0 8px;
      line-height: 1; }
    /* line 10521, ../sass/styles.scss */
    #exit-basic-newsletter .content .form-item {
      margin-bottom: 5px; }
  /* line 10525, ../sass/styles.scss */
  #exit-basic-newsletter a.privacyPol {
    color: #9d9d9d;
    display: block;
    font-size: 9px;
    line-height: 10px;
    line-height: 1rem;
    margin-left: 0px;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw-cond", "Arial Narrow", Arial, sans-serif;
    padding: 4px; }
  /* line 10537, ../sass/styles.scss */
  #exit-basic-newsletter #exit-close {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif; }
    /* line 10538, ../sass/styles.scss */
    #exit-basic-newsletter #exit-close a {
      color: white;
      display: block;
      padding: 2px 12px;
      border-bottom: 2px solid white;
      border-left: 2px solid white; }

/* line 10553, ../sass/styles.scss */
#exit-sailthru-basic-newsletter-form {
  margin-left: 0px !important; }

/* line 10557, ../sass/styles.scss */
#node-sailthru-basic-newsletter-form, #exit-sailthru-basic-newsletter-form {
  background-color: #fedb31;
  border: 1px solid #c8c7c7;
  border-right: 0;
  margin: 0 auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 24px;
  position: relative;
  width: 260px; }
  /* line 10566, ../sass/styles.scss */
  #node-sailthru-basic-newsletter-form input.form-text, #exit-sailthru-basic-newsletter-form input.form-text {
    background: none;
    border: 0;
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
    height: 26px;
    margin-left: 8px;
    outline: medium none;
    padding: 0;
    text-indent: 0;
    width: 192px;
    padding-top: 2px; }
    /* line 10580, ../sass/styles.scss */
    #node-sailthru-basic-newsletter-form input.form-text:hover, #node-sailthru-basic-newsletter-form input.form-text:focus, #exit-sailthru-basic-newsletter-form input.form-text:hover, #exit-sailthru-basic-newsletter-form input.form-text:focus {
      color: #000; }
  /* line 10585, ../sass/styles.scss */
  #node-sailthru-basic-newsletter-form input[type="submit"], #exit-sailthru-basic-newsletter-form input[type="submit"] {
    background: url("../images/button.svg") no-repeat center center;
    border: 0 none;
    height: 26px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: -1px;
    width: 26px; }
    /* line 10595, ../sass/styles.scss */
    #node-sailthru-basic-newsletter-form input[type="submit"]:hover, #exit-sailthru-basic-newsletter-form input[type="submit"]:hover {
      background: url("../images/button_h.svg") no-repeat center center; }

/* line 10605, ../sass/styles.scss */
.node-type-sponsored-page-two .sponsored-page-header {
  padding-top: 10px; }
/* line 10609, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .pair {
  text-align: center; }
  /* line 10611, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .pair span {
    display: block;
    color: #000;
    font-family: "franklin-gothic-urw", "Arial Narrow", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
    height: 30px;
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: 10px; }
/* line 10624, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .field-name-field-desktop-center-image {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  line-height: 0; }
/* line 10631, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes {
  background: url(../images/gc-title.png) top center no-repeat; }
  /* line 10633, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .owl-buttons {
    position: absolute;
    width: 100%;
    left: 0; }
    /* line 10637, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .owl-buttons div {
      background: #41ad48 url(../images/hp-rotator-arrows.png) no-repeat;
      position: absolute;
      overflow: hidden;
      text-indent: -999px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    /* line 10644, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .owl-buttons .owl-prev {
      left: 0; }
    /* line 10647, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .owl-buttons .owl-next {
      right: 0; }
/* line 10652, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .twitter-widget {
  padding-bottom: 20px; }
  /* line 10654, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .twitter-widget iframe {
    width: 100% !important; }
/* line 10658, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000; }
  /* line 10662, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0; }
    /* line 10667, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .owl-buttons div {
      background: url(../images/gc-arrows.png) no-repeat;
      position: absolute;
      overflow: hidden;
      text-indent: -999px;
      background-size: auto 100%; }
    /* line 10674, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .owl-buttons .owl-prev {
      left: 15px;
      background-position: 0 0; }
    /* line 10678, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .owl-buttons .owl-next {
      right: 15px;
      background-position: 100% 0; }
  /* line 10683, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slide-description {
    padding-top: 5px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem; }
    /* line 10689, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slide-description p {
      display: inline; }
/* line 10695, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .field-name-field-aol-video-id .ami-aol-player,
.node-type-sponsored-page-two .node-sponsored-page-two .field-name-field-aol-video-id #adaptvDiv0,
.node-type-sponsored-page-two .node-sponsored-page-two .field-name-field-aol-video-id object,
.node-type-sponsored-page-two .node-sponsored-page-two .field-name-field-aol-video-id #SmartPlayer_0,
.node-type-sponsored-page-two .node-sponsored-page-two .field-name-field-aol-video-id video {
  width: 100% !important;
  float: none !important; }

/* PDF download page */
/* line 10708, ../sass/styles.scss */
.download-btn {
  background-color: #41ad48;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
  margin-top: 20px;
  padding: 0 15px;
  display: inline-block; }
  /* line 228, ../sass/_custom.scss */
  .download-btn:hover {
    color: #fff;
    background-color: #000; }
  /* line 232, ../sass/_custom.scss */
  .download-btn.arrowed:after {
    content: '';
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    height: 13px;
    height: 1.3rem;
    margin-left: 7px;
    width: 16px; }
  /* line 243, ../sass/_custom.scss */
  .download-btn.arrowed.more:after {
    background-position: 0 0; }
  /* line 246, ../sass/_custom.scss */
  .download-btn:focus {
    outline: none;
    color: #fff; }

/* line 10718, ../sass/styles.scss */
.b-node-gallery--gnc-link {
  margin: 0 0 1.5em; }

/* line 10726, ../sass/styles.scss */
.slide-type-taboola .ami-slideshow-slide-meta {
  display: none; }
/* line 10729, ../sass/styles.scss */
.slide-type-taboola #taboola-endcard {
  background: #000;
  min-height: 510px; }

/* line 10734, ../sass/styles.scss */
.node-photo-gallery .slide-type-taboola .ami-slideshow-slide-title {
  display: none; }

/* line 10741, ../sass/styles.scss */
.slide-type-netseer {
  height: 100%;
  background: #ccc;
  position: relative;
  overflow: hidden; }
  /* line 10746, ../sass/styles.scss */
  .slide-type-netseer .ami-slideshow-slide-meta {
    visibility: hidden; }
  /* line 10749, ../sass/styles.scss */
  .slide-type-netseer .ami-slideshow-slide-netseer-code {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -140px 0 0 -172px; }

/* line 10756, ../sass/styles.scss */
.netseer-ads-placeholder {
  display: none; }

/* line 10760, ../sass/styles.scss */
.slide-type-slide .netseer_image_banner {
  left: 0 !important; }

/* line 10764, ../sass/styles.scss */
.owl-carousel {
  display: block; }

/* line 10768, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .gallery-top-bar .gallery-counters .count.invisible {
  visibility: hidden; }

/* line 10772, ../sass/styles.scss */
.node-photo-gallery .ami_slideshow .thumb-2,
.node-photo-gallery .ami_slideshow .thumb-5 {
  display: none; }

@media (max-width: 1439px) and (min-width: 1024px) {
  /* line 10784, ../sass/styles.scss */
  .view-ami-contest-entry-vote .view-content ul li, .view-ami-contest-entry-vote .view-content ol li {
    width: 350px;
    float: none;
    margin-right: 1.69492%;
    display: inline-block;
    vertical-align: top; } }
/* line 10792, ../sass/styles.scss */
.gigyaSharebar {
  padding: 30px 0 30px 0; }

@media (max-width: 979px) {
  /* line 10799, ../sass/styles.scss */
  .old_header {
    display: block !important; }
    /* line 10801, ../sass/styles.scss */
    .old_header table {
      display: none !important; } }
/* line 10806, ../sass/styles.scss */
#search-block-form {
  border: none; }
  /* line 10808, ../sass/styles.scss */
  #search-block-form input.form-text {
    background: #fff;
    margin-left: 0;
    border: 1px solid #c8c7c7; }
  /* line 10814, ../sass/styles.scss */
  #search-block-form .form-actions input.form-submit {
    right: auto; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 10819, ../sass/styles.scss */
  .header-container {
    width: 720px;
    margin: 0 auto; } }

@media only screen and (max-width: 979px) {
  /* line 10826, ../sass/styles.scss */
  .mobile-invisible header {
    display: none; } }
@media only screen and (min-width: 980px) {
  /* line 10826, ../sass/styles.scss */
  .mobile-invisible header {
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 10835, ../sass/styles.scss */
  header.header-tablet {
    display: block !important; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 10839, ../sass/styles.scss */
  header.header-tablet #nh_gnc {
    margin-top: 1px; } }

@media (min-width: 768px) {
  /* line 10846, ../sass/styles.scss */
  #top-ad.nh {
    clear: both;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    min-height: 90px;
    position: fixed;
    top: 85px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    margin-left: -485px;
    width: 970px;
    z-index: 9999;
    background-color: white; }

  /* line 10867, ../sass/styles.scss */
  .page-wrapper.nh .old_header {
    display: none; }
  /* line 10870, ../sass/styles.scss */
  .page-wrapper.nh #block-dfp-right1-300x250 {
    padding-top: 1px; }
  /* line 10873, ../sass/styles.scss */
  .page-wrapper.nh #block-dfp-right1-300x250.block, .page-wrapper.nh #block-dfp-right2-300x250 {
    min-height: 250px;
    z-index: 9998; }
    /* line 10876, ../sass/styles.scss */
    .page-wrapper.nh #block-dfp-right1-300x250.block #dfp-ad-right1_300x250-wrapper, .page-wrapper.nh #block-dfp-right2-300x250 #dfp-ad-right1_300x250-wrapper {
      position: fixed; }
  /* line 10881, ../sass/styles.scss */
  .page-wrapper.nh #block-dfp-right2-300x250 {
    z-index: 9997; }
  /* line 10885, ../sass/styles.scss */
  .page-wrapper.nh #block-mf-jamba-mf-jamba-block {
    z-index: 9; }
  /* line 10889, ../sass/styles.scss */
  .page-wrapper.nh .region-sidebar-second .dfp-tag-wrapper {
    background-color: white;
    z-index: 9997; }
  /* line 10895, ../sass/styles.scss */
  .page-wrapper.nh .new_header {
    position: fixed;
    top: 0;
    z-index: 1000000;
    width: 100%;
    left: 0; }
    /* line 10905, ../sass/styles.scss */
    .page-wrapper.nh .new_header #logo {
      float: left; }
      /* line 10908, ../sass/styles.scss */
      .page-wrapper.nh .new_header #logo a {
        width: 214px;
        height: 49px;
        margin-bottom: 5px; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
        /* line 10908, ../sass/styles.scss */
        .page-wrapper.nh .new_header #logo a {
          width: 214px;
          margin-bottom: 0;
          background-position: 0px; } }
@media (min-width: 768px) {
    /* line 10919, ../sass/styles.scss */
    .page-wrapper.nh .new_header #top-nav-outer {
      width: 100%;
      height: 75px;
      background: #000; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
      /* line 10919, ../sass/styles.scss */
      .page-wrapper.nh .new_header #top-nav-outer {
        height: 100px;
        padding: 0 10px;
        box-sizing: border-box; } }
@media (min-width: 768px) {
    /* line 10929, ../sass/styles.scss */
    .page-wrapper.nh .new_header #top-nav {
      width: 930px;
      margin: 0 auto; }
    /* line 10933, ../sass/styles.scss */
    .page-wrapper.nh .new_header #hn_nav_block {
      float: right;
      max-width: 760px;
      margin-top: 15px; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
      /* line 10933, ../sass/styles.scss */
      .page-wrapper.nh .new_header #hn_nav_block {
        margin: 15px 0 0 20px;
        float: left; } }
@media (min-width: 768px) {
    /* line 10943, ../sass/styles.scss */
    .page-wrapper.nh .new_header #nh_gnc {
      float: right;
      margin-right: 1px;
      line-height: 26px; }
      /* line 10947, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_gnc .nh_newsletter, .page-wrapper.nh .new_header #nh_gnc .nh_subscribe {
        color: #fff;
        font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 9px; }
        /* line 10952, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_gnc .nh_newsletter:hover, .page-wrapper.nh .new_header #nh_gnc .nh_subscribe:hover {
          color: #ee523a; }
      /* line 10956, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_gnc .gnc-shop-link {
        background-color: #fdf105;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url(../images/gnc-link-logo.png);
        background-image: url(../images/gnc-link-logo.svg);
        width: 90px;
        height: 21px;
        display: block;
        overflow: hidden;
        text-indent: -9999em;
        margin: 0 0 0 10px;
        float: right; }
    /* line 10972, ../sass/styles.scss */
    .page-wrapper.nh .new_header #nh_search_form {
      float: left;
      height: 20px;
      margin-left: -7px; }
      /* line 10976, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_search_form input[type='search'] {
        width: 175px;
        height: 19px;
        font-size: 12px;
        padding: 0px;
        line-height: 1em;
        padding-left: 7px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        /* line 10986, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_search_form input[type='search']:focus {
          outline: none;
          box-shadow: 0 0 3px #576E7C;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      /* line 10992, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_search_form input[type='submit'] {
        width: 0;
        height: 16px;
        border-radius: 0;
        padding: 0 0 0 16px;
        overflow: hidden;
        background: url(../images/nh_search.png) no-repeat;
        margin: 5px 0 0 8px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        /* line 11001, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_search_form input[type='submit']:hover {
          opacity: .8;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      /* line 11006, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_search_form .form-type-textfield {
        display: block;
        float: left; }
      /* line 11010, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_search_form .form-actions {
        float: left; }
    /* line 11015, ../sass/styles.scss */
    .page-wrapper.nh .new_header #nh_social_links {
      float: right;
      margin-top: 2px; }
      /* line 11018, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link {
        float: left;
        margin: 0 3px; }
      /* line 11022, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link a {
        height: 16px;
        width: 0;
        margin: 0 4px 0 0;
        overflow: hidden;
        background: url(../images/nh_social.png) no-repeat;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        /* line 11030, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link a:hover {
          opacity: .7;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        /* line 11034, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link a img {
          display: none; }
      /* line 11038, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link:first-child a {
        padding-left: 20px; }
      /* line 11042, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link:nth-child(2) a {
        background-position: -19px 0;
        padding-left: 11px; }
      /* line 11046, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link:nth-child(3) a {
        background-position: -30px 0;
        padding-left: 14px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
    /* line 11054, ../sass/styles.scss */
    .page-wrapper.nh .new_header #main-nav > ul.menu {
      display: flex;
      justify-content: space-between; } }
@media (min-width: 768px) {
    /* line 11060, ../sass/styles.scss */
    .page-wrapper.nh .new_header #main-nav li {
      margin-right: 3px; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
      /* line 11060, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li {
        margin-right: 4px; } }
@media (min-width: 768px) {
      /* line 11065, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li:last-child {
        margin-right: 0; }
      /* line 11068, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li a {
        font-size: 13px !important;
        font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
        color: #fff; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
        /* line 11068, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav li a {
          font-size: 14px !important;
          letter-spacing: -1px; } }
@media (min-width: 768px) {
        /* line 11076, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav li a:hover {
          color: #ee523a; }
        /* line 11079, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav li a:after {
          content: '▼';
          font-size: 18px;
          margin-left: 3px;
          color: #74adb6; }
      /* line 11087, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-1 ul.menu {
        left: -14px; }
      /* line 11092, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-2 ul.menu {
        left: -118px; }
      /* line 11097, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-3 ul.menu {
        left: -250px; }
      /* line 11103, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-4 ul.menu {
        left: -330px; }
      /* line 11109, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-5 ul.menu {
        left: -442px; }
      /* line 11115, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-6 ul.menu {
        left: -440px; }
      /* line 11121, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-7 ul.menu {
        left: -570px; }
    /* line 11127, ../sass/styles.scss */
    .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu {
      width: 660px;
      min-height: 140px;
      z-index: 100;
      margin: -4px 0 0; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
      /* line 11127, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu {
        display: none; } }
@media (min-width: 768px) {
      /* line 11135, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu a:after {
        content: none !important; }
      /* line 11138, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf {
        width: 200px;
        border: none; }
        /* line 11141, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a {
          color: #666;
          border: none;
          font-size: 14px !important; }
          /* line 11145, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a.active {
            color: #ee523a; }
          /* line 11148, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a:after {
            content: none; }
          /* line 11151, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a:hover {
            color: #ee523a; }
      /* line 11157, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 450px;
        padding-right: 15px; }
        /* line 11163, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table {
          border: none; }
          /* line 11165, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr {
            border: none; }
            /* line 11167, ../sass/styles.scss */
            .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr td {
              width: 50%;
              padding: 0 0 0 25px;
              vertical-align: top; }
              /* line 11171, ../sass/styles.scss */
              .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr td .views-field-field-images {
                float: left;
                width: 60px;
                height: 130px;
                margin-right: 10px; }
              /* line 11177, ../sass/styles.scss */
              .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr td .views-field-field-rotator-title {
                margin-bottom: 6px; }
                /* line 11179, ../sass/styles.scss */
                .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr td .views-field-field-rotator-title a {
                  color: #000;
                  text-transform: none;
                  line-height: 1em;
                  font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
                  font-size: 14px !important; }
              /* line 11187, ../sass/styles.scss */
              .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr td .views-field-field-rotator-description {
                line-height: 16px; }
    /* line 11202, ../sass/styles.scss */
    .page-wrapper.nh .new_header #dfp-ad-mobile_top-wrapper {
      margin-top: 12px;
      background-color: #eee;
      height: 90px; }
      /* line 11206, ../sass/styles.scss */
      .page-wrapper.nh .new_header #dfp-ad-mobile_top-wrapper #block-dfp-mobile-top {
        margin-bottom: 0; }
    /* line 11210, ../sass/styles.scss */
    .page-wrapper.nh .new_header #third-nav-outer {
      width: 100%;
      background-color: #b5d2d7;
      height: 23px; }
    /* line 11215, ../sass/styles.scss */
    .page-wrapper.nh .new_header #third-nav {
      border-bottom: none;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      height: 23px;
      width: 930px;
      margin: 0 auto; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
      /* line 11215, ../sass/styles.scss */
      .page-wrapper.nh .new_header #third-nav {
        width: 720px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box; } }
@media (min-width: 768px) {
    /* line 11235, ../sass/styles.scss */
    .page-wrapper.nh .new_header.nh_no_third_nav #third-nav {
      height: 0px;
      overflow: hidden;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease; }
    /* line 11245, ../sass/styles.scss */
    .page-wrapper.nh .new_header.nh_no_add #top-ad {
      height: 0px;
      overflow: hidden;
      margin: 0;
      padding: 0;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease; }
    /* line 11255, ../sass/styles.scss */
    .page-wrapper.nh .new_header #main-nav > ul.menu > li > a.active-trail, .page-wrapper.nh .new_header #main-nav > ul.menu > li > a.active {
      color: #666; }

  /* line 11262, ../sass/styles.scss */
  #admin-menu, #admin-menu .dropdown {
    z-index: 1000000 !important; } }
@media (min-width: 980px) {
  /* line 11269, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent #gigya-sharebar, #gigya-sharebar_gig_containerParent #gigya-sharebar2, #gigya-sharebar2_gig_containerParent #gigya-sharebar, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 {
    width: auto !important;
    display: inline-block;
    margin-left: 60px;
    float: left;
    max-height: 28px; }
    /* line 11275, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container {
      vertical-align: top !important;
      display: block !important;
      float: left; }
      /* line 11280, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-share, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-share, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-share, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-share {
        margin-top: -1px; }
      /* line 11285, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-like, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-like, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-like, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-like {
        margin-top: -1px; }
      /* line 11289, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-twitter-tweet, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-twitter-tweet, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-twitter-tweet, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-twitter-tweet {
        margin-top: 1px; }
      /* line 11294, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-google-plusone, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-google-plusone, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-google-plusone, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-google-plusone {
        margin-top: 1px; }
      /* line 11299, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-email, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-email, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-email, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-email {
        margin-top: 1px; }
  /* line 11308, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent .print, #gigya-sharebar2_gig_containerParent .print {
    display: inline-block;
    margin-left: 10px; }
    /* line 11311, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent .print a, #gigya-sharebar2_gig_containerParent .print a {
      background: url(../images/icons-sprite.png) 0 0 no-repeat;
      display: inline-block;
      overflow: hidden;
      width: 17px;
      height: 17px;
      text-indent: 100%;
      position: relative;
      margin-bottom: -4px; } }
@media (max-width: 979px) and (min-width: 767px) {
  /* line 11327, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent #gigya-sharebar, #gigya-sharebar_gig_containerParent #gigya-sharebar2, #gigya-sharebar2_gig_containerParent #gigya-sharebar, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 {
    margin-left: 32px;
    width: auto !important;
    display: inline-block;
    max-height: 28px; }
    /* line 11332, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container {
      vertical-align: top !important;
      display: block !important;
      float: left;
      overflow: hidden;
      margin-right: 10px; }
      /* line 11339, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-share, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-share, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-share, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-share {
        width: 51px;
        margin-top: -2px;
        overflow: hidden;
        margin-right: 10px; }
      /* line 11346, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-like, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-like, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-facebook-like, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-facebook-like {
        width: 44px;
        margin-top: -2px;
        overflow: hidden;
        margin-right: 10px;
        height: 24px; }
      /* line 11353, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-twitter-tweet, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-twitter-tweet, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-twitter-tweet, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-twitter-tweet {
        width: 51px;
        overflow: hidden;
        margin-right: 10px; }
      /* line 11359, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-google-plusone, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-google-plusone, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-google-plusone, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-google-plusone {
        width: 27px;
        margin-top: 1px;
        overflow: hidden;
        margin-right: 10px; }
      /* line 11366, ../sass/styles.scss */
      #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-email, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-email, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container-email, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container-email {
        margin-top: 1px;
        overflow: hidden;
        margin-right: 10px; }
  /* line 11375, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent .print, #gigya-sharebar2_gig_containerParent .print {
    display: inline-block;
    margin-left: -12px; }
    /* line 11378, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent .print a, #gigya-sharebar2_gig_containerParent .print a {
      background: url(../images/icons-sprite.png) 0 0 no-repeat;
      display: inline-block;
      overflow: hidden;
      width: 17px;
      height: 17px;
      text-indent: 100%;
      position: relative;
      margin-bottom: 8px; } }
@media (max-width: 767px) {
  /* line 11397, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent #gigya-sharebar, #gigya-sharebar_gig_containerParent #gigya-sharebar2, #gigya-sharebar2_gig_containerParent #gigya-sharebar, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 {
    display: block; }
    /* line 11404, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container.gig-button-container-facebook, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container.gig-button-container-facebook, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container.gig-button-container-facebook, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container.gig-button-container-facebook {
      height: 18px; }
    /* line 11407, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container.gig-button-container-facebook-like, #gigya-sharebar_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container.gig-button-container-facebook-like, #gigya-sharebar2_gig_containerParent #gigya-sharebar .gig-bar-container .gig-button-container.gig-button-container-facebook-like, #gigya-sharebar2_gig_containerParent #gigya-sharebar2 .gig-bar-container .gig-button-container.gig-button-container-facebook-like {
      height: 22px; } }
/* line 11416, ../sass/styles.scss */
#gigya-sharebar_gig_containerParent {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 3px;
  margin-bottom: 20px; }

@media (min-width: 930px) {
  /* line 11424, ../sass/styles.scss */
  body.page-node #top-ad {
    padding-top: 20px; } }
@media only screen and (min-width: 780px) and (max-width: 979px) {
  /* line 11437, ../sass/styles.scss */
  body.page-mf-homepage .container {
    width: 720px; }
  /* line 11440, ../sass/styles.scss */
  body.page-mf-homepage #block-mf-homepage-mf-homepage-blogs {
    width: 100%; }
    /* line 11442, ../sass/styles.scss */
    body.page-mf-homepage #block-mf-homepage-mf-homepage-blogs ul.blog-items {
      padding-right: 0; }
      /* line 11444, ../sass/styles.scss */
      body.page-mf-homepage #block-mf-homepage-mf-homepage-blogs ul.blog-items li div.blog-item {
        width: 180px;
        float: left;
        height: 84px; }
        /* line 11448, ../sass/styles.scss */
        body.page-mf-homepage #block-mf-homepage-mf-homepage-blogs ul.blog-items li div.blog-item:nth-child(odd) {
          margin-right: 15px; } }

@media only screen and (min-width: 768px) {
  /* line 11460, ../sass/styles.scss */
  body:not(.page-mf-homepage) #block-boxes-ask_the_expert #ask-the-expert .image {
    width: auto;
    margin: 0 auto;
    float: none; }
    /* line 11465, ../sass/styles.scss */
    body:not(.page-mf-homepage) #block-boxes-ask_the_expert #ask-the-expert .image img {
      border: none;
      margin: 0 auto; } }
/* line 11473, ../sass/styles.scss */
body:not(.page-mf-homepage) #block-boxes-ask-the-expert #ask-the-expert ul li.first-item {
  padding-right: 0; }
@media only screen and (min-width: 768px) {
  /* line 11476, ../sass/styles.scss */
  body:not(.page-mf-homepage) .image-left .taxonomy_block div.items {
    padding-left: 200px; } }
@media only screen and (min-width: 768px) {
  /* line 11481, ../sass/styles.scss */
  body:not(.page-mf-homepage) .image-right .taxonomy_block div.items {
    padding-right: 200px; } }

/* line 11489, ../sass/styles.scss */
.wrapper-sticky #dfp-ad-right1_300x250,
.wrapper-sticky #dfp-ad-right2_300x250 {
  padding-top: 0;
  padding-bottom: 20px; }

/* line 11496, ../sass/styles.scss */
#sidebar_interior_for_banners #home-video-gallery p.blurb {
  margin-bottom: 0; }
/* line 11500, ../sass/styles.scss */
#sidebar_interior_for_banners #block-mf-homepage-mf-homepage-editors-pick ul li.last {
  margin-bottom: 0; }

/* line 11505, ../sass/styles.scss */
body.not-logged-in.page-admin.no-sidebars {
  min-height: auto; }
  /* line 11507, ../sass/styles.scss */
  body.not-logged-in.page-admin.no-sidebars #columns {
    margin-top: 200px;
    padding-bottom: 0; }
  /* line 11511, ../sass/styles.scss */
  body.not-logged-in.page-admin.no-sidebars footer {
    display: none; }

@media only screen and (min-width: 768px) {
  /* line 11515, ../sass/styles.scss */
  .wrapper-sticky {
    width: 300px !important;
    float: right !important;
    position: absolute !important;
    right: 10px !important; } }
@media only screen and (min-width: 768px) {
  /* line 11522, ../sass/styles.scss */
  .wrapper-sticky .region-sidebar-second {
    width: 300px !important;
    margin-left: 0; } }

/* line 11531, ../sass/styles.scss */
.subscribe-container {
  float: right;
  display: inline-block;
  margin-right: 3px; }
  @media only screen and (min-width: 768px) {
    /* line 11531, ../sass/styles.scss */
    .subscribe-container {
      display: none; } }
  /* line 11538, ../sass/styles.scss */
  .subscribe-container .subscribe-btn {
    background: #1aafec;
    color: #fff;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 12px;
    padding: 0 7px; }

@media only screen and (max-width: 376px) and (min-width: 321px) {
  /* line 11553, ../sass/styles.scss */
  body .mobile-visible #header {
    width: 356px;
    left: 50% !important;
    margin-left: -190px !important; } }
@media only screen and (max-width: 767px) {
  /* line 11561, ../sass/styles.scss */
  body .mobile-visible #logo a {
    width: 110px !important;
    background-position: -55px 4px;
    background-size: 165px auto; } }

/* line 11571, ../sass/styles.scss */
div#block-mf-core-mf-core-copyright {
  margin-top: 30px; }

/* line 11575, ../sass/styles.scss */
#google_recaptcha_sailthru_newsletters_page_form {
  margin: 0 auto;
  width: 50%; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 11581, ../sass/styles.scss */
  iframe[src*='ora.tv'] {
    display: none; } }

/* line 11588, ../sass/styles.scss */
.gig-comments-container {
  width: auto !important; }

@media only screen and (min-width: 980px) {
  /* line 11593, ../sass/styles.scss */
  body.page-node #top-ad.sticky-leaderboard {
    position: fixed;
    width: 100%;
    top: 98px;
    left: 50%;
    margin: 0 auto;
    padding: 18px 0;
    z-index: 9999;
    background: #fff;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

/* line 11608, ../sass/styles.scss */
article #gigya-sharebar_gig_containerParent #gigya-sharebar {
  margin-top: 15px;
  margin-left: 45px; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 11612, ../sass/styles.scss */
  article #gigya-sharebar_gig_containerParent #gigya-sharebar {
    margin-bottom: 9px;
    margin-left: 0; } }
@media only screen and (max-width: 767px) {
  /* line 11612, ../sass/styles.scss */
  article #gigya-sharebar_gig_containerParent #gigya-sharebar {
    margin-bottom: 5px; } }

@media only screen and (max-width: 767px) {
  /* line 11621, ../sass/styles.scss */
  article #gigya-sharebar_gig_containerParent {
    margin-bottom: 10px; } }

@media only screen and (min-width: 980px) {
  /* line 11626, ../sass/styles.scss */
  article .print_html {
    position: relative;
    top: -8px;
    margin-left: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 11626, ../sass/styles.scss */
  article .print_html {
    margin-top: 11px;
    margin-left: 0; } }
@media only screen and (max-width: 767px) {
  /* line 11626, ../sass/styles.scss */
  article .print_html {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto; } }

/* line 11644, ../sass/styles.scss */
.gigya-raas a {
  color: #fff;
  font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 9px; }

/* line 11651, ../sass/styles.scss */
#gigya-raas-block {
  float: right;
  margin-right: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 11655, ../sass/styles.scss */
    #gigya-raas-block .gigya-raas .gigya-raas-login {
      padding: 0px 12px 0px 20px;
      margin-right: 0px; } }
  /* line 11661, ../sass/styles.scss */
  #gigya-raas-block .gigya-raas a {
    color: #fff;
    font-family: "TitlingGothicFBNormal-Regular", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 9px; }
    /* line 11666, ../sass/styles.scss */
    #gigya-raas-block .gigya-raas a:hover {
      color: #ee523a; }
    @media only screen and (max-width: 767px) {
      /* line 11661, ../sass/styles.scss */
      #gigya-raas-block .gigya-raas a {
        background: #1aafec;
        color: #fff;
        display: inline-block;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 24px;
        line-height: 2.4rem;
        font-family: "franklin-gothic-urw-comp", "Arial Narrow", Arial, sans-serif;
        text-transform: uppercase;
        margin-top: 12px;
        padding: 0 7px; } }
