.arrow-bg {
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
}
.arrow-orange-lg-lt {
  width: 16px;
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  background-position: 0 0;
}
.arrow-orange-lg-lt:hover {
  background-position-y: -34px;
}
.arrow-orange-lg-rt {
  width: 16px;
  background-position: -16px 0;
}
.arrow-orange-lg-rt:hover {
  background-position-y: -34px;
}
.arrow-orange-med-lt {
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  width: 14px;
  height: 25px;
  background-position: 0 -16px;
}
.arrow-orange-med-lt:hover {
  background-position-y: -77px;
}
.arrow-orange-med-rt {
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  width: 14px;
  height: 26px;
  background-position: -45px -16px;
}
.arrow-orange-med-rt:hover {
  background-position-y: -77px;
}
.arrow-gray-med-lt {
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  background-position: 0 0;
}
.arrow-gray-med-rt {
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  background-position: -20px 0;
}
.arrow-orange-sm-lt {
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  width: 6px;
  height: 10px;
  background-position: -1px 0;
}
.arrow-orange-sm-lt:hover {
  background-position-y: -85px;
}
.arrow-orange-sm-rt {
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  width: 6px;
  height: 10px;
  background-position: -53px -24px;
}
.arrow-orange-sm-rt:hover {
  background-position-y: -85px;
}
.arrow-gray-sm-lt {
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  width: 6px;
  height: 10px;
  background-position: -1px -146px;
}
.arrow-gray-sm-rt {
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  width: 6px;
  height: 10px;
  background-position: -53px -146px;
}
.arrow-gray-sm-dn {
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  display: inline-block;
  margin-left: 1px !important;
  width: 10px !important;
  height: 6px !important;
  background-position: -25px -173px !important;
}
/*
.arrow-dir (@dir) when (@dir = right) {
    background-position-x: -18px;
}
.arrow-dir (@dir) when (@dir = left) {
    background-position-x: -18px;
}
.arrow (@color,@size,@dir) {
    .arrow-dir(@dir);
    color: @color;
}
*/.wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .wrapper {
    width: 960px;
  }
}
@media screen and (min-width: 1300px) {
  .wrapper {
    width: 1280px;
  }
}
@media screen and (min-width: 1620px) {
  .wrapper {
    width: 1600px;
  }
}
/*
author: thompsotr
*/
.layout-header-1-col .primary-1,
.layout-header-1-col-full .primary-1 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 660px) {
  .layout-header-1-col-full .primary-1 {
    width: 640px;
  }
}
@media screen and (min-width: 980px) {
  .layout-header-1-col-full .primary-1 {
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .layout-header-1-col .primary-1 {
    width: 960px;
  }
}
/*
author: thompsotr
*/
.layout-header-2-cols .primary-1 {
  width: 100%;
}
.layout-header-2-cols .primary-2 {
  width: 100%;
}
.layout-header-2-cols .secondary {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .layout-header-2-cols .primary-1 {
    width: 100%;
  }
  .layout-header-2-cols .primary-2 {
    width: 640px;
    float: left;
    margin: 0;
  }
  .layout-header-2-cols .secondary {
    width: 320px;
    float: left;
  }
}
@media screen and (min-width: 1300px) {
  .layout-header-2-cols .primary-2 {
    width: 960px;
  }
}
/*
author: thompsotr
*/
body.layout-header-2-cols-centered .primary-1 {
  width: 100%;
}
body.layout-header-2-cols-centered .primary-2 {
  width: 100%;
}
body.layout-header-2-cols-centered .secondary {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 640px) {
  body.layout-header-2-cols-centered #main {
    width: 640px;
  }
}
@media screen and (min-width: 980px) {
  body.layout-header-2-cols-centered #main {
    width: 960px;
  }
  body.layout-header-2-cols-centered .primary-1 {
    width: 100%;
  }
  body.layout-header-2-cols-centered .primary-2 {
    width: 640px;
    float: left;
    margin: 0;
  }
  body.layout-header-2-cols-centered .secondary {
    width: 320px;
    float: left;
  }
}
/*
author: thompsotr
*/
#main {
  margin: 0 auto;
}
body.layout-2-cols .primary-1 {
  width: 100%;
}
body.layout-2-cols .secondary {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 640px) {
  body.layout-2-cols #main {
    width: 640px;
  }
}
@media screen and (min-width: 980px) {
  body.layout-2-cols #main {
    width: 960px;
  }
  body.layout-2-cols .primary-1 {
    width: 640px;
    float: left;
    margin: 0;
  }
  body.layout-2-cols .secondary {
    width: 320px;
    float: left;
  }
}
/*
author: thompsotr
*/
.layout-content-hdr .chicklet-landing-header {
  width: 100%;
  margin: -1px auto 0 auto !important;
  padding-top: 1px;
}
@media screen and (min-width: 980px) {
  .layout-content-hdr .chicklet-landing-header {
    width: 960px !important;
  }
}
@media screen and (min-width: 1300px) {
  .layout-content-hdr .chicklet-landing-header {
    width: 1280px !important;
  }
}
@media screen and (min-width: 1620px) {
  .layout-content-hdr .chicklet-landing-header {
    width: 1600px !important;
  }
}
.header .header-banner-ad {
  display: block;
  text-align: center;
  background: #000;
}
#header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/polyfill/boxsizing.htc);
  position: relative;
  margin: 0 auto;
  padding: 0;
  background-position: -1000000px;
  background-repeat: no-repeat;
}
#header .banner-ad {
  display: none;
  position: static;
}
#header .banner-ad .banner {
  width: 100%;
}
#header .banner-ad .banner table {
  margin: 0 auto;
}
#breadcrumb {
  padding: 10px 0 0 0;
  margin: 0 0 0 10px;
  clear: both;
  display: none;
}
#breadcrumb li {
  display: inline;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#breadcrumb li .separator {
  padding: 0 10px;
  color: #9a9a9a;
}
#breadcrumb li a {
  color: #9a9a9a;
  text-decoration: underline;
  font-size: 1em;
}
.header-logo-sprite {
  position: relative;
  display: block;
  margin: 10px auto 10px auto;
  overflow: hidden;
  width: 208px;
  height: 44px;
}
.header-logo-sprite img {
  position: relative;
  margin-top: -24px;
  float: left;
}
#fb-root > div {
  left: -10000px;
}
#header-promo {
  display: none;
}
#monthlyTout {
  margin-bottom: 20px;
}
#founding-mother {
  display: none;
}
#primary-nav {
  margin: 0;
  padding: 0;
}
#primary-nav ul {
  width: 100%;
  position: relative;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#primary-nav li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/polyfill/boxsizing.htc);
  width: 25%;
  height: 44px;
  font-family: "Salvo Sans Medium";
  font-size: 1.3em;
  display: block;
  float: left;
  text-transform: uppercase;
  background-color: #000;
  border-right: 1px dotted #666666;
  border-top: 1px solid #000;
  border-bottom: 1px dotted #666666;
  color: #fff;
  text-align: center;
  line-height: 1em;
  padding: 13px 5px 5px 5px;
}
#primary-nav li a {
  display: block;
  height: 12px;
  overflow: hidden;
  color: #fff;
  line-height: 1.2em;
}
#primary-nav li span span:nth-child(n+2) {
  display: none;
}
#primary-nav li.active {
  background-color: #e65c00;
  border-top: 1px solid #e65c00;
  border-bottom: 1px solid #e65c00;
}
#primary-nav li.more {
  display: block;
  cursor: pointer;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#primary-nav li.more .carat {
  display: inline-block;
  margin-left: 5px;
}
#primary-nav li.trailing {
  display: none;
  width: 100%;
  float: none;
  clear: left;
  border-bottom: 1px dotted #666666;
  border-right: 1px solid #000;
}
#primary-nav li.trailing.hideonmobile {
  display: none !important;
}
#primary-nav li.active .carat {
  position: absolute;
  top: 41px;
  left: 50%;
  width: 12px;
  height: 8px;
  margin-left: -4px;
  background: transparent url(/img/carats/nav-tiny-down.png) no-repeat top center;
  z-index: 999;
}
#primary-nav li.primary-nav-search {
  padding-top: 7px;
}
#user-bar {
  display: none;
}
#sm4-user-bar-header .sendUsFeedback {
  display: none;
}
.thirdPartyAuthContainer .thirdPartyAuth {
  width: 18px;
}
.flux4Widget .userBar .barElement {
  border-color: #000 !important;
}
.flux4Widget .share {
  border: none !important;
}
#monthlyTout {
  clear: both;
}
@media screen and (min-width: 640px) {
  #primary-nav li span span:nth-child(n+2) {
    display: inline-block;
  }
  #primary-nav li span span {
    margin: 0 5px 0 0;
  }
  #primary-nav li span span:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #header {
    padding: 0;
    margin-bottom: 10px;
    display: block;
  }
  #header .banner-ad {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    clear: both;
    margin-top: 20px;
    background: #000000;
  }
  #header .banner-ad .banner {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #header .banner-ad .banner-side-2 {
    display: none;
  }
  .header-logo-sprite {
    position: relative;
    float: left;
    display: block;
    margin: 28px 10px -50px 10px;
    overflow: hidden;
    width: 350px;
    height: 68px;
  }
  .header-logo-sprite img {
    position: relative;
    margin-top: 0px;
    float: right;
  }
  #header-promo {
    display: block;
    clear: both;
    float: right;
    margin-bottom: -130px;
    padding-right: 10px;
  }
  #founding-mother {
    display: block;
    position: absolute;
    left: 377px;
    top: 47px;
    color: #9a9a9a;
  }
  #founding-mother a {
    display: block;
  }
  #breadcrumb {
    display: block;
  }
  #primary-nav {
    width: auto;
    float: left;
    margin: 60px 0 0 10px;
  }
  #primary-nav li,
  #primary-nav li.trailing {
    width: auto;
    min-width: 90px;
  }
  #primary-nav li {
    height: 30px;
    margin-right: 5px;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 7px 10px 0 10px;
    border: none;
    font-size: 1.65em;
  }
  #primary-nav li a {
    height: 20px;
    line-height: 1.3em;
  }
  #primary-nav li:hover {
    background-color: #e65c00;
  }
  #primary-nav li.trailing {
    display: block !important;
    float: left;
    clear: none;
    border: none;
  }
  #primary-nav li.trailing.hideonmobile {
    display: block !important;
  }
  #primary-nav li.active .carat {
    top: 98%;
  }
  #primary-nav li.active.trailing .carat {
    top: 92%;
  }
  #primary-nav li.more {
    display: none;
  }
  #primary-nav li.mobile-only {
    display: none !important;
  }
  #user-bar {
    display: block;
    position: relative;
    height: 36px;
    background-color: #000;
  }
  #user-bar .wrapper {
    position: relative;
  }
  #user-bar .dropdownWrapper {
    z-index: 9999;
  }
  #user-bar .follow-bar {
    float: left;
    margin-top: 7px;
  }
  #user-bar .follow-bar .serviceDelimiter {
    display: none;
  }
  #user-bar .follow-bar .successIcon {
    display: none !important;
  }
  #user-bar .userBar .bar .elements .barElement {
    margin-top: 2px;
  }
  #sm4-user-bar-header {
    position: absolute;
    top: 0;
    right: 15px;
  }
}
@media screen and (min-width: 980px) {
  #header {
    background-position: 65% 0%;
  }
  #header .banner-ad {
    width: 940px;
    position: static;
    margin: 10px 0 0 10px;
    float: left;
    clear: both;
    background: #000000;
  }
  #header .banner-ad .banner {
    height: auto;
    margin: 0px auto;
  }
  #founding-mother {
    left: 39%;
    top: 47px;
  }
  #primary-nav {
    margin-bottom: 10px;
    margin-right: 15%;
  }
}
@media screen and (min-width: 1300px) {
  #header .banner-ad {
    width: 1260px;
  }
  #primary-nav li,
  #primary-nav li.trailing {
    width: auto;
    min-width: 90px;
  }
  #founding-mother {
    top: 8px;
    left: 377px;
  }
}
@media screen and (min-width: 1620px) {
  #header {
    background-position: 700px 0%;
  }
  #header .banner-ad {
    width: 1580px;
  }
  #primary-nav li,
  #primary-nav li.trailing {
    min-width: 90px;
  }
  #founding-mother {
    top: 47px;
    left: 1074px;
  }
  .ie8 #founding-mother {
    left: 1140px;
  }
}
.zone.footer > img {
  display: none;
}
.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #404040;
}
#partners-wrapper {
  display: none;
}
#footer-carousel-wrapper {
  display: none;
}
#sm4-user-bar-footer-container {
  width: auto;
  background-color: #f3f3f3;
}
#sm4-user-bar-footer {
  display: block;
  position: absolute;
  right: 10px;
  top: -35px;
}
#sm4-user-bar-footer .userBar {
  background-color: black;
}
#footer-wrapper {
  clear: right;
  background-color: black;
}
#footer-wrapper hr {
  display: none;
}
#footer-wrapper .footer-inner-wrapper {
  margin: 0 auto;
  color: white;
}
#footer-wrapper .footer-inner-wrapper a {
  text-decoration: none;
}
#footer-wrapper .footer-inner-wrapper a:hover {
  color: white;
  text-decoration: none;
}
#footer-wrapper .copyright {
  display: block;
  text-align: center;
  line-height: 1em;
  padding-top: 15px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #9a9a9a;
}
#footer-wrapper .rss-link {
  display: none;
  width: 47px;
  height: 20px;
  margin: 1px 0 0 10px;
  background: url(/img/icons/feed/rss-gray.gif) no-repeat top left;
}
#footer-wrapper .footer-ad-item {
  width: auto;
}
#footer-wrapper .footer-ad-item div.footer-ad {
  width: 300px;
  height: 50px;
  margin: 0px auto;
  overflow: hidden;
  display: none;
}
#footer-wrapper div.footer-item {
  text-align: center;
}
#footer-wrapper div.footer-item h3 {
  text-transform: uppercase;
  font-size: 1.6em;
  color: #9a9a9a;
}
#footer-wrapper div.footer-item .footer-follow-widget .serviceDelimiter {
  display: none;
}
#footer-wrapper div.footer-item .footer-follow-widget .successIcon {
  display: none;
}
#footer-wrapper div.footer-item .newsletter-signup {
  display: none;
}
#footer-wrapper div.footer-item .search-form {
  padding-top: 12px;
  padding-bottom: 14px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #404040;
  position: relative;
  width: 100%;
}
#footer-wrapper div.footer-item .search-form .search-icon {
  position: static;
  width: 18px;
  margin-left: -23px;
  margin-top: -5px;
}
#footer-wrapper div.footer-item.footer-item-follow-us {
  font: normal 12px Arial, Helvetica, sans-serif;
  padding: 20px 0 30px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #404040;
}
#footer-wrapper div.footer-item.footer-item-follow-us h3 {
  font-size: 1.8em;
  padding: 10px 0 20px 0;
  color: #7E7E7E;
  font-weight: bold;
  margin: 0px;
  text-transform: none;
}
#footer-wrapper div.footer-item.footer-item-follow-us .social-bar {
  margin: 0 auto;
  width: 224px;
}
#footer-wrapper div.ugc-call-to-action {
  display: none;
}
#footer-wrapper div.footer-item-nav a {
  color: #f3f3f3;
  clear: right;
}
#footer-wrapper div.footer-item-nav a:visited {
  color: #f3f3f3;
}
#footer-nav {
  background-color: #000;
}
#footer-nav nav {
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #404040;
}
#footer-nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
#footer-nav a.footer-nav-col-hdr {
  display: block;
  padding: 10px 0 5px 10px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
}
#footer-nav a.footer-nav-col-hdr .carat {
  display: inline-block;
  margin-left: 5px;
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  width: 6px;
  height: 10px;
  background-position: -53px -146px;
}
#footer-nav li {
  text-align: center;
  margin-left: 20px;
}
#footer-nav li a {
  line-height: 1.5em;
  color: #999999;
  text-decoration: none;
}
.pcfp {
  display: block;
  margin: 20px auto 20px auto;
}
@media screen and (min-width: 768px) {
  .flex-container {
    display: none;
  }
  #partners-wrapper {
    display: block;
    width: auto;
    min-height: 260px;
    margin-top: -11px;
    background: #f3f3f3 url(/img/gradients/gray-to-light-gray.gif) repeat-x 0 0;
    background-size: 1px 290px;
  }
  #partners {
    margin: 10px auto 0;
  }
  #partners h3 {
    padding: 30px 0 0 10px;
    margin-bottom: 22px;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #666666;
  }
  #partners div.partner {
    float: left;
    width: 25%;
    padding: 0px 10px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/js/polyfill/boxsizing.htc);
  }
  #partners div.partner img {
    border: 0px;
    padding-bottom: 25px;
    max-height: 55px;
  }
  #partners div.partner ul {
    text-align: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 1.2em;
  }
  #partners div.partner ul li {
    color: #333333;
    padding: 3px 0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCC;
  }
  #partners div.partner ul li a {
    color: inherit;
  }
  #partners-bottom-border {
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 8px;
  }
  #footer-carousel-wrapper {
    display: block;
    width: 94%;
    margin: 0 auto;
    padding: 0 10px;
  }
  #footer-carousel-wrapper h3 {
    font-family: 'salvo sans medium';
    font-size: 2em;
    margin-top: 31px;
    margin-bottom: 15px;
    margin-left: -10px;
  }
  #footer-carousel-wrapper a {
    position: relative;
  }
  #footer-carousel-wrapper a div.play {
    position: absolute;
    background: url('/img/icons/marquee/btn-play-sm.png') no-repeat center center;
    width: 220px;
    height: 127px;
    top: 0;
  }
  #footer-wrapper .footer-inner-wrapper {
    position: relative;
    padding-top: 35px;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-inner-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer-wrapper .footer-inner-wrapper hr {
    display: block;
    clear: both;
    height: 1px;
    margin: 0 10px 12px 10px;
    border-top: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #404040;
  }
  #footer-wrapper .footer-inner-wrapper .rss-link {
    display: block;
    float: left;
    background: url(/img/icons/feed/rss-gray.gif) no-repeat top left;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item {
    padding-top: 0px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/js/polyfill/boxsizing.htc);
    float: left;
    text-align: left;
    color: #9a9a9a;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item.footer-item-follow-us {
    border: 0;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item.footer-item-follow-us h3 {
    padding-top: 0;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item.footer-item-follow-us .social-bar {
    margin: 0;
    width: auto;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item .footer-follow-widget {
    width: auto;
    float: left;
    padding: 0;
    border: none;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item .footer-follow-widget .successIcon {
    display: none;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item .newsletter-signup {
    display: block;
    margin-top: 20px;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item .newsletter-signup h3 {
    text-align: left;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 1.2em;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item .newsletter-signup input[type="text"] {
    height: 15px;
    width: 150px;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item .newsletter-signup .submitEmail {
    font-size: 1.5em;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item .newsletter-signup {
    display: block;
    margin-top: 20px;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item .copyright {
    display: block;
    margin-top: 20px;
    font-size: 1em;
    font-weight: bold;
    text-align: right;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item .pcfp {
    float: right;
  }
  #footer-wrapper .footer-inner-wrapper div.final-details {
    /*display: none;*/
  
    float: right;
    padding-right: 10px;
    width: 180px;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item-nav {
    width: 550px;
    padding: 0px;
    float: left;
    background-color: black;
  }
  #footer-wrapper .footer-inner-wrapper div.become-nickmom {
    display: none;
  }
  #footer-wrapper .footer-inner-wrapper .footer-search {
    display: none;
  }
  #sm4-user-bar-footer-container {
    display: none;
  }
  #footer-nav {
    min-height: 100px;
    font-size: 10px;
  }
  #footer-nav nav {
    padding: 10px;
    border: 0;
    float: left;
  }
  #footer-nav #footer-nav-1 {
    width: 19%;
  }
  #footer-nav #footer-nav-2 {
    width: 24%;
  }
  #footer-nav #footer-nav-3 {
    width: 21%;
  }
  #footer-nav ul {
    display: block !important;
    margin-bottom: 20px;
  }
  #footer-nav a.footer-nav-col-hdr {
    padding-left: 0px;
    margin-left: 0px;
    background-color: inherit;
    color: white;
    text-align: left;
    text-transform: none;
    line-height: 1em;
    font-size: 1.3em;
    cursor: text;
  }
  #footer-nav a.footer-nav-col-hdr .carat {
    display: none;
  }
  #footer-nav li {
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
    font-weight: normal;
    font-size: 1.3em;
  }
  #footer-nav li a.privacyPolicyNoTimestamp {
    color: white;
  }
  #footer-nav li a.privacyPolicyTimestamp {
    color: #e65c00;
  }
  #footer-nav li a.termsOfUseTimestamp {
    color: #e65c00;
  }
  #footer-nav #footer-nav-4 {
    float: right;
    display: block;
    width: 25%;
  }
  #footer-nav #footer-nav-4 div.footer-item {
    float: right;
    padding-right: 0;
  }
  #footer-nav #footer-nav-4 div.copyright {
    text-align: right;
    margin-top: 8px;
    padding-top: 0;
  }
  #footer-nav #footer-nav-4 img.pcfp {
    float: right;
  }
  div.footer-item-nav {
    margin-left: 10px;
  }
}
@media screen and (min-width: 810px) {
  #footer-wrapper .footer-inner-wrapper div.ugc-call-to-action {
    display: block;
    float: right;
    padding: 0 10px 0 0;
  }
  #footer-wrapper .footer-inner-wrapper div.ugc-call-to-action a img {
    display: block;
    width: 490px;
    height: 70px;
  }
}
@media screen and (min-width: 980px) {
  .footer #footer-carousel-wrapper {
    width: 920px;
    height: 250px;
  }
  #partners,
  #footer-wrapper .footer-inner-wrapper {
    width: 960px;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item-nav {
    width: 750px;
  }
  #footer-nav nav {
    padding: 10px;
  }
  #footer-nav #footer-nav-2 {
    width: 20%;
  }
  #footer-nav #footer-nav-3 {
    width: 31%;
  }
}
@media screen and (min-width: 1300px) {
  .footer #footer-carousel-wrapper {
    width: 1240px;
    height: 250px;
  }
  #partners,
  #footer-wrapper .footer-inner-wrapper {
    width: 1280px;
  }
  #footer-wrapper .footer-inner-wrapper hr {
    height: 31px;
  }
  #footer-wrapper .footer-inner-wrapper div.ugc-call-to-action a img {
    width: 710px;
    height: 100px;
  }
  #footer-wrapper .footer-inner-wrapper div.footer-item-nav {
    width: 1000px;
  }
}
#mama-bar {
  display: none;
}
ul#menu-mama-bar a[title=nickmom] {
  color: #ff9540;
  cursor: default;
}
@media screen and (min-width: 768px) {
  #mama-bar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/js/polyfill/boxsizing.htc);
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 2px solid #f1f1f1;
    background-color: #fff;
    z-index: 10000000;
  }
  #mama-bar .mama-bar-logo img {
    float: right;
    border: 0;
  }
  #menu-mama-bar {
    float: left;
    margin: 0;
    padding: 0;
    color: #ff0000;
  }
  #menu-mama-bar li {
    float: left;
    display: inline;
    margin: 4px 15px 0 0;
  }
  #menu-mama-bar a {
    display: block;
    color: #9a9a9a;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
  }
  #menu-mama-bar a:hover {
    text-decoration: underline;
  }
  #menu-mama-bar a[title=nickmom] {
    color: #ff9540;
    cursor: default;
  }
  #menu-mama-bar a:hover[title=nickmom] {
    text-decoration: underline;
  }
  #menu-mama-bar li:first-child a {
    color: #ff9540;
    cursor: default;
  }
}
@media screen and (min-width: 980px) {
  #mama-bar {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  body.content #main {
    width: 640px;
  }
}
@media screen and (min-width: 1300px) {
  body.content.layout-header-2-cols .primary-2 {
    width: 640px;
  }
  body.content #main {
    width: 960px;
  }
}
.search-form {
  position: relative;
  width: 240px;
  margin: 0 auto;
}
.search-query {
  height: 22px;
  margin-top: 2px;
  width: 208px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  text-align: center;
}
.search-icon {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 18px;
}
.chicklet {
  background: white;
  position: relative;
  color: #999;
  /*
    videos, other-funny-stuff, nickmom-originals, default, caption-contests and funny-photos
    */

  border-bottom: 4px solid #e65c00;
}
.chicklet .brand-color {
  color: #e65c00;
}
.chicklet .brand-background-color {
  background-color: #e65c00;
}
.chicklet.micro:hover {
  background-color: #e65c00;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.chicklet[data-category-id="166833ae-1a3e-489b-9088-52876c7439a1"] {
  border-bottom: 4px solid #92af0a;
}
.chicklet[data-category-id="166833ae-1a3e-489b-9088-52876c7439a1"] .brand-color {
  color: #92af0a;
}
.chicklet[data-category-id="166833ae-1a3e-489b-9088-52876c7439a1"] .brand-background-color {
  background-color: #92af0a;
}
.chicklet[data-category-id="166833ae-1a3e-489b-9088-52876c7439a1"].micro:hover {
  background-color: #92af0a;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.chicklet[data-category-id="7c6f2467-0174-428e-adc5-dea2a365f3fe"] {
  border-bottom: 4px solid #bf177c;
}
.chicklet[data-category-id="7c6f2467-0174-428e-adc5-dea2a365f3fe"] .brand-color {
  color: #bf177c;
}
.chicklet[data-category-id="7c6f2467-0174-428e-adc5-dea2a365f3fe"] .brand-background-color {
  background-color: #bf177c;
}
.chicklet[data-category-id="7c6f2467-0174-428e-adc5-dea2a365f3fe"].micro:hover {
  background-color: #bf177c;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.chicklet[data-category-id="7c6f2467-0174-428e-adc5-dea2a365f3fe"] .play-button {
  display: block;
}
.chicklet[data-category-id="a411a385-6732-4c40-8d9e-7a0ad156779c"] {
  border-bottom: 4px solid #29a2ff;
}
.chicklet[data-category-id="a411a385-6732-4c40-8d9e-7a0ad156779c"] .brand-color {
  color: #29a2ff;
}
.chicklet[data-category-id="a411a385-6732-4c40-8d9e-7a0ad156779c"] .brand-background-color {
  background-color: #29a2ff;
}
.chicklet[data-category-id="a411a385-6732-4c40-8d9e-7a0ad156779c"].micro:hover {
  background-color: #29a2ff;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.chicklet[data-category-id="TV-6732-4c40-8d9e-7a0ad156779c"] {
  border-bottom: 4px solid #993ec6;
}
.chicklet[data-category-id="TV-6732-4c40-8d9e-7a0ad156779c"] .brand-color {
  color: #993ec6;
}
.chicklet[data-category-id="TV-6732-4c40-8d9e-7a0ad156779c"] .brand-background-color {
  background-color: #993ec6;
}
.chicklet[data-category-id="TV-6732-4c40-8d9e-7a0ad156779c"].micro:hover {
  background-color: #993ec6;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.chicklet[data-franchise="top-9"].chicklet-box .featured {
  float: right;
  max-width: 100px;
  margin: 10px 8px 0px 0px;
}
.chicklet[data-franchise="top-9"].chicklet-box h1.title {
  margin-right: 116px;
  margin-bottom: 53px;
}
.chicklet[data-franchise="top-9"].chicklet-box .hover-overlay .featured {
  display: block;
}
.chicklet[data-franchise="top-9"].chicklet-box .hover-overlay h1.title {
  margin-bottom: 15px;
}
.chicklet[data-franchise="top-9"].chicklet-box .hover-overlay h2.section {
  margin-bottom: 15px;
}
.chicklet .category {
  font-size: 1.5em;
  padding: 2px 11px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.chicklet .featured img {
  max-width: 100%;
}
.chicklet .title {
  font-size: 16px;
}
.chicklet .meta {
  width: 100%;
}
.chicklet .date {
  font-size: 9px;
  margin-top: 13px;
  text-transform: uppercase;
}
.chicklet .image-wrapper {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
}
.chicklet .play-button {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.chicklet .play-button .fill {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.chicklet .play-button .play-icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent url(/img/icons/marquee/btn-play-sm.png) no-repeat center center;
}
.chicklet hr {
  margin: 12px 0 0 0;
  border: 0;
  border-bottom: 1px dashed white;
}
.chicklet .hover-overlay div.like-counter {
  color: #fff;
}
.chicklet .hover-overlay div.like-counter .icon {
  background-position: -13px 0px;
  background-color: transparent;
}
.chicklet .hover-overlay .featured {
  display: none;
}
.chicklet .flux4Widget .share .secondaryHeadline {
  padding: 0px;
}
.chicklet .flux4Widget ul li {
  padding: 0px!important;
}
.chicklet .flux4Widget ul li.twitter {
  width: 56px;
}
.chicklet .flux4Widget ul li.googleplusone {
  width: 32px;
}
.chicklet .flux4Widget ul li.more a {
  background: #000000 url(/img/landing/btn-more-sm.gif) no-repeat center center;
  color: white;
  display: block;
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-indent: -3000px;
  width: 56px;
  height: 20px;
}
.chicklet .flux4Widget ul li.more a a,
.chicklet .flux4Widget ul li.more a a:hover {
  text-decoration: none;
}
.chicklet.micro {
  width: 140px;
}
.chicklet.micro:hover {
  color: #fff;
}
.chicklet.micro:hover .brand-color,
.chicklet.micro:hover .hover-contrast {
  color: #fff;
}
.chicklet.micro .featured,
.chicklet.micro .play-button {
  width: 140px;
  height: 105px;
}
.chicklet.micro .featured {
  overflow: hidden;
}
.chicklet.micro .category {
  font-size: 17px;
}
.chicklet.micro .title {
  font-family: 'Salvo Serif Regular', serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-transform: none;
  padding: 0px;
  margin: 9px 0px 6px;
}
.chicklet.micro .date,
.chicklet.micro .franchise {
  font-family: 'Salvo Sans Bold', arial;
  margin: 0;
  font-size: 10px;
  color: #999;
}
.chicklet.micro .info {
  min-height: 121px;
  text-align: left;
  padding: 0px 6px;
}
.chicklet-box.drop-shadow {
  -moz-box-shadow: 2px 2px 3px 1px rgba(3, 3, 3, 0.2);
  -webkit-box-shadow: 2px 2px 3px 1px rgba(3, 3, 3, 0.2);
  box-shadow: 2px 2px 3px 1px rgba(3, 3, 3, 0.2);
}
.video-landing-view .chicklet.micro {
  border-bottom-width: 0px;
  height: 105px;
  width: auto;
  margin: 0 10px 10px;
}
.video-landing-view .chicklet.micro .featured {
  width: 140px;
  height: 105px;
  float: left;
}
.video-landing-view .chicklet.micro .info {
  min-height: 0;
  margin-left: 140px;
}
@media screen and (min-width: 768px) {
  .video-landing-view .chicklet.micro {
    border-bottom-width: 4px;
    height: auto;
    width: 140px;
    margin: 0 20px 0 0;
  }
  .video-landing-view .chicklet.micro .featured {
    width: 140px;
    height: 105px;
    float: none;
  }
  .video-landing-view .chicklet.micro .info {
    min-height: 121px;
    margin-left: 0;
  }
}
.header-wrapper.tile h1 {
  font-size: 24px;
  font-family: 'Salvo Sans Regular';
  color: black;
  letter-spacing: -1px;
  padding: 9px 0 8px 10px;
  margin: 0;
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .header-wrapper.tile h1 {
    padding: 15px 0 10px 10px;
    margin: 0px;
    width: 100%;
    font-size: 38px;
  }
}
.content-top-bg {
  display: none;
}
.chicklet-landing-header .site-page-title {
  display: table-cell;
  vertical-align: middle;
}
.chicklet-landing-header .site-page-title h1 {
  max-width: 610px;
  margin: 20px 10px;
  border-left: solid #bf177c 10px;
  font-size: 2em;
  text-transform: none !important;
}
.chicklet-landing-header .site-page-title h1 .magneticPoetry-word {
  margin: 0;
  background-color: #fff;
  color: #000;
  font-family: 'Salvo Serif Light', Helvetica, Arial, serif;
  letter-spacing: -1px;
  font-weight: normal;
}
.chicklet-landing-header .site-page-title h1.whitePoetry {
  padding: 6px 6px 5px 4px;
  background: white;
  border-left-width: 7px;
}
.chicklet-landing-header .site-page-title h1 .magneticPoetry-space {
  display: none;
}
.chicklet-landing-header .site-page-title.tag-title {
  height: 80px;
  text-transform: Capatalize;
}
.more-lols .site-page-title h1 {
  font-size: 24px;
  font-family: 'Salvo Sans Regular';
  color: black;
  letter-spacing: -1px;
  padding: 9px 0 8px 10px;
  margin: 0;
  display: block;
  font-weight: normal;
}
.site-page-title.tag-title h1 {
  color: black;
  display: block;
  font-family: 'Salvo Sans Regular';
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 2px 0 15px 3px;
}
.tag-landing .site-page-title {
  margin: -10px 0 15px 0;
  background-color: #BABF13;
  color: black;
  display: block;
  font-family: 'Salvo Sans Regular';
  font-size: 24px;
  font-weight: normal;
  padding: 12px 0 0px 3px;
  height: 105px;
}
@media screen and (min-width: 480px) {
  #content-bg {
    position: relative;
  }
  .content-top-bg {
    position: absolute;
    background-color: #BABF13;
    height: 58px;
    width: 100%;
    top: 0px;
    display: block;
  }
  .content-top-bg .shadow {
    box-shadow: -3px -4px 14px 5px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 1px;
  }
  .tag-landing .site-page-title {
    min-height: 85px;
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .content-top-bg {
    height: 105px;
  }
  .site-page-title {
    height: 105px;
    text-align: left;
  }
  .tag-landing h1.site-page-title {
    min-height: 80px;
    text-align: left;
    margin-right: 320px;
  }
  .chicklet-landing-header .site-page-title {
    padding: 50px 0 50px;
    height: 60px;
  }
  .chicklet-landing-header .site-page-title h1 {
    margin: 0 10px;
    font-size: 3.6em;
  }
  .chicklet-landing-header .site-page-title h1.whitePoetry {
    padding: 9px 19px 7px 18px;
    background: white;
  }
  .site-page-title.tag-title h1 {
    font-size: 1.5em;
    padding: 9px 0 20px 3px;
  }
  .more-lols .site-page-title {
    height: 72px;
  }
  .more-lols .site-page-title h1 {
    font-size: 3.8em;
    padding: 15px 0 10px 10px;
  }
}
.site-page-description {
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/polyfill/boxsizing.htc);
  margin: 0;
  padding: 20px 10px;
  background-color: #fff;
  border-bottom: 1px dashed #bbbbbb;
  font-family: 'Salvo Sans Light', Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  color: #666666;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .chicklet-landing-header .site-page-description {
    height: 70px;
    padding: 10px 140px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .chicklet-landing-header .site-page-description {
    padding: 10px 470px 10px 10px;
    border-bottom: none;
    font-size: 1.7em;
    height: 95px;
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (min-width: 660px) {
  .tv-hub-page.secondary .submvc-module {
    float: left;
  }
}
.primary-1 .content-category {
  margin: 10px 10px 12px;
}
.primary-1 .content-category a {
  color: white;
  background: black;
  font-family: 'Salvo Sans Medium', Arial;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
}
.primary-1 .content-category a span {
  margin: 0;
}
.primary-1 .content-category a:hover,
.primary-1 .content-category a:visited {
  color: #fff;
}
.tile.end-level-title {
  padding: 0 10px;
  margin: 0 0 12px 0;
}
.tile.end-level-title h1 {
  font-family: 'Salvo Sans Regular', helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  line-height: 120%;
}
@media screen and (min-width: 480px) {
  .tile.end-level-title h1 {
    font-size: 27px;
  }
}
@media screen and (min-width: 980px) {
  .tile.end-level-title {
    min-height: 90px;
    margin: 0 184px 10px 0;
  }
  .tile.end-level-title h1 {
    font-size: 41px;
  }
}
.content-meta.tile {
  font-family: arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  background: #fff;
  color: #BFBFBF;
  margin: 0px;
  padding: 16px 10px 0px 10px;
}
.content-meta.tile .date {
  margin-left: 5px;
  color: #999;
}
.content-meta.tile .end-level-next {
  display: none;
}
.content-meta.tile hr {
  border: 0px;
  border-bottom: 1px dashed #999;
  padding: 0px;
  margin: 17px 0 0;
}
.content-meta.tile a,
.content-meta.tile a:visited {
  font-weight: bold;
  color: #666666;
}
.content-meta.tile .value {
  margin-right: 10px;
}
@media screen and (min-width: 480px) {
  .content-meta.tile {
    margin: 0 10px;
    padding: 11px 10px 0px 10px;
  }
  .content-meta.tile .tags {
    display: block;
  }
}
@media screen and (min-width: 1120px) {
  .content-meta.tile {
    padding: 0px 140px 21px 20px;
    margin-bottom: 22px;
  }
  .content-meta.tile hr {
    display: none;
  }
}
.content-article {
  background: #fff;
  padding: 10px 10px 0px;
  margin: 0px;
  font-family: 'Salvo Sans Regular', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #111111;
  /* This looks crazy, but I assure you it is not. The 56.25% padding-bottom will restrict it to 16:9 aspect ratio */

}
.content-article bold {
  font-family: 'Salvo Sans Bold', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.content-article a,
.content-article a:visited,
.content-article a:hover {
  color: #BF177C;
}
.content-article img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.content-article iframe,
.content-article object[type="application/x-shockwave-flash"] {
  max-width: 100%;
}
.content-article .content {
  background-color: transparent;
}
.content-article .content .extVid {
  width: 100%;
  text-align: center;
}
.content-article .content.top-9 img:first-child {
  max-width: 100%;
}
.content-article .content.top-9 .title {
  font-family: 'Salvo Sans Bold', Helvetica, Arial, sans-serif;
  color: #2288a8;
  float: left;
  font-size: 21px;
  font-weight: 900;
  padding-right: 10px;
}
.content-article .content.top-9 .description {
  padding-left: 50px;
}
.content-article .content.top-9 section {
  border-bottom: 1px dashed #bbbbbb;
  padding: 14px 0 16px;
}
.content-article .content.top-9 section:first-child {
  border: 0;
  padding-top: 0;
  float: left;
  background: #fff;
}
.content-article .content.top-9 section:first-child .image {
  max-width: 100px;
  margin: 0 10px 10px 0px;
}
.content-article .content.top-9 section:first-child + section {
  padding-top: 8px;
  min-height: 90px;
}
.content-article .content.top-9 section.last {
  border-bottom-width: 0;
}
.content-article .content.top-9 section.last .title {
  font-size: 30px;
}
.content-article .content.top-9 section.last .description {
  font-size: 30px;
  padding-left: 50px;
}
.content-article .content.top-9 section.introText {
  border: 0px;
  padding-top: 8px;
  min-height: 90px !important;
}
.content-article .content .image {
  text-align: center;
}
.content-article .content .image .attribution {
  font-family: arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  color: #999;
}
.content-article .content .image .attribution span {
  color: #BFBFBF;
}
.content-article .content .image .attribution a,
.content-article .content .image .attribution a:visited {
  color: #666666;
}
.content-article .viral-videos {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.content-article .viral-videos embed,
.content-article .viral-videos object,
.content-article .viral-videos iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.content-article .wp-caption {
  width: auto !important;
}
@media screen and (min-width: 480px) {
  .content-article {
    margin: 0px 10px;
  }
  .content-article .content {
    background-color: transparent;
  }
  .content-article .content.top-9 section:first-child .image {
    max-width: 200px;
    margin: 0 12px 10px 0px;
  }
  .content-article .content.top-9 section:first-child + section {
    min-height: 40px;
  }
}
@media screen and (min-width: 1120px) {
  .content-article {
    padding: 10px 20px 13px;
  }
  .content-article .content.top-9 section.last {
    border-bottom-width: 1px;
  }
}
.end-level-next.module {
  text-align: center;
  padding: 20px 0;
}
.end-level-next.module a.next {
  display: inline-block;
  background: transparent url(/img/article/next-button.png) no-repeat 0px 0px;
  width: 157px;
  height: 68px;
}
.end-level-next.module a.next:hover {
  background-position: -157px 0px;
}
.primary-1 .end-level-next {
  display: none;
  margin: 0px;
  border: none;
  position: absolute;
  top: 46px;
  right: 10px;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .primary-2 .end-level-next {
    margin: 0px 10px;
  }
}
@media screen and (min-width: 768px) {
  .primary-2 .end-level-next {
    float: left;
    width: 258px;
    margin: 0px;
    padding-top: 17px;
    border: none;
    background: #fff;
  }
}
@media screen and (min-width: 980px) {
  .primary-1 .end-level-next {
    display: block;
  }
  .primary-2 .end-level-next {
    display: none;
  }
}
.share.tile {
  background: #fff;
  padding: 8px 0 5px;
  text-align: center;
  text-transform: none;
  margin: 0 auto;
}
.share.tile .text {
  font-family: arial;
  font-size: 1em;
  font-weight: 600;
}
.share.tile .sm4Widget {
  padding-top: 11px;
}
.share.tile .sm4Widget .serviceList > li.serviceButton,
.share.tile .sm4Widget .serviceList li.more {
  width: 60px;
  padding: 0px;
}
.share.tile .sm4Widget .share {
  padding: 0px;
}
.share.tile .sm4Widget .share .secondaryHeadline {
  padding-bottom: 3px;
}
.share.tile .sm4Widget.horizontalView li {
  float: left;
}
.chicklet-landing-header .share.tile {
  width: 100%;
}
.tv-show-page .share.tile {
  margin: 0 10px;
  border-top: 1px dashed #999;
  -webkit-box-shadow: 0 2px 2px #CCC;
  box-shadow: 0 2px 2px #CCC;
  width: auto;
  padding: 10px 0;
}
.tv-hub-page.secondary.col-1 .share.tile {
  margin: 0 auto 20px;
  padding: 10px;
  width: 280px;
}
@media screen and (min-width: 480px) {
  .zone.floating-share .share.tile {
    margin: 0px 10px 0px 10px;
  }
}
@media screen and (min-width: 640px) {
  .tv-hub-page.secondary.col-1 .share.tile {
    margin: 0 0 0 10px;
  }
  .tv-show-page .share.tile {
    -webkit-box-shadow: 2px 2px 2px #CCC;
    box-shadow: 2px 2px 2px #CCC;
  }
}
@media screen and (min-width: 768px) {
  .zone.floating-share .share.tile {
    margin: 0px 0px 0px 10px;
  }
  .zone.floating-share.tv-show-page .share.tile {
    margin: 0px 10px;
  }
  .content-end-level-view-zone .share.tile {
    border: none;
    float: left;
    margin: 0px 0px 17px 10px;
    width: 362px;
  }
  .content-end-level-view-zone .share.tile .share-wrapper {
    border-right: 1px dashed #bbbbbb;
  }
  .chicklet-landing-header .share.tile {
    width: 310px;
    height: 88px;
    position: absolute;
    top: 160px;
    right: 0;
    padding-top: 7px;
    border-left: 1px dashed #bbbbbb;
  }
  .franchise-landing .share.tile {
    padding: 4px 0 0 0;
  }
  .franchise-landing .share.tile .sm4Widget {
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .zone.floating-share .share.tile {
    float: none;
    margin: 0px 10px 17px 10px;
    width: auto;
  }
  .zone.floating-share .share.tile .share-wrapper {
    border: 0;
  }
  .zone.floating-share.tv-show-page .share.tile {
    width: auto;
    margin: 0 10px;
  }
  .channel-finder-view-zone.secondary .share.tile {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .photo-landing-view-zone .share.tile {
    width: 70px;
    padding: 10px 0px;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-bottomright: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    width: 70px !important;
    background: #ffffff;
    /* Old browsers */
  
    background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    /* IE10+ */
  
    background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
    /* W3C */
  
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
    /* IE6-9 */
  
  }
  .photo-landing-view-zone .share.tile .flux4Widget .serviceList > li.serviceButton,
  .photo-landing-view-zone .share.tile .flux4Widget .serviceList li.more {
    width: 60px;
    padding: 0 10px 10px 5px;
  }
  .photo-landing-view-zone .share.tile .flux4Widget .serviceList li.more {
    padding-bottom: 0;
  }
  .photo-landing-view-zone .share.tile .flux4Widget .serviceList a.pin-it-button {
    margin-top: 0px;
  }
  .photo-landing-view-zone .share.tile .flux4Widget.horizontalView li .more {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1120px) {
  .zone.floating-share .share.tile {
    position: absolute;
    top: 0;
    left: -80px;
    width: 70px;
    padding: 10px 0px;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-bottomright: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    width: 70px !important;
  }
  .zone.floating-share .share.tile .flux4Widget .serviceList > li.serviceButton,
  .zone.floating-share .share.tile .flux4Widget .serviceList li.more {
    width: 60px;
    padding: 0 10px 10px 5px;
  }
  .zone.floating-share .share.tile .flux4Widget .serviceList li.more {
    padding-bottom: 0;
  }
  .zone.floating-share .share.tile .flux4Widget .serviceList a.pin-it-button {
    margin-top: 0px;
  }
  .zone.floating-share .share.tile .flux4Widget.horizontalView li .more {
    margin-bottom: 0;
  }
  .zone.floating-share .share.tile.sticky {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -560px;
  }
  .zone.floating-share.tv-show-page .share.tile {
    margin: 0;
  }
  .zone.floating-share .share.tile.sticky {
    margin-left: -560px;
    z-index: 9999;
  }
}
.content-recent-trending.module {
  margin: 0 auto;
  width: 300px;
  padding: 30px 0 35px 0;
}
.content-recent-trending.module #trending-content {
  display: none;
}
.content-recent-trending.module #trending-content ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.content-recent-trending.module #trending-content ul li.content {
  font-family: 'Salvo Serif Light', serif;
  font-size: 14px;
  padding: 10px 0;
  line-height: 16px;
  border-bottom: 1px solid #f3f3f3;
}
.content-recent-trending.module #trending-content ul li.content a {
  color: #666666;
}
.content-recent-trending.module .tab {
  width: 49.6%;
  float: left;
  height: 48px;
  text-align: center;
}
.content-recent-trending.module .tab a {
  font-family: 'Salvo Sans Medium', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  color: #FFF;
  padding: 7px 0px;
  display: block;
  background: #A0A0A0;
}
.content-recent-trending.module .tab:first-child {
  margin-right: 2px;
}
.content-recent-trending.module .tab.selected .down-arrow {
  display: block;
}
.content-recent-trending.module .tab.selected a {
  background: black;
  font-family: 'Salvo Sans Bold', Helvetica, Arial, sans-serif;
}
.content-recent-trending.module .tab .down-arrow {
  background: transparent url(/img/tmp/recent-trending-tab-arrow.png) no-repeat top center;
  height: 8px;
  display: none;
}
.content-recent-trending.module .chicklet {
  margin-bottom: 16px;
  border: 0;
  background: transparent;
}
.content-recent-trending.module .chicklet.last-child {
  margin-bottom: 0;
}
.content-recent-trending.module .chicklet .featured {
  overflow: hidden;
  width: 120px;
  height: 87px;
}
.content-recent-trending.module .chicklet .featured img {
  max-width: 120px;
  min-width: 0;
  float: left;
}
.content-recent-trending.module .chicklet h3 {
  font-family: 'Salvo Serif Regular', serif;
  padding: 0 18px 0 16px;
  margin: 0;
  color: #666666;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 18px;
}
.content-recent-trending.module .chicklet h3 a,
.content-recent-trending.module .chicklet h3 a:visited {
  color: #666666;
}
.content-recent-trending.module .chicklet h3 a:hover {
  color: #000;
}
.content-recent-trending.module .chicklet h3:hover {
  color: #000;
}
.content-recent-trending.module .chicklet .content-recent-trending-image {
  width: 120px;
  height: 87px;
}
.content-recent-trending.module .Video .play-icon {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 21px;
  left: 37px;
}
.tv-show-page .content-recent-trending.module,
.tv-hub-page .content-recent-trending.module {
  padding-top: 0;
}
@media screen and (min-width: 620px) {
  .secondary.all .content-recent-trending {
    float: left;
    margin-top: 10px;
    padding-top: 10px;
  }
  .secondary.all.tv-show-page .content-recent-trending {
    margin-top: 0px;
    padding-top: 0px;
  }
  .secondary.tv-hub-page .content-recent-trending {
    float: left;
    margin: 10px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .content-recent-trending.module {
    float: left;
    margin: 0 10px;
  }
}
@media screen and (min-width: 980px) {
  .content-recent-trending.module {
    float: none;
    padding: 0;
    margin-left: 10px;
  }
}
.content-related.module {
  border-bottom: 7px solid #000;
  padding-bottom: 45px;
  text-align: center;
  overflow: hidden;
}
.content-related.module h2 {
  font-family: 'Salvo Sans Regular', serif;
  font-weight: normal;
  font-size: 28px;
  margin: 0 0 13px;
}
.content-related.module .page {
  margin: 0 auto;
  width: 300px;
}
.content-related.module .chicklet {
  float: left;
  width: 140px;
  display: none;
  margin: 0 10px 0px 10px;
}
.content-related.module .chicklet:first-child {
  margin-left: 0px;
}
.content-related.module .chicklet[data-index="0"],
.content-related.module .chicklet[data-index="1"] {
  display: block;
}
.content-related.module .chicklet[data-index="1"],
.content-related.module .chicklet[data-index="3"] {
  margin-right: 0px;
}
@media screen and (min-width: 480px) {
  .primary-2 .content-related.module {
    margin: 0px 10px 17px 10px;
  }
}
@media screen and (min-width: 768px) {
  .content-related.module h2 {
    text-align: left;
  }
  .content-related.module .page {
    width: auto;
    min-width: 2500px;
    margin: 0px;
  }
  .content-related.module .chicklet {
    width: 140px;
    display: block;
  }
  .content-related.module .chicklet[data-index="1"],
  .content-related.module .chicklet[data-index="3"] {
    margin-right: 10px;
  }
}
.chicklet-landing .chicklet.chicklet-error {
  background-color: #29A2FF;
  height: 250px;
  border-bottom: none;
}
.chicklet-landing .chicklet.chicklet-error .title {
  padding-top: 20px;
  margin-left: 20px;
  font-family: 'Salvo Sans Light', helvetica, arial;
}
.chicklet-landing .chicklet.chicklet-error .title .headline {
  font-size: 23pt;
  background-color: transparent;
  color: #000000;
}
.chicklet-landing .chicklet.chicklet-error .title .bang {
  font-size: 42pt;
  line-height: .9;
  margin-left: 1px;
  color: black;
}
.chicklet-landing .chicklet.chicklet-error .body {
  margin: 15px 30px 0 20px;
  font-family: 'Salvo Serif Regular', serif;
  font-size: 15pt;
  color: white;
}
.chicklet-landing .chicklet.inhouse-promo {
  border: 0;
}
.chicklet-landing .chicklet .title {
  font-family: 'Salvo Serif Regular', serif;
  font-weight: 400;
  font-size: 19px;
  margin: 17px 12px 11px 10px;
}
.chicklet-landing .chicklet .section {
  font-family: 'Salvo Sans Bold', sans-serif;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  margin: 0px 12px 30px 12px;
}
.chicklet-landing .chicklet .section a,
.chicklet-landing .chicklet .section a:visited {
  color: #999;
}
.chicklet-landing .chicklet .meta {
  font-family: helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 13px;
  padding: 0px 12px 10px 12px;
  width: auto;
}
.chicklet-landing .chicklet .date {
  font-size: 10px;
  color: #b0b0b0;
  margin: 0px;
  float: left;
}
.chicklet-landing .chicklet .like-counter {
  float: right;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  display: block;
}
.chicklet-landing .chicklet .like-counter .icon {
  background: url(/img/icons/social/like-counter-icon.png) no-repeat -16px 0px;
  display: block;
  width: 15px;
  height: 13px;
  margin-right: 5px;
  float: left;
}
.chicklet-landing .chicklet .hover-overlay {
  display: none;
  position: absolute;
  top: 334px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.chicklet-landing .chicklet .hover-overlay a,
.chicklet-landing .chicklet .hover-overlay a:visited,
.chicklet-landing .chicklet .hover-overlay a:link,
.chicklet-landing .chicklet .hover-overlay a:hover,
.chicklet-landing .chicklet .hover-overlay a:active {
  color: #fff!important;
}
.chicklet-landing .chicklet .hover-overlay .date,
.chicklet-landing .chicklet .hover-overlay .like-counter {
  color: #fff;
}
.chicklet-landing .chicklet .hover-overlay .like-counter .icon {
  background-position: 0px 0px;
  width: 16px;
}
.chicklet-landing .chicklet .hover-overlay .title {
  color: #fff;
}
.chicklet-landing .chicklet .hover-overlay .section {
  color: #fff;
}
.chicklet-landing .chicklet .flux4Widget .share {
  padding: 11px 12px !important;
}
.chicklet-landing .chicklet .flux4Widget .serviceList {
  min-width: 275px;
}
.chicklet-landing .chicklet .flux4Widget.horizontalView li {
  float: left;
  margin-right: 10px;
}
.chicklet-landing .chicklet .flux4Widget.horizontalView li.lastButton {
  float: right;
  margin-right: 0px;
}
.chicklet-landing .chicklet .flux4Widget li button {
  width: 40px;
  height: 40px;
  background: #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}
.chicklet-landing .chicklet .flux4Widget li button.todo {
  opacity: 0.4;
  filter: alpha(opacity=4);
  /* For IE8 and earlier */

}
.chicklet-landing {
  padding-top: 10px;
}
.chicklet-landing .chicklet-box {
  width: 300px;
  margin: 0 auto 20px;
}
.masonry .chicklet-box {
  position: static !important;
}
@media screen and (min-width: 480px) {
  .zone.chicklet-landing {
    max-width: 650px;
    margin: 0 auto;
  }
  .zone.chicklet-landing.franchise-landing.primary-1 {
    max-width: none;
  }
}
@media screen and (max-width: 659px) {
  .zone.chicklet-landing {
    height: auto !important;
  }
}
@media screen and (min-width: 660px) {
  .zone.chicklet-landing {
    margin: 0 auto;
    padding-top: 0;
  }
  .zone.chicklet-landing .chicklet-box {
    margin: 0 10px 20px 10px;
    float: left;
  }
  .zone.chicklet-landing .chicklet-error {
    display: none;
  }
  .masonry .chicklet-box {
    position: absolute !important;
  }
}
@media screen and (min-width: 980px) {
  .zone.chicklet-landing {
    width: auto;
    margin: 0;
    max-width: none;
  }
}
#load-more {
  position: relative;
  text-align: center;
}
#load-more a {
  color: #C8C8C8;
  font-size: 17px;
}
#load-more .pagination,
#load-more .back-to-top {
  margin: 0px auto;
}
#load-more .pagination {
  min-height: 152px;
}
#load-more .back-to-top {
  margin-top: 30px;
}
#load-more .back-to-top a {
  display: inline-block;
  width: 150px;
  height: 50px;
  background: transparent url(/img/icons/loading/btn-loadmore.png) no-repeat 0px -155px;
  text-indent: -30000px;
}
#load-more .back-to-top a:hover {
  background-position: -156px -155px;
}
#load-more .loader {
  display: none;
  width: 150px;
  height: 150px;
  background: transparent url(/img/icons/loading/rotation-lg.gif) center center no-repeat;
  margin: 0px auto;
}
#load-more a.next-page {
  display: inline-block;
  background: transparent url(/img/icons/loading/btn-loadmore.png) no-repeat 0px 0px;
  width: 150px;
  height: 150px;
  text-indent: -3000px;
}
#load-more a.next-page:hover {
  background-position: -156px 0px;
}
#load-more a:focus {
  outline: none;
}
#load-more.loading a.next-page {
  display: none;
}
#load-more.loading .loader {
  display: block;
}
#inhouse-promo-data {
  display: none;
}
@media screen and (min-width: 980px) {
  #load-more .back-to-top {
    margin: 0px;
    position: absolute;
    top: 33%;
    right: 10px;
  }
}
.carousel.tile {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 320px;
  height: 404px;
}
.carousel.tile .magneticPoetry-word {
  margin: 3px 0px 0px 0px;
  padding: 5px 6px 6px;
}
.carousel.tile .magneticPoetry-space {
  padding: 5px 0px 6px;
  margin: 3px 0px 0px 0px;
  width: 3px;
}
.carousel.tile .chicklets {
  position: relative;
  width: 320px;
  height: 404px;
}
.carousel.tile .chicklet {
  width: 100%;
  border: 0;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
.carousel.tile .chicklet .featured,
.carousel.tile .chicklet .info {
  width: 320px;
  height: 164px;
  float: left;
}
.carousel.tile .chicklet .image-wrapper {
  width: 100%;
}
.carousel.tile .chicklet .featured {
  height: 240px;
  overflow: hidden;
  background: #000;
}
.carousel.tile .chicklet .featured img {
  width: auto!important;
  height: auto!important;
  max-width: 100%;
  min-width: 100%;
  margin-top: -18%;
}
.carousel.tile .chicklet a,
.carousel.tile .chicklet a:link,
.carousel.tile .chicklet a:visited,
.carousel.tile .chicklet a:hover {
  color: #fff;
}
.carousel.tile .chicklet h1,
.carousel.tile .chicklet h2 {
  margin: 6px 0;
}
.carousel.tile .chicklet h1 {
  font-size: 17px;
}
.carousel.tile .chicklet h2 {
  font-size: 12px;
  text-transform: uppercase;
}
.carousel.tile .chicklet a .title,
.carousel.tile .chicklet a .section {
  font-weight: normal;
  margin: 0;
}
.carousel.tile .chicklet a .title {
  font-family: 'Salvo Sans Regular', helvetica, arial;
  font-size: 100%;
  color: #fff;
}
.carousel.tile .chicklet a .section {
  font-family: 'Salvo Sans Bold', helvetica, arial;
  font-size: 100%;
  color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */

  margin-left: 2px;
}
.carousel.tile .chicklet .headline {
  font-family: 'Salvo Sans Light', helvetica, arial;
  font-size: 16px;
  background: #000;
  color: #fff;
}
.carousel.tile .chicklet .info {
  cursor: pointer;
  margin: 0;
  background-image: url(/img/tmp/carousel-inner-shadow.png);
  background-repeat: no-repeat;
  background-position: right 0px;
}
.carousel.tile .chicklet .info > div {
  padding: 14px 10px 13px;
}
.carousel.tile .chicklet:first-child {
  display: block;
}
.carousel.tile .chicklet.current {
  opacity: 1;
  display: block;
}
.carousel.tile .chicklet .play-button {
  bottom: auto;
  height: 240px;
}
.carousel.tile .chicklet .play-button .play-icon {
  background-image: url(/img/icons/marquee/btn-play-lrg.png);
}
.carousel.tile .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 310px;
  height: 36px;
}
.carousel.tile .overlay .navigate .controls {
  float: right;
  margin-right: 10px;
}
.carousel.tile .overlay .navigate .arrow {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent url(/img/tmp/carousel-buttons-sprite.png) no-repeat 0px 0px;
}
.carousel.tile .overlay .navigate .arrow:first-child {
  margin-right: 5px;
}
.carousel.tile .overlay .navigate .arrow.next {
  background-position: -24px 0px;
}
.carousel.tile .overlay .pages {
  float: left;
  margin: 8px 0px 0px 6px;
  position: relative;
}
.carousel.tile .overlay .bullet {
  background: transparent url(/img/tmp/carousel-page-bullet.png) no-repeat center center;
  width: 14px;
  height: 14px;
  padding: 0px;
  margin: 0px;
  float: left;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */

}
.carousel.tile .overlay .bullet.current {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */

}
.video .carousel.tile .chicklet .featured img {
  margin-top: 0;
}
.video-landing-view-zone .carousel.tile.chicklet-box {
  float: none;
  margin: 0 auto 40px;
}
/* == Media Query =======================================================
Large Mobile devices / landscape and Above
====================================================================== */
@media screen and (min-width: 480px) {
  .carousel.tile {
    width: 480px;
    height: 263px;
  }
  .carousel.tile .chicklets {
    width: 480px;
    height: 263px;
  }
  .carousel.tile .chicklet .featured,
  .carousel.tile .chicklet .info {
    width: 240px;
    height: 263px;
  }
  .carousel.tile .chicklet .featured img {
    margin: 0;
  }
  .carousel.tile .chicklet .play-button {
    bottom: auto;
    width: 240px;
    height: 263px;
  }
  .carousel.tile .overlay {
    width: 240px;
    left: 240px;
  }
  .video .carousel.tile .chicklet .featured img {
    margin-left: -25%;
    max-width: none;
    max-height: none;
    max-height: 100%;
  }
}
@media screen and (min-width: 660px) {
  .carousel.tile {
    margin: 0 10px 20px 10px;
    width: 620px;
    height: 340px;
  }
  .carousel.tile .magneticPoetry-word {
    margin: 5px 0px 0px 0px;
    padding: 5px 6px 6px;
  }
  .carousel.tile .magneticPoetry-space {
    padding: 5px 0px 6px;
    margin: 5px 0px 0px 0px;
    width: 5px;
  }
  .carousel.tile.chicklet-box {
    float: left;
  }
  .carousel.tile .chicklets {
    width: 620px;
    height: 340px;
  }
  .carousel.tile .chicklet h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 16px 0 9px;
  }
  .carousel.tile .chicklet h2 {
    margin: 0;
  }
  .carousel.tile .chicklet .headline {
    font-size: 32px;
    line-height: 34px;
  }
  .carousel.tile .chicklet .featured,
  .carousel.tile .chicklet .info {
    width: 310px;
    height: 340px;
    float: left;
  }
  .carousel.tile .chicklet .info > div {
    padding: 47px 19px 13px;
  }
  .carousel.tile .chicklet .play-button {
    height: 340px;
    width: 310px;
  }
  .carousel.tile .overlay {
    left: 310px;
    width: 310px;
  }
  .carousel.tile .overlay .pages {
    margin-left: 15px;
  }
  .video .carousel.tile {
    height: 300px;
  }
  .video .carousel.tile .chicklets {
    height: 300px;
  }
  .video .carousel.tile .magneticPoetry-space {
    padding: 2px 0px 0px 0px;
  }
  .video .carousel.tile .magneticPoetry-word {
    padding: 2px 5px 0px 5px;
  }
  .video .carousel.tile .chicklet h1 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 11px 0 0;
  }
  .video .carousel.tile .chicklet h2 {
    margin: 6px 0 0;
  }
  .video .carousel.tile .chicklet .headline {
    font-size: 22px;
    line-height: 29px;
  }
  .video .carousel.tile .chicklet .featured,
  .video .carousel.tile .chicklet .info {
    height: 300px;
  }
  .video .carousel.tile .chicklet .featured {
    width: 400px;
  }
  .video .carousel.tile .chicklet .featured img {
    max-height: none;
    margin-left: 0;
  }
  .video .carousel.tile .chicklet .info {
    width: 220px;
  }
  .video .carousel.tile .chicklet .info > div {
    padding: 27px 14px 13px;
  }
  .video .carousel.tile .chicklet .play-button {
    width: 400px;
    height: 300px;
  }
  .video .carousel.tile .overlay {
    left: 400px;
    width: 220px;
  }
  .video .carousel.tile .overlay .pages {
    margin-left: 11px;
  }
}
@media screen and (min-width: 980px) {
  .video-landing-view-zone .carousel.tile.chicklet-box {
    float: left;
    margin: 0 10px 40px;
  }
}
/* Elastislide Style */
.es-carousel-wrapper {
  position: relative;
  margin: 10px auto 0 auto;
  padding: 0 20px;
}
.es-carousel {
  overflow: hidden;
}
.es-carousel ul {
  display: none;
  padding: 0;
}
.es-carousel ul li {
  height: 100%;
  float: left;
  display: block;
}
.es-carousel ul li a {
  display: block;
  color: #666666;
  font-size: 1.4em;
  font-family: 'salvo sans regular';
}
.es-carousel ul li a img {
  display: block;
  border: none;
  max-height: 100%;
  max-width: 100%;
}
.es-nav span {
  position: absolute;
  top: 40%;
  left: -5px;
  margin-top: -13px;
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  width: 14px;
  height: 25px;
  background-position: 0 -16px;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
}
.es-nav span:hover {
  background-position-y: -77px;
}
.es-nav span.es-nav-next {
  right: -5px;
  left: auto;
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  width: 14px;
  height: 26px;
  background-position: -45px -16px;
}
.es-nav span.es-nav-next:hover {
  background-position-y: -77px;
}
.es-nav span:hover {
  opacity: 1.0;
}
@media screen and (min-width: 768px) {
  .es-carousel-wrapper {
    padding: 0 10px;
  }
  .es-nav span {
    left: -14px;
  }
  .es-nav span.es-nav-next {
    right: -14px;
  }
}
.photoslider {
  background: #ffffff url(/img/icons/loading/rotation-lg.gif) center 150px no-repeat;
  position: relative;
  min-height: 682px;
}
.photoslider .nav a {
  width: 25px;
  height: 25px;
  margin: 0;
  display: block;
  background: url(/img/icons/marquee/marquee-back-next-sprite-mobile.png) no-repeat;
  position: absolute;
  top: 22px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 10;
}
.photoslider .nav a.next {
  background-position: top right;
  right: 20px;
}
.photoslider .nav a.previous {
  background-position: top left;
  left: 20px;
}
.photoslider .nav a.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.photoslider .nav a:focus {
  outline: none;
}
.photoslider a,
.photoslider a:hover {
  color: #262626;
}
.photoslider h2 {
  font-size: 1.8em;
  font-family: 'Salvo Serif Light', serif;
  text-transform: none;
  color: #29a2ff;
  font-weight: normal;
  margin: 0px;
}
.photoslider cite {
  font-style: normal;
}
.photoslider .content {
  position: relative;
  height: 682px;
  overflow: hidden;
}
.photoslider .slide {
  position: absolute;
  width: 100%;
}
.photoslider .slide img,
.photoslider .slide iframe {
  display: block;
  margin: 0px auto;
  max-width: 100%;
  max-height: 320px;
}
.photoslider .slide-ad {
  margin-top: 50px;
}
.photoslider .slide-header table {
  width: 100%;
}
.photoslider .slide-header td {
  height: 108px;
  text-align: center;
  vertical-align: middle;
  padding: 0px 60px;
}
.photoslider .slide-center {
  background: transparent url(/img/gradients/photo-hub.png) center repeat-y;
  height: 320px;
}
.photoslider .slide-left {
  margin: 120px auto 0;
  text-align: center;
  width: auto;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #666666;
  border-top: 1px dashed #999;
  padding: 10px 0 0 0;
}
.photoslider .slide-left br {
  display: none;
}
.photoslider .author,
.photoslider .tags {
  padding-top: 5px;
}
.photoslider .author a,
.photoslider .tags a,
.photoslider .author a:hover,
.photoslider .tags a:hover,
.photoslider .author .author-name,
.photoslider .tags .author-name {
  color: #666666;
}
.photoslider .tags a:after {
  content: ", ";
}
.photoslider .tags a:last-child:after {
  content: "";
}
.photoslider .dark {
  color: #000;
}
.photoslider .attribution {
  margin: 10px auto 0;
  text-align: center;
  text-transform: uppercase;
  font-family: arial;
  font-weight: bold;
  font-size: 1em;
}
.photoslider .attribution span {
  color: #BFBFBF;
}
.photoslider .attribution a,
.photoslider .attribution a:visited {
  color: #999999;
}
.photoslider .share-tool-placeholder {
  position: absolute;
  bottom: 142px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  height: 107px;
}
.photoslider .share-tool-placeholder .share.tile {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .photoslider {
    -webkit-box-shadow: 2px 2px 2px #CCC;
    box-shadow: 2px 2px 2px #CCC;
    margin: 0 10px;
  }
  .photoslider h2 {
    margin: 10px 0px;
    min-height: 50px;
    font-size: 2.8em;
  }
  .photoslider .nav a {
    width: 48px;
    height: 48px;
    background: url(/img/icons/marquee/marquee-back-next-sprite.png) no-repeat;
    top: 185px;
  }
  .photoslider .nav a.next {
    background-position: top right;
    right: 10px;
  }
  .photoslider .nav a.previous {
    background-position: top left;
    left: 10px;
  }
  .photoslider .content {
    height: 886px;
  }
  .photoslider .slide img,
  .photoslider .slide iframe {
    max-height: 536px;
  }
  .photoslider .slide-center {
    height: 536px;
  }
  .photoslider .slide-left {
    margin: 122px auto 0;
  }
  .photoslider .share-tool-placeholder {
    bottom: 129px;
  }
  .photoslider .slide-header td {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .photoslider {
    height: 670px;
  }
  .photoslider .author div,
  .photoslider .author time {
    float: none;
    margin-right: 0;
  }
  .photoslider .tags {
    margin-top: 15px;
  }
  .photoslider .slide-left,
  .photoslider .slide-right {
    margin: 0;
    position: absolute;
    width: 20%;
  }
  .photoslider .slide-left {
    top: 440px;
    width: 80px;
    margin: 0px 0px 0 10px;
    border-top: 0;
    text-align: left;
  }
  .photoslider .slide-left br {
    display: inline;
  }
  .photoslider .content {
    margin-bottom: 20px;
    height: 670px;
  }
  .photoslider .slide {
    width: 940px;
  }
  .photoslider .slide-center img {
    max-width: 530px;
  }
  .photoslider .nav a.next {
    right: 130px;
  }
  .photoslider .nav a.next:hover {
    background-position: bottom right;
  }
  .photoslider .nav a.next.disabled:hover {
    background-position: top right;
  }
  .photoslider .nav a.previous {
    left: 130px;
  }
  .photoslider .nav a.previous:hover {
    background-position: bottom left;
  }
  .photoslider .nav a.previous.disabled:hover {
    background-position: top left;
  }
  .photoslider .share-tool-placeholder {
    margin: 0;
    position: absolute;
    top: 94px;
    left: 10px;
    width: auto;
    height: auto;
    bottom: auto;
    z-index: 100;
  }
}
#traffic-driver {
  dislpay: inline-block;
  position: relative;
  margin: 0px auto;
  padding: 0px;
  width: 300px;
  height: 150px;
  overflow: hidden;
  border: 0px solid red;
}
#traffic-driver #drivers {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#traffic-driver #drivers .driver-item {
  width: 300px;
  height: 150px;
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#traffic-driver #drivers .driver-item .driver-image {
  width: 100%;
  height: 100%;
}
#traffic-driver #drivers .driver-item .driver-image a img {
  width: 300px;
  height: 150px;
}
#traffic-driver #drivers li:nth-child(3),
#traffic-driver #drivers li:nth-child(2) {
  margin-left: 20px;
}
/* This amount of specificity for a module that's not commonly used seems a bit absurd */
.ie8 #traffic-driver #drivers .driver-item {
  margin-right: 20px;
}
.ie8 #traffic-driver #drivers .last {
  margin-right: 0;
}
/**************************************************/
@media screen and (min-width: 768px) {
  /**************************************************/#traffic-driver {
    dislpay: inline-block;
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 620px;
    height: 150px;
    overflow: hidden;
    border: 0px solid red;
  }
  #traffic-driver #drivers {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  #traffic-driver #drivers .driver-item {
    width: 300px;
    height: 150px;
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  #traffic-driver #drivers .driver-item .driver-image {
    width: 100%;
    height: 100%;
  }
  #traffic-driver #drivers .driver-item .driver-image a img {
    width: 300px;
    height: 150px;
  }
  #traffic-driver #drivers li:nth-child(3),
  #traffic-driver #drivers li:nth-child(2) {
    margin-left: 20px;
  }
}
/**************************************************/
@media screen and (min-width: 980px) {
  /**************************************************/#traffic-driver {
    dislpay: inline-block;
    position: relative;
    margin: 10px;
    padding: 0px;
    width: 940px;
    height: 150px;
    overflow: hidden;
    border: 0px solid red;
  }
  #traffic-driver #drivers {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  #traffic-driver #drivers .driver-item {
    width: 300px;
    height: 150px;
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  #traffic-driver #drivers .driver-item .driver-image {
    width: 100%;
    height: 100%;
  }
  #traffic-driver #drivers .driver-item .driver-image a img {
    width: 300px;
    height: 150px;
  }
  #traffic-driver #drivers li:nth-child(3),
  #traffic-driver #drivers li:nth-child(2) {
    margin-left: 20px;
  }
}
.link-list-wrapper {
  margin: 30px 10px 20px;
}
.link-list-wrapper .inner-list-wrapper {
  border: 6px solid white;
  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
  position: relative;
  background: #f2f2f2;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f2f2f2 0%, #fdfdfd 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #fdfdfd));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f2f2f2 0%, #fdfdfd 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f2f2f2 0%, #fdfdfd 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f2f2f2 0%, #fdfdfd 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f2f2f2 0%, #fdfdfd 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#fdfdfd', GradientType=0);
  /* IE6-9 */

}
.link-list-wrapper ul {
  padding: 37px 0 0;
  margin: 0px;
  overflow: hidden;
  display: block;
  height: 111px;
}
.link-list-wrapper li {
  padding: 0px;
  list-style: none;
  margin: 0px;
  height: 37px;
}
.link-list-wrapper li.content {
  font-family: 'Salvo Serif Regular', helvetica, arial;
  font-size: 13px;
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 16px;
  text-transform: capitalize;
  text-align: center;
}
.link-list-wrapper li.content.is-selected {
  background-color: #29a2ff;
  cursor: pointer;
}
.link-list-wrapper li.content.is-selected a {
  color: #fff;
  border-top: 1px solid transparent;
  cursor: pointer;
}
.link-list-wrapper li.content a {
  display: block;
  color: #333;
  border-top: 1px solid #e7e7e7;
  padding: 10px 0;
}
.link-list-wrapper .title {
  color: #FFFFFF;
  display: block;
  font-family: 'Salvo Sans Medium', helvetica, arial;
  font-size: 18px;
  text-transform: uppercase;
  height: 30px;
  position: absolute;
  text-align: center;
  top: -6px;
  width: 100%;
}
.link-list-wrapper .title .type-header {
  background: #29a2ff;
  /* Old browsers */

  background: -moz-linear-gradient(-45deg, #29a2ff 0%, #00426e 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #29a2ff), color-stop(100%, #00426e));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(-45deg, #29a2ff 0%, #00426e 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(-45deg, #29a2ff 0%, #00426e 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(-45deg, #29a2ff 0%, #00426e 100%);
  /* IE10+ */

  background: linear-gradient(-45deg, #00426e 0%, #00426e 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@brand-blue', endColorstr='@brand-blue-dark', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  display: inline;
  margin: 0 auto;
  padding: 7px 27px;
  width: auto;
}
.link-list-wrapper .more {
  cursor: pointer;
  color: #e65c00;
  font-size: 1.3em;
  font-family: 'Salvo Sans Bold', helvetica, arial, sans-serif;
  float: none;
  clear: both;
  width: auto;
  margin: 0 auto;
  padding: 10px 0px;
  background: #f3f3f3;
  text-align: center;
  text-transform: uppercase;
}
.link-list-wrapper.is-expanded ul {
  height: auto;
}
.link-list-wrapper.is-expanded .more {
  display: none;
}
@media screen and (min-width: 660px) {
  .link-list-wrapper li.content {
    margin: 0 5px;
    float: left;
    width: 48%;
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  .link-list-wrapper li.content {
    width: 30%;
    padding-left: 2%;
  }
}
@media screen and (min-width: 1120px) {
  .link-list-wrapper li.content:hover {
    background-color: #29a2ff;
    cursor: pointer;
  }
  .link-list-wrapper li.content:hover a {
    color: #fff;
    border-top: 1px solid transparent;
    cursor: pointer;
  }
}
/* TV Countdown Timer */
.secondary #tv-countdown {
  margin: 0 auto 20px;
  padding: 15px 10px 35px;
  width: 280px;
  background-color: #000;
  position: relative;
}
.secondary #tv-countdown .privacy-policy,
.secondary #tv-countdown .privacy-policy:hover {
  color: #999;
  font-size: 1em;
  position: absolute;
  bottom: 15px;
  right: 10px;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
}
.secondary .countdown-timer {
  margin: 0 0 8px;
  color: #FFF;
  padding: 0 10px;
  font-family: 'Salvo Sans Light', helvetica, arial;
}
.secondary .countdown-timer .magnetic-poetry {
  font-size: 3em;
  line-height: 1em;
}
.secondary .countdown-timer .magnetic-poetry .magneticPoetry-word {
  line-height: 1em;
  background: #993ec6;
  color: #FFF;
  padding: 4px 5px 1px 5px;
  margin: 5px 0px 7px 0px;
}
.secondary .tune-in-form {
  margin: 0 10px;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: #FFF;
  width: 94%;
}
.secondary .tune-in-form h3 {
  margin: 0 auto 20px;
  font-family: 'Salvo Sans Light', serif;
  font-size: 2.4em;
  font-weight: normal;
  color: #FFF;
}
.secondary .tune-in-form .email-me {
  margin-bottom: 20px;
}
.secondary .tune-in-form .questions li {
  margin-bottom: 5px;
  color: #000;
}
.secondary .tune-in-form .funnel {
  position: relative;
}
.secondary .tune-in-form #nickmom-tv-tune-in-email-label-email,
.secondary .tune-in-form #nickmom-tv-tune-in-sms-label-phone {
  display: none;
}
.secondary .tune-in-form input {
  border: 1px solid #bbbbbb;
}
.secondary .tune-in-form input.submit {
  font-family: 'Salvo Sans Medium', serif;
  font-size: 1.2em;
}
.secondary .tune-in-form input[type="text"] {
  width: 40px !important;
  border: 0px;
}
.secondary .tune-in-form .questions {
  margin: 0px;
}
.secondary .tune-in-form #nickmom-tv-tune-in-email-field-email {
  width: 154px !important;
}
.secondary .tune-in-form .error,
.secondary .tune-in-form .success {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.4em;
  font-family: 'Salvo Serif Light', serif;
  color: #F00;
  width: auto;
}
.secondary .tune-in-form .success {
  color: #FFF;
  margin: 10px 0 15px;
}
.secondary .tune-in-form input[type="submit"] {
  position: absolute;
  width: 85px;
  right: 0;
  top: 0;
  background: #a90064;
  border-radius: 20px;
  border-color: #a90064;
  text-transform: uppercase;
}
@media screen and (min-width: 620px) {
  .secondary.all #tv-countdown {
    float: left;
    margin: 0px 10px;
  }
}
@media screen and (min-width: 768px) {
  .secondary.all #tv-countdown {
    float: left;
    margin-bottom: 20px;
  }
}
#meet-the-cast {
  font-weight: normal;
  margin: 34px 10px 10px 20px;
}
#meet-the-cast h2 {
  font-family: 'Salvo Sans Regular', Helvetica, Arial, sans-serif;
  font-size: 2.8em;
  font-weight: normal;
  margin: 5px 0 15px;
}
#meet-the-cast .cast-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#meet-the-cast .cast-list li {
  float: left;
  clear: left;
}
#meet-the-cast .cast-list li .cast-member {
  margin: 0 auto 15px;
  padding: 0 0 15px;
  border-bottom: 1px dashed #bbbbbb;
}
#meet-the-cast .cast-list li .cast-member .frame {
  float: left;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
#meet-the-cast .cast-list li .cast-member .bio {
  margin-left: 150px;
  /* mugs are 140px wide */

}
#meet-the-cast .cast-list li .cast-member .bio h3 {
  font-family: 'Salvo Serif Regular', serif;
  font-size: 2em;
  font-weight: normal;
  color: #993ec6;
  margin: 0;
}
#meet-the-cast .cast-list li .cast-member .bio p {
  font-family: 'Salvo Sans Regular', Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 1.5em;
  margin-top: 3px;
}
#meet-the-cast .cast-list li:last-child .cast-member {
  border-bottom: none;
}
.module.shows {
  width: 320px;
  margin: 0 auto;
}
.module.shows h2 {
  font-size: 2.8em;
  font-family: 'Salvo Sans Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-left: 10px;
  margin-bottom: 0;
}
.module.shows .show-promo {
  width: 300px;
  float: left;
  margin: 10px;
  position: relative;
}
.module.shows .show-promo .title {
  font-family: 'Salvo Serif Light', serif;
  margin-top: 20px;
  font-size: 1.8em;
  line-height: 14px;
}
.module.shows .show-promo p {
  font-family: 'Salvo Sans Regular', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: #000;
  margin-bottom: 10px;
}
.module.shows .show-promo .more {
  display: block;
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: 'Salvo Sans Bold', Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
.module.shows .show-promo .continue-arrow {
  float: left;
  margin-left: 5px;
  position: relative;
  float: left;
  margin-top: 2px;
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  width: 6px;
  height: 10px;
  background-position: -53px -267px;
}
.module.shows .show-promo .info {
  padding: 0;
}
.module.shows .show-promo a,
.module.shows .show-promo a:visited,
.module.shows .show-promo a:active {
  color: #c11778;
}
.module.shows .show-promo a.sneak-peak {
  background: #993ec6 url(/img/tmp/sneak-peak-icon.png) no-repeat 2% center;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  height: 13px;
  padding: 5px 10px 5px 25px;
  width: 130px;
  position: absolute;
  top: 210px;
  left: 70px;
  display: none;
  color: #FFF;
}
@media screen and (min-width: 660px) {
  .module.shows {
    width: 100%;
  }
}
.category.content-category {
  margin-bottom: 0;
  margin-left: 10px;
}
@media screen and (min-width: 760px) {
  .category.content-category {
    margin-bottom: 0;
  }
}
.tv-show-page .header.tile.end-level-title,
.tv-hub-page .header.tile.end-level-title {
  min-height: 0;
  clear: both;
}
@media screen and (min-width: 760px) {
  .tv-show-page .category.content-category {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .tv-show-page .header.tile.end-level-title,
  .tv-hub-page .header.tile.end-level-title {
    min-height: 0;
    margin: 0 0 20px;
  }
}
.tv-hub-page .tv-hub-player-wrapper {
  background: #000;
  padding: 10px;
  margin: 0 10px;
  color: #FFF;
}
.tv-hub-page .tv-hub-player-wrapper .description {
  font-size: 1.8em;
  font-family: 'Salvo Sans Light', Helvetica, Arial, sans-serif;
  margin-right: 4px;
  margin-left: 4px;
}
.tv-show-page .tv-show-player-wrapper {
  background: #FFF;
  -webkit-box-shadow: 0 2px 2px #CCC;
  box-shadow: 0 2px 2px #CCC;
  padding: 10px;
  margin: 0 10px;
}
.tv-show-page .tv-show-player-wrapper .description {
  font-family: 'Salvo Sans Regular', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: #333333;
  line-height: 1.5em;
}
@media screen and (min-width: 660px) {
  .tv-show-page .tv-show-player-wrapper {
    -webkit-box-shadow: 2px 2px 2px #CCC;
    box-shadow: 2px 2px 2px #CCC;
  }
}
#channel-finder-wrapper.inactive {
  display: none;
}
#channel-finder-wrapper.active {
  display: block;
}
.channel-finder-mini {
  margin: 0 39px 8px 0;
  padding: 0 0 11px 11px;
  background-image: url(/img/tmp/channel-finder-inner-shadow.png);
  background-position: right 0px;
  background-repeat: no-repeat;
  background-color: #993ec6;
  color: white;
}
.channel-finder-mini h3 {
  font-size: 18px;
  margin: 0;
  padding: 10px 0 8px;
  color: white;
  width: 100%;
}
.channel-finder-mini .error_text {
  font-size: 14px;
  color: white;
  margin: 0 10px 0 0;
  position: absolute;
  top: 40px;
  left: 210px;
}
.channel-finder-mini input {
  margin: 0 10px 0 0;
  height: 20px;
}
.channel-finder-mini .channel-finder-form .channel-finder-zip {
  color: #ACACAC;
  padding-left: 4px;
  font-family: 'Salvo Sans Light';
  font-size: 14px;
  width: 80px;
}
.channel-finder-mini .channel-finder-form .channel-finder-submit {
  height: 28px;
  width: 87px;
  background-color: #A90064;
  background-image: url(/img/submit-button-bg.jpg);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Salvo Sans Medium';
}
.channel-finder-right-rail {
  background-image: url(/img/tmp/channel-finder-inner-shadow.png);
  background-position: right 0px;
  background-repeat: no-repeat;
  background-color: #993ec6;
  color: white;
  width: 280px;
  height: 210px;
  margin: 0px auto;
  margin-top: 0px;
  padding: 10px;
}
.channel-finder-right-rail .headline.magnetic-poetry.magneticPoetry {
  font-size: 28px;
  font-family: 'Salvo Sans Light';
}
.channel-finder-right-rail .channel-finder-form .channel-finder-zip {
  color: #ACACAC;
  padding-left: 4px;
  font-family: 'Salvo Sans Light';
  font-size: 14px;
  width: 80px;
  float: left;
}
.channel-finder-right-rail .channel-finder-form .channel-finder-submit {
  height: 23px;
  width: 75px;
  background-color: #A90064;
  background-image: url(/img/submit-button-bg.jpg);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Salvo Sans Medium';
}
.channel-finder-right-rail .subhead {
  font-size: 24px;
  padding: 10px 0px;
  color: #ffffff;
  float: left;
}
.channel-finder-right-rail h3 {
  font-size: 28px;
  padding: 10px 20px;
  color: #993ec7;
}
.channel-finder-right-rail .error_text {
  font-size: 14px;
  color: white;
  margin: 10px 0 0 0;
  float: left;
}
.channel-finder-right-rail input {
  margin: 0 10px 0 0;
  height: 20px;
}
.channel-finder-default {
  margin-bottom: 20px;
  margin-right: 0px;
  padding: 10px;
  background-image: url(/img/tmp/channel-finder-inner-shadow.png);
  background-position: right 0px;
  background-repeat: no-repeat;
  background-color: #993ec6;
  color: white;
}
.channel-finder-default .headline.magnetic-poetry.magneticPoetry {
  font-size: 27px;
  font-family: 'Salvo Sans Light';
}
.channel-finder-default .zipform {
  float: right;
  margin-top: 0px;
}
.channel-finder-default .zipform .channel-finder-form .channel-finder-zip {
  color: #ACACAC;
  padding-left: 4px;
  font-family: 'Salvo Sans Light';
  font-size: 14px;
  width: 80px;
}
.channel-finder-default .zipform .channel-finder-form .channel-finder-submit {
  height: 28px;
  width: 87px;
  background-color: #A90064;
  background-image: url(/img/submit-button-bg.jpg);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Salvo Sans Medium';
}
.channel-finder-default .subhead {
  font-size: 18px;
  padding: 10px 0px;
  color: #ffffff;
  float: left;
  width: 85%;
}
.channel-finder-default h3 {
  font-size: 28px;
  padding: 10px 20px;
  color: #993ec7;
}
.channel-finder-default .error_text {
  font-size: 14px;
  color: white;
  margin: 0 0 10px 0;
  float: right;
}
.channel-finder-default input {
  margin: 0 10px 0 0;
  height: 20px;
}
.channel-finder-results {
  margin-bottom: 20px;
  margin-right: 0px;
  padding: 10px;
  float: left;
  font-family: 'Salvo Sans Regular';
  font-size: 13px;
  background: #fff;
  box-shadow: 0 0 10px #CCC;
}
.channel-finder-results .zcc-provider-type {
  margin: 13px 0px;
  padding-bottom: 6px;
  font-family: 'Salvo Sans Regular';
  font-size: 18px;
  font-weight: normal;
  border-bottom: 8px solid black;
}
.channel-finder-results div {
  border-bottom: 0px;
  width: 100%;
}
.channel-finder-results div .odd,
.channel-finder-results div .even {
  border-bottom: 1px dashed #993ec6;
  width: 100%;
}
.channel-finder-results div > div {
  padding-top: 2px;
  margin-bottom: 6px;
  float: left;
}
.channel-finder-results div > div .col_left {
  border-bottom: 0px;
  float: left;
  width: 240px;
}
.channel-finder-results div > div .col_right {
  text-align: right;
  border-bottom: 0px;
  float: right;
  width: 70px;
}
@media screen and (min-width: 620px) {
  .channel-finder-right-rail {
    margin-top: -130px;
    margin: 0px 10px;
  }
  .channelfinder div div .col_left {
    width: 450px;
  }
}
@media screen and (min-width: 788px) {
  .channel-finder-right-rail {
    background-image: url(/img/tmp/channel-finder-inner-shadow.png);
    background-position: right 0px;
    background-repeat: no-repeat;
    background-color: #993ec6;
    color: white;
    width: 280px;
    height: 210px;
    margin-left: 10px;
    padding: 10px;
  }
  .channel-finder-right-rail .headline.magnetic-poetry.magneticPoetry {
    font-size: 28px;
    font-family: 'Salvo Sans Light';
  }
  .channel-finder-right-rail .channel-finder-form .channel-finder-zip {
    color: #ACACAC;
    padding-left: 4px;
    font-family: 'Salvo Sans Light';
    font-size: 14px;
    width: 80px;
    float: left;
  }
  .channel-finder-right-rail .channel-finder-form .channel-finder-submit {
    height: 23px;
    width: 75px;
    background-color: #A90064;
    background-image: url(/img/submit-button-bg.jpg);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Salvo Sans Medium';
  }
  .channel-finder-right-rail .subhead {
    font-size: 24px;
    padding: 10px 0px;
    color: #ffffff;
    float: left;
  }
  .channel-finder-right-rail h3 {
    font-size: 28px;
    padding: 10px 20px;
    color: #993ec7;
  }
  .channel-finder-right-rail .error_text {
    font-size: 14px;
    color: white;
    margin: 10px 0 0 0;
    float: left;
  }
  .channel-finder-right-rail input {
    margin: 0 10px 0 0;
    height: 20px;
  }
  .channel-finder-default {
    padding: 10px;
    background-image: url(/img/tmp/channel-finder-inner-shadow.png);
    background-position: right 0px;
    background-repeat: no-repeat;
    background-color: #993ec6;
    color: white;
  }
  .channel-finder-default .headline.magnetic-poetry.magneticPoetry {
    font-size: 33px;
    font-family: 'Salvo Sans Light';
  }
  .channel-finder-default .zipform {
    float: right;
    margin-top: 50px;
  }
  .channel-finder-default .zipform .channel-finder-form .channel-finder-zip {
    color: #ACACAC;
    padding-left: 4px;
    font-family: 'Salvo Sans Light';
    font-size: 14px;
    width: 80px;
  }
  .channel-finder-default .zipform .channel-finder-form .channel-finder-submit {
    height: 28px;
    width: 87px;
    background: url(/img/submit-button-bg.jpg);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Salvo Sans Bold';
  }
  .channel-finder-default .subhead {
    font-size: 26px;
    padding: 10px 0px;
    color: #ffffff;
    float: left;
    width: 60%;
  }
  .channel-finder-default h3 {
    font-size: 28px;
    padding: 10px 20px;
    color: #993ec7;
  }
  .channel-finder-default input {
    margin: 0 10px 0 0;
    height: 20px;
  }
  .channel-finder-results {
    padding: 10px;
    float: left;
    font-family: 'Salvo Sans Regular';
    font-size: 13px;
    background: #fff;
    box-shadow: 0 0 10px #CCC;
  }
  .channel-finder-results .guide-title {
    float: left;
    width: 100%;
  }
  .channel-finder-results .zcc-provider-type {
    margin: 13px 0px;
    padding-bottom: 6px;
    font-family: 'Salvo Sans Regular';
    font-size: 18px;
    font-weight: normal;
    border-bottom: 8px solid black;
  }
  .channel-finder-results div {
    border-bottom: 0px;
  }
  .channel-finder-results div .odd,
  .channel-finder-results div .even {
    border-bottom: 1px dashed #993ec6;
    width: 100%;
  }
  .channel-finder-results div > div {
    padding-top: 2px;
    margin-bottom: 6px;
    float: left;
  }
  .channel-finder-results div > div .col_left {
    border-bottom: 0px;
    float: left;
  }
  .channel-finder-results div > div .col_right {
    text-align: right;
    border-bottom: 0px;
    float: right;
  }
}
@media screen and (min-width: 980px) {
  .channel-finder-right-rail {
    background-image: url(/img/tmp/channel-finder-inner-shadow.png);
    background-position: right 0px;
    background-repeat: no-repeat;
    background-color: #993ec6;
    color: white;
    width: 280px;
    height: 210px;
    margin-left: 10px;
    margin-top: 0px;
    padding: 10px;
  }
  .channel-finder-right-rail .headline.magnetic-poetry.magneticPoetry {
    font-size: 28px;
    font-family: 'Salvo Sans Light';
  }
  .channel-finder-right-rail .channel-finder-form .channel-finder-zip {
    color: #ACACAC;
    padding-left: 4px;
    font-family: 'Salvo Sans Light';
    font-size: 14px;
    width: 80px;
    float: left;
  }
  .channel-finder-right-rail .channel-finder-form .channel-finder-submit {
    height: 23px;
    width: 75px;
    background-color: #A90064;
    background-image: url(/img/submit-button-bg.jpg);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Salvo Sans Medium';
  }
  .channel-finder-right-rail .subhead {
    font-size: 24px;
    padding: 10px 0px;
    color: #ffffff;
    float: left;
  }
  .channel-finder-right-rail h3 {
    font-size: 28px;
    padding: 10px 20px;
    color: #993ec7;
  }
  .channel-finder-right-rail .error_text {
    font-size: 14px;
    color: white;
    margin: 10px 0 0 0;
    float: left;
  }
  .channel-finder-right-rail input {
    margin: 0 10px 0 0;
    height: 20px;
  }
  .channel-finder-results,
  .channel-finder-default {
    margin-right: 20px;
  }
}
#whats-on-tonight {
  margin: 20px auto;
  float: none;
  width: 300px;
}
@media screen and (min-width: 768px) {
  #whats-on-tonight {
    margin: 20px 0 0;
    float: left;
  }
}
@media screen and (min-width: 980px) {
  #whats-on-tonight {
    margin: 0 10px;
    float: none;
  }
}
.content-most-popular.tile {
  width: 320px;
  margin: 0 auto 25px;
}
.content-most-popular.tile #most-popular {
  width: 320px;
  max-height: 300px;
}
.content-most-popular.tile #most-popular .most-popular-wrapper {
  border: 6px solid white;
  background: #f2f2f2;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
  position: relative;
}
.content-most-popular.tile #most-popular .most-popular-wrapper ul {
  padding: 37px 0 0;
  margin: 0px;
}
.content-most-popular.tile #most-popular .most-popular-wrapper ul li {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.content-most-popular.tile #most-popular .most-popular-wrapper ul .title {
  color: #FFFFFF;
  display: block;
  font-family: 'Salvo Sans Medium', helvetica, arial;
  font-size: 18px;
  text-transform: uppercase;
  height: 30px;
  position: absolute;
  text-align: center;
  top: -6px;
  width: 100%;
}
.content-most-popular.tile #most-popular .most-popular-wrapper ul .title .purple-header {
  background: #f243ba;
  /* Old browsers */

  background: -moz-linear-gradient(-45deg, #f243ba 0%, #d1008d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f243ba), color-stop(100%, #d1008d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(-45deg, #f243ba 0%, #d1008d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(-45deg, #f243ba 0%, #d1008d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(-45deg, #f243ba 0%, #d1008d 100%);
  /* IE10+ */

  background: linear-gradient(-45deg, #f243ba 0%, #d1008d 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f243ba', endColorstr='#d1008d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  display: inline;
  margin: 0 auto;
  padding: 7px 27px;
  width: auto;
}
.content-most-popular.tile #most-popular .most-popular-wrapper ul li.content {
  font-family: 'Salvo Serif Regular', helvetica, arial;
  font-size: 13px;
  color: #333;
  padding: 0px 20px;
  line-height: 16px;
}
.content-most-popular.tile #most-popular .most-popular-wrapper ul li.content:nth-of-type(1n+6) {
  display: none;
}
.content-most-popular.tile #most-popular .most-popular-wrapper ul li.content:hover {
  background-color: #d40790;
  cursor: pointer;
}
.content-most-popular.tile #most-popular .most-popular-wrapper ul li.content:hover a {
  color: #fff;
  border-top: 1px solid transparent;
  cursor: pointer;
}
.content-most-popular.tile #most-popular .most-popular-wrapper ul li.content:hover + li a {
  border-top: 1px solid transparent;
}
.content-most-popular.tile #most-popular .most-popular-wrapper ul li.content a {
  display: block;
  color: #333;
  border-top: 1px solid #e7e7e7;
  padding: 10px 0;
}
.ie8 .content-most-popular.tile {
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .content-most-popular.tile {
    width: 480px;
  }
  .content-most-popular.tile #most-popular {
    width: 480px;
  }
}
@media screen and (min-width: 660px) {
  .content-most-popular.tile {
    width: 620px;
  }
  .content-most-popular.tile #most-popular {
    width: 620px;
  }
}
@media screen and (min-width: 768px) {
  .content-most-popular.tile {
    width: 620px;
    margin: 0 auto 20px;
  }
  .content-most-popular.tile #most-popular {
    width: 620px;
  }
  .content-most-popular.tile #most-popular .most-popular-wrapper ul li.content:nth-of-type(1n) {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .content-most-popular.tile {
    width: 300px;
    float: left;
    margin: 0 0 40px 10px;
  }
  .content-most-popular.tile #most-popular {
    width: 300px;
  }
  .content-most-popular.tile #most-popular .most-popular-wrapper {
    height: 278px;
    margin: 10px 0 0;
  }
  .content-most-popular.tile #most-popular .most-popular-wrapper ul li.content {
    padding: 0px 10px;
  }
  .content-most-popular.tile #most-popular .most-popular-wrapper ul li.content:nth-of-type(1n+6) {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .content-most-popular.tile {
    width: 620px;
  }
  .content-most-popular.tile #most-popular {
    width: 620px;
  }
  .content-most-popular.tile #most-popular .most-popular-wrapper ul li.content:nth-of-type(1n+6) {
    display: block;
  }
}
.ie8 .video-franchises .franchise .continue-arrow {
  margin-top: 2px;
}
.video-franchises {
  max-width: 480px;
  margin: auto;
}
.video-franchises > hr {
  height: 0px;
  border-top: 8px solid black;
  margin: 0;
}
.video-franchises .franchise {
  margin: 20px 0 0 0;
}
.video-franchises .franchise:first-child {
  margin-top: 0;
}
.video-franchises .franchise .magneticPoetry {
  font-family: 'Salvo Sans Regular', helvetica, arial;
  font-size: 1.7em;
  line-height: 27px;
}
.video-franchises .franchise .magneticPoetry-word,
.video-franchises .franchise .magneticPoetry-space {
  margin: 4px 0px 0px 0px;
}
.video-franchises .franchise .magneticPoetry-word {
  padding: 0px 5px 0px 5px;
}
.video-franchises .franchise .magneticPoetry-space {
  padding: 0;
  width: 4px;
}
.video-franchises .franchise a,
.video-franchises .franchise a:link,
.video-franchises .franchise a:hover,
.video-franchises .franchise a:visited,
.video-franchises .franchise a:active {
  color: #ffffff;
}
.video-franchises .franchise .continue-arrow {
  margin-left: 5px;
  position: relative;
  float: right;
  margin-top: 2px;
  background: transparent url(/img/carats/arrows-sprite.png) no-repeat 0 0;
  width: 6px;
  height: 10px;
  background-position: -53px -206px;
}
.video-franchises .franchise > a header {
  background-repeat: no-repeat;
  background-position: -999px -999px;
}
.video-franchises .franchise > a header > div {
  padding: 15px 14px;
}
.video-franchises .franchise > a header .div-2 {
  display: none;
  position: absolute;
  padding: 0px;
  right: 6px;
  bottom: 5px;
}
.video-franchises .franchise > a header .div-2a {
  float: left;
}
.video-franchises .franchise > a header .div-2a span {
  float: left;
  font-family: 'Salvo Sans Bold', arial;
  font-size: 1.2em;
}
.video-franchises .franchise a header.franchise-background-color {
  position: relative;
}
.video-franchises .franchise > .slider {
  max-height: 344px;
  overflow: hidden;
}
.video-franchises .franchise > .slider div.content {
  max-width: 100%;
}
.video-franchises .franchise .arrow {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 33px;
}
.video-franchises .franchise .arrow.previous {
  left: 0px;
}
.video-franchises .franchise .arrow.previous .icon {
  background-position: -2px -14px;
}
.video-franchises .franchise .arrow.previous.disabled .icon {
  background-position: -2px -136px !important;
}
.video-franchises .franchise .arrow.previous:hover .icon {
  background-position: -2px -75px;
}
.video-franchises .franchise .arrow.next {
  right: 0px;
}
.video-franchises .franchise .arrow.next .icon {
  background-position: -43px -14px;
}
.video-franchises .franchise .arrow.next.disabled .icon {
  background-position: -43px -136px !important;
}
.video-franchises .franchise .arrow.next:hover .icon {
  background-position: -43px -75px;
}
.video-franchises .franchise .arrow .icon {
  margin: 87px auto 0;
  width: 15px;
  height: 30px;
  background: transparent url("/img/carats/arrows-sprite.png") no-repeat scroll -43px -13px;
}
.video-franchises .franchise ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.video-franchises .view-all {
  text-align: right;
  padding: 0px 10px 6px 10px;
}
.video-franchises .view-all a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .video-franchises > hr {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* Franchise Sliders */
  .video-franchises {
    max-width: 760px;
  }
  .video-franchises .franchise {
    margin: 40px 10px 0;
    width: 100%;
  }
  .video-franchises .franchise .continue-arrow {
    float: left;
  }
  .video-franchises .franchise > a header {
    float: left;
    width: 220px;
    height: 230px;
    background-position: 0px 0px;
  }
  .video-franchises .franchise > a header .div-1 {
    height: 165px;
  }
  .video-franchises .franchise > a header .div-2 {
    display: block;
  }
  .video-franchises .franchise > div.slider {
    max-height: none;
    height: 230px;
    overflow: hidden;
    width: 520px;
    position: relative;
  }
  .video-franchises .franchise > div.slider div.scroller,
  .video-franchises .franchise > div.slider div.content {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .video-franchises .franchise > div.slider div.scroller {
    overflow: auto;
    height: 250px;
    margin: 0 33px;
    width: 454px;
  }
  .video-franchises .franchise > div.slider div.content {
    max-width: none;
  }
  .video-franchises .franchise > div.slider ul > li {
    float: left;
  }
  .video-franchises .franchise > div.slider ul > li .view-all-micro-chicklet {
    height: 226px;
  }
  .video-franchises .franchise .arrow {
    display: block;
  }
  .video-franchises .franchise > footer.view-all {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .video-franchises {
    max-width: 960px;
    margin: 0;
  }
  .video-franchises .franchise > div.slider {
    width: 705px;
  }
  .video-franchises .franchise > div.slider div.scroller {
    width: 639px;
  }
}
@media screen and (min-width: 1300px) {
  .video-franchises {
    max-width: 1280px;
  }
  .video-franchises .franchise > div.slider {
    width: 1025px;
  }
  .video-franchises .franchise > div.slider div.scroller {
    width: 959px;
  }
}
.video-landing-view .night-cap .franchise-color {
  color: #b08000;
}
.video-landing-view .night-cap .franchise-background-color {
  background-color: #b08000;
}
.video-landing-view .night-cap.micro:hover {
  background-color: #b08000;
}
.video-landing-view .night-cap.micro:hover .brand-color {
  color: #fff;
}
.video-landing-view .mom-shopping-network .franchise-color {
  color: #95ab06;
}
.video-landing-view .mom-shopping-network .franchise-background-color {
  background-color: #95ab06;
}
.video-landing-view .mom-shopping-network.micro:hover {
  background-color: #95ab06;
}
.video-landing-view .mom-shopping-network.micro:hover .brand-color {
  color: #fff;
}
.video-landing-view .viral-videos .franchise-color {
  color: #bf177c;
}
.video-landing-view .viral-videos .franchise-background-color {
  background-color: #bf177c;
}
.video-landing-view .viral-videos.micro:hover {
  background-color: #bf177c;
}
.video-landing-view .viral-videos.micro:hover .brand-color {
  color: #fff;
}
.video-landing-view .readings-from-the-book-of-mom .franchise-color {
  color: #993ec6;
}
.video-landing-view .readings-from-the-book-of-mom .franchise-background-color {
  background-color: #993ec6;
}
.video-landing-view .readings-from-the-book-of-mom.micro:hover {
  background-color: #993ec6;
}
.video-landing-view .readings-from-the-book-of-mom.micro:hover .brand-color {
  color: #fff;
}
.video-landing-view .videos-we-heart .franchise-color {
  color: #40a8f7;
}
.video-landing-view .videos-we-heart .franchise-background-color {
  background-color: #40a8f7;
}
.video-landing-view .videos-we-heart.micro:hover {
  background-color: #40a8f7;
}
.video-landing-view .videos-we-heart.micro:hover .brand-color {
  color: #fff;
}
@media screen and (min-width: 480px) {
  .video-landing-view .primary-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .video-landing-view .header-wrapper h1 {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .video-landing-view .slider.franchise-background-color {
    background: transparent;
  }
}
.video-player-wrapper {
  position: relative;
  margin: 4px;
  padding-bottom: 56.25%;
  height: 0;
}
.video-player-wrapper .video-player {
  font-family: 'Salvo Sans Light', helvetica, arial;
  font-size: 3em;
}
.video-player-wrapper embed,
.video-player-wrapper object,
.video-player-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-player-wrapper .play-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.video-player-wrapper .play-button img {
  width: 100% !important;
  max-width: 1000px !important;
  height: auto !important;
}
.video-player-wrapper .play-button .fill {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */

}
.video-player-wrapper .play-button .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent url(/img/icons/marquee/btn-play-lrg.png) no-repeat center center;
}
.video-player-wrapper object:focus {
  outline: none;
}
.zone.utility-view-zone #utility-header,
.zone.utility-view-zone #utility-copy-block {
  padding-right: 0px;
  padding-left: 0px;
}
.zone.utility-view-zone.secondary .ad.rectangle {
  display: none;
}
.zone.utility-view-zone.secondary .content-recent-trending {
  margin: 0 auto;
  padding-left: 0px;
}
#utility-header h1 {
  font-family: "Salvo Sans Regular";
  font-size: 3.6em;
  text-align: center;
  font-weight: normal;
}
#utility-copy-block {
  font-family: arial;
  font-size: 1.5em;
  color: #666666;
}
#utility-copy-block #utility-copy {
  background-color: white;
  padding: 10px 10px 20px 10px;
  margin-right: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}
#utility-copy-block.utility-no-margin #utility-copy {
  margin-right: 0px;
}
@media screen and (min-width: 660px) {
  .zone.utility-view-zone.secondary .ad.rectangle {
    display: block;
    padding-right: 10px;
    float: right;
    margin: 0px auto 30px;
  }
  .zone.utility-view-zone.secondary .content-recent-trending {
    padding-left: 10px;
    float: left;
  }
  #utility-header h1 {
    text-align: left;
    font-size: 3.8em;
  }
  #utility-copy-block #utility-copy {
    padding: 20px;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
  }
  .zone.utility-view-zone.secondary .ad.rectangle {
    display: block;
    margin-top: 30px;
  }
  .zone.utility-view-zone.secondary .content-recent-trending {
    margin: 0px;
  }
}
@media screen and (min-width: 980px) {
  .zone.utility-view-zone #utility-header,
  .zone.utility-view-zone #utility-copy-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  #utility-copy-block #utility-copy {
    margin-right: 40px;
  }
  .zone.utility-view-zone.secondary .ad.rectangle {
    margin: 0 10px 30px 10px;
    padding-right: 0px;
  }
  .zone.utility-view-zone.secondary .content-recent-trending {
    margin: 0 10px;
    padding-left: 0px;
  }
}
#contact-us-form {
  font-family: arial;
  font-size: 1.5em;
  color: #666666;
}
#contact-us-form #contact-us-block {
  background-color: white;
  padding: 10px 10px 20px 10px;
  margin-right: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
}
#contact-us-form .contact-us-form-block {
  margin-top: 20px;
}
#contact-us-form .contact-us-form-block-header {
  color: #e65c00;
  font-size: 20px;
  font-weight: bold;
}
#contact-us-form .funnel form .required {
  background-image: url("/img/icons/funnel-icons/asterisk.png");
  padding-left: 0px;
}
#contact-us-form .funnel form .label {
  float: left;
  width: 135px;
  color: #666666;
  font-size: 15px;
}
#contact-us-form .funnel form .text {
  font-size: 15px;
  color: #666666;
  border-width: 1px;
  margin: 5px 0;
  width: 200px;
}
#contact-us-form #nickmom-contact-label-message {
  width: 100%;
  color: #e65c00;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 0px;
  background-position: 137px 40%;
  margin-bottom: 20px;
}
#contact-us-form #nickmom-contact-field-message {
  width: 290px;
  height: 95px;
  border: 1px solid #ccc9c8;
}
#contact-us-form .questions #nickmom-contact-label-user_info,
#contact-us-form .questions #nickmom-contact-field-user_info {
  display: none;
}
#contact-us-form #nickmom-contact-label-first_name {
  background-position: 77px 50%;
  margin-left: 22px;
}
#contact-us-form #nickmom-contact-label-email {
  background-position: 104px 50%;
  margin-left: 22px;
}
#contact-us-form #nickmom-contact-submit {
  background-color: black;
  color: white;
  background-image: none;
  border: 0;
  font-family: "Salvo Sans Regular";
  font-weight: normal;
  font-size: 16px;
  padding: 4px 15px;
  margin-left: 201px;
}
#contact-us-form #nickmom-contact-field-first_name,
#contact-us-form #nickmom-contact-field-email {
  margin-left: 16px;
}
@media screen and (min-width: 480px) {
  #contact-us-form .contact-us-form-block-header,
  #contact-us-form #nickmom-contact-label-message {
    font-size: 24px;
    background-position: 164px 40%;
  }
  #contact-us-form #nickmom-contact-field-message {
    width: 460px;
  }
  #contact-us-form #nickmom-contact-submit {
    margin-left: 371px;
  }
  #contact-us-form #nickmom-contact-field-first_name,
  #contact-us-form #nickmom-contact-field-email {
    margin-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  #contact-us-form .funnel form .required {
    padding-left: 16px;
  }
  #contact-us-form #contact-us-block {
    padding: 20px;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
  }
  #contact-us-form #nickmom-contact-label-first_name {
    background-position: 93px 50%;
    margin-left: 0px;
  }
  #contact-us-form #nickmom-contact-label-email {
    background-position: 120px 50%;
    margin-left: 0px;
  }
  #contact-us-form #nickmom-contact-field-message {
    width: 550px;
  }
  #contact-us-form #nickmom-contact-submit {
    margin-left: 462px;
  }
}
@media screen and (min-width: 980px) {
  #contact-us-form #contact-us-block {
    margin-right: 40px;
  }
}
.padback {
  margin-bottom: 14px;
}
#share-your-funny-form a,
#share-your-funny-form a:hover,
#share-your-funny-form a:link,
#share-your-funny-form a:visited,
#share-your-funny-form a:active {
  color: #bf177c;
}
#share-your-funny-form #share-your-funny-block {
  padding: 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-family: arial;
  color: #666666;
  background: #fff;
  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
}
#share-your-funny-form .share-your-funny-form-block {
  margin-top: 20px;
}
#share-your-funny-form .share-your-funny-form-block .share-your-funny-form-block-header {
  color: #e65c00;
  font-size: 20px;
  font-weight: bold;
}
#share-your-funny-form .share-your-funny-form-block #share-your-funny-label-about-your-funny-header {
  color: #e65c00;
  font-size: 2em;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
}
#share-your-funny-form .funnel form .required {
  background-image: url(/img/icons/funnel-icons/asterisk.png);
  background-position: right;
  padding-left: 0px;
}
#share-your-funny-form .funnel form .label {
  float: left;
  clear: both;
  font-size: 1em;
  font: arial;
  color: #666666;
  padding-left: 20px;
}
#share-your-funny-form #nickmom-funny-submit {
  background-color: black;
  color: white;
  background-image: none;
  border: 0;
  font-family: "Salvo Sans Regular";
  font-size: 16px;
  float: right;
  padding: 4px 15px;
  border-radius: 0px !important;
}
#share-your-funny-form .share-your-funny-padder {
  width: 100%;
  margin: 0px auto;
}
#share-your-funny-form #share-your-funny-container .questions .input {
  width: 90%;
  max-width: 469px;
  float: left;
  margin-left: 20px;
  border: 1px solid #CCC9C8;
  font-size: 1em;
  font-family: arial;
  color: #999;
  padding: 1%;
}
#share-your-funny-form #nickmom-funny-label-tell_us_about_it {
  padding-left: 0px;
  margin-left: 0px;
}
#share-your-funny-form #share-your-funny-container .questions .label {
  padding-right: 16px;
  margin-right: 20px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}
#share-your-funny-form #share-your-funny-container .questions li {
  margin-bottom: 20px;
}
#share-your-funny-form #share-your-funny-container .questions #nickmom-funny-field-tell_us_about_it {
  width: 98%;
  float: left;
  margin-left: 0px;
  min-height: 150px;
}
#share-your-funny-form .share-funny-h2-format {
  float: left;
  width: 100%;
}
#share-your-funny-form .funnel form .error {
  padding: 5px 5px 5px 22px;
  width: auto;
  float: right;
  clear: both;
}
#share-your-funny-form #nickmom-funny-field-user_info,
#share-your-funny-form #nickmom-funny-label-user_info {
  display: none;
}
/* == Media Query =======================================================
    Tablet and Above
   ====================================================================== */
@media screen and (min-width: 480px) {
  /*=========================================================================*/
  #share-your-funny-form a,
  #share-your-funny-form a:hover,
  #share-your-funny-form a:link,
  #share-your-funny-form a:visited,
  #share-your-funny-form a:active {
    color: #bf177c;
  }
  #share-your-funny-form #share-your-funny-block {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-family: arial;
    color: #666666;
    background: #fff;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
  }
  #share-your-funny-form .share-your-funny-form-block {
    margin-top: 20px;
  }
  #share-your-funny-form .share-your-funny-form-block .share-your-funny-form-block-header {
    color: #e65c00;
    font-size: 24px;
    font-weight: bold;
  }
  #share-your-funny-form .share-your-funny-form-block #share-your-funny-label-about-your-funny-header {
    color: #e65c00;
    font-size: 2em;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
  }
  #share-your-funny-form .funnel form .required {
    background-image: url(/img/icons/funnel-icons/asterisk.png);
    background-position: right;
  }
  #share-your-funny-form .funnel form .label {
    float: left;
    font-size: 1.3em;
    font: arial;
    color: #666666;
  }
  #share-your-funny-form #nickmom-funny-submit {
    background-color: black;
    color: white;
    background-image: none;
    border: 0;
    font-family: "Salvo Sans Light";
    font-weight: normal;
    font-size: 16px;
    float: left;
    padding: 4px 15px;
    margin-left: 345px;
  }
  #share-your-funny-form .share-your-funny-padder {
    width: 100%;
    margin: 0px auto;
  }
  #share-your-funny-form .share-funny-h2-format.padback {
    margin-left: 0px;
  }
  #share-your-funny-form #share-your-funny-container .questions {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #share-your-funny-form #share-your-funny-container .questions .input {
    width: 256px;
    float: right;
    margin-right: -10px;
    border: 1px solid #CCC9C8;
    font-size: 1em;
    font-family: arial;
    color: #999;
  }
  #share-your-funny-form #share-your-funny-container .questions .label {
    float: left;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 1em;
    margin-top: 4px;
  }
  #share-your-funny-form #share-your-funny-container .questions #nickmom-funny-label-tell_us_about_it {
    padding-left: 0px;
    margin-left: 0px;
  }
  #share-your-funny-form #share-your-funny-container .questions li {
    margin-bottom: 20px;
    width: 430px;
  }
  #share-your-funny-form #share-your-funny-container .questions #nickmom-funny-field-tell_us_about_it {
    width: 100%;
    margin-left: 0px;
    min-height: 150px;
  }
  #share-your-funny-form .share-funny-h2-format {
    float: left;
    width: 100%;
  }
  #share-your-funny-form .funnel form .error {
    padding: 5px 5px 5px 22px;
    width: auto;
    max-width: 260px;
    float: right;
    clear: both;
  }
  #share-your-funny-form #nickmom-funny-field-user_info,
  #share-your-funny-form #nickmom-funny-label-user_info {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #share-your-funny-container .questions li:last-of-type {
    margin-bottom: 0px !important;
    height: 0px;
  }
  #share-your-funny-container .questions {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 980px) {
  #share-your-funny-form #share-your-funny-block {
    margin-right: 40px;
  }
}
#utility-copy-block #utility-copy #privacy-table {
  border: 1px solid #00000a;
  border-spacing: 0;
}
#utility-copy-block #utility-copy a {
  color: #BF177C;
}
#utility-copy-block #utility-copy a:hover {
  color: #63004C;
}
#utility-copy-block #utility-copy #privacy-table .left-column {
  width: 20%;
  border: 1px solid #00000a;
}
#utility-copy-block #utility-copy #privacy-table .right-column {
  width: 80%;
  border: 1px solid #00000a;
}
#utility-copy-block #utility-copy #privacy-table .row {
  vertical-align: top;
  border: 1px solid #00000a;
}
#utility-copy-block #utility-copy #privacy-table td {
  padding: 7px;
}
.zone.privacy-policy-view-zone {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  .zone.privacy-policy-view-zone {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 980px) {
  .zone.privacy-policy-view-zone {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.bullet-list-modules h1 {
  padding: 10px;
  font-family: 'Salvo Sans Medium', Helvetica, Arial, sans-serif;
  font-size: 3.8em;
  font-weight: normal;
}
.bullet-list-modules .bullet-point-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/polyfill/boxsizing.htc);
  position: relative;
  width: 100%;
  max-width: 250px;
  display: inline-block;
  margin: 10px;
  margin-right: 30px;
  padding-bottom: 20px;
  border-bottom: none;
}
.bullet-list-modules .bullet-point-list h2 a {
  font-family: 'Salvo Sans Regular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000 !important;
}
.bullet-list-modules .bullet-point-list h2 a:hover {
  color: #63004c !important;
}
.bullet-list-modules .bullet-point-list ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.bullet-list-modules .bullet-point-list ul li a {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #bf177c;
}
.bullet-list-modules .bullet-point-list:not(:last-child) {
  border-bottom: 1px dashed #bbbbbb;
}
.site-map-section {
  padding: 15px !important;
}
.site-map-section .bullet-point-list {
  margin: 15px;
  padding: 0px;
  vertical-align: top;
}
.site-map-section .bullet-point-list h2 {
  padding-top: 0px;
  margin-top: 0px;
}
.site-map-section .bullet-point-list ul {
  padding-bottom: 20px;
}
@media screen and (min-width: 620px) {
  .bullet-list-modules .bullet-point-list:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .bullet-list-modules h1 {
    padding: 0;
    margin-top: 13px;
    margin-bottom: 11px;
  }
  .bullet-list-modules .bullet-point-list {
    max-width: 250px;
  }
  .site-map-section .bullet-point-list {
    margin: 13px 15px 0 15px;
  }
}
@media screen and (min-width: 980px) {
  .bullet-list-modules .bullet-point-list {
    max-width: 255px;
  }
  .bullet-list-modules .bullet-point-list:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media screen and (min-width: 1280px) {
  .bullet-list-modules .bullet-point-list {
    max-width: 260px;
  }
  .bullet-list-modules .bullet-point-list:nth-last-child(-n+4) {
    border-bottom: none;
  }
}
@media screen and (min-width: 1600px) {
  .bullet-list-modules .bullet-point-list:nth-last-child(-n+5) {
    border-bottom: none;
  }
}
.load-error {
  background: none repeat scroll 0 0 white;
  box-shadow: 2px 2px 30px 1px rgba(3, 3, 3, 0.2);
  left: 42%;
  margin: 0 auto;
  position: fixed;
  top: 30%;
  width: 300px;
  z-index: 999;
  display: none;
}
.load-error .message-wrapper {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.load-error .message-wrapper .header,
.load-error .message-wrapper .footer {
  height: 20px;
}
.load-error .message-wrapper .header {
  background-color: red;
  color: white;
}
.load-error .message-wrapper .header .title {
  width: 90%;
  padding: 0 auto;
}
.load-error .message-wrapper .header .close-x {
  width: 10%;
  float: right;
  cursor: pointer;
}
.load-error .message-wrapper .body {
  padding: 10px;
}
.load-error .message-wrapper .body .message-content {
  margin: 0 0 20px 0;
}
.load-error .message-wrapper .body .error-button {
  padding: 5px 20px;
  background-color: red;
  color: white;
  float: right;
  margin: 0 0 0 10px;
  cursor: pointer;
}
#generic-page .page #writers-list.content-related {
  margin: 0 auto;
}
#generic-page .page #writers-list.content-related .chicklet .meta .title {
  font-size: 1.8em;
}
#writers-list article #author-desktop-image {
  display: none;
}
@media screen and (min-width: 768px) {
  body.content.author-content #main.wrapper {
    width: 640px;
  }
  body.author-content .zone.utility-view-zone.secondary .ad.rectangle {
    padding-right: 0px;
  }
  body.author-content .zone.utility-view-zone.secondary .content-recent-trending {
    padding-left: 0px;
  }
  #generic-page .page #writers-list.content-related .chicklet .meta .title {
    font-size: 1.3em;
    padding-top: 8px;
  }
  #writers-list article #author-mobile-image {
    display: none;
  }
  #writers-list article #author-desktop-image {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  body.content.author-content #main.wrapper {
    width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  body.content.author-content #main.wrapper {
    width: 1280px;
  }
  body.content.author-content.layout-header-2-cols .primary-2 {
    width: 960px;
  }
}
@media screen and (min-width: 1600px) {
  body.content.author-content #main.wrapper {
    width: 1600px;
  }
  body.content.author-content.layout-header-2-cols .primary-2 {
    width: 1280px;
  }
}
@media screen and (min-width: 1920px) {
  body.content.author-content #main.wrapper {
    width: 1920px;
  }
  body.content.author-content.layout-header-2-cols .primary-2 {
    width: 1600px;
  }
}
.author-detail-view-zone .header h1 {
  font-family: Salvo Sans Regular;
  font-size: 3.6em;
  font-weight: normal;
  margin-left: 10px;
}
#generic-page .page #writers-list.content-related .chicklet .featured img {
  width: 100%;
}
#generic-page .page #writer-articles.content-related {
  margin: 0 auto 5px;
}
.author-content .content-end-level-view-zone.secondary .ad.rectangle {
  border-top: none;
}
.author-end-level-zone .author-heading {
  margin: 0 0 5px;
}
.author-end-level-zone .author-heading h2 {
  margin: 0;
  color: white;
  background: black;
  font-family: 'Salvo Sans Medium', Arial;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 10px;
}
.author-end-level-zone .author-heading h2 span {
  margin: 0;
}
.author-end-level-zone .author-heading h2 a,
.author-end-level-zone .author-heading h2 a:hover {
  font-size: 1em;
  color: #FFF;
}
.author-end-level-zone .end-level-title {
  min-height: 50px;
}
.author-end-level-zone .end-level-title .author-name {
  margin: 0 0 20px 10px;
  font-weight: normal;
  font-size: 4em;
}
.author-bio {
  padding: 10px;
  color: #666666;
  font-size: 1.5em;
}
.author-bio .author-bio-wrapper {
  padding-bottom: 10px;
  border-bottom: none;
}
.author-bio .author-photo-frame {
  float: left;
}
.author-bio .author-photo-frame #author-bio-desktop-image {
  display: none;
}
.author-bio .author-details {
  margin: 0 0 0 130px;
}
.author-bio .author-details a {
  color: #bf177c;
}
.author-bio .author-details a:hover {
  color: #63004c;
}
.author-bio .author-details p {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .author-bio {
    padding: 20px 20px 20px 10px;
  }
  .author-bio .author-bio-wrapper {
    border-bottom: 1px dotted #cbcbcb;
    padding-bottom: 20px;
  }
  .author-bio .author-photo-frame #author-bio-mobile-image {
    display: none;
  }
  .author-bio .author-photo-frame #author-bio-desktop-image {
    display: block;
  }
  .author-bio .author-details {
    margin-left: 260px;
  }
}
@media screen and (min-width: 980px) {
  .author-bio .author-details {
    margin-left: 252px;
  }
  .author-bio .author-details p {
    margin-top: 6px;
  }
}
.primary-2 #writer-articles {
  font-size: 1.2em;
}
#generic-page .page #writer-articles.content-related {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#generic-page .page #writer-articles .chicklet .featured {
  width: 120px;
  height: 90px;
  margin-top: 8px;
  margin-left: 6px;
}
#generic-page .page #writer-articles .chicklet .featured #author-article-desktop-image {
  display: none;
}
#generic-page .page #writer-articles.content-related .chicklet .featured img {
  width: 100%;
}
#generic-page .page #writer-articles.content-related .chicklet .meta {
  height: 105px;
  border-bottom: none;
}
#generic-page .page #writer-articles.content-related .chicklet .meta .title {
  padding-top: 0px;
  margin-left: 135px;
}
#generic-page .page #writer-articles.content-related .chicklet .meta .franchise {
  margin-top: 7px;
  margin-left: 135px;
  text-transform: uppercase;
}
#generic-page .page #writer-articles.content-related .chicklet {
  border-bottom-color: #babf13;
}
.primary-2 #generic-page .page #writer-articles.content-related .chicklet:hover {
  background: #babf13;
}
.primary-2 #generic-page .page #writer-articles.content-related .chicklet:hover .franchise {
  color: #fff;
}
.primary-2 #writer-articles.content-related .chicklet .title a {
  color: #babf13;
}
.author-detail-view-zone .remote-content.loading .load-more a {
  display: none;
}
.author-detail-view-zone .remote-content.loading .load-more .loader {
  display: inline-block;
}
.author-detail-view-zone .remote-content .load-more {
  text-align: center;
  padding-top: 40px;
  height: 190px;
  background-color: #f3f3f3;
}
.author-detail-view-zone .remote-content .load-more a {
  display: inline-block;
  background: transparent url(/img/icons/loading/btn-loadmore.png) no-repeat 0px 0px;
  width: 150px;
  height: 150px;
  text-indent: -3000px;
  cursor: pointer;
}
.author-detail-view-zone .remote-content .load-more a:hover {
  background-position: -156px 0px;
}
.author-detail-view-zone .remote-content .load-more .loader {
  display: none;
  width: 150px;
  height: 150px;
  background: transparent url(/img/icons/loading/rotation-lg.gif) center center no-repeat;
  margin: 0px auto;
  text-indent: -3000px;
}
@media screen and (min-width: 768px) {
  #generic-page .page #writer-articles .chicklet .featured {
    width: 100%;
    height: 105px;
    margin: 0;
  }
  #generic-page .page #writer-articles .chicklet .featured #author-article-mobile-image {
    display: none;
  }
  #generic-page .page #writer-articles .chicklet .featured #author-article-desktop-image {
    display: block;
  }
  #generic-page .page #writer-articles.content-related .chicklet .meta {
    height: 135px;
  }
  #generic-page .page #writer-articles.content-related .chicklet .meta .title {
    padding-top: 8px;
    margin-left: 0;
  }
  #generic-page .page #writer-articles.content-related .chicklet .meta .franchise {
    margin-left: 0;
  }
}
.primary-1 .header h2 {
  font-size: 36px;
  font-weight: normal;
  color: #000;
  letter-spacing: -1px;
  margin: 0 0 10px 10px;
  width: 100%;
  display: block;
}
#generic-page .page {
  background-color: none;
  padding: 0 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#generic-page .page .content-related {
  border-bottom: none;
  margin: 0px auto 40px;
  background: #fff;
  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
  padding: 0;
  max-width: 480px;
}
#generic-page .page .content-related .chicklet {
  width: auto;
  margin: 0px;
  display: block;
  float: none;
  border-bottom: none;
  max-width: 460px;
  padding: 0 10px;
  background: #fff;
}
#generic-page .page .content-related .chicklet .featured {
  background: #fafafa;
  height: 60px;
  width: 80px;
  position: absolute;
  margin: 10px 10px 10px 0;
}
#generic-page .page .content-related .chicklet .featured img {
  max-width: none;
  width: 80px;
}
#generic-page .page .content-related .chicklet .meta {
  height: 80px;
  border-bottom: 1px dotted #ddd;
  background: none;
}
#generic-page .page .content-related .chicklet .meta .title {
  margin: 10px 0 0 85px;
  font-family: 'Salvo Serif Regular';
}
#generic-page .page .content-related .chicklet:hover {
  background: #e65c00;
}
#generic-page .page .content-related .chicklet:hover .meta .title a {
  color: #fff;
}
#generic-page .page .content-related .chicklet:last-child .meta {
  border-bottom: none;
}
/* == Media Query =======================================================
    Tablets and Above
   ====================================================================== */
@media screen and (min-width: 768px) {
  #generic-page .page {
    padding: 0px;
  }
  #generic-page .page .content-related {
    width: 620px;
    max-width: 620px;
    margin: 0 auto;
    overflow: visible;
    background: none;
  }
  #generic-page .page .content-related .chicklet:first-child {
    margin-left: 0;
  }
  #generic-page .page .content-related .chicklet:nth-child(4n) {
    margin-right: 0;
  }
  #generic-page .page .content-related .chicklet {
    float: left;
    margin: 0 20px 20px 0;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
    max-width: 140px;
    width: 140px;
    height: auto;
    padding: 0;
    border-bottom: 4px solid #e65c00;
  }
  #generic-page .page .content-related .chicklet .featured {
    background: #fafafa;
    height: 105px;
    position: static;
    width: 100%;
    margin: 0px;
  }
  #generic-page .page .content-related .chicklet .featured img {
    max-width: none;
    height: auto;
  }
  #generic-page .page .content-related .chicklet .meta {
    height: 90px;
    border-bottom: none;
  }
  #generic-page .page .content-related .chicklet .meta .title {
    margin: 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 980px) {
  #generic-page .page .content-related {
    width: 620px;
    max-width: 620px;
    overflow: visible;
  }
  #generic-page .page .content-related .chicklet:first-child {
    margin-left: 0;
  }
  #generic-page .page .content-related .chicklet:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  #generic-page .page .content-related {
    width: 960px;
    max-width: 960px;
    padding: 0 10px;
  }
  #generic-page .page .content-related .chicklet:first-child {
    margin-left: 0;
  }
  #generic-page .page .content-related .chicklet:nth-child(4n) {
    margin-right: 20px;
  }
  #generic-page .page .content-related .chicklet:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  #generic-page .page .content-related {
    width: 1280px;
    max-width: 1280px;
    padding: 0 10px;
  }
  #generic-page .page .content-related .chicklet:first-child {
    margin-left: 0;
  }
  #generic-page .page .content-related .chicklet:nth-child(4n) {
    margin-right: 20px;
  }
  #generic-page .page .content-related .chicklet:nth-child(6n) {
    margin-right: 20px;
  }
  #generic-page .page .content-related .chicklet:nth-child(8n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  #generic-page .page .content-related {
    width: 1600px;
    max-width: 1600px;
    padding: 0 10px;
  }
  #generic-page .page .content-related .chicklet:first-child {
    margin-left: 0;
  }
  #generic-page .page .content-related .chicklet:nth-child(4n) {
    margin-right: 20px;
  }
  #generic-page .page .content-related .chicklet:nth-child(6n) {
    margin-right: 20px;
  }
  #generic-page .page .content-related .chicklet:nth-child(8n) {
    margin-right: 20px;
  }
  #generic-page .page .content-related .chicklet:nth-child(10n) {
    margin-right: 0;
  }
}
.submvc-module .myemail {
  display: none !important;
}
.tv-hub-page .myemail {
  display: none !important;
}
.header .sm4Widget.follow-bar {
  display: none;
  margin-left: 10px;
}
.header .followService.pinterestService {
  float: left;
  margin: 8px 0 0 13px;
}
.footer .sm4Widget.follow-bar {
  float: left;
}
.footer .followService.pinterestService {
  float: left;
  margin-left: 15px;
  margin-top: 1px;
}
.sm4Widget.follow-bar .followedObject {
  display: none;
}
.sm4Widget.follow-bar .followService.twitterService iframe {
  max-width: 60px;
  margin-left: 10px;
}
.flux4Widget a.pin-it-button {
  background: url(http://pinit-cdn.pinterest.com/images/pinit6.png);
  font: 11px Arial, sans-serif;
  text-indent: -9999em;
  color: #CD1F1F;
  height: 20px;
  width: 43px;
  background-position: 0 -7px;
  display: inline-block;
}
.flux4Widget.endLevelShare .serviceList {
  width: auto;
}
.flux4Widget.endLevelShare .serviceList > li {
  list-style: none;
  float: left;
  width: 25%;
  padding: 0;
  height: auto;
}
.flux4Widget.endLevelShare .more.lastButton a {
  background: url("/img/icons/social/ico-back-circle.png") no-repeat scroll 0 0 transparent;
  color: white;
  display: inline-block;
  font-weight: bold;
  height: 36px;
  padding-top: 15px;
  text-align: center;
  width: 48px;
}
.flux4Widget.endLevelShare a.pin-it-button {
  margin: 42px auto 0;
}
@media screen and (min-width: 768px) {
  .header .sm4Widget.follow-bar {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .sm4Widget.follow-bar .followService.twitterService iframe {
    max-width: none;
  }
  .header .followService.pinterestService,
  .footer .followService.pinterestService {
    margin-left: 0;
  }
}
@media screen and (min-width: 1120px) {
  .myemail {
    display: none !important;
  }
  .bidirectional .myemail {
    display: block !important;
  }
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed {
  border-bottom: 7px solid #000;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 13px;
  padding-bottom: 17px;
  background: transparent;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .moduleContent {
  padding: 0px 10px;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed h2 {
  font-family: 'Salvo Sans Regular', serif;
  font-weight: normal;
  font-size: 28px;
  padding-bottom: 7px;
  color: #000;
  text-align: center;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .mainHeader .addComment {
  border: 0;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .commentInput,
.content-end-level-view-zone .sm4Widget.activity .activityFeed .commentContainer {
  background: white;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .commentInput div,
.content-end-level-view-zone .sm4Widget.activity .activityFeed .notAuthorizedCommentInput div {
  background: white;
  border: 0;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .mainHeader .addComment {
  background: #E7E7E7;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .mainHeader .sorterContainer .sorterTitle {
  font-weight: normal;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .activityListContainer {
  margin: 0;
  padding-top: 22px;
  clear: both;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .activityItem,
.content-end-level-view-zone .sm4Widget.activity .activityFeed .noTopActivitiesIndicator,
.content-end-level-view-zone .sm4Widget.activity .activityFeed .userNotificationMessage,
.content-end-level-view-zone .sm4Widget.activity .activityFeed .feedPaused {
  border-color: #F2F2F2;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .dropdownButton .dropDownContainer .moreButtonWrapper {
  color: #BF177C;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .quote,
.content-end-level-view-zone .sm4Widget.activity .activityFeed .userBar .quote {
  background: white;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .quote,
.content-end-level-view-zone .sm4Widget.activity .activityFeed .tweet,
.content-end-level-view-zone .sm4Widget.activity .activityFeed .flux4Widget .userBar .quote,
.content-end-level-view-zone .sm4Widget.activity .activityFeed .userBar .tweet {
  color: #999999;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .activityList {
  border: 0;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .thereIsNothing {
  margin: 0;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed a {
  color: #BF177C;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed a.userProfile {
  color: #63004C;
  border-bottom-color: #63004C;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed a.primaryButton {
  color: white;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .repliesTopPointer {
  border-color: transparent transparent #E7E7E7 transparent;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .replyList,
.content-end-level-view-zone .sm4Widget.activity .activityFeed .flux4Widget .miniFeed .replyList {
  background: #E7E7E7;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .comments li.replyItem {
  border: 0;
}
.content-end-level-view-zone .sm4Widget.activity .activityFeed .thereIsNothing {
  display: none;
}
@media screen and (min-width: 480px) {
  .content-end-level-view-zone .sm4Widget.activity .activityFeed {
    margin: 0px 10px 0px 10px;
  }
  .content-end-level-view-zone .sm4Widget.activity .activityFeed .moduleContent {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  .content-end-level-view-zone .sm4Widget.activity .activityFeed h2 {
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  .content-end-level-view-zone .sm4Widget.activity .activityFeed {
    border: 0;
  }
}
.ad-e {
  width: 120px;
  height: 80px;
  text-align: center;
}
.chicklet-landing-header .ad-e {
  position: absolute;
  top: 80px;
  right: 10px;
}
.end-level-title.ad-e-promo {
  margin: 0 0px 10px 0;
  width: 65%;
}
.chicklet-landing-header.ad-e-promo .site-page-description {
  padding: 20px 130px 20px 10px;
}
.photo-landing-view-zone [data-module-url-key="ad-e"] {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.content-end-level-view-zone [data-module-url-key="ad-e"] {
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 1;
}
.chicklet-landing.tag-landing [data-module-url-key="ad-e"] {
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 1;
}
.chicklet-landing.ad-e-promo .site-page-title.tag-title h1 {
  width: 65%;
}
@media screen and (min-width: 768px) {
  .chicklet-landing-header .ad-e {
    top: 170px;
    right: 330px;
  }
  .photoslider.ad-e-promo .slide-header {
    width: 85%;
  }
  .end-level-title.ad-e-promo {
    width: 77%;
  }
  .photo-landing-view-zone [data-module-url-key="ad-e"] {
    right: 30px;
    top: 90px;
  }
  .chicklet-landing-header.ad-e-promo .site-page-description {
    padding: 10px 450px 0 10px;
  }
  .chicklet-landing.ad-e-promo .site-page-title.tag-title h1 {
    width: 75%;
  }
}
@media screen and (min-width: 980px) {
  .content-end-level-view-zone [data-module-url-key="ad-e"] {
    right: 180px;
    top: 46px;
  }
  .chicklet-landing.tag-landing [data-module-url-key="ad-e"] {
    right: 10px;
    top: 0px;
  }
  .end-level-title.ad-e-promo {
    margin: 0 330px 10px 0;
    width: auto;
  }
}
.sponsor.tile {
  width: 120px;
  height: 80px;
  margin: 10px auto;
  text-align: center;
}
.content-end-level-view-zone .sponsor.tile {
  position: absolute;
  right: 0px;
  top: 8px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 480px) {
  .sponsor.tile {
    right: 10px;
    top: 145px;
    margin-top: 10px;
  }
  .content-end-level-view-zone .sponsor.tile {
    right: 0px;
    top: 20px;
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sponsor.tile {
    right: 330px !important;
  }
}
.ad.rectangle {
  width: 300px;
  height: 250px;
  padding: 0px;
}
.ad.rectangle .fpo {
  width: 300px;
  text-align: center;
  font-size: 30px;
  padding-top: 40px;
}
.chicklet-landing .ad {
  margin: 0 auto 10px;
}
.content-end-level-view-zone.secondary .ad.rectangle {
  display: none;
  float: right;
  margin: 0 10px 0px 10px;
  padding: 29px 0;
}
.channel-finder-view-zone.secondary .ad.rectangle {
  display: none;
}
@media screen and (min-width: 768px) {
  .content-end-level-view-zone.secondary .ad.rectangle {
    display: block;
  }
  .channel-finder-view-zone.secondary .ad.rectangle {
    display: block;
    float: right;
    margin: 19px 0 0;
  }
  .chicklet-landing .ad {
    float: left;
  }
}
@media screen and (min-width: 980px) {
  .content-end-level-view-zone.secondary .ad.rectangle {
    border-top: 1px dashed #999;
    padding: 30px 0 20px;
    float: none;
  }
  .channel-finder-view-zone.secondary .ad.rectangle {
    margin: 20px 10px;
    float: none;
  }
}
#resource-not-found {
  text-align: center;
  max-width: 310px;
  margin: -20px auto 0 auto;
  width: 100%;
}
#resource-not-found h1 {
  font-size: 65px;
  margin-top: 15px;
  margin-bottom: 12px;
  font-family: "Salvo Sans Regular";
  color: #000;
  font-weight: normal;
}
#resource-not-found p {
  font-size: 18px;
  font-family: "Salvo Sans Light";
}
#resource-not-found img {
  width: 275px;
  height: 295px;
}
#flash-unavailable {
  text-align: center;
  max-width: 770px;
  margin: -20px auto 0 auto;
  width: 100%;
}
#flash-unavailable h1 {
  font-size: 48px;
  margin-top: 15px;
  margin-bottom: 12px;
  font-family: "Salvo Sans Regular";
  color: #000;
  font-weight: normal;
}
#flash-unavailable p {
  font-size: 18px;
  font-family: "Salvo Sans Light";
}
#flash-unavailable .p14 {
  font-size: 14px;
}
#flash-unavailable img {
  width: 178px;
  height: 178px;
}
/*
 * HTML5 ✰ Boilerplate
 * 
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 10px;
  line-height: 1.231;
  background-color: white;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body,
button,
input,
select,
textarea {
  border: 0px solid;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #E65C00;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #E65C00;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  *overflow: visible;
}
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button,
table input {
  *overflow: auto;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
[role="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* == No Query Styles Start Here =======================================================
    Mobile First:
    All styles outside of media queries are for small screens
    For larger screens, override these styles using media queries testing for min-width
   ========================================================================== */
/* ------------------------------------------------------------------------
   Links
   ------------------------------------------------------------------------ */
a {
  text-decoration: none;
}
/* ------------------------------------------------------------------------
   Fonts
   ------------------------------------------------------------------------ */
body {
  font-family: 'Helvetica', 'Arial', sans-serif;
}
.font-size-8px {
  font-size: 0.8em;
}
.font-size-9px {
  font-size: 0.9em;
}
.font-size-10px {
  font-size: 1em;
}
.font-size-11px {
  font-size: 1.1em;
}
.font-size-12px {
  font-size: 1.2em;
}
.font-size-13px {
  font-size: 1.3em;
}
.font-size-14px {
  font-size: 1.4em;
}
.font-size-15px {
  font-size: 1.5em;
}
.font-size-16px {
  font-size: 1.6em;
}
.font-size-16.5px {
  font-size: 1.65em;
}
.font-size-17px {
  font-size: 1.7em;
}
.font-size-18px {
  font-size: 1.8em;
}
.font-size-19px {
  font-size: 1.9em;
}
.font-size-20px {
  font-size: 2em;
}
/* WebType Fonts */
@font-face {
  font-family: "NickMom Text A Front";
  src: url("/font/NickMom-Text-A-Front/b555e8f9-1658-4276-9c77-61f5a76f6f2c-2.eot");
  src: url("/font/NickMom-Text-A-Front/b555e8f9-1658-4276-9c77-61f5a76f6f2c-2.eot?") format("embedded-opentype"), url("/font/NickMom-Text-A-Front/b555e8f9-1658-4276-9c77-61f5a76f6f2c-3.woff") format("woff"), url("/font/NickMom-Text-A-Front/b555e8f9-1658-4276-9c77-61f5a76f6f2c-1.ttf") format("truetype"), url("/font/NickMom-Text-A-Front/b555e8f9-1658-4276-9c77-61f5a76f6f2c-4.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "NickMom Tune In A Front";
  src: url("/font/NickMom-Tune-In-A-Front/3a92c5f0-00b5-4452-94e1-4c025209d1c6-2.eot");
  src: url("/font/NickMom-Tune-In-A-Front/3a92c5f0-00b5-4452-94e1-4c025209d1c6-2.eot?") format("embedded-opentype"), url("/font/NickMom-Tune-In-A-Front/3a92c5f0-00b5-4452-94e1-4c025209d1c6-3.woff") format("woff"), url("/font/NickMom-Tune-In-A-Front/3a92c5f0-00b5-4452-94e1-4c025209d1c6-1.ttf") format("truetype"), url("/font/NickMom-Tune-In-A-Front/3a92c5f0-00b5-4452-94e1-4c025209d1c6-4.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Salvo Sans Light";
  src: url("/font/Salvo-Sans-Light/d8a90db0-e06d-43ba-8213-a4e60ed76417-2.eot");
  src: url("/font/Salvo-Sans-Light/d8a90db0-e06d-43ba-8213-a4e60ed76417-2.eot?") format("embedded-opentype"), url("/font/Salvo-Sans-Light/d8a90db0-e06d-43ba-8213-a4e60ed76417-3.woff") format("woff"), url("/font/Salvo-Sans-Light/d8a90db0-e06d-43ba-8213-a4e60ed76417-1.ttf") format("truetype"), url("/font/Salvo-Sans-Light/d8a90db0-e06d-43ba-8213-a4e60ed76417-4.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Salvo Sans Medium";
  src: url("/font/Salvo-Sans-Medium/7ff7b4e6-b3bd-4953-b148-28d7061eec00-2.eot");
  src: url("/font/Salvo-Sans-Medium/7ff7b4e6-b3bd-4953-b148-28d7061eec00-2.eot?") format("embedded-opentype"), url("/font/Salvo-Sans-Medium/7ff7b4e6-b3bd-4953-b148-28d7061eec00-3.woff") format("woff"), url("/font/Salvo-Sans-Medium/7ff7b4e6-b3bd-4953-b148-28d7061eec00-1.ttf") format("truetype"), url("/font/Salvo-Sans-Medium/7ff7b4e6-b3bd-4953-b148-28d7061eec00-4.svg") format("svg");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Salvo Sans Regular";
  src: url("/font/Salvo-Sans-Regular/fb168056-a3a1-4193-b8a1-8ea75b933850-2.eot");
  src: url("/font/Salvo-Sans-Regular/fb168056-a3a1-4193-b8a1-8ea75b933850-2.eot?") format("embedded-opentype"), url("/font/Salvo-Sans-Regular/fb168056-a3a1-4193-b8a1-8ea75b933850-3.woff") format("woff"), url("/font/Salvo-Sans-Regular/fb168056-a3a1-4193-b8a1-8ea75b933850-1.ttf") format("truetype"), url("/font/Salvo-Sans-Regular/fb168056-a3a1-4193-b8a1-8ea75b933850-4.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Salvo Sans Bold";
  src: url("/font/Salvo-Sans-Bold/b61ae091-ddc2-4f02-ba69-94531004183e-2.eot");
  src: url("/font/Salvo-Sans-Bold/b61ae091-ddc2-4f02-ba69-94531004183e-2.eot?") format("embedded-opentype"), url("/font/Salvo-Sans-Bold/b61ae091-ddc2-4f02-ba69-94531004183e-3.woff") format("woff"), url("/font/Salvo-Sans-Bold/b61ae091-ddc2-4f02-ba69-94531004183e-1.ttf") format("truetype"), url("/font/Salvo-Sans-Bold/b61ae091-ddc2-4f02-ba69-94531004183e-4.svg") format("svg");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Salvo Sans Black";
  src: url("/font/Salvo-Sans-Black/b9cd5e14-f970-499f-ab18-e2639304ec18-2.eot");
  src: url("/font/Salvo-Sans-Black/b9cd5e14-f970-499f-ab18-e2639304ec18-2.eot?") format("embedded-opentype"), url("/font/Salvo-Sans-Black/b9cd5e14-f970-499f-ab18-e2639304ec18-3.woff") format("woff"), url("/font/Salvo-Sans-Black/b9cd5e14-f970-499f-ab18-e2639304ec18-1.ttf") format("truetype"), url("/font/Salvo-Sans-Black/b9cd5e14-f970-499f-ab18-e2639304ec18-4.svg") format("svg");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Salvo Serif Light";
  src: url("/font/Salvo-Serif-Light/1242c7a0-063d-41d8-87ad-eb3d70524ff4-2.eot");
  src: url("/font/Salvo-Serif-Light/1242c7a0-063d-41d8-87ad-eb3d70524ff4-2.eot?") format("embedded-opentype"), url("/font/Salvo-Serif-Light/1242c7a0-063d-41d8-87ad-eb3d70524ff4-3.woff") format("woff"), url("/font/Salvo-Serif-Light/1242c7a0-063d-41d8-87ad-eb3d70524ff4-1.ttf") format("truetype"), url("/font/Salvo-Serif-Light/1242c7a0-063d-41d8-87ad-eb3d70524ff4-4.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Salvo Serif Medium";
  src: url("/font/Salvo-Serif-Medium/cf6c5816-b264-456e-a1f9-6920bcee67fa-2.eot");
  src: url("/font/Salvo-Serif-Medium/cf6c5816-b264-456e-a1f9-6920bcee67fa-2.eot?") format("embedded-opentype"), url("/font/Salvo-Serif-Medium/cf6c5816-b264-456e-a1f9-6920bcee67fa-3.woff") format("woff"), url("/font/Salvo-Serif-Medium/cf6c5816-b264-456e-a1f9-6920bcee67fa-1.ttf") format("truetype"), url("/font/Salvo-Serif-Medium/cf6c5816-b264-456e-a1f9-6920bcee67fa-4.svg") format("svg");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Salvo Serif Regular";
  src: url("/font/Salvo-Serif-Regular/7f24be80-3c25-4d99-81be-6390032b055c-2.eot");
  src: url("/font/Salvo-Serif-Regular/7f24be80-3c25-4d99-81be-6390032b055c-2.eot?") format("embedded-opentype"), url("/font/Salvo-Serif-Regular/7f24be80-3c25-4d99-81be-6390032b055c-3.woff") format("woff"), url("/font/Salvo-Serif-Regular/7f24be80-3c25-4d99-81be-6390032b055c-1.ttf") format("truetype"), url("/font/Salvo-Serif-Regular/7f24be80-3c25-4d99-81be-6390032b055c-4.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Salvo Serif Bold";
  src: url("/font/Salvo-Serif-Bold/0870100b-619c-4997-82d6-2fc1b717bde3-2.eot");
  src: url("/font/Salvo-Serif-Bold/0870100b-619c-4997-82d6-2fc1b717bde3-2.eot?") format("embedded-opentype"), url("/font/Salvo-Serif-Bold/0870100b-619c-4997-82d6-2fc1b717bde3-3.woff") format("woff"), url("/font/Salvo-Serif-Bold/0870100b-619c-4997-82d6-2fc1b717bde3-1.ttf") format("truetype"), url("/font/Salvo-Serif-Bold/0870100b-619c-4997-82d6-2fc1b717bde3-4.svg") format("svg");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Salvo Serif Black";
  src: url("/font/Salvo-Serif-Black/23cc4b35-d3ee-4140-90c8-6d6642ab6621-2.eot");
  src: url("/font/Salvo-Serif-Black/23cc4b35-d3ee-4140-90c8-6d6642ab6621-2.eot?") format("embedded-opentype"), url("/font/Salvo-Serif-Black/23cc4b35-d3ee-4140-90c8-6d6642ab6621-3.woff") format("woff"), url("/font/Salvo-Serif-Black/23cc4b35-d3ee-4140-90c8-6d6642ab6621-1.ttf") format("truetype"), url("/font/Salvo-Serif-Black/23cc4b35-d3ee-4140-90c8-6d6642ab6621-4.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
/* ------------------------------------------------------------------------
   Colors
   ------------------------------------------------------------------------ */
.quiet {
  color: #a0a0a0;
}
.loud {
  color: #000;
}
.color-subtle {
  color: #9a9a9a;
}
/* --------------------------------------------------------------------
   Global mixins and vars
   -------------------------------------------------------------------- */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/polyfill/boxsizing.htc);
}
/* --------------------------------------------------------------------
    Templates (Zone layouts)
   -------------------------------------------------------------------- */
.zone {
  position: relative;
  padding: 0;
  margin: 0;
}
/* --------------------------------------------------------------------
   Modules
   -------------------------------------------------------------------- */
.module {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 13px;
  padding-bottom: 17px;
}
@media screen and (min-width: 480px) {
  .module {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* --------------------------------------------------------------------
   Structural
   -------------------------------------------------------------------- */
#main {
  margin-bottom: 20px;
  position: relative;
  display: block;
  clear: both;
  margin-bottom: 30px;
}
#content-bg {
  width: 100%;
  padding: 10px 0;
  background-color: #f3f3f3;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #content-bg {
    padding: 20px 0;
    -moz-box-shadow: 0 7px 22px -7px #aaaaaa inset;
    -webkit-box-shadow: 0 7px 22px -7px #aaaaaa inset;
    box-shadow: 0 7px 22px -7px #aaaaaa inset;
  }
}
[data-module-url-key=sitewide-remarketing-pixel],
[data-module-url-key=footer-remarketing-promo],
[data-module-url-key="ad-g"],
[data-module-url-key="ad-h"] {
  font-size: 0;
  background-color: #000;
}
/* --------------------------------------------------------------------
    MagneticPoetry 
   -------------------------------------------------------------------- */
.magneticPoetry-container {
  position: relative;
}
.magneticPoetry-imageOverlay {
  position: absolute;
  left: 20px;
  top: 20px;
}
.magneticPoetry {
  background: #000000;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 20px;
  border: none;
  *padding-bottom: 0px;
  font-weight: normal;
  float: left;
}
.magneticPoetry .magneticPoetry-word {
  margin: 5px 0px 5px 0px;
  padding: 0px 5px 0px 5px;
  background: #000000;
  color: #FFFFFF;
  float: left;
}
.magneticPoetry .magneticPoetry-space {
  width: 5px;
  float: left;
}
/* --------------------------------------------------------------------
    Modules
   -------------------------------------------------------------------- */
/* == Media Query =======================================================
    Large Mobile devices / landscape and Above
   ====================================================================== */
/* Mobile Devices (portrait and above) (added by Acatl) ----------- */
@media screen and (min-width: 480px) {
  #main {
    padding: 0;
  }
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* prevent callout */
.nocallout {
  -webkit-touch-callout: none;
}
/* Text overflow with ellipsis */
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}
/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%;
}
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
