@charset "UTF-8";
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url(../img/loading.gif) no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5px; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #00539b;
  text-decoration: none; }
  a:focus, a:hover {
    color: #000000;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.75rem; }

.h4 {
  font-size: 1.5rem; }

.h5 {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.dl-horizontal {
  margin-right: -12px;
  margin-left: -12px; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 748px) {
    .container {
      max-width: 728px; } }
  @media (min-width: 1005px) {
    .container {
      max-width: 990px; } }
  @media (min-width: 1230px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -6px;
  margin-right: -6px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 748px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1005px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1230px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover {
  background-color: #f5f5f5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5; }

.table-hover .table-active:hover {
  background-color: #e8e8e8; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e8e8e8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.25rem; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"].form-control {
    line-height: 1.8625rem; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"].form-control {
    line-height: 3.16667rem; } }

.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem; }

.form-group {
  margin-bottom: 1rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

input[type="radio"]:disabled, input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-feedback {
  color: #5cb85c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-feedback {
  color: #d9534f; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-primary-outline {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
  .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #43a7fd; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #43a7fd; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
  .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
  .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #b0e1ef; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #b0e1ef; }

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
  .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #a3d7a3; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #a3d7a3; }

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
  .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #f8d9ac; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #f8d9ac; }

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
  .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #eba5a3; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #00539b;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #000000;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
    .input-group-btn:last-child > .btn-group:focus,
    .input-group-btn:last-child > .btn-group:active,
    .input-group-btn:last-child > .btn-group:hover {
      z-index: 3; }

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9; }
    .c-input > input:focus ~ .c-indicator {
      box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff; }
  .c-input + .c-input {
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

.c-radio .c-indicator {
  border-radius: 50%; }

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 0.25rem 0.25rem 0 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

@media (min-width: 748px) {
  .navbar-toggleable-sm {
    display: block !important; } }

@media (min-width: 1005px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem; }

.card-block {
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0.25rem 0.25rem 0 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }

.card-primary-outline {
  background-color: transparent;
  border-color: #0275d8; }

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc; }

.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de; }

.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c; }

.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-danger-outline {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-radius: 0.25rem 0.25rem 0 0; }

.card-img-bottom {
  border-radius: 0 0 0.25rem 0.25rem; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      width: 1%;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #818a91;
      content: "/"; }
  .breadcrumb > .active {
    color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #00539b;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #000000;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none; }
  .pager::after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #eceeef; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff; }
  .pager .disabled > span {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff; }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .label:empty {
    display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: #0275d8; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #025aa5; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  color: #0074d9;
  border: 0;
  appearance: none; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem; }

.progress[value]::-webkit-progress-value::before {
  content: attr(value); }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem; }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .progress[width^="0"] {
    min-width: 2rem;
    color: #818a91;
    background-color: transparent;
    background-image: none; }
  .progress[width="100%"] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; } }

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; } }

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c; }

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus, a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 748px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -0.7rem -0.7rem 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 748px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 1005px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1230px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 748px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1005px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1230px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f; }

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 747px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 748px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1004px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1005px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1229px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1230px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: Oswald;
  src: url("../fonts/Oswald/Oswald-Regular.ttf");
  font-weight: 400; }

@font-face {
  font-family: Oswald_Bold;
  src: url("../fonts/Oswald/Oswald-Bold.ttf");
  font-weight: 700; }

@font-face {
  font-family: Merriweather;
  src: url("../fonts/Merriweather/Merriweather-HeavyItalic.ttf");
  font-weight: 400; }

@font-face {
  font-family: Merriweather_Light;
  src: url("../fonts/Merriweather/Merriweather-Italic.ttf");
  font-weight: 100; }

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg/lg.eot?n1z373");
  src: url("../fonts/lg/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg/lg.woff?n1z373") format("woff"), url("../fonts/lg/lg.ttf?n1z373") format("truetype"), url("../fonts/lg/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cm-icon';
  src: url("../fonts/cm-icon/cm-icon.eot");
  src: url("../fonts/cm-icon/cm-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/cm-icon/cm-icon.ttf") format("truetype"), url("../fonts/cm-icon/cm-icon.woff") format("woff"), url("../fonts/cm-icon/cm-icon.svg#cm-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-cm-icon]::before {
  font-family: 'cm-icon';
  font-style: normal; }

.cm-icon,
[class^='cm-icon-'],
[class*=' cm-icon-'] {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }
  .cm-icon:before, .cm-icon:after,
  [class^='cm-icon-']:before,
  [class^='cm-icon-']:after,
  [class*=' cm-icon-']:before,
  [class*=' cm-icon-']:after {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    text-rendering: auto;
    font-family: 'cm-icon'; }

.cm-icon-twitter-circled::before {
  content: '\e002'; }

.cm-icon-facebook-circled::before {
  content: '\e00d'; }

.cm-icon-chevron-down::before {
  content: '\e01e'; }

.cm-icon-chevron-up::before {
  content: '\e00b'; }

.cm-icon-right::before {
  content: '\e000'; }

.cm-icon-user::before {
  content: '\e001'; }

.cm-icon-your-account::before {
  content: '\e050'; }

.cm-icon-twitter::before {
  content: '\e002'; }

.cm-icon-email::before {
  content: '\e04e'; }

.cm-icon-thumbs-up::before {
  content: '\e003'; }

.cm-icon-thumbs-down::before {
  content: '\e004'; }

.cm-icon-right-open-big::before {
  content: '\e005'; }

.cm-icon-left-open-big::before {
  content: '\e008'; }

.cm-icon-location::before {
  content: '\e009'; }

.cm-icon-up-open-big::before {
  content: '\e00b'; }

.cm-icon-export::before {
  content: '\e00c'; }

.cm-icon-facebook::before {
  content: '\e00d'; }

.cm-icon-captions::before {
  content: '\e011'; }

.cm-icon-pause::before {
  content: '\e012'; }

.cm-icon-media-hub::before {
  content: '\e013'; }

.cm-icon-book-open::before {
  content: '\e014'; }

.cm-icon-calendar::before {
  content: '\e015'; }

.cm-icon-airport::before {
  content: '\e016'; }

.cm-icon-graduation-cap::before {
  content: '\e017'; }

.cm-icon-hourglass::before {
  content: '\e018'; }

.cm-icon-galleries::before {
  content: '\e019'; }

.cm-icon-left-open-mini::before {
  content: '\e01a'; }

.cm-icon-right-open-mini::before {
  content: '\e01b'; }

.cm-icon-down-open-big::before {
  content: '\e01e'; }

.cm-icon-down-open-mini::before {
  content: '\e01f'; }

.cm-icon-arrows-ccw::before {
  content: '\e020'; }

.cm-icon-instagram::before {
  content: '\e021'; }

.cm-icon-clock::before {
  content: '\e022'; }

.cm-icon-play::before {
  content: '\e023'; }

.cm-icon-resize-small::before {
  content: '\e025'; }

.cm-icon-resize-full::before {
  content: '\e026'; }

.cm-icon-search::before {
  content: '\e027'; }

.cm-icon-menu::before {
  content: '\e028'; }

.cm-icon-thumbnails::before {
  content: '\e029'; }

.cm-icon-car::before {
  content: '\e02b'; }

.cm-icon-arrows::before {
  content: '\e02e'; }

.cm-icon-tickets::before {
  content: '\e02f'; }

.cm-icon-quotes::before {
  content: '\e030'; }

.cm-icon-chat::before {
  content: '\e031'; }

.cm-icon-enlargephoto::before {
  content: '\e006'; }

.cm-icon-photostack::before {
  content: '\e007'; }

.cm-icon-smallphotostack::before {
  content: '\e00a'; }

.cm-icon-close::before {
  content: '\e010'; }

.cm-icon-findlocation::before {
  content: '\e01c'; }

.cm-icon-tools::before {
  content: '\e01d'; }

.cm-icon-video::before {
  content: '\e024'; }

.cm-icon-profilecircle::before {
  content: '\e02a'; }

.cm-icon-uparrow::before {
  content: '\e02c'; }

.cm-icon-gplus::before {
  content: '\e00e'; }

.cm-icon-mail::before {
  content: '\e00f'; }

.cm-icon-incident::before {
  content: '\e02d'; }

.cm-icon-bevo-beat::before {
  content: '\e032'; }

.cm-icon-booking-blotter::before {
  content: '\e033'; }

.cm-icon-celebration::before {
  content: '\e034'; }

.cm-icon-celebrity-birthdays::before {
  content: '\e035'; }

.cm-icon-day-in-history::before {
  content: '\e036'; }

.cm-icon-dining-guide::before {
  content: '\e037'; }

.cm-icon-find-5::before {
  content: '\e038'; }

.cm-icon-happy-hour-guide::before {
  content: '\e039'; }

.cm-icon-last-ent-news::before {
  content: '\e03a'; }

.cm-icon-lottery::before {
  content: '\e03b'; }

.cm-icon-movie-times::before {
  content: '\e03c'; }

.cm-icon-puzzles::before {
  content: '\e03d'; }

.cm-icon-quizzes::before {
  content: '\e03e'; }

.cm-icon-share-photo-video-icon::before {
  content: '\e03f'; }

.cm-icon-television::before {
  content: '\e040'; }

.cm-icon-the-planner::before {
  content: '\e041'; }

.cm-icon-the-vent::before {
  content: '\e042'; }

.cm-icon-this-weeks-playlist::before {
  content: '\e043'; }

.cm-icon-viral-videos::before {
  content: '\e044'; }

.cm-icon-wierd-news::before {
  content: '\e045'; }

.cm-icon-alerts::before {
  content: '\e046'; }

.cm-icon-text-alerts::before {
  content: '\e04f'; }

.cm-icon-reddit::before {
  content: '\e047'; }

.cm-icon-rss::before {
  content: '\e048'; }

.cm-icon-incident::before {
  content: '\e02d'; }

.cm-icon-enlargephoto::before {
  content: '\e032'; }

.cm-icon-check::before {
  content: '\e049'; }

.cm-icon-pin::before {
  content: '\e04a'; }

.cm-icon-unpin::before {
  content: '\e04b'; }

.cm-icon-ga::before {
  content: '\e04c'; }

.cm-icon-play-circle::before {
  content: '\e04d'; }

.cm-icon-newsletter::before {
  content: '\e04e'; }

.cm-icon-left::before {
  content: '\e04f'; }

.cm-icon-avatar::before {
  content: '\e050'; }

.cm-icon-products::before {
  content: '\e051'; }

body {
  background-color: #c6c5c4;
  -webkit-font-smoothing: antialiased; }

h1, h2, h4, h5, h6 {
  font-family: Oswald, Arial, sans-serif; }

h3 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold; }

a:hover {
  text-decoration: none; }

blockquote {
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 1px 0;
  padding: 1rem 0;
  font-weight: bold; }
  blockquote p {
    margin-bottom: 0; }

.hidden {
  display: none; }

.overflow-hidden {
  overflow: hidden; }

.overflow-x-hidden {
  overflow-x: hidden; }

@media (min-width: 748px) and (max-width: 1004px) {
  .clear-left-md {
    clear: left; } }

@media (min-width: 1005px) and (max-width: 1229px) {
  .clear-left-lg {
    clear: left; } }

@media (min-width: 1230px) {
  .clear-left-xl {
    clear: left; } }

.font-nav {
  font-family: Oswald, Arial, sans-serif; }

.font-nav-bold {
  font-family: Oswald_Bold, Arial, sans-serif; }

.font-nav-light {
  font-family: Oswald_light, Oswald, Arial, sans-serif; }

.section-heading {
  display: inline-block;
  font-family: Oswald_Bold, Arial, sans-serif;
  font-size: 32px;
  margin-left: 0;
  text-transform: uppercase;
  line-height: 1em; }
  .col-rr-leafpage .section-heading {
    font-size: 20px; }
  @media (max-width: 1229px) {
    .section-heading {
      font-size: 29px; } }
  @media (max-width: 1004px) {
    .section-heading {
      font-size: 26px;
      line-height: 1.25em; } }
  .section-heading:empty {
    display: block;
    margin-bottom: 0; }
  @media (max-width: 747px) {
    .section-heading {
      display: block;
      font-size: 22px;
      text-align: center;
      line-height: 1em; } }

.temperature:after,
.tempurature:after {
  content: '°'; }

.border-left {
  border-left: 1px solid #ddd; }

.border-right {
  border-right: 1px solid #ddd; }

.border-top {
  border-top: 1px solid #ddd; }

.border-bottom {
  border-bottom: 1px solid #ddd; }

.module, .add-on-module, .weather-page .add-on-heading,
.module-padded,
.module-list,
.xl-story-module-list {
  background-color: #fff;
  border: 1px solid #ddd; }

.module-padded {
  padding: 6px; }

.module-list .module-item, .xl-story-module-list .module-item {
  border-bottom: 1px solid #ddd; }
  .module-list .module-item:last-child, .xl-story-module-list .module-item:last-child {
    border-bottom: none; }

.add-on-module {
  border-top: none;
  padding: 0.5rem; }

.alert-badge {
  background-color: #ec0000;
  color: #fff;
  min-height: 16px;
  min-width: 16px;
  line-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  text-align: center; }

.text-muted {
  color: #d6d6d6; }

.uppercase {
  text-transform: uppercase; }

.heading-bold {
  font-family: Oswald_Bold, Arial, sans-serif; }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.center-text {
  text-align: center; }

.margin-top {
  margin-top: 20px !important; }

.margin-bottom {
  margin-bottom: 20px !important; }

.margin-bottom-8 {
  margin-bottom: 8px; }

.margin-bottom-th {
  margin-bottom: 12px !important; }
  @media only screen and (max-width: 747px) {
    .margin-bottom-th {
      margin-bottom: 0 !important; } }

.margin-bottom-12 {
  margin-bottom: 12px !important; }

.margin-bottom-8-th {
  margin-bottom: 8px; }
  @media only screen and (max-width: 747px) {
    .margin-bottom-8-th {
      margin-bottom: 0 !important; } }

@media only screen and (max-width: 747px) {
  .margin-bottom-sm {
    margin-bottom: 20px !important; } }

.no-margin-bottom {
  margin-bottom: 0 !important; }

@media only screen and (max-width: 747px) {
  .no-margin-bottom-sm {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 1229px) {
  .no-margin-bottom-lg-down {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 1004px) {
  .no-margin-bottom-md-down {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 747px) {
  .no-margin-bottom-sm-down {
    margin-bottom: 0 !important; } }

@media only screen and (min-width: 1005px) {
  .no-margin-bottom-lg-up {
    margin-bottom: 0 !important; } }

.right-ad-padding {
  padding-left: 20px; }

.left-ad-padding {
  padding-right: 20px; }

.center-vertically, .weather-page .county-weather-alerts-header > *,
.center-horizontally,
.center-both,
.profile-pic img {
  display: block;
  position: relative; }

.center-vertically, .weather-page .county-weather-alerts-header > * {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important; }

.center-horizontally {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }

.center-both, .profile-pic img {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

/*
Lightweight container for 16/9 images when <cmg:img> can't be used

Typical structure:
<div class="img-16-9">
    <img src="img.jpg" alt="description">
</div>
*/
.img-16-9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
  overflow: hidden; }
  .img-16-9 img {
    position: absolute;
    top: 25%;
    transform: translateY(-25%);
    width: 100%; }

.img-circle {
  border-radius: 50%; }

/*
Section tags - colored labels for section represented, default position can be overridden, positioning is done based on the closest parent with a position set

Typical structure:
<a href="/" class="section-tag center-vertically life-section-background">Life</a>

Use in conjunction with the following classes when needed:
    .news-section-background, .sports-section-background, .neighborhoods-section-background,
    .life-section-background, .things-to-do-section-background, .blogs-section-background,
    .more-section-background, .center-vertically, .more-icon
*/
.section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag {
  color: #fff;
  font-family: Oswald, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  min-height: 1.5625rem;
  padding: 0 0.7em;
  text-transform: uppercase;
  position: absolute;
  right: -6px;
  top: 15px; }
  [class^='col-'] > .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container [class^='col-'] > .section-tag,
  [class*=' col-'] > .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container
  [class*=' col-'] > .section-tag {
    right: 0; }
  .section-tag.more-icon, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .more-icon.section-tag {
    padding-right: 2em; }
    .section-tag.more-icon::after, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .more-icon.section-tag::after {
      font-family: 'cm-icon';
      font-size: 1.4em;
      speak: none;
      line-height: 1;
      content: '\e000';
      position: absolute;
      top: 50%;
      right: 5px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .section-tag:hover, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag:hover, .section-tag:visited, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag:visited, .section-tag:visited:hover, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag:visited:hover {
    color: #fff;
    text-decoration: none; }

.top-arrow {
  position: relative;
  background: #ffffff; }
  .top-arrow:after, .top-arrow:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .top-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    margin-left: -6px; }
  .top-arrow:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #dddddd;
    border-width: 7px;
    margin-left: -7px; }

.profile-pic {
  border-radius: 25px;
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  overflow: hidden; }
  .profile-pic img {
    height: 100%;
    width: auto; }

.tile-shadow, .cm-img {
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.5); }

.cm-img {
  display: block;
  overflow: hidden;
  position: relative; }

.cm-img-bars {
  background: #000000; }

.cm-img > img {
  display: block;
  text-indent: -300rem; }

.cm-img-crop > img {
  display: block;
  left: 50%;
  height: auto !important;
  position: absolute;
  top: 25%;
  text-align: center;
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  width: auto !important; }

.cm-img-fit-width > img {
  max-width: 100% !important;
  min-width: 100% !important; }

.cm-img-fit-height > img {
  max-height: 100% !important;
  min-height: 100% !important; }

.cm-img-fit-both > img {
  max-width: 100% !important;
  max-height: 100% !important; }

.cm-img-crop.cm-img-native-portrait.cm-img-fit-width > img {
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%); }

.dark-box {
  background: #332f2f; }

.cm-pagination {
  font-family: Arial, sans-serif;
  list-style: none;
  margin: auto;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center; }
  .cm-pagination .cm-icon {
    vertical-align: inherit; }
  .cm-pagination .dots {
    color: #999999; }
  .cm-pagination > li {
    display: inline-block;
    margin: 0 10px;
    color: #00539b; }
    .cm-pagination > li:first-child {
      margin-left: 0; }
    .cm-pagination > li:last-child {
      margin-right: 0; }
    .cm-pagination > li.disabled:first-child, .cm-pagination > li.disabled:last-child {
      visibility: hidden; }
    .cm-pagination > li > a {
      color: #999999; }
    .cm-pagination > li:first-child > a,
    .cm-pagination > li:last-child > a {
      font-family: Oswald, Arial, sans-serif;
      text-transform: uppercase;
      background-color: #00539b;
      height: 40px;
      color: #ffffff;
      display: block;
      width: 140px; }
      @media (max-width: 747px) {
        .cm-pagination > li:first-child > a,
        .cm-pagination > li:last-child > a {
          width: 40px; } }

.cm-ad,
.third-party-tease {
  position: relative;
  z-index: 1; }

.premium-tag {
  background: #000;
  position: absolute;
  font-family: Oswald_Bold, Arial, sans-serif;
  font-size: 0.6875rem;
  padding: 4px 8px;
  color: #fff; }
  .premium-tag .site-name {
    font-style: normal; }
  .premium-tag.corner {
    right: -1px;
    bottom: -1px; }
  .premium-tag.wide {
    bottom: 0;
    width: 100%; }

.ndn_embedContainer {
  margin: 0 auto; }

.card {
  margin-bottom: 0;
  border-radius: 0; }

hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

[class*='col-'] {
  min-height: 0 !important; }

/*
    Since entertainment sites require custom sizes, we need to write these classes that imitate Bootstrap columns
    Entertainment sites need the following widths: 612, 300, 240, and a standard 12px gutter

    The 12px gutter is between components and on the wrapper
    Bootstrap's built in way of doing this is to double the wrapper gutter (e.g. 12 x 2 = 24 between components)
    We have to override this to have the proper inner gutter
*/
.main-container {
  background-color: #ededed;
  padding-bottom: 20px; }

.container {
  padding-left: 12px;
  padding-right: 12px; }
  @media (min-width: 1005px) and (max-width: 1229px) {
    .container {
      padding-left: 33px;
      padding-right: 33px; } }
  @media (min-width: 748px) and (max-width: 1004px) {
    .container {
      padding-left: 58px;
      padding-right: 58px; } }

.row {
  margin-left: -6px;
  margin-right: -6px; }
  .row.row-full-width > [class^='col-'],
  .row.row-full-width > [class*=' col-'],
  .row .row-full-width > [class^='col-'],
  .row .row-full-width > [class*=' col-'] {
    padding-left: 0;
    padding-right: 0; }
  .row.row-full-width {
    margin-left: -12px;
    margin-right: -12px; }
    @media (min-width: 1005px) and (max-width: 1229px) {
      .row.row-full-width {
        margin-left: -33px;
        margin-right: -33px; } }
    @media (min-width: 748px) and (max-width: 1004px) {
      .row.row-full-width {
        margin-left: -58px;
        margin-right: -58px; } }
  .row > .row-full-width {
    margin-left: -6px;
    margin-right: -6px; }
    @media (min-width: 1005px) and (max-width: 1229px) {
      .row > .row-full-width {
        margin-left: -27px;
        margin-right: -27px; } }
    @media (min-width: 748px) and (max-width: 1004px) {
      .row > .row-full-width {
        margin-left: -52px;
        margin-right: -52px; } }

.col-cw {
  width: 624px; }

.col-rr,
.col-300 {
  width: 312px; }

.col-lr {
  width: 252px; }
  @media (max-width: 1229px) {
    .col-lr {
      width: 100%; } }

.col-main {
  width: 876px; }

.col-sw {
  width: 936px; }
  @media (min-width: 1230px) {
    .col-sw {
      margin-left: 132px;
      margin-right: 132px; } }
  @media (min-width: 748px) and (max-width: 1004px) {
    .col-sw {
      width: 624px; } }
  @media (max-width: 747px) {
    .col-sw {
      width: 100%; } }

.col-sr {
  padding-left: 34px;
  padding-right: 34px;
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left; }
  @media (max-width: 1004px) {
    .col-sr {
      padding-left: 6px;
      padding-right: 6px; } }
  .row-full-width .col-sr {
    padding-left: 46px;
    padding-right: 46px; }
    @media (min-width: 1005px) and (max-width: 1229px) {
      .row-full-width .col-sr {
        padding-left: 68px;
        padding-right: 68px; } }
    @media (min-width: 748px) and (max-width: 1004px) {
      .row-full-width .col-sr {
        padding-left: 64px;
        padding-right: 64px; } }
    @media (max-width: 747px) {
      .row-full-width .col-sr {
        padding-left: 18px;
        padding-right: 18px; } }

.col-sw,
.col-cw,
.col-rr,
.col-300,
.col-lr,
.col-main,
.col-main-leafpage,
.col-rr-leafpage {
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  min-height: 1px;
  float: left; }

@media (max-width: 1004px) {
  .col-cw,
  .col-rr,
  .col-lr,
  .col-main,
  .col-main-leafpage,
  .col-rr-leafpage {
    width: 100%; } }

@media (max-width: 747px) {
  .col-300 {
    width: 100%; } }

@media (min-width: 748px) and (max-width: 1229px) {
  .col-main {
    width: 624px; } }

@media (min-width: 1005px) {
  .col-main-leafpage {
    padding-left: 34px;
    padding-right: 25px;
    width: 577px; } }

@media (min-width: 1230px) {
  .col-main-leafpage {
    width: 829px;
    padding-left: 34px; } }

@media (min-width: 1005px) {
  .col-rr-leafpage {
    padding-left: 25px;
    padding-right: 34px;
    width: 359px; } }

@media (min-width: 748px) and (max-width: 1004px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1005px) and (max-width: 1229px) {
  .hidden-lg {
    display: none !important; } }

/* Mixin for multiline bio with ellipsis. */
.upsell-ajc {
  background-image: url("../sprites/upsell-ajc.png");
  background-repeat: no-repeat;
  display: inline-block; }

.upsell-ajc-offering-dropdown {
  width: 26px;
  height: 14px;
  background-position: -5px -19px; }

.upsell-ajc-2 {
  width: 234px;
  height: 16px;
  background-position: -41px -5px; }

.upsell-ajc-3 {
  width: 185px;
  height: 64px;
  background-position: -285px -5px; }

.upsell-ajc-4 {
  width: 185px;
  height: 64px;
  background-position: -5px -79px; }

.upsell-ajc-5 {
  width: 185px;
  height: 64px;
  background-position: -200px -79px; }

.upsell-ajc-6 {
  width: 185px;
  height: 64px;
  background-position: -5px -153px; }

.upsell-ajc-7 {
  width: 200px;
  height: 45px;
  background-position: -200px -153px; }

.upsell-ajc-8 {
  width: 200px;
  height: 49px;
  background-position: -200px -208px; }

.upsell-ajc-9 {
  width: 200px;
  height: 56px;
  background-position: -5px -267px; }

.upsell-ajc-10 {
  width: 200px;
  height: 46px;
  background-position: -215px -267px; }

.upsell-ajc-11 {
  width: 346px;
  height: 34px;
  background-position: -5px -333px; }

.upsell-ajc-12 {
  width: 454px;
  height: 34px;
  background-position: -5px -377px; }

.upsell-ajc-13 {
  width: 454px;
  height: 34px;
  background-position: -6px -421px; }

.upsell-ajc-14 {
  width: 454px;
  height: 34px;
  background-position: -480px -5px; }

.upsell-ajc-15 {
  width: 475px;
  height: 56px;
  background-position: -395px -79px; }

.upsell-ajc-16 {
  width: 200px;
  height: 60px;
  background-position: -410px -145px; }

.weather {
  display: inline-block;
  width: 65px; }

.weather:before {
  background-image: url("../sprites/weather/sprites-2-lightbg.png");
  background-repeat: no-repeat;
  background-size: 9500%;
  display: block;
  content: '';
  height: 0;
  padding-bottom: 100%;
  width: 100%; }

.weather.weather-1:before {
  background-position: 0 0; }

.weather.weather-2:before {
  background-position: 1.064% 0; }

.weather.weather-3:before {
  background-position: 2.128% 0; }

.weather.weather-4:before {
  background-position: 3.191% 0; }

.weather.weather-5:before {
  background-position: 4.255% 0; }

.weather.weather-6:before {
  background-position: 5.319% 0; }

.weather.weather-7:before {
  background-position: 6.383% 0; }

.weather.weather-8:before {
  background-position: 7.447% 0; }

.weather.weather-9:before {
  background-position: 8.511% 0; }

.weather.weather-10:before {
  background-position: 9.574% 0; }

.weather.weather-11:before {
  background-position: 10.638% 0; }

.weather.weather-12:before {
  background-position: 11.702% 0; }

.weather.weather-13:before {
  background-position: 12.766% 0; }

.weather.weather-14:before {
  background-position: 13.83% 0; }

.weather.weather-15:before {
  background-position: 14.894% 0; }

.weather.weather-16:before {
  background-position: 15.957% 0; }

.weather.weather-17:before {
  background-position: 17.021% 0; }

.weather.weather-18:before {
  background-position: 18.085% 0; }

.weather.weather-19:before {
  background-position: 19.149% 0; }

.weather.weather-20:before {
  background-position: 20.213% 0; }

.weather.weather-21:before {
  background-position: 21.277% 0; }

.weather.weather-22:before {
  background-position: 22.34% 0; }

.weather.weather-23:before {
  background-position: 23.404% 0; }

.weather.weather-24:before {
  background-position: 24.468% 0; }

.weather.weather-25:before {
  background-position: 25.532% 0; }

.weather.weather-26:before {
  background-position: 26.596% 0; }

.weather.weather-27:before {
  background-position: 27.66% 0; }

.weather.weather-28:before {
  background-position: 28.723% 0; }

.weather.weather-29:before {
  background-position: 29.787% 0; }

.weather.weather-30:before {
  background-position: 30.851% 0; }

.weather.weather-31:before {
  background-position: 31.915% 0; }

.weather.weather-32:before {
  background-position: 32.979% 0; }

.weather.weather-33:before {
  background-position: 34.043% 0; }

.weather.weather-34:before {
  background-position: 35.106% 0; }

.weather.weather-35:before {
  background-position: 36.17% 0; }

.weather.weather-36:before {
  background-position: 37.234% 0; }

.weather.weather-37:before {
  background-position: 38.298% 0; }

.weather.weather-38:before {
  background-position: 39.362% 0; }

.weather.weather-39:before {
  background-position: 40.426% 0; }

.weather.weather-40:before {
  background-position: 41.489% 0; }

.weather.weather-41:before {
  background-position: 42.553% 0; }

.weather.weather-42:before {
  background-position: 43.617% 0; }

.weather.weather-43:before {
  background-position: 44.681% 0; }

.weather.weather-44:before {
  background-position: 45.745% 0; }

.weather.weather-45:before {
  background-position: 46.809% 0; }

.weather.weather-46:before {
  background-position: 47.872% 0; }

.weather.weather-47:before {
  background-position: 48.936% 0; }

.weather.weather-48:before {
  background-position: 50% 0; }

.weather.weather-49:before {
  background-position: 51.064% 0; }

.weather.weather-50:before {
  background-position: 52.128% 0; }

.weather.weather-51:before {
  background-position: 53.191% 0; }

.weather.weather-52:before {
  background-position: 54.255% 0; }

.weather.weather-53:before {
  background-position: 55.319% 0; }

.weather.weather-54:before {
  background-position: 56.383% 0; }

.weather.weather-55:before {
  background-position: 57.447% 0; }

.weather.weather-56:before {
  background-position: 58.511% 0; }

.weather.weather-57:before {
  background-position: 59.574% 0; }

.weather.weather-58:before {
  background-position: 60.638% 0; }

.weather.weather-59:before {
  background-position: 61.702% 0; }

.weather.weather-60:before {
  background-position: 62.766% 0; }

.weather.weather-61:before {
  background-position: 63.83% 0; }

.weather.weather-62:before {
  background-position: 64.894% 0; }

.weather.weather-63:before {
  background-position: 65.957% 0; }

.weather.weather-64:before {
  background-position: 67.021% 0; }

.weather.weather-65:before {
  background-position: 68.085% 0; }

.weather.weather-66:before {
  background-position: 69.149% 0; }

.weather.weather-67:before {
  background-position: 70.213% 0; }

.weather.weather-68:before {
  background-position: 71.277% 0; }

.weather.weather-69:before {
  background-position: 72.34% 0; }

.weather.weather-70:before {
  background-position: 73.404% 0; }

.weather.weather-71:before {
  background-position: 74.468% 0; }

.weather.weather-72:before {
  background-position: 75.532% 0; }

.weather.weather-73:before {
  background-position: 76.596% 0; }

.weather.weather-74:before {
  background-position: 77.66% 0; }

.weather.weather-75:before {
  background-position: 78.723% 0; }

.weather.weather-76:before {
  background-position: 79.787% 0; }

.weather.weather-77:before {
  background-position: 80.851% 0; }

.weather.weather-78:before {
  background-position: 81.915% 0; }

.weather.weather-79:before {
  background-position: 82.979% 0; }

.weather.weather-80:before {
  background-position: 84.043% 0; }

.weather.weather-81:before {
  background-position: 85.106% 0; }

.weather.weather-82:before {
  background-position: 86.17% 0; }

.weather.weather-83:before {
  background-position: 87.234% 0; }

.weather.weather-84:before {
  background-position: 88.298% 0; }

.weather.weather-85:before {
  background-position: 89.362% 0; }

.weather.weather-86:before {
  background-position: 90.426% 0; }

.weather.weather-87:before {
  background-position: 91.489% 0; }

.weather.weather-88:before {
  background-position: 92.553% 0; }

.weather.weather-89:before {
  background-position: 93.617% 0; }

.weather.weather-90:before {
  background-position: 94.681% 0; }

.weather.weather-91:before {
  background-position: 95.745% 0; }

.weather.weather-92:before {
  background-position: 96.809% 0; }

.weather.weather-93:before {
  background-position: 97.872% 0; }

.weather.weather-94:before {
  background-position: 98.936% 0; }

.weather.weather-95:before {
  background-position: 100% 0; }

.main-content-404 {
  margin: 40px 0; }
  @media (max-width: 1004px) {
    .main-content-404 {
      text-align: center; } }
  @media (max-width: 747px) {
    .main-content-404 img.http-image-404 {
      width: 221px;
      height: 123px;
      margin: 0 auto; } }
  .main-content-404 p {
    font: normal 1.5625rem 'arial', sans-serif;
    text-align: left; }
    @media (max-width: 747px) {
      .main-content-404 p {
        font-size: 1.25rem; } }
  .main-content-404 > section {
    font-weight: bold;
    font-family: 'oswald', sans-serif; }
    .main-content-404 > section span {
      font-size: 1.25rem; }
  .main-content-404 a {
    border: 1px solid #00579e;
    color: #fff;
    background: #00579e;
    text-transform: uppercase;
    font: bold 1.25rem/2.875rem 'oswald', sans-serif;
    padding: 0 .625rem;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 1.75rem; }
    .main-content-404 a:hover {
      color: #000000;
      background: #fff;
      text-decoration: none; }
    .main-content-404 a:visited {
      color: #fff; }
    @media (max-width: 1229px) {
      .main-content-404 a {
        margin-right: 1.25rem; } }
    @media (max-width: 747px) {
      .main-content-404 a {
        width: 100%;
        margin-right: 0;
        text-align: center;
        font-size: 1rem;
        line-height: 2.5rem; } }
  .main-content-404 .site-search-404 {
    position: relative;
    display: inline-block; }
    @media (max-width: 747px) {
      .main-content-404 .site-search-404 {
        display: block; } }
  .main-content-404 .search-icon {
    left: 21.25rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 1229px) {
      .main-content-404 .search-icon {
        left: 20rem; } }
    @media (max-width: 747px) {
      .main-content-404 .search-icon {
        left: auto;
        right: .625rem; } }
  .main-content-404 input {
    border: 1px solid #a8a8a8;
    border-left-color: #ddd;
    border-right-color: #d3d3d3;
    font: normal 1.25rem/2.875rem 'oswald', sans-serif;
    padding: 0 1.5625rem 0 .625rem;
    color: #000;
    width: 21.875rem;
    height: 3rem;
    box-sizing: border-box;
    margin-left: 1.75rem; }
    @media (max-width: 1229px) {
      .main-content-404 input {
        margin-left: 1.25rem;
        width: 20.5rem; } }
    @media (max-width: 747px) {
      .main-content-404 input {
        width: 100%;
        text-align: center;
        margin-left: 0;
        font-size: 1rem;
        line-height: 2.5rem; } }
    .main-content-404 input::-ms-clear {
      width: 0;
      height: 0;
      display: none; }
  .main-content-404 :-ms-input-placeholder {
    color: #000; }
  .main-content-404 ::-webkit-input-placeholder {
    color: #000; }
  .main-content-404 :-moz-placeholder {
    color: #000; }
  .main-content-404 ::-moz-placeholder {
    color: #000; }

.rr-404 {
  margin: 40px 0; }

.return-to-site {
  position: relative;
  left: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  right: 0; }

.flatpage-seperator {
  border: 1px solid #000;
  border-color: #000; }

.flatpage-ad-margin {
  margin: 40px 0; }

.flatpage-content {
  overflow-y: auto;
  margin-bottom: 40px; }

.flatpage-rr {
  margin-bottom: 40px; }

.slick-slider {
  margin-bottom: 0  !important; }

.gallery-page .share-container.share-bar button.janrainProvider {
  font-size: 1.625rem !important; }

.gallery-page .gallery-sponsor {
  margin-left: 20px; }

@media (min-width: 1005px) {
  .gallery-page h1 {
    width: 70%; } }

@media (min-width: 748px) and (max-width: 1004px) {
  .gallery-page h1 {
    padding-bottom: 0;
    margin-bottom: 20px; } }

@media (max-width: 747px) {
  .gallery-page .gallery-rotator {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px; } }

@media (min-width: 748px) {
  .gallery-page .gallery-rotator h2 {
    max-width: 78%; } }

@media (min-width: 1230px) {
  .gallery-page .gallery-rotator h2 {
    max-width: 85%; } }

.gallery-page .prev-next {
  color: #333;
  font-size: 15px;
  margin-bottom: 5px; }
  @media (max-width: 543px) {
    .gallery-page .prev-next {
      font-size: 12px; } }

.gallery-page .prev,
.gallery-page .next {
  font-family: Oswald_Bold, Arial, sans-serif;
  text-transform: uppercase; }
  .gallery-page .prev:focus, .gallery-page .prev:visited,
  .gallery-page .next:focus,
  .gallery-page .next:visited {
    color: #333; }
  .gallery-page .prev:hover,
  .gallery-page .next:hover {
    color: #888; }
  .gallery-page .prev i,
  .gallery-page .next i {
    vertical-align: top;
    font-size: 1.4em; }

.gallery-page .prev {
  margin-left: -6px; }

.gallery-page .next {
  margin-right: -6px; }

.gallery-page .gallery-ribbon {
  color: #fff;
  position: relative; }
  @media (max-width: 747px) {
    .gallery-page .gallery-ribbon {
      max-width: 100vw;
      width: 100%; } }
  .gallery-page .gallery-ribbon a,
  .gallery-page .gallery-ribbon a:hover,
  .gallery-page .gallery-ribbon a:link,
  .gallery-page .gallery-ribbon a:visited,
  .gallery-page .gallery-ribbon a:visited:hover {
    color: inherit; }
  .gallery-page .gallery-ribbon .cm-img {
    background-color: #000; }
  .gallery-page .gallery-ribbon .gallery-item-top {
    background-color: #333;
    padding: 6px 12px;
    height: 100%;
    position: relative; }
    .gallery-page .gallery-ribbon .gallery-item-top .pull-xs-left {
      font-size: 0.75rem;
      font-weight: bold;
      position: absolute; }
    .gallery-page .gallery-ribbon .gallery-item-top .pull-xs-right {
      font-size: 1.2rem; }
  .gallery-page .gallery-ribbon .gallery-item-bottom {
    color: #7b7b7b;
    line-height: 1.2; }
    .gallery-page .gallery-ribbon .gallery-item-bottom .pull-xs-left {
      font-size: 0.9375rem; }
      @media (max-width: 1004px) {
        .gallery-page .gallery-ribbon .gallery-item-bottom .pull-xs-left {
          font-size: 0.75rem; } }
    .gallery-page .gallery-ribbon .gallery-item-bottom .pull-xs-right {
      font-size: 0.5625rem;
      padding-bottom: 5px; }
  .gallery-page .gallery-ribbon .gallery-arrow {
    color: #333; }
  .gallery-page .gallery-ribbon:hover .slick-arrow {
    width: 70px; }
    @media (max-width: 747px) {
      .gallery-page .gallery-ribbon:hover .slick-arrow {
        width: 50px; } }

.gallery-page .gallery-carousel-inner:not(.slick-initialized) .gallery-item {
  display: none; }

.gallery-page .gallery-images,
.gallery-page .gallery-headlines {
  width: 100%;
  max-width: 612px;
  position: relative;
  margin: 0; }
  .gallery-page .gallery-images *,
  .gallery-page .gallery-headlines * {
    box-sizing: border-box; }

.gallery-page .gallery-images {
  height: auto;
  min-height: 344px;
  overflow: hidden; }
  @media (max-width: 747px) {
    .gallery-page .gallery-images {
      min-height: 180px;
      background-color: #000; } }

.gallery-page .gallery-headlines {
  background: #fff;
  border: 1px solid #ddd;
  border-top-width: 0;
  height: auto;
  position: relative;
  top: -7px;
  margin-bottom: -7px; }
  .gallery-page .gallery-headlines .slick-list {
    overflow: visible; }
  @media (max-width: 747px) {
    .gallery-page .gallery-headlines {
      background: #000;
      border: 0;
      position: relative;
      height: 53px; }
      .gallery-page .gallery-headlines a {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 55%; }
      .gallery-page .gallery-headlines .slick-list {
        height: 100%; } }

.gallery-page .slide-image {
  width: 100%;
  float: left; }
  .gallery-page .slide-image a {
    display: block; }

.gallery-page .slide-headline {
  display: table-cell;
  border: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  font-size: .875rem;
  line-height: 1.25;
  width: 25%;
  height: 145px;
  position: relative;
  padding: 19px 13px;
  position: relative;
  vertical-align: top;
  background: #fff;
  font-family: arial, sans-serif;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear; }
  .gallery-page .slide-headline a {
    color: #333;
    display: inline-block;
    max-height: 107px;
    overflow: hidden; }
  @media (max-width: 747px) {
    .gallery-page .slide-headline {
      width: 100% !important;
      background: #222;
      border: 0;
      top: 0;
      left: 0;
      font-size: .8125rem;
      line-height: 1.1;
      position: absolute;
      vertical-align: middle;
      height: 53px;
      opacity: 0; } }
  .gallery-page .slide-headline span {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 6px;
    display: none;
    background: #00579e; }
    @media (max-width: 747px) {
      .gallery-page .slide-headline span {
        display: block;
        z-index: 1;
        height: 7px; }
        .gallery-page .slide-headline span:before, .gallery-page .slide-headline span:after {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #666;
          z-index: 2;
          content: ' '; }
        .gallery-page .slide-headline span:before {
          background: repeating-linear-gradient(to right, #666, #666 calc(25% - 2px), #000 25%); }
        .gallery-page .slide-headline span:after {
          width: calc(25% - 1px);
          background: inherit;
          z-index: 3; } }
  .gallery-page .slide-headline.slick-current, .gallery-page .slide-headline:hover {
    background-color: #f4f4f4;
    font-weight: normal; }
    .gallery-page .slide-headline.slick-current a, .gallery-page .slide-headline:hover a {
      color: #00579e; }
      @media (max-width: 747px) {
        .gallery-page .slide-headline.slick-current a, .gallery-page .slide-headline:hover a {
          color: #fff; } }
    .gallery-page .slide-headline.slick-current span, .gallery-page .slide-headline:hover span {
      display: block; }
    @media (max-width: 747px) {
      .gallery-page .slide-headline.slick-current, .gallery-page .slide-headline:hover {
        background: none;
        font-weight: normal; }
        .gallery-page .slide-headline.slick-current:nth-of-type(2) span:after, .gallery-page .slide-headline:hover:nth-of-type(2) span:after {
          left: 25%; }
        .gallery-page .slide-headline.slick-current:nth-of-type(3) span:after, .gallery-page .slide-headline:hover:nth-of-type(3) span:after {
          left: 50%; }
        .gallery-page .slide-headline.slick-current:nth-of-type(4) span:after, .gallery-page .slide-headline:hover:nth-of-type(4) span:after {
          left: 75%; } }
  @media (max-width: 747px) {
    .gallery-page .slide-headline.slick-current {
      opacity: 1; } }

.gallery-page .gallery-next,
.gallery-page .gallery-prev {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  cursor: pointer;
  color: #000; }
  @media (max-width: 747px) {
    .gallery-page .gallery-next,
    .gallery-page .gallery-prev {
      padding: 10px 0;
      width: 50px; } }
  .gallery-page .gallery-next:before,
  .gallery-page .gallery-prev:before {
    font-size: 30px;
    line-height: 125px; }
    @media (max-width: 747px) {
      .gallery-page .gallery-next:before,
      .gallery-page .gallery-prev:before {
        line-height: 40px; } }

.gallery-page .gallery-prev {
  left: 0; }

.gallery-page .gallery-next {
  right: 0; }

.gallery-page .related-content-container {
  width: 100%; }

@media (min-width: 748px) {
  .gallery-page .gallery-related {
    padding-left: 12px;
    padding-right: 12px; } }

.gallery-page .display-gallery-ad-wrapper {
  display: none;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gallery-page .display-gallery-ad {
  background-color: #000;
  margin: 0 auto;
  height: 100%;
  position: relative; }
  .gallery-page .display-gallery-ad .cm-ad {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.gallery-credit-display {
  color: #7b7b7b;
  line-height: 1.2;
  font-size: 0.5625rem;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 8px; }
  @media (max-width: 747px) {
    .gallery-credit-display {
      padding-right: 0; } }

.gallery-caption-display {
  color: #7b7b7b;
  padding: 0 0 6px;
  font-size: 0.875rem;
  line-height: 1.125rem; }
  @media (max-width: 1004px) {
    .gallery-caption-display {
      font-size: 0.75rem;
      line-height: 1rem; } }
  @media (max-width: 747px) {
    .gallery-caption-display {
      padding-left: 12px;
      padding-right: 12px; } }

/*
This was causing a lint error.  Research indicates that this is used only by IE7,
so it is being commented out.
.group {
    *zoom: 1;
}
*/
.group:before, .group:after {
  display: table;
  content: '';
  line-height: 0; }

.group:after {
  clear: both; }

.story-social-share .share-container .janrainProviderList {
  font-size: 26px;
  outline: none; }

@media (max-width: 747px) {
  .story-social-share {
    margin-bottom: 20px;
    margin-top: 10px; } }

.story .story-ad-container {
  float: right;
  min-height: 250px;
  padding-bottom: 10px;
  margin-left: 25px;
  position: relative;
  width: 300px; }
  @media (max-width: 747px) {
    .story .story-ad-container {
      float: none; } }

.story .story-inline-script-embed-container iframe {
  max-width: 100%; }

.story .story-ad {
  padding-bottom: 20px; }
  @media (max-width: 747px) {
    .story .story-ad {
      display: block;
      margin-left: auto;
      margin-right: auto;
      display: none; } }

.story .story-ad-container-smlbrkpt {
  clear: both; }

.story .story-ad-smlbrkpt {
  margin: 25px auto; }

.story .story-full-size-icon {
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1; }
  @media (max-width: 747px) {
    .story .story-full-size-icon {
      bottom: auto;
      left: auto;
      right: 10px;
      top: 10px; } }

.story .story-inline-photo-right {
  float: right;
  clear: right;
  margin-left: 20px;
  position: relative;
  width: 300px; }
  @media (max-width: 747px) {
    .story .story-inline-photo-right {
      float: none;
      width: 100%;
      margin-left: 0; } }

.story .story-inline-photo-right-below-ad {
  float: none;
  margin-left: 0; }
  @media (max-width: 747px) {
    .story .story-inline-photo-right-below-ad {
      width: 100%; } }

.story .story-inline-photo-fullwidth {
  clear: both;
  position: relative;
  width: 100%; }

.story .story-inline-script-embed-container {
  margin-bottom: 20px; }
  .story .story-inline-script-embed-container iframe {
    display: block;
    margin: 0 auto; }

.story .story-inline-media {
  cursor: pointer;
  width: 100%; }

.story .story-inline-photo-caption {
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin: 5px 0 20px; }

.story .story-headline {
  color: #333; }

.story .dateline {
  float: left; }
  .story .dateline::after {
    content: '\2014';
    padding: 0 5px; }

.story .story-highlights {
  color: #333;
  display: inline-block;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0 0 10px 0;
  width: 440px; }
  @media (max-width: 1229px) {
    .story .story-highlights {
      width: 200px;
      margin-right: -7px; } }
  @media (max-width: 1004px) {
    .story .story-highlights {
      width: 282px;
      margin-right: 0; } }
  @media (max-width: 747px) {
    .story .story-highlights {
      width: 100%; } }
  .story .story-highlights ul {
    border: 1px solid #ddd;
    padding: 0;
    list-style-position: inside; }
  .story .story-highlights li {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 8px 0;
    width: 95%;
    position: relative;
    margin-left: 10px;
    font-size: 0.875rem; }
    .story .story-highlights li .story-highlights-text {
      width: 88%;
      display: block; }
    @media (max-width: 747px) {
      .story .story-highlights li .story-highlights-text {
        width: 90%; } }
    @media (max-width: 1229px) and (min-width: 1004px) {
      .story .story-highlights li {
        width: 88%;
        padding: 8px 8px 8px 0; } }
    @media (max-width: 1004px) and (min-width: 747px) {
      .story .story-highlights li {
        width: 88%;
        padding: 8px 8px 8px 0; } }
    .story .story-highlights li > div {
      display: inline-block;
      position: absolute;
      right: 8px;
      width: 20px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .story .story-highlights li > div .janrainSocialBar {
        display: block; }
        .story .story-highlights li > div .janrainSocialBar .janrainDrawerButtonContainer {
          display: block; }
    .story .story-highlights li:last-of-type {
      border-bottom: 0; }
    @media (max-width: 747px) {
      .story .story-highlights li {
        font-size: 0.8125rem; } }
  .story .story-highlights .header {
    list-style-type: none;
    font-family: Oswald_Bold, Arial, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 0; }

.story .scriptblock {
  margin-bottom: 1em; }

.newsletter-tease h5 {
  font-family: Oswald_Bold, Arial, sans-serif;
  margin: 0 0 20px 0;
  font-size: 1rem; }

.newsletter-tease p {
  margin-bottom: 0.4375rem;
  line-height: 1.2rem;
  font-family: Arial, sans-serif; }

.story-comments {
  margin: 0 0 0.5rem 0;
  clear: both; }
  .story-comments h5 {
    font-family: Oswald_Bold, Arial, sans-serif;
    font-size: 0.8125rem; }

.story-blurb {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 1.125rem;
  color: #6f6f6f; }
  @media (max-width: 747px) {
    .story-blurb {
      font-size: 0.875rem; } }
  .story-blurb.story-post-story-blurb p {
    margin-bottom: 1.25rem; }

.story-header {
  margin-bottom: 8px; }
  .story-header h1 {
    font-family: Arial, sans-serif;
    font-size: 2.625rem;
    line-height: 1;
    color: #333333; }
    @media (max-width: 747px) {
      .story-header h1 {
        color: #000;
        font-size: 1.875rem; } }

@media (max-width: 747px) {
  .story-infobox {
    font-size: 0.875rem;
    padding-bottom: 0.875rem; } }

.story-section-tag {
  z-index: 1; }
  @media (max-width: 747px) {
    .story-section-tag {
      font-family: Oswald_Bold, Arial, sans-serif;
      font-size: 0.75rem;
      text-transform: uppercase;
      z-index: 1;
      height: 1.875rem;
      line-height: 1.875rem;
      padding-left: 10px; } }

.tiles.result-list div[class*='MP'], .tiles.result-list div[class*='HP'] {
  margin-top: 20px;
  margin-bottom: 20px; }

.tiles.result-list div[class*='MP']:empty,
.tiles.result-list div[class*='HP']:empty {
  display: none; }

.tiles.result-list .result-item {
  margin-bottom: 0.5rem;
  background-color: #fff;
  margin-bottom: 11px; }
  .tiles.result-list .result-item .result-list-image {
    margin-top: 2px; }
  .tiles.result-list .result-item .tile-headline .result-link {
    top: 30%;
    font-weight: bold; }
  .tiles.result-list .result-item .tile-headline .result-timestamp {
    bottom: 5%;
    color: #9d9d9d;
    position: absolute;
    width: 100%;
    display: block;
    font-size: 0.75rem; }
    .tiles.result-list .result-item .tile-headline .result-timestamp span {
      vertical-align: middle; }
  .tiles.result-list .result-item:last-child {
    margin-bottom: 0; }

.tiles.result-list .small-story-tile.result-item .tile-share {
  right: 1.125rem;
  top: 1.125rem; }

@media (min-width: 1005px) {
  .staffmember-story-list.featured-stories-box.see-more .tiles.small-story-tiles.no-margin-bottom-lg-up,
  .list-page.featured-stories-box.see-more .tiles.small-story-tiles.no-margin-bottom-lg-up {
    border-bottom: 0 !important; } }

.staffmember-story-list.featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile,
.list-page.featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile {
  padding: 8px; }
  @media (max-width: 1004px) {
    .staffmember-story-list.featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile,
    .list-page.featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile {
      height: 89px; } }
  .staffmember-story-list.featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile .tile-image,
  .list-page.featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile .tile-image {
    margin-right: 20px; }
    @media (max-width: 1004px) {
      .staffmember-story-list.featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile .tile-image,
      .list-page.featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile .tile-image {
        width: 130px;
        margin-right: 15px; } }
  .staffmember-story-list.featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile .tile-headline,
  .list-page.featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile .tile-headline {
    padding-left: 0; }
    @media (max-width: 1004px) {
      .staffmember-story-list.featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile .tile-headline,
      .list-page.featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile .tile-headline {
        max-height: 67px;
        box-sizing: content-box; } }

.result-timestamp {
  font-style: italic;
  color: #666;
  font-size: .75rem;
  margin-top: 6px; }

.staffmember div[class*='MP'], .staffmember div[class*='HP'] {
  margin-top: 20px;
  margin-bottom: 20px; }

.staffmember div[class*='MP']:empty, .staffmember div[class*='HP']:empty {
  display: none; }

.staffmember .staffmember-profile {
  border: 1px solid #ddd;
  background-color: #fff;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
  overflow: visible;
  padding: 22px 20px 18px; }

.staffmember .staffmember-profile-top {
  margin-bottom: 20px; }
  @media (max-width: 747px) {
    .staffmember .staffmember-profile-top {
      text-align: center; } }

.staffmember .staffmember-social-icon {
  color: #393939;
  font-size: 24px;
  line-height: 24px;
  padding-right: 5px; }
  .staffmember .staffmember-social-icon:visited {
    color: #393939; }
  .staffmember .staffmember-social-icon:hover {
    color: #00579e; }

.staffmember .staffmember-social-icon-facebook {
  font-size: 20px; }

.staffmember .staffmember-mugshot-container {
  display: inline;
  float: left;
  margin-right: 20px; }
  @media (max-width: 747px) {
    .staffmember .staffmember-mugshot-container {
      float: none;
      margin-right: 0;
      width: 100%; } }

.staffmember .staffmember-mugshot {
  border: 2px solid #aaa9a9;
  border-radius: 50%;
  height: 146px;
  width: 146px; }

.staffmember .staffmember-name {
  color: #393939;
  font-size: 26px;
  font-family: Oswald_Bold, Arial, sans-serif;
  line-height: 36px;
  padding-top: 10px;
  text-transform: uppercase; }

.staffmember .staffmember-job-title {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 24px;
  color: #686868; }

.staffmember .staffmember-phone {
  color: #686868;
  font-size: 16px;
  line-height: 28px; }

.staffmember .staffmember-bio-multi-line-ellipsis {
  overflow: hidden;
  position: relative;
  line-height: 28px;
  max-height: 84px;
  margin-right: -1em;
  padding-right: 1em; }
  .staffmember .staffmember-bio-multi-line-ellipsis:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0; }
  .staffmember .staffmember-bio-multi-line-ellipsis:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }

.staffmember .staffmember-bio {
  color: #000;
  line-height: 28px; }
  @media (max-width: 747px) {
    .staffmember .staffmember-bio {
      font-size: 14px;
      line-height: 24px; } }

.staffmember .staffmember-full-bio-text {
  display: none;
  margin-top: 15px; }

.staffmember .staffmember-read-more-hide {
  display: none; }

.staffmember .staffmember-read-less-hide {
  display: none; }

.staffmember .staffmember-read-more-less-text {
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-left: 5px;
  text-transform: uppercase; }

.staffmember .staffmember-story-list-heading {
  font-size: 20px;
  font-family: Oswald_Bold, Arial, sans-serif;
  text-transform: uppercase; }

.staff-page-table {
  width: 100%; }
  .staff-page-table td {
    padding-right: 30px;
    padding-bottom: 8px;
    border-top: 1px solid #d3d3d3;
    font-size: .875rem;
    padding-top: 8px; }
    .staff-page-table td:last-child {
      padding-right: 0; }
  .staff-page-table tbody tr:nth-child(even) td {
    background: #e9e9e9; }
  @media only screen and (max-width: 747px) {
    .staff-page-table td {
      font-size: .75rem;
      padding-right: 15px;
      padding-bottom: 4px; }
      .staff-page-table td:last-child {
        padding-right: 0; }
      .staff-page-table td:first-child {
        width: 50%; } }

article.video-page .share-container.share-bar button.janrainProvider {
  font-size: 1.625rem !important; }

article.video-page .comments-container {
  clear: both; }

article.video-page .story-header {
  margin: 0; }
  article.video-page .story-header h1 {
    margin: 0 0 20px; }
    @media (min-width: 1005px) {
      article.video-page .story-header h1 {
        max-width: 80%; } }

article.video-page .player {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }
  @media (max-width: 1004px) {
    article.video-page .player {
      margin-top: 20px; } }
  article.video-page .player iframe {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }

article.video-page .caption {
  margin: 20px 0;
  color: #7b7b7b;
  font-size: 1rem;
  line-height: 1.125rem; }
  @media (max-width: 1004px) {
    article.video-page .caption {
      font-size: 0.875rem;
      line-height: 1rem; } }

article.video-page .credit {
  color: #7b7b7b;
  font-size: 0.5625rem;
  position: absolute;
  right: 8px; }

article.video-page .related-content-container {
  float: none;
  margin: 20px 6px;
  width: auto; }

@media (min-width: 1230px) {
  .verticals .col-900 {
    width: 936px;
    float: left; } }

.verticals .add-on-module-item {
  border-top: none;
  height: 46px;
  position: relative; }

.verticals .center-module {
  background-color: #ededed;
  margin: 0 auto;
  width: 475px; }
  @media (max-width: 747px) {
    .verticals .center-module {
      width: 300px; } }

.verticals #wcntr {
  width: 100%; }
  .verticals #wcntr #TopRow {
    width: 100%; }

#janrainModalOverlay {
  z-index: 1000 !important; }

.verify-email {
  padding: 20px; }
  .verify-email h1 {
    font-size: 2rem;
    text-transform: uppercase; }
  .verify-email p {
    text-align: center; }
  .verify-email .verify-email-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    margin: auto; }
    .verify-email .verify-email-buttons > * {
      display: block;
      width: 150px;
      border: 0;
      line-height: 3rem;
      font-family: 'Oswald';
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none; }
      .verify-email .verify-email-buttons > *:link, .verify-email .verify-email-buttons > *:visited, .verify-email .verify-email-buttons > *:hover {
        text-decoration: none;
        color: #fff; }

.byline {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.3rem;
  margin-bottom: 12px;
  margin-top: 8px; }
  @media (max-width: 1004px) {
    .byline {
      margin-top: 5px; } }
  @media (max-width: 747px) {
    .byline {
      font-size: 10pt; } }
  .byline .date .updated::before {
    content: 'Updated';
    padding-right: 5px; }
  .byline .photo {
    border-radius: 50%;
    margin-right: 10px;
    padding: 0;
    height: 52px;
    width: 52px;
    overflow: hidden; }
  .byline .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; }
  .byline .names {
    display: flex; }
    .byline .names ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .byline .names ul::before {
        padding-right: 5px; }
      .byline .names ul li {
        display: inline; }
        .byline .names ul li::after {
          content: ', '; }
        .byline .names ul li:nth-last-of-type(2)::after {
          content: ' and '; }
        .byline .names ul li:last-of-type::after {
          content: ''; }
  .byline .source-no-author {
    display: inline; }
  .byline .source {
    display: inline; }
    .byline .source::before {
      content: '-'; }
  .byline .category::before {
    content: 'Filed in'; }

.sponsor-byline-image-file {
  width: 100%;
  max-width: 120px;
  min-width: 60px;
  max-height: 89px; }

.sponsor-byline {
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.3rem;
  margin-top: 1.625rem; }
  @media (max-width: 747px) {
    .sponsor-byline {
      font-size: 13px; } }
  @media (max-width: 747px) {
    .sponsor-byline .date {
      clear: both; } }
  .sponsor-byline .date .updated::before {
    padding-right: 5px; }
    @media (min-width: 748px) {
      .sponsor-byline .date .updated::before {
        content: 'Updated'; } }
  .sponsor-byline .photo {
    margin-right: 10px;
    padding: 0;
    overflow: hidden; }
  .sponsor-byline .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; }
  .sponsor-byline .names {
    display: flex; }
    .sponsor-byline .names ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .sponsor-byline .names ul::before {
        padding-right: 5px; }
      .sponsor-byline .names ul li {
        display: inline; }
        .sponsor-byline .names ul li::after {
          content: ', '; }
        .sponsor-byline .names ul li:nth-last-of-type(2)::after {
          content: ' and '; }
        .sponsor-byline .names ul li:last-of-type::after {
          content: ''; }
  .sponsor-byline .source {
    display: inline; }
    .sponsor-byline .source::before {
      content: '-'; }
  @media (min-width: 748px) {
    .sponsor-byline .category::before {
      content: 'Filed in'; } }
  .sponsor-byline a,
  .sponsor-byline a:visited,
  .sponsor-byline a:visited:hover {
    color: #00579e; }
  .sponsor-byline .sponsor-url {
    height: 100%; }
  .sponsor-byline .sponsor-image {
    float: left;
    margin-right: 0.75rem; }
  .sponsor-byline .sponsor-info {
    float: left; }
    .sponsor-byline .sponsor-info strong {
      font-family: Oswald_Bold, Arial, sans-serif;
      vertical-align: middle; }
    .sponsor-byline .sponsor-info strong,
    .sponsor-byline .sponsor-info span {
      display: inline-block;
      line-height: 1.2em; }
      @media (max-width: 747px) {
        .sponsor-byline .sponsor-info strong,
        .sponsor-byline .sponsor-info span {
          display: block; } }

.best-of-web {
  position: relative; }
  .best-of-web > div > div:nth-child(n+4) {
    display: none; }
  @media (min-width: 1005px) {
    .best-of-web {
      border-bottom: none; } }
  .best-of-web .section-tag, .best-of-web .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .best-of-web .section-tag {
    top: inherit;
    bottom: 10px; }
  .best-of-web .see-more-tag {
    margin-top: 45px; }
  @media (min-width: 748px) {
    .best-of-web > div > div:nth-child(n+3) {
      display: none; } }

.breaking-news-banner {
  height: 100%;
  width: 100%;
  background-color: #000000;
  position: relative;
  overflow: hidden; }
  .breaking-news-banner .breaking-news-prefix {
    background-color: #ff0000;
    color: #ffffff;
    display: inline;
    vertical-align: middle;
    padding: 40px 10px; }
    .breaking-news-banner .breaking-news-prefix > span {
      display: inline-block; }
  .breaking-news-banner .breaking-news-headline {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    color: #ffffff;
    line-height: 1.2;
    padding: 0.625rem; }
  .breaking-news-banner .breaking-news-prefix {
    font-family: Oswald, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.25rem; }
    @media (max-width: 747px) {
      .breaking-news-banner .breaking-news-prefix {
        font-size: 0.875rem; } }
  .breaking-news-banner .breaking-news-headline {
    font-family: Arial, sans-serif;
    padding: 10px; }
    .breaking-news-banner .breaking-news-headline:hover, .breaking-news-banner .breaking-news-headline:visited {
      color: #ffffff;
      text-decoration: none; }
    @media (max-width: 747px) {
      .breaking-news-banner .breaking-news-headline {
        font-size: 0.875rem; } }
  .breaking-news-banner .breaking-news-ad {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px; }
    .breaking-news-banner .breaking-news-ad .cm-ad {
      margin-bottom: 0; }
      .breaking-news-banner .breaking-news-ad .cm-ad.BN01 {
        display: none; }
        .homepage .breaking-news-banner .breaking-news-ad .cm-ad.BN01 {
          display: block; }
      .breaking-news-banner .breaking-news-ad .cm-ad.BN02 {
        display: block; }
        .homepage .breaking-news-banner .breaking-news-ad .cm-ad.BN02 {
          display: none; }

.homepage .breaking-news-banner {
  width: 100%;
  height: 40px;
  padding: 0 80px;
  position: relative;
  overflow: inherit;
  background-color: #ffffff;
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 1229px) {
    .homepage .breaking-news-banner {
      padding: 0; } }
  .homepage .breaking-news-banner .breaking-news-prefix,
  .homepage .breaking-news-banner .breaking-news-headline {
    display: block;
    float: left;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 10px; }
  .homepage .breaking-news-banner .breaking-news-prefix {
    text-align: center;
    font-family: Oswald, Arial, sans-serif;
    font-weight: bold; }
  .homepage .breaking-news-banner .breaking-news-headline {
    font-family: Arial, sans-serif;
    padding: 10px; }
    .homepage .breaking-news-banner .breaking-news-headline:hover, .homepage .breaking-news-banner .breaking-news-headline:visited {
      text-decoration: none; }
  .homepage .breaking-news-banner .breaking-news-ad .cm-ad {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 88px;
    height: 31px;
    right: 5px; }
    .homepage .breaking-news-banner .breaking-news-ad .cm-ad.BN01 {
      display: block; }
    .homepage .breaking-news-banner .breaking-news-ad .cm-ad.BN02 {
      display: none; }
    @media (max-width: 1004px) {
      .homepage .breaking-news-banner .breaking-news-ad .cm-ad {
        width: 60px;
        height: 25px; } }
  .homepage .breaking-news-banner .breaking-news-headline {
    color: #000000; }
  .homepage .breaking-news-banner a:hover {
    color: #00539b; }
  @media only screen and (min-width: 748px) {
    .homepage .breaking-news-banner {
      margin-top: 2.5rem;
      width: 100%;
      height: 110px;
      border: 1px solid #ddd;
      padding: 0 0.625rem; }
      .homepage .breaking-news-banner .breaking-news-prefix {
        position: absolute;
        left: 10px;
        font-size: 2rem;
        line-height: 2rem;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); }
      .homepage .breaking-news-banner .breaking-news-prefix::after {
        border-left: 1rem solid transparent;
        border-top: 1rem solid red;
        bottom: -1rem;
        content: ' ';
        height: 1rem;
        left: 1rem;
        position: absolute; }
      .homepage .breaking-news-banner .breaking-news-headline {
        font-size: 1.75rem;
        line-height: 1.75rem;
        color: #000000;
        padding: 1.5rem 0;
        width: 80%; }
      .homepage .breaking-news-banner .breaking-news-ad {
        top: 50%;
        height: 40px; } }

.RP01-250 .hide-when-small-ad {
  display: none; }

.RP01-600 .hide-when-large-ad {
  display: none; }

.center-feature .tiles.medium-story-cards .card .card-block, .center-feature .tiles .medium-story-card .card .card-block {
  height: 126px; }

.center-feature .see-more {
  position: relative;
  height: 46px;
  border-top: none;
  background: #fff; }
  .center-feature .see-more .section-tag, .center-feature .see-more .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .center-feature .see-more .section-tag {
    top: 10px; }

.center-feature-ad .cm-ad.MSOW01 {
  margin-bottom: 0; }

.chartbeat {
  width: 100%;
  position: relative; }
  .chartbeat .chartbeat-heading {
    border: 1px solid #ddd;
    position: relative;
    border-bottom: none;
    height: 3.125rem;
    margin-bottom: 0; }
    .chartbeat .chartbeat-heading h2 {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 1.250rem; }
      @media only screen and (max-width: 1004px) {
        .chartbeat .chartbeat-heading h2 {
          font-size: 1.25rem; } }
      @media only screen and (max-width: 747px) {
        .chartbeat .chartbeat-heading h2 {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
  .chartbeat ol {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    counter-reset: li; }
  .chartbeat li:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: counter(li) ".";
    counter-increment: li;
    left: 1.75rem;
    font-weight: bold;
    font-family: Oswald, Arial, sans-serif; }
  .chartbeat li {
    height: 80px;
    border-bottom: 1px solid #ddd;
    list-style: none; }
    .chartbeat li:before {
      left: 15px; }
  .chartbeat a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.875rem;
    color: #000;
    line-height: 1rem;
    word-wrap: break-word;
    left: 40px;
    max-width: 74%;
    max-height: 48px;
    overflow: hidden; }
    @media only screen and (max-width: 747px) {
      .chartbeat a {
        max-width: 85%; } }
  .chartbeat .list-group-flush:first-child .list-group-item:first-child {
    border-top: 1px solid #ddd; }
  .chartbeat i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 5px;
    right: 11px; }
  .chartbeat .tile-share {
    position: absolute;
    right: 0.625rem;
    height: 2rem; }
    .chartbeat .tile-share.center-vertically, .chartbeat .weather-page .county-weather-alerts-header > .tile-share, .weather-page .chartbeat .county-weather-alerts-header > .tile-share {
      z-index: 1; }
  .chartbeat .list-group-item:last-child {
    margin-bottom: 0; }

/*---------------------------------------------------------
    Livefyre Comments
-------------------------------------------------------- */
.comments-widget {
  margin: 0 20px;
  clear: both; }
  .comments-widget .comments-header {
    cursor: pointer;
    font-size: .875rem;
    margin-bottom: 5px; }
    @media (max-width: 747px) {
      .comments-widget .comments-header {
        text-align: center; } }
  .comments-widget .fyre img {
    display: inline-block; }
  .comments-widget .fyre .fyre-login-bar .fyre-box-wrapper {
    left: 0;
    max-width: 70%; }
  .comments-widget .fyre .fyre-stream-sort {
    border-bottom: 0;
    margin-bottom: 0; }
  .comments-widget .fyre .fyre-stream-stats,
  .comments-widget .fyre .fyre-stream-livecount {
    color: #a1a1a1;
    font-family: arial; }
  .comments-widget .fyre .fyre-stream-stats {
    margin: 30px 0; }
  .comments-widget .fyre .fyre-auth,
  .comments-widget .fyre .fyre-editor,
  .comments-widget .fyre .fyre-stream-header {
    margin-left: 20px;
    margin-right: 10px; }
  .comments-widget .fyre .fyre-live-container {
    float: none;
    position: absolute;
    text-align: right;
    top: -55px;
    left: 140px; }
  .comments-widget .fyre .fyre-livecount {
    top: 0; }
  .comments-widget .fyre .fyre-help {
    float: none;
    padding: 0;
    position: absolute;
    top: 65px;
    right: 0; }
  .comments-widget .fyre .fyre-login-bar {
    float: none;
    height: 47px;
    position: relative; }
  .comments-widget .fyre.fyre-width-small .fyre-login-bar {
    width: 70%;
    max-width: 70%; }
  .comments-widget .fyre .fyre-listener-avatars,
  .comments-widget .fyre .fyre-comment-divider {
    display: none; }
  .comments-widget .fyre .fyre-comment-user img.fyre-user-avatar,
  .comments-widget .fyre .fyre-user-loggedin img,
  .comments-widget .fyre .fyre-listener-avatars img {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important; }
  .comments-widget .fyre a.fyre-user-loggedin,
  .comments-widget .fyre a.fyre-user-loggedin:hover {
    text-decoration: none; }
  .comments-widget .fyre .fyre-user-loggedin img {
    width: 47px !important;
    height: 47px !important;
    margin: 0 !important;
    vertical-align: middle !important; }
  .comments-widget .fyre .fyre-box-wrapper span.fyre-user-drop {
    display: inline;
    vertical-align: middle; }
  .comments-widget .fyre .fyre-box-wrapper,
  .comments-widget .fyre .fyre-box-wrapper:hover,
  .comments-widget .fyre .fyre-box-wrapper.fyre-box-mobile-touch {
    border: none;
    box-shadow: none; }
  .comments-widget .fyre .fyre-box-wrapper:hover .fyre-box-list,
  .comments-widget .fyre .fyre-box-wrapper.fyre-box-mobile-touch .fyre-box-list {
    border: 1px solid #e3e3e3;
    border-top: 0;
    border-radius: 0 !important; }
  .comments-widget .fyre .fyre-box-wrapper .fyre-box-list li:not(:last-child) {
    border-style: solid; }
  .comments-widget .fyre .fyre-box-list,
  .comments-widget .fyre .fyre-box-list li:last-child a {
    border-radius: 0 !important; }
  .comments-widget .fyre .fyre-stream-header,
  .comments-widget .fyre .fyre-comment-stream {
    float: none;
    clear: both;
    width: 100%; }
  .comments-widget .fyre .fyre-comment-article,
  .comments-widget .fyre .fyre-comment-stream {
    font: 16px/25px arial, sans-serif; }
  .comments-widget .fyre .fyre-comment-stream {
    margin-top: 50px;
    padding-top: 22px; }
    .comments-widget .fyre .fyre-comment-stream .fyre-comment-article {
      border-top: 1px solid #e3e3e3;
      padding-top: 28px; }
      .comments-widget .fyre .fyre-comment-stream .fyre-comment-article:first-child {
        border-top: 0; }
    .comments-widget .fyre .fyre-comment-stream .fyre-comment-hidden {
      display: none; }
  .comments-widget .fyre .fyre-comment-wrapper {
    padding: 0 20px; }
    .comments-widget .fyre .fyre-comment-wrapper time.fyre-comment-date {
      font: 12px arial, sans-serif;
      color: #6f6f6f;
      float: none;
      margin-left: 5px; }
  .comments-widget .fyre .fyre-comment-footer .fyre-comment-like-btn,
  .comments-widget .fyre .fyre-comment-footer a.fyre-comment-reply {
    padding: 0 10px;
    color: #a1a1a1;
    border: 1px solid #d0d0d0 !important;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    font: 13px/30px arial, sans-serif; }
  .comments-widget .fyre .fyre-comment-like-count,
  .comments-widget .fyre .fyre-comment-footer .fyre-comment-like a {
    font: 13px/30px arial, sans-serif;
    color: #a1a1a1; }
  .comments-widget .fyre .fyre-comment-footer a.fyre-comment-reply {
    margin-left: 10px; }
  .comments-widget .fyre .fyre-stream-more {
    background: #eee;
    height: 40px;
    margin: 40px 0; }
    .comments-widget .fyre .fyre-stream-more .fyre-stream-more-container {
      background: none;
      border: none; }
      .comments-widget .fyre .fyre-stream-more .fyre-stream-more-container .fyre-text {
        font-weight: bold;
        font-size: 18px;
        line-height: 40px;
        color: #000; }
  .comments-widget .fyre-editor {
    margin-top: 10px; }
    .comments-widget .fyre-editor .fyre-editor-container .fyre-editor-editable {
      box-shadow: none !important;
      border: 1px solid #d0d0d0;
      background: #fff;
      border-radius: 0 !important; }
      .comments-widget .fyre-editor .fyre-editor-container .fyre-editor-editable > p {
        line-height: 18px; }
    .comments-widget .fyre-editor .fyre-editor-toolbar .goog-toolbar {
      background: #f7f7f7;
      margin-top: 5px;
      border: 0;
      border-radius: 0;
      padding: 8px; }
      .comments-widget .fyre-editor .fyre-editor-toolbar .goog-toolbar > * {
        border: none !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
        background: #f7f7f7 !important;
        color: #a1a1a1; }
      .comments-widget .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left.fyre-button-left-open > div {
        background-color: #f7f7f7; }
      .comments-widget .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box {
        background: #fff;
        padding: 0 8px;
        margin-right: 8px;
        border: 1px solid #a9a9a9; }
        .comments-widget .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box .fyre-button-right-inner-box {
          font-weight: normal;
          color: #a1a1a1; }
    .comments-widget .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-format-button > div,
    .comments-widget .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-mention-button > div,
    .comments-widget .fyre-editor .fyre-editor-toolbar .fyre-share-button label.fyre-share-counter.fyre-share-empty {
      opacity: .6; }
    .comments-widget .fyre-editor .fyre-editor-toolbar .fyre-share-container {
      background: #fff;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      border-radius: 0 !important;
      border: 1px solid #e3e3e3;
      border-top: 0; }
      .comments-widget .fyre-editor .fyre-editor-toolbar .fyre-share-container > span {
        border-top: 1px solid #e3e3e3; }
      .comments-widget .fyre-editor .fyre-editor-toolbar .fyre-share-container a {
        border-color: #f7f7f7; }
  .comments-widget .fyre-mention-menu,
  .comments-widget .fyre-editor .fyre-editor-toolbar .fyre-format-toolbar {
    border-color: #f7f7f7;
    background: #f7f7f7;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important; }
  .comments-widget .fyre-tooltip,
  .comments-widget .goog-tooltip {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    min-width: auto; }
  .comments-widget .fyre-tooltip .tooltip,
  .comments-widget .goog-tooltip .tooltip {
    opacity: 1;
    filter: alpha(opacity=1);
    padding: 0;
    vertical-align: middle;
    position: relative; }
  .comments-widget .fyre-tooltip .fyre-tooltip-arrow,
  .comments-widget .goog-tooltip .arrow-down {
    position: absolute;
    bottom: -5px; }

.comments-count {
  font: normal 12px/19px arial;
  color: #fff;
  background: url("../components/comments/bg_comment_count_black.png") center top no-repeat;
  width: 21px;
  height: 21px;
  margin-left: 5px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative; }

.comments-toggle {
  display: inline-block;
  margin-left: 4px;
  width: 20px;
  height: 12px;
  overflow: hidden;
  background: url("../components/comments/bg_comment_toggle.png") center -7px no-repeat; }
  .comments-toggle.collapsed {
    background-position: center 3px; }

article .story-comments .comments-count,
.subnav-header-share .story-comments .comments-count {
  display: inline-block;
  margin: 0 0 0 15px;
  top: 3px;
  position: relative; }

.subnav-header-share .story-comments .comments-count {
  color: #000;
  background-image: url("../components/comments/bg_comment_count_white.png"); }

.contributors {
  font-family: Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal; }
  .contributors ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .contributors ul::before {
      padding-right: 5px; }
    .contributors ul li {
      display: inline; }
      .contributors ul li::after {
        content: ', '; }
      .contributors ul li:nth-last-of-type(2)::after {
        content: ' and '; }
      .contributors ul li:last-of-type::after {
        content: ''; }
  @media (max-width: 747px) {
    .contributors {
      padding-bottom: 0.875rem; } }

.contributors-header {
  font-family: Oswald_Bold, Arial, sans-serif;
  font-size: 0.8125rem;
  float: left;
  padding-right: 7px;
  text-transform: uppercase; }

.evergreen-links {
  width: 100%;
  height: 63px;
  display: flex;
  align-items: center; }
  .evergreen-links a {
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: .875rem;
    flex-basis: 0;
    flex-grow: 1; }
    .evergreen-links a > .cm-icon-right {
      padding-right: 6px;
      padding-bottom: 3px; }

.follow-this-story {
  margin-bottom: -2px; }

.follow-this-story-form {
  position: relative; }
  .follow-this-story-form h6 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    font-size: .875rem; }
  .follow-this-story-form h5 {
    font-family: Oswald_Bold, Arial, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    display: block; }
  .follow-this-story-form .follow-this-story-form-email {
    width: 65%;
    margin-bottom: 10px; }
    @media (max-width: 747px) {
      .follow-this-story-form .follow-this-story-form-email {
        width: 70%;
        height: 30px;
        box-sizing: border-box; } }
  .follow-this-story-form .follow-this-story-form-button-email {
    position: absolute;
    height: 30px;
    width: 15%; }
    @media (max-width: 747px) {
      .follow-this-story-form .follow-this-story-form-button-email {
        width: 30%; } }
  .follow-this-story-form .follow-this-story-form-button, .follow-this-story-form .follow-this-story-form-button-email {
    display: inline-block;
    color: #ffffff;
    background: #00539b;
    border: 1px solid #00539b;
    font-family: Oswald, Arial, sans-serif; }
  .follow-this-story-form .follow-this-story-form-button {
    width: 65px; }
  .follow-this-story-form .follow-this-story-error-message {
    color: #af1e2d;
    margin-bottom: 10px; }

.follow-this-story-legal {
  margin-bottom: -6px; }
  .follow-this-story-legal label {
    display: inline-block;
    margin: 0 0 0 24px;
    width: 70%;
    font-size: .75rem;
    line-height: 1rem; }
    @media (max-width: 747px) {
      .follow-this-story-legal label {
        width: 85%; } }
  .follow-this-story-legal input[type='checkbox'] {
    position: absolute; }
  .follow-this-story-legal a {
    color: #00539b; }
    .follow-this-story-legal a:visited {
      color: #00539b; }

.follow-this-story-error-message img {
  margin: 0 10px 1px 0; }

.follow-this-story-sucess-message img {
  margin-right: 10px; }
  @media (max-width: 747px) {
    .follow-this-story-sucess-message img {
      width: 5%; } }

.section-social-box {
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif;
  font-size: 0.75rem;
  width: 100%;
  padding: 0.625rem 0 0.625rem 0.9375rem;
  height: 3.9375rem;
  position: relative; }
  .section-social-box div {
    display: inline-block; }
  .section-social-box .section-social-box-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 100px; }
  .section-social-box .follow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5.625rem; }
  .section-social-box .single-social-icon-padding {
    padding-left: 50px; }
  .section-social-box .social-icon-container {
    background: black;
    border-radius: 18px;
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0 5px; }
  .section-social-box .cm-icon {
    padding: 5px;
    line-height: 30px; }
  .section-social-box .cm-icon-facebook-circled,
  .section-social-box .cm-icon-twitter-circled {
    position: absolute;
    top: 0;
    left: 3px;
    color: white;
    font-size: 18px;
    line-height: 18px;
    padding-top: 8px; }

@media (min-width: 1005px) {
  .site-index-fixed {
    overflow: hidden; }
  .footer-wrapper {
    color: #332f2f;
    position: fixed;
    bottom: -46px;
    width: 100%;
    height: 46px;
    background-color: #fff;
    box-shadow: 0 0 3px #ddd;
    border-top: 1px solid #ddd;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1005; }
    .footer-wrapper .container {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    .footer-wrapper footer {
      height: 100%; }
      .footer-wrapper footer a {
        color: #332f2f;
        text-decoration: none; }
        .footer-wrapper footer a:hover {
          color: #888888; }
          .footer-wrapper footer a:hover i {
            border-color: #888888; }
    .footer-wrapper .footer-links,
    .footer-wrapper .footer-social {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      position: relative; }
    .footer-wrapper .footer-links {
      font-family: Oswald_Bold, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 0.75rem;
      float: left; }
      .footer-wrapper .footer-links a,
      .footer-wrapper .footer-links span {
        margin: 0 0.3em; }
      .footer-wrapper .footer-links div {
        font-size: 0.625rem; }
    .footer-wrapper .footer-social {
      font-family: Oswald_Bold, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 0.875rem;
      float: right; }
      .footer-wrapper .footer-social a.cm-icon {
        font-size: 1.5em;
        vertical-align: text-bottom; }
      .footer-wrapper .footer-social a:last-child {
        margin-left: 1.5rem; }
      .footer-wrapper .footer-social i {
        border: 2px solid #3e3e3e;
        border-radius: 1em;
        padding: 3px;
        font-size: 0.8em;
        font-weight: bold;
        vertical-align: text-bottom; }
    .footer-fixed .footer-wrapper {
      bottom: -1px; }
    .footer-wrapper .footer-copyright {
      color: #4a4a4a;
      font-family: Arial, sans-serif; }
  .site-index {
    overflow-y: auto;
    display: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ededed;
    padding: 60px 20px 0; }
    .site-index-fixed .site-index {
      position: fixed;
      display: block; }
    .site-index .subscribe-button {
      font-family: Oswald_Bold, Arial, sans-serif;
      display: inline-block;
      clear: both;
      background-color: #fff;
      padding: 0.714em 2.14em;
      text-transform: uppercase;
      float: left;
      margin-top: 10px;
      font-size: 0.875rem;
      border: 1px solid #ddd; }
    .site-index h4 {
      font-family: Oswald_Bold, Arial, sans-serif;
      font-size: 1.75rem; }
    .site-index button {
      position: absolute;
      top: 0;
      right: 0; }
    .site-index .container {
      background-color: inherit;
      position: relative; }
    .site-index .upsell,
    .site-index .bottom {
      border-top: 1px solid #ddd;
      padding-top: 30px;
      margin-top: 20px;
      width: 100%; }
    .site-index .upsell {
      padding-left: 30px;
      padding-right: 30px; }
      .site-index .upsell li {
        float: left;
        margin-right: 30px;
        font: 1rem/1.25rem Arial, sans-serif; }
    .site-index .bottom span {
      font-family: Oswald_Bold, Arial, sans-serif;
      text-transform: uppercase; }
    .site-index .bottom .cm-icon {
      font-size: 1.6em;
      vertical-align: top; }
    .site-index .bottom .pull-xs-right {
      width: 50%; }
    .site-index .bottom p {
      font-size: 0.75rem; }
      .site-index .bottom p a {
        font-weight: bold; }
    .site-index .close-site-index {
      position: absolute;
      right: 0;
      top: 0;
      font-family: Oswald, Arial, sans-serif;
      text-transform: uppercase; }
      .site-index .close-site-index .cm-icon-close {
        font-size: 20px;
        vertical-align: top;
        top: 2px;
        position: relative; }
  .site-index-container {
    margin: 0 auto;
    max-width: 1000px;
    position: relative; }
  .site-index-links {
    font-family: Oswald_Bold, Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 60px; }
    .site-index-links div {
      float: left;
      margin-right: 30px; }
      .site-index-links div:last-child {
        margin-right: 0; }
      .site-index-links div li {
        font-family: Oswald, Arial, sans-serif;
        font-size: 0.875rem;
        margin-bottom: 0.625rem; } }

.photo-story-caption {
  position: relative; }
  .photo-story-caption .photo-story-caption-text {
    display: inline-block;
    width: 100%; }
  .photo-story-caption .photo-story-caption-share-button {
    position: absolute;
    right: 2px; }
  .photo-story-caption .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton {
    color: #d6d6d6; }

.photo-story-image {
  position: relative; }

@media (max-width: 1005px) and (min-width: 748px) {
  .photo-story-share-icons {
    display: none; } }

.photo-story-header {
  padding-bottom: 0 !important; }

@media (max-width: 747px) {
  .photo-story-share-two-col {
    display: none; } }

.gallery-related-photos {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 90%; }
  .gallery-related-photos:not(.slick-initialized) {
    max-height: 170px;
    overflow: hidden; }
  @media (min-width: 748px) {
    .gallery-related-photos img[data-slick-index] {
      margin: 0 5px; } }
  .gallery-related-photos .slick-next::before,
  .gallery-related-photos .slick-prev::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'cm-icon';
    font-size: 1.8125rem;
    font-weight: bold;
    line-height: 125px;
    color: #000; }
  .gallery-related-photos .slick-prev::before {
    content: '\e008';
    right: -5px; }
  .gallery-related-photos .slick-next::before {
    content: '\e005';
    left: -5px; }
  .gallery-related-photos .gallery-related-photos-full-size-icon {
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    position: relative;
    left: 190px;
    top: 32px;
    z-index: 1; }
    @media (max-width: 1229px) {
      .gallery-related-photos .gallery-related-photos-full-size-icon {
        left: 120px;
        top: 32px; } }
    @media (max-width: 1004px) {
      .gallery-related-photos .gallery-related-photos-full-size-icon {
        left: 80%;
        top: 32px; } }
    @media (max-width: 747px) {
      .gallery-related-photos .gallery-related-photos-full-size-icon {
        left: 90%;
        top: 38px; } }
  .gallery-related-photos .gallery-related-photos-img {
    max-width: 100%;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 747px) {
  body.WP01 .header-wrapper {
    background: none;
    border-bottom: none; }
    body.WP01 .header-wrapper #top-nav {
      border-bottom: none; }
    body.WP01 .header-wrapper .container {
      background: #fff;
      border-bottom: 1px solid #dddddd; } }

.stickyHeaderLogo {
  left: 35px;
  bottom: 9px; }

.header-fixed .hidden-pinned {
  display: none !important; }

@media (max-width: 1004px) {
  .header-fixed {
    padding-top: 80px; }
    .header-fixed .mobile-pinned-menu {
      display: block !important; } }

@media (min-width: 1005px) {
  .header-fixed {
    padding-top: 110px; }
    .header-fixed .nav-subscribe span.hidden-lg-down,
    .header-fixed .nav-subscribe span.hidden-lg-down.bottom {
      display: none; }
    .header-fixed .main-nav .navbar-logo {
      display: block; }
    .header-fixed .main-nav .nav-item > .nav-item-link {
      padding: 0.5rem .625rem .5rem 1.1875rem; }
      .header-fixed .main-nav .nav-item > .nav-item-link:before {
        left: .6375rem; } }

.header-fixed .header-wrapper {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1006; }

.header-fixed .top-nav {
  display: none; }

.janrain-capture-ui .capture_text_input {
  font-size: 16px !important; }

@media (max-width: 747px) {
  #janrainModal {
    overflow: scroll;
    position: fixed !important;
    height: 100% !important; } }

#janrainModal .janrain_modal_closebutton {
  display: block; }

.mobile-pinned-menu {
  display: none !important; }
  .mobile-pinned-menu .nav-subscribe {
    margin-left: .75rem;
    margin-right: 0;
    border-right: 1px solid #ddd; }
    @media (max-width: 544px) {
      .mobile-pinned-menu .nav-subscribe a {
        padding-left: .625rem;
        padding-right: .625rem; }
        .mobile-pinned-menu .nav-subscribe a .hidden-lg:first-of-type {
          display: none; } }

.header-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1006; }
  .header-wrapper .container {
    padding: 0 0.75rem; }
    @media (min-width: 1230px) {
      .header-wrapper .container {
        padding-left: 1.75rem;
        padding-right: 1.75rem; } }

.nav-search {
  position: absolute;
  right: -6px; }
  .nav-search .search {
    border-radius: 1rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 0;
    max-width: 200px;
    opacity: 0;
    padding-right: 1.5rem; }
  .nav-search .cm-icon-search {
    display: block; }
  .nav-search .cm-icon-close {
    display: none; }
  .nav-search.open {
    right: 0; }
    .nav-search.open .search {
      width: 200px;
      max-width: 200px;
      opacity: 1; }
    .nav-search.open .cm-icon-search {
      display: none; }
    .nav-search.open .cm-icon-close {
      display: block; }
  .nav-search i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    right: 6px;
    font-size: 1.3em; }

/*
 * all views
 */
.top-nav {
  border-bottom: 1px solid #ddd;
  position: relative; }
  .top-nav .logo-image {
    height: 35px; }

.top-nav-link {
  float: left;
  padding: 0 1rem;
  position: relative; }
  .top-nav-link > a {
    font-size: 0.625rem;
    text-transform: uppercase; }
  .top-nav-link .nav-products-toggle span {
    vertical-align: middle;
    margin-right: 0.25rem; }
  .top-nav-link .weather {
    vertical-align: middle;
    width: 1.25rem; }
    .top-nav-link .weather .alert-badge {
      position: absolute;
      top: -3px;
      right: -6px; }
  .top-nav-link .tempurature {
    font-size: 1.125rem;
    vertical-align: middle; }
  .top-nav-link .nav-products-dropdown {
    position: absolute;
    top: 60px;
    left: 0;
    width: 540px;
    z-index: 1006;
    background: white;
    border: 1px solid #ddd;
    padding: 1.25rem; }
    .top-nav-link .nav-products-dropdown a {
      margin-top: 0.5rem; }
  .top-nav-link.on .nav-products-toggle span {
    background-position: -5px -5px; }
  .top-nav-link.on .nav-products-dropdown {
    display: block !important; }

.top-nav-weather {
  padding-left: 0; }

.top-nav-traffic i::before {
  font-size: 1.25rem; }

.top-nav-traffic .alert-badge {
  position: absolute;
  top: -6px;
  right: -6px; }

.nav-subscribe {
  background: #f9f9f9;
  border-left: 1px solid #ddd; }
  .slideout-wrapper .nav-subscribe {
    background: #fff;
    margin-right: 0 !important;
    border-right: 0; }
  .nav-subscribe a {
    color: #a22;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 1.25rem;
    text-align: center; }
    .nav-subscribe a:visited {
      color: #a22; }
    .nav-subscribe a .bottom {
      color: black;
      display: block;
      font-size: 0.9em;
      font-weight: normal;
      text-transform: initial; }

.navbar-user {
  position: relative; }
  .logged-in .navbar-user .nav-login {
    display: none; }
  .navbar-user .nav-login,
  .navbar-user .nav-logout {
    position: relative;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    .navbar-user .nav-login .user-avatar,
    .navbar-user .nav-logout .user-avatar {
      border-radius: 55%;
      height: 75%;
      float: left; }
    .navbar-user .nav-login .nav-login-avatar,
    .navbar-user .nav-logout .nav-login-avatar {
      line-height: 40px;
      margin-bottom: 0.3125rem; }
    .navbar-user .nav-login .nav-login-icon,
    .navbar-user .nav-logout .nav-login-icon {
      font-size: 1.25rem;
      line-height: 40px;
      margin-bottom: 0.3125rem; }
    .navbar-user .nav-login .nav-login-label,
    .navbar-user .nav-login .nav-logged-in-label,
    .navbar-user .nav-logout .nav-login-label,
    .navbar-user .nav-logout .nav-logged-in-label {
      line-height: 40px; }
    .navbar-user .nav-login > a,
    .navbar-user .nav-logout > a {
      display: block;
      height: 100%;
      max-width: 130px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .navbar-user .nav-login a,
    .navbar-user .nav-logout a {
      font-size: 0.75rem;
      font-family: Oswald, Arial, sans-serif;
      line-height: 40px;
      text-transform: uppercase;
      padding: 0 10px; }
      .navbar-user .nav-login a .cm-icon span,
      .navbar-user .nav-login a span.hidden-md-down,
      .navbar-user .nav-logout a .cm-icon span,
      .navbar-user .nav-logout a span.hidden-md-down {
        margin-left: 7px; }
  .navbar-user .nav-auth-dropdown-wrapper {
    position: absolute;
    top: 100%;
    right: -1px;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    background: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.1s; }
    .navbar-user .nav-auth-dropdown-wrapper:after {
      border-left: 1px solid #ddd;
      height: 100%;
      width: 0;
      content: '';
      position: absolute;
      top: 0;
      right: 0; }
    .navbar-user .nav-auth-dropdown-wrapper ul {
      margin-bottom: 0; }
  .inside-auth .navbar-user .nav-login:after,
  .inside-auth .navbar-user .nav-logout:after {
    border-bottom: solid 1px white;
    width: 100%;
    height: 0;
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0; }
  .inside-auth .navbar-user .nav-auth-dropdown-wrapper {
    max-height: 300px;
    transition-delay: 0.1s;
    width: 244px; }
  .navbar-user .nav-auth-dropdown {
    display: flex;
    flex-direction: column;
    width: 244px;
    background: white;
    -webkit-transition: width 0.5s;
    transition: width 0.5s; }
    .navbar-user .nav-auth-dropdown > div {
      background-color: #fff;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      color: #000; }
    .navbar-user .nav-auth-dropdown .nav-logged-in-links {
      padding: 0.5rem 0; }
    .navbar-user .nav-auth-dropdown .nav-login-details {
      padding: 1.5rem 10px 1.5rem 20px; }
      .navbar-user .nav-auth-dropdown .nav-login-details h3 {
        font-size: 0.875rem;
        line-height: 1.25rem;
        text-transform: uppercase; }
      .navbar-user .nav-auth-dropdown .nav-login-details ul {
        font-size: 0.75rem;
        padding: 1rem;
        padding: 0 1rem;
        margin-bottom: 0; }
    .navbar-user .nav-auth-dropdown a {
      line-height: 3em;
      display: block;
      width: 100%; }
      .navbar-user .nav-auth-dropdown a.authlink {
        background-color: #000;
        color: #fff;
        text-align: center; }
  .navbar-user > div {
    float: left;
    height: 40px; }
    .navbar-user > div.top-nav-link {
      padding: 0 1rem; }
    .navbar-user > div.search-wrapper {
      position: relative;
      margin: 0 1.5rem; }
      .navbar-user > div.search-wrapper .nav-search {
        right: 6px; }
  .navbar-user .nav-logout {
    display: none; }
    .logged-in .navbar-user .nav-logout {
      display: block; }

.slideout-top-auth .nav-login .user-avatar,
.slideout-top-auth .nav-logout .user-avatar {
  border-radius: 55%;
  height: 75%;
  float: left; }

.slideout-top-auth .nav-login > a,
.slideout-top-auth .nav-logout > a {
  display: block;
  height: 100%; }
  .slideout-top-auth .nav-login > a span::before,
  .slideout-top-auth .nav-logout > a span::before {
    position: relative;
    top: -2px; }

.slideout-top-auth .nav-login a,
.slideout-top-auth .nav-logout a {
  font-size: 0.9375rem;
  font-family: Oswald, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 10px; }
  .slideout-top-auth .nav-login a .cm-icon span,
  .slideout-top-auth .nav-login a span.hidden-md-down,
  .slideout-top-auth .nav-logout a .cm-icon span,
  .slideout-top-auth .nav-logout a span.hidden-md-down {
    margin-left: 7px; }

.slideout-top-auth .nav-login span.hidden-md-down,
.slideout-top-auth .nav-login span.hidden-md-down,
.slideout-top-auth .nav-logout span.hidden-md-down,
.slideout-top-auth .nav-logout span.hidden-md-down {
  display: inline !important; }

.slideout-top-auth .toggle-subnav .cm-icon-chevron-up,
.slideout-top-auth .toggle-subnav .cm-icon-chevron-down {
  height: 40px; }

.main-nav {
  height: 40px;
  position: relative;
  z-index: 1005;
  background-color: #fff;
  padding: 0; }
  .main-nav .nav-item-link {
    font-family: Oswald, Arial, sans-serif;
    line-height: 1.5rem;
    text-transform: uppercase;
    position: relative;
    display: block; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 0; }

/*
 * mobile view
 */
@media (max-width: 1004px) {
  .slideout-fixed,
  .janrain-modal-opened {
    overflow: hidden;
    position: fixed;
    width: 100%; }
  .top-nav {
    height: 41px; }
  .top-nav-links {
    height: 40px; }
  .top-nav-link {
    height: 40px;
    padding: 0 0.5rem; }
    .top-nav-link.weather-wrapper {
      padding-left: 0; }
  .navbar-user .nav-subscribe a {
    padding: 0 0.75rem; }
  .main-nav .mobile-icons {
    /* Dayton gets the user auth content in the mobile-icons section
               it should be limited by the logic in /PortalConfig/np-free/framesets/header/header.jpt
               but, just in case, we're hiding it here as well.
               (This rule will be overridden in Dayton's theme file.) */ }
    .main-nav .mobile-icons div {
      position: relative;
      height: 40px;
      display: inline-block; }
    .main-nav .mobile-icons .open-slideout:hover, .main-nav .mobile-icons .open-slideout:visited, .main-nav .mobile-icons .open-slideout:visited:hover {
      color: #000; }
    .main-nav .mobile-icons .open-slideout::before {
      font-size: 1.8rem; }
    .main-nav .mobile-icons .logo {
      position: absolute; }
      .main-nav .mobile-icons .logo a {
        height: 25px; }
        .main-nav .mobile-icons .logo a img {
          height: 100%;
          width: auto; }
    .main-nav .mobile-icons .navbar-user {
      display: none; }
  .main-nav .slideout-wrapper {
    background-color: #f0f0f0;
    position: fixed;
    height: 100vh;
    width: 42%;
    max-width: 100vw;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    transition-delay: 0.1s; }
    .main-nav .slideout-wrapper .footer-links {
      padding-bottom: 130px; } }
  @media (max-width: 1004px) and (max-width: 747px) {
    .main-nav .slideout-wrapper {
      width: 100%; } }

@media (max-width: 1004px) {
    .main-nav .slideout-wrapper a {
      display: inline-block; }
    .main-nav .slideout-wrapper > .tr {
      display: block; }
    .main-nav .slideout-wrapper .slideout-top {
      background-color: #fff;
      height: 81px; }
      .main-nav .slideout-wrapper .slideout-top > div {
        height: 41px;
        border-bottom: 1px solid #ddd; }
      .main-nav .slideout-wrapper .slideout-top .close-slideout {
        font-size: 1.4em;
        height: 40px;
        padding: 0.5rem 1rem 0;
        display: block;
        float: left;
        cursor: pointer; }
        .main-nav .slideout-wrapper .slideout-top .close-slideout::before {
          font-size: 1.2em; }
      .main-nav .slideout-wrapper .slideout-top .nav-subscribe {
        display: block;
        float: right;
        padding: 0.675rem 1rem;
        border-left: 1px solid #ddd;
        font-size: 0.75rem;
        margin-right: 0; } }
      @media (max-width: 1004px) and (max-width: 747px) {
        .main-nav .slideout-wrapper .slideout-top .nav-subscribe {
          margin-right: 12px; } }

@media (max-width: 1004px) {
      .logged-in .main-nav .slideout-wrapper .slideout-top .nav-login {
        display: none; }
      .main-nav .slideout-wrapper .slideout-top .nav-login,
      .main-nav .slideout-wrapper .slideout-top .nav-logout {
        height: 40px;
        line-height: 40px; }
        .main-nav .slideout-wrapper .slideout-top .nav-login a,
        .main-nav .slideout-wrapper .slideout-top .nav-logout a {
          display: block;
          padding-left: 1rem; }
      .main-nav .slideout-wrapper .slideout-top .nav-logout {
        display: none; }
        .logged-in .main-nav .slideout-wrapper .slideout-top .nav-logout {
          display: block; }
    .main-nav .slideout-wrapper .navbar-nav {
      -ms-overflow-y: auto;
      overflow-y: scroll;
      height: 100%;
      width: 100%; }
      .main-nav .slideout-wrapper .navbar-nav li {
        border-top: 1px solid #ddd; }
      .main-nav .slideout-wrapper .navbar-nav > li:first-child {
        border-top: none; }
      .main-nav .slideout-wrapper .navbar-nav .nav-item {
        float: none;
        position: relative;
        z-index: 1005; }
        .main-nav .slideout-wrapper .navbar-nav .nav-item > .nav-item-link {
          font-family: Oswald_Bold, Arial, sans-serif;
          line-height: 1em;
          font-size: 1.125rem;
          padding: 1rem;
          height: 46px; }
        .main-nav .slideout-wrapper .navbar-nav .nav-item .subnav-left li {
          position: relative;
          overflow: hidden; }
          .main-nav .slideout-wrapper .navbar-nav .nav-item .subnav-left li a {
            background-color: #fff;
            display: block;
            padding: 1.0625rem 1rem;
            font-size: 0.75rem;
            line-height: 1em;
            text-transform: uppercase;
            font-family: Oswald_Bold, Arial, sans-serif;
            height: 46px; }
          .main-nav .slideout-wrapper .navbar-nav .nav-item .subnav-left li i {
            width: 0;
            height: 100%;
            position: absolute;
            left: 0; }
          .main-nav .slideout-wrapper .navbar-nav .nav-item .subnav-left li i.on {
            width: 0.375rem; }
        .main-nav .slideout-wrapper .navbar-nav .nav-item.open .toggle-subnav .cm-icon-chevron-up {
          display: block; }
        .main-nav .slideout-wrapper .navbar-nav .nav-item.open .toggle-subnav .cm-icon-chevron-down {
          display: none; }
        .main-nav .slideout-wrapper .navbar-nav .nav-item.open .subnav-left {
          max-height: 1000px;
          -webkit-transition: max-height 0.2s;
          transition: max-height 0.2s; }
      .main-nav .slideout-wrapper .navbar-nav .subnav-left {
        max-height: 0;
        overflow: hidden; }
      .main-nav .slideout-wrapper .navbar-nav .subnav-right {
        display: none; }
  .main-nav.slideout-open .slideout-wrapper {
    left: 0;
    border-right: 1px solid #ddd; }
  .slideout-weather,
  .slideout-traffic,
  .slideout-bottom {
    padding: 0.5rem 1rem; }
  .slideout-weather,
  .slideout-traffic {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    height: 87px; }
    .slideout-weather .cm-ad,
    .slideout-traffic .cm-ad {
      margin-left: auto;
      margin-bottom: 0; }
    .slideout-weather .alert-badge,
    .slideout-traffic .alert-badge {
      position: absolute;
      font-size: 0.6em; }
    .slideout-weather small,
    .slideout-traffic small {
      clear: both;
      width: 100%;
      display: block; }
      .slideout-weather small em,
      .slideout-traffic small em {
        font-family: serif;
        font-weight: bold; }
      .slideout-weather small span,
      .slideout-traffic small span {
        transform: rotate(-90deg);
        font-size: 0.8em;
        position: relative;
        top: -1px; }
  .slideout-weather .alert-badge {
    top: 10px;
    right: -10px; }
  .slideout-traffic .alert-badge {
    top: 0;
    left: 40px; }
  .slideout-weather .tempurature {
    font-size: 3rem;
    font-weight: bold;
    float: left;
    line-height: 1;
    margin-left: 7px; }
  .slideout-weather .weather {
    position: relative;
    padding: 0.8rem 0;
    vertical-align: top;
    width: 1.5rem; }
  .slideout-traffic .traffic-map {
    position: relative;
    margin-left: 25px; }
  .toggle-subnav {
    position: absolute;
    top: 0;
    right: 0; }
    .toggle-subnav .cm-icon-chevron-up,
    .toggle-subnav .cm-icon-chevron-down {
      cursor: pointer;
      font-size: 1.3em;
      height: 46px;
      text-align: center;
      width: 46px; }
      .toggle-subnav .cm-icon-chevron-up::before,
      .toggle-subnav .cm-icon-chevron-down::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        position: relative; }
    .toggle-subnav .cm-icon-chevron-up {
      display: none; }
    .toggle-subnav .cm-icon-chevron-down {
      display: block; }
  .slideout-bottom .cm-icon {
    display: inline-block;
    padding: 0.4em 0.3em;
    font-size: 2.2rem; }
  .slideout-bottom > div {
    font-size: 0.625rem;
    text-align: center;
    text-transform: uppercase; }
  .slideout-bottom span {
    padding-top: 1em;
    display: block; }
  .slideout-top-auth {
    position: relative;
    height: auto !important;
    z-index: 1006;
    -webkit-box-shadow: 0 4px 6px -1px rgba(175, 175, 175, 0.4);
    -moz-box-shadow: 0 4px 6px -1px rgba(175, 175, 175, 0.4);
    box-shadow: 0 4px 6px -1px rgba(175, 175, 175, 0.4); }
    .slideout-top-auth .toggle-subnav {
      display: none; }
      .logged-in .slideout-top-auth .toggle-subnav {
        display: block; }
    .slideout-top-auth .slideout-top-auth-dropdown {
      max-height: 0;
      background-color: #fff;
      overflow: hidden;
      position: relative;
      width: 100%;
      top: 0;
      z-index: 1006;
      display: none; }
      .logged-in .slideout-top-auth .slideout-top-auth-dropdown {
        display: block; }
      .slideout-top-auth .slideout-top-auth-dropdown ul {
        margin-bottom: 0; }
      .slideout-top-auth .slideout-top-auth-dropdown li:not(:last-of-type) {
        border-bottom: 1px solid #ddd; }
      .slideout-top-auth .slideout-top-auth-dropdown a {
        background-color: #fff;
        display: block;
        padding: 1.0625rem 1rem;
        font-size: 0.75rem;
        line-height: 1em;
        text-transform: uppercase;
        font-family: Oswald_Bold, Arial, sans-serif;
        height: 46px;
        color: #9d9d9d; }
        .slideout-top-auth .slideout-top-auth-dropdown a:visited, .slideout-top-auth .slideout-top-auth-dropdown a:visited:hover, .slideout-top-auth .slideout-top-auth-dropdown a:hover {
          color: #9d9d9d; }
        .slideout-top-auth .slideout-top-auth-dropdown a.authlink {
          color: #000; }
          .slideout-top-auth .slideout-top-auth-dropdown a.authlink:visited, .slideout-top-auth .slideout-top-auth-dropdown a.authlink:visited:hover, .slideout-top-auth .slideout-top-auth-dropdown a.authlink:hover {
            color: #000; }
        .slideout-top-auth .slideout-top-auth-dropdown a .cm-icon:before {
          display: none; }
    .slideout-top-auth.open .slideout-top-auth-dropdown {
      max-height: 500px;
      -webkit-transition: max-height 0.2s;
      transition: max-height 0.2s; }
    .slideout-top-auth.open .toggle-subnav .cm-icon-chevron-up {
      display: block; }
    .slideout-top-auth.open .toggle-subnav .cm-icon-chevron-down {
      display: none; } }

/*
 * desktop view
 */
@media (min-width: 1005px) {
  .top-nav {
    height: 71px; }
    .top-nav .logo {
      float: left;
      display: block;
      max-width: 140px;
      position: absolute; }
    .top-nav .top-nav-links {
      height: 70px; }
    .top-nav .top-nav-link {
      height: 70px;
      font-size: 0.875rem;
      padding: 0.5rem 1rem 0.5rem 1.5rem; }
  .top-nav-search .nav-search {
    right: 0.4rem; }
  .navbar .nav-item {
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    margin: 0; }
    .navbar .nav-item.open {
      background-color: #e9e9e9;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }
  .navbar.inside .nav-item.on {
    background-color: #f9f9f9;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
  .main-nav .navbar-nav {
    height: 40px;
    overflow: hidden;
    max-width: 690px; }
  .header-fixed .main-nav .navbar-nav {
    max-width: 540px; } }

@media (min-width: 1005px) and (min-width: 1230px) {
  .main-nav .navbar-nav {
    max-width: 815px; }
  .header-fixed .main-nav .navbar-nav {
    max-width: 680px; } }

@media (min-width: 1005px) {
  .main-nav h4 {
    text-transform: uppercase; }
  .main-nav .subnav-static-wrapper {
    background-color: #252222;
    border-top: 1px solid #ddd;
    height: 0;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    transition-delay: 0.1s; }
  .main-nav .subnav-static {
    background-color: #fff;
    width: 100%;
    height: 320px;
    z-index: 1005;
    padding-top: 10px;
    padding-left: 381px; } }
  @media (min-width: 1005px) and (max-width: 1229px) {
    .main-nav .subnav-static {
      padding-left: 200px; } }

@media (min-width: 1005px) {
    .main-nav .subnav-static > div {
      float: left;
      height: 300px;
      box-sizing: content-box;
      max-width: 200px; }
  .main-nav .subnav-static-first {
    font-size: 0.75rem;
    padding-left: 10px;
    width: 174px; }
    .main-nav .subnav-static-first h4 {
      font-size: 0.6875rem;
      font-weight: bold; }
  .main-nav .subnav-static-second {
    border-left: 1px solid #ddd;
    width: 200px; }
    .main-nav .subnav-static-second a {
      margin-bottom: 0.125rem; }
  .main-nav .subnav-static-third {
    position: absolute;
    right: 10px;
    text-align: center;
    width: 318px;
    max-width: 318px !important;
    border-left: 1px solid #ddd;
    padding-left: 18px; } }
  @media (min-width: 1005px) and (min-width: 1230px) {
    .main-nav .subnav-static-third {
      padding-left: 10px;
      width: 330px;
      max-width: 330px !important; } }

@media (min-width: 1005px) {
  .main-nav .subnav-static-ad {
    margin: 25px 10px;
    width: 300px; } }
  @media (min-width: 1005px) and (max-width: 1229px) {
    .main-nav .subnav-static-ad {
      margin: 25px 0; } }

@media (min-width: 1005px) {
  .main-nav .subnav .list-unstyled li,
  .main-nav .subnav-static .list-unstyled li {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-bottom: 6px; }
  .main-nav .subnav-right .list-unstyled li,
  .main-nav .subnav-static .list-unstyled li {
    font-size: 0.8125rem; }
  .main-nav .navbar-logo {
    display: none;
    padding-right: 10px; }
    .main-nav .navbar-logo a {
      height: 40px;
      display: flex;
      align-items: center; }
    .main-nav .navbar-logo img {
      height: 20px; }
  .main-nav .nav-item > .nav-item-link {
    padding: 0.5rem .9375rem .5rem 1.5rem;
    color: #000000;
    font-size: .875rem; }
    .main-nav .nav-item > .nav-item-link::before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 0.375rem;
      content: '';
      height: 1em;
      width: 1em;
      left: .9375rem;
      border-radius: 0.5em; }
  .main-nav .nav-item.open .nav-item-link {
    color: #000000; }
  .main-nav .nav-item .toggle-subnav {
    display: none; }
  .main-nav .nav-item .subnav-wrapper {
    border-top: 1px solid #ddd;
    position: absolute;
    top: 40px;
    left: 10px;
    overflow: hidden;
    height: 330px;
    width: 0;
    max-height: 0;
    z-index: 1005;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
    transition-delay: 0.1s; }
  .main-nav .nav-item .subnav {
    position: absolute;
    right: 0;
    top: 0;
    width: 381px;
    height: 330px;
    border-bottom: solid 10px #252222; } }
  @media (min-width: 1005px) and (max-width: 1229px) {
    .main-nav .nav-item .subnav {
      width: 200px; }
      .main-nav .nav-item .subnav .subnav-left {
        width: 100%; }
      .main-nav .nav-item .subnav .subnav-right {
        display: none; } }

@media (min-width: 1005px) {
    .main-nav .nav-item .subnav .subnav-right {
      border-left: solid rgba(0, 0, 0, 0.2) 1px;
      margin-top: 8px; }
      .main-nav .nav-item .subnav .subnav-right :first-child {
        padding-top: 2px; }
    .main-nav .nav-item .subnav > div {
      color: #fff;
      float: left;
      padding-left: 10px;
      margin-top: 10px;
      height: 300px;
      width: 190px; }
      .main-nav .nav-item .subnav > div h4 {
        font-size: 0.6875rem;
        text-transform: uppercase; }
      .main-nav .nav-item .subnav > div ul {
        margin-bottom: 1.5em; }
      .main-nav .nav-item .subnav > div a {
        color: #fff; }
        .main-nav .nav-item .subnav > div a:hover {
          color: rgba(255, 255, 255, 0.7); }
  .main-nav .nav-item.on .subnav-wrapper {
    width: 381px;
    z-index: 1005; } }
  @media (min-width: 1005px) and (max-width: 1229px) {
    .main-nav .nav-item.on .subnav-wrapper {
      width: 200px; } }

@media (min-width: 1005px) {
  .main-nav.open .subnav-static-wrapper {
    height: 330px; }
  .main-nav.open .subnav-wrapper {
    max-height: 330px; }
  .main-nav.inside .subnav-static-wrapper {
    height: 330px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.1s; }
  .main-nav.inside .subnav-wrapper {
    max-height: 330px;
    -webkit-transition: max-height 0.5s, width 0.2s;
    transition: max-height 0.5s, width 0.2s;
    transition-delay: 0.1s; } }

@media (max-width: 1004px) {
  .navbar-nav li:not(.open) > a:hover,
  .navbar-nav li:not(.open) > a:visited,
  .navbar-nav li:not(.open) > a:visited:hover {
    color: #000; } }

.sub-header-nav {
  background-color: #000;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 999;
  display: none; }
  .sub-header-nav .container {
    padding-top: 1px;
    height: 40px; }
    .sub-header-nav .container .subnav-header-headline {
      padding-top: 6px;
      font-size: 1rem;
      font-family: Arial, sans-serif;
      font-weight: bold; }
  .sub-header-nav .janrainSocialPlaceholder.share-container.share-bar .janrainSocialBar {
    padding-top: 3px; }
  .sub-header-nav .share-container.share-drawer .janrainSocialRoot .janrainSocialBar .janrainDrawerButtonContainer button.janrainDrawerButton {
    color: white; }
    .sub-header-nav .share-container.share-drawer .janrainSocialRoot .janrainSocialBar .janrainDrawerButtonContainer button.janrainDrawerButton:after {
      height: 1.625rem;
      width: 1.625rem;
      font-size: 1.625rem; }
  .sub-header-nav .share-bar .janrainSocialRoot .janrainSocialBar .janrainProviderList .janrainProvider {
    color: #fff; }
  .sub-header-nav .subnav-header-headline {
    float: left;
    margin-top: 4px;
    padding-left: 12px; }
  .sub-header-nav .subnav-header-share {
    float: right;
    padding-right: 12px; }
  .sub-header-nav .subnav-header-share .share-container .janrainProviderList {
    font-size: 22px;
    outline: none; }
  .sub-header-nav button.janrainProvider:hover,
  .sub-header-nav .janrainDrawerButton:hover:after,
  .sub-header-nav .janrainDrawerButton:hover:after {
    color: #888888 !important; }

.headline-only-module {
  font-size: .9375rem;
  padding: 15px; }
  .headline-only-module .headline-only-headline {
    width: 228px; }
  .headline-only-module ul {
    margin-bottom: 0; }
  .headline-only-module li {
    padding-top: 14px;
    line-height: .9375rem; }
    .headline-only-module li:first-child {
      padding-top: 0; }
    .headline-only-module li:last-child {
      padding-bottom: 0; }
    .headline-only-module li a {
      font-weight: bold;
      font-size: 0.8125rem; }
      .headline-only-module li a a:visited {
        color: #000000; }

.section-menu-toggle.module, .section-menu-toggle.add-on-module, .weather-page .section-menu-toggle.add-on-heading {
  height: 30px;
  padding: 0 0.375rem; }

.section-menu-dropdown h2 {
  padding-left: 15px;
  font-size: 1.25rem;
  margin-bottom: 20px;
  line-height: 1rem; }

.homepage-top-headlines .more-link-container {
  height: 36px;
  padding: 0;
  position: relative; }
  .homepage-top-headlines .more-link-container .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.homepage-top-headlines.col-md-6 .tiles.medium-story-tiles {
  height: 250px; }
  .homepage-top-headlines.col-md-6 .tiles.medium-story-tiles .medium-story-tile {
    height: 66px; }
    .homepage-top-headlines.col-md-6 .tiles.medium-story-tiles .medium-story-tile .tile-headline {
      height: 54px; }

.homepage-top-headlines.col-md-6 .more-link-container {
  height: calc(100% - 198px); }

.cm-largeImageCarousel {
  margin-bottom: 5%; }

.lead-video {
  background-color: #242222;
  margin-bottom: 25px;
  position: relative; }
  .lead-video .lead-photo__view-caption,
  .lead-video .lead-photo__hide-caption {
    margin-top: -0.5rem;
    background: black;
    opacity: 1; }

.lead-photo {
  background-color: #242222;
  margin-bottom: 25px;
  position: relative; }
  @media (max-width: 747px) {
    .lead-photo {
      z-index: 1; } }
  .lead-photo__hide-caption, .lead-photo__view-caption {
    float: right;
    width: 100%;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-family: Oswald, Arial, sans-serif;
    font-size: 0.6875rem;
    height: 1.6875rem;
    line-height: 1.6875rem;
    opacity: 0.8;
    padding: 0 7px;
    text-transform: uppercase;
    text-align: right; }
  .lead-photo__caption {
    padding: 5px 0 0;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
    color: #666666; }
    @media (max-width: 747px) {
      .lead-photo__caption {
        background-color: black;
        color: #fff;
        padding-bottom: 10px; } }
  .lead-photo__caption-text {
    display: block;
    height: 93%;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 747px) {
      .lead-photo__caption-text {
        font-family: Arial, sans-serif;
        padding: 0 10px; } }
  .lead-photo__caption-credit {
    display: block;
    font-family: Merriweather_Light, Arial, sans-serif;
    float: right;
    font-size: 0.625rem; }
    @media (max-width: 747px) {
      .lead-photo__caption-credit {
        padding: 0 10px; } }

.list-of-three {
  width: 100%; }
  .list-of-three .list-of-three-heading .lot-heading-small-text {
    font-family: Merriweather, Arial, sans-serif;
    font-style: italic;
    font-size: .75rem; }
  .list-of-three .list-of-three-heading img {
    width: 10.9375rem;
    margin-bottom: 4px; }
  .list-of-three .list-of-three-heading.list-of-three-plain-header {
    border: 1px solid #ddd;
    background: #fff;
    padding: 14px 12px 7px 18px;
    border-bottom: none; }
    @media only screen and (max-width: 1004px) {
      .list-of-three .list-of-three-heading.list-of-three-plain-header .section-heading {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 747px) {
      .list-of-three .list-of-three-heading.list-of-three-plain-header {
        padding: 14px; } }
  .list-of-three .list-of-three-story-page-heading {
    border: 1px solid #ddd;
    position: relative;
    border-bottom: none;
    height: 3.125rem;
    margin-bottom: 0; }
    .list-of-three .list-of-three-story-page-heading h2 {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 1.250rem; }
      @media only screen and (max-width: 1004px) {
        .list-of-three .list-of-three-story-page-heading h2 {
          font-size: 1.25rem; } }
      @media only screen and (max-width: 747px) {
        .list-of-three .list-of-three-story-page-heading h2 {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
  .list-of-three .list-of-three-body {
    border: 1px solid #ddd;
    padding: 0; }
  .list-of-three .list-of-three-text, .list-of-three .list-of-three-text-section-page, .list-of-three .list-of-three-text-story-page {
    position: relative;
    border-bottom: 1px solid #ddd;
    list-style: none;
    background-color: #ffffff; }
    .list-of-three .list-of-three-text img, .list-of-three .list-of-three-text-section-page img, .list-of-three .list-of-three-text-story-page img {
      height: auto;
      width: 63px;
      float: left;
      margin-right: 11px; }
    .list-of-three .list-of-three-text h3, .list-of-three .list-of-three-text-section-page h3, .list-of-three .list-of-three-text-story-page h3, .list-of-three .list-of-three-text p, .list-of-three .list-of-three-text-section-page p, .list-of-three .list-of-three-text-story-page p, .list-of-three .list-of-three-text span, .list-of-three .list-of-three-text-section-page span, .list-of-three .list-of-three-text-story-page span {
      font-family: Arial, sans-serif;
      color: #000000; }
    .list-of-three .list-of-three-text h3, .list-of-three .list-of-three-text-section-page h3, .list-of-three .list-of-three-text-story-page h3, .list-of-three .list-of-three-text span, .list-of-three .list-of-three-text-section-page span, .list-of-three .list-of-three-text-story-page span {
      font-weight: bold; }
    .list-of-three .list-of-three-text h3, .list-of-three .list-of-three-text-section-page h3, .list-of-three .list-of-three-text-story-page h3 {
      line-height: 14px; }
    .list-of-three .list-of-three-text p, .list-of-three .list-of-three-text-section-page p, .list-of-three .list-of-three-text-story-page p {
      font-size: .75rem;
      margin: 0;
      line-height: 11px; }
    .list-of-three .list-of-three-text p:last-of-type, .list-of-three .list-of-three-text-section-page p:last-of-type, .list-of-three .list-of-three-text-story-page p:last-of-type {
      margin-top: 8px; }
    .list-of-three .list-of-three-text span, .list-of-three .list-of-three-text-section-page span, .list-of-three .list-of-three-text-story-page span {
      font-size: .6875rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: .6875rem;
      max-width: 4rem; }
    .list-of-three .list-of-three-text:last-child, .list-of-three .list-of-three-text-section-page:last-child, .list-of-three .list-of-three-text-story-page:last-child {
      border-bottom: none; }
  .list-of-three .list-of-three-text-section-page {
    padding: 11px;
    height: 85px; }
    .list-of-three .list-of-three-text-section-page h3 {
      font-size: .875rem; }
  .list-of-three .list-of-three-text-story-page {
    padding: 8px;
    height: 79px; }
    .list-of-three .list-of-three-text-story-page h3 {
      font-size: .75rem; }
  .list-of-three .list-of-three-footer-base, .list-of-three .list-of-three-footer, .list-of-three .list-of-three-footer-story-page {
    position: relative;
    border: 1px solid #ddd;
    border-top: none; }
  .list-of-three .list-of-three-footer {
    height: 54px;
    padding: 12px; }
    .list-of-three .list-of-three-footer .section-tag, .list-of-three .list-of-three-footer .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .list-of-three .list-of-three-footer .section-tag {
      right: -6px;
      top: 15px; }
  .list-of-three .list-of-three-footer-story-page {
    height: 40px;
    padding: 6px; }
  .list-of-three .lot-add-event-button-base, .list-of-three .lot-add-event-button, .list-of-three .lot-add-event-button-story-page {
    background-color: #ffffff;
    width: 6rem;
    border: 1px solid #ddd;
    text-align: center;
    position: relative; }
    .list-of-three .lot-add-event-button-base a, .list-of-three .lot-add-event-button a, .list-of-three .lot-add-event-button-story-page a {
      font-family: Arial, sans-serif;
      font-weight: bold;
      font-size: .75rem; }
  .list-of-three .lot-add-event-button {
    height: 33px;
    padding-top: .1875rem; }
  .list-of-three .lot-add-event-button-story-page {
    height: 28px; }
  @media only screen and (max-width: 747px) {
    .list-of-three .list-of-three-heading {
      text-align: center; }
      .list-of-three .list-of-three-heading .section-heading {
        margin-bottom: 0; }
      .list-of-three .list-of-three-heading img {
        width: 7.75rem; }
      .list-of-three .list-of-three-heading .lot-heading-small-text, .list-of-three .list-of-three-heading img {
        display: inline; }
    .list-of-three .lot-heading-small-textin-text {
      padding: 0; } }

.mini-rotator {
  width: 100%; }
  @media (max-width: 747px) {
    .mini-rotator #mini-rotator-section-tag {
      display: none; } }
  .mini-rotator .mini-rotator-slider-index {
    float: left; }
  .mini-rotator .mini-rotator-slick-slider {
    height: auto;
    max-height: 210px;
    max-width: 100%;
    /* Give the user the ability to select text
           with their mouse. */
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text; }
    @media (max-width: 747px) {
      .mini-rotator .mini-rotator-slick-slider {
        margin-bottom: 0;
        max-height: 100%;
        background: #000; }
        .mini-rotator .mini-rotator-slick-slider:not(.slick-initialized) {
          max-height: 236px;
          overflow: hidden; } }
  .mini-rotator:hover .slick-arrow {
    width: 30px; }
  .mini-rotator .mini-rotator-share-icon {
    position: absolute;
    bottom: 35px;
    left: calc(20px - .325rem);
    z-index: 1;
    transform: none; }
    @media (max-width: 747px) {
      .mini-rotator .mini-rotator-share-icon {
        left: auto;
        right: 15px;
        color: #fff; } }
  .mini-rotator .mini-rotator-slide-number {
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 50px; }
    @media (max-width: 747px) {
      .mini-rotator .mini-rotator-slide-number {
        margin: 0 15px 0 0;
        font-weight: normal;
        float: left;
        width: 35px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (max-width: 543px) {
      .mini-rotator .mini-rotator-slide-number {
        margin-right: 0; } }
  .mini-rotator .mini-rotator-body {
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    height: 311px;
    background-color: #fff; }
    @media only screen and (max-width: 1004px) and (min-width: 747px) {
      .mini-rotator .mini-rotator-body {
        height: 263px; } }
    @media (max-width: 747px) {
      .mini-rotator .mini-rotator-body {
        height: auto;
        border: none; } }
  .mini-rotator .mini-rotator-inner-body {
    height: 255px;
    padding: 20px;
    overflow: hidden; }
    @media only screen and (max-width: 1004px) and (min-width: 747px) {
      .mini-rotator .mini-rotator-inner-body {
        height: 207px; } }
    @media (max-width: 747px) {
      .mini-rotator .mini-rotator-inner-body {
        height: auto;
        padding: 0; } }
  .mini-rotator .mini-rotator-slick-container {
    max-width: 100%; }
    @media (max-width: 747px) {
      .mini-rotator .mini-rotator-slick-container {
        min-height: 210px; } }
    @media (min-width: 748px) {
      .mini-rotator .mini-rotator-slick-container {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative; } }
  .mini-rotator .mini-rotator-text-headline {
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1229px) and (min-width: 1004px) {
      .mini-rotator .mini-rotator-text-headline {
        margin-bottom: 0; } }
  .mini-rotator .mini-rotator-text {
    min-height: 169px;
    height: 169px;
    width: 220px;
    margin-right: 5px;
    float: right; }
    @media only screen and (max-width: 1229px) and (min-width: 1004px) {
      .mini-rotator .mini-rotator-text {
        height: auto;
        min-height: 1px;
        width: 78%;
        margin: 5px auto 0;
        float: none; }
        .mini-rotator .mini-rotator-text .mini-rotator-description {
          display: none; } }
    @media (max-width: 1004px) {
      .mini-rotator .mini-rotator-text {
        width: 250px; } }
    @media (max-width: 747px) {
      .mini-rotator .mini-rotator-text {
        display: none; } }
  .mini-rotator .mini-rotator-img {
    float: left;
    min-height: 169px;
    height: auto;
    width: 300px; }
    @media only screen and (max-width: 1229px) and (min-width: 1004px) {
      .mini-rotator .mini-rotator-img {
        width: 78%;
        margin: 0 auto;
        float: none; } }
    @media (max-width: 1004px) {
      .mini-rotator .mini-rotator-img {
        width: 300px; } }
    @media (max-width: 747px) {
      .mini-rotator .mini-rotator-img {
        width: 100%;
        min-height: 310px; } }
    @media (max-width: 543px) {
      .mini-rotator .mini-rotator-img {
        min-height: 189px; } }
  .mini-rotator .mini-rotator-footer {
    border-top: 1px solid #ddd;
    height: 54px;
    padding: 12px;
    position: relative; }
    @media (max-width: 747px) {
      .mini-rotator .mini-rotator-footer {
        display: none; } }
  .mini-rotator .mini-rotator-sml-footer {
    display: none; }
    @media (max-width: 747px) {
      .mini-rotator .mini-rotator-sml-footer {
        background-color: #000;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        height: 45px;
        padding: 0 8px;
        margin-bottom: -5px;
        width: 100%;
        position: relative; }
        .mini-rotator .mini-rotator-sml-footer a {
          color: #fff;
          display: inline-block;
          line-height: 1rem;
          max-width: 78%;
          left: 42px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); } }
  .mini-rotator .mini-rotator-truncate {
    display: inline-block; }
    @media (max-width: 543px) {
      .mini-rotator .mini-rotator-truncate {
        width: 190px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .mini-rotator .mini-rotator-arrow {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.55);
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 0;
    width: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    cursor: pointer; }
    @media (max-width: 747px) {
      .mini-rotator .mini-rotator-arrow {
        background: rgba(255, 255, 255, 0.6);
        width: 30px; } }
    .mini-rotator .mini-rotator-arrow:before {
      font-family: 'cm-icon' !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      color: #fff;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: text-top;
      content: '\e008';
      font-size: 23px;
      line-height: 60px;
      opacity: 1; }
      @media (max-width: 747px) {
        .mini-rotator .mini-rotator-arrow:before {
          color: rgba(0, 0, 0, 0.7);
          font-size: 28px; } }
    .mini-rotator .mini-rotator-arrow-prev {
      left: -20px; }
      @media (max-width: 747px) {
        .mini-rotator .mini-rotator-arrow-prev {
          left: 0; } }
    .mini-rotator .mini-rotator-arrow-next {
      right: -20px;
      left: auto; }
      .mini-rotator .mini-rotator-arrow-next:before {
        content: '\e005'; }
      @media (max-width: 747px) {
        .mini-rotator .mini-rotator-arrow-next {
          right: 0; } }
  @media only screen and (max-width: 1229px) and (min-width: 1004px) {
    .mini-rotator p {
      display: none; } }

.neighborhood-hero {
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 260px; }
  .neighborhood-hero .section-tag, .neighborhood-hero .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .neighborhood-hero .section-tag {
    right: auto;
    top: auto;
    left: 5%;
    z-index: 2; }
  .neighborhood-hero img {
    height: 100%;
    width: auto; }

.neighborhood-news .tiles {
  border: none; }

.neighborhood-news .nn-tiles > div + div {
  border-top: 1px solid #ddd; }

.neighborhood-news .nn-tiles > div:nth-child(n+3) {
  display: none; }

.neighborhood-news .nn-tiles > div:first-child {
  border-top: 1px solid #ddd; }

@media (max-width: 1004px) {
  .neighborhood-news .nn-tiles > div:nth-child(n+2) {
    border-bottom: none; } }

@media (min-width: 1005px) {
  .neighborhood-news .nn-tiles > div:nth-child(n) {
    display: block; } }

.neighborhood-news .dropdown-container {
  position: relative;
  padding: 10px;
  line-height: 2.5;
  font-size: 1rem;
  font-weight: bold;
  z-index: 2; }
  @media (max-width: 1004px) {
    .neighborhood-news .dropdown-container {
      padding: 9.5px; } }

.neighborhood-news .dropdown-button {
  position: relative;
  padding-left: 10px;
  width: 100%;
  height: 33px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: .8125rem; }
  .neighborhood-news .dropdown-button i {
    float: right;
    padding-top: 8px;
    height: 2rem;
    width: 32px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    background-color: #f7f7f7;
    text-align: center; }

.neighborhood-news ul {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .neighborhood-news ul::after, .neighborhood-news ul::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    right: 1%;
    bottom: 99.7%;
    border: solid transparent; }
  .neighborhood-news ul::after {
    right: 6.5px;
    border-width: 8px;
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #fff; }
  .neighborhood-news ul::before {
    right: 3px;
    border-width: 11px;
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd; }
  .neighborhood-news ul li {
    height: 33px;
    width: 100.6%;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fff;
    font-size: .8125rem;
    font-weight: bold;
    color: #000;
    cursor: pointer; }
    .neighborhood-news ul li:last-child {
      border-bottom: 1px solid #ddd; }
    .neighborhood-news ul li:hover {
      background-color: #f7f7f7;
      background-repeat: repeat-y; }

.neighborhood-facts {
  color: #000;
  padding: 10px;
  text-align: left; }
  .neighborhood-facts p {
    margin: 0;
    padding: 0.25em 0;
    font-size: .875rem; }

.paid-referral-box {
  border: 1px solid #ddd;
  position: relative;
  height: 15.625rem;
  width: 100%;
  background: linear-gradient(to bottom, #b11e28 0.3125rem, #333333 0.3125rem, #333333 3.4375rem, white 3.4375rem); }
  .paid-referral-box .prb-text, .paid-referral-box .prb-logo {
    position: absolute; }
  .paid-referral-box .prb-logo {
    left: 1.5626rem;
    top: .9375rem;
    width: 6rem; }
  .paid-referral-box .prb-text {
    top: 4.75rem; }
  .paid-referral-box .prb-heading, .paid-referral-box .prb-subheading {
    margin: 0 1.5626rem; }
  .paid-referral-box .prb-heading {
    font-size: 1rem;
    font-family: Oswald; }
  .paid-referral-box .prb-list-group {
    list-style: none;
    padding: 0;
    margin: 1rem 1.5626rem; }
    .paid-referral-box .prb-list-group li {
      line-height: 1rem; }
    .paid-referral-box .prb-list-group li:before {
      content: '>';
      margin-right: .3125rem;
      color: #a31e24;
      display: inline-block; }
  .paid-referral-box .prb-list-item:hover {
    color: #663333;
    text-decoration: none; }
  .paid-referral-box .prb-list-item, .paid-referral-box .prb-subheading {
    font-size: .9375rem;
    font-weight: bold;
    font-family: arial, sans-serif; }
  .paid-referral-box .prb-list-item a {
    color: #a31e24;
    width: 90%;
    display: inline-block;
    vertical-align: top; }
  .paid-referral-box .prb-button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: .625rem;
    height: 2.25rem;
    width: 6.75rem;
    background: #b11e28;
    white-space: nowrap; }
  .paid-referral-box .prb-button-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-family: Oswald;
    font-size: .8125rem;
    line-height: 18.5714px; }
  .paid-referral-box .prb-upper {
    text-transform: uppercase; }

.popular-this-week {
  width: 100%;
  position: relative; }
  .popular-this-week > .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .popular-this-week > .section-tag {
    top: 3px;
    right: 0; }

.ptw-container {
  position: relative;
  min-height: 1px;
  float: left;
  width: 20%; }
  @media only screen and (max-width: 1229px) and (min-width: 1004px) {
    .ptw-container {
      width: 25%; } }
  @media only screen and (max-width: 1004px) and (min-width: 747px) {
    .ptw-container {
      width: 50%; } }
  @media only screen and (max-width: 747px) {
    .ptw-container {
      width: 50%; } }

.related-content-container {
  border: 1px solid #ddd;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 15px 15px 0;
  margin-left: 30px;
  width: 300px;
  float: right;
  clear: both; }
  @media (max-width: 1004px) {
    .related-content-container {
      margin-left: 12px; } }
  @media (max-width: 747px) {
    .related-content-container {
      width: 100%;
      margin: 0 auto 20px;
      float: left;
      padding: 14px 9px 0; } }
  .related-content-container h5 {
    font-size: 1rem; }
  .related-content-container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .related-content-container ul li {
      padding: 14px 0;
      color: #333;
      width: 100%;
      font: 0.875rem Arial, sans-serif;
      position: relative;
      height: 82px; }
      .related-content-container ul li:first-child {
        padding-top: 12px; }
      .related-content-container ul li:hover {
        color: #00539b; }
      .related-content-container ul li.last-item {
        border-bottom: 0; }
      .related-content-container ul li.no-border {
        border-bottom: 0;
        padding-bottom: 0;
        height: 61px; }
      .related-content-container ul li.no-image .tease-headline {
        margin-left: 0; }
      .related-content-container ul li + li {
        border-top: 1px solid #d0d0d0; }
  .related-content-container.display-full-width {
    width: 100%; }
  .related-content-container .tease-image {
    margin-right: 10px;
    width: 100px; }
  .related-content-container .tease-headline {
    margin-left: 110px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .story-text .related-content-container a {
    color: #000000; }
    .story-text .related-content-container a:hover, .story-text .related-content-container a:hover:visited {
      color: #00539b; }
    .story-text .related-content-container a:visited {
      color: #9d9d9d; }
  .related-content-container a {
    color: inherit;
    text-decoration: none; }
    .related-content-container a.more {
      clear: both;
      float: right;
      margin-top: 15px;
      text-transform: capitalize;
      color: #00539b;
      font-size: 0.875rem; }
      .related-content-container a.more:hover {
        text-decoration: none;
        color: #000000; }
      .related-content-container a.more:visited {
        color: #9d9d9d; }

.featured-stories-box {
  font-size: 0.875rem; }
  @media (min-width: 1005px) {
    .featured-stories-box.module-list .see-more-footer, .featured-stories-box.xl-story-module-list .see-more-footer {
      border-top: none; } }
  .featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile {
    height: 108px;
    padding: 7px; }
    .featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile .tile-image {
      width: 162px; }
    .featured-stories-box.see-more .tiles.small-story-tiles .small-story-tile .section-bar {
      display: none; }
  .featured-stories-box .see-more-footer {
    position: relative;
    height: 50px;
    border-top: 1px solid #ddd; }
  @media only screen and (min-width: 748px) {
    .featured-stories-box .ad.hidden-md-up + .featured-items {
      border-top: none; } }

@media only screen and (min-width: 1004px) {
  body.RP01-600 .featured-stories-box .small-story-tile:nth-child(n) {
    display: none; }
  body.RP01-600 .featured-stories-box .small-story-tile:nth-of-type(-n+3) {
    display: block; }
  body.RP01-600 .featured-stories-box .show-see-more-footer-3 {
    display: block; }
  body.RP01-250 .featured-stories-box .small-story-tile:nth-child(n) {
    display: none; }
  body.RP01-250 .featured-stories-box .small-story-tile:nth-of-type(-n+6) {
    display: block; }
  body.RP01-250 .featured-stories-box .show-see-more-footer-6 {
    display: block; } }

@media only screen and (max-width: 1004px) {
  .featured-stories-box .see-more-footer {
    height: 75px; } }

@media only screen and (max-width: 747px) {
  .featured-stories-box .featured-items {
    padding-bottom: 0; } }

.rotator-container {
  position: relative; }

.rotator-heading .NPR02 {
  margin-bottom: 0; }

.rotator {
  width: 100%;
  position: relative;
  z-index: 2; }
  @media (max-width: 747px) {
    .rotator {
      margin: 0 -12px;
      width: calc(100% + 24px);
      overflow: hidden; } }
  @media (min-width: 748px) {
    .rotator:hover .slick-arrow {
      width: 70px; } }
  .rotator .cm-ad.NPR01 {
    margin: 0 !important; }
  .rotator .cm-ad.NPR01 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left; }
    .rotator .cm-ad.NPR01 > div,
    .rotator .cm-ad.NPR01 iframe {
      margin: 0 !important;
      text-align: left !important; }
  .rotator .cm-ad.NPR02 {
    float: right;
    margin: 0 0 0 5px !important; }
  @media (max-width: 1229px) {
    .rotator.section-rotator > .section-heading, .rotator.ttd-rotator > .section-heading {
      max-height: 30px;
      overflow: hidden;
      max-width: 370px; }
      .rotator.section-rotator > .section-heading.hasNPR02, .rotator.ttd-rotator > .section-heading.hasNPR02 {
        max-width: 277px; } }
  .rotator .rotator-images,
  .rotator .rotator-headlines {
    width: 100%;
    max-width: 612px;
    position: relative;
    margin: 0; }
    .rotator .rotator-images *,
    .rotator .rotator-headlines * {
      box-sizing: border-box; }
  .rotator .rotator-images {
    height: auto;
    min-height: 344px;
    max-height: 344px;
    overflow: hidden;
    background: #fff url("../components/rotator/loading_31x31.gif") center center no-repeat; }
    @media (max-width: 747px) {
      .rotator .rotator-images {
        min-height: 180px;
        max-height: 337px;
        background-color: #000; } }
    @media (max-width: 543px) and (orientation: landscape) {
      .rotator .rotator-images:not(.slick-initialized) {
        max-height: 270px; } }
    @media (max-width: 543px) and (orientation: portrait) {
      .rotator .rotator-images:not(.slick-initialized) {
        max-height: 200px; } }
  .rotator .rotator-headlines {
    background: #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
    border-right-width: 0;
    height: auto;
    box-sizing: content-box;
    position: relative; }
    .rotator .rotator-headlines .slick-track {
      width: 100% !important; }
    .rotator .rotator-headlines .slick-list {
      overflow: visible; }
    @media (max-width: 747px) {
      .rotator .rotator-headlines {
        background: #000;
        border: 0;
        position: relative;
        height: 53px; }
        .rotator .rotator-headlines a {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 55%;
          max-width: 85%;
          margin-left: 4px; }
        .rotator .rotator-headlines .slick-list {
          height: 100%; } }
  .rotator .slide-image {
    width: 100%;
    float: left; }
    .rotator .slide-image a {
      display: block; }
    .rotator .slide-image iframe {
      display: inline-block; }
    .rotator .slide-image .cm-ad {
      margin-bottom: 0; }
      .rotator .slide-image .cm-ad > div {
        display: block !important; }
  .rotator .slide-headline {
    display: table-cell;
    border: 1px solid #ddd;
    border-bottom: none;
    border-left: none;
    font-size: .875rem;
    line-height: 1.25;
    width: 25%;
    height: 152px;
    position: relative;
    padding: 19px 13px;
    position: relative;
    vertical-align: top;
    background: #fff;
    font-family: arial, sans-serif;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; }
    .rotator .slide-headline .ad-label {
      text-transform: uppercase;
      font-size: .5625rem;
      position: relative;
      margin-bottom: 8px;
      display: none; }
      @media (max-width: 747px) {
        .rotator .slide-headline .ad-label {
          color: #fff;
          top: -8px;
          margin-bottom: 0; } }
    .rotator .slide-headline .cm-ad * {
      text-align: left !important; }
    .rotator .slide-headline a {
      display: inline-block;
      max-height: 107px;
      overflow: hidden;
      line-height: 1rem; }
      @media (max-width: 747px) {
        .rotator .slide-headline a:link, .rotator .slide-headline a:visited {
          color: #fff !important; } }
    @media (max-width: 747px) {
      .rotator .slide-headline {
        width: 100% !important;
        background: #222;
        border: 0;
        top: 0;
        left: 0;
        font-size: .8125rem;
        line-height: 1.1;
        position: absolute;
        vertical-align: middle;
        height: 53px;
        opacity: 0;
        display: none !important; }
        .rotator .slide-headline:not(.slick-slide):first-child {
          opacity: 1;
          display: block !important; } }
    .rotator .slide-headline > span {
      position: absolute;
      top: -1px;
      left: 0;
      width: 100%;
      height: 6px;
      display: none;
      background: #00579e; }
      @media (max-width: 747px) {
        .rotator .slide-headline > span {
          display: block;
          z-index: 1;
          height: 7px; }
          .rotator .slide-headline > span:before, .rotator .slide-headline > span:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #666;
            z-index: 2;
            content: ' '; }
          .rotator .slide-headline > span:before {
            background: repeating-linear-gradient(to right, #666, #666 calc(25% - 2px), #000 25%); }
          .rotator .slide-headline > span:after {
            width: calc(25% - 1px);
            background: inherit;
            z-index: 3; } }
    .rotator .slide-headline.slick-current, .rotator .slide-headline:hover {
      background-color: #f4f4f4;
      font-weight: normal; }
      @media (max-width: 747px) {
        .rotator .slide-headline.slick-current a, .rotator .slide-headline:hover a {
          color: #fff; } }
      @media (max-width: 747px) {
        .rotator .slide-headline.slick-current .share-container.text-muted .janrainSocialRoot .janrainDrawerButton:after, .rotator .slide-headline:hover .share-container.text-muted .janrainSocialRoot .janrainDrawerButton:after {
          color: #fff; } }
      .rotator .slide-headline.slick-current span, .rotator .slide-headline:hover span {
        display: block; }
      @media (max-width: 747px) {
        .rotator .slide-headline.slick-current, .rotator .slide-headline:hover {
          background: none;
          font-weight: normal; }
          .rotator .slide-headline.slick-current:nth-of-type(2) span:after, .rotator .slide-headline:hover:nth-of-type(2) span:after {
            left: 25%; }
          .rotator .slide-headline.slick-current:nth-of-type(3) span:after, .rotator .slide-headline:hover:nth-of-type(3) span:after {
            left: 50%; }
          .rotator .slide-headline.slick-current:nth-of-type(4) span:after, .rotator .slide-headline:hover:nth-of-type(4) span:after {
            left: 75%; } }
    @media (max-width: 747px) {
      .rotator .slide-headline.slick-current {
        opacity: 1;
        display: block !important; } }
  @media (min-width: 748px) {
    .rotator .has-3-items .slide-headline {
      width: 33.3% !important; }
      .rotator .has-3-items .slide-headline:last-child {
        width: 33.4% !important; } }
  @media (max-width: 747px) {
    .rotator .has-3-items .slide-headline.slick-current:nth-of-type(2) span:after {
      left: 33.3%; }
    .rotator .has-3-items .slide-headline.slick-current:nth-of-type(3) span:after {
      left: 66.6%; }
    .rotator .has-3-items .slide-headline span:before {
      background: repeating-linear-gradient(to right, #666, #666 calc(33.3% - 2px), #000 33.3%); }
    .rotator .has-3-items .slide-headline span:after {
      width: calc(33.3% - 1px) !important; } }
  @media (min-width: 748px) {
    .rotator .has-2-items .slide-headline {
      width: 50% !important; } }
  @media (max-width: 747px) {
    .rotator .has-2-items .slide-headline.slick-current:nth-of-type(2) span:after {
      left: 50%; }
    .rotator .has-2-items .slide-headline span:before {
      background: repeating-linear-gradient(to right, #666, #666 calc(50% - 2px), #000 50%); }
    .rotator .has-2-items .slide-headline span:after {
      width: 50% !important; } }
  @media (min-width: 748px) {
    .rotator .has-1-items .slide-headline {
      width: 100% !important; } }
  @media (max-width: 747px) {
    .rotator .has-1-items .slide-headline span:before {
      background: repeating-linear-gradient(to right, #666, #666 calc(100% - 2px), #000 100%); }
    .rotator .has-1-items .slide-headline span:after {
      width: 100% !important; } }
  .rotator .rotator-arrow {
    position: absolute;
    z-index: 99;
    background: rgba(255, 255, 255, 0.6);
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 0;
    width: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    cursor: pointer; }
    @media (max-width: 747px) {
      .rotator .rotator-arrow {
        width: 30px; } }
    .rotator .rotator-arrow:before {
      font-size: 29px;
      line-height: 125px; }
      @media (max-width: 747px) {
        .rotator .rotator-arrow:before {
          line-height: 60px; } }
    .rotator .rotator-arrow-next {
      right: 0;
      left: auto; }
  .rotator .share-container {
    position: absolute;
    right: 10px; }
    @media (min-width: 748px) {
      .rotator .share-container {
        bottom: 10px; } }
    @media (max-width: 747px) {
      .rotator .share-container {
        top: 15px;
        right: 15px; } }

.section-menu ul {
  margin-bottom: 0;
  background-color: #fff; }
  .section-menu ul li {
    border-bottom: 1px solid #ddd;
    font-size: 0.875rem; }
    .section-menu ul li:last-child {
      border-bottom: none; }
    @media only screen and (max-width: 1229px) and (min-width: 747px) {
      .section-menu ul li:last-child {
        border-bottom: 1px solid #ddd; } }

.section-menu .list-unstyled + .list-unstyled {
  display: none; }

.section-menu a {
  font-family: Oswald, Arial, sans-serif;
  color: #000000;
  display: block;
  line-height: 2.1875rem;
  padding-left: 15px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none; }
  .section-menu a:visited {
    color: #000000; }
  .section-menu a:hover, .section-menu a:visited:hover, .section-menu a.on {
    color: inherit; }
    .section-menu a:hover i, .section-menu a:visited:hover i, .section-menu a.on i {
      width: 0.375rem; }

.section-menu i {
  height: 100%;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.section-menu-banner {
  height: 40px;
  overflow: hidden;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: Oswald, Arial, sans-serif; }
  .section-menu-banner .first {
    display: none !important; }
  .section-menu-banner ul {
    margin-bottom: 0; }
  .section-menu-banner li {
    padding: 11px; }
  .section-menu-banner a,
  .section-menu-banner a:hover,
  .section-menu-banner a:visited,
  .section-menu-banner a:visited:hover,
  .section-menu-banner a:focus {
    color: #fff; }
  .section-menu-banner .top-arrow {
    top: 29px; }
    .section-menu-banner .top-arrow:after {
      border-bottom-color: #ededed; }
  .section-menu-banner .slick-slider {
    left: 50%;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px); }
    .section-menu-banner .slick-slider .slick-track,
    .section-menu-banner .slick-slider .slick-list {
      overflow: visible !important; }
  .section-menu-banner .not-selected .slick-slider {
    left: 0;
    transform: none !important; }
  .section-menu-banner .not-selected .top-arrow {
    display: none; }
  .section-menu-banner .slick-slide {
    position: relative; }
    .section-menu-banner .slick-slide .on {
      font-family: Oswald_Bold, Arial, sans-serif; }
    .section-menu-banner .slick-slide:after {
      content: '';
      background-color: #fff;
      width: 1px;
      height: 12px;
      display: block;
      position: absolute;
      top: 14px;
      right: 0; }
    .section-menu-banner .slick-slide:last-child:after {
      display: none; }

.section-menu-toggle {
  display: inline-block;
  color: #000000;
  font-family: Oswald, Arial, sans-serif;
  padding: 0.375rem;
  width: 226px;
  text-decoration: none; }
  .section-menu-toggle:visited, .section-menu-toggle:hover, .section-menu-toggle:visited:hover, .section-menu-toggle:focus {
    color: #000000;
    text-decoration: none; }
  .section-menu-toggle i {
    position: absolute;
    right: 0.5rem; }

.section-menu-dropdown {
  display: none;
  position: absolute;
  width: 226px;
  top: 43px;
  z-index: 3; }
  .section-menu-dropdown ul {
    background-color: #fff; }
  .section-menu-dropdown .module, .section-menu-dropdown .add-on-module, .section-menu-dropdown .weather-page .add-on-heading, .weather-page .section-menu-dropdown .add-on-heading {
    border: none; }
  .on .section-menu-dropdown {
    display: block; }
  .section-menu-dropdown-wrapper {
    display: inline-block;
    margin-left: 1rem;
    position: relative;
    vertical-align: top; }

@media (max-width: 1004px) {
  .col-rr-leafpage .rr-share {
    padding-bottom: 20px; } }

@media (min-width: 1005px) {
  .col-rr-leafpage .rr-share {
    float: right; } }

.janrainShareCountContainer {
  display: none; }

.janrainProviderList {
  opacity: 0; }
  .janrainProviderList.is-ready {
    opacity: 1; }

.share-container {
  display: inline-block;
  z-index: 1; }
  .share-container .janrainSocialRoot .janrainProviderList button.janrainProvider {
    display: inline-block;
    font-family: 'cm-icon';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    text-rendering: auto;
    line-height: 1;
    margin: .3125rem 0 .3125rem .625rem;
    background: none;
    border: none;
    outline: none;
    position: relative;
    width: 1.625rem;
    height: 1.625rem;
    color: #000; }
    .share-container .janrainSocialRoot .janrainProviderList button.janrainProvider.currentProviderShowing {
      border: 0;
      box-shadow: none !important; }
    .share-container .janrainSocialRoot .janrainProviderList button.janrainProvider:after {
      position: absolute;
      top: 0;
      left: 0; }
  .share-container.share-bar .janrainSocialBar {
    vertical-align: middle; }
  .share-container.share-bar button.janrainProvider {
    font-size: 1.625rem; }
    .share-container.share-bar button.janrainProvider img {
      width: 0;
      height: 0; }
    .share-container.share-bar button.janrainProvider[class*=facebookButton]:after {
      content: '\e00d'; }
    .share-container.share-bar button.janrainProvider[class*=twitterButton]:after {
      content: '\e002'; }
  .share-container.open-down .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal.janrainProviders_5 .janrainProviderList {
    left: -200%; }
  .share-container.open-down .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList {
    left: -100%;
    top: calc(100% + 8px); }
    .share-container.open-down .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:before, .share-container.open-down .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .share-container.open-down .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:before {
      top: -.6875rem;
      border-top-width: 0;
      border-bottom-color: #999;
      border-bottom-color: rgba(0, 0, 0, 0.25);
      border-left-color: transparent;
      border-right-color: transparent; }
    .share-container.open-down .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:after {
      content: ' ';
      top: -.625rem;
      border-top-width: 0;
      border-bottom-color: #fff; }
  .share-container.open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -650%; }
    .share-container.open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:before, .share-container.open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border-top-width: .5rem;
      border-bottom-width: .5rem;
      border-left-width: 0.6rem;
      left: auto;
      right: -0.55rem;
      border-top-color: transparent;
      border-bottom-color: transparent;
      border-right-width: 0;
      border-left-color: #999;
      border-left-color: rgba(0, 0, 0, 0.25);
      border-right-color: #999;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .share-container.open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:after {
      right: -0.45rem;
      border-left-width: .5rem;
      border-left-color: #fff;
      border-right-color: #fff; }
  .share-container.open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList {
    left: -360%; }
  .share-container.open-top .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal.janrainProviders_5 .janrainProviderList {
    left: -200%; }
  .share-container.open-top .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList {
    left: -100%;
    top: calc(-100% - 20px); }
    .share-container.open-top .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:before, .share-container.open-top .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .share-container.open-top .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:before {
      bottom: -.6875rem;
      border-bottom-width: 0;
      border-top-color: #999;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-left-color: transparent;
      border-right-color: transparent; }
    .share-container.open-top .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:after {
      content: ' ';
      bottom: -.625rem;
      border-bottom-width: 0;
      border-top-color: #fff; }
  .share-container.open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList {
    top: 0;
    right: calc(100% + .9375rem); }
    .share-container.open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:before, .share-container.open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .share-container.open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:before {
      right: -.6875rem;
      border-bottom-width: 0;
      border-top-color: #999;
      border-top-color: rgba(0, 0, 0, 0.25);
      bottom: -.6875rem; }
    .share-container.open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal .janrainProviderList:after {
      content: ' ';
      right: -.625rem;
      border-bottom-width: 0;
      border-top-color: #fff; }
  .share-container.cm-icon-export:before {
    display: none; }
  .share-container.share-drawer {
    /* we're setting janrainProviderList opacity to 0 initially, so that we don't get the "flash"
           when janrain loads. But we want the list visible when the user opens it
           (i.e. clicks on a share icon) */ }
    .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer {
      position: relative;
      height: auto; }
      .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton {
        border: 0;
        background: none;
        font-size: 0;
        width: auto;
        height: auto;
        margin: 0 0 0 .625rem;
        line-height: 1rem; }
        .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton:after {
          display: inline-block;
          font-family: 'cm-icon';
          font-weight: normal;
          font-style: normal;
          font-variant: normal;
          text-transform: none;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: inherit;
          text-rendering: auto;
          line-height: 1;
          line-height: 1;
          font-size: 1.5rem;
          content: '\e00c';
          vertical-align: middle; }
      .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList {
        min-width: 12.3125rem; }
      .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList {
        position: absolute;
        height: 2.5rem;
        min-width: 7.8125rem;
        max-width: 17.187rem;
        z-index: 1010;
        padding: 0;
        text-align: left;
        background-color: #fff;
        background-clip: padding-box;
        border: .0625rem solid #ccc;
        border: 0.0625rem solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
        box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
        white-space: normal; }
        .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList:before, .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList:after {
          display: block; }
        .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList:before {
          content: ' ';
          position: absolute;
          border-width: .6875rem;
          border-style: solid; }
        .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList:after {
          position: absolute;
          width: 0;
          height: 0;
          border-color: transparent;
          border-style: solid;
          border-width: .625rem;
          content: ''; }
        .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList button {
          margin: .3125rem 0 .3125rem .625rem !important; }
          .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList button.janrainProvider {
            font-size: 1.625rem; }
            .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList button.janrainProvider img {
              width: 0;
              height: 0; }
            .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList button.janrainProvider[class*=facebookButton]:after {
              content: '\e00d'; }
            .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList button.janrainProvider[class*=twitterButton]:after {
              content: '\e002'; }
            .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList button.janrainProvider[class*=googleplusButton]:after {
              content: '\e00e'; }
            .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList button.janrainProvider[class*=redditButton]:after {
              content: '\e047'; }
            .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList button.janrainProvider[class*=emailButton]:after {
              content: '\e00f'; }
            .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainProviderList button.janrainProvider.currentProviderShowing {
              border: 0;
              box-shadow: none !important; }
    .share-container.share-drawer.text-muted.open-top .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList, .share-container.share-drawer.text-muted.open-down .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList {
      left: -265%; }
    @media (max-width: 747px) {
      .share-container.share-drawer.text-muted.mobile-open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList, .share-container.share-drawer.text-muted.mobile-open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -650%; }
        .share-container.share-drawer.text-muted.mobile-open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList:before, .share-container.share-drawer.text-muted.mobile-open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList:after, .share-container.share-drawer.text-muted.mobile-open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList:before, .share-container.share-drawer.text-muted.mobile-open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList:after, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList:before, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList:after, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList:before, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          border-top-width: .5rem;
          border-bottom-width: .5rem;
          border-left-width: 0.6rem;
          left: auto;
          right: -0.55rem;
          border-top-color: transparent;
          border-bottom-color: transparent;
          border-right-width: 0;
          border-left-color: #999;
          border-left-color: rgba(0, 0, 0, 0.25);
          border-right-color: #999;
          border-right-color: rgba(0, 0, 0, 0.25); }
        .share-container.share-drawer.text-muted.mobile-open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList:after, .share-container.share-drawer.text-muted.mobile-open-left .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList:after, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList:after, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList:after {
          right: -0.45rem;
          border-left-width: .5rem;
          border-left-color: #fff;
          border-right-color: #fff; } }
    @media (max-width: 747px) {
      .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList {
        left: auto;
        right: -680%; }
        .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList:before, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList:after, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList:before, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList:after {
          right: auto;
          left: -0.55rem;
          border-left-width: 0;
          border-right-width: 0.6rem; }
        .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_3 .janrainProviderList:after, .share-container.share-drawer.text-muted.mobile-open-right .janrainSocialRoot.janrainFormFactorDrawer.janrainProviders_5 .janrainProviderList:after {
          left: -0.45rem;
          border-right-width: .5rem; } }
    .share-container.share-drawer.text-muted .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton:after {
      color: #d6d6d6;
      font-size: 1rem; }
    .share-container.share-drawer .janrainProviderListOpen .janrainProviderList {
      opacity: 1; }

input[type='text']::-ms-clear {
  display: none; }

select.search-dropdown::-ms-expand {
  display: none; }

/******************* SEARCH ENTRY BOX ********************/
.search-wrapper-main {
  background: #fff;
  display: inline-block;
  border: 1px solid #8d8d8d;
  padding: 0;
  width: 100%;
  height: 3rem; }
  .search-wrapper-main .search-autocomplete {
    border: none;
    padding: 0;
    width: calc(100% - 2rem);
    height: 100%;
    text-align: center;
    font-family: Oswald, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
    outline: none; }
  .search-wrapper-main .twitter-typeahead {
    border: none;
    padding: 0;
    width: calc(100% - 2rem);
    height: 100%;
    text-align: center;
    outline: none; }
  .search-wrapper-main .search-autocomplete-menu {
    width: 100%;
    margin: 5px 0;
    padding: 8px 0;
    color: white;
    background-color: black;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .search-wrapper-main .search-autocomplete-menu .search-autocomplete-dataset > span {
      padding: 3px 20px; }
    .search-wrapper-main .search-autocomplete-menu .tt-selectable {
      color: #a6a6a6; }
      .search-wrapper-main .search-autocomplete-menu .tt-selectable .tt-highlight {
        color: white; }
  .search-wrapper-main .search-autocomplete-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .search-wrapper-main .search-autocomplete-hint {
    display: none; }
  .search-wrapper-main .search-autocomplete-suggestion {
    padding: 3px 20px;
    line-height: 24px; }
  .search-wrapper-main .search-autocomplete-suggestion:hover {
    cursor: pointer;
    color: #fff; }
  .search-wrapper-main .search-autocomplete-suggestion.search-autocomplete-cursor {
    color: #fff; }
  .search-wrapper-main .search-autocomplete-suggestion p {
    margin: 0; }
  .search-wrapper-main .search-autocomplete-input {
    vertical-align: baseline !important; }
  .search-wrapper-main .search-button {
    all: initial;
    background-color: white;
    opacity: .3;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0; }
    .search-wrapper-main .search-button .cm-icon-search {
      font-size: 1.5rem;
      margin-bottom: -1.5rem; }

.search-results div[class*='MP'], .search-results div[class*='HP'] {
  margin-top: 20px;
  margin-bottom: 20px; }

.search-results div[class*='MP']:empty, .search-results div[class*='HP']:empty {
  display: none; }

.search-results .col-rr .section-heading {
  font-size: 1.25rem; }

.search-results-info {
  width: 100%;
  text-align: center;
  font: .875rem Arial, san serif;
  margin: .75rem 0; }

.search-title {
  margin-left: .4rem;
  font-size: 1.5rem; }
  @media only screen and (max-width: 1004px) {
    .search-title {
      text-align: center;
      display: block; } }

/******************* RESULT CARDS ********************/
.event-tile-search {
  background: #fff;
  margin: 0 0 0.75rem;
  position: relative;
  padding: 5px;
  border: solid 1px #fff; }
  .event-tile-search.premium {
    border: 1px solid #999; }
  .event-tile-search .img-container {
    display: block;
    float: left;
    margin-right: 5px;
    width: 150px; }
    @media (max-width: 747px) {
      .event-tile-search .img-container {
        width: 114px; } }
    .event-tile-search .img-container .cm-img {
      display: block; }
    .event-tile-search .img-container img {
      height: 100%; }
  .event-tile-search .tile-headline {
    position: relative;
    height: 100%;
    width: calc(100% - 160px);
    height: 84px;
    float: left;
    padding-left: 5px; }
    @media (max-width: 747px) {
      .event-tile-search .tile-headline {
        height: 64px;
        width: calc(100% - 124px); } }
    .event-tile-search .tile-headline.no-image {
      width: 100%;
      padding-right: 5px; }
  .event-tile-search .event-tile-text-search {
    font: 0.875rem Arial, sans-serif;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .event-tile-search .event-tile-text-search h3,
    .event-tile-search .event-tile-text-search h5 {
      font-size: inherit;
      font-family: inherit; }
    .event-tile-search .event-tile-text-search h3 {
      font-weight: bold;
      margin: 0; }
      @media (max-width: 747px) {
        .event-tile-search .event-tile-text-search h3 {
          font-size: .75rem; } }
    .event-tile-search .event-tile-text-search p {
      color: #999;
      margin: .5rem 0 0;
      display: inline-block; }
      @media (max-width: 747px) {
        .event-tile-search .event-tile-text-search p {
          font-size: .5625rem;
          margin-top: .25rem; } }
  .event-tile-search .tile-share {
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.125rem;
    top: 1.125rem; }
    @media (max-width: 747px) {
      .event-tile-search .tile-share {
        display: none; } }

/******************* FILTER/SORT ********************/
.filter-label-text {
  position: relative;
  margin-left: .5rem;
  margin-bottom: .5rem; }

.search-dates-button {
  font-family: Oswald, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  background-color: #00539b;
  height: 40px;
  color: #fff;
  display: block;
  width: 140px; }
  .search-dates-button .button-text {
    margin: 1rem 0;
    padding: .5rem 0; }
  .search-dates-button .button-text:hover {
    color: white;
    cursor: pointer; }

.search-sort {
  float: right;
  font-size: 0.875rem;
  margin-bottom: 0.5em; }
  .search-sort a,
  .search-sort .pipe {
    color: #999; }
  .search-sort .sort-relevance-input.active,
  .search-sort .sort-date-input.active {
    font-weight: bold;
    color: #000;
    pointer-events: none;
    cursor: default; }

.search-filter label.search-filter-item {
  position: relative;
  background-color: white;
  display: block;
  border: 1px solid #ededed;
  margin: 0;
  padding: .8rem;
  height: 2.5rem; }

.search-filter .filter-label-text {
  top: -.2rem; }

.search-filter .search-dates-button-container {
  height: 7rem !important;
  text-align: center; }

.search-filter .search-checkbox {
  float: left;
  top: 0;
  left: 0;
  margin-top: -.1rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: white;
  border: 1px solid #e9ecea; }

.search-filter input[type='checkbox'] {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.search-filter .search-filter-heading {
  font-family: Oswald, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 0.75rem 0.875rem;
  margin-bottom: 0; }
  .search-filter .search-filter-heading.top {
    padding-top: 0; }

.search-filter .search-filter-item {
  font-family: Oswald, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: normal; }

.search-filter .specific-date {
  height: 11.5rem !important; }

.search-checkbox:after {
  position: absolute;
  display: none;
  margin-top: -1px;
  margin-left: -1px;
  height: 1.125rem;
  width: 1.125rem;
  content: url("../images/checkmark.png"); }

.search-checkbox.active:after {
  display: block; }

.push-date-search {
  margin-bottom: 10px; }

.search-dates-calendar-start-date, .search-dates-calendar-end-date {
  border: 1px solid #ccc;
  background: none;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  padding: .25rem;
  position: relative;
  top: .25rem;
  left: .5rem;
  cursor: pointer; }

.search-calendar-trigger {
  position: relative;
  top: -.3rem; }

.search-date-label {
  width: 2.5rem; }

/******************* FILTER/SORT MOBILE ********************/
.apply-filter-button {
  font-family: Oswald, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  background-color: #00539b;
  height: 40px;
  color: #ffffff;
  display: block;
  width: 140px; }
  .apply-filter-button .button-text {
    margin: -.4rem 0 1rem;
    padding: .5rem 0; }
  .apply-filter-button .button-text:hover {
    color: white;
    cursor: pointer; }

.search-dates-calendar-start-date-mobile, .search-dates-calendar-end-date-mobile {
  border: 1px solid #ccc;
  background: white;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  padding: .25rem;
  position: relative;
  top: .25rem;
  left: .5rem;
  margin-right: 2rem;
  cursor: pointer; }

.search-filter-mobile, .search-sort-mobile {
  font-family: Oswald_Bold, Arial, sans-serif;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ccc; }
  .search-filter-mobile .cm-icon, .search-sort-mobile .cm-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    z-index: 0; }
  .search-filter-mobile a:hover, .search-filter-mobile a:visited, .search-filter-mobile a:link, .search-filter-mobile a:hover:visited, .search-sort-mobile a:hover, .search-sort-mobile a:visited, .search-sort-mobile a:link, .search-sort-mobile a:hover:visited {
    color: black; }
  .search-filter-mobile .panel-title, .search-sort-mobile .panel-title {
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0; }
  .search-filter-mobile .dropdown-menu, .search-sort-mobile .dropdown-menu {
    z-index: 99;
    border: 1px solid #ccc;
    margin-top: .625rem;
    border-radius: 0;
    width: 100%;
    padding: 0;
    background-clip: border-box; }
  .search-filter-mobile label.search-filter-item, .search-sort-mobile label.search-filter-item {
    position: relative;
    background-color: #f9fafc;
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: .5rem;
    height: 2.5rem;
    text-transform: uppercase; }
  .search-filter-mobile .apply-filter-button-container, .search-sort-mobile .apply-filter-button-container {
    height: 3rem !important;
    text-align: center; }
    .search-filter-mobile .apply-filter-button-container .apply-filter-button, .search-sort-mobile .apply-filter-button-container .apply-filter-button {
      margin-left: 4.5rem;
      margin-top: .5rem; }
    .search-filter-mobile .apply-filter-button-container .apply-filter-button:hover, .search-sort-mobile .apply-filter-button-container .apply-filter-button:hover {
      color: white; }
  .search-filter-mobile .search-checkbox, .search-sort-mobile .search-checkbox {
    float: left;
    top: 0;
    left: 0;
    margin-top: .2rem;
    width: 1.125rem;
    height: 1.125rem;
    background-color: white;
    border: 1px solid #e9ecea; }
  .search-filter-mobile input[type='checkbox'], .search-sort-mobile input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .search-filter-mobile .search-checkbox.active:after, .search-sort-mobile .search-checkbox.active:after {
    display: block; }
  .search-filter-mobile .menu-indicator, .search-sort-mobile .menu-indicator {
    float: right;
    font: 1.2rem; }
  .search-filter-mobile .menu-indicator.open:after, .search-sort-mobile .menu-indicator.open:after {
    content: '-'; }
  .search-filter-mobile .menu-indicator:not(.open):after, .search-sort-mobile .menu-indicator:not(.open):after {
    content: '+'; }

div.arrow-up {
  z-index: 99;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  /* left arrow slant */
  border-right: 10px solid transparent;
  /* right arrow slant */
  border-bottom: 10px solid white;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0; }

div.arrow-behind {
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  /* left arrow slant */
  border-right: 10px solid transparent;
  /* right arrow slant */
  border-bottom: 10px solid #ccc;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0; }

.search-filter-mobile a {
  font-family: Oswald_Bold, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  font-size: 1rem; }

.dropdown-accordion .panel-heading {
  padding: 0; }

.dropdown-accordion .panel-heading a {
  display: block;
  padding: .625rem .9375rem; }

.search-filter-mobile {
  width: 48%;
  float: left;
  margin-top: -3.1rem;
  margin-bottom: 1rem;
  padding: .7rem; }
  .search-filter-mobile div.arrow-up {
    margin-top: -8px;
    margin-left: 30px; }
  .search-filter-mobile div.arrow-behind {
    margin-top: -11px;
    margin-left: 30px; }
  .search-filter-mobile .specific-date {
    height: 8rem !important; }
  .search-filter-mobile .dropdown-menu {
    min-width: 19rem; }

.search-sort-mobile {
  width: 48%;
  float: right;
  padding: .7rem; }
  .search-sort-mobile a {
    margin-top: .2rem;
    text-transform: uppercase; }
  .search-sort-mobile li {
    padding: .5rem;
    border-bottom: 1px solid #ccc; }
  .search-sort-mobile div.arrow-up {
    margin-top: -8px;
    margin-left: 224px; }
  .search-sort-mobile div.arrow-behind {
    margin-top: -11px;
    margin-left: 224px; }
  .search-sort-mobile .sort-filter-checkmark {
    width: 20px;
    height: 20px;
    margin-right: .25rem;
    margin-bottom: .25rem;
    visibility: hidden; }
  .search-sort-mobile .sort-relevance-input.active img {
    visibility: visible; }
  .search-sort-mobile .sort-date-input.active img {
    visibility: visible; }

.search-taboola .taboola-widget {
  background: white;
  padding: 1rem; }
  @media only screen and (max-width: 1004px) and (min-width: 747px) {
    .search-taboola .taboola-widget .videoCube_1_child, .search-taboola .taboola-widget .videoCube_2_child {
      float: left;
      width: 48%; }
    .search-taboola .taboola-widget .videoCube_3_child, .search-taboola .taboola-widget .videoCube_4_child {
      float: right;
      width: 48%; }
    .search-taboola .taboola-widget .videoCube_5_child, .search-taboola .taboola-widget .videoCube_6_child {
      float: left;
      clear: right;
      width: 48%; } }

.long-name {
  letter-spacing: -0.0625rem; }

/* SAFARI FIXES */
_::-webkit-full-page-media .search-button, _:future .search-button, :root .safari_only .search-button {
  position: relative !important;
  top: .75rem !important;
  height: 1.5rem !important; }
  _::-webkit-full-page-media .search-button .cm-icon-search, _:future .search-button .cm-icon-search, :root .safari_only .search-button .cm-icon-search {
    margin-bottom: 1.5rem !important; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  .search-button {
    position: relative !important;
    top: .4rem !important;
    height: 1.5rem !important; }
    .search-button .cm-icon-search {
      margin-bottom: 1.5rem !important; } }

/* IE FIXES */
@media all and (-ms-high-contrast: none) {
  /* IE10 */
  .search-button {
    position: relative !important;
    top: .4rem !important;
    height: 1.5rem !important; }
    .search-button .cm-icon-search {
      margin-bottom: 1.5rem !important; }
  /* IE11 */
  *::-ms-backdrop, .search-button {
    position: relative !important;
    top: .4rem !important;
    height: 1.5rem !important; }
    *::-ms-backdrop .cm-icon-search, .search-button .cm-icon-search {
      margin-bottom: 1.5rem !important; } }

/* FIREFOX FIXES */
_:-moz-tree-row(hover), .search-button {
  position: relative !important;
  top: .4rem !important;
  height: 1.5rem !important; }

_:-moz-tree-row(hover), .search-button .cm-icon-search {
  margin-bottom: 1.5rem !important; }

.special-report-hero-photo {
  max-height: 260px;
  margin-left: 0;
  width: 100%;
  text-align: center;
  overflow: hidden; }
  .special-report-hero-photo img {
    width: 100%;
    height: auto; }

.special-report-background {
  background-color: #fff;
  margin: 0 -12px; }
  .special-report-background .neighborhood-hero img {
    margin-left: 0; }
  .special-report-background .MSR01 {
    margin-left: 20px; }

.sr-title {
  position: relative; }

.sr-sub-title {
  font-size: 1.125rem;
  font-family: Arial, sans-serif; }
  @media (max-width: 747px) {
    .sr-sub-title {
      font-size: 0.875rem;
      line-height: 1; } }

.sr-title-ad {
  display: inline-block;
  float: right; }

.sr-section-heading {
  display: inline-block;
  font-family: Oswald_Bold, Arial, sans-serif;
  font-size: 2rem;
  margin-left: 0;
  text-transform: uppercase;
  line-height: 1em; }
  @media (max-width: 747px) {
    .sr-section-heading {
      font-size: 1.5rem; } }

@media (min-width: 748px) and (max-width: 1004px) {
  .special-report-content h2.section-heading, .sr-section-heading {
    font-size: 1.625em; } }

.special-report-heading {
  padding-left: 40px;
  padding-top: 6px; }

.special-report-bottom-margin {
  padding-bottom: 40px; }
  @media (min-width: 1005px) and (max-width: 1229px) {
    .special-report-bottom-margin .col-sr.col-sr-wider-3-column {
      padding-left: 12px;
      padding-right: 12px; } }
  .special-report-bottom-margin .large-story-tiles .cm-ad {
    margin-bottom: 12px; }
  .special-report-bottom-margin .col-xs-12 + .col-xs-12 > .large-story-tile > .story-card {
    border-top: 0; }

.special-report-share {
  height: 14px;
  display: inline;
  position: absolute; }
  .special-report-share .share-container .janrainProviderList {
    font-size: .25rem; }
  .special-report-share .janrainSocialBar {
    line-height: 5px; }
  .special-report-share .janrainDrawerButton:after {
    font-size: 1rem !important; }
  .special-report-share .share-container.open-down .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal.janrainProviders_5 .janrainProviderList {
    left: -269%;
    top: 249%; }
  @media only screen and (max-width: 747px) {
    .special-report-share .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton {
      padding: 0 0 22px 1px;
      margin: 0; }
    .special-report-share .share-container.open-down .janrainSocialRoot.janrainFormFactorDrawer.janrainOrientationHorizontal.janrainProviders_5 .janrainProviderList {
      left: -298%;
      top: 123%; } }

.special-report-tabs {
  width: 100%;
  text-align: center;
  height: 67px;
  border: none;
  position: relative;
  clear: both; }
  @media only screen and (max-width: 748px) {
    .special-report-tabs {
      background-color: #393939;
      height: auto;
      padding: 10px 0;
      margin: 0 -12px;
      width: calc(100% + 24px); }
      .special-report-tabs .slick-list {
        padding: 10px 0 !important;
        margin: -10px 0 !important; }
        .special-report-tabs .slick-list .nav-item {
          margin: 0; }
          .special-report-tabs .slick-list .nav-item:first-child {
            margin-left: -60px; } }
  .special-report-tabs .large-story-tiles .cm-ad {
    margin-bottom: 12px; }
  .special-report-tabs .nav-item {
    margin: 0;
    border-right: 2px #fff solid;
    width: 14.285%; }
    .special-report-tabs .nav-item + .nav-item {
      margin: 0; }
    .special-report-tabs .nav-item:last-child {
      border: none; }
    @media only screen and (max-width: 748px) {
      .special-report-tabs .nav-item {
        padding: 0 10px;
        margin-bottom: 15px;
        height: auto;
        width: auto;
        border-right-width: 1px; } }
  .special-report-tabs .nav-link {
    font-family: Oswald, Arial, sans-serif;
    font-size: 0.9375rem;
    text-transform: uppercase;
    position: relative; }
    .special-report-tabs .nav-link:hover, .special-report-tabs .nav-link:focus {
      border: 0;
      background-color: #c2c2c2; }
    .special-report-tabs .nav-link.active {
      background: #ededed;
      border: 0; }
      .special-report-tabs .nav-link.active:hover, .special-report-tabs .nav-link.active:focus {
        border: 0;
        background: #ededed; }
      .special-report-tabs .nav-link.active .top-arrow {
        display: block; }
    @media only screen and (min-width: 748px) {
      .special-report-tabs .nav-link {
        text-align: center;
        height: 67px;
        background-color: #c2c2c2;
        color: #696969;
        align-content: center;
        border-radius: 0; } }
    @media only screen and (max-width: 1004px) {
      .special-report-tabs .nav-link {
        font-size: 0.875rem; } }
    @media only screen and (max-width: 747px) {
      .special-report-tabs .nav-link {
        background: none;
        color: #fff;
        width: auto;
        height: 100%;
        line-height: 100%;
        padding: 0;
        border: 0; }
        .special-report-tabs .nav-link:hover, .special-report-tabs .nav-link:focus {
          background: none;
          margin: 0;
          padding: 0; }
        .special-report-tabs .nav-link.active {
          font-weight: bold;
          background: none;
          color: #fff; }
          .special-report-tabs .nav-link.active:hover, .special-report-tabs .nav-link.active:focus {
            color: #fff;
            background: none; } }
  @media only screen and (min-width: 748px) {
    .special-report-tabs .special-report-tab-text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .special-report-tabs .top-arrow {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    background: #ededed; }
    .special-report-tabs .top-arrow:after {
      border-bottom-color: #ededed; }

.tab-pane .flatpage-content {
  width: auto;
  max-width: 100%; }
  .tab-pane .flatpage-content > * {
    max-width: 100%; }

@media only screen and (max-width: 747px) {
  .special-report-about .lead-photo {
    margin-left: -12px;
    margin-right: -12px; } }

@media only screen and (min-width: 748px) {
  .special-report-about .lead-photo__caption {
    background-color: #ededed; } }

/* Nest these two mixins under ".large-story-tile".
   We're using them to correctly handle single-col instances
   that require the full (non-single-col breakpoint) display.
   (E.g. storywell) */
@media (max-width: 747px) {
  .featured-group-2.large-story-tiles .col-xs-12 + .col-xs-12 .story-card.card.wired {
    border-top: none; } }

.vcenter-container {
  display: table;
  height: 100%; }
  .vcenter-container .vcenter-txt {
    display: table-cell;
    vertical-align: middle; }

.section-see-more-bar {
  width: 100%;
  height: 50px;
  position: relative; }

/*

All story tile CSS should go under within this class, organized like so:

.tiles
  .tileName
    &.wired
      &.headline-only
    &.mobile
      &.headline-only
 */
.tiles {
  /* Undo rounded corners on cards and images */
  /* Large Story Tiles */
  /* Large Story Tile [mobile] A3 */
  /* Medium & Most Read Story Tile */
  /* Small Story Tiles */
  /* Event tiles */
  /* Blog Tiles */
  /* Medium Story Card */
  /* Popular This Week Tiles */ }
  .tiles .story-card,
  .tiles .story-card-img-top {
    border-radius: 0; }
  @media (min-width: 748px) {
    .tiles .large-story-tile .story-card {
      margin-bottom: 0;
      border: none;
      position: relative;
      background-color: #fff;
      height: 250px;
      padding: 0;
      /* Wired */ }
      .tiles .large-story-tile .story-card .story-card-img-link {
        width: 100%;
        position: absolute; }
      .tiles .large-story-tile .story-card .story-card-block {
        position: absolute;
        bottom: 0;
        background: #fff;
        padding: 8px;
        height: 85px;
        width: 100%;
        border: 1px solid #ddd; }
        .tiles .large-story-tile .story-card .story-card-block a {
          display: block;
          position: relative;
          height: 100%; }
        .tiles .large-story-tile .story-card .story-card-block .vcenter-container {
          width: 100%;
          text-align: center; }
      .tiles .large-story-tile .story-card.wired {
        background-size: contain; }
        .tiles .large-story-tile .story-card.wired .cm-icon-export {
          position: absolute;
          right: 0;
          bottom: 35%;
          font-size: 1.1875rem; }
        .tiles .large-story-tile .story-card.wired .story-card-text {
          font-size: 0.875rem;
          line-height: 1.125rem; }
        .tiles .large-story-tile .story-card.wired.headline-only .story-card-text {
          padding: 15px;
          text-align: left;
          font-size: 1.125rem;
          line-height: 1.6rem; }
        .tiles .large-story-tile .story-card.wired.headline-only .story-card-block {
          left: 0;
          height: 100%; }
        .tiles .large-story-tile .story-card.wired.headline-only .cm-icon-export {
          bottom: 10px; } }
  @media (max-width: 747px) {
    .tiles .margin-bottom-th:not(.stay-large) .large-story-tile .story-card {
      height: 81px;
      padding: 11px 8px; }
      .tiles .margin-bottom-th:not(.stay-large) .large-story-tile .story-card .section-tag {
        display: none; }
      .tiles .margin-bottom-th:not(.stay-large) .large-story-tile .story-card .story-card-img-link {
        float: left;
        width: 103px;
        position: relative;
        margin-right: 10px;
        height: 100%; }
        .tiles .margin-bottom-th:not(.stay-large) .large-story-tile .story-card .story-card-img-link .section-bar {
          left: 0;
          position: absolute;
          z-index: 1; }
        .tiles .margin-bottom-th:not(.stay-large) .large-story-tile .story-card .story-card-img-link .section-bar-with-image .cm-img {
          height: 58px !important; }
      .tiles .margin-bottom-th:not(.stay-large) .large-story-tile .story-card .section-bar {
        width: 7px;
        height: 58px;
        float: left;
        left: 8px; }
      .tiles .margin-bottom-th:not(.stay-large) .large-story-tile .story-card .story-card-block {
        font-size: 0.875rem;
        line-height: 1rem;
        height: 100%; }
        .tiles .margin-bottom-th:not(.stay-large) .large-story-tile .story-card .story-card-block a {
          height: 100%;
          display: block; }
          .tiles .margin-bottom-th:not(.stay-large) .large-story-tile .story-card .story-card-block a .story-card-text div:first-child {
            margin-bottom: 0.25rem; }
          .tiles .margin-bottom-th:not(.stay-large) .large-story-tile .story-card .story-card-block a p.story-card-text {
            padding-left: 15px; }
          .tiles .margin-bottom-th:not(.stay-large) .large-story-tile .story-card .story-card-block a .cm-icon-export {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 10px; } }
  @media (max-width: 747px) {
    .tiles .stay-large .large-story-tile .story-card-block a {
      display: block;
      padding: 0 10px;
      height: 60px;
      position: relative; }
      .tiles .stay-large .large-story-tile .story-card-block a span {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px; }
    .tiles .stay-large.sw-tile .large-story-tile .story-card-block a {
      height: 70px;
      box-sizing: content-box;
      padding: 8px 10px;
      font-size: .875rem;
      line-height: 1.125rem; } }
  .tiles .large-story-tile-lg-view .story-card-block {
    height: 60px;
    padding: 0 1.5rem 0.5rem 0.5rem;
    position: relative; }
    .tiles .large-story-tile-lg-view .story-card-block .tile-share {
      position: absolute;
      right: 0.5rem;
      height: 36px; }
  .tiles .large-story-tile-full-width .story-card-img-link {
    display: block;
    position: relative; }
  .tiles .large-story-tile-full-width .story-card-block {
    margin-top: 0 !important; }
  @media (max-width: 747px) {
    .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card {
      margin-bottom: 0;
      border: none;
      position: relative;
      background-color: #fff;
      height: 250px;
      padding: 0;
      /* Wired */ }
      .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card .story-card-img-link {
        width: 100%;
        position: absolute; }
      .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card .story-card-block {
        position: absolute;
        bottom: 0;
        background: #fff;
        padding: 8px;
        height: 85px;
        width: 100%;
        border: 1px solid #ddd; }
        .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card .story-card-block a {
          display: block;
          position: relative;
          height: 100%; }
        .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card .story-card-block .vcenter-container {
          width: 100%;
          text-align: center; }
      .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card.wired {
        background-size: contain; }
        .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card.wired .cm-icon-export {
          position: absolute;
          right: 0;
          bottom: 35%;
          font-size: 1.1875rem; }
        .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card.wired .story-card-text {
          font-size: 0.875rem;
          line-height: 1.125rem; }
        .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card.wired.headline-only .story-card-text {
          padding: 15px;
          text-align: left;
          font-size: 1.125rem;
          line-height: 1.6rem; }
        .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card.wired.headline-only .story-card-block {
          left: 0;
          height: 100%; }
        .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card.wired.headline-only .cm-icon-export {
          bottom: 10px; } }
  .tiles.large-tiles-at-all-breakpoints .large-story-tile .section-bar {
    display: none; }
  .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card-block {
    margin-left: 0; }
  .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card-img-link {
    margin: 0;
    padding-top: 0; }
  .tiles.large-tiles-at-all-breakpoints .large-story-tile .story-card.wired .cm-icon-export {
    top: auto;
    transform: none; }
  .tiles.large-story-tiles-mobile .section-tag, .tiles.large-story-tiles-mobile .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .tiles.large-story-tiles-mobile .section-tag {
    padding: initial;
    position: initial;
    right: initial;
    top: initial;
    min-height: initial; }
  .tiles.large-story-tiles-mobile .large-story-tile-mobile {
    float: left;
    width: 50%;
    padding: 5px 5px 0 5px;
    line-height: 1.2; }
    .tiles.large-story-tiles-mobile .large-story-tile-mobile:nth-child(odd) {
      padding-left: 0; }
    .tiles.large-story-tiles-mobile .large-story-tile-mobile:nth-child(even) {
      padding-right: 0; }
    .tiles.large-story-tiles-mobile .large-story-tile-mobile .tile-image {
      background: #fff;
      font-size: 0; }
    .tiles.large-story-tiles-mobile .large-story-tile-mobile .tile-headline {
      height: 85px;
      vertical-align: middle;
      border: 1px solid #ededed;
      border-top: none;
      background: white;
      position: relative; }
      .tiles.large-story-tiles-mobile .large-story-tile-mobile .tile-headline .tile-text a {
        overflow: hidden;
        display: block;
        font-size: 0.875rem;
        padding: 12px 6px;
        color: #000; }
    .tiles.large-story-tiles-mobile .large-story-tile-mobile .section-tag {
      height: 7px; }
  .tiles.medium-story-tiles .medium-story-tile {
    height: 81px;
    border-bottom: 1px solid #ddd;
    padding: 5px 6px;
    line-height: 1rem;
    position: relative; }
    .tiles.medium-story-tiles .medium-story-tile .tile-count {
      position: relative;
      width: 24px;
      height: 100%;
      float: left; }
      .tiles.medium-story-tiles .medium-story-tile .tile-count div {
        font-family: Oswald, Arial, sans-serif;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 6px;
        font-size: 1.2rem; }
        .tiles.medium-story-tiles .medium-story-tile .tile-count div:after {
          content: '.'; }
    .tiles.medium-story-tiles .medium-story-tile .tile-headline {
      height: 70px;
      padding: 0 10px;
      overflow: hidden;
      word-wrap: break-word;
      font-size: 0.875rem;
      position: relative; }
      .tiles.medium-story-tiles .medium-story-tile .tile-headline a {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        width: 100%;
        display: block; }
    .tiles.medium-story-tiles .medium-story-tile .tile-share {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      right: 6px;
      z-index: 1; }
      .tiles.medium-story-tiles .medium-story-tile .tile-share + .tile-headline {
        padding-right: 25px; }
  .tiles.small-story-tiles .section-tag, .tiles.small-story-tiles .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .tiles.small-story-tiles .section-tag {
    padding: initial;
    position: initial;
    right: initial;
    top: initial;
    min-height: initial; }
  .tiles.small-story-tiles.related-story-tiles {
    background-color: #f7f7f7;
    overflow: hidden; }
    .tiles.small-story-tiles.related-story-tiles h3 {
      font-family: Oswald_Bold, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 1rem;
      margin: 15px 0 0 15px; }
    .tiles.small-story-tiles.related-story-tiles .small-story-tile {
      height: 77px;
      padding: 15px; }
      .tiles.small-story-tiles.related-story-tiles .small-story-tile .tile-image {
        width: 84px;
        height: 47px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        margin-right: 10px; }
        .tiles.small-story-tiles.related-story-tiles .small-story-tile .tile-image .cm-img {
          margin-left: 0; }
      .tiles.small-story-tiles.related-story-tiles .small-story-tile .tile-headline {
        padding-right: 5px;
        padding-left: 0;
        height: 47px; }
    .tiles.small-story-tiles.related-story-tiles hr {
      border-top: solid 1px #d0d0d0; }
  .tiles.small-story-tiles .small-story-tile {
    height: 81px;
    padding: 11px 8px;
    line-height: 1rem;
    position: relative; }
    .tiles.small-story-tiles .small-story-tile .tile-image {
      position: relative;
      width: 100px;
      float: left;
      margin-right: -5px; }
      .tiles.small-story-tiles .small-story-tile .tile-image a {
        display: block; }
    .tiles.small-story-tiles .small-story-tile .section-bar {
      float: left;
      width: 7px;
      height: 56.25px; }
    .tiles.small-story-tiles .small-story-tile .tile-headline {
      height: 100%;
      padding: 0 0 0 15px;
      overflow: hidden;
      word-wrap: break-word;
      position: relative; }
      .tiles.small-story-tiles .small-story-tile .tile-headline a {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        width: 100%;
        display: block;
        font-size: 0.875rem; }
    .tiles.small-story-tiles .small-story-tile .tile-share {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      right: 6px;
      font-size: 1.1875rem;
      z-index: 1; }
      .tiles.small-story-tiles .small-story-tile .tile-share + .tile-headline {
        padding-right: 25px; }
      .tiles.small-story-tiles .small-story-tile .tile-share.tile-share-sponsor {
        top: 30%; }
  .tiles .event-tile {
    height: 250px;
    width: 300px;
    position: relative;
    background: #000000; }
    .tiles .event-tile .event-tile-text {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: auto;
      padding: 50% 3% 3% 3%;
      background-image: linear-gradient(to bottom, transparent 0%, #000000 100%); }
    .tiles .event-tile img {
      width: 100%;
      height: 100%; }
    .tiles .event-tile h3, .tiles .event-tile h5 {
      z-index: 2;
      color: #fff;
      font-family: Arial; }
    .tiles .event-tile h3 {
      font-size: 1.125rem;
      font-weight: bold;
      margin-bottom: 13px; }
    .tiles .event-tile h5 {
      font-size: .75rem;
      margin-bottom: 5px; }
  .tiles.blog-tiles .blog-tile {
    border-bottom: none;
    padding: 0 10px;
    height: 81px;
    line-height: 1.1rem;
    position: relative; }
    .tiles.blog-tiles .blog-tile > div {
      float: left;
      height: 81px; }
    .tiles.blog-tiles .blog-tile .tile-img {
      height: 64px;
      width: 64px;
      background-size: cover;
      display: block;
      border-radius: 50%; }
    .tiles.blog-tiles .blog-tile .tease-thumb-link {
      text-align: center;
      padding-top: 8px; }
    .tiles.blog-tiles .blog-tile .tease-link .cm-source {
      font-family: Merriweather, Arial, sans-serif;
      font-size: 0.6875rem;
      margin-top: -3px; }
    .tiles.blog-tiles .blog-tile .tease-link .item-headline {
      font-size: 0.875rem;
      line-height: 1rem; }
    @media (min-width: 1230px) {
      .tiles.blog-tiles .blog-tile .tease-thumb-link + .tease-link {
        position: absolute;
        left: 90px;
        right: 10px; } }
    .tiles.blog-tiles .blog-tile .tease-share-link {
      padding-top: 25px;
      margin-right: 12px; }
    @media (max-width: 1229px) {
      .tiles.blog-tiles .blog-tile .tease-thumb-link {
        display: none; }
      .tiles.blog-tiles .blog-tile .show-all-thumbs.tease-thumb-link {
        display: block; }
      .tiles.blog-tiles .blog-tile .tease-link.middle-position {
        right: initial;
        left: 10px; }
      .tiles.blog-tiles .blog-tile .show-all-thumbs.tease-link.middle-position {
        position: absolute;
        left: 90px; } }
    .tiles.blog-tiles .blog-tile .tease-share-link {
      float: right;
      width: 20px; }
    .tiles.blog-tiles .blog-tile:last-child {
      border-bottom: 1px solid #ddd; }
  .tiles.medium-story-cards .card .card-block,
  .tiles .medium-story-card .card .card-block {
    padding: 8px;
    height: 100px;
    width: 100%; }
    @media (max-width: 747px) {
      .tiles.medium-story-cards .card .card-block,
      .tiles .medium-story-card .card .card-block {
        padding-top: 20px;
        padding-right: 0;
        padding-bottom: 15px;
        height: 100px; } }
    @media (max-width: 543px) {
      .tiles.medium-story-cards .card .card-block,
      .tiles .medium-story-card .card .card-block {
        padding-top: 50px;
        padding-right: 0;
        padding-bottom: 25px;
        height: auto; } }
    .tiles.medium-story-cards .card .card-block.mobile,
    .tiles .medium-story-card .card .card-block.mobile {
      font-size: .9rem; }
  .tiles.medium-story-cards .card .cm-icon-export,
  .tiles .medium-story-card .card .cm-icon-export {
    position: absolute;
    bottom: 10px;
    right: 12px; }
  .tiles.medium-story-cards .card .card-text,
  .tiles .medium-story-card .card .card-text {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-left: 0.75rem; }
    @media (max-width: 747px) {
      .tiles.medium-story-cards .card .card-text,
      .tiles .medium-story-card .card .card-text {
        font-size: 1rem;
        line-height: 1.25rem; } }
  .tiles.medium-story-cards .card.headline-only .card-text,
  .tiles .medium-story-card .card.headline-only .card-text {
    padding-top: 30%;
    font-size: 1.5rem; }
  .tiles.medium-story-cards .card.headline-only .card-block,
  .tiles .medium-story-card .card.headline-only .card-block {
    min-height: 220px; }
  .tiles.ptw-tiles a:hover {
    color: #000000;
    text-decoration: none; }
  .tiles.ptw-tiles .card-block {
    padding: 14px;
    height: 293px;
    width: 100%; }
  .tiles.ptw-tiles .card-subtitle {
    font-size: 0.8125rem;
    margin-top: 21px;
    font-family: Arial, sans-serif; }
  .tiles.ptw-tiles .card-date {
    font-size: 0.75rem;
    margin: 10px 0;
    font-family: Oswald_Bold, Arial, sans-serif; }
    .tiles.ptw-tiles .card-date a {
      margin-bottom: 6px; }
  .tiles.ptw-tiles .card-title {
    margin-top: 30px;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    font-weight: bold; }
  @media only screen and (max-width: 1004px) and (min-width: 747px) {
    .tiles.ptw-tiles .card-block {
      padding: 20px 50px;
      height: 290px;
      width: 306px; }
    .tiles.ptw-tiles .card-title {
      margin-top: 15px; }
    .tiles.ptw-tiles .card-subtitle {
      margin-top: 15px; } }
  @media only screen and (max-width: 747px) {
    .tiles.ptw-tiles .card-block {
      padding: 8px;
      height: 247px;
      width: 100%; }
    .tiles.ptw-tiles .card-title {
      margin-top: 9px;
      font-size: 12px; } }
  @media only screen and (max-width: 455px) {
    .tiles.ptw-tiles .card-block {
      height: 185px; } }
  .tiles.from-our-blogs {
    position: relative;
    padding: 10px;
    padding-bottom: 10px; }
    .tiles.from-our-blogs .section-tag, .tiles.from-our-blogs .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .tiles.from-our-blogs .section-tag {
      top: auto;
      bottom: 10px; }
    .tiles.from-our-blogs .item {
      margin-bottom: 15px; }
      .tiles.from-our-blogs .item > div:nth-child(n+4) {
        display: none; }
      @media (min-width: 748px) {
        .tiles.from-our-blogs .item > div:nth-child(n+4) {
          display: block; }
        .tiles.from-our-blogs .item > div:nth-child(n+7) {
          display: none; } }
      @media (min-width: 1005px) {
        .tiles.from-our-blogs .item > div:nth-child(n+8) {
          display: block; } }
      .tiles.from-our-blogs .item .title {
        font-family: Merriweather, Arial, sans-serif;
        font-size: 0.6875rem;
        line-height: 1.2; }
      .tiles.from-our-blogs .item .entry {
        font-size: 0.8rem;
        line-height: 1.2;
        height: 3.6em; }
  .tiles a.see-all-blogs {
    color: #000;
    float: right;
    font-weight: bold;
    bottom: 0;
    right: 0;
    position: absolute; }
    .tiles a.see-all-blogs .cm-icon {
      font-size: 1rem;
      margin-left: 0.2rem; }
  .tiles .blog-group.tiles.blog-tiles .blog-tile {
    border-bottom: 0; }
    .tiles .blog-group.tiles.blog-tiles .blog-tile:last-child {
      border-bottom: 1px solid #ddd; }
  .tiles .blog-group-heading {
    border-bottom: none; }
    .tiles .blog-group-heading h4 {
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 2;
      text-transform: uppercase;
      margin: 0;
      padding: 0.5rem 0 0.5rem 1rem;
      display: inline-block;
      vertical-align: middle; }
    .tiles .blog-group-heading .cm-icon {
      margin-left: -0.25rem;
      display: inline-block;
      font-size: 1.25rem;
      color: #000; }

.storywell {
  padding-top: 20px;
  padding-bottom: 46px;
  min-height: 120px;
  background-color: #e0e0e0; }
  .storywell .sw-tile {
    position: relative;
    z-index: 1; }
  .storywell .cm-ad .event-tile {
    background-color: transparent; }
  @media (max-width: 747px) {
    .storywell .event-tile {
      margin-left: auto;
      margin-right: auto; } }
  .storywell .storywell-topics-dropdown {
    margin-bottom: 7px; }
    .storywell .storywell-topics-dropdown .section-menu-toggle {
      width: 150px;
      height: 30px;
      padding: 2px 0 0 5px; }
      .storywell .storywell-topics-dropdown .section-menu-toggle span {
        text-transform: uppercase; }
    .storywell .storywell-topics-dropdown .section-menu-dropdown {
      top: 34px; }
      .storywell .storywell-topics-dropdown .section-menu-dropdown .toggle-subnav {
        position: relative; }
        .storywell .storywell-topics-dropdown .section-menu-dropdown .toggle-subnav i {
          width: 0;
          height: 100%;
          position: absolute;
          left: 195px;
          top: -23px; }
          .storywell .storywell-topics-dropdown .section-menu-dropdown .toggle-subnav i:hover {
            cursor: pointer; }
      .storywell .storywell-topics-dropdown .section-menu-dropdown .closed {
        display: none; }

.taboola-widget {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0 auto; }
  @media (max-width: 747px) {
    .taboola-widget.taboola-layout- .thumbnails-f .videoCube, .taboola-widget.taboola-layout-horizontal .thumbnails-f .videoCube {
      width: 100%; } }
  @media (min-width: 748px) and (max-width: 1004px) {
    .taboola-widget.taboola-layout- .thumbnails-f .videoCube, .taboola-widget.taboola-layout-horizontal .thumbnails-f .videoCube {
      width: 48%; } }
  .taboola-widget.taboola-layout-vertical .thumbnails-f .videoCube {
    width: 100%; }
  .taboola-widget .trc_rbox_header_span {
    text-transform: uppercase;
    font-size: 1.25rem; }

.taboola-container {
  padding: 1rem; }
  @media (min-width: 1005px) {
    .taboola-container {
      max-width: 955px;
      margin: auto; } }

body.RP01-600 .take-a-break .section-container.has-more-than-2 li:nth-of-type(2) {
  max-width: 190px; }
  body.RP01-600 .take-a-break .section-container.has-more-than-2 li:nth-of-type(2) a span {
    display: inline-block;
    max-height: 40px;
    line-height: 1.25rem;
    overflow: hidden; }

body.RP01-600 .take-a-break .section-container.has-more-than-2 li:last-of-type {
  display: none; }

body.RP01-600 .take-a-break .section-container li:nth-of-type(2) {
  border-bottom: none; }

body.RP01-600 .take-a-break .section-container:not(.has-more-than-2) .section-tag {
  display: none; }

body.RP01-600 .take-a-break .section-container .section-tag {
  display: block; }

.take-a-break {
  position: relative; }
  .take-a-break .heading-container {
    width: 100%;
    height: 59px;
    position: relative; }
  .take-a-break .section-heading {
    margin: 0;
    padding: 12px;
    color: #fff;
    line-height: 35px;
    max-width: 208px;
    max-height: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box; }
  .take-a-break .ad-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
    height: 59px; }
    .take-a-break .ad-area .ad {
      position: absolute;
      top: 14px;
      right: 0;
      width: 100%;
      height: 31px; }
  .take-a-break .section-container {
    position: relative; }
    .take-a-break .section-container.has-more-items li:last-of-type {
      max-width: 190px; }
      .take-a-break .section-container.has-more-items li:last-of-type a span {
        display: inline-block;
        max-height: 40px;
        line-height: 1.25rem;
        overflow: hidden; }
    .take-a-break .section-container.has-more-items .section-tag {
      display: block; }
    @media (max-width: 1229px) {
      .take-a-break .section-container.has-more-than-2 li:nth-of-type(2) {
        max-width: 190px; }
        .take-a-break .section-container.has-more-than-2 li:nth-of-type(2) a span {
          display: inline-block;
          max-height: 40px;
          line-height: 1.25rem;
          overflow: hidden; }
      .take-a-break .section-container.has-more-than-2 li:last-of-type {
        display: none; }
      .take-a-break .section-container li:nth-of-type(2) {
        border-bottom: none; }
      .take-a-break .section-container:not(.has-more-than-2) .section-tag, .take-a-break .section-container:not(.has-more-than-2) .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .take-a-break .section-container:not(.has-more-than-2) .section-tag {
        display: none; }
      .take-a-break .section-container.has-more-than-2 li:nth-of-type(2) {
        max-width: 190px; }
      .take-a-break .section-container.has-more-than-2 .section-tag {
        display: block; } }
  .take-a-break .section-tag, .take-a-break .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .take-a-break .section-tag {
    top: auto;
    bottom: 15px;
    display: none; }
  .take-a-break ul {
    margin: 0;
    padding: 0 20px;
    list-style: none;
    height: auto;
    background: #332f2f; }
    .take-a-break ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      border-bottom: 2px solid #1e1a1a;
      position: relative;
      display: block;
      height: 66px;
      max-height: 66px;
      overflow: hidden; }
      .take-a-break ul li:last-of-type {
        border-bottom: 0; }
      .take-a-break ul li a {
        color: #fff;
        display: block;
        line-height: 66px;
        padding-left: 40px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font: 1rem Oswald, Arial, sans-serif;
        text-transform: uppercase; }
        .take-a-break ul li a:before {
          font-family: 'cm-icon';
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: inherit;
          text-rendering: auto;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          display: block;
          left: 4px;
          font-size: 1.625rem; }

.traffic .MP02 {
  margin-bottom: 0; }

.traffic .section-heading {
  text-align: left; }

.traffic .traffic-header h1 {
  margin-bottom: 0; }

.traffic .traffic-header .traffic-share,
.traffic .traffic-header .traffic-ads {
  margin-top: -3px; }

.traffic .traffic-header .TS01 {
  margin-bottom: 0; }

.traffic .traffic-header .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton:after {
  font-size: 1rem; }

@media (max-width: 747px) {
  .traffic .traffic-heading {
    margin: 0 auto;
    width: 102px; } }

.traffic .traffic-ads {
  margin-top: -2px; }

.traffic .wsi-widget {
  margin: 0 auto;
  height: 300px;
  width: 80%; }
  @media (min-width: 748px) {
    .traffic .wsi-widget {
      height: 600px;
      width: 100%; } }
  @media (min-width: 1005px) {
    .traffic .wsi-widget {
      margin-bottom: 40px; } }

.traffic #__wxMap_Cntrls,
.traffic #__wxMap_mapAttribution {
  z-index: 1000 !important; }

@media (max-width: 747px) {
  .traffic #__wxMap_UI {
    min-width: 0; } }

.trending {
  width: 100%;
  height: 140px;
  padding: 1rem 0 0;
  position: relative; }
  .trending ul {
    counter-reset: li;
    padding-left: 14px; }
  .trending li {
    height: 20px;
    list-style: none;
    font-family: Arial, sans-serif;
    font-size: .875rem;
    font-weight: bold;
    position: relative;
    padding-left: 26px;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 11px; }
  .trending span {
    height: 19px;
    width: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 10px;
    padding: 2.2px 0 0 7.3px;
    font-weight: normal;
    font-family: Oswald, Arial, sans-serif;
    font-size: 10px;
    color: #ffffff;
    border-radius: 50%;
    content: counter(li);
    counter-increment: li; }
  .trending > .section-tag, .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container .trending > .section-tag {
    top: auto;
    bottom: 10px; }
  @media only screen and (max-width: 1004px) {
    .trending {
      height: 209px; } }
  @media only screen and (max-width: 747px) {
    .trending {
      height: 140px; } }

.ttd-hp-widget {
  width: 320px;
  height: 80px;
  margin-left: 10px;
  color: #fff;
  position: relative;
  float: right; }
  .ttd-hp-widget a,
  .ttd-hp-widget a:hover,
  .ttd-hp-widget a:visited,
  .ttd-hp-widget a:active {
    color: #fff; }
  .ttd-hp-widget .ttd-links {
    margin: 7px 0 12px 12px;
    width: 197px;
    display: inline-block; }
    .ttd-hp-widget .ttd-links .ttd-title {
      font: 16px Oswald, Arial, sans-serif;
      margin-bottom: 15px;
      width: 100%;
      height: 26px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .ttd-hp-widget .ttd-links .ttd-title > a {
        display: inline-block;
        width: 100%; }
      .ttd-hp-widget .ttd-links .ttd-title span {
        text-transform: uppercase;
        vertical-align: text-bottom; }
      .ttd-hp-widget .ttd-links .ttd-title .ttd-source {
        font: 11px Merriweather, Arial, sans-serif;
        display: inline-block;
        padding-left: 5px; }
        .ttd-hp-widget .ttd-links .ttd-title .ttd-source span {
          text-transform: none;
          display: inline-block;
          margin: 8px 4px 0 0; }
        .ttd-hp-widget .ttd-links .ttd-title .ttd-source img {
          width: 82px;
          height: auto;
          max-height: 22px; }
    .ttd-hp-widget .ttd-links .ttd-filter {
      font: bold 8px/17px Arial, sans-serif;
      text-transform: uppercase;
      background: #000;
      display: inline-block;
      padding: 2px 5px;
      margin-right: 7px; }
      .ttd-hp-widget .ttd-links .ttd-filter:before {
        font-family: 'cm-icon' !important;
        font-size: 12px;
        line-height: 10px;
        color: #fff;
        padding-right: 4px;
        vertical-align: middle; }
      .ttd-hp-widget .ttd-links .ttd-filter.ttd-filter-dates:before {
        content: '\e015'; }
      .ttd-hp-widget .ttd-links .ttd-filter.ttd-filter-locations:before {
        content: '\e009'; }
      .ttd-hp-widget .ttd-links .ttd-filter.filter-dates:before {
        content: '\e015'; }
      .ttd-hp-widget .ttd-links .ttd-filter.filter-locations:before {
        content: '\e009'; }
  .ttd-hp-widget .ttd-event {
    width: 110px;
    height: 100%;
    vertical-align: top;
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
    .ttd-hp-widget .ttd-event .event-image {
      width: 100%;
      height: 100%;
      z-index: 1; }
      .ttd-hp-widget .ttd-event .event-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        overflow: hidden; }
    .ttd-hp-widget .ttd-event .event-info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 0 6px;
      z-index: 3;
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
      background-repeat: repeat-x; }
    .ttd-hp-widget .ttd-event a {
      display: block;
      font: bold 10px Arial, sans-serif;
      position: relative; }
    .ttd-hp-widget .ttd-event .event-date {
      float: right;
      width: 25px;
      text-align: center;
      text-transform: uppercase;
      margin-right: 4px; }
    .ttd-hp-widget .ttd-event .event-title,
    .ttd-hp-widget .ttd-event .event-venue {
      width: 70px;
      margin-left: 8px;
      max-height: 30%;
      overflow: hidden; }
  @media (max-width: 1229px) {
    .ttd-hp-widget {
      width: 220px; } }

@media only screen and (max-width: 1229px) {
  .ttd-hp-widget {
    width: 222px; }
    .ttd-hp-widget .ttd-source {
      display: none; }
    .ttd-hp-widget .ttd-links {
      width: 102px; }
    .ttd-hp-widget .ttd-filters {
      display: none; } }

#points-local-location-picker ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style: none;
  padding-left: 0; }

.modal .close {
  cursor: pointer;
  color: white;
  opacity: 1;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  text-align: center;
  background: #00539b;
  border: 2px solid white; }
  .modal .close:after {
    font-family: 'cm-icon' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    text-indent: 0;
    speak: none;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
    color: white;
    content: '\e010';
    font-size: 24px; }

.modal .modal-footer button {
  background: #00579e;
  padding-right: 30px;
  position: relative;
  color: white;
  border-radius: 0; }
  .modal .modal-footer button:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'cm-icon';
    font-size: 1.4em;
    speak: none;
    line-height: 1;
    content: '\e000';
    right: 5px; }

.ttd-section-search .btn-search {
  border-radius: 0;
  margin-right: 0; }

.ttd-section-search .txt-box-search {
  border-radius: 0; }

.top-headlines .large-story-tile-full-width .story-card-block {
  position: relative;
  font-size: 1.375rem;
  line-height: 1rem;
  margin-top: -6px;
  background: #fff;
  padding: 8px;
  height: 81px;
  width: 100%; }
  @media (min-width: 748px) {
    .top-headlines .large-story-tile-full-width .story-card-block {
      border: none; } }
  .top-headlines .large-story-tile-full-width .story-card-block a {
    height: 65px;
    display: block; }
    .top-headlines .large-story-tile-full-width .story-card-block a .story-card-text {
      padding-right: 20px; }
    .top-headlines .large-story-tile-full-width .story-card-block a .cm-icon-export {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      bottom: 15px;
      right: 11px; }

.top-headlines .large-story-tiles > div .card {
  border-top: none;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 748px) {
    .top-headlines .large-story-tiles > div .card {
      border: none; } }

.top-headlines .large-story-tiles > div:first-child .card {
  border-top: 1px solid #ddd; }
  @media (min-width: 748px) {
    .top-headlines .large-story-tiles > div:first-child .card {
      border-top: none; } }

.top-headlines .large-story-tiles > div.ad + div .card {
  border-top: 1px solid #ddd; }
  @media (min-width: 748px) {
    .top-headlines .large-story-tiles > div.ad + div .card {
      border: none; } }

.top-headlines .module.attached-to-tile, .top-headlines .attached-to-tile.add-on-module, .top-headlines .weather-page .attached-to-tile.add-on-heading, .weather-page .top-headlines .attached-to-tile.add-on-heading {
  border-top: none; }

.top-headlines .no-rotator {
  margin-bottom: 12px; }

.top-headlines .ad {
  border: none; }

.top-headlines .cm-ad {
  margin-bottom: 0; }

.top-headlines .large-story-tile-full-width .card.headline-only {
  padding: 32px 0 31px 15px; }
  @media (min-width: 748px) {
    .top-headlines .large-story-tile-full-width .card.headline-only {
      padding: 37px 0 38px 15px; } }

@media (min-width: 748px) {
  .top-headlines .large-story-tiles > div:first-child .card {
    margin-bottom: none; }
  .top-headlines .large-story-tile .card {
    border: none; }
  .top-headlines .story-card-block {
    position: absolute; } }

.top-headlines .story-card-text {
  text-align: left; }

.top-headlines .story-card-text.img-headline {
  font-size: 0.875rem;
  line-height: 1.125rem; }

.top-headlines .story-card-text.no-img-headline {
  font-size: 1.375rem;
  line-height: 1.375rem; }

.RP01-250 .hidden-md-down.hidden-xl-up .homepage-top-headlines .col-xs-12:nth-child(3),
.RP01-250 .hidden-md-down.hidden-xl-up .homepage-top-headlines .col-xs-12:nth-child(4) {
  display: none; }

.RP01-250 .standard-cw-top-headline.hidden-md-down.hidden-xl-up .homepage-top-headlines .col-xs-12:nth-child(3),
.RP01-250 .standard-cw-top-headline.hidden-md-down.hidden-xl-up .homepage-top-headlines .col-xs-12:nth-child(4) {
  display: block; }

.RP01-250 .big-story-rr-top-headline .medium-story-tile:nth-child(7),
.RP01-250 .big-story-rr-top-headline .medium-story-tile:nth-child(8) {
  display: none; }

.RP01-250 .standard-rr-top-headline.breaking-news-active .medium-story-tile:nth-child(5) {
  display: none; }

.RP01-600 .big-story-rr-top-headline .medium-story-tile:nth-child(1),
.RP01-600 .big-story-rr-top-headline .medium-story-tile:nth-child(2),
.RP01-600 .big-story-rr-top-headline .medium-story-tile:nth-child(6) {
  display: none; }

.RP01-600 .standard-rr-top-headline .medium-story-tile:nth-child(3),
.RP01-600 .standard-rr-top-headline .medium-story-tile:nth-child(4),
.RP01-600 .standard-rr-top-headline .medium-story-tile:nth-child(5) {
  display: none; }

.RP01-600 .standard-rr-top-headline.breaking-news-active .medium-story-tile:nth-child(3),
.RP01-600 .standard-rr-top-headline.breaking-news-active .medium-story-tile:nth-child(4) {
  display: block; }

.embedded-gallery {
  width: 100%;
  position: relative;
  display: none; }
  .embedded-gallery .cm-img {
    background-color: #000; }
  .embedded-gallery .eg-gallery-carousel,
  .embedded-gallery .eg-gallery-ribbon {
    position: relative; }
  .embedded-gallery .eg-gallery-carousel-inner {
    margin-bottom: 0; }
  .embedded-gallery .embedded-gallery-social-share-footer .share-container.share-drawer {
    margin-top: -6px; }
    @media (max-width: 747px) {
      .embedded-gallery .embedded-gallery-social-share-footer .share-container.share-drawer {
        margin-top: 0; } }
  @media (max-width: 747px) {
    .embedded-gallery .embedded-gallery-social-share-footer {
      bottom: 5px;
      right: 15px;
      position: absolute; }
      .embedded-gallery .embedded-gallery-social-share-footer:hover {
        color: #fff; } }
  .embedded-gallery .embedded-gallery-slide {
    position: relative; }
  .embedded-gallery .embedded-gallery-heading-truncate {
    width: 1075px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 1229px) {
      .embedded-gallery .embedded-gallery-heading-truncate {
        width: 828px; } }
    @media (max-width: 1004px) {
      .embedded-gallery .embedded-gallery-heading-truncate {
        width: 510px; } }
    @media (max-width: 747px) {
      .embedded-gallery .embedded-gallery-heading-truncate {
        width: 100%; } }
  @media (min-width: 1230px) {
    .embedded-gallery .special-report-embedded-gallery-heading-truncate {
      width: 820px; } }
  .embedded-gallery .embedded-gallery-next-gallery-button {
    cursor: pointer; }
  .embedded-gallery #embedded-gallery-section-tag {
    position: relative;
    z-index: 101; }
    @media (max-width: 747px) {
      .embedded-gallery #embedded-gallery-section-tag {
        display: none; } }
  .embedded-gallery .embedded-gallery-next-gallery-icon {
    font-size: 28px;
    margin-right: 0.375rem;
    margin-top: -2px; }
  .embedded-gallery .embedded-gallery-full-size-icon {
    bottom: 10px;
    color: #fff;
    font-size: 26px;
    right: 12px;
    position: absolute; }
    @media (max-width: 747px) {
      .embedded-gallery .embedded-gallery-full-size-icon {
        bottom: auto;
        left: auto;
        right: 10px;
        top: 10px; } }
  .embedded-gallery .embedded-gallery-footer-next-gallery-wrapper {
    width: calc(100% - 270px);
    text-align: right;
    margin-right: 0.75rem;
    height: 60px; }
  .embedded-gallery .embedded-gallery-footer-next-gallery {
    font-family: Oswald_Bold, Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle; }
  .embedded-gallery .embedded-gallery-footer-next-gallery-title {
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1rem; }
    .embedded-gallery .embedded-gallery-footer-next-gallery-title:hover {
      color: #00539b; }
  .embedded-gallery #next-gallery-button:hover {
    cursor: pointer; }
  .embedded-gallery .embedded-gallery-img-container {
    background-color: #000;
    width: 100%; }
  .embedded-gallery .embedded-gallery-img {
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 0; }
  .embedded-gallery .slick-track .embedded-gallery-img,
  .embedded-gallery .display-gallery-ad {
    width: 770px;
    height: 433.125px; }
    @media (max-width: 1229px) {
      .embedded-gallery .slick-track .embedded-gallery-img,
      .embedded-gallery .display-gallery-ad {
        width: 703px;
        height: 395.438px; } }
    @media (max-width: 1004px) {
      .embedded-gallery .slick-track .embedded-gallery-img,
      .embedded-gallery .display-gallery-ad {
        width: 520px;
        height: 292.5px; } }
    @media (max-width: 747px) {
      .embedded-gallery .slick-track .embedded-gallery-img,
      .embedded-gallery .display-gallery-ad {
        width: 100%;
        height: auto; } }
  .embedded-gallery:hover .embedded-gallery-caption {
    height: auto;
    padding: 15px 22px; }
  .embedded-gallery .embedded-gallery-caption {
    background-color: #fff;
    opacity: 0.675;
    color: #000;
    position: absolute;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.125rem;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    display: inline-block;
    left: 203px;
    padding: 15px 22px;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 1229px) {
      .embedded-gallery .embedded-gallery-caption {
        left: 110px;
        width: 703px; } }
    @media (max-width: 1004px) {
      .embedded-gallery .embedded-gallery-caption {
        left: 45px;
        width: 520px; } }
    @media (max-width: 747px) {
      .embedded-gallery .embedded-gallery-caption {
        display: none; } }
  .embedded-gallery .embedded-gallery-caption:empty {
    display: none; }
  .embedded-gallery .embedded-gallery-next-prev {
    height: 34px;
    text-transform: uppercase; }
  .embedded-gallery .display-gallery-ad-wrapper {
    display: none;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .embedded-gallery .display-gallery-ad {
    background-color: #000;
    margin: 0 auto; }
    .embedded-gallery .display-gallery-ad .cm-ad {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .embedded-gallery .embedded-gallery-footer {
    background-color: #fff;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 70px;
    padding: 12px; }
    .embedded-gallery .embedded-gallery-footer > .center-vertically, .embedded-gallery .weather-page .county-weather-alerts-header.embedded-gallery-footer > *, .weather-page .embedded-gallery .county-weather-alerts-header.embedded-gallery-footer > * {
      display: block;
      height: 27px; }
    @media (max-width: 747px) {
      .embedded-gallery .embedded-gallery-footer {
        display: none; } }
  .embedded-gallery .embedded-gallery-footer-sml-brkpt {
    display: none; }
    .embedded-gallery .embedded-gallery-footer-sml-brkpt .embedded-gallery-footer-sml-brkpt-bg {
      background-color: #000;
      opacity: 0.75;
      width: 100%;
      height: 30px;
      position: absolute;
      left: 0;
      bottom: 0; }
    .embedded-gallery .embedded-gallery-footer-sml-brkpt .embedded-gallery-footer-sml-brkpt-text {
      position: relative; }
    .embedded-gallery .embedded-gallery-footer-sml-brkpt .share-container.share-drawer.text-muted .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton:after {
      color: #fff; }
    .embedded-gallery .embedded-gallery-footer-sml-brkpt button.janrainProvider:hover, .embedded-gallery .embedded-gallery-footer-sml-brkpt .janrainDrawerButton:hover:after, .embedded-gallery .embedded-gallery-footer-sml-brkpt .janrainDrawerButton:hover:after {
      color: #fff !important; }
    @media (max-width: 747px) {
      .embedded-gallery .embedded-gallery-footer-sml-brkpt {
        bottom: 0;
        color: #fff;
        display: block;
        height: 30px;
        line-height: 30px;
        padding-left: 20px;
        position: absolute;
        width: 100%; } }
  .embedded-gallery .embedded-gallery-arrow {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.55);
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 0;
    width: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    cursor: pointer;
    width: 150px; }
    @media (max-width: 747px) {
      .embedded-gallery .embedded-gallery-arrow {
        background: rgba(255, 255, 255, 0.6);
        width: 40px; } }
    .embedded-gallery .embedded-gallery-arrow:before {
      font-family: 'cm-icon' !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      color: #fff;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: text-top;
      content: '\e008';
      font-size: 23px;
      line-height: 95px;
      opacity: 1; }
      @media (max-width: 747px) {
        .embedded-gallery .embedded-gallery-arrow:before {
          color: rgba(0, 0, 0, 0.7);
          font-size: 28px;
          line-height: 60px; } }
    .embedded-gallery .embedded-gallery-arrow-next {
      right: 0;
      left: auto; }
      .embedded-gallery .embedded-gallery-arrow-next:before {
        content: '\e005'; }

.display-ad .display-gallery-ad-wrapper {
  display: block !important;
  z-index: 100; }
  .display-ad .display-gallery-ad-wrapper .lg-actions {
    display: block; }

.embedded-gallery .prev,
.embedded-gallery .next {
  font-family: Oswald_Bold, Arial, sans-serif;
  text-transform: uppercase; }
  .embedded-gallery .prev i,
  .embedded-gallery .next i {
    vertical-align: top;
    font-size: 1.4em; }

.embedded-gallery .prev {
  margin-left: -6px; }

.embedded-gallery .next {
  margin-right: -6px; }

@media (max-width: 747px) {
  .embedded-gallery {
    margin: 0; } }

.embedded-gallery .eg-gallery-arrow {
  position: absolute;
  z-index: 99;
  background: rgba(255, 255, 255, 0.6);
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  cursor: pointer; }
  @media (max-width: 747px) {
    .embedded-gallery .eg-gallery-arrow {
      width: 45px;
      color: #fff;
      background: transparent; } }
  .embedded-gallery .eg-gallery-arrow:before {
    font-size: 29px;
    line-height: 125px; }
    @media (max-width: 747px) {
      .embedded-gallery .eg-gallery-arrow:before {
        line-height: 60px; } }
  .embedded-gallery .eg-gallery-arrow-next {
    right: 0;
    left: auto; }

.embedded-gallery:hover .slick-arrow {
  width: 70px; }
  @media (max-width: 747px) {
    .embedded-gallery:hover .slick-arrow {
      width: 50px; } }

.embedded-gallery-sponsor .cm-ad {
  margin-bottom: 0; }

.display-gallery-ad-wrapper .lg-actions {
  display: none; }

.lg-on.display-ad .lg-outer .lg-img-wrap {
  display: none; }

.lg-on.display-ad .display-gallery-ad-wrapper {
  z-index: 1500;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 47px;
  height: calc(100vh - 87px); }
  .lg-on.display-ad .display-gallery-ad-wrapper .display-gallery-ad {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    margin: 0 auto; }
    .lg-on.display-ad .display-gallery-ad-wrapper .display-gallery-ad .cm-ad {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.lg-actions .lg-prev,
.lg-actions .lg-next {
  background-color: transparent; }
  .lg-actions .lg-prev:before, .lg-actions .lg-prev:after,
  .lg-actions .lg-next:before,
  .lg-actions .lg-next:after {
    content: ''; }

.lg-social-share .share-container .janrainProviderList {
  font-size: 18px; }

.lg-social-share .share-container {
  top: 7px;
  outline: none; }
  .lg-social-share .share-container .janrainSocialRoot.janrainProviders_2 .janrainProviderList button.janrainProvider {
    color: #fff;
    margin-top: 0.1875rem; }

.lg-social-share .janrainDrawerButton {
  color: #fff !important; }
  .lg-social-share .janrainDrawerButton:after {
    font-size: 1.25rem !important; }

.lg-social-share .janrainShareCountContainer {
  height: 24px !important;
  width: 46px !important; }

.lg-social-share .share-container.share-bar {
  margin-right: 35px; }

.lg-social-share .share-container.share-drawer {
  margin-top: -4px; }
  @media (max-width: 747px) {
    .lg-social-share .share-container.share-drawer {
      margin-top: -2px; } }

.lg-toolbar .lg-close:after {
  font-family: cm-icon  !important;
  content: '\e025' !important; }

#lg-counter {
  font-size: 0.875rem;
  font-weight: 700; }

.lg-sub-html {
  background-color: #333;
  height: 40px;
  padding-top: 5px;
  text-align: left; }
  @media (max-width: 747px) {
    .lg-sub-html {
      padding-left: 10px;
      padding-right: 10px; } }
  .lg-sub-html p {
    font-size: 0.875rem; }
    @media (max-width: 1004px) {
      .lg-sub-html p {
        font-size: 0.75rem; } }
  .lg-sub-html.on {
    height: auto;
    min-height: 40px; }

.lg-credit {
  bottom: 5px;
  text-align: right; }

.lg-fullscreen.lg-icon {
  display: none; }

#lg-zoom-in {
  display: none; }

#lg-zoom-out {
  display: none; }

.lg-social-share {
  display: none; }

.lg-social-share-show {
  display: block; }

.lg-up-down-arrow-placeholder {
  cursor: pointer; }

.lg-view-caption-button {
  font-family: Oswald, Arial, sans-serif;
  cursor: pointer; }
  .lg-view-caption-button::before {
    content: 'VIEW CAPTION';
    font-size: 0.75rem;
    margin-bottom: 20px;
    padding-left: 0.3125rem; }
  .lg-view-caption-button.on::before {
    content: 'HIDE CAPTION'; }

.light-gallery-janrain {
  bottom: 7px;
  position: absolute;
  right: 30px; }
  @media (max-width: 747px) {
    .light-gallery-janrain {
      right: 10px; } }

.gallery-lg-next,
.gallery-lg-prev {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  cursor: pointer;
  color: #000;
  width: 50px; }
  @media (max-width: 747px) {
    .gallery-lg-next,
    .gallery-lg-prev {
      padding: 10px 0;
      width: 50px; } }
  .gallery-lg-next:before,
  .gallery-lg-prev:before {
    font-size: 30px;
    line-height: 125px; }
    @media (max-width: 747px) {
      .gallery-lg-next:before,
      .gallery-lg-prev:before {
        line-height: 40px; } }

.gallery-lg-prev {
  left: -20px; }

.gallery-lg-next {
  right: -20px; }

body.lg-on {
  overflow: hidden; }
  body.lg-on.display-ad .lg-outer .lg-actions {
    display: none; }
  body.lg-on.display-ad .lg-sub-html {
    display: none; }

.brightcovePlayer {
  display: block;
  position: relative;
  max-width: 100%; }
  .brightcovePlayer .aspect-ratio-container {
    padding-top: 56.25%; }
  .brightcovePlayer .video-js, .brightcovePlayer video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .brightcovePlayer .bc-player-default_default.vjs-mouse .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 105px;
    height: 105px;
    border-radius: 52.5px;
    margin: 0; }
    .brightcovePlayer .bc-player-default_default.vjs-mouse .vjs-big-play-button:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      color: white;
      display: block;
      font-size: 80.76923px;
      opacity: .8;
      text-align: center; }

.weather-widget {
  position: relative;
  left: 0;
  right: 0;
  padding: 12px;
  background-color: #242223;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }
  .weather-widget a, .weather-widget a:hover {
    color: #fff; }
  .weather-widget input {
    padding: 0 7px;
    height: 25px;
    width: 166px;
    border: none;
    border-radius: 20px;
    background-color: #000;
    font-weight: bold; }
  .weather-widget .feels-like {
    display: block;
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: .85rem;
    font-weight: bold;
    letter-spacing: -1px; }
  .weather-widget .by-timeframe a {
    color: #fff;
    display: inline-block; }
    .weather-widget .by-timeframe a span {
      padding: 3px 8px;
      background-color: #000;
      font-size: 0.625rem;
      font-weight: bold; }
      .weather-widget .by-timeframe a span:hover {
        background-color: #00579e; }
  .weather-widget .zip-code-search {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    width: 200px; }
  .weather-widget .validation-error {
    display: none;
    margin-top: 5px;
    font-size: .5rem;
    color: #f50000; }
  .weather-widget .weather {
    position: relative;
    width: 32px; }
    .weather-widget .weather:not([data-alerts='']):not([data-alerts='0'])::after {
      margin: 0;
      padding: 3px;
      background-color: #ec0000;
      border-radius: 50%;
      line-height: .875;
      font-size: .5625rem;
      font-weight: bold;
      text-align: center;
      color: #ffffff;
      content: attr(data-alerts);
      position: absolute;
      top: 2px;
      left: 21px; }
    .weather-widget .weather.hidden::after {
      visibility: hidden; }
  .weather-widget .tempurature {
    font-size: 3.25rem;
    font-weight: bold; }
    .weather-widget .tempurature::after {
      font-weight: normal;
      margin-left: -3px; }
  .weather-widget .cm-icon-search {
    position: absolute;
    top: 2px;
    right: 20px;
    background: none;
    border: none; }
    .weather-widget .cm-icon-search::before {
      color: #fff; }

.mobile-weather-traffic {
  margin-bottom: 1rem; }
  .mobile-weather-traffic .clear-bottom-padding {
    padding-bottom: 0; }
  .mobile-weather-traffic .mobile-weather-current,
  .mobile-weather-traffic .mobile-traffic-current {
    position: relative;
    height: 84px;
    border: .0625rem solid #000000;
    color: #ffffff;
    background-color: #242222; }
    .mobile-weather-traffic .mobile-weather-current a, .mobile-weather-traffic .mobile-weather-current a:hover,
    .mobile-weather-traffic .mobile-traffic-current a,
    .mobile-weather-traffic .mobile-traffic-current a:hover {
      color: #fff;
      text-decoration: none; }
  .mobile-weather-traffic .mobile-weather-icon {
    position: absolute;
    top: 10px;
    right: 45px;
    width: 1.5625rem; }
    .mobile-weather-traffic .mobile-weather-icon .alert-badge {
      right: -8px;
      position: absolute;
      top: -3px; }
  .mobile-weather-traffic .mobile-weather-data {
    margin: 0 auto;
    position: relative;
    left: 25px;
    width: 8.5rem; }
  .mobile-weather-traffic .mobile-weather-degrees {
    margin-top: 13px;
    height: 2.5rem;
    font-family: Arial, sans-serif;
    line-height: 2.5rem;
    font-size: 3rem; }
  .mobile-weather-traffic .mobile-weather-locale {
    position: relative;
    left: 22px;
    font-family: Merriweather, Arial, sans-serif;
    font-size: 0.875rem;
    color: #ffffff; }
  .mobile-weather-traffic .mobile-weather-alert {
    margin: 0;
    padding: 3px;
    background-color: #ec0000;
    border-radius: 50%;
    line-height: .875;
    font-size: .5625rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 30px; }
  .mobile-weather-traffic .mobile-traffic {
    margin-bottom: 1rem; }
    .mobile-weather-traffic .mobile-traffic-data {
      position: relative;
      top: 9px;
      height: 84px;
      margin: 0 auto;
      width: 3.4375rem; }
    .mobile-weather-traffic .mobile-traffic-icon {
      margin-top: 6px; }
      .mobile-weather-traffic .mobile-traffic-icon .alert-badge {
        position: absolute;
        top: 0;
        right: -10px; }
    .mobile-weather-traffic .mobile-traffic-alert {
      margin: 0;
      padding: 3px;
      background-color: #ec0000;
      border-radius: 50%;
      line-height: .875;
      font-size: .5625rem;
      font-weight: bold;
      text-align: center;
      color: #ffffff;
      position: absolute;
      top: 0;
      right: -10px;
      font-size: 0.7em; }
    .mobile-weather-traffic .mobile-traffic-id {
      display: none; }

.weather-traffic-box {
  color: #ffffff;
  font-family: Oswald_Bold, Arial, sans-serif;
  text-transform: uppercase;
  width: 530px;
  height: 80px;
  float: left; }
  .weather-traffic-box a,
  .weather-traffic-box a:hover,
  .weather-traffic-box a:link,
  .weather-traffic-box a:visited,
  .weather-traffic-box a:visited:hover {
    color: inherit; }
  .weather-traffic-box .weather-traffic-section {
    height: 80%;
    width: 50%;
    margin: 0;
    display: inline-block;
    float: left;
    position: relative;
    padding: 0 10px;
    margin-top: 7px; }
    .weather-traffic-box .weather-traffic-section.weather-section {
      border-right: 1px solid #555555; }
    .weather-traffic-box .weather-traffic-section .weather-traffic-temp {
      position: absolute;
      right: 10px;
      cursor: pointer;
      line-height: 65px;
      font-size: 58px;
      font-family: Arial, sans-serif;
      font-weight: bold; }
    .weather-traffic-box .weather-traffic-section .weather-traffic-info-container .weather-traffic-zip {
      font-size: 10px; }
    .weather-traffic-box .weather-traffic-section .weather-traffic-icon {
      position: relative;
      margin-top: 3px;
      margin-left: 24px;
      float: left; }
      .weather-traffic-box .weather-traffic-section .weather-traffic-icon .weather {
        width: 32px; }
        .weather-traffic-box .weather-traffic-section .weather-traffic-icon .weather .alert-badge {
          position: absolute;
          top: 0;
          right: -10px; }
    .weather-traffic-box .weather-traffic-section .weather-traffic-title-zip-container {
      float: left; }
    .weather-traffic-box .weather-traffic-section.traffic-section {
      padding-left: 22px; }
    .weather-traffic-box .weather-traffic-section .traffic-title {
      margin-bottom: 13px; }
    .weather-traffic-box .weather-traffic-section .weather-traffic-info-container {
      width: 150px; }
    .weather-traffic-box .weather-traffic-section .weather-traffic-button-container {
      float: left; }
    .weather-traffic-box .weather-traffic-section .weather-traffic-button {
      text-transform: uppercase;
      cursor: pointer;
      background-color: #000000;
      margin-right: 7px;
      margin-top: 7px;
      padding: 4px 5px;
      float: left;
      font: bold 8px/11px Arial, sans-serif; }
      .weather-traffic-box .weather-traffic-section .weather-traffic-button i {
        font-size: 1.1em;
        padding-right: 0.2em; }
      .weather-traffic-box .weather-traffic-section .weather-traffic-button:before {
        font-size: 11px;
        position: relative;
        top: -1px;
        margin-right: 2px; }
    .weather-traffic-box .weather-traffic-section .weather-traffic-map {
      float: right;
      margin-right: 13px;
      margin-top: 6px;
      position: relative; }
      .weather-traffic-box .weather-traffic-section .weather-traffic-map .alert-badge {
        position: absolute;
        top: 0;
        right: 0; }
  @media (max-width: 1229px) {
    .weather-traffic-box {
      width: 380px; }
      .weather-traffic-box .weather-traffic-section .weather-traffic-icon {
        margin-top: 7px;
        margin-left: 5px;
        clear: both; } }

.mobile-weather-ad-enabled .cm-ad,
.mobile-traffic-ad-enabled .cm-ad {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 40px; }

.mobile-weather-ad-enabled {
  left: 0 !important;
  width: 100% !important; }
  .mobile-weather-ad-enabled .mobile-weather-info, .mobile-weather-ad-enabled .mobile-weather-ad {
    float: left;
    position: relative;
    height: 84px;
    width: 50%; }
  .mobile-weather-ad-enabled .mobile-weather-icon {
    right: -18px; }
  .mobile-weather-ad-enabled .mobile-weather-info {
    padding-left: 20px; }
  .mobile-weather-ad-enabled .mobile-weather-locale {
    left: -10px;
    margin: 0 !important; }
  .mobile-weather-ad-enabled .mobile-weather-info-containter {
    position: relative;
    margin-right: 56px;
    text-align: right; }

.mobile-traffic-ad-enabled {
  width: 100% !important; }
  .mobile-traffic-ad-enabled .mobile-traffic-info, .mobile-traffic-ad-enabled .mobile-traffic-ad {
    position: relative;
    height: 66px;
    width: 50%;
    float: left; }
  .mobile-traffic-ad-enabled .mobile-traffic-info {
    padding-left: 20px; }
  .mobile-traffic-ad-enabled .mobile-traffic-info-containter {
    position: relative;
    text-align: right;
    margin-right: 61px; }
    .mobile-traffic-ad-enabled .mobile-traffic-info-containter .alert-badge {
      right: -5px; }

/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker > div {
  display: none; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .prev .disabled,
.datepicker .next .disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143; }

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0 5px; }

.datepicker table {
  font-size: 12px;
  border: 1px solid #f0f0f0;
  padding: 2px;
  border-spacing: 2px;
  border-collapse: separate; }
  .datepicker table thead tr:nth-child(2) {
    color: white;
    background: #2e2e2e; }
    .datepicker table thead tr:nth-child(2) th {
      border-radius: 0; }
      .datepicker table thead tr:nth-child(2) th:hover {
        background: inherit; }
      .datepicker table thead tr:nth-child(2) th.prev {
        visibility: visible !important; }
  .datepicker table tr td {
    height: 30px;
    width: 30px;
    border-radius: 0;
    background: #f0f0f0; }
    .datepicker table tr td.disabled {
      background: #f8f8f8; }
    .datepicker table tr td.today {
      background: #accbe4; }

.cm-ad {
  margin-bottom: 20px; }
  .no-margin-ad .cm-ad {
    margin-bottom: 0; }
  .cm-ad:empty {
    margin-bottom: 0 !important; }
  @media (min-width: 748px) {
    .cm-ad.FC01 {
      margin-left: -0.25rem; } }
  @media (min-width: 1005px) and (max-width: 1229px) {
    .cm-ad.WP01 {
      max-width: 100%;
      overflow: hidden; } }

.ad .story-card {
  background: #ededed !important; }

.list-content .cm-ad.HP03, .list-content .cm-ad.HP04,
.search-results .cm-ad.HP03,
.search-results .cm-ad.HP04 {
  margin-left: -58px;
  margin-right: -58px;
  width: calc(100% + 116px); }

.RP01-600 .hidden-RP01-600 {
  display: none !important; }

.RP01-250 .hidden-RP01-250 {
  display: none !important; }

.large-story-tiles .cm-ad {
  margin-bottom: 0; }

@media (min-width: 748px) {
  .homepage-top-headlines .cm-ad.RP01-2col {
    margin-bottom: 12px; } }

body ~ iframe {
  height: 0 !important; }

.third-party-tease > * {
  max-width: 100%; }

.third-party-tease iframe {
  display: block;
  margin: auto; }

.third-party-tease br {
  display: none; }

.third-party-tease .ndn_embed {
  margin-right: -1px;
  width: auto;
  min-width: 301px; }
  @media (max-width: 747px) {
    .third-party-tease .ndn_embed {
      display: block;
      margin-left: auto;
      margin-right: auto; } }

.large-story-tiles .third-party-tease {
  max-height: 250px;
  max-width: 301px;
  overflow: hidden; }

.photo-modal .lg-toolbar .lg-close:after {
  font-family: cm-icon  !important;
  content: '\e025' !important; }

.photo-modal .lg-sub-html {
  background-color: rgba(51, 51, 51, 0.6);
  height: 40px;
  padding-top: 5px;
  text-align: left; }
  @media (max-width: 747px) {
    .photo-modal .lg-sub-html {
      padding-left: 10px;
      padding-right: 10px; } }
  .photo-modal .lg-sub-html p {
    font-size: 0.875rem; }
    @media (max-width: 1004px) {
      .photo-modal .lg-sub-html p {
        font-size: 0.75rem; } }

.photo-modal .lg-sub-html.on {
  height: auto;
  min-height: 40px; }

.photo-modal .lg-credit {
  bottom: 5px;
  text-align: right; }

.photo-modal .lg-fullscreen.lg-icon {
  display: none; }

.photo-modal #lg-zoom-in {
  display: none; }

.photo-modal #lg-zoom-out {
  display: none; }

.photo-modal .lg-view-caption-button {
  font-family: Oswald, Arial, sans-serif; }
  .photo-modal .lg-view-caption-button::before {
    content: 'VIEW CAPTION';
    font-size: 0.75rem;
    margin-bottom: 20px;
    padding-left: 0.3125rem; }

.photo-modal .lg-view-caption-button.on {
  font-family: Oswald, Arial, sans-serif; }
  .photo-modal .lg-view-caption-button.on::before {
    content: 'HIDE CAPTION';
    padding-left: 0.3125rem; }

.big-story-rotator-heading-hidden .rotator-heading {
  display: none; }

.homepage-big-story-container {
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 250px;
  overflow: visible;
  padding: 18px 20px; }
  @media (max-width: 543px) {
    .homepage-big-story-container {
      margin: 0 -12px 20px;
      width: calc(100% + 24px); } }

.big-story-heading {
  width: 100%; }
  @media (max-width: 543px) {
    .big-story-heading {
      display: none; } }

.homepage-big-story-tiles {
  margin-bottom: 0 !important; }

.homepage-big-story-main-heading {
  color: #a31200;
  font-size: 45px;
  font-family: Oswald_Bold, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.homepage-big-story-center-vertically {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.homepage-big-story-first-headline {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
  min-height: 52px;
  position: relative; }
  @media (max-width: 747px) {
    .homepage-big-story-first-headline {
      height: auto; } }

.homepage-big-story-top-headlines {
  width: 49%; }
  @media (max-width: 747px) {
    .homepage-big-story-top-headlines {
      width: 100%; }
      .homepage-big-story-top-headlines + .homepage-big-story-top-headlines .small-story-tiles {
        border-top: none; } }

.homepage-big-story-left-story-tile {
  float: left; }
  @media (max-width: 747px) {
    .homepage-big-story-left-story-tile {
      float: none; } }

.homepage-big-story-right-story-tile {
  float: right; }
  @media (max-width: 747px) {
    .homepage-big-story-right-story-tile {
      float: none; } }

.homepage-xl-story-container {
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 250px;
  padding: 20px 0 0;
  position: relative;
  z-index: 2; }
  .homepage-xl-story-container h2 {
    color: #a31200;
    font-size: 2.8125rem;
    font-family: Oswald_Bold, Arial, sans-serif;
    margin: 0 1.25rem;
    text-transform: uppercase; }
    @media (max-width: 747px) {
      .homepage-xl-story-container h2 {
        font-size: 1.875rem; } }
  .homepage-xl-story-container .homepage-xl-story-first-headline {
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 26px;
    margin: 20px;
    display: inline-block; }
    .homepage-xl-story-container .homepage-xl-story-first-headline a:visited {
      color: #000000; }
    @media (max-width: 1229px) {
      .homepage-xl-story-container .homepage-xl-story-first-headline {
        font-size: 1.375rem; } }
    @media (max-width: 747px) {
      .homepage-xl-story-container .homepage-xl-story-first-headline {
        font-weight: normal;
        font-size: 1.125rem;
        line-height: 1.375rem;
        margin: 10px 20px; } }
  .homepage-xl-story-container .tiles.small-story-tiles .small-story-tile {
    height: 122px;
    padding: 9px; }
    .homepage-xl-story-container .tiles.small-story-tiles .small-story-tile .tile-image {
      width: 180px; }
    .homepage-xl-story-container .tiles.small-story-tiles .small-story-tile .section-bar {
      height: 101.25px; }
    .homepage-xl-story-container .tiles.small-story-tiles .small-story-tile .tile-headline {
      padding-left: 20px; }
    @media (min-width: 1230px) {
      .homepage-xl-story-container .tiles.small-story-tiles .small-story-tile:nth-child(5) {
        border-bottom: none; }
      .homepage-xl-story-container .tiles.small-story-tiles .small-story-tile:nth-child(odd) {
        border-right: 1px solid #ddd; } }
    @media (max-width: 1229px) {
      .homepage-xl-story-container .tiles.small-story-tiles .small-story-tile {
        height: 90px;
        padding: 7px; }
        .homepage-xl-story-container .tiles.small-story-tiles .small-story-tile .tile-image {
          width: 135px; }
        .homepage-xl-story-container .tiles.small-story-tiles .small-story-tile .section-bar {
          height: 76.25px; }
        .homepage-xl-story-container .tiles.small-story-tiles .small-story-tile:last-child {
          display: none; }
        .homepage-xl-story-container .tiles.small-story-tiles .small-story-tile:nth-last-child(2) {
          border-bottom: none; } }

@media (max-width: 1229px) {
  .homepage-xl-story-top-headlines .homepage-top-headlines .tiles.small-story-tiles .small-story-tile {
    padding: 8px;
    height: 75px; } }

.homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container {
  height: 68px; }
  @media (max-width: 1229px) {
    .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container {
      height: 58px; } }
  @media (max-width: 747px) {
    .homepage-xl-story-top-headlines .homepage-top-headlines .more-link-container {
      height: 40px; } }

@media (min-width: 1005px) {
  .margin-bottom-xl-story {
    margin-bottom: 20px; } }

@media (min-width: 1005px) and (max-width: 1229px) {
  .RP01-600 .homepage-xl-story-top-headlines .tiles.small-story-tiles .small-story-tile {
    height: 74px; } }

@media (min-width: 1005px) {
  .RP01-600 .homepage-xl-story-top-headlines .tiles.small-story-tiles .more-link-container {
    height: 64px; } }

@media (max-width: 1229px) {
  .RP01-600 .homepage-xl-story-container .tiles.small-story-tiles .small-story-tile {
    height: 96px; } }

.RP01-600 .homepage-xl-story-top-headlines .small-story-tiles .small-story-tile:nth-child(n+4) {
  display: none; }

.RP01-600 .homepage-xl-story-top-headlines.breaking-news-active .small-story-tiles .small-story-tile:nth-child(4),
.RP01-600 .homepage-xl-story-top-headlines.breaking-news-active .small-story-tiles .small-story-tile:nth-child(5),
.RP01-600 .homepage-xl-story-top-headlines.breaking-news-active .small-story-tiles .small-story-tile:nth-child(6) {
  display: block; }

.playlist {
  width: 100%;
  position: relative;
  z-index: 1; }
  @media (max-width: 747px) {
    .playlist {
      margin: 0 -12px;
      width: calc(100% + 24px); } }
  .playlist .playlist-images {
    overflow: hidden;
    background: #fff url("../components/rotator/loading_31x31.gif") center center no-repeat;
    padding-bottom: 5px; }
    @media (max-width: 747px) {
      .playlist .playlist-images {
        min-height: 180px; } }
  .playlist .slide-image {
    width: 100%;
    float: left; }
    .playlist .slide-image a {
      display: block; }
  .playlist .playlist-arrow {
    position: absolute;
    z-index: 99;
    background: rgba(255, 255, 255, 0.6);
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 0;
    width: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    cursor: pointer; }
    @media (max-width: 747px) {
      .playlist .playlist-arrow {
        width: 50px; } }
    .playlist .playlist-arrow:before {
      font-size: 29px; }
    .playlist .playlist-arrow-next {
      right: 0;
      left: auto; }
  .playlist .share-container {
    position: absolute;
    right: 10px; }
    @media (min-width: 748px) {
      .playlist .share-container {
        bottom: 10px; } }
  .playlist .playlist-headlines {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    width: 90%; }
    @media (max-width: 747px) {
      .playlist .playlist-headlines {
        width: 80%; } }
    .playlist .playlist-headlines .slide-headline {
      float: left;
      max-width: 284px;
      opacity: 0.5;
      margin: 0 5px; }
      .playlist .playlist-headlines .slide-headline.slick-active.slick-current {
        opacity: 1; }
      .playlist .playlist-headlines .slide-headline.slick-active:hover {
        opacity: 1; }
    .playlist .playlist-headlines .slick-next::before,
    .playlist .playlist-headlines .slick-prev::before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: 'cm-icon';
      font-size: 1.8125rem;
      font-weight: bold;
      color: #000;
      right: 0; }
    .playlist .playlist-headlines .slick-prev {
      left: -20px; }
      .playlist .playlist-headlines .slick-prev:before {
        content: '\e008';
        right: -5px; }
    .playlist .playlist-headlines .slick-next::before {
      content: '\e005';
      left: -5px; }

.weather-traffic-hero {
  height: 260px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .weather-traffic-hero img {
    min-height: 100%;
    min-width: 100%; }

.weather-page {
  padding-bottom: 30px; }
  .weather-page .weather-header {
    position: relative; }
    .weather-page .weather-header .weather-ad {
      position: absolute;
      top: 23px;
      right: 0; }
      @media (max-width: 1004px) {
        .weather-page .weather-header .weather-ad {
          top: 3px; } }
    .weather-page .weather-header .share-container.share-drawer .janrainSocialRoot.janrainFormFactorDrawer .janrainDrawerButton:after {
      font-size: 1rem; }
  .weather-page h1 {
    font-family: Oswald_Bold, Arial, sans-serif;
    font-size: 2rem; }
  @media (min-width: 748px) {
    .weather-page .special-report-tabs .nav-item {
      width: 16.667%; }
    .weather-page .special-report-tabs .nav-link {
      width: 100%; } }
  @media (max-width: 747px) {
    .weather-page .special-report-tabs {
      background-color: #34495e; }
      .weather-page .special-report-tabs .nav-link {
        width: 100%; } }
  .weather-page .today-tomorrow-weather .tomorrow-hi-lo-wrapper {
    margin: 0 auto;
    width: 230px; }
    .weather-page .today-tomorrow-weather .tomorrow-hi-lo-wrapper .hi-lo {
      margin-right: 0.5em; }
    .weather-page .today-tomorrow-weather .tomorrow-hi-lo-wrapper .weather {
      width: 3em; }
  .weather-page .today-tomorrow-weather .module, .weather-page .today-tomorrow-weather .add-on-module, .weather-page .today-tomorrow-weather .add-on-heading {
    position: relative; }
    .weather-page .today-tomorrow-weather .module.right-pane, .weather-page .today-tomorrow-weather .right-pane.add-on-module, .weather-page .today-tomorrow-weather .right-pane.add-on-heading {
      overflow: hidden; }
  .weather-page .today-tomorrow-weather .padded {
    padding: 1rem; }
  .weather-page .today-tomorrow-weather .half-padded {
    padding: 0.5rem; }
  .weather-page .today-tomorrow-weather td {
    padding-right: 1rem;
    font-size: 0.875rem; }
  .weather-page .today-tomorrow-weather .right-pane {
    width: 200px; }
  .weather-page .today-tomorrow-weather .location {
    font-size: 1.25rem; }
  .weather-page .today-tomorrow-weather .feels-like {
    padding-left: 1rem; }
    @media (max-width: 747px) {
      .weather-page .today-tomorrow-weather .feels-like {
        padding-left: 0;
        margin-left: -1.3rem; } }
  .weather-page .today-tomorrow-weather .large-temperature {
    font-size: 6.875rem;
    color: #006ab5;
    font-weight: bold;
    line-height: 0.8em; }
    .weather-page .today-tomorrow-weather .large-temperature:after {
      font-size: 0.6em;
      font-weight: normal;
      vertical-align: top;
      top: -0.7rem;
      position: relative; }
  @media (min-width: 1230px) {
    .weather-page .today-tomorrow-weather .left-pane {
      width: 73%; }
      .weather-page .today-tomorrow-weather .left-pane .tomorrow-center-xl {
        max-width: 80%;
        margin: 0 auto 1rem; } }
  @media (min-width: 1005px) and (max-width: 1229px) {
    .weather-page .today-tomorrow-weather .left-pane {
      width: 61%; }
      .weather-page .today-tomorrow-weather .left-pane .pull-md-right {
        font-size: 0.85rem; }
      .weather-page .today-tomorrow-weather .left-pane .large-temperature {
        font-size: 6rem; } }
  @media (min-width: 748px) and (max-width: 1004px) {
    .weather-page .today-tomorrow-weather .left-pane {
      width: 67%; } }
  @media (max-width: 747px) {
    .weather-page .today-tomorrow-weather .center-text-xs {
      text-align: center; }
    .weather-page .today-tomorrow-weather .left-pane {
      width: 100%; } }
  @media (min-width: 1005px) {
    .weather-page .today-weather .left-pane {
      min-height: 404px; } }
  @media (max-width: 1004px) {
    .weather-page .fiveday td {
      font-size: 0.9em; }
      .weather-page .fiveday td:nth-child(2) {
        padding-left: 10px; } }
  .weather-page .fiveday td .move-up {
    margin-top: -7px; }
  .weather-page .fiveday td:last-of-type strong {
    font-size: 1.3em;
    line-height: 1; }
  .weather-page .divider {
    height: 100%;
    width: 0;
    position: absolute; }
  .weather-page .module-table.weekend table tr + tr {
    border-top: none; }
  .weather-page .hour-by-hour td:nth-child(2) {
    font-size: 1.4em; }
  .weather-page .hour-by-hour-small table {
    width: 100%; }
  .weather-page .hour-by-hour-small td {
    font-size: 0.9em;
    padding: 0.375rem 0; }
    .weather-page .hour-by-hour-small td + td {
      border-left: 1px solid #ddd; }
  .weather-page .hour-by-hour-small .weather {
    width: 1.1rem; }
  .weather-page .hour-by-hour-small .temperature {
    font-size: 1.4em;
    vertical-align: top;
    font-weight: bold; }
    .weather-page .hour-by-hour-small .temperature:after {
      vertical-align: top; }
  .weather-page .add-on-heading {
    border-bottom: none;
    padding: 0.5rem; }
    .weather-page .add-on-heading .section-heading {
      font-size: 1rem;
      margin-bottom: 0;
      line-height: 1.7em; }
    .weather-page .add-on-heading .timestamp {
      font-size: 0.8em;
      margin-right: 1em; }
  .weather-page .weather-search {
    border: 1px solid #ddd;
    padding: 2px 2rem 2px 4px;
    font-size: 0.875rem; }
  .weather-page .temperature-medium {
    font-size: 2rem; }
  .weather-page .weather {
    width: 2rem; }
  .weather-page .module-table table {
    width: 100%; }
    .weather-page .module-table table tr + tr {
      border-top: 1px solid #ddd; }
    .weather-page .module-table table td {
      padding: 10px; }
      .weather-page .module-table table td + td {
        padding-left: 0; }
  .weather-page .zip-code-form {
    margin: 0.375rem 0 0 1rem;
    position: relative;
    width: 300px; }
    .weather-page .zip-code-form .input-decorator button {
      border: none;
      background: none;
      position: absolute;
      right: 0;
      top: 0; }
    .weather-page .zip-code-form .input-decorator .weather-search {
      width: 100%; }
    .weather-page .zip-code-form .results-text {
      padding: 10px;
      text-align: center; }
    .weather-page .zip-code-form .section-menu-dropdown {
      width: 100%; }
    @media (max-width: 747px) {
      .weather-page .zip-code-form {
        margin: 0 0 20px;
        width: 100%;
        clear: left;
        width: 100%; }
        .weather-page .zip-code-form .input-decorator {
          width: 100%; } }
  .weather-page .hi-lo {
    font-size: 1.5rem;
    height: 2.5em;
    width: 4.58em;
    position: relative; }
    .weather-page .hi-lo.tomorrow-hi-lo {
      font-size: 2rem; }
    .weather-page .hi-lo .hi-temp,
    .weather-page .hi-lo .slash,
    .weather-page .hi-lo .lo-temp {
      position: absolute; }
    .weather-page .hi-lo .tiny {
      font-size: 0.5em;
      vertical-align: top; }
    .weather-page .hi-lo .temperature {
      line-height: 1.1;
      vertical-align: top;
      font-weight: bold; }
      .weather-page .hi-lo .temperature:after {
        font-size: 0.8em;
        font-weight: normal;
        vertical-align: top; }
    .weather-page .hi-lo .hi-temp {
      top: 0;
      left: 0; }
    .weather-page .hi-lo .slash {
      width: 2.1em;
      height: 0;
      border-bottom: solid 1px #000;
      -webkit-transform: rotate(-60deg);
      transform: rotate(-60deg);
      top: 1.1em;
      left: 1.2em; }
    .weather-page .hi-lo .lo-temp {
      bottom: 0;
      right: 0; }
  .weather-page .radar-map-wrapper {
    width: 100%;
    height: 640px; }
    @media (max-width: 747px) {
      .weather-page .radar-map-wrapper {
        width: 80%;
        margin: 0 auto;
        height: 500px;
        min-width: 288px; } }
  @media (max-width: 747px) {
    .weather-page #__wxMap_UI {
      min-width: 0; } }
  .weather-page #responsive_wxMap_UI .navbar .nav-pills #__wxMap_btnLayers {
    display: none !important; }
  .weather-page #responsive_wxMap_UI .btnControls {
    width: calc(100% - 102px); }
    @media (max-width: 747px) {
      .weather-page #responsive_wxMap_UI .btnControls {
        width: calc(100% - 36px); } }
  .weather-page #responsive_wxMap_UI.sub640 .btnControls {
    width: calc(100% - 36px); }
  .weather-page .county-weather-alerts-header {
    background-color: #d10b0b;
    color: #fff;
    padding: 6px 10px;
    position: relative;
    height: 40px; }
    .weather-page .county-weather-alerts-header .cm-icon-incident {
      margin-right: 0.5rem;
      font-size: 1.2em; }
    .weather-page .county-weather-alerts-header h3 {
      font-size: 1rem;
      margin-right: 1rem;
      font-family: Arial, sans-serif; }
    .weather-page .county-weather-alerts-header .toggle-accordian {
      right: 10px;
      position: absolute; }
    .weather-page .county-weather-alerts-header .cm-icon-play {
      transform: rotate(90deg);
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      cursor: pointer;
      font-size: 1.2em; }
    .weather-page .county-weather-alerts-header .alert-time {
      font-size: 0.8em; }
    .weather-page .county-weather-alerts-header.accordian-open .cm-icon-play {
      transform: rotate(-90deg); }
    .weather-page .county-weather-alerts-header.accordian-open + .county-weather-alerts-container {
      max-height: 600px; }
  .weather-page .county-weather-alerts-container {
    max-height: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: auto; }
    .weather-page .county-weather-alerts-container .left-pane {
      padding: 1rem 0.8rem;
      width: 200px;
      position: absolute;
      height: 100%;
      overflow: hidden; }
      .weather-page .county-weather-alerts-container .left-pane .county-name {
        font-weight: bold;
        cursor: pointer; }
        .weather-page .county-weather-alerts-container .left-pane .county-name.county-selected {
          color: #d10b0b; }
    @media (min-width: 748px) {
      .weather-page .county-weather-alerts-container .right-pane {
        margin-top: 1rem;
        border-left: 1px solid #ddd; }
        .weather-page .county-weather-alerts-container .right-pane .accordian {
          display: none; }
        .weather-page .county-weather-alerts-container .right-pane .alert-text.county-selected {
          max-height: 10000px; } }
    @media (max-width: 747px) {
      .weather-page .county-weather-alerts-container .right-pane .county-name {
        padding: 0.5rem 0;
        font-family: Arial, sans-serif;
        margin: 0;
        font-size: 0.875rem;
        font-weight: bold; }
      .weather-page .county-weather-alerts-container .right-pane .county {
        padding: 0 0.5rem; }
        .weather-page .county-weather-alerts-container .right-pane .county + .county {
          border-top: 1px solid #ddd; }
      .weather-page .county-weather-alerts-container .right-pane .accordian .toggle-accordian {
        right: 4px; } }
    .weather-page .county-weather-alerts-container .right-pane .alert-text {
      max-height: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      overflow: hidden;
      font-size: 0.875rem; }
      .weather-page .county-weather-alerts-container .right-pane .alert-text .alert-heading {
        color: #d10b0b; }
    .weather-page .county-weather-alerts-container .right-pane .accordian {
      position: relative; }
      .weather-page .county-weather-alerts-container .right-pane .accordian.accordian-open .cm-icon-play {
        transform: rotate(-90deg); }
      .weather-page .county-weather-alerts-container .right-pane .accordian.accordian-open + .alert-text {
        max-height: 10000px; }
    .weather-page .county-weather-alerts-container .right-pane .toggle-accordian {
      right: 10px;
      position: absolute;
      top: 4px; }
      .weather-page .county-weather-alerts-container .right-pane .toggle-accordian .cm-icon-play {
        transform: rotate(90deg);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
        font-size: 1.2em; }
    @media (min-width: 748px) {
      .weather-page .county-weather-alerts-container .right-pane {
        padding: 0 1rem;
        width: calc(100% - 200px);
        float: right;
        margin: 1rem 0; } }

/*# sourceMappingURL=app.css.map */
