@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 304, ../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; }
  @media only screen and (min-width: 980px) {
    /* line 228, ../sass/_custom.scss */
    .green-button:hover {
      color: #fff;
      background-color: #000; } }
  /* line 234, ../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 245, ../sass/_custom.scss */
  .green-button.arrowed.more:after {
    background-position: 0 0; }
  /* line 248, ../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; }
  @media only screen and (min-width: 980px) {
    /* line 228, ../sass/_custom.scss */
    .grey-button:hover {
      color: #fff;
      background-color: #000; } }
  /* line 234, ../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 245, ../sass/_custom.scss */
  .grey-button.arrowed.more:after {
    background-position: 0 0; }
  /* line 248, ../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 257, ../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 265, ../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 268, ../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; }
      @media only screen and (min-width: 980px) {
        /* 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 234, ../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 245, ../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 248, ../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 271, ../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; }
  @media only screen and (min-width: 980px) {
    /* line 228, ../sass/_custom.scss */
    .all-topics:hover {
      color: #fff;
      background-color: #000; } }
  /* line 234, ../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 245, ../sass/_custom.scss */
  .all-topics.arrowed.more:after {
    background-position: 0 0; }
  /* line 248, ../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; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* 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 {
      padding-top: 11px; } }
  @media only screen and (max-width: 767px) {
    /* 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 {
      padding-top: 20px; } }
  /* line 2161, ../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 2164, ../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 2166, ../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 2174, ../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 2177, ../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 2182, ../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 2187, ../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 2194, ../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 2202, ../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 2209, ../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 2216, ../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 2221, ../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 2225, ../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 2229, ../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 2236, ../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; }

@media only screen and (max-width: 767px) {
  /* line 2244, ../sass/styles.scss */
  .node-photo-gallery #dfp-ad-mobile_top-wrapper {
    margin-left: -12px; } }
/* line 2250, ../sass/styles.scss */
.node-photo-gallery .gallery-top-bar .gallery-counters {
  float: right; }
/* line 2254, ../sass/styles.scss */
.node-photo-gallery .node-content {
  position: relative; }
/* line 2258, ../sass/styles.scss */
.node-photo-gallery .ami-slideshow-container {
  overflow: hidden;
  transition: height 1s linear; }
/* line 2263, ../sass/styles.scss */
.node-photo-gallery .photo-credit {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  color: #666; }
/* line 2270, ../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 2276, ../sass/styles.scss */
.node-photo-gallery .slideshow-wrapper {
  position: relative;
  margin-bottom: 12px; }
  /* line 2280, ../sass/styles.scss */
  .node-photo-gallery .slideshow-wrapper.last-slide-opened .last-slide {
    display: block; }
  /* line 2284, ../sass/styles.scss */
  .node-photo-gallery .slideshow-wrapper .ami-slideshow-pin-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 995; }
/* line 2292, ../sass/styles.scss */
.node-photo-gallery .ami-slideshow-separate-container {
  position: relative; }
  /* line 2294, ../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 2301, ../sass/styles.scss */
    .node-photo-gallery .ami-slideshow-separate-container .ami-slideshow-separate-item.active {
      opacity: 1;
      position: relative;
      z-index: 900; }
/* line 2309, ../sass/styles.scss */
.node-photo-gallery .gallery-top-bar {
  height: 40px; }
  @media only screen and (max-width: 767px) {
    /* line 2309, ../sass/styles.scss */
    .node-photo-gallery .gallery-top-bar {
      overflow: hidden; } }
  /* line 2314, ../sass/styles.scss */
  .node-photo-gallery .gallery-top-bar .author_pic {
    float: left; }
  /* line 2317, ../sass/styles.scss */
  .node-photo-gallery .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; }
    @media only screen and (max-width: 767px) {
      /* line 2317, ../sass/styles.scss */
      .node-photo-gallery .gallery-top-bar .byline {
        max-width: 155px;
        word-wrap: break-word; } }
    /* line 2329, ../sass/styles.scss */
    .node-photo-gallery .gallery-top-bar .byline .info {
      color: #ee523a; }
      @media only screen and (max-width: 767px) {
        /* line 2329, ../sass/styles.scss */
        .node-photo-gallery .gallery-top-bar .byline .info {
          line-height: 1.6; } }
  /* line 2336, ../sass/styles.scss */
  .node-photo-gallery .gallery-top-bar .twitter-follow {
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px; }
  /* line 2341, ../sass/styles.scss */
  .node-photo-gallery .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 2348, ../sass/styles.scss */
    .node-photo-gallery .gallery-top-bar .gallery-counters .count {
      float: left;
      margin-right: 10px;
      color: #666; }
    /* line 2353, ../sass/styles.scss */
    .node-photo-gallery .gallery-top-bar .gallery-counters a.view-all {
      border: none;
      outline: none; }
      /* line 2356, ../sass/styles.scss */
      .node-photo-gallery .gallery-top-bar .gallery-counters a.view-all .icons {
        height: 25px;
        width: 25px;
        display: inline-block;
        margin-top: 1px; }
        /* line 2361, ../sass/styles.scss */
        .node-photo-gallery .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 2371, ../sass/styles.scss */
    .node-photo-gallery .gallery-top-bar .gallery-counters .mf-slideshow-separator {
      color: #dcdcdc; }
/* line 2376, ../sass/styles.scss */
.node-photo-gallery .slick {
  position: relative; }
  /* line 2378, ../sass/styles.scss */
  .node-photo-gallery .slick .slick-list {
    min-height: 100px; }
  /* line 2381, ../sass/styles.scss */
  .node-photo-gallery .slick .slick__arrow {
    width: 100%;
    position: absolute;
    top: 150px; }
  /* line 2386, ../sass/styles.scss */
  .node-photo-gallery .slick .slick-slide {
    outline: none;
    min-height: 100px; }
    /* line 2389, ../sass/styles.scss */
    .node-photo-gallery .slick .slick-slide #taboola-endcard {
      width: calc(100% - 90px);
      margin: 0 auto; }
    /* line 2393, ../sass/styles.scss */
    .node-photo-gallery .slick .slick-slide img {
      margin: 0 auto; }
  /* line 2397, ../sass/styles.scss */
  .node-photo-gallery .slick .ami-slideshow-slide {
    position: relative; }
    /* line 2399, ../sass/styles.scss */
    .node-photo-gallery .slick .ami-slideshow-slide img {
      float: left; }
  /* line 2404, ../sass/styles.scss */
  .node-photo-gallery .slick .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 2413, ../sass/styles.scss */
    .node-photo-gallery .slick .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 2422, ../sass/styles.scss */
      .node-photo-gallery .slick .last-slide .next-slide-teaser a {
        color: #fff; }
        /* line 2424, ../sass/styles.scss */
        .node-photo-gallery .slick .last-slide .next-slide-teaser a:hover {
          color: #ee523a; }
      /* line 2428, ../sass/styles.scss */
      .node-photo-gallery .slick .last-slide .next-slide-teaser h3 {
        margin: 0 0 10px 0; }
        /* line 2430, ../sass/styles.scss */
        .node-photo-gallery .slick .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 2435, ../sass/styles.scss */
          .node-photo-gallery .slick .last-slide .next-slide-teaser h3 a:hover {
            color: #ee523a; }
      /* line 2440, ../sass/styles.scss */
      .node-photo-gallery .slick .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 2446, ../sass/styles.scss */
    .node-photo-gallery .slick .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 2462, ../sass/styles.scss */
  .node-photo-gallery .slick .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 2477, ../sass/styles.scss */
  .node-photo-gallery .slick 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 2488, ../sass/styles.scss */
  .node-photo-gallery .slick a span.blurb {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem; }
  /* line 2493, ../sass/styles.scss */
  .node-photo-gallery .slick a:hover span.title {
    color: #ee523a; }
  /* line 2498, ../sass/styles.scss */
  .node-photo-gallery .slick .fake-owl-prev,
  .node-photo-gallery .slick .fake-owl-next,
  .node-photo-gallery .slick .slick-prev,
  .node-photo-gallery .slick .slick-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: 997;
    outline: none;
    overflow: hidden;
    text-indent: -999px;
    border: none;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); }
    /* line 2518, ../sass/styles.scss */
    .node-photo-gallery .slick .fake-owl-prev:hover,
    .node-photo-gallery .slick .fake-owl-next:hover,
    .node-photo-gallery .slick .slick-prev:hover,
    .node-photo-gallery .slick .slick-next:hover {
      opacity: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }
  /* line 2523, ../sass/styles.scss */
  .node-photo-gallery .slick .fake-owl-next,
  .node-photo-gallery .slick .slick-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 2530, ../sass/styles.scss */
  .node-photo-gallery .slick .fake-owl-prev.disabled,
  .node-photo-gallery .slick .slick-prev.disabled {
    display: none; }
  /* line 2535, ../sass/styles.scss */
  .node-photo-gallery .slick .last-slide-opened .slick-next,
  .node-photo-gallery .slick .last-slide-opened .fake-owl-next,
  .node-photo-gallery .slick .last-slide-opened .ami-slideshow-slide-title {
    display: none; }
  /* line 2541, ../sass/styles.scss */
  .node-photo-gallery .slick .slide-caption {
    margin-bottom: 20px; }

/* line 2553, ../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 2567, ../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 2573, ../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 2576, ../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 2584, ../sass/styles.scss */
.node-type-blog #disqus_thread,
.node-type-recipe #disqus_thread {
  border-top: 0;
  padding-top: 7px; }
/* line 2588, ../sass/styles.scss */
.node-type-blog .field-name-field-topics,
.node-type-recipe .field-name-field-topics {
  margin-bottom: 4px;
  clear: both; }
  /* line 2591, ../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 2598, ../sass/styles.scss */
.node-type-video #block-system-main,
.node-type-video .node-video {
  margin-bottom: 0; }
/* line 2602, ../sass/styles.scss */
.node-type-video span.print-link {
  display: none; }
/* line 2605, ../sass/styles.scss */
.node-type-video .sharethis-wrapper {
  margin-top: 21px; }
/* line 2612, ../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 2620, ../sass/styles.scss */
  .node-type-video .view-more-videos .block-title a {
    color: #fff; }
/* line 2624, ../sass/styles.scss */
.node-type-video .view-more-videos .pager-more {
  display: none; }
/* line 2628, ../sass/styles.scss */
.node-type-video #block-views-more-videos-more-videos {
  margin-bottom: 10px; }

/* line 2635, ../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 2647, ../sass/styles.scss */
.node-webform .top-bar {
  padding: 5px 0; }
/* line 2650, ../sass/styles.scss */
.node-webform span.print-link {
  display: none; }
/* line 2653, ../sass/styles.scss */
.node-webform .article-lead-image {
  margin-bottom: 24px; }
/* line 2657, ../sass/styles.scss */
.node-webform .field-name-field-topics + .sharethis-wrapper {
  padding-bottom: 6px; }
/* line 2661, ../sass/styles.scss */
.node-webform .webform-client-form {
  border-top: 3px solid #666;
  clear: both;
  padding: 20px 0 24px; }
  /* line 2665, ../sass/styles.scss */
  .node-webform .webform-client-form .form-actions {
    text-align: center; }
  /* line 2668, ../sass/styles.scss */
  .node-webform .webform-client-form .form-submit {
    width: 145px;
    margin: 12px auto; }
  /* line 2672, ../sass/styles.scss */
  .node-webform .webform-client-form #edit-previous,
  .node-webform .webform-client-form #edit-next {
    width: auto;
    margin: 12px; }

/* line 2683, ../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 2690, ../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 2699, ../sass/styles.scss */
  .article-author-bar .info {
    padding: 0 10px 0 0;
    display: inline-block;
    line-height: 37px; }
  /* line 2704, ../sass/styles.scss */
  .article-author-bar .twitter-follow {
    position: relative;
    top: 4px; }

/* line 2713, ../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 2719, ../sass/styles.scss */
  .article-lead-image .field-name-field-photo-credit {
    float: right;
    width: 155px;
    text-align: right;
    padding: 0; }
    /* line 2724, ../sass/styles.scss */
    .article-lead-image .field-name-field-photo-credit .field-item {
      color: #666;
      display: inline-block;
      padding: 3px 0 0; }
      /* line 2728, ../sass/styles.scss */
      .article-lead-image .field-name-field-photo-credit .field-item:after {
        content: ","; }
      /* line 2732, ../sass/styles.scss */
      .article-lead-image .field-name-field-photo-credit .field-item:last-child:after {
        content: " "; }
  /* line 2738, ../sass/styles.scss */
  .article-lead-image .field-name-field-image-caption {
    padding: 3px 0 0;
    font-weight: 700; }
  /* line 2742, ../sass/styles.scss */
  .article-lead-image .article-lead-img-pin {
    position: absolute;
    right: 12px;
    top: 12px; }

/* line 2752, ../sass/styles.scss */
.article-editors-piks .node-teaser,
.article-related-items .node-teaser,
.you-also-like .node-teaser {
  padding: 0;
  margin: 0; }
  /* line 2755, ../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 2764, ../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 2768, ../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 2777, ../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 2783, ../sass/styles.scss */
.article-editors-piks {
  width: 131px;
  border-left: 12px solid #000;
  padding: 0 0 0 12px;
  margin: 5px 0 12px 20px; }
  /* line 2788, ../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 2797, ../sass/styles.scss */
  .article-editors-piks .node-teaser {
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px;
    margin: 0 0 12px; }
  /* line 2803, ../sass/styles.scss */
  .article-editors-piks .field-item:last-child .node-teaser {
    border: 0;
    margin: 0;
    padding: 0; }

/* line 2811, ../sass/styles.scss */
.article-related-items,
.you-also-like {
  margin-bottom: 16px; }
  /* line 2814, ../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 2823, ../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 2826, ../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 2837, ../sass/styles.scss */
.node-content .pager {
  float: right;
  margin: 10px 0 28px;
  font-weight: 700; }
  /* line 2841, ../sass/styles.scss */
  .node-content .pager li {
    padding: 0 6px; }
    /* line 2843, ../sass/styles.scss */
    .node-content .pager li.pager-item, .node-content .pager li.pager-current {
      border-left: 1px solid #dcdcdc; }
      /* line 2846, ../sass/styles.scss */
      .node-content .pager li.pager-item a, .node-content .pager li.pager-current a {
        color: #000; }
    /* line 2850, ../sass/styles.scss */
    .node-content .pager li.pager-current {
      color: #dcdcdc; }
      /* line 2852, ../sass/styles.scss */
      .node-content .pager li.pager-current:first-child {
        border: 0; }
    /* line 2858, ../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 2865, ../sass/styles.scss */
      .node-content .pager li.pager-next a:hover, .node-content .pager li.pager-previous a:hover {
        background-color: #000; }
    /* line 2870, ../sass/styles.scss */
    .node-content .pager li.pager-previous {
      padding-right: 15px; }
      /* line 2872, ../sass/styles.scss */
      .node-content .pager li.pager-previous + .pager-item {
        border: 0; }
      /* line 2875, ../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 2882, ../sass/styles.scss */
    .node-content .pager li.pager-next {
      padding-left: 15px; }
      /* line 2884, ../sass/styles.scss */
      .node-content .pager li.pager-next a {
        background-image: url(../images/arrow_right_m.svg);
        background-position: 65px 50%;
        background-repeat: no-repeat;
        padding-right: 21px; }

/* line 2895, ../sass/styles.scss */
.recipe-serv-data {
  width: 220px;
  border-left: 12px solid #000;
  padding: 0 0 0 12px;
  margin: 5px 0 12px 20px; }
  /* line 2900, ../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 2909, ../sass/styles.scss */
  .recipe-serv-data .field {
    font-size: 13px;
    font-size: 1.3rem; }
  /* line 2912, ../sass/styles.scss */
  .recipe-serv-data .field-label {
    text-transform: uppercase; }

/* line 2924, ../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 2927, ../sass/styles.scss */
body.page-topics #block-system-main, body.page-authors #block-system-main {
  overflow: hidden; }

/* line 2933, ../sass/styles.scss */
.topics-index {
  position: relative; }
  /* line 2935, ../sass/styles.scss */
  .topics-index .topics-alphabet {
    width: 384px;
    padding: 8px 0;
    margin: 3px 0 11px;
    border-bottom: 1px solid #dcdcdc; }
    /* line 2940, ../sass/styles.scss */
    .topics-index .topics-alphabet .item {
      display: inline;
      padding: 0 0 0 8px; }
      /* line 2943, ../sass/styles.scss */
      .topics-index .topics-alphabet .item a {
        color: #666;
        text-transform: uppercase;
        line-height: 24px;
        line-height: 2.4rem; }
        /* line 2947, ../sass/styles.scss */
        .topics-index .topics-alphabet .item a.inactive {
          color: #dcdcdc; }
      /* line 2951, ../sass/styles.scss */
      .topics-index .topics-alphabet .item:first-child {
        padding-left: 0; }
  /* line 2956, ../sass/styles.scss */
  .topics-index .topics-column {
    display: inline-table;
    vertical-align: top; }
    /* line 2959, ../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 2962, ../sass/styles.scss */
      .topics-index .topics-column .topics-list-item a {
        color: #666;
        text-transform: capitalize; }
    /* line 2967, ../sass/styles.scss */
    .topics-index .topics-column .topics-letter-wrapper {
      border-bottom: 1px solid #dcdcdc;
      padding: 0 0 20px; }
      /* line 2970, ../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 2981, ../sass/styles.scss */
.view-topic-landing .tiles {
  border-bottom: 10px solid #000;
  margin-bottom: 20px; }
  /* line 2984, ../sass/styles.scss */
  .view-topic-landing .tiles ul {
    display: inline-block; }
  /* line 2987, ../sass/styles.scss */
  .view-topic-landing .tiles .views-row {
    float: left;
    width: 300px;
    height: 600px; }

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

/* line 3022, ../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 3037, ../sass/styles.scss */
.block-mf-recipe .search_form {
  margin: -3px 0 23px; }

/* line 3043, ../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 3052, ../sass/styles.scss */
  .most-popular-recipes-list .block-title .blue {
    color: #bac6cb; }
/* line 3057, ../sass/styles.scss */
.most-popular-recipes-list .item-list .list-item {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  padding: 24px 0 19px; }
  /* line 3061, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .list-item .recipe-image {
    display: block;
    float: left;
    margin: 0 25px 0 0; }
  /* line 3066, ../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 3073, ../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 3079, ../sass/styles.scss */
    .most-popular-recipes-list .item-list .list-item .recipe-promo .field-content a {
      color: #000; }
  /* line 3083, ../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 3090, ../sass/styles.scss */
    .most-popular-recipes-list .item-list .list-item .recipe-title a {
      color: black; }
/* line 3095, ../sass/styles.scss */
.most-popular-recipes-list .item-list .pager {
  margin: 23px 0 -10px; }
  /* line 3097, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .pager .pager-more {
    display: none; }
  /* line 3100, ../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 3103, ../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 3111, ../sass/styles.scss */
.recipe-topics-grid {
  border-top: 3px solid #666;
  overflow: hidden;
  padding: 0 0 4px; }
  /* line 3115, ../sass/styles.scss */
  .recipe-topics-grid .recipe-topics {
    overflow: hidden;
    width: 618px; }
    /* line 3118, ../sass/styles.scss */
    .recipe-topics-grid .recipe-topics .item {
      float: left;
      display: block;
      padding: 24px 24px 24px 0;
      border-bottom: 1px solid #dcdcdc; }
      /* line 3123, ../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 3150, ../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 3154, ../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 3171, ../sass/styles.scss */
#block-dfp-skin {
  display: none; }

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

/* line 3191, ../sass/styles.scss */
.more-galleries {
  overflow: hidden;
  margin: 0 0 17px; }
  /* line 3194, ../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 3205, ../sass/styles.scss */
  .more-galleries ul {
    margin: 23px 0 0; }
    /* line 3207, ../sass/styles.scss */
    .more-galleries ul li {
      float: left;
      width: 131px;
      margin-right: 23px; }
      /* line 3211, ../sass/styles.scss */
      .more-galleries ul li.first {
        margin-right: 24px; }
      /* line 3214, ../sass/styles.scss */
      .more-galleries ul li.last {
        margin-right: 0; }
      /* line 3217, ../sass/styles.scss */
      .more-galleries ul li img {
        display: block; }
      /* line 3220, ../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 3235, ../sass/styles.scss */
        .more-galleries ul li strong.title a:hover {
          color: #ee523a; }
      /* line 3239, ../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 3254, ../sass/styles.scss */
#disqus_thread {
  border-top: 3px solid #666;
  margin-top: 15px;
  padding-top: 23px; }

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

/* line 3270, ../sass/styles.scss */
.topic-landing {
  font-size: 21px;
  font-size: 2.1rem; }
  /* line 3272, ../sass/styles.scss */
  .topic-landing .pager {
    margin: 23px 0 12px; }
    /* line 3274, ../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 3277, ../sass/styles.scss */
      .topic-landing .pager .pager-next a:hover {
        background: #000 url(../images/vertical-arrows.png) no-repeat 363px -12px; }
    /* line 3281, ../sass/styles.scss */
    .topic-landing .pager .pager-ellipsis {
      display: none; }
  /* line 3285, ../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 3293, ../sass/styles.scss */
  .topic-landing nav {
    display: none; }
  /* line 3296, ../sass/styles.scss */
  .topic-landing section.nodes {
    border-top: 3px solid #666;
    position: relative; }
  /* line 3300, ../sass/styles.scss */
  .topic-landing #block-system-main {
    margin: 0; }
  /* line 3303, ../sass/styles.scss */
  .topic-landing .tile {
    overflow: hidden;
    margin: 0 0 -1px; }
    /* line 3306, ../sass/styles.scss */
    .topic-landing .tile .datetime {
      display: none; }
    /* line 3309, ../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 3315, ../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 3323, ../sass/styles.scss */
      .topic-landing .tile .teaser-text a {
        color: #000; }
    /* line 3327, ../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 3337, ../sass/styles.scss */
      .topic-landing .tile .teaser-title a {
        color: #000; }
  /* line 3342, ../sass/styles.scss */
  .topic-landing .list {
    position: relative; }
    /* line 3344, ../sass/styles.scss */
    .topic-landing .list .article {
      border-bottom: 1px solid #dcdcdc;
      padding: 25px 0 24px;
      margin: 0; }
      /* line 3349, ../sass/styles.scss */
      .topic-landing .list .article .article-teaser-image img {
        width: 131px; }

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

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

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

/* line 3388, ../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 3393, ../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 3400, ../sass/styles.scss */
.mf-live-block-book p {
  line-height: 18px;
  line-height: 1.8rem;
  margin: 0;
  color: #666;
  position: relative; }
/* line 3406, ../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 3416, ../sass/styles.scss */
.mf-live-block-book .all-topics {
  margin-top: 22px; }
  /* line 3418, ../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 3433, ../sass/styles.scss */
.flippy {
  border-top: 3px solid #666666;
  padding: 24px 0 0;
  margin: 17px 0 0;
  overflow: hidden; }
  /* line 3438, ../sass/styles.scss */
  .flippy .previous,
  .flippy .next {
    float: left;
    display: block; }
    /* line 3442, ../sass/styles.scss */
    .flippy .previous a,
    .flippy .next a {
      display: block;
      position: relative;
      height: 100px;
      overflow: hidden; }
      /* line 3447, ../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 3456, ../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 3463, ../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 3475, ../sass/styles.scss */
      .flippy .previous a:hover:after,
      .flippy .next a:hover:after {
        background-color: #000; }
  /* line 3482, ../sass/styles.scss */
  .flippy .previous {
    border-right: 1px solid #dcdcdc; }
    /* line 3485, ../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 3495, ../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 3511, ../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 3518, ../sass/styles.scss */
body.page-search #main-content-header {
  display: none; }
/* line 3521, ../sass/styles.scss */
body.page-search #content {
  border-top: 1px solid #dcdcdc;
  padding: 14px 0 0;
  margin: 0 0 24px; }
/* line 3526, ../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 3531, ../sass/styles.scss */
  body.page-search .search-counter .red {
    color: #000; }
/* line 3535, ../sass/styles.scss */
body.page-search .search-results {
  border-top: 3px solid #666;
  padding: 17px 0 0;
  margin: 0 0 24px; }
/* line 3540, ../sass/styles.scss */
body.page-search .you-also-like {
  margin-bottom: 0; }
/* line 3549, ../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 3557, ../sass/styles.scss */
body.page-search-healthy-recipes #main-content-header, body.page-search-workout-routines #main-content-header {
  display: block; }
  /* line 3559, ../sass/styles.scss */
  body.page-search-healthy-recipes #main-content-header #tasks, body.page-search-workout-routines #main-content-header #tasks {
    display: none; }

/* line 3565, ../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 3570, ../sass/styles.scss */
  div.spelling-suggestions dt {
    float: left;
    margin: 0 6px 0 0; }
  /* line 3574, ../sass/styles.scss */
  div.spelling-suggestions a {
    color: #000; }

/* line 3584, ../sass/styles.scss */
#content .search-form .form-type-textfield label,
#content .search_form .form-type-textfield label {
  display: none; }
/* line 3587, ../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 3600, ../sass/styles.scss */
  #content .search-form .form-type-textfield .form-text:focus,
  #content .search_form .form-type-textfield .form-text:focus {
    outline: none; }

/* line 3610, ../sass/styles.scss */
.teasers-list .node {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 1em;
  padding: 8px 0 18px;
  overflow: hidden; }
/* line 3616, ../sass/styles.scss */
.teasers-list .article-teaser-image {
  display: block;
  float: left;
  margin: 0 25px 0 0; }
/* line 3621, ../sass/styles.scss */
.teasers-list .datetime,
.teasers-list .teaser-title,
.teasers-list .teaser-text {
  padding: 0 0 0 156px; }
/* line 3626, ../sass/styles.scss */
.teasers-list .datetime {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  display: block;
  margin: -5px 0 0; }
/* line 3632, ../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 3638, ../sass/styles.scss */
  .teasers-list .teaser-title a {
    color: black; }
/* line 3642, ../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 3651, ../sass/styles.scss */
.teasers-list-vert.list-section {
  float: left;
  margin: 0 28px 0 0; }
/* line 3655, ../sass/styles.scss */
.teasers-list-vert .node {
  padding-bottom: 10px;
  margin-bottom: 1px; }
  /* line 3658, ../sass/styles.scss */
  .teasers-list-vert .node:last-child {
    border: 0; }
/* line 3662, ../sass/styles.scss */
.teasers-list-vert .article-teaser-image {
  margin: 0 0 2px 0; }
/* line 3665, ../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 3670, ../sass/styles.scss */
.teasers-list-vert .teaser-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem; }

/* line 3682, ../sass/styles.scss */
body.page-workout .content-inner, body.page-search-workout-routines .content-inner {
  padding-left: 0; }
/* line 3685, ../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 3698, ../sass/styles.scss */
body.page-workout div.sponsor, body.page-search-workout-routines div.sponsor {
  margin-top: -94px; }
  /* line 3700, ../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 3705, ../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 3713, ../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 3721, ../sass/styles.scss */
#block-mf-recipe-mf-recipe-workout-select-block {
  margin-bottom: 25px; }
  /* line 3723, ../sass/styles.scss */
  #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block {
    border-top: 3px solid #666;
    padding-top: 16px; }
    /* line 3726, ../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 3735, ../sass/styles.scss */
      #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block h3 span {
        display: block;
        width: 135px; }
    /* line 3740, ../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 3747, ../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 3753, ../sass/styles.scss */
        #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li {
          position: absolute; }
          /* line 3755, ../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 3760, ../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 3764, ../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 3768, ../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 3772, ../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 3776, ../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 3780, ../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 3784, ../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 3791, ../sass/styles.scss */
    #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types {
      float: right;
      padding-left: 25px;
      width: 192px; }
      /* line 3795, ../sass/styles.scss */
      #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types h3 {
        margin-bottom: 3px;
        margin-bottom: 10px; }
        /* line 3798, ../sass/styles.scss */
        #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types h3 span {
          width: 181px; }
      /* line 3803, ../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 3805, ../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 3808, ../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 3826, ../sass/styles.scss */
.author-landing {
  border-bottom: 1px solid #dcdcdc;
  margin: 24px 0 0;
  overflow: hidden; }
  /* line 3830, ../sass/styles.scss */
  .author-landing .author-data {
    margin: 0 23px 23px 0; }
  /* line 3833, ../sass/styles.scss */
  .author-landing .taxonomy-term-description {
    margin: 0; }
  /* line 3836, ../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 3849, ../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 3853, ../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 3863, ../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 3871, ../sass/styles.scss */
    .author-landing .author-email-btn:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  /* line 3875, ../sass/styles.scss */
  .author-landing .author-social {
    overflow: hidden;
    clear: both; }
    /* line 3878, ../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 3884, ../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 3890, ../sass/styles.scss */
#block-views-authors-content-block {
  margin-bottom: 12px; }
  /* line 3892, ../sass/styles.scss */
  #block-views-authors-content-block .view-content {
    margin: 0 0 24px; }
  /* line 3896, ../sass/styles.scss */
  #block-views-authors-content-block .item-list .pager-more {
    display: none; }

/* line 3907, ../sass/styles.scss */
.node-type-video .videos-list ul, .page-videos .videos-list ul {
  padding: 0; }
  /* line 3909, ../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 3916, ../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 3919, ../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 3922, ../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 3929, ../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 3947, ../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 3963, ../sass/styles.scss */
.page-videos .region-secondary-content {
  border-top: 1px solid #dcdcdc;
  margin-top: 24px;
  padding-top: 9px; }
/* line 3968, ../sass/styles.scss */
.page-videos #block-mf-channels-mf-channels-video-filter {
  float: left;
  margin: 0;
  width: 225px; }
/* line 3973, ../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 3979, ../sass/styles.scss */
  .page-videos #block-mf-core-mf-core-dfp-sponsorship span.sponsored {
    display: none;
    float: left;
    margin-right: 11px; }
  /* line 3984, ../sass/styles.scss */
  .page-videos #block-mf-core-mf-core-dfp-sponsorship span.gpt-tag {
    float: left; }
/* line 3988, ../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 4005, ../sass/styles.scss */
body.page-error #main-content {
  text-align: center;
  color: #666; }
  /* line 4008, ../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 4018, ../sass/styles.scss */
  body.page-error #main-content .most-popular {
    overflow: hidden;
    margin: 24px 0 0; }
    /* line 4021, ../sass/styles.scss */
    body.page-error #main-content .most-popular .block-title {
      text-align: center; }
      /* line 4023, ../sass/styles.scss */
      body.page-error #main-content .most-popular .block-title .blue {
        color: #bac6cb; }
    /* line 4028, ../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 4039, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list .node {
      margin-bottom: 12px; }
    /* line 4042, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list .teaser-title {
      height: 62px;
      overflow: hidden;
      clear: both; }
    /* line 4047, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list.first {
      margin-left: 2px; }
    /* line 4050, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list.last {
      margin: 0; }
/* line 4056, ../sass/styles.scss */
body.page-error #block-system-main {
  margin-bottom: 0; }

/* line 4065, ../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 4074, ../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 4082, ../sass/styles.scss */
body.page-newsletters #content .form-checkboxes {
  padding: 0;
  margin: 0 0 20px; }
  /* line 4086, ../sass/styles.scss */
  body.page-newsletters #content .form-checkboxes .form-item {
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 0 20px; }
  /* line 4090, ../sass/styles.scss */
  body.page-newsletters #content .form-checkboxes label.option {
    display: block;
    overflow: hidden; }
  /* line 4094, ../sass/styles.scss */
  body.page-newsletters #content .form-checkboxes .form-type-checkbox {
    background-position: 0 21px; }
    /* line 4096, ../sass/styles.scss */
    body.page-newsletters #content .form-checkboxes .form-type-checkbox.checked {
      background-position: 0 11px; }
/* line 4106, ../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 4110, ../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 4113, ../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 4118, ../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 4126, ../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 4130, ../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 4134, ../sass/styles.scss */
body.page-newsletters .aoi-area .additional-info {
  clear: both;
  overflow: hidden; }
  /* line 4137, ../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 4141, ../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 4145, ../sass/styles.scss */
  body.page-newsletters .aoi-area .additional-info .form-item-zip {
    margin-left: 12px; }
/* line 4149, ../sass/styles.scss */
body.page-newsletters .aoi-area .form-item-current-subscriber {
  margin: 10px 0 0; }
  /* line 4151, ../sass/styles.scss */
  body.page-newsletters .aoi-area .form-item-current-subscriber label.option {
    font-weight: 400;
    color: #666; }
/* line 4156, ../sass/styles.scss */
body.page-newsletters .aoi-area .privacyPol {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700; }
/* line 4160, ../sass/styles.scss */
body.page-newsletters .aoi-area .signUpSub {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  margin: -5px 0 20px 18px; }
  /* line 4164, ../sass/styles.scss */
  body.page-newsletters .aoi-area .signUpSub a {
    font-weight: 700; }
/* line 4169, ../sass/styles.scss */
body.page-newsletters .form-submit {
  margin: 0 auto;
  display: block; }

/* line 4176, ../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 4186, ../sass/styles.scss */
body.page-newsletters-confirmation .you-also-like {
  border-bottom: 3px solid #666;
  padding: 0 0 17px; }

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

/* line 4198, ../sass/styles.scss */
div.block-mf-blogs {
  border-bottom: 3px solid #666;
  clear: both;
  overflow: hidden;
  width: 100%; }
  /* line 4203, ../sass/styles.scss */
  div.block-mf-blogs div.blogs-header {
    border-left: 12px solid #000;
    margin-bottom: 24px;
    padding-left: 12px;
    overflow: hidden; }
    /* line 4208, ../sass/styles.scss */
    div.block-mf-blogs div.blogs-header div.header-left {
      float: left;
      min-height: 105px;
      margin-right: 16px;
      width: 150px; }
      /* line 4213, ../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 4221, ../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 4229, ../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 4240, ../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 4245, ../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 4248, ../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 4258, ../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 4262, ../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 4275, ../sass/styles.scss */
#block-mf-blogs-mf-blogs-subchannels .header-left {
  min-height: inherit; }

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

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

/* line 4326, ../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 4337, ../sass/styles.scss */
.page-contact .contact-form {
  padding: 18px 0 0; }
/* line 4340, ../sass/styles.scss */
.page-contact select.replaced,
.page-contact span.custom-select {
  width: 97%; }
/* line 4344, ../sass/styles.scss */
.page-contact .form-item .form-text {
  width: 98%; }

/* line 4353, ../sass/styles.scss */
.node-type-sponsored-page .field-collection-container {
  border-bottom: 0;
  margin-bottom: 0; }
/* line 4357, ../sass/styles.scss */
.node-type-sponsored-page .sponsored-page-header {
  margin: 10px 0 10px; }
/* line 4360, ../sass/styles.scss */
.node-type-sponsored-page .sharethis-wrapper {
  border-bottom: 0; }
/* line 4363, ../sass/styles.scss */
.node-type-sponsored-page .top-bar {
  position: relative;
  font-size: 11px;
  font-size: 1.1rem; }
  /* line 4366, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .sponsored-page-social-bar {
    float: left;
    margin-top: 13px; }
  /* line 4370, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .top-right {
    float: right; }
  /* line 4373, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .sponsored {
    padding-right: 12px; }
  /* line 4376, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .gpt-tag {
    vertical-align: middle;
    display: inline-block;
    line-height: 0; }
  /* line 4381, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar, .node-type-sponsored-page .top-bar a {
    color: #666; }
/* line 4385, ../sass/styles.scss */
.node-type-sponsored-page .ami-aol-player {
  margin-bottom: 3px; }
/* line 4389, ../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 4397, ../sass/styles.scss */
.node-type-sponsored-page .field-name-field-blocks-to-place .field-item {
  clear: both; }
  /* line 4399, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node {
    float: left;
    margin-bottom: 25px; }
    /* line 4402, ../sass/styles.scss */
    .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node:last-child {
      margin-right: 0; }
    /* line 4405, ../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 4412, ../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 4418, ../sass/styles.scss */
    .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node img {
      width: 100%; }
  /* line 4422, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item .items4 article {
    margin-right: 8px;
    width: 142px; }
  /* line 4426, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item .items3 article {
    margin-right: 7px;
    width: 193px; }
  /* line 4430, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item .items2 article {
    margin-right: 4px;
    width: 295px; }

/* line 4442, ../sass/styles.scss */
.node-list .slick {
  position: relative; }
/* line 4445, ../sass/styles.scss */
.node-list .gallery-navs {
  float: right;
  padding-bottom: 15px; }
  /* line 4448, ../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 4455, ../sass/styles.scss */
    .node-list .gallery-navs .gallery-counters .mf-slideshow-separator {
      color: #dcdcdc;
      font-weight: 400; }
    /* line 4459, ../sass/styles.scss */
    .node-list .gallery-navs .gallery-counters span {
      vertical-align: top; }
  /* line 4463, ../sass/styles.scss */
  .node-list .gallery-navs .slick__arrow {
    z-index: 999;
    position: relative;
    display: inline-block; }
    /* line 4467, ../sass/styles.scss */
    .node-list .gallery-navs .slick__arrow .slick-prev,
    .node-list .gallery-navs .slick__arrow .slick-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; }
      @media only screen and (min-width: 980px) {
        /* line 228, ../sass/_custom.scss */
        .node-list .gallery-navs .slick__arrow .slick-prev:hover,
        .node-list .gallery-navs .slick__arrow .slick-next:hover {
          color: #fff;
          background-color: #000; } }
      /* line 234, ../sass/_custom.scss */
      .node-list .gallery-navs .slick__arrow .slick-prev.arrowed:after,
      .node-list .gallery-navs .slick__arrow .slick-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 245, ../sass/_custom.scss */
      .node-list .gallery-navs .slick__arrow .slick-prev.arrowed.more:after,
      .node-list .gallery-navs .slick__arrow .slick-next.arrowed.more:after {
        background-position: 0 0; }
      /* line 248, ../sass/_custom.scss */
      .node-list .gallery-navs .slick__arrow .slick-prev:focus,
      .node-list .gallery-navs .slick__arrow .slick-next:focus {
        outline: none;
        color: #fff; }
      /* line 4482, ../sass/styles.scss */
      .node-list .gallery-navs .slick__arrow .slick-prev.disabled,
      .node-list .gallery-navs .slick__arrow .slick-next.disabled {
        background-color: #dcdcdc;
        cursor: default; }
    /* line 4487, ../sass/styles.scss */
    .node-list .gallery-navs .slick__arrow .slick-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 4497, ../sass/styles.scss */
.node-list .ami-slideshow-separate-container {
  position: relative; }
  /* line 4499, ../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 4506, ../sass/styles.scss */
    .node-list .ami-slideshow-separate-container .ami-slideshow-separate-item.active {
      opacity: 1;
      position: relative;
      z-index: 900; }
  /* line 4512, ../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 4520, ../sass/styles.scss */
    .node-list .ami-slideshow-separate-container .ami-slideshow-slide-title:empty {
      display: none; }
/* line 4525, ../sass/styles.scss */
.node-list .ami-slideshow-container {
  overflow: hidden;
  clear: both;
  transition: height 1s linear; }
  /* line 4529, ../sass/styles.scss */
  .node-list .ami-slideshow-container .slick-item {
    overflow: hidden; }
  /* line 4532, ../sass/styles.scss */
  .node-list .ami-slideshow-container .ami-slideshow-slide-description {
    clear: both; }
  /* line 4535, ../sass/styles.scss */
  .node-list .ami-slideshow-container .img-wrapper {
    float: right;
    position: relative; }
    /* line 4538, ../sass/styles.scss */
    .node-list .ami-slideshow-container .img-wrapper img {
      margin: 5px 0; }
    /* line 4541, ../sass/styles.scss */
    .node-list .ami-slideshow-container .img-wrapper .ami-slideshow-pin-btn {
      position: absolute;
      top: 8px;
      right: 8px;
      display: none; }

/* line 4555, ../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 4562, ../sass/styles.scss */
  .node-type-mf-quiz .top-bar .sponsored {
    position: absolute;
    right: 100px;
    top: 16px; }
  /* line 4567, ../sass/styles.scss */
  .node-type-mf-quiz .top-bar .gpt-tag {
    position: absolute;
    display: block;
    right: 0;
    top: 10px; }
  /* line 4573, ../sass/styles.scss */
  .node-type-mf-quiz .top-bar, .node-type-mf-quiz .top-bar a {
    color: #666; }
/* line 4577, ../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 4583, ../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 4591, ../sass/styles.scss */
.node-type-mf-quiz .field-name-body {
  font-family: "Georgia", Times, serif;
  font-size: 17px; }
/* line 4595, ../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 4601, ../sass/styles.scss */
.node-type-mf-quiz .question-image {
  padding-bottom: 20px; }
/* line 4604, ../sass/styles.scss */
.node-type-mf-quiz .btn-next {
  padding-top: 25px;
  text-align: right; }
  /* line 4607, ../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 4619, ../sass/styles.scss */
.node-type-mf-quiz .answers {
  border: 1px solid #f8f8f8; }
  /* line 4621, ../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 4630, ../sass/styles.scss */
    .node-type-mf-quiz .answers label:hover {
      background: #fff200; }
    /* line 4633, ../sass/styles.scss */
    .node-type-mf-quiz .answers label input {
      display: none; }
      /* line 4635, ../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 4641, ../sass/styles.scss */
      .node-type-mf-quiz .answers label input:checked + .checkbox {
        background-position: 0 center; }
    /* line 4645, ../sass/styles.scss */
    .node-type-mf-quiz .answers label img {
      margin-right: 25px;
      vertical-align: middle; }
    /* line 4649, ../sass/styles.scss */
    .node-type-mf-quiz .answers label span {
      display: table-cell;
      vertical-align: middle; }
  /* line 4654, ../sass/styles.scss */
  .node-type-mf-quiz .answers label + label {
    border-top: 1px solid #f8f8f8; }
/* line 4659, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .field-name-field-image {
  text-align: center; }
  /* line 4661, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .field-name-field-image img {
    margin-top: 15px; }
/* line 4665, ../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 4671, ../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 4678, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .results-image {
  text-align: center;
  line-height: 0; }
  /* line 4681, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-image img {
    margin-top: 15px; }
/* line 4685, ../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 4693, ../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 4700, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px; }
  /* line 4705, ../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 4708, ../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 4711, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share .stButton {
    width: 54px;
    height: 31px;
    opacity: 0; }
/* line 4717, ../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 4722, ../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 4729, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .q-title {
  text-transform: uppercase; }
  /* line 4731, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .q-title .incorrect {
    color: #da0000; }
/* line 4735, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .a-title {
  color: #586e7a; }
  /* line 4737, ../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 4747, ../sass/styles.scss */
#node-basic-newsletter {
  background: #ECECEC;
  border: 1px solid #ccc;
  padding: 22px;
  text-align: center;
  width: 70%;
  margin: 50px auto; }
  /* line 4754, ../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 4760, ../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 4767, ../sass/styles.scss */
  #node-basic-newsletter h3, #node-basic-newsletter h4 {
    margin: 0 0 12px;
    line-height: inherit; }

/* line 4773, ../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 4785, ../sass/styles.scss */
  #exit-basic-newsletter .content {
    padding-left: 20px;
    padding-top: 20px; }
    /* line 4788, ../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 4795, ../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 4803, ../sass/styles.scss */
    #exit-basic-newsletter .content h3, #exit-basic-newsletter .content h4 {
      margin: 0 0 8px;
      line-height: 1; }
    /* line 4807, ../sass/styles.scss */
    #exit-basic-newsletter .content .form-item {
      margin-bottom: 5px; }
  /* line 4811, ../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 4823, ../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 4824, ../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 4839, ../sass/styles.scss */
#exit-sailthru-basic-newsletter-form {
  margin-left: 0px !important; }

/* line 4843, ../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 4852, ../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 4866, ../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 4871, ../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 4881, ../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 4891, ../sass/styles.scss */
.node-type-sponsored-page-two .sponsored-page-header {
  padding-top: 10px; }
/* line 4895, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .pair {
  text-align: center; }
  /* line 4897, ../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 4910, ../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 4917, ../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 4919, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .slick__arrow {
    position: absolute;
    width: 100%;
    left: 0; }
    /* line 4923, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .slick__arrow 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 4930, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .slick__arrow .slick-prev {
      left: 0; }
    /* line 4933, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .slick__arrow .slick-next {
      right: 0; }
/* line 4938, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .twitter-widget {
  padding-bottom: 20px; }
  /* line 4940, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .twitter-widget iframe {
    width: 100% !important; }
/* line 4944, ../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 4948, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slick__arrow {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0; }
    /* line 4953, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slick__arrow div {
      background: url(../images/gc-arrows.png) no-repeat;
      position: absolute;
      overflow: hidden;
      text-indent: -999px;
      background-size: auto 100%; }
    /* line 4960, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slick__arrow .slick-prev {
      left: 15px;
      background-position: 0 0; }
    /* line 4964, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slick__arrow .slick-next {
      right: 15px;
      background-position: 100% 0; }
  /* line 4969, ../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 4975, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slide-description p {
      display: inline; }
/* line 4981, ../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 4994, ../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; }
  @media only screen and (min-width: 980px) {
    /* line 228, ../sass/_custom.scss */
    .download-btn:hover {
      color: #fff;
      background-color: #000; } }
  /* line 234, ../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 245, ../sass/_custom.scss */
  .download-btn.arrowed.more:after {
    background-position: 0 0; }
  /* line 248, ../sass/_custom.scss */
  .download-btn:focus {
    outline: none;
    color: #fff; }

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

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

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

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

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

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

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

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

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

@media (max-width: 1439px) and (min-width: 1024px) {
  /* line 5070, ../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 5078, ../sass/styles.scss */
.gigyaSharebar {
  padding: 30px 0 30px 0; }

@media (max-width: 979px) {
  /* line 5085, ../sass/styles.scss */
  .old_header {
    display: block !important; }
    /* line 5087, ../sass/styles.scss */
    .old_header table {
      display: none !important; } }
/* line 5092, ../sass/styles.scss */
#search-block-form {
  border: none; }
  /* line 5094, ../sass/styles.scss */
  #search-block-form input.form-text {
    background: #fff;
    margin-left: 0;
    border: 1px solid #c8c7c7; }
  /* line 5100, ../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 5105, ../sass/styles.scss */
  .header-container {
    width: 720px;
    margin: 0 auto; } }

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

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

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

@media (min-width: 768px) {
  /* line 5132, ../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 5153, ../sass/styles.scss */
  .page-wrapper.nh .old_header {
    display: none; }
  /* line 5156, ../sass/styles.scss */
  .page-wrapper.nh #block-dfp-right1-300x250 {
    padding-top: 1px; }
  /* line 5159, ../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 5162, ../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 5167, ../sass/styles.scss */
  .page-wrapper.nh #block-dfp-right2-300x250 {
    z-index: 9997; }
  /* line 5171, ../sass/styles.scss */
  .page-wrapper.nh #block-mf-jamba-mf-jamba-block {
    z-index: 9; }
  /* line 5175, ../sass/styles.scss */
  .page-wrapper.nh .region-sidebar-second .dfp-tag-wrapper {
    background-color: white;
    z-index: 9997; }
  /* line 5181, ../sass/styles.scss */
  .page-wrapper.nh .new_header {
    position: fixed;
    top: 0;
    z-index: 1000000;
    width: 100%;
    left: 0; }
    /* line 5191, ../sass/styles.scss */
    .page-wrapper.nh .new_header #logo {
      float: left; }
      /* line 5194, ../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 5194, ../sass/styles.scss */
        .page-wrapper.nh .new_header #logo a {
          width: 214px;
          margin-bottom: 0;
          background-position: 0px; } }
@media (min-width: 768px) {
    /* line 5205, ../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 5205, ../sass/styles.scss */
      .page-wrapper.nh .new_header #top-nav-outer {
        height: 100px;
        padding: 0 10px;
        box-sizing: border-box;
        position: relative; } }
@media (min-width: 768px) {
    /* line 5216, ../sass/styles.scss */
    .page-wrapper.nh .new_header #top-nav {
      width: 930px;
      margin: 0 auto; }
    /* line 5220, ../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 5220, ../sass/styles.scss */
      .page-wrapper.nh .new_header #hn_nav_block {
        margin: 15px 0 0 20px;
        float: left; } }
@media (min-width: 768px) {
    /* line 5230, ../sass/styles.scss */
    .page-wrapper.nh .new_header #nh_gnc {
      float: right;
      margin-right: 1px;
      line-height: 20px; }
      /* line 5234, ../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 5239, ../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 5243, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_gnc .nh_subscribe {
        display: block;
        line-height: 0;
        margin-top: 4px;
        outline: none; }
        /* line 5249, ../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 5254, ../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 5270, ../sass/styles.scss */
    .page-wrapper.nh .new_header #nh_search_form {
      float: left;
      height: 20px;
      margin-left: -7px; }
      /* line 5274, ../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 5284, ../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 5290, ../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 5299, ../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 5304, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_search_form .form-type-textfield {
        display: block;
        float: left; }
      /* line 5308, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_search_form .form-actions {
        float: left; }
    /* line 5313, ../sass/styles.scss */
    .page-wrapper.nh .new_header #nh_social_links {
      float: right;
      margin-top: 2px; }
      /* line 5316, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link {
        float: left;
        margin: 0 3px; }
      /* line 5320, ../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 5328, ../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 5332, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link a img {
          display: none; }
      /* line 5336, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link:first-child a {
        padding-left: 20px; }
      /* line 5340, ../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 5344, ../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 5352, ../sass/styles.scss */
    .page-wrapper.nh .new_header #main-nav > ul.menu {
      display: flex;
      justify-content: space-between; } }
@media (min-width: 768px) {
    /* line 5358, ../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 5358, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li {
        margin-right: 4px; } }
@media (min-width: 768px) {
      /* line 5363, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li:last-child {
        margin-right: 0; }
      /* line 5366, ../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 5366, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav li a {
          font-size: 14px !important;
          letter-spacing: -1px; } }
@media (min-width: 768px) {
        /* line 5374, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav li a:hover {
          color: #ee523a; }
        /* line 5377, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav li a:after {
          content: '▼';
          font-size: 18px;
          margin-left: 3px;
          color: #74adb6; }
      /* line 5385, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-1 ul.menu {
        left: -14px; }
      /* line 5390, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-2 ul.menu {
        left: -118px; }
      /* line 5395, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-3 ul.menu {
        left: -250px; }
      /* line 5401, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-4 ul.menu {
        left: -330px; }
      /* line 5407, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-5 ul.menu {
        left: -442px; }
      /* line 5413, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-6 ul.menu {
        left: -440px; }
      /* line 5419, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-7 ul.menu {
        left: -570px; }
    /* line 5425, ../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 5425, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu {
        display: none; } }
@media (min-width: 768px) {
      /* line 5433, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu a:after {
        content: none !important; }
      /* line 5436, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf {
        width: 200px;
        border: none; }
        /* line 5439, ../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 5443, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a.active {
            color: #ee523a; }
          /* line 5446, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a:after {
            content: none; }
          /* line 5449, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a:hover {
            color: #ee523a; }
      /* line 5455, ../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 5461, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table {
          border: none; }
          /* line 5463, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr {
            border: none; }
            /* line 5465, ../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 5469, ../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 5475, ../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 5477, ../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 5485, ../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 5500, ../sass/styles.scss */
    .page-wrapper.nh .new_header #dfp-ad-mobile_top-wrapper {
      margin-top: 12px;
      background-color: #eee;
      height: 90px; }
      /* line 5504, ../sass/styles.scss */
      .page-wrapper.nh .new_header #dfp-ad-mobile_top-wrapper #block-dfp-mobile-top {
        margin-bottom: 0; }
    /* line 5508, ../sass/styles.scss */
    .page-wrapper.nh .new_header #third-nav-outer {
      width: 100%;
      background-color: #b5d2d7;
      height: 23px; }
    /* line 5513, ../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 5513, ../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 5513, ../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 5538, ../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 5548, ../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 5558, ../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 5565, ../sass/styles.scss */
  #admin-menu, #admin-menu .dropdown {
    z-index: 1000000 !important; } }
@media (min-width: 980px) {
  /* line 5572, ../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 5578, ../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 5583, ../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 5588, ../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 5592, ../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 5597, ../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 5602, ../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 5611, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent .print, #gigya-sharebar2_gig_containerParent .print {
    display: inline-block;
    margin-left: 10px; }
    /* line 5614, ../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 5630, ../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 5635, ../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 5642, ../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 5649, ../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 5656, ../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 5662, ../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 5669, ../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 5678, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent .print, #gigya-sharebar2_gig_containerParent .print {
    display: inline-block;
    margin-left: -12px; }
    /* line 5681, ../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 5700, ../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 5707, ../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 5710, ../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 5719, ../sass/styles.scss */
#gigya-sharebar_gig_containerParent {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px; }
  @media only screen and (min-width: 980px) {
    /* line 5719, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent {
      padding-bottom: 25px; } }
  /* line 5725, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent .print {
    margin-top: 15px; }

@media (min-width: 930px) {
  /* line 5732, ../sass/styles.scss */
  body.page-node #top-ad {
    padding-top: 20px; } }
@media only screen and (min-width: 780px) and (max-width: 979px) {
  /* line 5745, ../sass/styles.scss */
  body.page-mf-homepage .container {
    width: 720px; }
  /* line 5748, ../sass/styles.scss */
  body.page-mf-homepage #block-mf-homepage-mf-homepage-blogs {
    width: 100%; }
    /* line 5750, ../sass/styles.scss */
    body.page-mf-homepage #block-mf-homepage-mf-homepage-blogs ul.blog-items {
      padding-right: 0; }
      /* line 5752, ../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 5756, ../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 5768, ../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 5773, ../sass/styles.scss */
    body:not(.page-mf-homepage) #block-boxes-ask_the_expert #ask-the-expert .image img {
      border: none;
      margin: 0 auto; } }
/* line 5781, ../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 5784, ../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 5789, ../sass/styles.scss */
  body:not(.page-mf-homepage) .image-right .taxonomy_block div.items {
    padding-right: 200px; } }

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

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

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

@media only screen and (min-width: 768px) {
  /* line 5823, ../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 5830, ../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 304, ../sass/_custom.scss */
video {
  max-width: none; }

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

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

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

/* line 5862, ../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; }
  @media only screen and (min-width: 980px) {
    /* line 228, ../sass/_custom.scss */
    .green-button:hover {
      color: #fff;
      background-color: #000; } }
  /* line 234, ../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 245, ../sass/_custom.scss */
  .green-button.arrowed.more:after {
    background-position: 0 0; }
  /* line 248, ../sass/_custom.scss */
  .green-button:focus {
    outline: none;
    color: #fff; }

/* line 5865, ../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; }
  @media only screen and (min-width: 980px) {
    /* line 228, ../sass/_custom.scss */
    .grey-button:hover {
      color: #fff;
      background-color: #000; } }
  /* line 234, ../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 245, ../sass/_custom.scss */
  .grey-button.arrowed.more:after {
    background-position: 0 0; }
  /* line 248, ../sass/_custom.scss */
  .grey-button:focus {
    outline: none;
    color: #fff; }
  /* line 5868, ../sass/styles.scss */
  .grey-button:hover {
    background-color: #dcdcdc !important; }

/* line 5873, ../sass/styles.scss */
.list-marked {
  margin: 0 0 12px; }
  /* line 5875, ../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 5884, ../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 5889, ../sass/styles.scss */
  .ol-list-marked li {
    position: relative;
    padding: 0 0 13px 15px; }
    /* line 5892, ../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 5908, ../sass/styles.scss */
#ad1x1-oop {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block; }

/* line 5918, ../sass/styles.scss */
.dotted-pager {
  bottom: 0px;
  left: 0;
  line-height: 18px;
  line-height: 1.8rem;
  position: absolute;
  text-align: center;
  width: 100%; }
  /* line 5925, ../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 5934, ../sass/styles.scss */
    .dotted-pager a:hover, .dotted-pager a.selected {
      background: #000; }

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

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

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

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

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

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

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

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

/* line 5990, ../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 5999, ../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 6008, ../sass/styles.scss */
  #search-block-form .form-item,
  #search-block-form--2 .form-item,
  #sailthru-basic-newsletter-form .form-item {
    margin: 0; }
  /* line 6011, ../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 6024, ../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 6029, ../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 6039, ../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 6045, ../sass/styles.scss */
#sailthru-basic-newsletter-form {
  background-color: #fedb31; }
  /* line 6047, ../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 6055, ../sass/styles.scss */
  #sailthru-basic-newsletter-form .ajax-progress {
    display: none; }
  /* line 6058, ../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 6071, ../sass/styles.scss */
  #sailthru-basic-newsletter-form #messages {
    display: none; }

/*   Main Nav   */
/* line 6077, ../sass/styles.scss */
#main-nav {
  clear: both; }
  @media only screen and (min-width: 980px) {
    /* line 6077, ../sass/styles.scss */
    #main-nav {
      float: right; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 6077, ../sass/styles.scss */
    #main-nav {
      position: absolute;
      bottom: 2px;
      left: 0;
      width: calc(100% - 50px); } }
  /* line 6089, ../sass/styles.scss */
  #main-nav > ul.menu {
    padding: 0;
    margin: 0 -12px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 6089, ../sass/styles.scss */
      #main-nav > ul.menu {
        margin: 0 auto; } }
    /* line 6095, ../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 6101, ../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 6101, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover > a {
          color: #666; } }
      /* line 6110, ../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 6110, ../sass/styles.scss */
          #main-nav > ul.menu > li > a {
            font-size: 31px;
            font-size: 3.1rem; } }
        /* line 6122, ../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 6122, ../sass/styles.scss */
            #main-nav > ul.menu > li > a.active-trail, #main-nav > ul.menu > li > a.active {
              padding: 1px 1px 0; } }
          /* line 6133, ../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 6138, ../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 6145, ../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 6156, ../sass/styles.scss */
        #main-nav > ul.menu > li ul.menu li {
          border-top: 1px solid #dcdcdc;
          padding: 0 0 0 10px; }
          /* line 6159, ../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 6165, ../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 6170, ../sass/styles.scss */
          #main-nav > ul.menu > li ul.menu li:first-child {
            border: 0; }
      /* line 6175, ../sass/styles.scss */
      #main-nav > ul.menu > li:last-child {
        margin-right: 0; }
        /* line 6177, ../sass/styles.scss */
        #main-nav > ul.menu > li:last-child ul.menu {
          left: auto;
          right: -1px; }
      /* line 6182, ../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 6188, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover .nh_articles {
          color: #666; }
          /* line 6191, ../sass/styles.scss */
          #main-nav > ul.menu > li:hover .nh_articles td[class*='col']:hover {
            color: #666;
            cursor: pointer; }
        /* line 6197, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover > a {
          background: #fff;
          color: #666;
          padding: 4px 5px; }
          /* line 6201, ../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 6207, ../sass/styles.scss */
        #main-nav > ul.menu > li:hover ul.menu {
          display: block; }
  /* line 6213, ../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 6220, ../sass/styles.scss */
#secondary-menu-bar {
  margin: 2px 0 4px;
  overflow: hidden;
  width: 100%; }
  /* line 6224, ../sass/styles.scss */
  #secondary-menu-bar ul {
    width: 2000px; }
    /* line 6226, ../sass/styles.scss */
    #secondary-menu-bar ul li {
      margin-right: 20px;
      margin-top: 2px; }
      /* line 6229, ../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 6234, ../sass/styles.scss */
        #secondary-menu-bar ul li a:hover {
          color: #000; }
        /* line 6237, ../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 6251, ../sass/styles.scss */
      #secondary-menu-bar ul li.last {
        margin-right: 0; }

/*   Third Nav   */
/* line 6260, ../sass/styles.scss */
#third-nav {
  overflow: hidden;
  width: 100%; }
  /* line 6263, ../sass/styles.scss */
  #third-nav ul {
    display: flex;
    justify-content: space-between; }
    /* line 6267, ../sass/styles.scss */
    #third-nav ul:after {
      content: none !important; }
    /* line 6270, ../sass/styles.scss */
    #third-nav ul li {
      float: left;
      margin-right: 25px; }
      /* line 6273, ../sass/styles.scss */
      #third-nav ul li.last {
        margin-right: 0; }
      /* line 6276, ../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 6290, ../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 257, ../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 265, ../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 268, ../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; }
      @media only screen and (min-width: 980px) {
        /* 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 234, ../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 245, ../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 248, ../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 271, ../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 6304, ../sass/styles.scss */
.view-mf-sub-channels .pager .pager-next > a {
  background: #41ad48 url(../images/vertical-arrows.png) no-repeat 260px -13px; }
  /* line 6306, ../sass/styles.scss */
  .view-mf-sub-channels .pager .pager-next > a:hover {
    background: #000 url(../images/vertical-arrows.png) no-repeat 260px -13px; }

/* line 6311, ../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 6317, ../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 6329, ../sass/styles.scss */
  #footer .region-footer-navs {
    margin: 0 auto;
    width: 542px; }
    /* line 6332, ../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 6345, ../sass/styles.scss */
    #footer .region-footer-navs #block-menu-menu-american-media-inc {
      border-right: 1px solid #DCDCDC;
      float: left;
      width: 377px; }
      /* line 6349, ../sass/styles.scss */
      #footer .region-footer-navs #block-menu-menu-american-media-inc li {
        width: 198px; }
        /* line 6351, ../sass/styles.scss */
        #footer .region-footer-navs #block-menu-menu-american-media-inc li:nth-child(2n) {
          width: 177px; }
    /* line 6356, ../sass/styles.scss */
    #footer .region-footer-navs #block-menu-menu-browse-mens-fitness {
      float: left;
      width: 136px; }
      /* line 6359, ../sass/styles.scss */
      #footer .region-footer-navs #block-menu-menu-browse-mens-fitness ul {
        padding-left: 20px; }
        /* line 6361, ../sass/styles.scss */
        #footer .region-footer-navs #block-menu-menu-browse-mens-fitness ul li {
          clear: left; }
      /* line 6365, ../sass/styles.scss */
      #footer .region-footer-navs #block-menu-menu-browse-mens-fitness .block-title {
        padding-left: 20px; }
    /* line 6369, ../sass/styles.scss */
    #footer .region-footer-navs ul {
      margin: 5px 0 0;
      padding: 0; }
      /* line 6372, ../sass/styles.scss */
      #footer .region-footer-navs ul li {
        float: left; }
        /* line 6374, ../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 6378, ../sass/styles.scss */
          #footer .region-footer-navs ul li a:hover {
            text-decoration: underline; }
  /* line 6385, ../sass/styles.scss */
  #footer ul.partners-logos {
    padding: 0; }
    /* line 6387, ../sass/styles.scss */
    #footer ul.partners-logos li {
      border: 3px solid #dcdcdc;
      display: inline-block;
      margin-right: 25px; }
      /* line 6391, ../sass/styles.scss */
      #footer ul.partners-logos li:last-child {
        margin: 0; }
      /* line 6394, ../sass/styles.scss */
      #footer ul.partners-logos li img {
        display: block;
        height: 31px;
        width: 88px; }

/*
=============================================================================
    Right Rail
=============================================================================
*/
/*   VIDEO   */
/* line 6411, ../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 6422, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-videos .block-title .color-yellow {
    color: #fedb31;
    text-transform: uppercase; }

/* line 6430, ../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 6430, ../sass/styles.scss */
    #home-video-gallery .video-player {
      width: 100%; } }
  /* line 6438, ../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 6438, ../sass/styles.scss */
      #home-video-gallery .video-player a {
        width: 100%; } }
    /* line 6449, ../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 6465, ../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 6472, ../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 6478, ../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 6485, ../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 6491, ../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 6491, ../sass/styles.scss */
    #home-video-gallery div a {
      font-size: 18px;
      font-size: 1.8rem; } }
  /* line 6499, ../sass/styles.scss */
  #home-video-gallery div a:hover {
    color: #ee523a; }
/* line 6503, ../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 6513, ../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 6519, ../sass/styles.scss */
  #home-video-gallery h4.title a {
    color: #000;
    position: relative; }
    /* line 6522, ../sass/styles.scss */
    #home-video-gallery h4.title a:hover {
      color: #ee523a; }
/* line 6527, ../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 6527, ../sass/styles.scss */
    #home-video-gallery p.blurb {
      margin: 0 0 15px; } }

/* line 6543, ../sass/styles.scss */
.video-list {
  margin-top: 8px;
  line-height: 17px;
  line-height: 1.7rem; }
  /* line 6546, ../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 6552, ../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 6561, ../sass/styles.scss */
    .video-list a:hover {
      color: #000; }

/*   SUBSCRIBE   */
/* line 6569, ../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 6572, ../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 6576, ../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 6584, ../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 6587, ../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 6591, ../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 6598, ../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 6607, ../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 6613, ../sass/styles.scss */
.page-mf-homepage .grey-title .block-title {
  background: #4C6F7C; }
/* line 6616, ../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 6626, ../sass/styles.scss */
#block-sailthru-newsletters {
  border: 2px solid #b6c7cb;
  border-radius: 0px;
  padding-top: 7px;
  padding-bottom: 12px;
  width: 296px; }
  /* line 6632, ../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 6643, ../sass/styles.scss */
    #block-sailthru-newsletters .block-title a {
      color: #fff; }
  /* line 6647, ../sass/styles.scss */
  #block-sailthru-newsletters .ajax-progress {
    display: none; }
  /* line 6653, ../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 6666, ../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 6672, ../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 6684, ../sass/styles.scss */
        #block-sailthru-newsletters div.email-field div.form-item input.form-text:focus {
          outline: none; }
  /* line 6690, ../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 6700, ../sass/styles.scss */
    #block-sailthru-newsletters input.form-submit:hover {
      background: url(../images/signup-btn.png) -41px 0; }
    /* line 6703, ../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 6709, ../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 6718, ../sass/styles.scss */
    #block-sailthru-newsletters a.privacyPol:hover {
      text-decoration: underline; }
  /* line 6722, ../sass/styles.scss */
  #block-sailthru-newsletters #messages .messages.error {
    display: none; }
  /* line 6725, ../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 6741, ../sass/styles.scss */
  #block-sailthru-newsletters .ui-btn-text {
    display: block; }
  /* line 6744, ../sass/styles.scss */
  #block-sailthru-newsletters .ui-submit .ui-btn-text {
    display: none; }
  /* line 6747, ../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 6757, ../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 6770, ../sass/styles.scss */
  .sidebar .block-ami-mostpopular,
  #block-mf-homepage-mf-homepage-editors-pick {
    margin-top: 20px; } }
/* line 6775, ../sass/styles.scss */
.sidebar .block-ami-mostpopular ul,
#block-mf-homepage-mf-homepage-editors-pick ul {
  padding: 0; }
  /* line 6777, ../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 6782, ../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 6786, ../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 6791, ../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 6795, ../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 6807, ../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 6820, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li a span.text span.title {
  max-height: 100%; }
/* line 6824, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li.first a img {
  float: none;
  margin: 0;
  width: 100%; }
/* line 6829, ../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 6834, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li.first a span.title {
  padding-top: 7px;
  padding-bottom: 7px; }
/* line 6839, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick ul li.last {
  margin-bottom: 20px; }
/* line 6844, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick .block-title {
  margin-bottom: 5px; }
/* line 6849, ../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 6854, ../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 6861, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-editors-pick .first img {
  border: solid 1px #4C6F7C;
  box-sizing: border-box; }
/* line 6865, ../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 6870, ../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 6887, ../sass/styles.scss */
.rotator {
  overflow: hidden;
  position: relative;
  height: 333px; }
  /* line 6891, ../sass/styles.scss */
  body:not(.page-mf-homepage) .rotator {
    width: 384px; }
    @media only screen and (min-width: 768px) {
      /* line 6891, ../sass/styles.scss */
      body:not(.page-mf-homepage) .rotator {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      /* line 6891, ../sass/styles.scss */
      body:not(.page-mf-homepage) .rotator {
        width: 100%; } }
  /* line 6902, ../sass/styles.scss */
  body.page-mf-homepage .rotator .image {
    height: 333px;
    width: 100%; }
  /* line 6907, ../sass/styles.scss */
  .rotator li {
    position: relative;
    float: left; }
    /* line 6910, ../sass/styles.scss */
    .rotator li img {
      display: block;
      width: 100%;
      height: auto;
      max-height: none; }
    /* line 6916, ../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 6925, ../sass/styles.scss */
      .rotator li div.text a {
        color: #fff;
        display: inline-block;
        padding: 17px 59px 15px 10px; }
        /* line 6929, ../sass/styles.scss */
        body.page-mf-homepage .rotator li div.text a {
          max-width: 400px;
          margin: 0 auto; }
        /* line 6933, ../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 6943, ../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 6950, ../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 6953, ../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 6959, ../sass/styles.scss */
        .rotator li div.text a:hover span.title {
          color: #ee523a; }
  /* line 6966, ../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 6977, ../sass/styles.scss */
    .rotator #rotator-prev:hover,
    .rotator #rotator-next:hover {
      background-color: #000; }
  /* line 6981, ../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 6987, ../sass/styles.scss */
.page-taxonomy .rotator-block {
  padding-bottom: 55px;
  position: relative;
  margin-bottom: -3px;
  z-index: 10; }
  /* line 6990, ../sass/styles.scss */
  .page-taxonomy .rotator-block #rotator-pager {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      /* line 6990, ../sass/styles.scss */
      .page-taxonomy .rotator-block #rotator-pager {
        bottom: 8px; } }

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

/*   FILMSTRIP   */
/* line 7015, ../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 7023, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul {
    min-height: 125px !important;
    width: 10000px; }
    /* line 7026, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li {
      float: left; }
      /* line 7029, ../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 7040, ../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 7047, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li div.item:last-child {
        margin-right: 0; }
      /* line 7051, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-filmstrip .rotator-filmstrip ul li div.item a:hover span.title {
        color: #666; }

/* line 7061, ../sass/styles.scss */
.front #block-mf-homepage-mf-homepage-filmstrip {
  border-bottom: 10px solid #000;
  padding-bottom: 50px;
  margin-bottom: 0; }
  /* line 7065, ../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 7061, ../sass/styles.scss */
    .front #block-mf-homepage-mf-homepage-filmstrip {
      padding-bottom: 36px;
      margin-bottom: 0 !important; } }
  /* line 7072, ../sass/styles.scss */
  .front #block-mf-homepage-mf-homepage-filmstrip #filmstrip-pager {
    bottom: 13px; }
    /* line 7074, ../sass/styles.scss */
    body.page-mf-homepage .front #block-mf-homepage-mf-homepage-filmstrip #filmstrip-pager {
      bottom: 9px; }

/*   CENTRAL BLOCKS   */
/* line 7081, ../sass/styles.scss */
.taxonomy_block {
  border-top: 3px solid #666;
  padding-top: 25px; }
  /* line 7084, ../sass/styles.scss */
  body.page-mf-homepage .taxonomy_block {
    border-top: none;
    border-bottom: 3px solid #000;
    padding-top: 0;
    padding-bottom: 25px; }
    /* line 7089, ../sass/styles.scss */
    .last-channel body.page-mf-homepage .taxonomy_block {
      border-bottom: none; }
  /* line 7093, ../sass/styles.scss */
  .first .taxonomy_block {
    border-top: 12px solid #000; }
  /* line 7096, ../sass/styles.scss */
  .taxonomy_block div.items {
    position: relative; }
    /* line 7098, ../sass/styles.scss */
    .taxonomy_block div.items div.image {
      position: absolute;
      left: 0;
      top: 0; }
      /* line 7102, ../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 7102, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.image {
            max-width: 187px; } }
        @media only screen and (max-width: 767px) {
          /* line 7102, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.image {
            width: 100%;
            max-width: 100%;
            height: auto;
            max-height: none; } }
  /* line 7117, ../sass/styles.scss */
  .image-left .taxonomy_block div.items {
    min-height: 296px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      /* line 7117, ../sass/styles.scss */
      .image-left .taxonomy_block div.items {
        min-height: 260px; } }
    @media only screen and (min-width: 980px) {
      /* line 7122, ../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 7122, ../sass/styles.scss */
      body.page-mf-homepage .image-left .taxonomy_block div.items {
        padding-left: 200px; } }
    /* line 7130, ../sass/styles.scss */
    body.page-mf-homepage .image-left .taxonomy_block div.items div.arrow div.title a {
      background: none;
      position: relative; }
      /* line 7133, ../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 7133, ../sass/styles.scss */
          body.page-mf-homepage .image-left .taxonomy_block div.items div.arrow div.title a:after {
            display: none; } }
  /* line 7153, ../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 7153, ../sass/styles.scss */
      .image-right .taxonomy_block div.items {
        min-height: 260px; } }
    @media only screen and (min-width: 980px) {
      /* line 7159, ../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 7159, ../sass/styles.scss */
      body.page-mf-homepage .image-right .taxonomy_block div.items {
        padding-right: 200px; } }
    /* line 7167, ../sass/styles.scss */
    .image-right .taxonomy_block div.items div.image {
      right: 0;
      left: auto; }
      /* line 7170, ../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 7170, ../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 7170, ../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 7185, ../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 7190, ../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 7196, ../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 7196, ../sass/styles.scss */
          body.page-mf-homepage .image-right .taxonomy_block div.items div.arrow div.title a:after {
            display: none; } }
  /* line 7214, ../sass/styles.scss */
  .taxonomy_block .block-title {
    margin: 0 0 14px; }
    /* line 7216, ../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 7223, ../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 7228, ../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 7228, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block .block-title a {
            text-transform: uppercase; } }
  /* line 7237, ../sass/styles.scss */
  .taxonomy_block div.items {
    overflow: hidden;
    position: relative; }
    /* line 7241, ../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 7250, ../sass/styles.scss */
      .taxonomy_block div.items div.title a:hover {
        color: #666; }
      /* line 7253, ../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 7253, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.title a {
            font-size: 18px;
            font-size: 1.8rem; } }
    /* line 7262, ../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 7271, ../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 7271, ../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 7283, ../sass/styles.scss */
    .taxonomy_block div.items div.item {
      margin-bottom: 20px; }
      /* line 7285, ../sass/styles.scss */
      .taxonomy_block div.items div.item:last-child {
        margin-bottom: 0; }
      /* line 7288, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block div.items div.item {
        margin-bottom: 25px; }
        @media only screen and (max-width: 767px) {
          /* line 7288, ../sass/styles.scss */
          body.page-mf-homepage .taxonomy_block div.items div.item {
            margin-bottom: 15px; } }
    /* line 7296, ../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 7303, ../sass/styles.scss */
      body.page-mf-homepage .taxonomy_block div.items .arrow div.title a {
        display: inline-block; }
  /* line 7310, ../sass/styles.scss */
  .image-right.two-lines-title .taxonomy_block div.image {
    top: -58px;
    margin-bottom: -58px; }

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

/* line 7327, ../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 7331, ../sass/styles.scss */
  #block-mf-channels-mf-channels-cr-sports-0 {
    border-top: solid 3px #666;
    padding-top: 20px; } }
/* line 7336, ../sass/styles.scss */
#block-mf-channels-mf-channels-cr-sports-0 .taxonomy_block {
  padding-top: 5px; }

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

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

/*   TOP NEWS   */
/* line 7349, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-group-block {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1;
  border-bottom: solid 4px;
  padding-bottom: 5px; }
  /* line 7355, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-group-block #home-video-gallery h4.title a {
    display: inline-block;
    text-indent: 28px; }
    /* line 7358, ../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 7358, ../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 7381, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-group-block #block-mf-homepage-mf-homepage-video-nodes {
      width: 384px; }
      /* line 7385, ../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 7387, ../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 7381, ../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 7399, ../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 7401, ../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 7410, ../sass/styles.scss */
#block-mf-homepage-mf-homepage-blogs {
  width: 285px;
  float: left;
  margin-top: 16px;
  margin-right: 25px; }
  /* line 7415, ../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 7426, ../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 7436, ../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 7442, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-blogs ul li:last-child .blog-item:last-child {
        border-bottom: none !important; } }
    /* line 7448, ../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 7453, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-blogs ul li div.blog-item a {
        display: inline-block;
        vertical-align: top; }
        /* line 7457, ../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 7461, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-blogs ul li div.blog-item > a {
          display: none; } }
      /* line 7466, ../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 7466, ../sass/styles.scss */
          #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .blog-item-caption {
            width: 100%;
            margin-left: 0; } }
      /* line 7475, ../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 7475, ../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 7490, ../sass/styles.scss */
        #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .title a:hover {
          color: #ee523a; }
      /* line 7494, ../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 7494, ../sass/styles.scss */
          #block-mf-homepage-mf-homepage-blogs ul li div.blog-item .blurb a {
            line-height: 16px; } }
  /* line 7511, ../sass/styles.scss */
  #block-mf-homepage-mf-homepage-blogs a#blog-more {
    display: none; }

/* line 7515, ../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 7515, ../sass/styles.scss */
    #block-mf-homepage-mf-homepage-video-nodes {
      border-top: solid 4px #000; } }
  /* line 7521, ../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 7521, ../sass/styles.scss */
      #block-mf-homepage-mf-homepage-video-nodes h3 {
        padding-top: 25px;
        padding-bottom: 10px;
        text-transform: uppercase; } }

/* Ask The Expert   */
/* line 7537, ../sass/styles.scss */
.region-content-aside #block-boxes-ask-the-expert #ask-the-expert {
  border: solid 1px #586E7A; }
  /* line 7539, ../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 7539, ../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 7539, ../sass/styles.scss */
      .region-content-aside #block-boxes-ask-the-expert #ask-the-expert div.image {
        float: left;
        width: 105px; } }
    /* line 7551, ../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 7551, ../sass/styles.scss */
        .region-content-aside #block-boxes-ask-the-expert #ask-the-expert div.image img {
          margin: 10px 0 0 -1px; } }
  /* line 7559, ../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 7559, ../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 7559, ../sass/styles.scss */
      .region-content-aside #block-boxes-ask-the-expert #ask-the-expert ul {
        float: left;
        margin-left: 20px; } }

/* line 7577, ../sass/styles.scss */
#block-boxes-ask-the-expert {
  margin-bottom: 20px; }
  /* line 7579, ../sass/styles.scss */
  #block-boxes-ask-the-expert #ask-the-expert {
    width: 100%;
    overflow: hidden;
    *overflow: visible;
    *zoom: 1; }
    /* line 7583, ../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 7588, ../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 7600, ../sass/styles.scss */
    #block-boxes-ask-the-expert #ask-the-expert div.image {
      float: left;
      width: 80px;
      margin-top: 13px; }
      /* line 7605, ../sass/styles.scss */
      #block-boxes-ask-the-expert #ask-the-expert div.image img {
        padding: 0 1px;
        display: block;
        border: solid 1px #4C6F7C; }
    /* line 7611, ../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 7611, ../sass/styles.scss */
        #block-boxes-ask-the-expert #ask-the-expert ul {
          width: 100px; } }
      /* line 7618, ../sass/styles.scss */
      #block-boxes-ask-the-expert #ask-the-expert ul li {
        margin-bottom: 10px; }
        /* line 7620, ../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 7620, ../sass/styles.scss */
            #block-boxes-ask-the-expert #ask-the-expert ul li.first-item {
              padding-right: 9px; } }
        /* line 7634, ../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 7634, ../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 7645, ../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 7645, ../sass/styles.scss */
              #block-boxes-ask-the-expert #ask-the-expert ul li a span {
                padding-top: 3px; } }
            /* line 7651, ../sass/styles.scss */
            #block-boxes-ask-the-expert #ask-the-expert ul li a span.orange {
              color: #ee523a; }

/* CHANNELS PAGE */
/* line 7667, ../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 7680, ../sass/styles.scss */
body:not(.page-mf-homepage) .block-mf-channels {
  padding-bottom: 10px; }

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

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

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

/*   HOT TOPICS ON HOMEPAGE   */
/* line 7707, ../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 7707, ../sass/styles.scss */
    .all-topics > a {
      width: 100%; } }

/* line 7717, ../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 7724, ../sass/styles.scss */
  .hot-topics li.title a {
    display: inline-block;
    color: #000;
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem; }
    /* line 7729, ../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 7740, ../sass/styles.scss */
    .hot-topics li.title a:hover {
      color: #666; }

/* line 7746, ../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; }
  @media only screen and (min-width: 980px) {
    /* line 228, ../sass/_custom.scss */
    .all-topics:hover {
      color: #fff;
      background-color: #000; } }
  /* line 234, ../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 245, ../sass/_custom.scss */
  .all-topics.arrowed.more:after {
    background-position: 0 0; }
  /* line 248, ../sass/_custom.scss */
  .all-topics:focus {
    outline: none;
    color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 7746, ../sass/styles.scss */
    .all-topics {
      width: 100%; } }

/* line 7755, ../sass/styles.scss */
.hottest-topic h3 {
  margin-top: 0px;
  margin-bottom: 9px; }
  /* line 7758, ../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 7769, ../sass/styles.scss */
.subchannel-central-rail ul li {
  display: inline-block;
  float: left;
  width: 182px; }
  /* line 7773, ../sass/styles.scss */
  .subchannel-central-rail ul li.views-row-odd {
    padding-right: 20px; }
  /* line 7776, ../sass/styles.scss */
  .subchannel-central-rail ul li.views-row {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #dcdcdc;
    height: 240px; }
    /* line 7781, ../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 7788, ../sass/styles.scss */
      .subchannel-central-rail ul li.views-row .views-field-field-promo-title .field-content a {
        color: #000; }
    /* line 7792, ../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 7799, ../sass/styles.scss */
    .subchannel-central-rail ul li.views-row .views-field .field-content img {
      height: 157px;
      width: 182px; }
  /* line 7805, ../sass/styles.scss */
  .subchannel-central-rail ul li.views-row-1, .subchannel-central-rail ul li.views-row-2 {
    padding-top: 34px; }
/* line 7810, ../sass/styles.scss */
.subchannel-central-rail #ami_views_pager-ajax-loader {
  margin-bottom: -24px; }

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

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

/* line 7828, ../sass/styles.scss */
.memento-slide {
  position: relative;
  height: 505px;
  margin-bottom: 12px;
  overflow: hidden; }
  /* line 7833, ../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 7841, ../sass/styles.scss */
    .memento-slide img.memento-slide-image.active {
      opacity: 1; }
  /* line 7845, ../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 7872, ../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 7882, ../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 7886, ../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 7894, ../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 7897, ../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 7899, ../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 7907, ../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 7910, ../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 7915, ../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 7920, ../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 7927, ../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 7935, ../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 7942, ../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 7949, ../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 7954, ../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 7958, ../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 7962, ../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 7969, ../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 7978, ../sass/styles.scss */
.node-photo-gallery .gallery-top-bar .gallery-counters {
  float: right; }
/* line 7983, ../sass/styles.scss */
.node-photo-gallery .ami-slideshow-container {
  overflow: hidden;
  transition: height 1s linear; }
/* line 7988, ../sass/styles.scss */
.node-photo-gallery .ami-slideshow-slide-photo-credit {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  color: #666; }
/* line 7995, ../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 8001, ../sass/styles.scss */
.node-photo-gallery .slideshow-wrapper {
  position: relative;
  margin-bottom: 12px; }
  /* line 8005, ../sass/styles.scss */
  .node-photo-gallery .slideshow-wrapper.last-slide-opened .last-slide {
    display: block; }
  /* line 8009, ../sass/styles.scss */
  .node-photo-gallery .slideshow-wrapper .ami-slideshow-pin-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 995; }
/* line 8017, ../sass/styles.scss */
.node-photo-gallery .ami-slideshow-separate-container {
  position: relative; }
  /* line 8019, ../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 8026, ../sass/styles.scss */
    .node-photo-gallery .ami-slideshow-separate-container .ami-slideshow-separate-item.active {
      opacity: 1;
      position: relative;
      z-index: 900; }
/* line 8034, ../sass/styles.scss */
.node-photo-gallery .slick {
  position: relative; }
  /* line 8036, ../sass/styles.scss */
  .node-photo-gallery .slick .ami-slideshow-slide {
    position: relative; }
    /* line 8038, ../sass/styles.scss */
    .node-photo-gallery .slick .ami-slideshow-slide img {
      float: left;
      width: 100%; }
  /* line 8043, ../sass/styles.scss */
  .node-photo-gallery .slick .slide__description {
    display: none; }
  @media only screen and (min-width: 980px) {
    /* line 8046, ../sass/styles.scss */
    .node-photo-gallery .slick #gigya-sharebar_gig_containerParent {
      padding-bottom: 10px; } }
  /* line 8050, ../sass/styles.scss */
  .node-photo-gallery .slick #gigya-sharebar_gig_containerParent .print {
    margin-top: 15px; }
  /* line 8054, ../sass/styles.scss */
  .node-photo-gallery .slick .gallery-top-bar {
    height: 40px; }
    @media only screen and (max-width: 767px) {
      /* line 8054, ../sass/styles.scss */
      .node-photo-gallery .slick .gallery-top-bar {
        overflow: hidden; } }
    /* line 8059, ../sass/styles.scss */
    .node-photo-gallery .slick .gallery-top-bar .author_pic {
      float: left; }
    /* line 8062, ../sass/styles.scss */
    .node-photo-gallery .slick .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; }
      @media only screen and (max-width: 767px) {
        /* line 8062, ../sass/styles.scss */
        .node-photo-gallery .slick .gallery-top-bar .byline {
          max-width: 155px;
          word-wrap: break-word; } }
      /* line 8074, ../sass/styles.scss */
      .node-photo-gallery .slick .gallery-top-bar .byline .info {
        color: #ee523a; }
      @media only screen and (max-width: 767px) {
        /* line 8062, ../sass/styles.scss */
        .node-photo-gallery .slick .gallery-top-bar .byline {
          max-width: 155px;
          line-height: 2; } }
    /* line 8082, ../sass/styles.scss */
    .node-photo-gallery .slick .gallery-top-bar .twitter-follow {
      margin-top: 10px;
      display: inline-block;
      margin-left: 10px; }
    /* line 8087, ../sass/styles.scss */
    .node-photo-gallery .slick .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 8094, ../sass/styles.scss */
      .node-photo-gallery .slick .gallery-top-bar .gallery-counters .count {
        float: left;
        margin-right: 10px;
        color: #666; }
      /* line 8099, ../sass/styles.scss */
      .node-photo-gallery .slick .gallery-top-bar .gallery-counters a.view-all .icons {
        height: 25px;
        width: 25px;
        display: inline-block;
        margin-top: 1px; }
        /* line 8104, ../sass/styles.scss */
        .node-photo-gallery .slick .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 8113, ../sass/styles.scss */
      .node-photo-gallery .slick .gallery-top-bar .gallery-counters .mf-slideshow-separator {
        color: #dcdcdc; }
  /* line 8120, ../sass/styles.scss */
  .node-photo-gallery .slick .slide__caption .slide__title {
    padding: 10px 0;
    margin-bottom: 0;
    margin-top: 0;
    background: #808080;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem; }
    @media only screen and (max-width: 767px) {
      /* line 8120, ../sass/styles.scss */
      .node-photo-gallery .slick .slide__caption .slide__title {
        font-size: 22px;
        font-size: 2.2rem; } }
  /* line 8133, ../sass/styles.scss */
  .node-photo-gallery .slick .media {
    position: relative; }
    /* line 8136, ../sass/styles.scss */
    .node-photo-gallery .slick .media .netseer_image_banner {
      bottom: -15px;
      top: auto !important;
      right: 0;
      left: 0 !important;
      margin-right: auto;
      margin-left: auto !important; }
  /* line 8145, ../sass/styles.scss */
  .node-photo-gallery .slick .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 8154, ../sass/styles.scss */
    .node-photo-gallery .slick .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 8163, ../sass/styles.scss */
      .node-photo-gallery .slick .last-slide .next-slide-teaser a {
        color: #fff; }
        /* line 8165, ../sass/styles.scss */
        .node-photo-gallery .slick .last-slide .next-slide-teaser a:hover {
          color: #ee523a; }
      /* line 8169, ../sass/styles.scss */
      .node-photo-gallery .slick .last-slide .next-slide-teaser h3 {
        margin: 0 0 10px 0; }
        /* line 8171, ../sass/styles.scss */
        .node-photo-gallery .slick .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 8176, ../sass/styles.scss */
          .node-photo-gallery .slick .last-slide .next-slide-teaser h3 a:hover {
            color: #ee523a; }
      /* line 8181, ../sass/styles.scss */
      .node-photo-gallery .slick .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 8187, ../sass/styles.scss */
    .node-photo-gallery .slick .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 8203, ../sass/styles.scss */
  .node-photo-gallery .slick .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 8218, ../sass/styles.scss */
  .node-photo-gallery .slick .ami-slideshow-slide-photo-credit {
    float: right;
    width: 155px;
    text-align: right;
    color: #666;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 8235, ../sass/styles.scss */
  .node-photo-gallery .slick 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 8246, ../sass/styles.scss */
  .node-photo-gallery .slick a span.blurb {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem; }
  /* line 8251, ../sass/styles.scss */
  .node-photo-gallery .slick a:hover span.title {
    color: #ee523a; }
  /* line 8256, ../sass/styles.scss */
  .node-photo-gallery .slick .fake-owl-prev,
  .node-photo-gallery .slick .fake-owl-next,
  .node-photo-gallery .slick .slick-prev,
  .node-photo-gallery .slick .slick-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 8275, ../sass/styles.scss */
    .node-photo-gallery .slick .fake-owl-prev:hover,
    .node-photo-gallery .slick .fake-owl-next:hover,
    .node-photo-gallery .slick .slick-prev:hover,
    .node-photo-gallery .slick .slick-next:hover {
      opacity: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }
  /* line 8280, ../sass/styles.scss */
  .node-photo-gallery .slick .fake-owl-next,
  .node-photo-gallery .slick .slick-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 8287, ../sass/styles.scss */
  .node-photo-gallery .slick .fake-owl-prev.disabled,
  .node-photo-gallery .slick .slick-prev.disabled {
    display: none; }
  /* line 8292, ../sass/styles.scss */
  .node-photo-gallery .slick .last-slide-opened .slick-next,
  .node-photo-gallery .slick .last-slide-opened .fake-owl-next,
  .node-photo-gallery .slick .last-slide-opened .ami-slideshow-slide-title {
    display: none; }
  /* line 8302, ../sass/styles.scss */
  .node-photo-gallery .slick .slide__caption .slide__description p:first-of-type {
    margin-top: 10px; }

/* line 8311, ../sass/styles.scss */
.all-slides-wrapper {
  display: none;
  position: absolute;
  top: 0;
  z-index: 5000; }
  @media only screen and (max-width: 767px) {
    /* line 8311, ../sass/styles.scss */
    .all-slides-wrapper {
      z-index: 998; } }
  /* line 8319, ../sass/styles.scss */
  .all-slides-wrapper .all-slides-container {
    background-color: #dcdcdc; }
    /* line 8321, ../sass/styles.scss */
    .all-slides-wrapper .all-slides-container .back-to-gallery {
      width: 100%;
      background-color: #666;
      height: 32px;
      text-align: center;
      padding-top: 10px;
      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;
      cursor: pointer; }
  /* line 8336, ../sass/styles.scss */
  .all-slides-wrapper .custom-scrollbar {
    overflow-y: auto;
    padding-top: 0;
    box-sizing: border-box;
    text-align: center; }
    /* line 8341, ../sass/styles.scss */
    .all-slides-wrapper .custom-scrollbar .all-slides-thumbs-list {
      padding-top: 10px;
      box-sizing: border-box; }
  /* line 8346, ../sass/styles.scss */
  .all-slides-wrapper .thumb {
    margin: 0 24px 48px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      /* line 8346, ../sass/styles.scss */
      .all-slides-wrapper .thumb {
        margin-bottom: 15px; } }

/* line 8361, ../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 8375, ../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 8381, ../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 8384, ../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 8392, ../sass/styles.scss */
.node-type-blog #disqus_thread,
.node-type-recipe #disqus_thread {
  border-top: 0;
  padding-top: 7px; }
/* line 8396, ../sass/styles.scss */
.node-type-blog .field-name-field-topics,
.node-type-recipe .field-name-field-topics {
  margin-bottom: 4px;
  clear: both; }
  /* line 8399, ../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 8406, ../sass/styles.scss */
.node-type-video #block-system-main,
.node-type-video .node-video {
  margin-bottom: 0; }
/* line 8410, ../sass/styles.scss */
.node-type-video span.print-link {
  display: none; }
/* line 8413, ../sass/styles.scss */
.node-type-video .sharethis-wrapper {
  margin-top: 21px; }
/* line 8420, ../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 8428, ../sass/styles.scss */
  .node-type-video .view-more-videos .block-title a {
    color: #fff; }
/* line 8432, ../sass/styles.scss */
.node-type-video .view-more-videos .pager-more {
  display: none; }
/* line 8436, ../sass/styles.scss */
.node-type-video #block-views-more-videos-more-videos {
  margin-bottom: 10px; }

/* line 8441, ../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 8454, ../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 8466, ../sass/styles.scss */
.node-webform .top-bar {
  padding: 5px 0; }
/* line 8469, ../sass/styles.scss */
.node-webform span.print-link {
  display: none; }
/* line 8472, ../sass/styles.scss */
.node-webform .article-lead-image {
  margin-bottom: 24px; }
/* line 8476, ../sass/styles.scss */
.node-webform .field-name-field-topics + .sharethis-wrapper {
  padding-bottom: 6px; }
/* line 8480, ../sass/styles.scss */
.node-webform .webform-client-form {
  border-top: 3px solid #666;
  clear: both;
  padding: 20px 0 24px; }
  /* line 8484, ../sass/styles.scss */
  .node-webform .webform-client-form .form-actions {
    text-align: center; }
  /* line 8487, ../sass/styles.scss */
  .node-webform .webform-client-form .form-submit {
    width: 145px;
    margin: 12px auto; }
  /* line 8491, ../sass/styles.scss */
  .node-webform .webform-client-form #edit-previous,
  .node-webform .webform-client-form #edit-next {
    width: auto;
    margin: 12px; }

/* line 8502, ../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 8509, ../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 8518, ../sass/styles.scss */
  .article-author-bar .info {
    padding: 0 10px 0 0;
    display: inline-block;
    line-height: 37px; }
  /* line 8523, ../sass/styles.scss */
  .article-author-bar .twitter-follow {
    position: relative;
    top: 4px; }

/* line 8532, ../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 8538, ../sass/styles.scss */
  .article-lead-image .field-name-field-photo-credit {
    float: right;
    width: 155px;
    text-align: right;
    padding: 0; }
    /* line 8543, ../sass/styles.scss */
    .article-lead-image .field-name-field-photo-credit .field-item {
      color: #666;
      display: inline-block;
      padding: 3px 0 0; }
      /* line 8547, ../sass/styles.scss */
      .article-lead-image .field-name-field-photo-credit .field-item:after {
        content: ","; }
      /* line 8551, ../sass/styles.scss */
      .article-lead-image .field-name-field-photo-credit .field-item:last-child:after {
        content: " "; }
  /* line 8557, ../sass/styles.scss */
  .article-lead-image .field-name-field-image-caption {
    padding: 3px 0 0;
    font-weight: 700; }
  /* line 8561, ../sass/styles.scss */
  .article-lead-image .article-lead-img-pin {
    position: absolute;
    right: 12px;
    top: 12px; }

/* line 8571, ../sass/styles.scss */
.article-editors-piks .node-teaser,
.article-related-items .node-teaser,
.you-also-like .node-teaser {
  padding: 0;
  margin: 0; }
  /* line 8574, ../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 8583, ../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 8587, ../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 8596, ../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 8602, ../sass/styles.scss */
.article-editors-piks {
  width: 131px;
  border-left: 12px solid #000;
  padding: 0 0 0 12px;
  margin: 5px 0 12px 20px; }
  /* line 8607, ../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 8616, ../sass/styles.scss */
  .article-editors-piks .node-teaser {
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px;
    margin: 0 0 12px; }
  /* line 8622, ../sass/styles.scss */
  .article-editors-piks .field-item:last-child .node-teaser {
    border: 0;
    margin: 0;
    padding: 0; }

/* line 8630, ../sass/styles.scss */
.article-related-items,
.you-also-like {
  margin-bottom: 16px; }
  /* line 8633, ../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 8642, ../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 8645, ../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 8656, ../sass/styles.scss */
.node-content .pager {
  float: right;
  margin: 10px 0 28px;
  font-weight: 700; }
  /* line 8660, ../sass/styles.scss */
  .node-content .pager li {
    padding: 0 6px; }
    /* line 8662, ../sass/styles.scss */
    .node-content .pager li.pager-item, .node-content .pager li.pager-current {
      border-left: 1px solid #dcdcdc; }
      /* line 8665, ../sass/styles.scss */
      .node-content .pager li.pager-item a, .node-content .pager li.pager-current a {
        color: #000; }
    /* line 8669, ../sass/styles.scss */
    .node-content .pager li.pager-current {
      color: #dcdcdc; }
      /* line 8671, ../sass/styles.scss */
      .node-content .pager li.pager-current:first-child {
        border: 0; }
    /* line 8677, ../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 8684, ../sass/styles.scss */
      .node-content .pager li.pager-next a:hover, .node-content .pager li.pager-previous a:hover {
        background-color: #000; }
    /* line 8689, ../sass/styles.scss */
    .node-content .pager li.pager-previous {
      padding-right: 15px; }
      /* line 8691, ../sass/styles.scss */
      .node-content .pager li.pager-previous + .pager-item {
        border: 0; }
      /* line 8694, ../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 8701, ../sass/styles.scss */
    .node-content .pager li.pager-next {
      padding-left: 15px; }
      /* line 8703, ../sass/styles.scss */
      .node-content .pager li.pager-next a {
        background-image: url(../images/arrow_right_m.svg);
        background-position: 65px 50%;
        background-repeat: no-repeat;
        padding-right: 21px; }
/* line 8712, ../sass/styles.scss */
.node-content #block-boxes-dfp-mobile-top {
  margin: 15px auto; }
  @media only screen and (min-width: 768px) {
    /* line 8712, ../sass/styles.scss */
    .node-content #block-boxes-dfp-mobile-top {
      display: none; } }

/* line 8720, ../sass/styles.scss */
.recipe-serv-data {
  width: 220px;
  border-left: 12px solid #000;
  padding: 0 0 0 12px;
  margin: 5px 0 12px 20px; }
  /* line 8725, ../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 8734, ../sass/styles.scss */
  .recipe-serv-data .field {
    font-size: 13px;
    font-size: 1.3rem; }
  /* line 8737, ../sass/styles.scss */
  .recipe-serv-data .field-label {
    text-transform: uppercase; }

/* line 8749, ../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 8752, ../sass/styles.scss */
body.page-topics #block-system-main, body.page-authors #block-system-main {
  overflow: hidden; }

/* line 8758, ../sass/styles.scss */
.topics-index {
  position: relative; }
  /* line 8760, ../sass/styles.scss */
  .topics-index .topics-alphabet {
    width: 384px;
    padding: 8px 0;
    margin: 3px 0 11px;
    border-bottom: 1px solid #dcdcdc; }
    /* line 8765, ../sass/styles.scss */
    .topics-index .topics-alphabet .item {
      display: inline;
      padding: 0 0 0 8px; }
      /* line 8768, ../sass/styles.scss */
      .topics-index .topics-alphabet .item a {
        color: #666;
        text-transform: uppercase;
        line-height: 24px;
        line-height: 2.4rem; }
        /* line 8772, ../sass/styles.scss */
        .topics-index .topics-alphabet .item a.inactive {
          color: #dcdcdc; }
      /* line 8776, ../sass/styles.scss */
      .topics-index .topics-alphabet .item:first-child {
        padding-left: 0; }
  /* line 8781, ../sass/styles.scss */
  .topics-index .topics-column {
    display: inline-table;
    vertical-align: top; }
    /* line 8784, ../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 8787, ../sass/styles.scss */
      .topics-index .topics-column .topics-list-item a {
        color: #666;
        text-transform: capitalize; }
    /* line 8792, ../sass/styles.scss */
    .topics-index .topics-column .topics-letter-wrapper {
      border-bottom: 1px solid #dcdcdc;
      padding: 0 0 20px; }
      /* line 8795, ../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 8806, ../sass/styles.scss */
.view-topic-landing .tiles {
  border-bottom: 10px solid #000;
  margin-bottom: 20px; }
  /* line 8809, ../sass/styles.scss */
  .view-topic-landing .tiles ul {
    display: inline-block; }
  /* line 8812, ../sass/styles.scss */
  .view-topic-landing .tiles .views-row {
    float: left;
    width: 300px;
    height: 600px; }

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

/* line 8847, ../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 8862, ../sass/styles.scss */
.block-mf-recipe .search_form {
  margin: -3px 0 23px; }

/* line 8868, ../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 8877, ../sass/styles.scss */
  .most-popular-recipes-list .block-title .blue {
    color: #bac6cb; }
/* line 8882, ../sass/styles.scss */
.most-popular-recipes-list .item-list .list-item {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  padding: 24px 0 19px; }
  /* line 8886, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .list-item .recipe-image {
    display: block;
    float: left;
    margin: 0 25px 0 0; }
  /* line 8891, ../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 8898, ../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 8904, ../sass/styles.scss */
    .most-popular-recipes-list .item-list .list-item .recipe-promo .field-content a {
      color: #000; }
  /* line 8908, ../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 8915, ../sass/styles.scss */
    .most-popular-recipes-list .item-list .list-item .recipe-title a {
      color: black; }
/* line 8920, ../sass/styles.scss */
.most-popular-recipes-list .item-list .pager {
  margin: 23px 0 -10px; }
  /* line 8922, ../sass/styles.scss */
  .most-popular-recipes-list .item-list .pager .pager-more {
    display: none; }
  /* line 8925, ../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 8928, ../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 8936, ../sass/styles.scss */
.recipe-topics-grid {
  border-top: 3px solid #666;
  overflow: hidden;
  padding: 0 0 4px; }
  /* line 8940, ../sass/styles.scss */
  .recipe-topics-grid .recipe-topics {
    overflow: hidden;
    width: 618px; }
    /* line 8943, ../sass/styles.scss */
    .recipe-topics-grid .recipe-topics .item {
      float: left;
      display: block;
      padding: 24px 24px 24px 0;
      border-bottom: 1px solid #dcdcdc; }
      /* line 8948, ../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 8976, ../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 8980, ../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 8997, ../sass/styles.scss */
#block-dfp-skin {
  display: none; }

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

/* line 9017, ../sass/styles.scss */
.more-galleries {
  overflow: hidden;
  margin: 0 0 17px; }
  /* line 9020, ../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 9031, ../sass/styles.scss */
  .more-galleries ul {
    margin: 23px 0 0; }
    /* line 9033, ../sass/styles.scss */
    .more-galleries ul li {
      float: left;
      width: 131px;
      margin-right: 23px; }
      /* line 9037, ../sass/styles.scss */
      .more-galleries ul li.first {
        margin-right: 24px; }
      /* line 9040, ../sass/styles.scss */
      .more-galleries ul li.last {
        margin-right: 0; }
      /* line 9043, ../sass/styles.scss */
      .more-galleries ul li img {
        display: block; }
      /* line 9046, ../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 9061, ../sass/styles.scss */
        .more-galleries ul li strong.title a:hover {
          color: #ee523a; }
      /* line 9065, ../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 9080, ../sass/styles.scss */
#disqus_thread {
  border-top: 3px solid #666;
  margin-top: 15px;
  padding-top: 23px; }

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

/* line 9096, ../sass/styles.scss */
.topic-landing {
  font-size: 21px;
  font-size: 2.1rem; }
  /* line 9098, ../sass/styles.scss */
  .topic-landing .pager {
    margin: 23px 0 12px; }
    /* line 9100, ../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 9103, ../sass/styles.scss */
      .topic-landing .pager .pager-next a:hover {
        background: #000 url(../images/vertical-arrows.png) no-repeat 363px -12px; }
    /* line 9107, ../sass/styles.scss */
    .topic-landing .pager .pager-ellipsis {
      display: none; }
  /* line 9111, ../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 9119, ../sass/styles.scss */
  .topic-landing nav {
    display: none; }
  /* line 9122, ../sass/styles.scss */
  .topic-landing section.nodes {
    border-top: 3px solid #666;
    position: relative; }
  /* line 9126, ../sass/styles.scss */
  .topic-landing #block-system-main {
    margin: 0; }
  /* line 9129, ../sass/styles.scss */
  .topic-landing .tile {
    overflow: hidden;
    margin: 0 0 -1px; }
    /* line 9132, ../sass/styles.scss */
    .topic-landing .tile .datetime {
      display: none; }
    /* line 9135, ../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 9141, ../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 9149, ../sass/styles.scss */
      .topic-landing .tile .teaser-text a {
        color: #000; }
    /* line 9153, ../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 9163, ../sass/styles.scss */
      .topic-landing .tile .teaser-title a {
        color: #000; }
  /* line 9168, ../sass/styles.scss */
  .topic-landing .list {
    position: relative; }
    /* line 9170, ../sass/styles.scss */
    .topic-landing .list .article {
      border-bottom: 1px solid #dcdcdc;
      padding: 25px 0 24px;
      margin: 0; }
      /* line 9175, ../sass/styles.scss */
      .topic-landing .list .article .article-teaser-image img {
        width: 131px; }

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

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

@media only screen and (min-width: 980px) {
  /* line 9206, ../sass/styles.scss */
  .node-type-photo-gallery #gigya-sharebar_gig_containerParent {
    padding-bottom: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 9206, ../sass/styles.scss */
  .node-type-photo-gallery #gigya-sharebar_gig_containerParent {
    padding-bottom: 0; } }
/* line 9213, ../sass/styles.scss */
.node-type-photo-gallery #gigya-sharebar_gig_containerParent .print {
  margin-top: 15px; }
/* line 9218, ../sass/styles.scss */
.node-type-photo-gallery .slick #gigya-sharebar_gig_containerParent {
  display: block; }
/* line 9222, ../sass/styles.scss */
.node-type-photo-gallery #gigya-sharebar2_gig_containerParent {
  margin-bottom: 30px; }
  @media only screen and (max-width: 979px) {
    /* line 9222, ../sass/styles.scss */
    .node-type-photo-gallery #gigya-sharebar2_gig_containerParent {
      margin-bottom: 20px; } }

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

/* line 9238, ../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 9243, ../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 9250, ../sass/styles.scss */
.mf-live-block-book p {
  line-height: 18px;
  line-height: 1.8rem;
  margin: 0;
  color: #666;
  position: relative; }
/* line 9256, ../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 9266, ../sass/styles.scss */
.mf-live-block-book .all-topics {
  margin-top: 22px; }
  /* line 9268, ../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 9283, ../sass/styles.scss */
.flippy {
  border-top: 3px solid #666666;
  padding: 24px 0 0;
  margin: 17px 0 0;
  overflow: hidden; }
  /* line 9288, ../sass/styles.scss */
  .flippy .previous,
  .flippy .next {
    float: left;
    display: block; }
    /* line 9292, ../sass/styles.scss */
    .flippy .previous a,
    .flippy .next a {
      display: block;
      position: relative;
      height: 100px;
      overflow: hidden; }
      /* line 9297, ../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 9306, ../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 9313, ../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 9325, ../sass/styles.scss */
      .flippy .previous a:hover:after,
      .flippy .next a:hover:after {
        background-color: #000; }
  /* line 9332, ../sass/styles.scss */
  .flippy .previous {
    border-right: 1px solid #dcdcdc; }
    /* line 9335, ../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 9345, ../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 9361, ../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 9368, ../sass/styles.scss */
body.page-search #main-content-header {
  display: none; }
/* line 9371, ../sass/styles.scss */
body.page-search #content {
  border-top: 1px solid #dcdcdc;
  padding: 14px 0 0;
  margin: 0 0 24px; }
/* line 9376, ../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 9381, ../sass/styles.scss */
  body.page-search .search-counter .red {
    color: #000; }
/* line 9385, ../sass/styles.scss */
body.page-search .search-results {
  border-top: 3px solid #666;
  padding: 17px 0 0;
  margin: 0 0 24px; }
/* line 9390, ../sass/styles.scss */
body.page-search .you-also-like {
  margin-bottom: 0; }
/* line 9399, ../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 9407, ../sass/styles.scss */
body.page-search-healthy-recipes #main-content-header, body.page-search-workout-routines #main-content-header {
  display: block; }
  /* line 9409, ../sass/styles.scss */
  body.page-search-healthy-recipes #main-content-header #tasks, body.page-search-workout-routines #main-content-header #tasks {
    display: none; }

/* line 9415, ../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 9420, ../sass/styles.scss */
  div.spelling-suggestions dt {
    float: left;
    margin: 0 6px 0 0; }
  /* line 9424, ../sass/styles.scss */
  div.spelling-suggestions a {
    color: #000; }

/* line 9434, ../sass/styles.scss */
#content .search-form .form-type-textfield label,
#content .search_form .form-type-textfield label {
  display: none; }
/* line 9437, ../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 9450, ../sass/styles.scss */
  #content .search-form .form-type-textfield .form-text:focus,
  #content .search_form .form-type-textfield .form-text:focus {
    outline: none; }

/* line 9460, ../sass/styles.scss */
.teasers-list .node {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 1em;
  padding: 8px 0 18px;
  overflow: hidden; }
/* line 9466, ../sass/styles.scss */
.teasers-list .article-teaser-image {
  display: block;
  float: left;
  margin: 0 25px 0 0; }
/* line 9471, ../sass/styles.scss */
.teasers-list .datetime,
.teasers-list .teaser-title,
.teasers-list .teaser-text {
  padding: 0 0 0 156px; }
/* line 9476, ../sass/styles.scss */
.teasers-list .datetime {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  display: block;
  margin: -5px 0 0; }
/* line 9482, ../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 9488, ../sass/styles.scss */
  .teasers-list .teaser-title a {
    color: black; }
/* line 9492, ../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 9501, ../sass/styles.scss */
.teasers-list-vert.list-section {
  float: left;
  margin: 0 28px 0 0; }
/* line 9505, ../sass/styles.scss */
.teasers-list-vert .node {
  padding-bottom: 10px;
  margin-bottom: 1px; }
  /* line 9508, ../sass/styles.scss */
  .teasers-list-vert .node:last-child {
    border: 0; }
/* line 9512, ../sass/styles.scss */
.teasers-list-vert .article-teaser-image {
  margin: 0 0 2px 0; }
/* line 9515, ../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 9520, ../sass/styles.scss */
.teasers-list-vert .teaser-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem; }

/* line 9532, ../sass/styles.scss */
body.page-workout .content-inner, body.page-search-workout-routines .content-inner {
  padding-left: 0; }
/* line 9535, ../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 9548, ../sass/styles.scss */
body.page-workout div.sponsor, body.page-search-workout-routines div.sponsor {
  margin-top: -94px; }
  /* line 9550, ../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 9555, ../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 9563, ../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 9571, ../sass/styles.scss */
#block-mf-recipe-mf-recipe-workout-select-block {
  margin-bottom: 25px; }
  /* line 9573, ../sass/styles.scss */
  #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block {
    border-top: 3px solid #666;
    padding-top: 16px; }
    /* line 9576, ../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 9585, ../sass/styles.scss */
      #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block h3 span {
        display: block;
        width: 135px; }
    /* line 9590, ../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 9597, ../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 9603, ../sass/styles.scss */
        #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-body-parts ul.body-parts li {
          position: absolute; }
          /* line 9605, ../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 9610, ../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 9614, ../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 9618, ../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 9622, ../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 9626, ../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 9630, ../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 9634, ../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 9641, ../sass/styles.scss */
    #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types {
      float: right;
      padding-left: 25px;
      width: 192px; }
      /* line 9645, ../sass/styles.scss */
      #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types h3 {
        margin-bottom: 3px;
        margin-bottom: 10px; }
        /* line 9648, ../sass/styles.scss */
        #block-mf-recipe-mf-recipe-workout-select-block .select-workout-block .workouts-types h3 span {
          width: 181px; }
      /* line 9653, ../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 9655, ../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 9658, ../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 9676, ../sass/styles.scss */
.author-landing {
  border-bottom: 1px solid #dcdcdc;
  margin: 24px 0 0;
  overflow: hidden; }
  /* line 9680, ../sass/styles.scss */
  .author-landing .author-data {
    margin: 0 23px 23px 0; }
  /* line 9683, ../sass/styles.scss */
  .author-landing .taxonomy-term-description {
    margin: 0; }
  /* line 9686, ../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 9699, ../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 9703, ../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 9713, ../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 9721, ../sass/styles.scss */
    .author-landing .author-email-btn:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  /* line 9725, ../sass/styles.scss */
  .author-landing .author-social {
    overflow: hidden;
    clear: both; }
    /* line 9728, ../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 9734, ../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 9740, ../sass/styles.scss */
#block-views-authors-content-block {
  margin-bottom: 12px; }
  /* line 9742, ../sass/styles.scss */
  #block-views-authors-content-block .view-content {
    margin: 0 0 24px; }
  /* line 9746, ../sass/styles.scss */
  #block-views-authors-content-block .item-list .pager-more {
    display: none; }

/* line 9757, ../sass/styles.scss */
.node-type-video .videos-list ul, .page-videos .videos-list ul {
  padding: 0; }
  /* line 9759, ../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 9766, ../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 9769, ../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 9772, ../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 9779, ../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 9797, ../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 9813, ../sass/styles.scss */
.page-videos .region-secondary-content {
  border-top: 1px solid #dcdcdc;
  margin-top: 24px;
  padding-top: 9px; }
/* line 9818, ../sass/styles.scss */
.page-videos #block-mf-channels-mf-channels-video-filter {
  float: left;
  margin: 0;
  width: 225px; }
/* line 9823, ../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 9829, ../sass/styles.scss */
  .page-videos #block-mf-core-mf-core-dfp-sponsorship span.sponsored {
    display: none;
    float: left;
    margin-right: 11px; }
  /* line 9834, ../sass/styles.scss */
  .page-videos #block-mf-core-mf-core-dfp-sponsorship span.gpt-tag {
    float: left; }
/* line 9838, ../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 9855, ../sass/styles.scss */
body.page-error #main-content {
  text-align: center;
  color: #666; }
  /* line 9858, ../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 9868, ../sass/styles.scss */
  body.page-error #main-content .most-popular {
    overflow: hidden;
    margin: 24px 0 0; }
    /* line 9871, ../sass/styles.scss */
    body.page-error #main-content .most-popular .block-title {
      text-align: center; }
      /* line 9873, ../sass/styles.scss */
      body.page-error #main-content .most-popular .block-title .blue {
        color: #bac6cb; }
    /* line 9878, ../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 9889, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list .node {
      margin-bottom: 12px; }
    /* line 9892, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list .teaser-title {
      height: 62px;
      overflow: hidden;
      clear: both; }
    /* line 9897, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list.first {
      margin-left: 2px; }
    /* line 9900, ../sass/styles.scss */
    body.page-error #main-content .most-popular .teasers-list.last {
      margin: 0; }
/* line 9906, ../sass/styles.scss */
body.page-error #block-system-main {
  margin-bottom: 0; }

/* line 9915, ../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 9924, ../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 9932, ../sass/styles.scss */
body.page-newsletters #content .form-checkboxes {
  padding: 0;
  margin: 0 0 20px; }
  /* line 9936, ../sass/styles.scss */
  body.page-newsletters #content .form-checkboxes .form-item {
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 0 20px; }
  /* line 9940, ../sass/styles.scss */
  body.page-newsletters #content .form-checkboxes label.option {
    display: block;
    overflow: hidden; }
  /* line 9944, ../sass/styles.scss */
  body.page-newsletters #content .form-checkboxes .form-type-checkbox {
    background-position: 0 21px; }
    /* line 9946, ../sass/styles.scss */
    body.page-newsletters #content .form-checkboxes .form-type-checkbox.checked {
      background-position: 0 11px; }
/* line 9956, ../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 9960, ../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 9963, ../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 9968, ../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 9976, ../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 9980, ../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 9984, ../sass/styles.scss */
body.page-newsletters .aoi-area .additional-info {
  clear: both;
  overflow: hidden; }
  /* line 9987, ../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 9991, ../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 9995, ../sass/styles.scss */
  body.page-newsletters .aoi-area .additional-info .form-item-zip {
    margin-left: 12px; }
/* line 9999, ../sass/styles.scss */
body.page-newsletters .aoi-area .form-item-current-subscriber {
  margin: 10px 0 0; }
  /* line 10001, ../sass/styles.scss */
  body.page-newsletters .aoi-area .form-item-current-subscriber label.option {
    font-weight: 400;
    color: #666; }
/* line 10006, ../sass/styles.scss */
body.page-newsletters .aoi-area .privacyPol {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700; }
/* line 10010, ../sass/styles.scss */
body.page-newsletters .aoi-area .signUpSub {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  margin: -5px 0 20px 18px; }
  /* line 10014, ../sass/styles.scss */
  body.page-newsletters .aoi-area .signUpSub a {
    font-weight: 700; }
/* line 10019, ../sass/styles.scss */
body.page-newsletters .form-submit {
  margin: 0 auto;
  display: block; }

/* line 10026, ../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 10036, ../sass/styles.scss */
body.page-newsletters-confirmation .you-also-like {
  border-bottom: 3px solid #666;
  padding: 0 0 17px; }

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

/* line 10048, ../sass/styles.scss */
div.block-mf-blogs {
  border-bottom: 3px solid #666;
  clear: both;
  overflow: hidden;
  width: 100%; }
  /* line 10053, ../sass/styles.scss */
  div.block-mf-blogs div.blogs-header {
    border-left: 12px solid #000;
    margin-bottom: 24px;
    padding-left: 12px;
    overflow: hidden; }
    /* line 10058, ../sass/styles.scss */
    div.block-mf-blogs div.blogs-header div.header-left {
      float: left;
      min-height: 105px;
      margin-right: 16px;
      width: 150px; }
      /* line 10063, ../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 10071, ../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 10079, ../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 10090, ../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 10095, ../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 10098, ../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 10108, ../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 10112, ../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 10125, ../sass/styles.scss */
#block-mf-blogs-mf-blogs-subchannels .header-left {
  min-height: inherit; }

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

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

/* line 10176, ../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 10187, ../sass/styles.scss */
.page-contact .contact-form {
  padding: 18px 0 0; }
/* line 10190, ../sass/styles.scss */
.page-contact select.replaced,
.page-contact span.custom-select {
  width: 97%; }
/* line 10194, ../sass/styles.scss */
.page-contact .form-item .form-text {
  width: 98%; }

/* line 10203, ../sass/styles.scss */
.node-type-sponsored-page .field-collection-container {
  border-bottom: 0;
  margin-bottom: 0; }
/* line 10207, ../sass/styles.scss */
.node-type-sponsored-page .sponsored-page-header {
  margin: 10px 0 10px; }
/* line 10210, ../sass/styles.scss */
.node-type-sponsored-page .sharethis-wrapper {
  border-bottom: 0; }
/* line 10213, ../sass/styles.scss */
.node-type-sponsored-page .top-bar {
  position: relative;
  font-size: 11px;
  font-size: 1.1rem; }
  /* line 10216, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .sponsored-page-social-bar {
    float: left;
    margin-top: 13px; }
  /* line 10220, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .top-right {
    float: right; }
  /* line 10223, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .sponsored {
    padding-right: 12px; }
  /* line 10226, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar .gpt-tag {
    vertical-align: middle;
    display: inline-block;
    line-height: 0; }
  /* line 10231, ../sass/styles.scss */
  .node-type-sponsored-page .top-bar, .node-type-sponsored-page .top-bar a {
    color: #666; }
/* line 10235, ../sass/styles.scss */
.node-type-sponsored-page .ami-aol-player {
  margin-bottom: 3px; }
/* line 10239, ../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 10247, ../sass/styles.scss */
.node-type-sponsored-page .field-name-field-blocks-to-place .field-item {
  clear: both; }
  /* line 10249, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node {
    float: left;
    margin-bottom: 25px; }
    /* line 10252, ../sass/styles.scss */
    .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node:last-child {
      margin-right: 0; }
    /* line 10255, ../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 10262, ../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 10268, ../sass/styles.scss */
    .node-type-sponsored-page .field-name-field-blocks-to-place .field-item article.node img {
      width: 100%; }
  /* line 10272, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item .items4 article {
    margin-right: 8px;
    width: 142px; }
  /* line 10276, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item .items3 article {
    margin-right: 7px;
    width: 193px; }
  /* line 10280, ../sass/styles.scss */
  .node-type-sponsored-page .field-name-field-blocks-to-place .field-item .items2 article {
    margin-right: 4px;
    width: 295px; }

/* line 10292, ../sass/styles.scss */
.node-list .slick {
  position: relative; }
/* line 10295, ../sass/styles.scss */
.node-list .slick__arrow {
  position: absolute;
  width: 100%;
  top: 250px; }
/* line 10300, ../sass/styles.scss */
.node-list .lick__slide {
  outline: none;
  padding-bottom: 20px; }
/* line 10304, ../sass/styles.scss */
.node-list .gallery-navs {
  float: right;
  padding-bottom: 15px; }
  /* line 10307, ../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 10314, ../sass/styles.scss */
    .node-list .gallery-navs .gallery-counters .mf-slideshow-separator {
      color: #dcdcdc;
      font-weight: 400; }
    /* line 10318, ../sass/styles.scss */
    .node-list .gallery-navs .gallery-counters span {
      vertical-align: top; }
  /* line 10322, ../sass/styles.scss */
  .node-list .gallery-navs .slick__arrow {
    z-index: 999;
    position: relative;
    display: inline-block; }
    /* line 10326, ../sass/styles.scss */
    .node-list .gallery-navs .slick__arrow .slick-prev,
    .node-list .gallery-navs .slick__arrow .slick-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; }
      @media only screen and (min-width: 980px) {
        /* line 228, ../sass/_custom.scss */
        .node-list .gallery-navs .slick__arrow .slick-prev:hover,
        .node-list .gallery-navs .slick__arrow .slick-next:hover {
          color: #fff;
          background-color: #000; } }
      /* line 234, ../sass/_custom.scss */
      .node-list .gallery-navs .slick__arrow .slick-prev.arrowed:after,
      .node-list .gallery-navs .slick__arrow .slick-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 245, ../sass/_custom.scss */
      .node-list .gallery-navs .slick__arrow .slick-prev.arrowed.more:after,
      .node-list .gallery-navs .slick__arrow .slick-next.arrowed.more:after {
        background-position: 0 0; }
      /* line 248, ../sass/_custom.scss */
      .node-list .gallery-navs .slick__arrow .slick-prev:focus,
      .node-list .gallery-navs .slick__arrow .slick-next:focus {
        outline: none;
        color: #fff; }
      /* line 10341, ../sass/styles.scss */
      .node-list .gallery-navs .slick__arrow .slick-prev.disabled,
      .node-list .gallery-navs .slick__arrow .slick-next.disabled {
        background-color: #dcdcdc;
        cursor: default; }
    /* line 10346, ../sass/styles.scss */
    .node-list .gallery-navs .slick__arrow .slick-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 10356, ../sass/styles.scss */
.node-list .ami-slideshow-separate-container {
  position: relative; }
  /* line 10358, ../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 10365, ../sass/styles.scss */
    .node-list .ami-slideshow-separate-container .ami-slideshow-separate-item.active {
      opacity: 1;
      position: relative;
      z-index: 900; }
  /* line 10371, ../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 10379, ../sass/styles.scss */
    .node-list .ami-slideshow-separate-container .ami-slideshow-slide-title:empty {
      display: none; }
/* line 10384, ../sass/styles.scss */
.node-list .ami-slideshow-container {
  overflow: hidden;
  clear: both;
  transition: height 1s linear; }
  /* line 10388, ../sass/styles.scss */
  .node-list .ami-slideshow-container .owl-item {
    overflow: hidden; }
  /* line 10391, ../sass/styles.scss */
  .node-list .ami-slideshow-container .ami-slideshow-slide-description {
    clear: both; }
  /* line 10394, ../sass/styles.scss */
  .node-list .ami-slideshow-container .img-wrapper {
    float: right;
    position: relative; }
    /* line 10397, ../sass/styles.scss */
    .node-list .ami-slideshow-container .img-wrapper img {
      margin: 5px 0; }
    /* line 10400, ../sass/styles.scss */
    .node-list .ami-slideshow-container .img-wrapper .ami-slideshow-pin-btn {
      position: absolute;
      top: 8px;
      right: 8px;
      display: none; }

/* line 10414, ../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 10421, ../sass/styles.scss */
  .node-type-mf-quiz .top-bar .sponsored {
    position: absolute;
    right: 100px;
    top: 16px; }
  /* line 10426, ../sass/styles.scss */
  .node-type-mf-quiz .top-bar .gpt-tag {
    position: absolute;
    display: block;
    right: 0;
    top: 10px; }
  /* line 10432, ../sass/styles.scss */
  .node-type-mf-quiz .top-bar, .node-type-mf-quiz .top-bar a {
    color: #666; }
/* line 10436, ../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 10442, ../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 10450, ../sass/styles.scss */
.node-type-mf-quiz .field-name-body {
  font-family: "Georgia", Times, serif;
  font-size: 17px; }
/* line 10454, ../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 10460, ../sass/styles.scss */
.node-type-mf-quiz .question-image {
  padding-bottom: 20px; }
/* line 10463, ../sass/styles.scss */
.node-type-mf-quiz .btn-next {
  padding-top: 25px;
  text-align: right; }
  /* line 10466, ../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 10478, ../sass/styles.scss */
.node-type-mf-quiz .answers {
  border: 1px solid #f8f8f8; }
  /* line 10480, ../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 10489, ../sass/styles.scss */
    .node-type-mf-quiz .answers label:hover {
      background: #fff200; }
    /* line 10492, ../sass/styles.scss */
    .node-type-mf-quiz .answers label input {
      display: none; }
      /* line 10494, ../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 10500, ../sass/styles.scss */
      .node-type-mf-quiz .answers label input:checked + .checkbox {
        background-position: 0 center; }
    /* line 10504, ../sass/styles.scss */
    .node-type-mf-quiz .answers label img {
      margin-right: 25px;
      vertical-align: middle; }
    /* line 10508, ../sass/styles.scss */
    .node-type-mf-quiz .answers label span {
      display: table-cell;
      vertical-align: middle; }
  /* line 10513, ../sass/styles.scss */
  .node-type-mf-quiz .answers label + label {
    border-top: 1px solid #f8f8f8; }
/* line 10518, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .field-name-field-image {
  text-align: center; }
  /* line 10520, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .field-name-field-image img {
    margin-top: 15px; }
/* line 10524, ../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 10530, ../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 10537, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .results-image {
  text-align: center;
  line-height: 0; }
  /* line 10540, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-image img {
    margin-top: 15px; }
/* line 10544, ../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 10552, ../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 10559, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px; }
  /* line 10564, ../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 10567, ../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 10570, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .results-share .stButton {
    width: 54px;
    height: 31px;
    opacity: 0; }
/* line 10576, ../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 10581, ../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 10588, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .q-title {
  text-transform: uppercase; }
  /* line 10590, ../sass/styles.scss */
  .node-type-mf-quiz .node-mf-quiz .q-title .incorrect {
    color: #da0000; }
/* line 10594, ../sass/styles.scss */
.node-type-mf-quiz .node-mf-quiz .a-title {
  color: #586e7a; }
  /* line 10596, ../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 10606, ../sass/styles.scss */
#node-basic-newsletter {
  background: #ECECEC;
  border: 1px solid #ccc;
  padding: 22px;
  text-align: center;
  width: 70%;
  margin: 50px auto; }
  /* line 10613, ../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 10619, ../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 10626, ../sass/styles.scss */
  #node-basic-newsletter h3, #node-basic-newsletter h4 {
    margin: 0 0 12px;
    line-height: inherit; }

/* line 10632, ../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 10644, ../sass/styles.scss */
  #exit-basic-newsletter .content {
    padding-left: 20px;
    padding-top: 20px; }
    /* line 10647, ../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 10654, ../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 10662, ../sass/styles.scss */
    #exit-basic-newsletter .content h3, #exit-basic-newsletter .content h4 {
      margin: 0 0 8px;
      line-height: 1; }
    /* line 10666, ../sass/styles.scss */
    #exit-basic-newsletter .content .form-item {
      margin-bottom: 5px; }
  /* line 10670, ../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 10682, ../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 10683, ../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 10698, ../sass/styles.scss */
#exit-sailthru-basic-newsletter-form {
  margin-left: 0px !important; }

/* line 10702, ../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 10711, ../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 10725, ../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 10730, ../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 10740, ../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 10750, ../sass/styles.scss */
.node-type-sponsored-page-two .sponsored-page-header {
  padding-top: 10px; }
/* line 10754, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .pair {
  text-align: center; }
  /* line 10756, ../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 10769, ../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 10776, ../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 10778, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .slick__arrow {
    position: absolute;
    width: 100%;
    left: 0; }
    /* line 10782, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .slick__arrow 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 10789, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .slick__arrow .slick-prev {
      left: 0; }
    /* line 10792, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .referenced-nodes .slick__arrow .slick-next {
      right: 0; }
/* line 10797, ../sass/styles.scss */
.node-type-sponsored-page-two .node-sponsored-page-two .twitter-widget {
  padding-bottom: 20px; }
  /* line 10799, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .twitter-widget iframe {
    width: 100% !important; }
/* line 10803, ../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 10807, ../sass/styles.scss */
  .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slick__arrow {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0; }
    /* line 10812, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slick__arrow div {
      background: url(../images/gc-arrows.png) no-repeat;
      position: absolute;
      overflow: hidden;
      text-indent: -999px;
      background-size: auto 100%; }
    /* line 10819, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slick__arrow .slick-prev {
      left: 15px;
      background-position: 0 0; }
    /* line 10823, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slick__arrow .slick-next {
      right: 15px;
      background-position: 100% 0; }
  /* line 10828, ../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 10834, ../sass/styles.scss */
    .node-type-sponsored-page-two .node-sponsored-page-two .gallery-slides .slide-description p {
      display: inline; }
/* line 10840, ../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 10853, ../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; }
  @media only screen and (min-width: 980px) {
    /* line 228, ../sass/_custom.scss */
    .download-btn:hover {
      color: #fff;
      background-color: #000; } }
  /* line 234, ../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 245, ../sass/_custom.scss */
  .download-btn.arrowed.more:after {
    background-position: 0 0; }
  /* line 248, ../sass/_custom.scss */
  .download-btn:focus {
    outline: none;
    color: #fff; }

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

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

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

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

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

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

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

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

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

@media (max-width: 1439px) and (min-width: 1024px) {
  /* line 10929, ../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 10937, ../sass/styles.scss */
.gigyaSharebar {
  padding: 30px 0 30px 0; }

@media (max-width: 979px) {
  /* line 10944, ../sass/styles.scss */
  .old_header {
    display: block !important; }
    /* line 10946, ../sass/styles.scss */
    .old_header table {
      display: none !important; } }
/* line 10951, ../sass/styles.scss */
#search-block-form {
  border: none; }
  /* line 10953, ../sass/styles.scss */
  #search-block-form input.form-text {
    background: #fff;
    margin-left: 0;
    border: 1px solid #c8c7c7; }
  /* line 10959, ../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 10964, ../sass/styles.scss */
  .header-container {
    width: 720px;
    margin: 0 auto; } }

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

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

@media (min-width: 768px) {
  /* line 10991, ../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 11012, ../sass/styles.scss */
  .page-wrapper.nh .old_header {
    display: none; }
  /* line 11015, ../sass/styles.scss */
  .page-wrapper.nh #block-dfp-right1-300x250 {
    padding-top: 1px; }
  /* line 11018, ../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 11021, ../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 11026, ../sass/styles.scss */
  .page-wrapper.nh #block-dfp-right2-300x250 {
    z-index: 9997; }
  /* line 11030, ../sass/styles.scss */
  .page-wrapper.nh #block-mf-jamba-mf-jamba-block {
    z-index: 9; }
  /* line 11034, ../sass/styles.scss */
  .page-wrapper.nh .region-sidebar-second .dfp-tag-wrapper {
    background-color: white;
    z-index: 9997; }
  /* line 11040, ../sass/styles.scss */
  .page-wrapper.nh .new_header {
    position: fixed;
    top: 0;
    z-index: 1000000;
    width: 100%;
    left: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 979px) {
    /* line 11040, ../sass/styles.scss */
    .page-wrapper.nh .new_header {
      background: #000; } }
@media (min-width: 768px) {
    /* line 11053, ../sass/styles.scss */
    .page-wrapper.nh .new_header #logo {
      float: left; }
      /* line 11056, ../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 11056, ../sass/styles.scss */
        .page-wrapper.nh .new_header #logo a {
          width: 214px;
          margin-bottom: 0;
          background-position: 0px; } }
@media (min-width: 768px) {
    /* line 11067, ../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 11067, ../sass/styles.scss */
      .page-wrapper.nh .new_header #top-nav-outer {
        width: 720px;
        height: 100px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        position: relative; } }
@media (min-width: 768px) {
    /* line 11080, ../sass/styles.scss */
    .page-wrapper.nh .new_header #top-nav {
      width: 930px;
      margin: 0 auto; }
    /* line 11084, ../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 11084, ../sass/styles.scss */
      .page-wrapper.nh .new_header #hn_nav_block {
        margin: 15px 0 0 20px;
        float: left; } }
@media (min-width: 768px) {
    /* line 11094, ../sass/styles.scss */
    .page-wrapper.nh .new_header #nh_gnc {
      float: right;
      margin-right: 1px;
      line-height: 26px; }
      /* line 11098, ../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 11103, ../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 11107, ../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 11123, ../sass/styles.scss */
    .page-wrapper.nh .new_header #nh_search_form {
      float: left;
      height: 20px;
      margin-left: -7px; }
      /* line 11127, ../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 11137, ../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 11143, ../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 11152, ../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 11157, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_search_form .form-type-textfield {
        display: block;
        float: left; }
      /* line 11161, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_search_form .form-actions {
        float: left; }
    /* line 11166, ../sass/styles.scss */
    .page-wrapper.nh .new_header #nh_social_links {
      float: right;
      margin-top: 2px; }
      /* line 11169, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link {
        float: left;
        margin: 0 3px; }
      /* line 11173, ../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 11181, ../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 11185, ../sass/styles.scss */
        .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link a img {
          display: none; }
      /* line 11189, ../sass/styles.scss */
      .page-wrapper.nh .new_header #nh_social_links .mf_homepage_social_link:first-child a {
        padding-left: 20px; }
      /* line 11193, ../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 11197, ../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 11205, ../sass/styles.scss */
    .page-wrapper.nh .new_header #main-nav > ul.menu {
      display: flex;
      justify-content: space-between; } }
@media (min-width: 768px) {
    /* line 11211, ../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 11211, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li {
        margin-right: 4px; } }
@media (min-width: 768px) {
      /* line 11216, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li:last-child {
        margin-right: 0; }
      /* line 11219, ../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 11219, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav li a {
          font-size: 14px !important;
          letter-spacing: -1px; } }
@media (min-width: 768px) {
        /* line 11227, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav li a:hover {
          color: #ee523a; }
        /* line 11230, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav li a:after {
          content: '▼';
          font-size: 18px;
          margin-left: 3px;
          color: #74adb6; }
      /* line 11238, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-1 ul.menu {
        left: -14px; }
      /* line 11243, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-2 ul.menu {
        left: -118px; }
      /* line 11248, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-3 ul.menu {
        left: -250px; }
      /* line 11254, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-4 ul.menu {
        left: -330px; }
      /* line 11260, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-5 ul.menu {
        left: -442px; }
      /* line 11266, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-6 ul.menu {
        left: -440px; }
      /* line 11272, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav li.menu-link-7 ul.menu {
        left: -570px; }
    /* line 11278, ../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 11278, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu {
        display: none; } }
@media (min-width: 768px) {
      /* line 11286, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu a:after {
        content: none !important; }
      /* line 11289, ../sass/styles.scss */
      .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf {
        width: 200px;
        border: none; }
        /* line 11292, ../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 11296, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a.active {
            color: #ee523a; }
          /* line 11299, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a:after {
            content: none; }
          /* line 11302, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.leaf a:hover {
            color: #ee523a; }
      /* line 11308, ../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 11314, ../sass/styles.scss */
        .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table {
          border: none; }
          /* line 11316, ../sass/styles.scss */
          .page-wrapper.nh .new_header #main-nav > ul.menu > li ul.menu li.nh_articles table tr {
            border: none; }
            /* line 11318, ../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 11322, ../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 11328, ../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 11330, ../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 11338, ../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 11353, ../sass/styles.scss */
    .page-wrapper.nh .new_header #dfp-ad-mobile_top-wrapper {
      margin-top: 12px;
      background-color: #eee;
      height: 90px; }
      /* line 11357, ../sass/styles.scss */
      .page-wrapper.nh .new_header #dfp-ad-mobile_top-wrapper #block-dfp-mobile-top {
        margin-bottom: 0; }
    /* line 11361, ../sass/styles.scss */
    .page-wrapper.nh .new_header #third-nav-outer {
      width: 100%;
      background-color: #b5d2d7;
      height: 23px; }
    /* line 11366, ../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 11366, ../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 11386, ../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 11396, ../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 11406, ../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 11413, ../sass/styles.scss */
  #admin-menu, #admin-menu .dropdown {
    z-index: 1000000 !important; } }
@media (min-width: 980px) {
  /* line 11420, ../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 11426, ../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 11431, ../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 11436, ../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 11440, ../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 11445, ../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 11450, ../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 11459, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent .print, #gigya-sharebar2_gig_containerParent .print {
    display: inline-block;
    margin-left: 10px; }
    /* line 11462, ../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 11478, ../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 11483, ../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 11490, ../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 11497, ../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 11504, ../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 11510, ../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 11517, ../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 11526, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent .print, #gigya-sharebar2_gig_containerParent .print {
    display: inline-block;
    margin-left: -12px; }
    /* line 11529, ../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 11548, ../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 11555, ../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 11558, ../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 11567, ../sass/styles.scss */
#gigya-sharebar_gig_containerParent {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px; }
  @media only screen and (min-width: 980px) {
    /* line 11567, ../sass/styles.scss */
    #gigya-sharebar_gig_containerParent {
      padding-bottom: 10px; } }

@media (min-width: 930px) {
  /* line 11577, ../sass/styles.scss */
  body.page-node #top-ad {
    padding-top: 20px; } }
@media only screen and (min-width: 780px) and (max-width: 979px) {
  /* line 11590, ../sass/styles.scss */
  body.page-mf-homepage .container {
    width: 720px; }
  /* line 11593, ../sass/styles.scss */
  body.page-mf-homepage #block-mf-homepage-mf-homepage-blogs {
    width: 100%; }
    /* line 11595, ../sass/styles.scss */
    body.page-mf-homepage #block-mf-homepage-mf-homepage-blogs ul.blog-items {
      padding-right: 0; }
      /* line 11597, ../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 11601, ../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 11613, ../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 11618, ../sass/styles.scss */
    body:not(.page-mf-homepage) #block-boxes-ask_the_expert #ask-the-expert .image img {
      border: none;
      margin: 0 auto; } }
/* line 11626, ../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 11629, ../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 11634, ../sass/styles.scss */
  body:not(.page-mf-homepage) .image-right .taxonomy_block div.items {
    padding-right: 200px; } }

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

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

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

@media only screen and (min-width: 768px) {
  /* line 11668, ../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 11675, ../sass/styles.scss */
  .wrapper-sticky .region-sidebar-second {
    width: 300px !important;
    margin-left: 0; } }

/* line 11684, ../sass/styles.scss */
.subscribe-container {
  float: right;
  display: inline-block;
  margin-right: 3px; }
  @media only screen and (min-width: 768px) {
    /* line 11684, ../sass/styles.scss */
    .subscribe-container {
      display: none; } }
  /* line 11691, ../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 11706, ../sass/styles.scss */
  body .mobile-visible #header {
    width: 356px;
    left: 50% !important;
    margin-left: -190px !important; } }
@media only screen and (max-width: 767px) {
  /* line 11714, ../sass/styles.scss */
  body .mobile-visible #logo a {
    width: 110px !important;
    background-position: -55px 4px;
    background-size: 165px auto; } }

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

/* line 11728, ../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 11734, ../sass/styles.scss */
  iframe[src*='ora.tv'] {
    display: none; } }

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

@media only screen and (min-width: 980px) {
  /* line 11746, ../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 11761, ../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 11765, ../sass/styles.scss */
  article #gigya-sharebar_gig_containerParent #gigya-sharebar {
    margin-bottom: 9px;
    margin-left: 0; } }
@media only screen and (max-width: 767px) {
  /* line 11765, ../sass/styles.scss */
  article #gigya-sharebar_gig_containerParent #gigya-sharebar {
    margin-bottom: 5px; } }

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

@media only screen and (min-width: 980px) {
  /* line 11779, ../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 11779, ../sass/styles.scss */
  article .print_html {
    margin-top: 11px;
    margin-left: 0; } }
@media only screen and (max-width: 767px) {
  /* line 11779, ../sass/styles.scss */
  article .print_html {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto; } }

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

/* line 11804, ../sass/styles.scss */
#gigya-raas-block {
  float: right;
  margin-right: 10px; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    /* line 11808, ../sass/styles.scss */
    #gigya-raas-block .gigya-raas .gigya-raas-login {
      padding: 0px 12px 0px 20px;
      margin-right: 0px; } }
  /* line 11814, ../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 11819, ../sass/styles.scss */
    #gigya-raas-block .gigya-raas a:hover {
      color: #ee523a; }
    @media only screen and (max-width: 767px) {
      /* line 11814, ../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; } }

/* line 11843, ../sass/styles.scss */
.slick-list-ct .slick__slide {
  outline: none; }
/* line 11847, ../sass/styles.scss */
.slick-list-ct .slide__media1 p {
  clear: both; }
/* line 11851, ../sass/styles.scss */
.slick-list-ct .slick__arrow {
  top: 0 !important;
  right: 0;
  text-align: right;
  width: auto;
  float: right; }
/* line 11858, ../sass/styles.scss */
.slick-list-ct .slick-prev {
  float: left; }
/* line 11861, ../sass/styles.scss */
.slick-list-ct .slick-slider {
  clear: both; }
/* line 11864, ../sass/styles.scss */
.slick-list-ct .gallery-navs {
  float: left;
  width: calc(100% - 155px); }
  /* line 11867, ../sass/styles.scss */
  .slick-list-ct .gallery-navs .gallery-counters {
    float: right; }
/* line 11871, ../sass/styles.scss */
.slick-list-ct .slick__arrow {
  z-index: 999;
  display: inline-block; }
  /* line 11874, ../sass/styles.scss */
  .slick-list-ct .slick__arrow .slick-prev,
  .slick-list-ct .slick__arrow .slick-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;
    border: none;
    width: 72px;
    height: 26px;
    overflow: hidden;
    cursor: pointer;
    float: left;
    line-height: 26px;
    line-height: 2.6rem;
    padding: 0 0 0 21px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left; }
    @media only screen and (min-width: 980px) {
      /* line 228, ../sass/_custom.scss */
      .slick-list-ct .slick__arrow .slick-prev:hover,
      .slick-list-ct .slick__arrow .slick-next:hover {
        color: #fff;
        background-color: #000; } }
    /* line 234, ../sass/_custom.scss */
    .slick-list-ct .slick__arrow .slick-prev.arrowed:after,
    .slick-list-ct .slick__arrow .slick-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 245, ../sass/_custom.scss */
    .slick-list-ct .slick__arrow .slick-prev.arrowed.more:after,
    .slick-list-ct .slick__arrow .slick-next.arrowed.more:after {
      background-position: 0 0; }
    /* line 248, ../sass/_custom.scss */
    .slick-list-ct .slick__arrow .slick-prev:focus,
    .slick-list-ct .slick__arrow .slick-next:focus {
      outline: none;
      color: #fff; }
    /* line 11890, ../sass/styles.scss */
    .slick-list-ct .slick__arrow .slick-prev.disabled,
    .slick-list-ct .slick__arrow .slick-next.disabled {
      background-color: #dcdcdc;
      cursor: default; }
  /* line 11895, ../sass/styles.scss */
  .slick-list-ct .slick__arrow .slick-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; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  /* line 11905, ../sass/styles.scss */
  #gigya-sharebar_gig_containerParent .print {
    top: -9px;
    position: relative; } }
