.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 599px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #676767;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #676767;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f3f0ea;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f3f0ea;
    border-bottom: 1px solid #f3f0ea;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (min-width: 768px) and (max-width: 971px) {
  .content {
    padding: 0 10px;
  }
  .section-home.content {
    padding: 0;
  }
  .row-ad.ad-medium .ad > .ad-warning {
    margin-right: 12%;
  }
  .row {
    margin-left: -12px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 12px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 768px;
  }
  .span12 {
    width: 768px;
  }
  .span11 {
    width: 703px;
  }
  .span10 {
    width: 638px;
  }
  .span9 {
    width: 573px;
  }
  .span8 {
    width: 508px;
  }
  .span7 {
    width: 443px;
  }
  .span6 {
    width: 378px;
  }
  .span5 {
    width: 313px;
  }
  .span4 {
    width: 248px;
  }
  .span3 {
    width: 183px;
  }
  .span2 {
    width: 118px;
  }
  .span1 {
    width: 53px;
  }
  .offset12 {
    margin-left: 792px;
  }
  .offset11 {
    margin-left: 727px;
  }
  .offset10 {
    margin-left: 662px;
  }
  .offset9 {
    margin-left: 597px;
  }
  .offset8 {
    margin-left: 532px;
  }
  .offset7 {
    margin-left: 467px;
  }
  .offset6 {
    margin-left: 402px;
  }
  .offset5 {
    margin-left: 337px;
  }
  .offset4 {
    margin-left: 272px;
  }
  .offset3 {
    margin-left: 207px;
  }
  .offset2 {
    margin-left: 142px;
  }
  .offset1 {
    margin-left: 77px;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 12px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 754px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 689px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 624px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 559px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 494px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 429px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 364px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 299px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 234px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 169px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 104px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 39px;
  }
  .row-teases-lead .span8 {
    width: 100%;
  }
  .row-teases-lead .span4 {
    width: 100%;
    *zoom: 1;
  }
  .row-teases-lead .span4:before,
  .row-teases-lead .span4:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-teases-lead .span4:after {
    clear: both;
  }
  .row-teases-lead .span4 #tease_slot_2,
  .row-teases-lead .span4 .ad-medium {
    width: 50%;
    float: left;
  }
  .product-bar .marketing {
    width: 48%;
  }
  .product-bar .digital-paper {
    width: 48%;
    margin-left: 1.9%;
    padding-left: 1.9%;
  }
  .product-bar img {
    width: 47%;
  }
  .product-bar .product-bar-content {
    width: 49%;
  }
  .product-bar span {
    margin-left: -104%;
    display: block;
  }
  .subhead > .breaking-news {
    width: 98%;
  }
  .main-nav .collapse {
    overflow: visible;
  }
  .main-nav .nav > li > a {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 18px;
  }
  .section-title {
    padding-left: 20px;
  }
  .cmSearchResultsListFooter,
  .cmSearchResultsListHeader {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cmSearchResultsList {
    width: 82%;
  }
  .cmSearchResultsList .cmErrorBox {
    margin-right: 8px;
  }
  .cmSearchFiltersList {
    width: 18%;
  }
  .cmSearchFiltersList .cmSearchFilter {
    margin-left: 8px;
  }
  .cmSearchFiltersList .cmSearchFilterBorderless {
    margin-left: 8px;
  }
  .mastfoot .footer-menu .container .footer-section {
    margin-right: 30px;
  }
}
@media (min-width: 971px) {
  #cmWeather #cmWeatherAd {
    margin-right: 10%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .row {
    margin-left: -12px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 12px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 600px;
  }
  .span12 {
    width: 600px;
  }
  .span11 {
    width: 549px;
  }
  .span10 {
    width: 498px;
  }
  .span9 {
    width: 447px;
  }
  .span8 {
    width: 396px;
  }
  .span7 {
    width: 345px;
  }
  .span6 {
    width: 294px;
  }
  .span5 {
    width: 243px;
  }
  .span4 {
    width: 192px;
  }
  .span3 {
    width: 141px;
  }
  .span2 {
    width: 90px;
  }
  .span1 {
    width: 39px;
  }
  .offset12 {
    margin-left: 624px;
  }
  .offset11 {
    margin-left: 573px;
  }
  .offset10 {
    margin-left: 522px;
  }
  .offset9 {
    margin-left: 471px;
  }
  .offset8 {
    margin-left: 420px;
  }
  .offset7 {
    margin-left: 369px;
  }
  .offset6 {
    margin-left: 318px;
  }
  .offset5 {
    margin-left: 267px;
  }
  .offset4 {
    margin-left: 216px;
  }
  .offset3 {
    margin-left: 165px;
  }
  .offset2 {
    margin-left: 114px;
  }
  .offset1 {
    margin-left: 63px;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
  .content {
    padding: 0 10px;
  }
  .row-teases-lists [class*="span"] {
    width: 192px;
    margin: 0px;
    float: left;
  }
  .row-teases-lists-headline-summary-photo [class*="span"] {
    width: 100%;
    float: none;
  }
  .product-bar {
    margin: 2.6% 0;
  }
  .product-bar .product-bar-separator {
    display: block;
    margin: 25px 0;
  }
  .product-bar .marketing {
    float: none;
    width: 100%;
  }
  .product-bar .digital-paper {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-left: 0;
  }
  .product-bar img {
    margin-right: 3.2%;
    width: 28.2%;
  }
  .product-bar .product-bar-content {
    width: 68.6%;
  }
  .subhead > .breaking-news .breaking-news-headline,
  .subhead > .breaking-news .breaking-news-headline a {
    font-size: 22px;
    line-height: 26px;
  }
  .subhead > .subhead-headline {
    margin-top: 8px;
  }
  .subhead > .font-options ul {
    display: table;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
  }
  .subhead > .font-options ul > li {
    vertical-align: bottom;
  }
  .subhead > .font-options ul > li > a {
    text-transform: uppercase;
    color: #aaa;
  }
  .subhead > .font-options ul > li > a.selected {
    color: #000000;
  }
  .subhead > .font-options ul > li.font-options-small,
  .subhead > .font-options ul > li.font-options-medium,
  .subhead > .font-options ul > li.font-options-large {
    display: inline-block;
    padding: 2px 13px;
    margin-left: 3px;
    border: 1px solid #ababab;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .subhead > .font-options ul > li.font-options-small {
    margin-left: 10px;
  }
  .subhead > .font-options ul > li.font-options-small:after,
  .subhead > .font-options ul > li.font-options-medium:after {
    content: none;
  }
  .subhead > .font-options ul > li.font-options-medium > a {
    font-size: 16px;
  }
  .subhead > .font-options ul > li.font-options-large > a {
    font-size: 20px;
  }
  .section-title {
    font-size: 22px;
    line-height: 18px;
  }
  .cmSearchResultsList {
    width: 78%;
  }
  .cmSearchFiltersList {
    width: 22%;
  }
  .cmListWell .pagination-container,
  .cmListWell .pagination-empty {
    width: 78%;
  }
  #cmWeather cmWeatherAd {
    visibility: hidden;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .navbar {
    margin-bottom: 5px;
  }
  .subhead > .breaking-news {
    margin-top: 5px;
    width: 94%;
  }
  .subhead > .breaking-news .breaking-news-headline,
  .subhead > .breaking-news .breaking-news-headline a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 599px), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), (max-width: 599px) and (min-device-pixel-ratio: 2) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  body {
    padding: 0;
  }
  .container {
    width: auto;
  }
  .content,
  .section-home.content {
    padding: 0 10px;
  }
  .content [class*="span"]:last-child > .story {
    border-bottom: 0;
  }
  .product-bar .marketing {
    float: none;
    width: 100%;
  }
  .product-bar .digital-paper {
    display: none;
  }
  .product-bar img {
    width: 33.5%;
  }
  .product-bar .product-bar-content {
    width: 62.5%;
  }
  .product-bar .product-bar-content p {
    line-height: 14px;
  }
  .subhead > .breaking-news {
    margin-top: 15px;
    width: 93%;
  }
  .subhead > .breaking-news .breaking-news-headline,
  .subhead > .breaking-news .breaking-news-headline a {
    font-size: 20px;
    line-height: 24px;
  }
  .subhead > .subhead-breadcrumb {
    padding-left: 0;
    float: none;
    text-align: center;
  }
  .section-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 16px;
  }
  .modal.modal-photo {
    width: auto;
    margin: 0;
  }
  .modal.modal-voucher {
    left: 5px;
    right: 5px;
    width: auto;
    margin: 0;
  }
  .photo figure {
    margin-bottom: 20px;
  }
  .photo .photo-credit {
    bottom: 0;
  }
}
@media (max-width: 480px) {
  #cmWeather .cmWeatherCurrentBox ul:last-child {
    margin-top: 0px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .masthead > .masthead-info {
    width: 20%;
  }
  .masthead > .brand {
    width: 60%;
  }
  .masthead > .masthead-extras {
    width: 52px;
    margin: 16px 11px 0 0;
  }
  .section-home .row-ad.ad-mobile {
    width: 320px;
    margin-left: -10px;
  }
  .section-home .row-ad.ad-mobile .ad {
    margin: 18px auto 10px;
    border-top: 0;
  }
}
@media (max-width: 319px) {
  .product-bar img {
    width: 57.5%;
  }
  .product-bar .product-bar-content {
    width: 38.5%;
  }
  .product-bar .product-bar-content h4 {
    font-size: 18px;
  }
  .product-bar span {
    margin: 0 0 0 -159%;
    display: block;
  }
}
@media (max-width: 768px) {
  .subhead > .breaking-news .breaking-news-title {
    font-size: 14px;
  }
  .section-title {
    padding-left: 19px;
  }
  #masthead .weather-spacer {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .row-ad.ad-medium,
  .row-ad.ad-leaderboard {
    display: none;
    visibility: hidden;
  }
  .row-ad.ad-mobile {
    display: block;
    visibility: visible;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  }
  .row-ad.ad-mobile .ad {
    margin: 18px auto 10px;
    width: 320px;
  }
  .row-ad.ad-mobile .ad > .ad-warning {
    font-size: 8px;
    line-height: 4px;
  }
  .section-home .ad-mobile .ad {
    border-top: 0;
  }
  .section-head {
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .section-head h1 {
    font-size: 16px;
  }
  .share-this {
    margin-bottom: 5px;
  }
  .share-this .share-this-small {
    display: block;
    visibility: visible;
  }
  .share-this .share-this-large {
    display: none;
    visibility: hidden;
  }
  .flatpage-body .share-this {
    margin-left: 10px;
  }
  .mastfoot.mobile .footer-section.open > h5 .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mastfoot.desktop .footer-section:hover > h5 .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mastfoot .footer-menu .container {
    height: auto;
  }
  .mastfoot .footer-menu .container .footer-section {
    width: 100%;
    position: relative;
    margin: 0;
    left: 0;
  }
  .mastfoot .footer-menu .container .footer-section:nth-child(1) {
    margin-left: 0;
  }
  .mastfoot .footer-menu .container .footer-section h5 {
    position: relative;
    padding: 10px 10px 10px 0;
  }
  .mastfoot .footer-menu .container .footer-section > div {
    position: relative;
    bottom: auto;
    left: 0;
    display: block;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .mastfoot .footer-menu .container .footer-section > div > div {
    border: none;
    padding: 10px 0 0;
    height: auto;
    width: 100%;
    box-sizing: border-box;
  }
  .mastfoot .footer-menu .container .footer-section > div > div > ul {
    margin: 0 2% 0 0;
    width: 48%;
  }
  .mastfoot #to-top {
    display: none;
  }
  .mastfoot .footer-terms p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  html,
  body {
    overflow-x: hidden;
  }
  .subhead {
    text-align: center;
  }
  .subhead > .subhead-breadcrumb {
    margin-bottom: 10px;
  }
  .cmSearchFilter,
  .cmSortFilter {
    padding: 0;
  }
  .cmList .pagination-item-count {
    margin: 0;
    line-height: 13px;
  }
  .cmList .pagination-container {
    margin-top: 0;
  }
  .cmSearchFiltersList {
    width: 100%;
    clear: both;
    text-align: center;
  }
  .cmSearchFilter,
  .cmSearchFilterBorderless {
    width: 95%;
    clear: both;
    text-align: center;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 0;
  }
  .cmSearchFilter h5,
  .cmSearchFilterBorderless h5,
  .cmSearchFilter label,
  .cmSearchFilterBorderless label {
    text-align: left;
  }
  .cmSearchFilter select,
  .cmSearchFilterBorderless select {
    width: 100%;
  }
  .cmSearchResultsList {
    width: 95%;
    float: left;
    margin-left: 2.5%;
    padding-top: 15px;
  }
  .cmSearchResultsList .list-item {
    padding-bottom: 20px;
  }
  .cmListHeader.cmSearchResultsListHeader,
  .cmListFooter.cmSearchResultsListFooter {
    text-align: center;
  }
  .cmSearchResultsListHeader {
    padding-bottom: 0.25em;
    border-bottom: 0;
    padding-left: 8px;
  }
  .cmSearchResultsListHeader .searchArchive {
    display: none;
  }
  .cmSearchResultsListHeader .btn {
    padding-left: 10px;
  }
  .cmSearchFiltersList form ul {
    margin-bottom: 20px;
  }
  .cmSearchFiltersList form ul li {
    text-align: left;
  }
  .cmSearchFiltersList form ul li:first-child {
    float: left;
    width: 45%;
  }
  .cmSearchFiltersList {
    height: 55px;
    overflow: hidden;
  }
  .cmSearchFiltersList.loaded {
    height: 55px;
    overflow: hidden;
    background: none;
    padding-top: 0px;
  }
  .cmSearchFiltersList.collapse {
    min-height: 55px;
    height: auto;
    overflow: hidden;
  }
  .filter.button {
    text-align: left;
    height: 44px;
    display: block;
    clear: both;
    cursor: pointer;
    font-size: 20px;
    line-height: 41px;
    text-indent: 10px;
    overflow: hidden;
    color: #000000;
  }
  .filter.button span {
    display: block;
    float: left;
    width: 98%;
    background: url("../images/filter_button_mid.png") repeat-x;
    height: 44px;
    display: table-cell;
    vertical-align: middle;
  }
  .filter.button span:first-of-type {
    background-image: url("../images/filter_button.png");
    width: 1%;
  }
  .filter.button span:last-of-type {
    background-image: url("../images/filter_button.png");
    width: 1%;
    background-position: right top;
  }
  .filter.button .arrow {
    position: relative;
    text-indent: 5px;
  }
  .filter.button .icon-sort-down {
    top: -5px;
  }
  .filter.button .icon-sort-up {
    top: 5px;
  }
  #id_q + button {
    width: 23%;
  }
  .modal.modal-photo {
    width: auto;
    margin: 0;
  }
  .modal.modal-photo .modal-footer .related-photo-caption {
    padding: 0;
  }
  .mastfoot .footer-menu .container {
    margin: 0 10px;
  }
  #cmWeather {
    padding: 0 10px 0 10px;
  }
  #cmWeather .cmWeatherCurrentInfo .cmWeatherFeelsLike {
    margin-top: 0px;
  }
  #cmWeather .weather-for {
    display: none;
  }
  #cmWeather .cmWeatherCurrent {
    width: 100%;
  }
  #cmWeather .cmWeatherCurrentInfo {
    width: 100%;
  }
  #cmWeather .cmWeatherCurrentInfo .cmWeatherIcon {
    width: 80px;
    height: 80px;
    float: left;
  }
  #cmWeather .cmWeatherCurrentInfo .weather-icon {
    margin-left: 5px;
    margin-right: 10px;
    float: left;
  }
  #cmWeather .cmWeatherCurrentInfo .cmWeatherDescription,
  #cmWeather .cmWeatherCurrentInfo .cmWeatherCurrentTemp,
  #cmWeather .cmWeatherCurrentInfo .cmWeatherFeelsLike {
    display: block;
    clear: none;
    text-align: left;
    width: 60%;
  }
  #cmWeather #cmWeatherAd .row-ad {
    display: none;
  }
  #cmWeather .cmWeatherCurrentBox ul {
    margin: 10px 2% 0px 0px;
  }
  #cmWeather .cmWeatherFiveDayForecastExt + p {
    float: left;
    clear: both;
  }
  #cmWeather .cmWeatherCurrentBox ul.cmCurrentWeatherFirstList {
    clear: left;
  }
  #cmWeather .cmWeatherMultiCityResults {
    margin: 10px 30px;
    list-style: none;
  }
  #cmWeather .cmWeatherMultiCityResults li {
    margin-bottom: 16px;
  }
  #cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastDay {
    font-size: 14px;
    font-family: Arial, sans-serif;
  }
  #cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastDay:after {
    content: "\00a0";
  }
  #cmWeather .cmWeatherFiveDayForecastColumn {
    padding-top: 15px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dddddd;
  }
  #cmWeather .cmWeatherFiveDayForecastColumn p {
    text-align: center;
    display: inline;
  }
  #cmWeather .cmWeatherFiveDayForecastColumn .weather-icon {
    margin-left: 0;
    margin-bottom: 10px;
  }
  #cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherDescription,
  #cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherCurrentTemp,
  #cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFeelsLike {
    clear: none;
    text-align: left;
  }
  #cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherDescription {
    position: absolute;
    margin-top: -40px;
    margin-left: 58px;
  }
  #cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherDescription,
  #cmWeather .cmWeatherFiveDayForecastColumn x:-moz-any-link,
  #cmWeather .cmWeatherFiveDayForecastColumn x:default {
    margin-left: 13px;
  }
  #cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherPrecip {
    display: block;
    float: left;
    margin-top: -10px;
    margin-top: -40px;
    margin-left: 14px;
    text-align: left;
  }
  #cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastExt {
    display: block;
    clear: both;
    float: left;
  }
  #cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastLow {
    float: none;
    margin-left: 5px;
  }
}
@media (min-width: 600px) and (max-width: 979px) {
  .roadblock {
    margin: 0 20px 10px 20px;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .roadblock {
    margin: 0 20px 10px 20px;
  }
}
@media (max-width: 479px) {
  .roadblock {
    margin: 0 20px 10px 20px;
  }
  .roadblock span {
    font-size: 12px;
  }
  .roadblock p {
    font-size: 12px;
    line-height: 15px;
  }
  .roadblock #roadblock-btn {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 971px) {
  .comment .comment-tab .comment-tab-post,
  .comment .comment-tab .comment-tab-all {
    padding: 10px 16.4%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .comment {
    margin-top: 35px;
  }
  .comment .comment-tab .comment-tab-post,
  .comment .comment-tab .comment-tab-all {
    margin-bottom: 15px;
    padding: 10px 14%;
  }
  .comment .comment-avatar {
    margin-right: 2.586206896552%;
    width: 8.620689655172%;
  }
  .comment .comment-post-form,
  .comment .comment-edit-form {
    width: 88.793103448276%;
  }
  .comment .list-well .comment-list .comment-container {
    width: 88.793103448276%;
  }
  .comment .comment-post-form textarea,
  .comment .comment-edit-form textarea {
    width: 97%;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .comment .comment-tab .comment-tab-post,
  .comment .comment-tab .comment-tab-all {
    padding: 10px 11%;
  }
  .comment .comment-avatar {
    margin-right: 2.692998204668%;
    width: 8.976660682226%;
  }
  .comment .comment-post-form,
  .comment .comment-edit-form {
    width: 88.330341113106%;
  }
  .comment .list-well .comment-list .comment-container {
    width: 88.330341113106%;
  }
}
@media (max-width: 479px) {
  .comment {
    margin-top: 20px;
  }
  .comment .comment-frozen,
  .comment .comment-login {
    margin: 20px 0 0 0;
  }
  .comment .btn {
    font-size: 13px;
  }
  .comment .comment-tab .comment-tab-post,
  .comment .comment-tab .comment-tab-all {
    margin-bottom: 0;
    padding: 10px 9% 7px;
    font-size: 13px;
  }
  .comment h1 {
    padding-top: 10px;
  }
  .comment .comment-avatar {
    margin-right: 2.457002457002%;
    width: 9.82800982801%;
  }
  .comment .comment-post-form,
  .comment .comment-edit-form {
    width: 87.714987714988%;
  }
  .comment .comment-post-form textarea,
  .comment .comment-edit-form textarea {
    width: 96%;
  }
  .comment .list-well .pagination-container {
    margin-top: 0;
  }
  .comment .list-well .pagination-container:first-child {
    margin-bottom: 25px;
  }
  .comment .list-well .pagination-container .pagination-results,
  .comment .list-well .pagination-container .pagination-btn {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  .comment .list-well .pagination-container .pagination-results a,
  .comment .list-well .pagination-container .pagination-btn a {
    margin: 0 0 5px 11px;
  }
  .comment .list-well .pagination-container .pagination-results a:first-child,
  .comment .list-well .pagination-container .pagination-btn a:first-child {
    margin-left: 0;
  }
  .comment .list-well .comment-list {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .comment .list-well .comment-list .comment-container {
    width: 87.714987714988%;
  }
  .comment .list-well .comment-list .comment-container .comment-body-links {
    margin-bottom: 0;
  }
  .moderation-flag-form select,
  .moderation-remove-form select {
    display: block;
    margin-bottom: 12px;
  }
  .moderation-flag-form button,
  .moderation-remove-form button {
    margin-right: 12px;
  }
}
@media (max-width: 320px) {
  .comment .comment-tab .comment-tab-post,
  .comment .comment-tab .comment-tab-all {
    padding: 10px 8%;
  }
  .comment .comment-avatar {
    margin-right: 10px;
    width: 40px;
  }
  .comment .comment-post-form,
  .comment .comment-edit-form {
    width: 82%;
  }
  .comment .list-well .comment-list .comment-container {
    width: 82%;
  }
  .comment .list-well .comment-list .comment-container .comment-body-links {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 971px) {
  .main-nav .collapse {
    overflow: visible;
  }
  .main-nav .nav > li > a,
  .main-nav .nav > li > div > a {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 8px 4px;
  }
  .main-nav .nav .nav-bar-subnav .nav-bar-subnav-ad {
    right: 20px;
  }
  .main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-sections {
    padding: 0 14px;
    width: 14%;
  }
  .main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-latest {
    width: 36.9%;
  }
  .main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-latest .subnav-list-latest-container {
    padding: 0 14px;
  }
  .main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-latest .subnav-list-latest-container .subnav-list-latest-items {
    background: transparent;
  }
  .main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-more-in {
    padding: 0 0 0 14px;
    width: 43.5%;
  }
  .main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-latest-expanded {
    width: 54.65%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .main-nav {
    margin-bottom: 6px;
  }
  .main-nav > .navbar-container > .btn-navbar {
    display: block;
    width: 95px;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    text-shadow: none;
    color: #000000;
    margin: 4px 0 5px 10px;
    padding: 10px 0 4px;
    background-image: none;
    background-color: #ffffff;
    border: 0;
  }
  .main-nav > .navbar-container > .btn-navbar > .icon-bars {
    display: inline-block;
    float: none;
  }
  .main-nav > .navbar-container > .btn-navbar > .icon-bars > .icon-bar {
    width: 23px;
    height: 3px;
    background-color: #9a9a9a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .main-nav > .navbar-container > .btn-navbar > .menu {
    float: left;
    margin-left: 15px;
    text-transform: uppercase;
  }
  .main-nav > .navbar-container > .btn {
    border: 1px solid #9a9a9a;
  }
  .main-nav > .navbar-container .nav-collapse {
    width: 100%;
  }
  .main-nav > .navbar-container .nav-collapse.collapse {
    height: 0;
  }
  .main-nav > .navbar-container .nav {
    width: 100%;
  }
  .main-nav > .navbar-container .nav > li {
    position: relative;
    border-bottom: 1px solid #cdcdcd;
  }
  .main-nav > .navbar-container .nav > li > .dropdown-menu::before {
    display: none;
  }
  .main-nav > .navbar-container .nav > li > .dropdown-menu::after {
    display: none;
  }
  .main-nav > .navbar-container .nav > li > div > a,
  .main-nav > .navbar-container .nav > li > a {
    display: block;
    color: #676767;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 17px 10px !important;
  }
  .main-nav > .navbar-container .nav > li a:hover,
  .main-nav > .navbar-container .nav > li a:active {
    background: #eeeeee;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
  }
  .main-nav > .navbar-container .nav > li ul {
    margin-left: 0;
  }
  .main-nav > .navbar-container .nav > li ul li a {
    color: #676767;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .main-nav > .navbar-container .nav li {
    float: none;
  }
  .main-nav > .navbar-container .nav li ul li a {
    display: block;
    padding: 17px 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
  }
  .main-nav > .navbar-container .nav .section-nav-collapse {
    display: block !important;
    position: absolute !important;
    top: 0;
    right: 0;
    padding: 17px 10px 16px 10px !important;
  }
  .main-nav > .navbar-container .nav .subnav-title {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .main-nav .nav-collapse {
    width: 100%;
    float: left;
  }
  .main-nav .nav-collapse.collapse {
    height: 0;
  }
  .main-nav > .navbar-container > .btn-navbar {
    display: block;
    float: left;
    width: 75px;
    text-shadow: none;
    margin: 4px 0px 5px 10px;
    padding: 10px 0 6px;
    background-image: none;
    background-color: #ffffff;
    border: 0;
    border: 1px solid #9a9a9a;
  }
  .main-nav > .navbar-container > .btn-navbar > .icon-bars {
    float: none;
    display: inline-block;
  }
  .main-nav > .navbar-container > .btn-navbar > .icon-bars > .icon-bar {
    width: 23px;
    height: 3px;
    background-color: #9a9a9a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .main-nav > .navbar-container > .btn-navbar > .menu {
    float: left;
    margin-left: 15px;
    text-transform: uppercase;
  }
  .main-nav > .navbar-container .nav-collapse {
    width: 100%;
  }
  .main-nav > .navbar-container .nav-collapse .nav {
    margin: 0;
  }
  .main-nav > .navbar-container .nav-collapse.collapse {
    height: 0;
  }
  .main-nav .nav {
    width: 100%;
  }
  .main-nav .nav > li {
    position: relative;
    border-bottom: 1px solid #cdcdcd;
  }
  .main-nav .nav > li > .dropdown-menu::before {
    display: none;
  }
  .main-nav .nav > li > .dropdown-menu::after {
    display: none;
  }
  .main-nav .nav > li > div > a,
  .main-nav .nav > li > a {
    display: block;
    color: #676767;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 17px 10px !important;
    border-radius: 0;
  }
  .main-nav .nav > li a:hover,
  .main-nav .nav > li a:active {
    background: #eeeeee;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
  }
  .main-nav .nav > li ul {
    margin-left: 0;
  }
  .main-nav .nav > li ul li a {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #676767;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .main-nav .nav li {
    float: none;
  }
  .main-nav .nav li ul li a {
    display: block;
    padding: 17px 10px;
    text-decoration: none;
  }
  .main-nav .nav .section-nav-collapse {
    display: block !important;
    position: absolute !important;
    top: 0;
    right: 0;
  }
  .main-nav .nav .accordion-group {
    border-radius: 0;
  }
  .main-nav .nav .subnav-title {
    display: none;
  }
}
@media (max-width: 479px) {
  .main-nav > .navbar-container > .btn-navbar {
    width: 75px;
    float: left;
    margin: 4px 0px 5px 10px;
    padding: 10px 0px 5px;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #9a9a9a;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    text-transform: uppercase;
  }
  .main-nav > .navbar-container > .btn-navbar > .icon-bars {
    display: inline-block;
  }
  .main-nav > .navbar-container > .btn-navbar > .icon-bars > .icon-bar {
    width: 23px;
    height: 3px;
    background-color: #9a9a9a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .main-nav > .navbar-container > .font-options {
    font-family: Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    float: left;
    padding: 7px 0;
    margin: 0 1.666666666667% 0 1.041666666667%;
    width: 18.5%;
  }
  .main-nav > .navbar-container > .font-options > .font-options-small {
    font-size: 16px;
  }
  .main-nav > .navbar-container > .font-options > .font-options-medium {
    font-size: 20px;
  }
  .main-nav > .navbar-container > .font-options > .font-options-large {
    font-size: 22px;
  }
  .main-nav .nav-collapse {
    width: 100%;
    float: left;
  }
  .main-nav .nav-collapse.collapse {
    height: 0;
  }
  .main-nav .nav {
    width: 100%;
  }
  .main-nav .nav > li {
    position: relative;
    border-bottom: 1px solid #cdcdcd;
  }
  .main-nav .nav > li > .dropdown-menu::before {
    display: none;
  }
  .main-nav .nav > li > .dropdown-menu::after {
    display: none;
  }
  .main-nav .nav > li > div > a,
  .main-nav .nav > li > a {
    display: block;
    color: #676767;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 17px 10px !important;
    text-align: left;
    border-radius: 0;
  }
  .main-nav .nav > li a:hover,
  .main-nav .nav > li a:active {
    background: #eeeeee;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
  }
  .main-nav .nav > li ul {
    margin-left: 0;
  }
  .main-nav .nav > li ul li a {
    color: #676767;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
  }
  .main-nav .nav li {
    float: none;
  }
  .main-nav .nav li ul li a {
    display: block;
    padding: 17px 10px;
    text-decoration: none;
    font-weight: bold;
  }
  .main-nav .nav .section-nav-collapse {
    display: block !important;
    position: absolute !important;
    top: 0;
    right: 0;
  }
  .main-nav .nav .accordion-group {
    border-radius: 0;
  }
  .main-nav .nav .subnav-title {
    display: none;
  }
   > .nav {
    display: none;
  }
}
@media (max-width: 320px) {
  .main-nav > .navbar-container > .btn-navbar {
    margin-top: 4px;
    padding: 10px 14px 6px;
    width: auto;
  }
  .main-nav > .navbar-container > .form-search > .btn {
    padding: 8px 17px 8px 14px;
    width: auto;
  }
  .main-nav > .navbar-container > .font-options {
    padding: 7px 11px;
    width: auto;
  }
  .main-nav .nav-collapse {
    width: 100%;
  }
  .main-nav .nav-collapse.collapse {
    height: 0;
  }
  .main-nav .nav {
    width: 100%;
  }
  .main-nav .nav > li {
    position: relative;
    border-bottom: 1px solid #cdcdcd;
  }
  .main-nav .nav > li > .dropdown-menu::before {
    display: none;
  }
  .main-nav .nav > li > .dropdown-menu::after {
    display: none;
  }
  .main-nav .nav > li > div > a,
  .main-nav .nav > li > a {
    display: block;
    color: #676767;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 17px 10px !important;
    text-align: left;
    border-radius: 0;
  }
  .main-nav .nav > li a:hover,
  .main-nav .nav > li a:active {
    background: #eeeeee;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
  }
  .main-nav .nav > li ul {
    margin-left: 0;
  }
  .main-nav .nav > li ul li a {
    color: #676767;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .main-nav .nav li {
    float: none;
  }
  .main-nav .nav li ul li a {
    display: block;
    padding: 17px 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
  }
  .main-nav .nav .section-nav-collapse {
    display: block !important;
    position: absolute !important;
    top: 0;
    right: 0;
  }
  .main-nav .nav .accordion-group {
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .toolbar .navbar-inner {
    padding: 0;
  }
  .toolbar .navbar-inner .container,
  .toolbar .navbar-inner .toolbar-dropdown {
    width: 768px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .toolbar .navbar-inner {
    padding: 0;
  }
  .toolbar .navbar-inner .container {
    width: 600px;
  }
  .toolbar .navbar-inner .container .nav > li > a {
    padding: 0 8px;
  }
}
@media (max-width: 599px), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), (max-width: 599px) and (min-device-pixel-ratio: 2) {
  .toolbar .navbar-inner {
    padding: 0;
  }
  .toolbar .navbar-inner .container {
    width: auto;
  }
  .toolbar .navbar-inner .nav-toolbar {
    display: none;
    visibility: hidden;
    float: none;
  }
  .toolbar .navbar-inner .nav-utility {
    float: none;
    width: 100%;
  }
  .toolbar .navbar-inner .nav-utility > li.divider-vertical {
    display: none;
    visibility: hidden;
  }
  .toolbar .navbar-inner .nav-utility > li:not(.divider-vertical) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 971px) {
  .article-well {
    margin: 0 20px;
    padding: 0;
  }
  .article-well .article-credit {
    max-width: 55%;
  }
  .article-well .article-headline {
    margin: 40px 0 30px 0;
    font-size: 42px;
  }
  .article-well .article-subheadline {
    font-family: Arial, sans-serif;
  }
  .article-well.story-well .article {
    width: 100%;
  }
  .article-well.story-well .sidebar {
    display: block;
  }
  .article-well.story-well .storypage-sidebar .article-about-author {
    width: 300px;
  }
  .article-well.story-well .storypage-sidebar .article-about-author .article-about-author-body h4 {
    text-align: left;
    font-size: 22px;
  }
  .article-well .sidebar {
    display: none;
  }
  .article-well.blog-well .content-container section.main {
    margin-right: 17px;
  }
  .article-well .inline-related {
    margin: 10px 15px 10px 0;
  }
  .article-well .inline-related.cm-inline-fullwidth {
    margin-right: 0;
  }
}
@media (max-width: 971px) {
  .article-well.story-well .sidebar {
    width: 100%;
  }
  .article-well .cm-popular-container-mobile {
    clear: both;
  }
  .article-well .cm-sidebar-list.cm-popular {
    max-width: 100%;
    text-align: left;
  }
  .article-well .cm-sidebar-list.cm-popular h4 {
    padding-left: 2%;
    margin-top: 20px;
    font-style: italic;
    font-size: 26px;
  }
  .article-well .cm-sidebar-list.cm-popular article.story {
    overflow: visible;
    max-height: inherit;
    padding: 15px 2% !important;
  }
  .article-well .cm-sidebar-list.cm-popular .cm-list-index {
    display: inline-block;
  }
  .article-well .cm-sidebar-list.cm-popular h3.story-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    width: auto;
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .article-well {
    margin: 0;
  }
  .article-well header {
    margin: 0;
  }
  .article-well .article-headline {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 28px;
  }
  .article-well .article-subheadline {
    font-family: Arial, sans-serif;
  }
  .article-well .cm-category {
    display: block;
    margin: 0 0 10px;
  }
  .article-well .cm-category a {
    font-size: 12px;
  }
  .article-well .article-credit {
    font-size: 12px;
  }
  .article-well .cm-category {
    display: block;
    margin: 15px 0;
  }
  .article-well .cm-category a {
    font-size: 12px;
  }
  .article-well .time-stamp p {
    font-size: 11px;
  }
  .article-well .inline-related {
    float: none;
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }
  .article-well .inline-related .ad {
    margin: 0 auto;
  }
  .article-well .cm-category-list {
    padding: 20px 0;
  }
  .article-well .cm-category-list h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .article-well .cm-category-list a.story-photo-link {
    width: 90px;
    height: 51px;
  }
  .article-well .cm-category-list h5 {
    font-size: 15px;
  }
  .article-well .cm-category-list .cm-story {
    margin-bottom: 20px;
  }
  .article-well .cm-category-list .story-byline,
  .article-well .cm-category-list .story-text {
    display: none;
  }
  .article-well .cm-category-list .cm-load-more {
    font-size: 16px;
    line-height: 38px;
  }
  .article-well .cm-sidebar-list.cm-popular h4.cm-list-header {
    text-align: center;
  }
  .article-well.story-well .article {
    float: none;
    width: 100%;
  }
  .article-well.story-well .category-list {
    display: none;
  }
  .article-well.story-well .storypage-sidebar .cm-thick-thin,
  .article-well.story-well .storypage-sidebar .cm-thin-thick {
    float: none;
  }
  .article-well.story-well .storypage-sidebar .article-about-author {
    margin: 0 auto 30px;
    float: none;
    width: 300px;
  }
  .article-well.story-well .storypage-sidebar .article-about-author h4 {
    margin-left: -20px;
    text-align: center;
  }
  .cm-lc-widget {
    margin: 20px;
  }
  .cm-lc-widget .comments-header {
    text-align: center;
  }
  .story_detail .row-ad.ad-mobile,
  .feeditem_detail .row-ad.ad-mobile {
    border: none;
  }
  .story_detail .row-ad.ad-mobile .ad,
  .feeditem_detail .row-ad.ad-mobile .ad {
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  #list-well {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 599px), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), (max-width: 599px) and (min-device-pixel-ratio: 2) {
  .list-well .list-headline {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 599px), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), (max-width: 599px) and (min-device-pixel-ratio: 2) {
  .list-item {
    margin-bottom: 12px;
    padding-bottom: 13px;
    border-bottom: 1px solid #cdcdcd;
  }
  .list-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .list-item .list-item-header a {
    font-size: 18px;
    line-height: 23px;
  }
  .list-item .list-item-image {
    margin-right: 12px;
  }
}
@media (min-width: 768px) and (max-width: 971px) {
  .row.row-teases-lead {
    height: auto;
  }
  .row.row-teases-lead .span8 {
    width: 768px;
  }
  .row.row-teases-lead-double-col {
    height: auto;
  }
  .row.row-teases-lead-double-col #leadtease_slot_1 .story {
    border-bottom: 0;
    padding-left: 10px;
    border-right: 1px solid #cdcdcd;
  }
  .row.row-teases-lead-double-col #leadtease_slot_1 .story-related {
    width: 250px;
  }
  .row.row-teases-lead-double-col #tease_slot_2 {
    border-bottom: 1px solid #cdcdcd;
  }
  .row.row-teases-lead-double-col #tease_slot_2,
  .row.row-teases-lead-double-col #tease_slot_4 {
    margin-left: 0;
    min-height: 275px;
  }
  .row.row-teases-lead-double-col #tease_slot_2 .story,
  .row.row-teases-lead-double-col #tease_slot_4 .story {
    margin-bottom: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 10px;
  }
  .row.row-teases-lead-double-col #tease_slot_2 .story.landscape figure img,
  .row.row-teases-lead-double-col #tease_slot_4 .story.landscape figure img {
    width: 220px;
    height: 166px;
  }
  .row.row-teases-lead-double-col #tease_slot_2 .story.landscape .video-play-icon,
  .row.row-teases-lead-double-col #tease_slot_4 .story.landscape .video-play-icon {
    background-size: 30px 30px;
    left: 15px;
    bottom: 15px;
  }
  .no-svg .row.row-teases-lead-double-col #tease_slot_2 .story.landscape .video-play-icon,
  .no-svg .row.row-teases-lead-double-col #tease_slot_4 .story.landscape .video-play-icon {
    background: url('../images/play/play_30x30.png') no-repeat left bottom;
  }
  .row.row-teases-secondary-with-ad #tease_slot_3 {
    width: 57%;
  }
  .row.row-teases-secondary-with-ad #tease_slot_3 .story {
    padding-left: 10px;
  }
  .row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait figure img {
    width: 220px;
    height: 166px;
  }
  .row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait .video-play-icon {
    background-size: 30px 30px;
    left: 15px;
    bottom: 15px;
  }
  .no-svg .row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait .video-play-icon {
    background: url('../images/play/play_30x30.png') no-repeat left bottom;
  }
  .row.row-teases-secondary-with-ad .ad-medium {
    padding-left: 10px;
  }
  .row .story {
    padding: 0 20px 20px 20px;
  }
  .row .ad.ad-medium {
    padding: 10px 0 0 0;
  }
  .subhead > .subhead-headline {
    padding-left: 20px;
  }
  #leadtease_slot_1 {
    margin-bottom: 15px;
  }
  #leadtease_slot_1 .story {
    border-right: 0;
    border-bottom: 1px solid #cdcdcd;
  }
  #leadtease_slot_1 .story.portrait .story-related {
    float: left;
    width: 373px;
  }
  #leadtease_slot_1 .story.portrait .video-play-icon {
    background-size: 50px 50px;
    left: 14px;
    bottom: 14px;
  }
  .no-svg #leadtease_slot_1 .story.portrait .video-play-icon {
    background: url('../images/play/play_50x50.png') no-repeat left bottom;
  }
  #leadtease_slot_1 .story.landscape {
    margin-bottom: 20px;
    max-height: none;
    height: auto;
  }
  #leadtease_slot_1 .story.landscape figure img {
    width: 715px;
    height: 350px;
  }
  #leadtease_slot_1 .story.landscape .video-play-icon {
    background-size: 65px 65px;
    left: 20px;
    bottom: 20px;
  }
  .no-svg #leadtease_slot_1 .story.landscape .video-play-icon {
    background: url('../images/play/play_65x65.png') no-repeat left bottom;
  }
  #leadtease_slot_1 .story.landscape-deep {
    margin-bottom: 20px;
    max-height: none;
    height: auto;
  }
  #leadtease_slot_1 .story.landscape-deep figure img,
  .row.row-teases-lead-double-col #leadtease_slot_1 .story.video figure {
    width: 485px;
    height: 407px;
  }
  #leadtease_slot_1 .story.landscape-deep .video-play-icon {
    background-size: 65px 65px;
    left: 20px;
    bottom: 20px;
  }
  .no-svg #leadtease_slot_1 .story.landscape-deep .video-play-icon {
    background: url('../images/play/play_65x65.png') no-repeat left bottom;
  }
  .list-tease .video-play-icon {
    background-size: 40px 40px;
    left: 9px;
    bottom: 9px;
  }
  .no-svg .list-tease .video-play-icon {
    background: url('../images/play/play_40x40.png') no-repeat left bottom;
  }
  .list-tease ul li figure img {
    height: 165px;
    width: 220px;
  }
  .list-tease ul.photo .first-list-item .photo-credit {
    bottom: 1px;
  }
  #tease_slot_2 {
    border: 0;
    top: 0;
  }
  #tease_slot_2 .story {
    margin-bottom: 15px;
    border-right: 1px solid #cdcdcd;
    padding-left: 20px;
  }
  #tease_slot_2 .story.portrait .photo-credit {
    display: block;
  }
  #tease_slot_2 .story.portrait figure {
    margin: 0 20px 0 0;
  }
  #tease_slot_2 .story.portrait figure img {
    width: 182px;
    height: 137px;
  }
  #tease_slot_3 .video-play-icon {
    background-size: 40px 40px;
    left: 10px;
    bottom: 10px;
  }
  .no-svg #tease_slot_3 .video-play-icon {
    background: url('../images/play/play_40x40.png') no-repeat left bottom;
  }
  #tease_slot_3 .photo figure img {
    width: 182px;
    height: 137px;
  }
  #tease_slot_4 .story.portrait figure,
  #tease_slot_5 .story.portrait figure,
  #tease_slot_6 .story.portrait figure,
  #tease_slot_7 .story.portrait figure,
  #tease_slot_8 .story.portrait figure,
  #tease_slot_9 .story.portrait figure,
  #tease_slot_10 .story.portrait figure {
    margin: 0 10px 5px 0;
  }
  #tease_slot_4 .story.portrait figure img,
  #tease_slot_5 .story.portrait figure img,
  #tease_slot_6 .story.portrait figure img,
  #tease_slot_7 .story.portrait figure img,
  #tease_slot_8 .story.portrait figure img,
  #tease_slot_9 .story.portrait figure img,
  #tease_slot_10 .story.portrait figure img {
    width: 100px;
    height: 75px;
  }
  #tease_slot_4 .story.portrait .story-byline,
  #tease_slot_5 .story.portrait .story-byline,
  #tease_slot_6 .story.portrait .story-byline,
  #tease_slot_7 .story.portrait .story-byline,
  #tease_slot_8 .story.portrait .story-byline,
  #tease_slot_9 .story.portrait .story-byline,
  #tease_slot_10 .story.portrait .story-byline {
    clear: both;
  }
  .ad.ad-medium {
    border: 0;
    padding: 20px;
  }
  .row-teases-tertiary .span4:first-child .story,
  .row-teases-lists .span4:first-child .story,
  .row-teases-lists-headline-summary-photo .span4:first-child .story,
  .row-teases-tertiary .span4:first-child .list-tease,
  .row-teases-lists .span4:first-child .list-tease,
  .row-teases-lists-headline-summary-photo .span4:first-child .list-tease {
    padding-right: 0;
  }
  .row-teases-tertiary .span4:last-child .story,
  .row-teases-lists .span4:last-child .story,
  .row-teases-lists-headline-summary-photo .span4:last-child .story,
  .row-teases-tertiary .span4:last-child .list-tease,
  .row-teases-lists .span4:last-child .list-tease,
  .row-teases-lists-headline-summary-photo .span4:last-child .list-tease {
    padding-left: 0;
  }
  .latest-headlines {
    padding-left: 0;
  }
  .scroll .scroll-display .scroll-nav {
    margin: 0 5px;
  }
  .scroll .scroll-display .scroll-list li {
    width: 120px;
    padding: 0 5px;
  }
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure,
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure.no-image,
  .scroll .scroll-display .scroll-list li .scroll-thumb a img {
    width: 118px;
    height: 90px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .row.row-teases-separator {
    display: none;
    visibility: hidden;
  }
  .row.row-teases-lead-double-col {
    border-bottom: 1px solid #cdcdcd;
    margin-left: -6px;
  }
  .row.row-teases-lead-double-col #tease_slot_2 {
    border-right: 1px solid #cdcdcd;
    top: 0;
  }
  .row.row-teases-lead-double-col #tease_slot_4 {
    top: 0;
  }
  .row.row-teases-lead-double-col #tease_slot_2,
  .row.row-teases-lead-double-col #tease_slot_4 {
    width: 49%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    min-height: initial;
  }
  .row.row-teases-lead-double-col #tease_slot_2 .story,
  .row.row-teases-lead-double-col #tease_slot_4 .story {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .row.row-teases-lead-double-col #tease_slot_2 .story.landscape figure img,
  .row.row-teases-lead-double-col #tease_slot_4 .story.landscape figure img {
    width: 265px;
    height: 200px;
  }
  .row.row-teases-lead-double-col #tease_slot_2 .story.landscape .video-play-icon,
  .row.row-teases-lead-double-col #tease_slot_4 .story.landscape .video-play-icon {
    background-size: 35px 35px;
    left: 15px;
    bottom: 15px;
  }
  .no-svg .row.row-teases-lead-double-col #tease_slot_2 .story.landscape .video-play-icon,
  .no-svg .row.row-teases-lead-double-col #tease_slot_4 .story.landscape .video-play-icon {
    background: url('../images/play/play_35x35.png') no-repeat left bottom;
  }
  .row.row-teases-secondary-with-ad {
    padding-top: 15px;
    margin-left: -6px;
  }
  .row.row-teases-secondary-with-ad #tease_slot_3 {
    width: 100%;
  }
  .row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait figure img {
    width: 265px;
    height: 200px;
  }
  .row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait .video-play-icon {
    background-size: 35px 35px;
    left: 15px;
    bottom: 15px;
  }
  .no-svg .row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait .video-play-icon {
    background: url('../images/play/play_35x35.png') no-repeat left bottom;
  }
  .row .story {
    border-right: 0 !important;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 9px 15px !important;
    height: auto;
    max-height: none;
  }
  #leadtease_slot_1 {
    margin-bottom: 15px;
  }
  #leadtease_slot_1 .story .story-title {
    font-size: 24px;
    line-height: 25px;
  }
  #leadtease_slot_1 .story .story-title.tease-headline-XL,
  #leadtease_slot_1 .story .story-title.tease-headline-L {
    font-size: 36px;
    line-height: 37px;
  }
  #leadtease_slot_1 .story.landscape {
    margin-bottom: 15px;
    max-height: none;
    height: auto;
  }
  #leadtease_slot_1 .story.landscape figure img {
    width: 560px;
    height: 274px;
  }
  #leadtease_slot_1 .story.landscape .video-play-icon {
    background-size: 45px 45px;
    left: 11px;
    bottom: 11px;
  }
  .no-svg #leadtease_slot_1 .story.landscape .video-play-icon {
    background: url('../images/play/play_45x45.png') no-repeat left bottom;
  }
  #leadtease_slot_1 .story.landscape-deep {
    margin-bottom: 15px;
    max-height: none;
    height: auto;
  }
  #leadtease_slot_1 .story.landscape-deep figure img,
  .row.row-teases-lead-double-col #leadtease_slot_1 .story.video figure {
    width: 560px;
    height: 470px;
  }
  #leadtease_slot_1 .story.landscape-deep .video-play-icon {
    background-size: 45px 45px;
    left: 11px;
    bottom: 11px;
  }
  .no-svg #leadtease_slot_1 .story.landscape-deep .video-play-icon {
    background: url('../images/play/play_45x45.png') no-repeat left bottom;
  }
  #leadtease_slot_1 .story.portrait figure {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
  #leadtease_slot_1 .story.portrait figure img {
    width: 290px;
    height: 440px;
  }
  #leadtease_slot_1 .story.portrait .story-related {
    float: none;
    width: 254px;
  }
  #leadtease_slot_1 .story.portrait .video-play-icon {
    background-size: 45px 45px;
    left: 12px;
    bottom: 12px;
  }
  .no-svg #leadtease_slot_1 .story.portrait .video-play-icon {
    background: url('../images/play/play_45x45.png') no-repeat left bottom;
  }
  .list-tease.latest-headlines {
    border-bottom: 1px solid #cdcdcd;
  }
  .list-tease.latest-headlines:last-child {
    border-bottom: 0;
  }
  .list-tease .video-play-icon {
    background-size: 30px 30px;
    left: 7px;
    bottom: 7px;
  }
  .no-svg .list-tease .video-play-icon {
    background: url('../images/play/play_30x30.png') no-repeat left bottom;
  }
  .list-tease ul.photo li {
    font-size: 12px;
    line-height: 14px;
  }
  .list-tease ul.photo li figure:not(.story-tease-figure-sm) img {
    width: 166px;
    height: 125px;
  }
  .list-tease ul.photo li.first-list-item a {
    font-size: 16px;
    line-height: 18px;
  }
  .list-tease ul.photo li.first-list-item .photo-credit {
    bottom: 2px;
    right: 0;
  }
  .list-tease ul.headline li .tease-list-item {
    font-size: 14px;
    line-height: 16px;
  }
  .list-tease .more-link {
    line-height: 16px;
  }
  #tease_slot_2 {
    border: 0;
    top: 0;
  }
  #tease_slot_2 .story .story-title.tease-headline-XL,
  #tease_slot_2 .story .story-title.tease-headline-L {
    font-size: 36px;
    line-height: 37px;
  }
  #tease_slot_2 .story.portrait .photo-credit {
    display: block;
  }
  #tease_slot_2 .story.portrait figure {
    margin: 0 20px 0 0;
  }
  #tease_slot_2 .story.portrait figure img {
    width: 300px;
    height: 225px;
  }
  #tease_slot_3 .story .story-title.tease-headline-XL,
  #tease_slot_3 .story .story-title.tease-headline-L {
    font-size: 36px;
    line-height: 37px;
  }
  #tease_slot_3 figure img {
    width: 300px;
    height: 225px;
  }
  #tease_slot_3 .video-play-icon {
    background-size: 45px 45px;
    left: 12px;
    bottom: 12px;
  }
  .no-svg #tease_slot_3 .video-play-icon {
    background: url('../images/play/play_45x45.png') no-repeat left bottom;
  }
  #tease_slot_4 .story .story-title.tease-headline-XL,
  #tease_slot_4 .story .story-title.tease-headline-L {
    font-size: 36px;
    line-height: 37px;
  }
  .row-teases-lists [class*="span"] [id="tease_slot_slider"],
  .row-teases-lists-headline-summary-photo [class*="span"] [id="tease_slot_slider"] {
    width: 580px;
  }
  #tease_slot_slider {
    margin-top: 10px;
  }
  .scroll {
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
  }
  .scroll .scroll-nav-pager {
    margin-top: 5px;
  }
  .scroll .scroll-display .scroll-list li {
    width: 100px;
    padding: 0 6px;
  }
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure,
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure.no-image {
    width: 98px;
    height: 75px;
  }
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure span,
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure.no-image span {
    padding-top: 30px;
  }
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure img,
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure.no-image img {
    width: 98px;
    height: 75px;
  }
}
@media (min-width: 600px) {
  .row-teases-tertiary .span4:first-child .story {
    padding-right: 0;
  }
  .row-teases-tertiary .span4:last-child .story {
    padding-left: 0;
  }
  .row-teases-lists .span4:nth-child(2) .list-tease,
  .row-teases-lists-headline-summary-photo .span4:nth-child(2) .list-tease {
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
  }
}
@media (min-width: 768px) {
  .row-teases-secondary .span4:nth-child(2) .story {
    padding-left: 0;
  }
  .row-teases-tertiary .span4:nth-child(2) .story {
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    padding: 0 10px;
  }
  .row-teases-lists .span4:first-child .list-tease,
  .row-teases-lists-headline-summary-photo .span4:first-child .list-tease {
    padding-right: 0;
    padding-left: 26px;
  }
  .row-teases-lists .span4:nth-child(2) .list-tease,
  .row-teases-lists-headline-summary-photo .span4:nth-child(2) .list-tease {
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
  }
  .row-teases-lists .span4:last-child .list-tease,
  .row-teases-lists-headline-summary-photo .span4:last-child .list-tease {
    padding-left: 0;
    padding-right: 26px;
  }
}
@media (max-width: 599px), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), (max-width: 599px) and (min-device-pixel-ratio: 2) {
  .row.row-teases-lead,
  .row.row-teases-lead-double-col {
    height: auto;
    padding-top: 15px;
  }
  .row.row-teases-lead-double-col,
  .row.row-teases-secondary-with-ad,
  .row.row-teases-lists-headline-summary-photo {
    margin-left: auto;
    margin-right: auto;
    width: 465px;
  }
  .row.row-teases-lead-double-col {
    border-bottom: 1px solid #cdcdcd;
  }
  .row.row-teases-lead-double-col #tease_slot_2 {
    border-right: 1px solid #cdcdcd;
    margin-left: 0;
    top: 0;
  }
  .row.row-teases-lead-double-col #tease_slot_4 {
    top: 0;
    margin-left: 4px;
  }
  .row.row-teases-lead-double-col #tease_slot_2,
  .row.row-teases-lead-double-col #tease_slot_4 {
    width: 49%;
    float: left;
    margin-right: 0;
    margin-bottom: 15px;
    min-height: initial;
  }
  .row.row-teases-lead-double-col #tease_slot_2 .story,
  .row.row-teases-lead-double-col #tease_slot_4 .story {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .row.row-teases-lead-double-col #tease_slot_2 .story.landscape figure,
  .row.row-teases-lead-double-col #tease_slot_4 .story.landscape figure {
    float: none;
  }
  .row.row-teases-lead-double-col #tease_slot_2 .story.landscape figure img,
  .row.row-teases-lead-double-col #tease_slot_4 .story.landscape figure img {
    width: 205px;
    height: 154px;
  }
  .row.row-teases-lead-double-col #tease_slot_2 .story.landscape .video-play-icon,
  .row.row-teases-lead-double-col #tease_slot_4 .story.landscape .video-play-icon {
    background-size: 25px 25px;
    left: 15px;
    bottom: 15px;
  }
  .no-svg .row.row-teases-lead-double-col #tease_slot_2 .story.landscape .video-play-icon,
  .no-svg .row.row-teases-lead-double-col #tease_slot_4 .story.landscape .video-play-icon {
    background: url('../images/play/play_25x25.png') no-repeat left bottom;
  }
  .row.row-teases-secondary-with-ad {
    padding-top: 10px;
  }
  .row.row-teases-secondary-with-ad #tease_slot_3 {
    width: 100%;
  }
  .row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait figure img {
    width: 205px;
    height: 154px;
  }
  .row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait .video-play-icon {
    background-size: 25px 25px;
    left: 15px;
    bottom: 15px;
  }
  .no-svg .row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait .video-play-icon {
    background: url('../images/play/play_25x25.png') no-repeat left bottom;
  }
  .row.row-teases-lists-headline-summary-photo {
    margin-top: 0;
  }
  .row.row-teases-lists-headline-summary-photo .list-tease {
    border-bottom: none;
  }
  .row.row-teases-lists-headline-summary-photo .list-tease ul.photo li {
    border-top: none;
  }
  .row.row-teases-lists-headline-summary-photo .list-tease ul.photo li figure {
    margin-bottom: 0;
  }
  .row.row-teases-lists-headline-summary-photo .list-tease ul li {
    line-height: inherit;
  }
  .row.row-teases-lists-headline-summary-photo .list-tease ul li .story-title {
    font-size: 18px;
    line-height: 20px;
  }
  .row.row-teases-separator {
    display: none;
    visibility: hidden;
  }
  .row .story {
    border-right: 0 !important;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 9px 15px !important;
    max-height: none;
    height: auto;
  }
  .row .story .story-title {
    font-size: 20px;
    line-height: 21px;
  }
  .row .story.video figure {
    float: none;
  }
  .row .story.photo .story-updated {
    float: none;
  }
  .row .story figure {
    float: left;
  }
  #leadtease_slot_1 .story {
    padding: 15px 0;
    margin-bottom: 15px;
    max-height: none;
    height: auto;
  }
  #leadtease_slot_1 .story .story-title {
    font-size: 20px;
    line-height: 21px;
  }
  #leadtease_slot_1 .story .story-title.tease-headline-XL,
  #leadtease_slot_1 .story .story-title.tease-headline-L {
    font-size: 30px;
    line-height: 31px;
  }
  #leadtease_slot_1 .story .story-header {
    position: relative;
    top: 0;
  }
  #leadtease_slot_1 .story .story-header .story-section {
    padding-left: 0;
  }
  #leadtease_slot_1 .story.portrait {
    max-height: none;
  }
  #leadtease_slot_1 .story.portrait figure {
    float: right;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 20px;
  }
  #leadtease_slot_1 .story.portrait figure img {
    width: 240px;
    height: 348px;
  }
  #leadtease_slot_1 .story.portrait .story-related {
    float: left;
    margin-right: 10px;
    padding-right: 0;
    width: 300px;
  }
  #leadtease_slot_1 .story.portrait .video-play-icon {
    background-size: 40px 40px;
    left: 10px;
    bottom: 10px;
  }
  .no-svg #leadtease_slot_1 .story.portrait .video-play-icon {
    background: url('../images/play/play_40x40.png') no-repeat left bottom;
  }
  #leadtease_slot_1 .story.landscape figure {
    float: none;
    width: 100%;
  }
  #leadtease_slot_1 .story.landscape .video-play-icon {
    background-size: 50px 50px;
    left: 14px;
    bottom: 14px;
  }
  .no-svg #leadtease_slot_1 .story.landscape .video-play-icon {
    background: url('../images/play/play_50x50.png') no-repeat left bottom;
  }
  #leadtease_slot_1 .story.landscape-deep figure img,
  .row.row-teases-lead-double-col #leadtease_slot_1 .story.video figure {
    width: 440px;
    height: 369px;
  }
  #leadtease_slot_1 .story.landscape-deep .video-play-icon {
    background-size: 50px 50px;
    left: 14px;
    bottom: 14px;
  }
  .no-svg #leadtease_slot_1 .story.landscape-deep .video-play-icon {
    background: url('../images/play/play_50x50.png') no-repeat left bottom;
  }
  #leadtease_slot_1 .story.landscape .story-related,
  #leadtease_slot_1 .story.landscape-deep .story-related,
  #leadtease_slot_1 .story.video .story-related {
    float: none;
    margin: 10px 0 0 0;
    width: 300px;
  }
  .list-tease {
    padding: 0 10px;
    border-bottom: 1px solid #cdcdcd;
  }
  .list-tease .story-section {
    margin-bottom: 10px;
  }
  .list-tease.latest-headlines {
    border-bottom: 0;
  }
  .list-tease .video-play-icon {
    background-size: 40px 40px;
    left: 9px;
    bottom: 9px;
  }
  .no-svg .list-tease .video-play-icon {
    background: url('../images/play/play_40x40.png') no-repeat left bottom;
  }
  .list-tease ul.photo li {
    line-height: 16px;
  }
  .list-tease ul.photo li figure {
    float: left;
    margin: 0 10px 10px 0;
    display: inline-block;
    position: relative;
  }
  .list-tease ul.photo li figure:not(.story-tease-figure-sm) {
    width: 50%;
  }
  .list-tease ul.photo li figure .elastic {
    padding-top: 75%;
    background: transparent;
  }
  .list-tease ul.photo li figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: #000000;
    height: 100%;
  }
  .list-tease ul.photo li.first-list-item {
    border-bottom: none;
  }
  .list-tease ul.photo li.first-list-item a {
    font-size: 16px;
    line-height: 18px;
    padding: 0;
  }
  .list-tease ul.photo li.first-list-item .photo-credit {
    bottom: 2px;
  }
  .list-tease ul.photo li:nth-child(2) {
    clear: both;
    border-top: 1px solid #cdcdcd;
  }
  .list-tease ul.headline li .tease-list-item {
    line-height: 16px;
  }
  #tease_slot_2 {
    top: 0;
    border: 0;
  }
  #tease_slot_2 .story .story-title.tease-headline-XL,
  #tease_slot_2 .story .story-title.tease-headline-L {
    font-size: 30px;
    line-height: 31px;
  }
  #tease_slot_2 .story.portrait figure {
    margin: 0 20px 0 0;
  }
  #tease_slot_2 .story.portrait figure img {
    width: 300px;
    height: 225px;
    max-width: none;
  }
  #tease_slot_3 .video-play-icon {
    background-size: 45px 45px;
    left: 12px;
    bottom: 12px;
  }
  .no-svg #tease_slot_3 .video-play-icon {
    background: url('../images/play/play_45x45.png') no-repeat left bottom;
  }
  #tease_slot_3 .story .story-title.tease-headline-XL,
  #tease_slot_3 .story .story-title.tease-headline-L {
    font-size: 30px;
    line-height: 31px;
  }
  #tease_slot_4 .story .story-title.tease-headline-XL,
  #tease_slot_4 .story .story-title.tease-headline-L {
    font-size: 30px;
    line-height: 31px;
  }
  #tease_slot_5 {
    margin-top: 10px;
  }
  #tease_slot_slider {
    margin-top: 10px;
  }
  .scroll .scroll-pager {
    padding-bottom: 10px;
  }
  .scroll .scroll-display .scroll-list li {
    width: 100px;
    padding: 0 8px;
  }
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure.no-image {
    width: 98px;
    height: 75px;
  }
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure.no-image span {
    font-size: .9em;
    padding-top: 30px;
  }
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure {
    width: 98px;
    height: 75px;
  }
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure img {
    width: 98px;
    height: 75px;
  }
}
@media (max-width: 479px) {
  .row.row-teases-lead-double-col,
  .row.row-teases-secondary-with-ad,
  .row.row-teases-lists-headline-summary-photo {
    width: 320px;
  }
  .row.row-teases-lead-double-col #tease_slot_2 {
    top: 0;
  }
  .row.row-teases-lead-double-col #tease_slot_2,
  .row.row-teases-lead-double-col #tease_slot_4 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.row-teases-lead-double-col #tease_slot_2 .story.landscape,
  .row.row-teases-lead-double-col #tease_slot_4 .story.landscape {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.row-teases-lead-double-col #tease_slot_2 .story.landscape figure img,
  .row.row-teases-lead-double-col #tease_slot_4 .story.landscape figure img {
    width: 140px;
    height: 106px;
  }
  .row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait figure {
    margin-right: 10px;
  }
  .row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait figure img {
    width: 140px;
    height: 106px;
  }
  .story .photo-credit,
  .list-tease .photo-credit {
    display: none;
  }
  #leadtease_slot_1 .story.portrait figure {
    width: 52%;
  }
  #leadtease_slot_1 .story.portrait .story-related {
    width: 100%;
  }
  #leadtease_slot_1 .story.portrait .video-play-icon {
    background-size: 30px 30px;
    left: 7px;
    bottom: 7px;
  }
  .no-svg #leadtease_slot_1 .story.portrait .video-play-icon {
    background: url('../images/play/play_30x30.png') no-repeat left bottom;
  }
  #leadtease_slot_1 .story.landscape .video-play-icon,
  #leadtease_slot_1 .story.landscape-deep .video-play-icon {
    background-size: 45px 45px;
    left: 11px;
    bottom: 11px;
  }
  .no-svg #leadtease_slot_1 .story.landscape .video-play-icon,
  .no-svg #leadtease_slot_1 .story.landscape-deep .video-play-icon {
    background: url('../images/play/play_45x45.png') no-repeat left bottom;
  }
  #leadtease_slot_1 .story.landscape .story-related,
  #leadtease_slot_1 .story.landscape-deep .story-related,
  #leadtease_slot_1 .story.video .story-related {
    width: 100%;
  }
  .list-tease .video-play-icon {
    background-size: 30px 30px;
    left: 7px;
    bottom: 7px;
  }
  .no-svg .list-tease .video-play-icon {
    background: url('../images/play/play_30x30.png') no-repeat left bottom;
  }
  #tease_slot_3 .video-play-icon {
    background-size: 30px 30px;
    left: 7px;
    bottom: 7px;
  }
  .no-svg #tease_slot_3 .video-play-icon {
    background: url('../images/play/play_30x30.png') no-repeat left bottom;
  }
  .scroll .scroll-pager {
    padding-bottom: 10px;
  }
  .scroll .scroll-display .scroll-list li {
    width: 100px;
    padding: 0 8px;
  }
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure,
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure.no-image {
    width: 98px;
    height: 75px;
  }
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure img,
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure.no-image img {
    width: 98px;
    height: 75px;
  }
  .scroll .thumb-nav-next {
    margin-left: 0px;
  }
}
@media (max-width: 479px) {
  .story .photo-credit,
  .list-tease .photo-credit {
    display: none;
  }
  #leadtease_slot_1 .story.landscape figure img {
    width: 300px;
    height: 225px;
  }
  #leadtease_slot_1 .story.landscape-deep figure img,
  .row.row-teases-lead-double-col #leadtease_slot_1 .story.video figure {
    width: 300px;
    height: 252px;
  }
  #leadtease_slot_1 .story.portrait figure img {
    width: 150px;
    height: 200px;
  }
  .story .list-tease ul li figure img {
    width: 150px;
    height: 85px;
  }
  #tease_slot_3 .story.portrait figure img {
    width: 150px;
    height: 112px;
  }
  #tease_slot_2 .story.portrait figure,
  #tease_slot_4 .story.portrait figure,
  #tease_slot_5 .story.portrait figure,
  #tease_slot_6 .story.portrait figure,
  #tease_slot_7 .story.portrait figure,
  #tease_slot_8 .story.portrait figure,
  #tease_slot_9 .story.portrait figure,
  #tease_slot_10 .story.portrait figure {
    margin: 0 20px 0 0;
  }
  #tease_slot_2 .story.portrait figure img,
  #tease_slot_4 .story.portrait figure img,
  #tease_slot_5 .story.portrait figure img,
  #tease_slot_6 .story.portrait figure img,
  #tease_slot_7 .story.portrait figure img,
  #tease_slot_8 .story.portrait figure img,
  #tease_slot_9 .story.portrait figure img,
  #tease_slot_10 .story.portrait figure img {
    width: 150px;
    height: 112px;
  }
  .scroll {
    padding: 0 5px;
  }
  .scroll .scroll-pager {
    padding-bottom: 10px;
  }
  .scroll .scroll-display .scroll-nav {
    margin: 0 2px;
  }
  .scroll .scroll-display .scroll-list li {
    width: 100px;
    padding: 0 3px;
  }
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure,
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure.no-image {
    width: 98px;
    height: 75px;
  }
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure img,
  .scroll .scroll-display .scroll-list li .scroll-thumb a figure.no-image img {
    width: 98px;
    height: 75px;
  }
  .scroll .thumb-nav-prev,
  .scroll .thumb-nav-next {
    margin: 2px 0 0 0;
  }
}
@media (max-width: 320px) {
  .row.row-teases-lead-double-col,
  .row.row-teases-secondary-with-ad,
  .row.row-teases-lists-headline-summary-photo {
    margin-left: -9px;
  }
}
@media (max-width: 971px) {
  .video-well {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .video-well .video-headline {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 971px) {
  .masthead {
    min-height: 90px;
  }
  .masthead > .masthead-info .weather > .weather-info > .weather-temp {
    font-size: 26px;
    line-height: 24px;
  }
  .masthead .masthead-traffic .traffic-mobile-link {
    display: none;
  }
  .masthead .brand {
    width: 309px;
  }
  .masthead > .masthead-extras {
    margin-right: 8px;
  }
  .masthead > .masthead-extras .form-search {
    margin: 15px 0;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .masthead {
    min-height: 70px;
  }
  .masthead .masthead-info {
    max-width: 150px;
    margin-top: 12px;
  }
  .masthead .masthead-info > .weather {
    border-top: 0;
    margin: 0;
  }
  .masthead .masthead-info > .weather > .weather-info {
    max-width: 80px;
  }
  .masthead .masthead-info > .weather > .weather-info > span {
    padding-right: 8px;
  }
  .masthead .masthead-info > .weather > .weather-info > span.weather-temp {
    float: left;
    font-size: 20px;
    line-height: 18px;
  }
  .masthead .masthead-info > .weather > .weather-info > span.weather-cond {
    display: none;
  }
  .masthead .masthead-info > .weather > .weather-info > span.weather-high,
  .masthead .masthead-info > .weather > .weather-info > span.weather-low {
    min-width: 32px;
    display: block;
    float: left;
  }
  .masthead .masthead-info > .weather > .weather-info > span.weather-high {
    clear: left;
  }
  .masthead .masthead-traffic .traffic-mobile-link {
    display: none;
  }
  .masthead .brand {
    width: 290px;
  }
  .masthead .masthead-extras {
    width: 116px;
    margin: 30px 10px 30px 0;
  }
  .masthead .masthead-extras .welcome-message {
    display: none;
  }
  .masthead .masthead-extras > .masthead-login .pull-right {
    margin-bottom: 0;
  }
  .masthead .masthead-extras > .masthead-login ul .masthead-login-signin p {
    margin-bottom: 0;
  }
  .masthead .masthead-extras > .form-search {
    display: none;
  }
  .main-nav > .navbar-container > .form-search {
    display: block;
    text-align: right;
    width: 80%;
    padding: 0;
    margin: 4px 10px 5px 0;
  }
  .main-nav > .navbar-container > .form-search > input {
    width: 85%;
    margin: 0;
    padding: 7px 9px;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    color: #bbb;
    font-size: 18px;
    line-height: 22px;
  }
  .main-nav > .navbar-container > .form-search > .btn {
    margin: 0;
    padding: 0 8px;
    height: 37px;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    background: #ffffff;
  }
  .main-nav > .navbar-container > .form-search > button i.icon-search {
    font-size: 22px;
  }
}
@media (max-width: 767px) and (min-device-pixel-ratio: 1) {
  .main-nav > .navbar-container > .form-search {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .masthead .masthead-extras {
    margin: 0;
    padding: 8px 0;
    border-left: 1px solid #999999;
  }
  .masthead .masthead-extras .welcome-message {
    display: none;
  }
  .masthead .masthead-extras > .masthead-login {
    text-align: center;
    font-size: 11px;
    line-height: 13px;
  }
  .masthead .masthead-extras > .masthead-login .pull-right {
    float: none;
    margin-bottom: 0;
  }
  .masthead .masthead-extras > .masthead-login ul .masthead-login-signin a {
    padding-left: 0;
  }
  .masthead .masthead-extras > .masthead-login ul .masthead-login-signin p {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .masthead {
    min-height: 90px;
  }
  .masthead .masthead-info {
    max-width: 36%;
    margin: 0;
    padding: 6px 0 7px 10px;
    border-right: 1px solid #999999;
  }
  .masthead .masthead-info > .weather > .weather-icon {
    float: left;
  }
  .masthead .masthead-info > .weather > .weather-info {
    border: none;
    margin-top: 3px;
  }
  .masthead .masthead-info > .weather > .weather-info > span {
    font-size: 11px;
    line-height: 13px;
  }
  .masthead .masthead-info > .weather > .weather-info > span.weather-temp {
    float: left;
    font-size: 16px;
    line-height: 14px;
  }
  .masthead .masthead-info > .weather > .weather-info > span.weather-cond {
    display: none;
  }
  .masthead .masthead-info > .weather > .weather-info > span.weather-high,
  .masthead .masthead-info > .weather > .weather-info > span.weather-low {
    min-width: 32px;
    display: block;
    float: left;
  }
  .masthead .masthead-info > .weather > .weather-info > span.weather-high {
    clear: left;
  }
  .masthead .masthead-info > .weather > .weather-info .masthead-traffic {
    display: none;
  }
  .masthead .weather-hidden {
    height: 33px;
  }
  .masthead .brand {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #bbb;
  }
  .masthead .brand .header-logo-statement-container {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    max-width: 75%;
  }
  .masthead .brand .header-logo-statement-container .header-logo {
    width: 100%;
  }
  .masthead .masthead-center {
    float: left;
    width: 25%;
    padding: 0;
    margin: 0;
    height: 35px;
    text-align: center;
    line-height: 18px;
  }
  .masthead .masthead-center .masthead-traffic {
    float: none;
    clear: none;
    font-size: 11px;
    line-height: 11px;
  }
  .masthead .masthead-center .masthead-traffic span.weather-spacer {
    display: none;
  }
  .masthead .masthead-center .masthead-traffic span.weather-spacer-break {
    display: block;
  }
  .masthead .masthead-center .masthead-traffic .traffic-sister-link {
    display: none;
  }
  .masthead .masthead-extras {
    width: 35%;
  }
  .masthead .masthead-extras > .masthead-login ul .masthead-login-signin .masthead-login-signin-links {
    display: none;
    visibility: hidden;
  }
  .main-nav > .navbar-container > .form-search {
    display: block;
    text-align: right;
    width: 77%;
    padding: 0;
    margin: 4px 10px 5px 0px;
  }
  .main-nav > .navbar-container > .form-search > input {
    width: 75%;
    margin: 0;
    padding: 8px 9px 9px;
    border: 1px solid #9a9a9a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #bbb;
    font-size: 18px;
    line-height: 22px;
  }
  .main-nav > .navbar-container > .form-search > .btn {
    margin: 0;
    padding: 0 8px;
    height: 39px;
    border: 1px solid #9a9a9a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
  }
  .main-nav > .navbar-container > .form-search > button i.icon-search {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .masthead {
    min-height: 85px;
  }
  .masthead .masthead-info {
    width: 36%;
    padding: 6px 0 7px 10px;
    border-right: 1px solid #999999;
    margin: 0;
  }
  .masthead .masthead-info .weather {
    margin-right: 0;
  }
  .masthead .masthead-info .weather > .weather-icon {
    float: left;
    margin-right: 4px;
    margin-left: -2px;
  }
  .masthead .masthead-info .weather > .weather-info {
    max-width: 200px;
    padding-left: 4px;
    border: none;
  }
  .masthead .masthead-info .weather > .weather-info > span {
    float: left;
    font-size: 11px;
    line-height: 13px;
  }
  .masthead .masthead-info .weather > .weather-info > span.weather-temp {
    float: left;
    font-size: 16px;
    line-height: 18px;
  }
  .masthead .masthead-info .weather > .weather-info > span.weather-cond {
    display: none;
  }
  .masthead .masthead-info .weather > .weather-info > span.weather-high,
  .masthead .masthead-info .weather > .weather-info > span.weather-low {
    padding-right: 6px;
    min-width: 26px;
    display: block;
    float: left;
  }
  .masthead .masthead-info .weather > .weather-info > span.weather-high {
    clear: left;
  }
  .masthead .masthead-info .weather > .weather-info .masthead-traffic {
    display: none;
  }
  .masthead .masthead-info .weather-hidden {
    height: 33px;
  }
  .masthead .brand {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #999999;
  }
  .masthead .brand .header-logo-statement-container {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    max-width: 95%;
  }
  .masthead .brand .header-logo-statement-container .header-logo {
    width: 100%;
  }
  .masthead .masthead-center {
    float: left;
    width: 24%;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 35px;
    line-height: 18px;
  }
  .masthead .masthead-center .masthead-traffic {
    float: none;
    clear: none;
    font-size: 11px;
    line-height: 13px;
  }
  .masthead .masthead-center .masthead-traffic span.weather-spacer {
    display: none;
  }
  .masthead .masthead-center .masthead-traffic span.weather-spacer-break {
    display: block;
  }
  .masthead .masthead-center .masthead-traffic .traffic-sister-link {
    display: none;
  }
  .masthead .masthead-extras {
    width: 34%;
  }
  .masthead .masthead-extras > .masthead-login ul .masthead-login-signin .masthead-login-signin-links {
    display: none;
    visibility: hidden;
  }
  .main-nav > .navbar-container > .form-search {
    display: block;
    text-align: right;
    width: 70%;
    margin: 4px 10px 5px 0px;
  }
  .main-nav > .navbar-container > .form-search > input {
    width: 68%;
    margin: 0 5px 0 0;
    padding: 9px 9px 7px;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    color: #bbb;
    font-size: 18px;
    line-height: 18px;
  }
  .main-nav > .navbar-container > .form-search > .btn {
    float: right;
    margin: 0;
    padding: 0 8px;
    height: 38px;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    background: #ffffff;
  }
  .main-nav > .navbar-container > .form-search > button i.icon-search {
    font-size: 22px !important;
    line-height: 18px;
  }
}
@media (min-width: 320px) and (max-width: 405px) and (min-device-pixel-ratio: 1) {
  .main-nav > .navbar-container > .form-search {
    width: 70%;
  }
}
@media (max-width: 319px) {
  .masthead {
    min-height: 85px;
  }
  .masthead .masthead-info {
    width: 36%;
    padding: 6px 0 7px 10px;
    border-right: 1px solid #999999;
    margin: 0;
  }
  .masthead .masthead-info .weather {
    margin-right: 0;
  }
  .masthead .masthead-info .weather > .weather-icon {
    float: left;
  }
  .masthead .masthead-info .weather > .weather-info {
    border: none;
    padding-left: 5px;
  }
  .masthead .masthead-info .weather > .weather-info > span {
    float: left;
    font-size: 11px;
    line-height: 13px;
  }
  .masthead .masthead-info .weather > .weather-info > span.weather-temp {
    float: left;
    font-size: 16px;
    line-height: 18px;
  }
  .masthead .masthead-info .weather > .weather-info > span.weather-cond {
    display: none;
  }
  .masthead .masthead-info .weather > .weather-info > span.weather-high,
  .masthead .masthead-info .weather > .weather-info > span.weather-low {
    min-width: 20px;
    display: block;
    float: left;
    padding-right: 5px;
  }
  .masthead .masthead-info .weather > .weather-info > span.weather-high {
    clear: left;
  }
  .masthead .masthead-info .weather > .weather-info .masthead-traffic {
    display: none;
  }
  .masthead .masthead-info .weather-hidden {
    height: 33px;
  }
  .masthead .brand {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #999999;
  }
  .masthead .brand .header-logo-statement-container {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    max-width: 95%;
  }
  .masthead .brand .header-logo-statement-container .header-logo {
    width: 100%;
  }
  .masthead .masthead-center {
    float: left;
    width: 24%;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 35px;
    line-height: 18px;
  }
  .masthead .masthead-center .masthead-traffic {
    float: none;
    clear: none;
    font-size: 11px;
    line-height: 13px;
  }
  .masthead .masthead-center .masthead-traffic span.weather-spacer {
    display: none;
  }
  .masthead .masthead-center .masthead-traffic span.weather-spacer-break {
    display: block;
  }
  .masthead .masthead-center .masthead-traffic .traffic-sister-link {
    display: none;
  }
  .masthead .masthead-extras {
    width: 34%;
  }
  .masthead .masthead-extras > .masthead-login ul .masthead-login-signin .masthead-login-signin-links {
    display: none;
    visibility: hidden;
  }
  .main-nav > .navbar-container > .form-search {
    display: block;
    text-align: right;
    width: 70%;
    margin: 4px 10px 5px 0px;
  }
  .main-nav > .navbar-container > .form-search > input {
    width: 73%;
    margin: 0 5px 0 0;
    padding: 9px 9px 7px;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    color: #bbb;
    font-size: 18px;
    line-height: 18px;
  }
  .main-nav > .navbar-container > .form-search > .btn {
    margin-top: 0;
    padding: 0 8px;
    height: 32px;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    background: #ffffff;
  }
  .main-nav > .navbar-container > .form-search > button i.icon-search {
    font-size: 22px;
    line-height: 18px;
  }
}
@media (max-width: 971px) {
  .photo-well {
    margin: 0;
  }
}
@media (max-width: 599px), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), (max-width: 599px) and (min-device-pixel-ratio: 2) {
  .photo-well .photo-headline {
    font-size: 20px;
    line-height: 22px;
  }
  .photo-well .photo {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .gallery-well {
    margin: 0 auto;
    width: 300px;
  }
  .gallery-headline {
    font-size: 20px;
    line-height: 22px;
    width: 70%;
  }
  .single-photo-title {
    font-size: 16px;
    line-height: 18px;
  }
  .gallery-thumbwall-list li {
    margin-left: 2px;
  }
  .gallery-photo-div,
  .gallery-ad-div {
    width: 302px;
  }
  .gallery-ad-div {
    height: 225px;
  }
  .gallery-ad-div .ad {
    top: 25px;
    left: 46px;
    width: 210px;
    height: 175px;
  }
  .gallery-ad-div .ad iframe {
    -moz-transform: scale(0.705);
    -webkit-transform: scale(0.705);
    -ms-transform: scale(0.705);
    -o-transform: scale(0.705);
    transform: scale(0.705);
    position: absolute;
    top: -38px;
    left: -45px;
  }
  .photo-display figure {
    width: 300px;
    height: 225px;
  }
  .attribution {
    top: 100%;
    background: none;
    padding-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .gallery-well {
    margin: 0 auto;
    width: 460px;
  }
  .gallery-headline {
    width: 80%;
  }
  .gallery-thumbwall-list li {
    margin-left: 2px;
  }
  .gallery-photo-div,
  .gallery-ad-div {
    width: 462px;
  }
  .gallery-ad-div {
    height: 345px;
  }
  .gallery-ad-div .ad {
    top: 47px;
    left: 81px;
  }
  .photo-display figure {
    width: 460px;
    height: 345px;
  }
  .attribution {
    top: 100%;
    background: none;
    padding-right: 0;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .gallery-well {
    margin: 0;
  }
  .gallery-thumb-nav {
    width: 580px;
  }
  .thumbnail-nav {
    width: 506px;
  }
  .gallery-photo-div,
  .gallery-ad-div {
    width: 562px;
  }
  .gallery-ad-div {
    margin-left: 10px;
    height: 420px;
  }
  .gallery-ad-div .ad {
    top: 85px;
    left: 131px;
  }
  .photo-display figure {
    width: 560px;
    height: 420px;
  }
  .thumb-nav-item {
    margin: 3px 29px 3px 0;
  }
  .thumb-nav-item.active {
    margin: 0 27px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .gallery-well {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .flatpages .row-fluid.callouts [class*="span"]:first-child {
    margin-left: 0;
  }
  .flatpages .row-fluid.callouts .span6 {
    width: 49%;
    float: left;
    margin-left: 2%;
  }
  .flatpages .row-fluid.callouts .span4 {
    width: 32%;
    float: left;
    margin-left: 2%;
  }
  .flatpages .row-fluid:not(.callouts) [class*="span"]:first-child .text {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .flatpages .row-fluid:not(.callouts) [class*="span"]:last-child {
    border: 0;
  }
  .flatpages .row-fluid:not(.callouts) [class*="span"] .text {
    border: 0;
    padding: 0;
  }
  .flatpages .callout {
    padding: 0;
    position: relative;
  }
  .flatpages .callout a {
    font-size: 12px;
    line-height: 40px;
    display: block;
    text-align: center;
    height: 40px;
    padding: 10px 0;
  }
  .flatpages .callout a:hover {
    background: #c0d3ed;
    -webkit-box-shadow: inset 0 0 0 2px #044eb6;
    -moz-box-shadow: inset 0 0 0 2px #044eb6;
    box-shadow: inset 0 0 0 2px #044eb6;
  }
  .flatpages .callout a.callout-img {
    display: none;
    visibility: hidden;
  }
  .flatpages .callout p {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .pagination-container .pagination-links {
    float: left;
  }
}
@media (max-width: 599px), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), (max-width: 599px) and (min-device-pixel-ratio: 2) {
  .pagination-container {
    float: none;
    margin: 10px 0;
    *zoom: 1;
  }
  .pagination-container:before,
  .pagination-container:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .pagination-container:after {
    clear: both;
  }
  .pagination-container .pagination-results {
    float: left;
  }
  .pagination-container .pagination-links {
    float: right;
    margin-left: 0;
  }
  .pagination-item-count {
    float: none;
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 971px) {
  .member-center {
    margin-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .member-center {
    margin-left: 0;
  }
  .member-center #editProfile.janrain-capture-ui .capture_confirmDelete {
    width: 53%;
  }
}
@media (max-width: 599px), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), (max-width: 599px) and (min-device-pixel-ratio: 2) {
  .member-center {
    margin-left: 0;
  }
  .member-center #editProfile.janrain-capture-ui {
    padding: 0;
    width: auto;
  }
  .member-center #editProfile.janrain-capture-ui .capture_photoManager_parent {
    float: none;
    margin-right: 0;
    width: 199px;
  }
  .member-center #editProfile.janrain-capture-ui .capture_tabs {
    width: 262px;
  }
  .member-center #editProfile.janrain-capture-ui .capture_photoManager_parent {
    display: none;
  }
  .member-center #editProfile.janrain-capture-ui .capture_dateselect_month {
    width: 145px;
  }
  .member-center #editProfile.janrain-capture-ui .capture_dateselect_day,
  .member-center #editProfile.janrain-capture-ui .capture_dateselect_year {
    width: 70px;
  }
  .member-center #editProfile.janrain-capture-ui .capture_confirmDelete {
    float: none;
    margin-right: 0;
    width: auto;
    margin-top: 10px;
  }
  .member-center #editProfile.janrain-capture-ui .capture_confirmDelete .capture_displayNameCol {
    float: none;
    width: auto;
  }
  .member-center #editProfile.janrain-capture-ui .capture_confirmDelete p {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .font-size-control {
    *zoom: 1;
  }
  .font-size-control:before,
  .font-size-control:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .font-size-control:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 971px) {
  .newstray {
    width: 768px;
  }
  .newstray .nt-container {
    width: 708px;
  }
  .newstray .nt-list-item {
    width: 216px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .newstray {
    width: 600px;
  }
  .newstray .nt-container {
    width: 540px;
  }
  .newstray .nt-list-item {
    width: 250px;
  }
  .newstray .nt-list-item .content {
    width: 250px;
  }
  .newstray .nt-list-item .content.has-photo {
    width: 158px;
  }
}
@media (max-width: 599px) {
  .newstray {
    width: 100%;
  }
  .newstray .nt-parent {
    display: block;
    padding: 4px;
  }
  .newstray .nt-control {
    display: none;
    visibility: hidden;
  }
  .newstray .nt-container {
    width: 100%;
    height: 99px;
    padding: 0;
    overflow-y: scroll;
  }
  .newstray .nt-container .nt-list {
    width: auto;
    position: relative;
  }
  .newstray .nt-list-item {
    float: none;
    width: auto;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #bbb;
    padding: 0;
  }
  .newstray .nt-list-item:last-item {
    border: 0;
  }
  .newstray .nt-list-item .nt-list-item-link {
    height: auto;
    padding: 10px 13px;
  }
  .newstray .nt-list-item .nt-list-item-view-all {
    margin: 0;
  }
  .newstray .nt-list-item .section {
    height: 10px;
  }
  .newstray .nt-list-item .content {
    float: none;
    width: auto;
  }
  .newstray .nt-list-item .content.has-photo {
    width: auto;
  }
}
@media (max-width: 479px) {
  .staff-well .staff-related {
    float: none;
    clear: none;
    padding: 0 0 10px 0;
    width: 100%;
  }
  .staff-well .staff-related aside {
    padding-right: 0px;
    border-right: none;
    width: 100%;
  }
  .staff-well .staff-related aside figure {
    width: 192px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  #dataVizChart .pie_label {
    display: none;
  }
}
@media (max-width: 479px) {
  #dataVizChart .pie_label {
    display: none;
  }
  .dataTables_wrapper .dataTables_length {
    float: left;
  }
  .dataTables_wrapper .dataTables_filter {
    clear: left;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .prev-next .prev,
  .prev-next .next {
    float: left;
    width: 49.38271604938272%;
    margin-left: 1.2345679012345678%;
  }
  .prev-next .prev-icon {
    background: url('../images/icon_prev_32x70.png') no-repeat 0 50% scroll transparent;
    height: 70px;
    width: 32px;
  }
  .prev-next .next-icon {
    background: url('../images/icon_next_32x70.png') no-repeat 100% 50% scroll transparent;
    height: 70px;
    width: 32px;
  }
  .prev-next .prev-content,
  .prev-next .next-content {
    height: 68px;
  }
  .prev-next .prev-content .prev-cat,
  .prev-next .next-content .prev-cat,
  .prev-next .prev-content .next-cat,
  .prev-next .next-content .next-cat {
    font-size: 11px;
    line-height: 11px;
    padding-top: 7px;
  }
  .prev-next .prev-content .prev-title,
  .prev-next .next-content .prev-title,
  .prev-next .prev-content .next-title,
  .prev-next .next-content .next-title {
    font-size: 16px;
    line-height: 18px;
    padding-top: 7px;
  }
  .prev-next .prev-content .prev-byline,
  .prev-next .next-content .prev-byline,
  .prev-next .prev-content .next-byline,
  .prev-next .next-content .next-byline {
    font-size: 10px;
    line-height: 10px;
    padding-top: 8px;
  }
  .prev-next .prev-content {
    margin-left: 32px;
  }
  .prev-next .next-content {
    margin-right: 32px;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .prev-next .prev,
  .prev-next .next {
    float: left;
    width: 49.38271604938272%;
    margin-left: 1.2345679012345678%;
  }
  .prev-next .prev-icon {
    background: url('../images/icon_prev_23x67.png') no-repeat 0 50% scroll transparent;
    height: 67px;
    width: 23px;
  }
  .prev-next .next-icon {
    background: url('../images/icon_next_23x67.png') no-repeat 100% 50% scroll transparent;
    height: 67px;
    width: 23px;
  }
  .prev-next .prev-content,
  .prev-next .next-content {
    height: 65px;
  }
  .prev-next .prev-content .cat-label,
  .prev-next .next-content .cat-label {
    margin-right: 0;
    display: block;
  }
  .prev-next .prev-content .cat-name,
  .prev-next .next-content .cat-name {
    display: block;
    margin: 0 5px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .prev-next .prev-content .prev-cat,
  .prev-next .next-content .prev-cat,
  .prev-next .prev-content .next-cat,
  .prev-next .next-content .next-cat {
    font-size: 10px;
    line-height: 10px;
    padding-top: 5px;
  }
  .prev-next .prev-content .prev-title,
  .prev-next .next-content .prev-title,
  .prev-next .prev-content .next-title,
  .prev-next .next-content .next-title {
    font-size: 14px;
    line-height: 15px;
    padding-top: 5px;
    height: 31px;
    white-space: normal;
    overflow: hidden;
  }
  .prev-next .prev-content .prev-byline,
  .prev-next .next-content .prev-byline,
  .prev-next .prev-content .next-byline,
  .prev-next .next-content .next-byline {
    display: none;
  }
  .prev-next .prev-content {
    margin-left: 23px;
  }
  .prev-next .next-content {
    margin-right: 23px;
  }
}
@media (max-width: 479px) {
  .prev-next .prev,
  .prev-next .next {
    float: left;
    width: 49.38271604938272%;
    margin-left: 1.2345679012345678%;
  }
  .prev-next .prev-icon {
    background: url('../images/icon_prev_23x67.png') no-repeat 0 50% scroll transparent;
    height: 67px;
    width: 23px;
  }
  .prev-next .next-icon {
    background: url('../images/icon_next_23x67.png') no-repeat 100% 50% scroll transparent;
    height: 67px;
    width: 23px;
  }
  .prev-next .prev-content,
  .prev-next .next-content {
    height: 65px;
  }
  .prev-next .prev-content .cat-label,
  .prev-next .next-content .cat-label {
    margin-right: 0;
    display: block;
  }
  .prev-next .prev-content .cat-name,
  .prev-next .next-content .cat-name {
    display: block;
    margin: 0 5px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .prev-next .prev-content .prev-cat,
  .prev-next .next-content .prev-cat,
  .prev-next .prev-content .next-cat,
  .prev-next .next-content .next-cat {
    font-size: 10px;
    line-height: 10px;
    padding-top: 5px;
  }
  .prev-next .prev-content .prev-title,
  .prev-next .next-content .prev-title,
  .prev-next .prev-content .next-title,
  .prev-next .next-content .next-title {
    font-size: 14px;
    line-height: 15px;
    padding-top: 5px;
    height: 31px;
    white-space: normal;
    overflow: hidden;
  }
  .prev-next .prev-content .prev-byline,
  .prev-next .next-content .prev-byline,
  .prev-next .prev-content .next-byline,
  .prev-next .next-content .next-byline {
    display: none;
  }
  .prev-next .prev-content {
    margin-left: 23px;
  }
  .prev-next .next-content {
    margin-right: 23px;
  }
}
@media (max-width: 767px) {
  .cm-channel-root h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .cm-channel-root h2 {
    font-size: 24px;
  }
  .cm-channel-root .cm-header-banner {
    height: 62px;
  }
  .cm-channel-root .cm-header-banner > img {
    height: auto;
    width: 640px;
    margin-left: -320px;
  }
  .cm-channel-root .cm-header-banner h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .cm-channel-root .cm-header-dropdown {
    position: relative;
    display: block;
    width: 100%;
    height: 62px;
    border: none;
    margin: 0;
    background: transparent;
    color: #000;
    font-size: 32px;
  }
  .cm-channel-root .cm-subheadings {
    display: none;
  }
  .cm-channel-root .cm-top-ad {
    margin: 0 auto 30px;
  }
  .cm-channel-root .cm-channel-slot2 {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 0;
    box-sizing: border-box;
    -mox-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .cm-channel-root .cm-channel-slot2 .cm-articles {
    margin-bottom: 8px;
  }
  .cm-channel-root .cm-channel-slot2 .cm-articles article {
    padding: 10px 0;
  }
  .cm-channel-root .cm-channel-slot2 .cm-feeds article.story {
    padding-top: 20px;
    height: 70px;
  }
  .cm-channel-root .cm-channel-slot2 .cm-link {
    max-height: 100%;
  }
  .cm-channel-root .cm-channel-slot2 .cm-link .story {
    padding-bottom: 51px;
  }
  .cm-channel-root .cm-channel-slot3 .ad {
    width: 320px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 50px;
  }
  .cm-channel-root .cm-channel-content {
    margin: 10px 0;
  }
  .cm-channel-root .cm-channel-content .cm-load-more {
    font-size: 16px;
    line-height: 38px;
  }
  .cm-channel-root article.story .cm-immersive {
    min-height: 169px;
    height: auto;
  }
  .cm-channel-root article.story .cm-immersive .story-text {
    display: block;
  }
  .cm-channel-root article.story .cm-immersive ul {
    display: none;
  }
  .cm-channel-root article.story figure .cmSpriteContentType {
    bottom: 3px;
    left: 3px;
    width: 29px;
    height: 29px;
  }
  .cm-channel-root .story-byline {
    font-size: 10px;
  }
  .cm-channel-root .cm-channel-topstory,
  .cm-channel-root .cm-channel-topstory.cm-topstory-full {
    border: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .cm-channel-root .cm-channel-topstory:not(.cm-topstory-full) .cm-share-icon,
  .cm-channel-root .cm-channel-topstory.cm-topstory-full:not(.cm-topstory-full) .cm-share-icon {
    top: 190px;
    z-index: 2;
  }
  .cm-channel-root .cm-channel-topstory .cm-tease-image,
  .cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease-image {
    float: none;
    width: 100%;
    height: 169px;
    margin: 0;
  }
  .cm-channel-root .cm-channel-topstory .cm-tease,
  .cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .cm-channel-root .cm-channel-topstory .cm-tease h2,
  .cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease h2,
  .cm-channel-root .cm-channel-topstory .cm-tease h2.tease-headline-L,
  .cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease h2.tease-headline-L {
    font-size: 16px;
  }
  .cm-channel-root .cm-channel-topstory .cm-gradient,
  .cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-gradient {
    display: none;
  }
  .cm-channel-root .cm-channel-slot .cm-list-header {
    font-size: 24px;
    text-align: center;
  }
  .cm-channel-root .cm-channel-slot-list {
    height: auto;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .cm-channel-root .cm-channel-slot-list article.story {
    width: auto;
    padding: 20px 0;
  }
  .cm-channel-root .cm-channel-slot-list .cm-list-index {
    display: inline-block;
    margin: 20px;
  }
  .cm-channel-root .cm-channel-slot-list h3 {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    margin: 0;
  }
  .cm-channel-root .cm-channel-slot-list:not(.cm-popular) .cm-thin-thick {
    display: none;
  }
  .cm-channel-root .cm-channel-slot-expanded article.story h3 {
    font-size: 15px;
  }
  .cm-channel-root .cm-channel-slot-expanded article.story figure {
    width: 90px;
    height: 51px;
  }
  .cm-channel-root .cm-channel-slot-expanded article.story .story-byline,
  .cm-channel-root .cm-channel-slot-expanded article.story .story-text {
    display: none;
  }
  .cm-320-hide {
    display: none !important;
  }
  .cm-320-show {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 971px) {
  .cm-channel-root h2 {
    margin: 10px 20px 16px 20px;
  }
  .cm-channel-root .cm-channel-content {
    width: 768px;
  }
  .cm-channel-root .cm-channel-topstory {
    height: 239px;
  }
  .cm-channel-root .cm-channel-topstory .cm-tease-image {
    width: 425px;
    height: 100%;
    margin-right: 20px;
  }
  .cm-channel-root .cm-channel-topstory .cm-tease {
    padding: 20px 10px 20px 20px;
  }
  .cm-channel-root .cm-channel-topstory .cm-tease h2 {
    font-size: 23px;
    max-height: 210px;
    max-width: 260px;
    overflow: hidden;
  }
  .cm-channel-root .cm-channel-topstory .cm-tease h2.tease-headline-L {
    font-size: 30px;
  }
  .cm-channel-root .cm-channel-topstory.cm-topstory-full {
    height: 270px;
  }
  .cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease-image {
    height: 100%;
  }
  .cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease-image .cm-gradient {
    width: 50%;
  }
  .cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease {
    padding-left: 465px;
  }
  .cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease h2 {
    max-height: 225px;
  }
  .cm-channel-root .cm-channel-slot2 {
    width: 364px;
  }
  .cm-channel-root .cm-channel-slot2 .cm-feeds h3 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 18px;
  }
  .cm-channel-root .cm-channel-slot2 .cm-feeds article {
    height: 125px;
    padding: 30px 20px 10px;
  }
  .cm-channel-root .cm-channel-slot2 .cm-feed-title {
    margin-top: 0;
    font-size: 12px;
  }
  .cm-channel-root .cm-channel-slot .cm-list-header {
    font-size: 26px;
  }
  .cm-channel-root .cm-channel-slot.cm-channel-slot3 .cm-ad-rp06 {
    float: right;
  }
  .cm-channel-root .cm-channel-slot-list {
    width: 364px;
  }
  .cm-channel-root .cm-channel-slot-list.cm-popular {
    width: 364px;
    float: left;
  }
  .cm-channel-root .cm-channel-slot-expanded {
    margin-top: 40px;
  }
  .cm-channel-root .cm-channel-slot-expanded article.story {
    max-width: 99%;
  }
  .cm-768-hide {
    display: none !important;
  }
  .cm-768-show {
    display: block !important;
  }
}
@media (min-width: 960px) {
  /*  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 960px;
  }
*/
  .cm-channel-root .cm-channel-content {
    width: 100%;
  }
  .cm-channel-root .cm-channel-content .cm-main-content {
    width: 660px;
    float: left;
  }
  .cm-channel-root .cm-channel-content .cm-channel-slot-expanded {
    width: auto;
    margin-right: 40px;
  }
  .cm-channel-root .cm-channel-content .cm-channel-slot-expanded article.story:not(.cm-story-immersive) {
    column-width: 620px;
    -moz-column-width: 620px;
    -webkit-column-width: 620px;
  }
  .cm-channel-root .cm-channel-content .cm-right-content {
    width: 300px;
    float: right;
  }
  .cm-channel-root .cm-channel-content .cm-right-content .ad {
    margin-bottom: 50px;
  }
  .cm-channel-root .cm-channel-content .cm-right-content .cm-sticky-scroll {
    width: 100%;
    max-width: 300px;
  }
  .cm-channel-root .cm-popular article h3.story-title {
    max-height: 45px;
    overflow: hidden;
  }
  .cm-960-hide {
    display: none !important;
  }
  .cm-960-show {
    display: block !important;
  }
}
@media (min-width: 972px) {
  .cm-channel-root .cm-channel-topstory .cm-tease h2 {
    font-size: 30px;
    max-width: 380px;
    max-height: 245px;
    overflow: hidden;
  }
  .cm-channel-root .cm-channel-topstory .cm-tease h2.tease-headline-L {
    font-size: 38px;
  }
  .cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease h2 {
    max-width: 350px;
  }
}