@charset "UTF-8";
@import "http://fonts.googleapis.com/css?family=Oswald:300,400,700";
/*!
 * Bootstrap v2.1.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  color: #000000;
  background-color: #ffffff;
}
a {
  color: #b31c27;
  text-decoration: none;
}
a:active {
  color: #b31c27;
}
a:visited:hover,
a:hover {
  color: #b31c27;
  text-decoration: underline;
}
a:visited {
  color: #aa787c;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.cm-channel-root {
  padding: 0 6px;
}
.cm-channel-root h1,
.cm-channel-root h2,
.cm-channel-root h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000;
}
.cm-channel-root h1 {
  font-size: 52px;
  line-height: 52px;
  font-weight: normal;
  text-align: center;
}
.cm-channel-root h2 {
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
  text-align: center;
}
.cm-channel-root h3 {
  font-weight: normal;
  line-height: 130%;
}
.cm-channel-root a,
.cm-channel-root a:link {
  color: inherit;
  text-decoration: none;
}
.cm-channel-root a:visited {
  color: #aa787c;
}
.cm-channel-root a:hover {
  color: #b31c27;
  text-decoration: underline;
}
.cm-channel-root hr.cm-thin-thick,
.cm-channel-root hr.cm-thick-thin {
  margin: 0;
  color: #fff;
  z-index: 3;
  position: relative;
  /* Firefox uses box-sizing: border-box for hr by default. Weird. */
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.cm-channel-root .cm-header-banner {
  position: relative;
  height: 123px;
  overflow: hidden;
  background-color: #eee;
}
.cm-channel-root .cm-header-banner > img {
  position: absolute;
  height: 123px;
  width: 1280px;
  max-width: none;
  left: 50%;
  margin-left: -640px;
}
.cm-channel-root .cm-header-banner h1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
}
.cm-channel-root .cm-header-dropdown {
  display: none;
}
.cm-channel-root .cm-subheadings {
  margin: 0;
  list-style: none;
  height: 40px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #b6b6b6;
}
.cm-channel-root .cm-subheadings li {
  display: inline;
}
.cm-channel-root .cm-subheadings a {
  color: #000;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.cm-channel-root .cm-subheadings a:hover {
  color: #b31c27;
}
.cm-channel-root .cm-subheadings a:visited {
  color: #777;
}
.cm-channel-root .cm-top-ad {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.cm-channel-root .cm-channel-content {
  margin: 30px auto 0;
}
.cm-channel-root .cm-channel-content .cm-load-more {
  clear: both;
  width: 100%;
  background: #eee;
  color: #000;
  text-align: center;
  cursor: pointer;
  font: bold 18px/40px Georgia, Serif;
}
.cm-channel-root .cm-channel-content .cm-load-more:hover {
  color: #b31c27;
}
.cm-channel-root .cm-share-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.cm-channel-root .cm-channel-topstory {
  width: 100%;
  height: 295px;
  overflow: hidden;
  background: #eee;
  margin-bottom: 50px;
  position: relative;
}
.cm-channel-root .cm-channel-topstory .cm-share-icon {
  top: 25px;
  right: 10px;
}
.cm-channel-root .cm-channel-topstory .cm-tease-image {
  float: left;
  width: 525px;
  margin-right: 25px;
  height: 100%;
}
.cm-channel-root .cm-channel-topstory .cm-tease-image figure {
  height: 100%;
  max-height: 100%;
}
.cm-channel-root .cm-channel-topstory .cm-tease-image figure img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.cm-channel-root .cm-channel-topstory .cm-tease {
  height: 100%;
  box-sizing: border-box;
  width: auto;
  padding: 25px 10px 25px 0;
  background: #eee;
}
.cm-channel-root .cm-channel-topstory .cm-tease .cm-grid-header {
  font: italic bold 11px Georgia, Serif;
  color: #b31c27;
  margin-bottom: 10px;
}
.cm-channel-root .cm-channel-topstory .cm-tease h2 {
  font: bold 40px Georgia, Serif;
  color: #000;
  margin: 0 0 10px;
  text-align: left;
}
.cm-channel-root .cm-channel-topstory .cm-tease h2.tease-headline-L {
  font-size: 52px;
}
.cm-channel-root .cm-channel-topstory .cm-tease .story-text ul,
.cm-channel-root .cm-channel-topstory .cm-tease .story-text ol {
  float: left;
}
.cm-channel-root .cm-channel-topstory.cm-topstory-full {
  border: 1px solid #d0d0d0;
  height: 340px;
  box-sizing: border-box;
  position: relative;
}
.cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-share-icon {
  z-index: 10;
}
.cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease-image {
  float: left;
  width: 100%;
  margin: 0;
  height: 338px;
  position: relative;
  z-index: 1;
}
.cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease-image .cm-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0.9);
  /* IE6-9 */
}
.cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease {
  padding-left: 580px;
  background: none;
  z-index: 2;
  position: absolute;
  top: 0;
}
.cm-channel-root .cm-channel-topstory.cm-topstory-full .cm-tease h2 {
  font-size: 34px;
}
.cm-channel-root .story-byline {
  font: italic 12px Georgia, Serif;
  color: #6f6f6f;
}
.cm-channel-root article.story {
  padding: 0;
  clear: both;
}
.cm-channel-root article.story .cm-immersive {
  width: 100%;
  height: 315px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font: 14px arial;
  position: relative;
}
.cm-channel-root article.story .cm-immersive .cm-share-icon {
  top: 25px;
  right: 10px;
  background-position: 0 -17px;
}
.cm-channel-root article.story .cm-immersive a {
  color: #fff;
}
.cm-channel-root article.story .cm-immersive a:hover {
  color: #b31c27;
}
.cm-channel-root article.story .cm-immersive h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  padding: 20px 20px 0;
}
.cm-channel-root article.story .cm-immersive .story-text {
  padding: 20px 40px 40px 20px;
  color: #fff;
}
.cm-channel-root article.story .cm-immersive ul {
  margin: 20px;
  padding: 10px 20px;
}
.cm-channel-root article.story .cm-immersive ul li {
  font: 14px Georgia, Serif;
  margin-bottom: 10px;
}
.cm-channel-root article.story .cm-immersive .cm-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding-left: 41px;
  width: auto;
  height: 36px;
  background: url('../images/channel/immersive.png') 0 0 no-repeat;
  font: italic 10px Georgia, Serif;
}
.cm-channel-root article.story .cm-immersive .cm-icon span {
  font-family: Publico, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cm-channel-root article.story .cm-immersive:hover .cm-icon {
  background-position: 0 -36px;
}
.cm-channel-root article.story figure {
  width: 240px;
  height: 135px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.cm-channel-root article.story figure img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.cm-channel-root article.story figure .cmSpriteContentType {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 10px;
  left: 10px;
  width: 42px;
  height: 42px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.cm-channel-root article.story figure .cmSpriteContentType.video {
  background-image: url('../images/channel/play.png');
  display: block;
}
.cm-channel-root article.story figure .cmSpriteContentType.photo {
  background-image: url('../images/channel/gallery.png');
  display: block;
}
.cm-channel-root article.story figure:hover .cmSpriteContentType {
  background-position: bottom left;
}
.cm-channel-root article.story h3 {
  font: normal 16px Georgia, Serif;
  color: #000;
}
.cm-channel-root article.story .story-byline {
  font-size: 11px;
  line-height: 11px;
}
.cm-channel-root article.story .story-byline span {
  text-transform: none;
}
.cm-channel-root article.story .story-text {
  font: 14px/14px arial, sans-serif;
  color: #000;
  line-height: 1.4em;
  max-height: 100px;
}
.cm-channel-root .cm-channel-slot {
  position: relative;
}
.cm-channel-root .cm-channel-slot .story-photo-link ~ .story-text {
  padding-left: 260px;
}
.cm-channel-root .cm-channel-slot .cm-list-header {
  font: italic bold 22px Georgia, Serif;
  color: #000;
  text-align: center;
  width: 100%;
  height: 50px;
  margin: 20px 0 0;
}
.cm-channel-root .cm-channel-slot .cm-thin-thick {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.cm-channel-root .cm-channel-slot-list {
  height: 593px;
  width: 290px;
  float: left;
  margin: 0 40px 40px 0;
  overflow: hidden;
  text-align: center;
}
.cm-channel-root .cm-channel-slot-list.cm-popular {
  margin: 0 0 50px;
  height: auto;
  overflow: visible;
  float: none;
  width: 100%;
  position: relative;
}
.cm-channel-root .cm-channel-slot-list.cm-popular .cm-list-header {
  height: 30px;
  margin-bottom: 0;
}
.cm-channel-root .cm-channel-slot-list.cm-popular article.story {
  height: auto;
}
.cm-channel-root .cm-channel-slot-list article.story {
  width: 100%;
  padding: 0 2%;
  border-top: 1px solid #d0d0d0;
  margin: 0 0 15px;
  box-sizing: border-box;
  height: 86px;
  overflow: hidden;
}
.cm-channel-root .cm-channel-slot-list article.story:first-of-type {
  border-top: 0;
}
.cm-channel-root .cm-channel-slot-list .cm-list-index {
  background: #b31c27;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  font: bold 14px/16px Georgia, Serif;
  color: #fff;
  display: block;
  margin: 15px auto 10px;
}
.cm-channel-root .cm-channel-slot-list h3 {
  font: 18px Georgia, Serif;
}
.cm-channel-root .cm-channel-slot-expanded {
  width: 100%;
  clear: both;
}
.cm-channel-root .cm-channel-slot-expanded.cm-channel-slot-more {
  display: none;
}
.cm-channel-root .cm-channel-slot-expanded article.story {
  margin-bottom: 50px;
}
.cm-channel-root .cm-channel-slot-expanded article.story h3 {
  font-weight: bold;
  font-size: 20px;
  max-width: 94%;
}
.cm-channel-root .cm-channel-slot-expanded .cm-articles {
  margin-bottom: 22px;
}
.cm-channel-root .cm-channel-slot-expanded .cm-articles h3 {
  margin-top: 4px;
  max-height: 48px;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
}
.cm-channel-root .cm-channel-slot-expanded .cm-articles article {
  position: relative;
  height: 58px;
  padding: 22px 10px;
}
.cm-channel-root .cm-channel-slot-expanded .cm-articles article img {
  position: absolute;
}
.cm-channel-root .cm-channel-slot-expanded .cm-articles article:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}
.cm-channel-root .cm-channel-slot-expanded .cm-articles article.cm-image h3 {
  margin-left: 100px;
}
.cm-channel-root .cm-channel-slot-expanded .cm-feeds h3 {
  margin-top: 3px;
  font-size: 14px;
  line-height: 16px;
}
.cm-channel-root .cm-channel-slot-expanded .cm-feeds article {
  position: relative;
  height: 90px;
  padding: 40px 10px 10px 10px;
}
.cm-channel-root .cm-channel-slot-expanded .cm-feeds article img {
  position: absolute;
}
.cm-channel-root .cm-channel-slot-expanded .cm-feeds article:first-child {
  padding-top: 13px;
}
.cm-channel-root .cm-channel-slot-expanded .cm-feeds article:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}
.cm-channel-root .cm-channel-slot-expanded .cm-feeds article.cm-image h3,
.cm-channel-root .cm-channel-slot-expanded .cm-feeds article.cm-image .cm-feed-title {
  margin-left: 70px;
}
.cm-channel-root .cm-channel-slot-expanded .cm-feed-title {
  height: 16px;
  overflow: hidden;
  margin-top: -4px;
  font-size: 10px;
  font-style: italic;
}
.cm-channel-root .cm-channel-slot2 {
  width: 290px;
  height: 593px;
  float: left;
}
.cm-channel-root .cm-channel-slot2 article.story {
  padding-top: 22px;
}
.cm-channel-root .cm-channel-slot2 a {
  color: #000;
}
.cm-channel-root .cm-channel-slot2 a:visited {
  color: #777;
}
.cm-channel-root .cm-channel-slot2 a:hover {
  color: #b31c27;
}
.cm-channel-root .cm-channel-slot2 a:hover * {
  color: #b31c27;
}
.cm-channel-root .cm-channel-slot2 a * {
  color: #000;
}
.cm-channel-root .cm-channel-slot2 h2 {
  margin: 10px 10px 16px;
}
.cm-channel-root .cm-channel-slot2 div[id^=writecapture] {
  height: 100%;
  width: 100%;
}
.cm-channel-root .cm-channel-slot2 .cm-articles h3 {
  margin-top: 4px;
  max-height: 48px;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
}
.cm-channel-root .cm-channel-slot2 .cm-articles article {
  position: relative;
  height: 58px;
  padding: 21px 10px;
}
.cm-channel-root .cm-channel-slot2 .cm-articles article img {
  position: absolute;
}
.cm-channel-root .cm-channel-slot2 .cm-articles article:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}
.cm-channel-root .cm-channel-slot2 .cm-articles article.cm-image h3 {
  margin-left: 100px;
}
.cm-channel-root .cm-channel-slot2 .cm-feeds h3 {
  margin-top: 3px;
  font-size: 14px;
  line-height: 16px;
}
.cm-channel-root .cm-channel-slot2 .cm-feeds article {
  position: relative;
  box-sizing: border-box;
  height: 130px;
  padding: 32px 10px 10px;
}
.cm-channel-root .cm-channel-slot2 .cm-feeds article img {
  position: absolute;
}
.cm-channel-root .cm-channel-slot2 .cm-feeds article:first-child {
  padding-top: 13px;
  height: 113px;
}
.cm-channel-root .cm-channel-slot2 .cm-feeds article:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}
.cm-channel-root .cm-channel-slot2 .cm-feeds article.cm-image h3,
.cm-channel-root .cm-channel-slot2 .cm-feeds article.cm-image .cm-feed-title {
  margin-left: 70px;
}
.cm-channel-root .cm-channel-slot2 .cm-feed-title {
  height: 16px;
  overflow: hidden;
  margin-top: -4px;
  font-size: 10px;
  font-style: italic;
}
.cm-channel-root .cm-channel-slot2 .cm-link {
  height: 100%;
  max-height: 590px;
  margin-top: -3px;
}
.cm-channel-root .cm-channel-slot2 .cm-link .cm-share-icon {
  top: 20px;
  right: 12px;
  z-index: 3;
  background-position: 0 -17px;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story {
  height: 100%;
  max-height: 100%;
  padding: 0;
  background-color: #eee;
  margin-bottom: 0;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story .story-title {
  margin: 15px 25px 20px 20px;
  top: 0;
  font-size: 22px;
  text-align: left;
  font-weight: bold;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story .story-title a:hover {
  color: #b31c27 !important;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story .story-title a:visited {
  color: #777;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story .story-text {
  margin: 20px;
  font: 15px arial, sans-serif;
  max-height: 282px;
  overflow: hidden;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story .story-text ul {
  margin-top: 20px;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story .story-text li {
  margin-bottom: 20px;
  font: 16px "Merriweather", Georgia, "Times New Roman", Times, serif;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story .story-text a {
  color: #b31c27;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story .story-text a:hover {
  text-decoration: underline;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story .story-text a:visited {
  color: #aa787c;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story footer {
  position: absolute;
  bottom: 16px;
  left: 10px;
  height: 36px;
  margin: 0;
  padding-left: 41px;
  width: 65px;
  font-size: 10px;
  line-height: 13px;
  font-style: italic;
  color: #6f6f6f;
  background: url("../images/channel/immersive.png") no-repeat;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story:hover footer {
  background-position: 0 -36px;
}
.cm-channel-root .cm-channel-slot2 .cm-link .story .cm-footer-inside {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cm-channel-root .cm-channel-slot2 .cm-link .photo .story-title {
  position: absolute;
}
.cm-channel-root .cm-channel-slot2 .cm-link .photo figure {
  border: none;
  margin: 0;
  width: 100%;
  height: auto;
  float: none;
}
.cm-channel-root .cm-channel-slot2 .cm-link .photo figure img {
  width: 100%;
}
.cm-channel-root .cm-channel-slot3 .ad {
  display: none;
}
.cm-channel-root .cm-channel-slot3 .cm-sticky-scroll {
  width: 100%;
}
hr.cm-thick-thin {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  height: 2px;
}
hr.cm-thin-thick {
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
  height: 2px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Georgia, "Times New Roman", Times, serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 12px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 958px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 876px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 794px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 712px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 630px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 548px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 466px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 384px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 302px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 220px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 138px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 56px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #000000;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #000000;
  border-color: #000000;
  -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);
}
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #000000;
  background-color: #fdf6d0;
  border-color: #000000;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #000000;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #000000;
  border-color: #000000;
  -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);
}
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #000000;
  background-color: #f3c7c7;
  border-color: #000000;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #000000;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #000000;
  border-color: #000000;
  -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);
}
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #000000;
  background-color: #dff0d8;
  border-color: #000000;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #262626;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  margin-left: -1px;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-right-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
table .span1 {
  float: none;
  width: 54px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 136px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 218px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 300px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 382px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 464px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 546px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 628px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 710px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 792px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 874px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 956px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1038px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1120px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1202px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1284px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1366px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1448px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1530px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1612px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1694px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1776px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1858px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1940px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f3c7c7;
}
.table tbody tr.info td {
  background-color: #e2f3fb;
}
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.0.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.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;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #b31c27;
  background-color: #aa1b25;
  background-image: -moz-linear-gradient(top, #b31c27, #9d1922);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b31c27), to(#9d1922));
  background-image: -webkit-linear-gradient(top, #b31c27, #9d1922);
  background-image: -o-linear-gradient(top, #b31c27, #9d1922);
  background-image: linear-gradient(to bottom, #b31c27, #9d1922);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb31c27', endColorstr='#ff9d1922', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #b31c27;
  background-color: #aa1b25;
  background-image: -moz-linear-gradient(top, #b31c27, #9d1922);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b31c27), to(#9d1922));
  background-image: -webkit-linear-gradient(top, #b31c27, #9d1922);
  background-image: -o-linear-gradient(top, #b31c27, #9d1922);
  background-image: linear-gradient(to bottom, #b31c27, #9d1922);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb31c27', endColorstr='#ff9d1922', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  overflow: visible \9;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@font-face {
  font-family: "cm-icon";
  src: url("../font/cm-icon.eot");
  src: url("../font/cm-icon.eot?#iefix") format("embedded-opentype"), url("../font/cm-icon.woff") format("woff"), url("../font/cm-icon.ttf") format("truetype"), url("../font/cm-icon.svg#cm-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.cm-icon {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
}
[data-cm-icon]:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: attr(data-icon);
}
[class^="cm-icon-"]:before,
[class*=" cm-icon-"]:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
}
.cm-icon-twitter-circled:before {
  color: #FFF;
  background: #000;
  padding: 8px;
  font-size: 18px;
  border-radius: 18px;
  content: "\e002";
}
.cm-icon-facebook-circled:before {
  color: #FFF;
  background: #000;
  padding: 8px;
  font-size: 18px;
  border-radius: 18px;
  content: "\e00d";
}
.cm-icon-chevron-down:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: "\e01e";
}
.cm-icon-chevron-up:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: "\e00b";
}
.cm-icon-right:before {
  content: "\e000";
}
.cm-icon-user:before {
  content: "\e001";
}
.cm-icon-twitter:before {
  content: "\e002";
}
.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-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";
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b32c23;
  background-image: -moz-linear-gradient(top, #b31c27, #b3431c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b31c27), to(#b3431c));
  background-image: -webkit-linear-gradient(top, #b31c27, #b3431c);
  background-image: -o-linear-gradient(top, #b31c27, #b3431c);
  background-image: linear-gradient(to bottom, #b31c27, #b3431c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb31c27', endColorstr='#ffb3431c', GradientType=0);
  border-color: #b3431c #b3431c #712a12;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b3431c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #b3431c;
  *background-color: #9d3b19;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #873315 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-group {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #b3431c;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fdf6d0;
  border: 1px solid 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000000;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: 0;
  color: #000000;
}
.alert-danger,
.alert-error {
  background-color: #f3c7c7;
  border-color: 0;
  color: #000000;
}
.alert-info {
  background-color: #e2f3fb;
  border-color: 0;
  color: #000000;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #676767;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e6e3de;
  background-image: -moz-linear-gradient(top, #dedbd6, #f3f0ea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dedbd6), to(#f3f0ea));
  background-image: -webkit-linear-gradient(top, #dedbd6, #f3f0ea);
  background-image: -o-linear-gradient(top, #dedbd6, #f3f0ea);
  background-image: linear-gradient(to bottom, #dedbd6, #f3f0ea);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdedbd6', endColorstr='#fff3f0ea', GradientType=0);
  border: 1px solid #ddd4c3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #676767;
  text-shadow: 0 1px 0 #dedbd6;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar-link {
  color: #676767;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f3f0ea;
  border-right: 1px solid #dedbd6;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 6px;
}
.navbar .btn-group .btn {
  margin: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  width: 100%;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner,
.navbar-static-top .navbar-inner {
  border: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 972px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #676767;
  text-decoration: none;
  text-shadow: 0 1px 0 #dedbd6;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #eae4da;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #dcd7cf;
  background-image: -moz-linear-gradient(top, #d3cfc8, #eae4da);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d3cfc8), to(#eae4da));
  background-image: -webkit-linear-gradient(top, #d3cfc8, #eae4da);
  background-image: -o-linear-gradient(top, #d3cfc8, #eae4da);
  background-image: linear-gradient(to bottom, #d3cfc8, #eae4da);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3cfc8', endColorstr='#ffeae4da', GradientType=0);
  border-color: #eae4da #eae4da #cec2a9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #eae4da;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #eae4da;
  *background-color: #e0d9ca;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #d7cdb9 \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #eae4da;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #676767;
  border-bottom-color: #676767;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse {
  color: #999999;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999999;
}
.pagination {
  height: 40px;
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a,
.pagination span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a,
.pagination .active span {
  background-color: #f5f5f5;
}
.pagination .active a,
.pagination .active span {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a,
.pagination li:first-child span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a,
.pagination li:last-child span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2080;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
html.modal-open,
html.modal-open body {
  overflow: hidden !important;
}
/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll;
}
@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible;
  }
}
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible;
  /* allow content to popup out (i.e tooltips) */
}
.modal.fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.modal.fade.in {
  top: 50%;
}
.modal-body {
  max-height: none;
  overflow: visible;
}
.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}
.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #fff;
}
.modal.container {
  width: 940px;
  margin-left: -470px;
}
/* Modal Overflow */
.modal-overflow.modal {
  top: 1%;
}
.modal-overflow.modal.fade {
  top: -100%;
}
.modal-overflow.modal.fade.in {
  top: 1%;
}
.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
}
.popover.top {
  margin-bottom: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: 10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
.thumbnails {
  margin-left: -12px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 12px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #b31c27;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.label,
.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #000000;
}
.label-important[href],
.badge-important[href] {
  background-color: #000000;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #000000;
}
.label-success[href],
.badge-success[href] {
  background-color: #000000;
}
.label-info,
.badge-info {
  background-color: #000000;
}
.label-info[href],
.badge-info[href] {
  background-color: #000000;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.cm-truncate {
  visibility: hidden;
}
.row {
  margin-left: -12px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 12px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 972px;
}
.span12 {
  width: 972px;
}
.span11 {
  width: 890px;
}
.span10 {
  width: 808px;
}
.span9 {
  width: 726px;
}
.span8 {
  width: 644px;
}
.span7 {
  width: 562px;
}
.span6 {
  width: 480px;
}
.span5 {
  width: 398px;
}
.span4 {
  width: 316px;
}
.span3 {
  width: 234px;
}
.span2 {
  width: 152px;
}
.span1 {
  width: 70px;
}
.offset12 {
  margin-left: 996px;
}
.offset11 {
  margin-left: 914px;
}
.offset10 {
  margin-left: 832px;
}
.offset9 {
  margin-left: 750px;
}
.offset8 {
  margin-left: 668px;
}
.offset7 {
  margin-left: 586px;
}
.offset6 {
  margin-left: 504px;
}
.offset5 {
  margin-left: 422px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 258px;
}
.offset2 {
  margin-left: 176px;
}
.offset1 {
  margin-left: 94px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.2345679%;
  *margin-left: 1.18312757%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94855967%;
}
.row-fluid .span11 {
  width: 91.56378601%;
  *width: 91.51234568%;
}
.row-fluid .span10 {
  width: 83.12757202%;
  *width: 83.07613169%;
}
.row-fluid .span9 {
  width: 74.69135802%;
  *width: 74.6399177%;
}
.row-fluid .span8 {
  width: 66.25514403%;
  *width: 66.2037037%;
}
.row-fluid .span7 {
  width: 57.81893004%;
  *width: 57.76748971%;
}
.row-fluid .span6 {
  width: 49.38271605%;
  *width: 49.33127572%;
}
.row-fluid .span5 {
  width: 40.94650206%;
  *width: 40.89506173%;
}
.row-fluid .span4 {
  width: 32.51028807%;
  *width: 32.45884774%;
}
.row-fluid .span3 {
  width: 24.07407407%;
  *width: 24.02263374%;
}
.row-fluid .span2 {
  width: 15.63786008%;
  *width: 15.58641975%;
}
.row-fluid .span1 {
  width: 7.20164609%;
  *width: 7.15020576%;
}
.row-fluid .offset12 {
  margin-left: 102.4691358%;
  *margin-left: 102.36625514%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.2345679%;
  *margin-left: 101.13168724%;
}
.row-fluid .offset11 {
  margin-left: 94.03292181%;
  *margin-left: 93.93004115%;
}
.row-fluid .offset11:first-child {
  margin-left: 92.79835391%;
  *margin-left: 92.69547325%;
}
.row-fluid .offset10 {
  margin-left: 85.59670782%;
  *margin-left: 85.49382716%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.36213992%;
  *margin-left: 84.25925926%;
}
.row-fluid .offset9 {
  margin-left: 77.16049383%;
  *margin-left: 77.05761317%;
}
.row-fluid .offset9:first-child {
  margin-left: 75.92592593%;
  *margin-left: 75.82304527%;
}
.row-fluid .offset8 {
  margin-left: 68.72427984%;
  *margin-left: 68.62139918%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.48971193%;
  *margin-left: 67.38683128%;
}
.row-fluid .offset7 {
  margin-left: 60.28806584%;
  *margin-left: 60.18518519%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.05349794%;
  *margin-left: 58.95061728%;
}
.row-fluid .offset6 {
  margin-left: 51.85185185%;
  *margin-left: 51.74897119%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.61728395%;
  *margin-left: 50.51440329%;
}
.row-fluid .offset5 {
  margin-left: 43.41563786%;
  *margin-left: 43.3127572%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.18106996%;
  *margin-left: 42.0781893%;
}
.row-fluid .offset4 {
  margin-left: 34.97942387%;
  *margin-left: 34.87654321%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.74485597%;
  *margin-left: 33.64197531%;
}
.row-fluid .offset3 {
  margin-left: 26.54320988%;
  *margin-left: 26.44032922%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.30864198%;
  *margin-left: 25.20576132%;
}
.row-fluid .offset2 {
  margin-left: 18.10699588%;
  *margin-left: 18.00411523%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.87242798%;
  *margin-left: 16.76954733%;
}
.row-fluid .offset1 {
  margin-left: 9.67078189%;
  *margin-left: 9.56790123%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.43621399%;
  *margin-left: 8.33333333%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
strong,
b {
  font-weight: 700;
  font-style: normal;
}
figure {
  margin: 0;
}
hr.double-rule {
  margin: 0px 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  height: 2px;
  background: #ffffff;
}
hr.cm-thin-thick,
hr.cm-thick-thin {
  margin: 0;
  color: #fff;
  height: 2px;
  z-index: 3;
  position: relative;
  /* Firefox uses box-sizing: border-box for hr by default. Weird. */
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
hr.cm-thin-thick {
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
}
hr.cm-thick-thin {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
.center {
  text-align: center;
}
.main-nav {
  border-top: 2px solid #5b5b5b;
  border-bottom: 2px solid #5b5b5b;
  padding: 2px 0;
}
.main-nav > .navbar-container {
  display: table;
  width: 100%;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}
.main-nav > .navbar-container > .nav {
  margin: 0;
}
.main-nav > .navbar-container > .nav > li > a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 16px;
  text-shadow: none;
  padding: 6px 28px;
  color: #000000;
  text-transform: uppercase;
  height: auto;
}
.main-nav > .navbar-container > .nav > li > a:before,
.main-nav > .navbar-container > .nav > li > a:after {
  background-image: none;
}
.main-nav > .navbar-container > .nav > li > a:hover {
  background-color: #eeeeee;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
.nav-stretch {
  display: table !important;
  width: 100%;
  margin: 0 !important;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}
.nav-stretch > li {
  display: table-cell;
  text-align: center;
  width: auto;
  float: none !important;
}
.nav-stretch > li > a {
  padding: 8px 10px;
  display: block;
  color: #000000;
  text-transform: uppercase;
}
.subhead {
  *zoom: 1;
}
.subhead:before,
.subhead:after {
  display: table;
  content: "";
  line-height: 0;
}
.subhead:after {
  clear: both;
}
.subhead > .breaking-news {
  margin: 20px auto 14px auto;
  padding-bottom: 5px;
  width: 98%;
  border: 2px solid #d70101;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d70101;
  text-align: center;
}
.subhead > .breaking-news .breaking-news-title {
  position: relative;
  top: -13px;
  padding: 0 1%;
  background-color: #fff;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, sans-serif;
}
.subhead > .breaking-news .breaking-news-headline {
  margin: 0 5%;
}
.subhead > .breaking-news .breaking-news-headline,
.subhead > .breaking-news .breaking-news-headline a {
  margin-top: -10px;
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
}
.subhead > .breaking-news .breaking-news-market,
.subhead > .breaking-news .breaking-news-market a {
  margin-bottom: 0;
  color: #676767;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.subhead > .subhead-headline {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  padding-left: 10px;
  margin: 0 0 15px 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.subhead > .subhead-breadcrumb {
  margin: 10px 0;
  padding-left: 21px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Arial, sans-serif;
}
.subhead > .subhead-breadcrumb a:first-child {
  color: #000000;
}
.subhead > .subhead-breadcrumb a:first-child:visited:hover,
.subhead > .subhead-breadcrumb a:first-child:hover {
  color: #b31c27;
}
.subhead > .subhead-breadcrumb a:first-child:visited {
  color: #000000;
}
.subhead > .subhead-breadcrumb span {
  font-weight: bold;
}
.subhead > .font-options ul {
  display: table;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.subhead > .font-options ul > li {
  display: table-cell;
  vertical-align: text-bottom;
}
.subhead > .font-options ul > li > a {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #aaa;
  padding: 0 7px;
}
.subhead > .font-options ul > li > a.selected {
  color: #000000;
}
.subhead > .font-options ul > li.font-options-small:after,
.subhead > .font-options ul > li.font-options-medium:after {
  content: "|";
}
.subhead > .font-options ul > li.font-options-medium > a {
  font-size: 16px;
}
.subhead > .font-options ul > li.font-options-large > a {
  font-size: 20px;
}
.subhead > .font-options ul.font-options-small:after,
.subhead > .font-options ul.font-options-medium:after {
  content: "|";
}
.subhead > .font-options ul.font-options-medium > a {
  font-size: 16px;
}
.subhead > .font-options ul.font-options-large > a {
  font-size: 20px;
}
.row-ad.ad-mobile {
  display: none;
  visibility: hidden;
}
.row-ad.ad-medium {
  padding: 12px 0 0 0;
}
.row-ad.ad-medium .ad > .ad-warning {
  margin-right: 2%;
}
.row-ad.ad-nopad {
  padding: 0;
}
.row-ad.ad-leaderboard .ad {
  margin: 20px auto 0;
  width: 728px;
}
.row-ad .ad > .ad-warning {
  margin: 0;
  color: #999999;
  text-align: right;
  font-size: 9px;
  font-family: Arial, sans-serif;
}
.section-home .ad-leaderboard .ad {
  margin-top: 6px;
}
.ad-tracking-pixel {
  position: absolute;
}
.product-bar {
  display: inline-block;
  margin: 2.6% 0;
}
.product-bar .product-bar-separator {
  display: none;
}
.product-bar .marketing {
  float: left;
  width: 47.5%;
  *zoom: 1;
}
.product-bar .marketing:before,
.product-bar .marketing:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-bar .marketing:after {
  clear: both;
}
.product-bar .digital-paper {
  float: left;
  width: 47.5%;
  margin-left: 2.4%;
  padding-left: 2.4%;
  border-left: 1px solid #cdcdcd;
  *zoom: 1;
}
.product-bar .digital-paper:before,
.product-bar .digital-paper:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-bar .digital-paper:after {
  clear: both;
}
.product-bar img {
  float: left;
  margin-right: 4%;
  width: 36.2%;
}
.product-bar .product-bar-content {
  position: relative;
  float: left;
  width: 59.7%;
}
.product-bar .product-bar-content h4 {
  margin-top: 7%;
  font-size: 1.5em;
  line-height: 1.238em;
}
.product-bar .product-bar-content p {
  font-size: 0.858em;
  font-family: Arial, sans-serif;
  line-height: 1.5em;
}
.product-bar .product-bar-content .btn {
  padding-right: 0;
  padding-left: 0;
  width: 48%;
  color: #000000;
}
.product-bar .product-bar-content .btn:first-child {
  margin-right: 2%;
}
.product-bar .product-bar-content .btn-single {
  width: 100%;
}
.mastfoot {
  font-family: Arial, sans-serif;
  /* terms */
}
.mastfoot.mobile .footer-section.open > div {
  max-height: 380px;
}
.mastfoot.mobile .footer-section.open > h5 .arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mastfoot.desktop .footer-section:hover > div {
  max-height: 380px;
}
.mastfoot.desktop .footer-section:hover > h5 .arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mastfoot .footer-menu {
  border-top: solid 1px #dedede;
  position: relative;
  width: 100%;
}
.mastfoot .footer-menu .container {
  height: 40px;
  padding-top: 0;
  position: relative;
}
.mastfoot .footer-section {
  position: relative;
  display: inline-block;
  margin-right: 50px;
  top: 0;
}
.mastfoot .footer-section:nth-child(1) {
  margin-left: 16px;
}
.mastfoot .footer-section > h5 {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  margin: 0;
  padding: 10px;
  top: 0;
  left: 0;
  display: inline-block;
  white-space: nowrap;
}
.mastfoot .footer-section > h5 .arrow {
  border-left: solid 7px black;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  display: inline-block;
  margin-left: 6px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.mastfoot .footer-section > div {
  background-color: white;
  position: absolute;
  bottom: 40px;
  left: -10px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  display: inline-block;
  white-space: nowrap;
}
.mastfoot .footer-section > div > div {
  border: solid 1px #dedede;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.mastfoot .footer-section > div > div ul {
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
}
.mastfoot .footer-section > div > div ul:last-child {
  margin-right: 0;
}
.mastfoot .footer-section > div > div ul li {
  margin-bottom: 15px;
}
.mastfoot .footer-section a {
  color: black;
}
.mastfoot .footer-section a:hover {
  color: #b31c27;
}
.mastfoot .footer-section a:visited:hover {
  color: #b31c27;
}
.mastfoot .footer-section a:visited {
  color: #777;
}
.mastfoot #to-top {
  right: 26px;
  position: absolute;
  height: 40px;
  display: block;
  margin: 10px 0;
  top: 0;
  text-transform: uppercase;
  color: #777;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.mastfoot #to-top:hover,
.mastfoot #to-top:visited,
.mastfoot #to-top:visited:hover {
  color: #777;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.mastfoot #to-top .up-arrow {
  border-bottom: solid 7px #777;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  display: inline-block;
  margin-left: 4px;
}
.mastfoot .footer-terms {
  background-color: #242222;
  position: relative;
  width: 100%;
}
.mastfoot .footer-terms .container {
  padding-top: 0;
  position: relative;
}
.mastfoot .footer-terms p {
  color: #8f8f8f;
  margin: 20px 26px;
}
.mastfoot .footer-terms p a,
.mastfoot .footer-terms p a:hover,
.mastfoot .footer-terms p a:visited {
  color: #fff;
}
.photo {
  position: relative;
}
.photo figure {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #000000;
  vertical-align: text-bottom;
}
.photo figure .enlarge {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  padding: 0 5px 4px;
  font-size: 15px;
  line-height: 14px;
  font-weight: bold;
}
.photo .photo-credit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.photo .photo-credit span {
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 10px;
  background-color: #f5f5f6;
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  padding: 4px 5px;
}
.iswindows .photo .enlarge {
  padding-top: 5px;
}
.modal.modal-photo {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.modal.modal-photo img {
  width: 100%;
}
.modal.modal-photo button.close {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 4px;
  font-size: 14px;
}
.modal.modal-photo .modal-content figure {
  position: relative;
}
.modal.modal-photo .modal-content figure .photo-credit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.modal.modal-photo .modal-content figure .photo-credit span {
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  padding: 4px 5px;
}
.modal.modal-photo .modal-footer {
  background: none;
  border: none;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal.modal-photo.fade {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.modal-backdrop {
  background: none;
}
.modal.modal-voucher .voucher-info {
  font-size: 22px;
  margin: 20px 10px;
}
.modal.modal-voucher .voucher-info span {
  display: inline-block;
  width: 120px;
}
.modal.modal-voucher a:visited {
  color: #044eb6;
}
.time-stamp {
  margin-bottom: 0;
  color: #676767;
  font-size: 11px;
  font-family: Arial, sans-serif;
}
.section-title {
  padding-left: 10px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  font-family: Arial, sans-serif;
  line-height: 22px;
  margin: 20px 0 0;
}
.share-this {
  margin: 5px 0 15px 0;
}
.share-this .share-this-small {
  display: none;
  visibility: hidden;
}
.share-this .share-this-large {
  display: block;
  visibility: visible;
}
.share-this .share-this-text {
  position: absolute;
  left: -999em;
  overflow: hidden;
  width: 1em;
}
.flatpage-body .share-this {
  margin-top: 0;
}
.weather-icon {
  display: block;
  float: left;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
  width: 65px;
  height: 65px;
}
.weather-icon img {
  max-width: none;
  position: absolute;
  cursor: pointer;
}
.weather-icon.x-small {
  height: 20px;
  width: 20px;
}
.weather-icon.x-small img {
  height: 20px;
}
.weather-icon.small {
  height: 32px;
  width: 32px;
}
.weather-icon.small img {
  height: 32px;
}
.weather-icon.medium {
  height: 48px;
  width: 48px;
}
.weather-icon.medium img {
  height: 48px;
}
.weather-icon.large {
  height: 65px;
  width: 65px;
}
.weather-icon.large img {
  height: 65px;
}
.weather-icon.large.weather_icon_95 img {
  margin-left: -6110px;
}
.weather-icon.medium.weather_icon_95 img {
  margin-left: -4512px;
}
.weather-icon.small.weather_icon_95 img {
  margin-left: -3008px;
}
.weather-icon.x-small.weather_icon_95 img {
  margin-left: -1880px;
}
.weather-icon.large.weather_icon_94 img {
  margin-left: -6045px;
}
.weather-icon.medium.weather_icon_94 img {
  margin-left: -4464px;
}
.weather-icon.small.weather_icon_94 img {
  margin-left: -2976px;
}
.weather-icon.x-small.weather_icon_94 img {
  margin-left: -1860px;
}
.weather-icon.large.weather_icon_93 img {
  margin-left: -5980px;
}
.weather-icon.medium.weather_icon_93 img {
  margin-left: -4416px;
}
.weather-icon.small.weather_icon_93 img {
  margin-left: -2944px;
}
.weather-icon.x-small.weather_icon_93 img {
  margin-left: -1840px;
}
.weather-icon.large.weather_icon_92 img {
  margin-left: -5915px;
}
.weather-icon.medium.weather_icon_92 img {
  margin-left: -4368px;
}
.weather-icon.small.weather_icon_92 img {
  margin-left: -2912px;
}
.weather-icon.x-small.weather_icon_92 img {
  margin-left: -1820px;
}
.weather-icon.large.weather_icon_91 img {
  margin-left: -5850px;
}
.weather-icon.medium.weather_icon_91 img {
  margin-left: -4320px;
}
.weather-icon.small.weather_icon_91 img {
  margin-left: -2880px;
}
.weather-icon.x-small.weather_icon_91 img {
  margin-left: -1800px;
}
.weather-icon.large.weather_icon_90 img {
  margin-left: -5785px;
}
.weather-icon.medium.weather_icon_90 img {
  margin-left: -4272px;
}
.weather-icon.small.weather_icon_90 img {
  margin-left: -2848px;
}
.weather-icon.x-small.weather_icon_90 img {
  margin-left: -1780px;
}
.weather-icon.large.weather_icon_89 img {
  margin-left: -5720px;
}
.weather-icon.medium.weather_icon_89 img {
  margin-left: -4224px;
}
.weather-icon.small.weather_icon_89 img {
  margin-left: -2816px;
}
.weather-icon.x-small.weather_icon_89 img {
  margin-left: -1760px;
}
.weather-icon.large.weather_icon_88 img {
  margin-left: -5655px;
}
.weather-icon.medium.weather_icon_88 img {
  margin-left: -4176px;
}
.weather-icon.small.weather_icon_88 img {
  margin-left: -2784px;
}
.weather-icon.x-small.weather_icon_88 img {
  margin-left: -1740px;
}
.weather-icon.large.weather_icon_87 img {
  margin-left: -5590px;
}
.weather-icon.medium.weather_icon_87 img {
  margin-left: -4128px;
}
.weather-icon.small.weather_icon_87 img {
  margin-left: -2752px;
}
.weather-icon.x-small.weather_icon_87 img {
  margin-left: -1720px;
}
.weather-icon.large.weather_icon_86 img {
  margin-left: -5525px;
}
.weather-icon.medium.weather_icon_86 img {
  margin-left: -4080px;
}
.weather-icon.small.weather_icon_86 img {
  margin-left: -2720px;
}
.weather-icon.x-small.weather_icon_86 img {
  margin-left: -1700px;
}
.weather-icon.large.weather_icon_85 img {
  margin-left: -5460px;
}
.weather-icon.medium.weather_icon_85 img {
  margin-left: -4032px;
}
.weather-icon.small.weather_icon_85 img {
  margin-left: -2688px;
}
.weather-icon.x-small.weather_icon_85 img {
  margin-left: -1680px;
}
.weather-icon.large.weather_icon_84 img {
  margin-left: -5395px;
}
.weather-icon.medium.weather_icon_84 img {
  margin-left: -3984px;
}
.weather-icon.small.weather_icon_84 img {
  margin-left: -2656px;
}
.weather-icon.x-small.weather_icon_84 img {
  margin-left: -1660px;
}
.weather-icon.large.weather_icon_83 img {
  margin-left: -5330px;
}
.weather-icon.medium.weather_icon_83 img {
  margin-left: -3936px;
}
.weather-icon.small.weather_icon_83 img {
  margin-left: -2624px;
}
.weather-icon.x-small.weather_icon_83 img {
  margin-left: -1640px;
}
.weather-icon.large.weather_icon_82 img {
  margin-left: -5265px;
}
.weather-icon.medium.weather_icon_82 img {
  margin-left: -3888px;
}
.weather-icon.small.weather_icon_82 img {
  margin-left: -2592px;
}
.weather-icon.x-small.weather_icon_82 img {
  margin-left: -1620px;
}
.weather-icon.large.weather_icon_81 img {
  margin-left: -5200px;
}
.weather-icon.medium.weather_icon_81 img {
  margin-left: -3840px;
}
.weather-icon.small.weather_icon_81 img {
  margin-left: -2560px;
}
.weather-icon.x-small.weather_icon_81 img {
  margin-left: -1600px;
}
.weather-icon.large.weather_icon_80 img {
  margin-left: -5135px;
}
.weather-icon.medium.weather_icon_80 img {
  margin-left: -3792px;
}
.weather-icon.small.weather_icon_80 img {
  margin-left: -2528px;
}
.weather-icon.x-small.weather_icon_80 img {
  margin-left: -1580px;
}
.weather-icon.large.weather_icon_79 img {
  margin-left: -5070px;
}
.weather-icon.medium.weather_icon_79 img {
  margin-left: -3744px;
}
.weather-icon.small.weather_icon_79 img {
  margin-left: -2496px;
}
.weather-icon.x-small.weather_icon_79 img {
  margin-left: -1560px;
}
.weather-icon.large.weather_icon_78 img {
  margin-left: -5005px;
}
.weather-icon.medium.weather_icon_78 img {
  margin-left: -3696px;
}
.weather-icon.small.weather_icon_78 img {
  margin-left: -2464px;
}
.weather-icon.x-small.weather_icon_78 img {
  margin-left: -1540px;
}
.weather-icon.large.weather_icon_77 img {
  margin-left: -4940px;
}
.weather-icon.medium.weather_icon_77 img {
  margin-left: -3648px;
}
.weather-icon.small.weather_icon_77 img {
  margin-left: -2432px;
}
.weather-icon.x-small.weather_icon_77 img {
  margin-left: -1520px;
}
.weather-icon.large.weather_icon_76 img {
  margin-left: -4875px;
}
.weather-icon.medium.weather_icon_76 img {
  margin-left: -3600px;
}
.weather-icon.small.weather_icon_76 img {
  margin-left: -2400px;
}
.weather-icon.x-small.weather_icon_76 img {
  margin-left: -1500px;
}
.weather-icon.large.weather_icon_75 img {
  margin-left: -4810px;
}
.weather-icon.medium.weather_icon_75 img {
  margin-left: -3552px;
}
.weather-icon.small.weather_icon_75 img {
  margin-left: -2368px;
}
.weather-icon.x-small.weather_icon_75 img {
  margin-left: -1480px;
}
.weather-icon.large.weather_icon_74 img {
  margin-left: -4745px;
}
.weather-icon.medium.weather_icon_74 img {
  margin-left: -3504px;
}
.weather-icon.small.weather_icon_74 img {
  margin-left: -2336px;
}
.weather-icon.x-small.weather_icon_74 img {
  margin-left: -1460px;
}
.weather-icon.large.weather_icon_73 img {
  margin-left: -4680px;
}
.weather-icon.medium.weather_icon_73 img {
  margin-left: -3456px;
}
.weather-icon.small.weather_icon_73 img {
  margin-left: -2304px;
}
.weather-icon.x-small.weather_icon_73 img {
  margin-left: -1440px;
}
.weather-icon.large.weather_icon_72 img {
  margin-left: -4615px;
}
.weather-icon.medium.weather_icon_72 img {
  margin-left: -3408px;
}
.weather-icon.small.weather_icon_72 img {
  margin-left: -2272px;
}
.weather-icon.x-small.weather_icon_72 img {
  margin-left: -1420px;
}
.weather-icon.large.weather_icon_71 img {
  margin-left: -4550px;
}
.weather-icon.medium.weather_icon_71 img {
  margin-left: -3360px;
}
.weather-icon.small.weather_icon_71 img {
  margin-left: -2240px;
}
.weather-icon.x-small.weather_icon_71 img {
  margin-left: -1400px;
}
.weather-icon.large.weather_icon_70 img {
  margin-left: -4485px;
}
.weather-icon.medium.weather_icon_70 img {
  margin-left: -3312px;
}
.weather-icon.small.weather_icon_70 img {
  margin-left: -2208px;
}
.weather-icon.x-small.weather_icon_70 img {
  margin-left: -1380px;
}
.weather-icon.large.weather_icon_69 img {
  margin-left: -4420px;
}
.weather-icon.medium.weather_icon_69 img {
  margin-left: -3264px;
}
.weather-icon.small.weather_icon_69 img {
  margin-left: -2176px;
}
.weather-icon.x-small.weather_icon_69 img {
  margin-left: -1360px;
}
.weather-icon.large.weather_icon_68 img {
  margin-left: -4355px;
}
.weather-icon.medium.weather_icon_68 img {
  margin-left: -3216px;
}
.weather-icon.small.weather_icon_68 img {
  margin-left: -2144px;
}
.weather-icon.x-small.weather_icon_68 img {
  margin-left: -1340px;
}
.weather-icon.large.weather_icon_67 img {
  margin-left: -4290px;
}
.weather-icon.medium.weather_icon_67 img {
  margin-left: -3168px;
}
.weather-icon.small.weather_icon_67 img {
  margin-left: -2112px;
}
.weather-icon.x-small.weather_icon_67 img {
  margin-left: -1320px;
}
.weather-icon.large.weather_icon_66 img {
  margin-left: -4225px;
}
.weather-icon.medium.weather_icon_66 img {
  margin-left: -3120px;
}
.weather-icon.small.weather_icon_66 img {
  margin-left: -2080px;
}
.weather-icon.x-small.weather_icon_66 img {
  margin-left: -1300px;
}
.weather-icon.large.weather_icon_65 img {
  margin-left: -4160px;
}
.weather-icon.medium.weather_icon_65 img {
  margin-left: -3072px;
}
.weather-icon.small.weather_icon_65 img {
  margin-left: -2048px;
}
.weather-icon.x-small.weather_icon_65 img {
  margin-left: -1280px;
}
.weather-icon.large.weather_icon_64 img {
  margin-left: -4095px;
}
.weather-icon.medium.weather_icon_64 img {
  margin-left: -3024px;
}
.weather-icon.small.weather_icon_64 img {
  margin-left: -2016px;
}
.weather-icon.x-small.weather_icon_64 img {
  margin-left: -1260px;
}
.weather-icon.large.weather_icon_63 img {
  margin-left: -4030px;
}
.weather-icon.medium.weather_icon_63 img {
  margin-left: -2976px;
}
.weather-icon.small.weather_icon_63 img {
  margin-left: -1984px;
}
.weather-icon.x-small.weather_icon_63 img {
  margin-left: -1240px;
}
.weather-icon.large.weather_icon_62 img {
  margin-left: -3965px;
}
.weather-icon.medium.weather_icon_62 img {
  margin-left: -2928px;
}
.weather-icon.small.weather_icon_62 img {
  margin-left: -1952px;
}
.weather-icon.x-small.weather_icon_62 img {
  margin-left: -1220px;
}
.weather-icon.large.weather_icon_61 img {
  margin-left: -3900px;
}
.weather-icon.medium.weather_icon_61 img {
  margin-left: -2880px;
}
.weather-icon.small.weather_icon_61 img {
  margin-left: -1920px;
}
.weather-icon.x-small.weather_icon_61 img {
  margin-left: -1200px;
}
.weather-icon.large.weather_icon_60 img {
  margin-left: -3835px;
}
.weather-icon.medium.weather_icon_60 img {
  margin-left: -2832px;
}
.weather-icon.small.weather_icon_60 img {
  margin-left: -1888px;
}
.weather-icon.x-small.weather_icon_60 img {
  margin-left: -1180px;
}
.weather-icon.large.weather_icon_59 img {
  margin-left: -3770px;
}
.weather-icon.medium.weather_icon_59 img {
  margin-left: -2784px;
}
.weather-icon.small.weather_icon_59 img {
  margin-left: -1856px;
}
.weather-icon.x-small.weather_icon_59 img {
  margin-left: -1160px;
}
.weather-icon.large.weather_icon_58 img {
  margin-left: -3705px;
}
.weather-icon.medium.weather_icon_58 img {
  margin-left: -2736px;
}
.weather-icon.small.weather_icon_58 img {
  margin-left: -1824px;
}
.weather-icon.x-small.weather_icon_58 img {
  margin-left: -1140px;
}
.weather-icon.large.weather_icon_57 img {
  margin-left: -3640px;
}
.weather-icon.medium.weather_icon_57 img {
  margin-left: -2688px;
}
.weather-icon.small.weather_icon_57 img {
  margin-left: -1792px;
}
.weather-icon.x-small.weather_icon_57 img {
  margin-left: -1120px;
}
.weather-icon.large.weather_icon_56 img {
  margin-left: -3575px;
}
.weather-icon.medium.weather_icon_56 img {
  margin-left: -2640px;
}
.weather-icon.small.weather_icon_56 img {
  margin-left: -1760px;
}
.weather-icon.x-small.weather_icon_56 img {
  margin-left: -1100px;
}
.weather-icon.large.weather_icon_55 img {
  margin-left: -3510px;
}
.weather-icon.medium.weather_icon_55 img {
  margin-left: -2592px;
}
.weather-icon.small.weather_icon_55 img {
  margin-left: -1728px;
}
.weather-icon.x-small.weather_icon_55 img {
  margin-left: -1080px;
}
.weather-icon.large.weather_icon_54 img {
  margin-left: -3445px;
}
.weather-icon.medium.weather_icon_54 img {
  margin-left: -2544px;
}
.weather-icon.small.weather_icon_54 img {
  margin-left: -1696px;
}
.weather-icon.x-small.weather_icon_54 img {
  margin-left: -1060px;
}
.weather-icon.large.weather_icon_53 img {
  margin-left: -3380px;
}
.weather-icon.medium.weather_icon_53 img {
  margin-left: -2496px;
}
.weather-icon.small.weather_icon_53 img {
  margin-left: -1664px;
}
.weather-icon.x-small.weather_icon_53 img {
  margin-left: -1040px;
}
.weather-icon.large.weather_icon_52 img {
  margin-left: -3315px;
}
.weather-icon.medium.weather_icon_52 img {
  margin-left: -2448px;
}
.weather-icon.small.weather_icon_52 img {
  margin-left: -1632px;
}
.weather-icon.x-small.weather_icon_52 img {
  margin-left: -1020px;
}
.weather-icon.large.weather_icon_51 img {
  margin-left: -3250px;
}
.weather-icon.medium.weather_icon_51 img {
  margin-left: -2400px;
}
.weather-icon.small.weather_icon_51 img {
  margin-left: -1600px;
}
.weather-icon.x-small.weather_icon_51 img {
  margin-left: -1000px;
}
.weather-icon.large.weather_icon_50 img {
  margin-left: -3185px;
}
.weather-icon.medium.weather_icon_50 img {
  margin-left: -2352px;
}
.weather-icon.small.weather_icon_50 img {
  margin-left: -1568px;
}
.weather-icon.x-small.weather_icon_50 img {
  margin-left: -980px;
}
.weather-icon.large.weather_icon_49 img {
  margin-left: -3120px;
}
.weather-icon.medium.weather_icon_49 img {
  margin-left: -2304px;
}
.weather-icon.small.weather_icon_49 img {
  margin-left: -1536px;
}
.weather-icon.x-small.weather_icon_49 img {
  margin-left: -960px;
}
.weather-icon.large.weather_icon_48 img {
  margin-left: -3055px;
}
.weather-icon.medium.weather_icon_48 img {
  margin-left: -2256px;
}
.weather-icon.small.weather_icon_48 img {
  margin-left: -1504px;
}
.weather-icon.x-small.weather_icon_48 img {
  margin-left: -940px;
}
.weather-icon.large.weather_icon_47 img {
  margin-left: -2990px;
}
.weather-icon.medium.weather_icon_47 img {
  margin-left: -2208px;
}
.weather-icon.small.weather_icon_47 img {
  margin-left: -1472px;
}
.weather-icon.x-small.weather_icon_47 img {
  margin-left: -920px;
}
.weather-icon.large.weather_icon_46 img {
  margin-left: -2925px;
}
.weather-icon.medium.weather_icon_46 img {
  margin-left: -2160px;
}
.weather-icon.small.weather_icon_46 img {
  margin-left: -1440px;
}
.weather-icon.x-small.weather_icon_46 img {
  margin-left: -900px;
}
.weather-icon.large.weather_icon_45 img {
  margin-left: -2860px;
}
.weather-icon.medium.weather_icon_45 img {
  margin-left: -2112px;
}
.weather-icon.small.weather_icon_45 img {
  margin-left: -1408px;
}
.weather-icon.x-small.weather_icon_45 img {
  margin-left: -880px;
}
.weather-icon.large.weather_icon_44 img {
  margin-left: -2795px;
}
.weather-icon.medium.weather_icon_44 img {
  margin-left: -2064px;
}
.weather-icon.small.weather_icon_44 img {
  margin-left: -1376px;
}
.weather-icon.x-small.weather_icon_44 img {
  margin-left: -860px;
}
.weather-icon.large.weather_icon_43 img {
  margin-left: -2730px;
}
.weather-icon.medium.weather_icon_43 img {
  margin-left: -2016px;
}
.weather-icon.small.weather_icon_43 img {
  margin-left: -1344px;
}
.weather-icon.x-small.weather_icon_43 img {
  margin-left: -840px;
}
.weather-icon.large.weather_icon_42 img {
  margin-left: -2665px;
}
.weather-icon.medium.weather_icon_42 img {
  margin-left: -1968px;
}
.weather-icon.small.weather_icon_42 img {
  margin-left: -1312px;
}
.weather-icon.x-small.weather_icon_42 img {
  margin-left: -820px;
}
.weather-icon.large.weather_icon_41 img {
  margin-left: -2600px;
}
.weather-icon.medium.weather_icon_41 img {
  margin-left: -1920px;
}
.weather-icon.small.weather_icon_41 img {
  margin-left: -1280px;
}
.weather-icon.x-small.weather_icon_41 img {
  margin-left: -800px;
}
.weather-icon.large.weather_icon_40 img {
  margin-left: -2535px;
}
.weather-icon.medium.weather_icon_40 img {
  margin-left: -1872px;
}
.weather-icon.small.weather_icon_40 img {
  margin-left: -1248px;
}
.weather-icon.x-small.weather_icon_40 img {
  margin-left: -780px;
}
.weather-icon.large.weather_icon_39 img {
  margin-left: -2470px;
}
.weather-icon.medium.weather_icon_39 img {
  margin-left: -1824px;
}
.weather-icon.small.weather_icon_39 img {
  margin-left: -1216px;
}
.weather-icon.x-small.weather_icon_39 img {
  margin-left: -760px;
}
.weather-icon.large.weather_icon_38 img {
  margin-left: -2405px;
}
.weather-icon.medium.weather_icon_38 img {
  margin-left: -1776px;
}
.weather-icon.small.weather_icon_38 img {
  margin-left: -1184px;
}
.weather-icon.x-small.weather_icon_38 img {
  margin-left: -740px;
}
.weather-icon.large.weather_icon_37 img {
  margin-left: -2340px;
}
.weather-icon.medium.weather_icon_37 img {
  margin-left: -1728px;
}
.weather-icon.small.weather_icon_37 img {
  margin-left: -1152px;
}
.weather-icon.x-small.weather_icon_37 img {
  margin-left: -720px;
}
.weather-icon.large.weather_icon_36 img {
  margin-left: -2275px;
}
.weather-icon.medium.weather_icon_36 img {
  margin-left: -1680px;
}
.weather-icon.small.weather_icon_36 img {
  margin-left: -1120px;
}
.weather-icon.x-small.weather_icon_36 img {
  margin-left: -700px;
}
.weather-icon.large.weather_icon_35 img {
  margin-left: -2210px;
}
.weather-icon.medium.weather_icon_35 img {
  margin-left: -1632px;
}
.weather-icon.small.weather_icon_35 img {
  margin-left: -1088px;
}
.weather-icon.x-small.weather_icon_35 img {
  margin-left: -680px;
}
.weather-icon.large.weather_icon_34 img {
  margin-left: -2145px;
}
.weather-icon.medium.weather_icon_34 img {
  margin-left: -1584px;
}
.weather-icon.small.weather_icon_34 img {
  margin-left: -1056px;
}
.weather-icon.x-small.weather_icon_34 img {
  margin-left: -660px;
}
.weather-icon.large.weather_icon_33 img {
  margin-left: -2080px;
}
.weather-icon.medium.weather_icon_33 img {
  margin-left: -1536px;
}
.weather-icon.small.weather_icon_33 img {
  margin-left: -1024px;
}
.weather-icon.x-small.weather_icon_33 img {
  margin-left: -640px;
}
.weather-icon.large.weather_icon_32 img {
  margin-left: -2015px;
}
.weather-icon.medium.weather_icon_32 img {
  margin-left: -1488px;
}
.weather-icon.small.weather_icon_32 img {
  margin-left: -992px;
}
.weather-icon.x-small.weather_icon_32 img {
  margin-left: -620px;
}
.weather-icon.large.weather_icon_31 img {
  margin-left: -1950px;
}
.weather-icon.medium.weather_icon_31 img {
  margin-left: -1440px;
}
.weather-icon.small.weather_icon_31 img {
  margin-left: -960px;
}
.weather-icon.x-small.weather_icon_31 img {
  margin-left: -600px;
}
.weather-icon.large.weather_icon_30 img {
  margin-left: -1885px;
}
.weather-icon.medium.weather_icon_30 img {
  margin-left: -1392px;
}
.weather-icon.small.weather_icon_30 img {
  margin-left: -928px;
}
.weather-icon.x-small.weather_icon_30 img {
  margin-left: -580px;
}
.weather-icon.large.weather_icon_29 img {
  margin-left: -1820px;
}
.weather-icon.medium.weather_icon_29 img {
  margin-left: -1344px;
}
.weather-icon.small.weather_icon_29 img {
  margin-left: -896px;
}
.weather-icon.x-small.weather_icon_29 img {
  margin-left: -560px;
}
.weather-icon.large.weather_icon_28 img {
  margin-left: -1755px;
}
.weather-icon.medium.weather_icon_28 img {
  margin-left: -1296px;
}
.weather-icon.small.weather_icon_28 img {
  margin-left: -864px;
}
.weather-icon.x-small.weather_icon_28 img {
  margin-left: -540px;
}
.weather-icon.large.weather_icon_27 img {
  margin-left: -1690px;
}
.weather-icon.medium.weather_icon_27 img {
  margin-left: -1248px;
}
.weather-icon.small.weather_icon_27 img {
  margin-left: -832px;
}
.weather-icon.x-small.weather_icon_27 img {
  margin-left: -520px;
}
.weather-icon.large.weather_icon_26 img {
  margin-left: -1625px;
}
.weather-icon.medium.weather_icon_26 img {
  margin-left: -1200px;
}
.weather-icon.small.weather_icon_26 img {
  margin-left: -800px;
}
.weather-icon.x-small.weather_icon_26 img {
  margin-left: -500px;
}
.weather-icon.large.weather_icon_25 img {
  margin-left: -1560px;
}
.weather-icon.medium.weather_icon_25 img {
  margin-left: -1152px;
}
.weather-icon.small.weather_icon_25 img {
  margin-left: -768px;
}
.weather-icon.x-small.weather_icon_25 img {
  margin-left: -480px;
}
.weather-icon.large.weather_icon_24 img {
  margin-left: -1495px;
}
.weather-icon.medium.weather_icon_24 img {
  margin-left: -1104px;
}
.weather-icon.small.weather_icon_24 img {
  margin-left: -736px;
}
.weather-icon.x-small.weather_icon_24 img {
  margin-left: -460px;
}
.weather-icon.large.weather_icon_23 img {
  margin-left: -1430px;
}
.weather-icon.medium.weather_icon_23 img {
  margin-left: -1056px;
}
.weather-icon.small.weather_icon_23 img {
  margin-left: -704px;
}
.weather-icon.x-small.weather_icon_23 img {
  margin-left: -440px;
}
.weather-icon.large.weather_icon_22 img {
  margin-left: -1365px;
}
.weather-icon.medium.weather_icon_22 img {
  margin-left: -1008px;
}
.weather-icon.small.weather_icon_22 img {
  margin-left: -672px;
}
.weather-icon.x-small.weather_icon_22 img {
  margin-left: -420px;
}
.weather-icon.large.weather_icon_21 img {
  margin-left: -1300px;
}
.weather-icon.medium.weather_icon_21 img {
  margin-left: -960px;
}
.weather-icon.small.weather_icon_21 img {
  margin-left: -640px;
}
.weather-icon.x-small.weather_icon_21 img {
  margin-left: -400px;
}
.weather-icon.large.weather_icon_20 img {
  margin-left: -1235px;
}
.weather-icon.medium.weather_icon_20 img {
  margin-left: -912px;
}
.weather-icon.small.weather_icon_20 img {
  margin-left: -608px;
}
.weather-icon.x-small.weather_icon_20 img {
  margin-left: -380px;
}
.weather-icon.large.weather_icon_19 img {
  margin-left: -1170px;
}
.weather-icon.medium.weather_icon_19 img {
  margin-left: -864px;
}
.weather-icon.small.weather_icon_19 img {
  margin-left: -576px;
}
.weather-icon.x-small.weather_icon_19 img {
  margin-left: -360px;
}
.weather-icon.large.weather_icon_18 img {
  margin-left: -1105px;
}
.weather-icon.medium.weather_icon_18 img {
  margin-left: -816px;
}
.weather-icon.small.weather_icon_18 img {
  margin-left: -544px;
}
.weather-icon.x-small.weather_icon_18 img {
  margin-left: -340px;
}
.weather-icon.large.weather_icon_17 img {
  margin-left: -1040px;
}
.weather-icon.medium.weather_icon_17 img {
  margin-left: -768px;
}
.weather-icon.small.weather_icon_17 img {
  margin-left: -512px;
}
.weather-icon.x-small.weather_icon_17 img {
  margin-left: -320px;
}
.weather-icon.large.weather_icon_16 img {
  margin-left: -975px;
}
.weather-icon.medium.weather_icon_16 img {
  margin-left: -720px;
}
.weather-icon.small.weather_icon_16 img {
  margin-left: -480px;
}
.weather-icon.x-small.weather_icon_16 img {
  margin-left: -300px;
}
.weather-icon.large.weather_icon_15 img {
  margin-left: -910px;
}
.weather-icon.medium.weather_icon_15 img {
  margin-left: -672px;
}
.weather-icon.small.weather_icon_15 img {
  margin-left: -448px;
}
.weather-icon.x-small.weather_icon_15 img {
  margin-left: -280px;
}
.weather-icon.large.weather_icon_14 img {
  margin-left: -845px;
}
.weather-icon.medium.weather_icon_14 img {
  margin-left: -624px;
}
.weather-icon.small.weather_icon_14 img {
  margin-left: -416px;
}
.weather-icon.x-small.weather_icon_14 img {
  margin-left: -260px;
}
.weather-icon.large.weather_icon_13 img {
  margin-left: -780px;
}
.weather-icon.medium.weather_icon_13 img {
  margin-left: -576px;
}
.weather-icon.small.weather_icon_13 img {
  margin-left: -384px;
}
.weather-icon.x-small.weather_icon_13 img {
  margin-left: -240px;
}
.weather-icon.large.weather_icon_12 img {
  margin-left: -715px;
}
.weather-icon.medium.weather_icon_12 img {
  margin-left: -528px;
}
.weather-icon.small.weather_icon_12 img {
  margin-left: -352px;
}
.weather-icon.x-small.weather_icon_12 img {
  margin-left: -220px;
}
.weather-icon.large.weather_icon_11 img {
  margin-left: -650px;
}
.weather-icon.medium.weather_icon_11 img {
  margin-left: -480px;
}
.weather-icon.small.weather_icon_11 img {
  margin-left: -320px;
}
.weather-icon.x-small.weather_icon_11 img {
  margin-left: -200px;
}
.weather-icon.large.weather_icon_10 img {
  margin-left: -585px;
}
.weather-icon.medium.weather_icon_10 img {
  margin-left: -432px;
}
.weather-icon.small.weather_icon_10 img {
  margin-left: -288px;
}
.weather-icon.x-small.weather_icon_10 img {
  margin-left: -180px;
}
.weather-icon.large.weather_icon_9 img {
  margin-left: -520px;
}
.weather-icon.medium.weather_icon_9 img {
  margin-left: -384px;
}
.weather-icon.small.weather_icon_9 img {
  margin-left: -256px;
}
.weather-icon.x-small.weather_icon_9 img {
  margin-left: -160px;
}
.weather-icon.large.weather_icon_8 img {
  margin-left: -455px;
}
.weather-icon.medium.weather_icon_8 img {
  margin-left: -336px;
}
.weather-icon.small.weather_icon_8 img {
  margin-left: -224px;
}
.weather-icon.x-small.weather_icon_8 img {
  margin-left: -140px;
}
.weather-icon.large.weather_icon_7 img {
  margin-left: -390px;
}
.weather-icon.medium.weather_icon_7 img {
  margin-left: -288px;
}
.weather-icon.small.weather_icon_7 img {
  margin-left: -192px;
}
.weather-icon.x-small.weather_icon_7 img {
  margin-left: -120px;
}
.weather-icon.large.weather_icon_6 img {
  margin-left: -325px;
}
.weather-icon.medium.weather_icon_6 img {
  margin-left: -240px;
}
.weather-icon.small.weather_icon_6 img {
  margin-left: -160px;
}
.weather-icon.x-small.weather_icon_6 img {
  margin-left: -100px;
}
.weather-icon.large.weather_icon_5 img {
  margin-left: -260px;
}
.weather-icon.medium.weather_icon_5 img {
  margin-left: -192px;
}
.weather-icon.small.weather_icon_5 img {
  margin-left: -128px;
}
.weather-icon.x-small.weather_icon_5 img {
  margin-left: -80px;
}
.weather-icon.large.weather_icon_4 img {
  margin-left: -195px;
}
.weather-icon.medium.weather_icon_4 img {
  margin-left: -144px;
}
.weather-icon.small.weather_icon_4 img {
  margin-left: -96px;
}
.weather-icon.x-small.weather_icon_4 img {
  margin-left: -60px;
}
.weather-icon.large.weather_icon_3 img {
  margin-left: -130px;
}
.weather-icon.medium.weather_icon_3 img {
  margin-left: -96px;
}
.weather-icon.small.weather_icon_3 img {
  margin-left: -64px;
}
.weather-icon.x-small.weather_icon_3 img {
  margin-left: -40px;
}
.weather-icon.large.weather_icon_2 img {
  margin-left: -65px;
}
.weather-icon.medium.weather_icon_2 img {
  margin-left: -48px;
}
.weather-icon.small.weather_icon_2 img {
  margin-left: -32px;
}
.weather-icon.x-small.weather_icon_2 img {
  margin-left: -20px;
}
.weather-icon.large.weather_icon_1 img {
  margin-left: 0px;
}
.weather-icon.medium.weather_icon_1 img {
  margin-left: 0px;
}
.weather-icon.small.weather_icon_1 img {
  margin-left: 0px;
}
.weather-icon.x-small.weather_icon_1 img {
  margin-left: 0px;
}
#cmWeather {
  padding: 10px;
}
#cmWeather .cmClear {
  clear: both;
}
#cmWeather h1 {
  font-size: 26px;
}
#cmWeather .cmWeatherSearchForm .searchform {
  display: none;
}
#cmWeather .cmWeatherSearchForm .searchtoggle {
  display: block;
}
#cmWeather .cmWeatherCurrent {
  float: left;
  width: 350px;
}
#cmWeather .cmWeatherCurrent.story {
  padding-left: 0;
  margin-bottom: 0;
}
#cmWeather .cmWeatherCurrent .cmWeatherUpdated {
  display: block;
  clear: left;
  font-size: 12px;
}
#cmWeather #cmWeatherAd {
  float: right;
}
#cmWeather .cmWeatherCurrentBox ul {
  float: left;
  list-style: none;
  margin: 0;
}
#cmWeather .cmWeatherDescription,
#cmWeather .cmWeatherCurrentTemp,
#cmWeather .cmWeatherFeelsLike {
  display: block;
  clear: both;
  text-align: center;
}
#cmWeather .cmWeatherFeelsLike {
  font-family: Arial, sans-serif;
}
#cmWeather .cmWeatherCurrentInfo {
  width: 150px;
  float: left;
}
#cmWeather .cmWeatherCurrentInfo .weather-icon {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#cmWeather .cmWeatherCurrentInfo .cmWeatherDescription {
  font-size: 16px;
}
#cmWeather .cmWeatherCurrentInfo .cmWeatherCurrentTemp {
  font-size: 42px;
  margin-top: 15px;
  margin-bottom: 10px;
}
#cmWeather .cmWeatherCurrentInfo .cmWeatherFeelsLike {
  margin-top: 5px;
}
#cmWeather .cmWeatherFiveDayForecast.story {
  padding-left: 0;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 25px;
  border-top: 1px solid #dddddd;
  padding-top: 25px;
}
#cmWeather .cmWeatherFiveDayForecastColumn {
  width: 19%;
  float: left;
  border-right: 1px solid #dddddd;
  margin-right: 4px;
}
#cmWeather .cmWeatherFiveDayForecastColumn p {
  text-align: center;
}
#cmWeather .cmWeatherFiveDayForecastColumn .weather-icon {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFeelsLike {
  margin-top: 5px;
}
#cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastHighSymbol,
#cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastLowSymbol {
  font-family: Arial, sans-serif;
  font-weight: bold;
  width: 16px;
  display: inline-block;
}
#cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastHighSymbol {
  color: #ad5c2b;
}
#cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastHigh {
  font-size: 24px;
}
#cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastLowSymbol {
  color: #4e7bb2;
}
#cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastLow {
  font-size: 18px;
}
#cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastDay {
  font-size: 16px;
  margin-bottom: 0px;
}
#cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastDate {
  font-family: Arial, sans-serif;
  font-size: 14px;
}
#cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherPrecip {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
#cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherDescription {
  font-size: 18px;
  margin: 5px 0px 25px 0px;
}
#cmWeather .cmWeatherFiveDayForecastColumn:last-child {
  border: 0px;
}
#cmWeather .cmWeatherFiveDayForecastColumn .cmWeatherFiveDayForecastExt {
  margin-bottom: 0px;
}
#cmWeather .cmWeatherHourbyHour.story {
  padding-left: 0;
}
#cmWeather .cmWeatherHourbyHour .weather-icon.small {
  margin-right: 10px;
}
#cmWeather .cmWeatherHourbyHour .cmTableWeatherHourHeaders {
  text-align: left;
}
#cmWeather .cmWeatherHourbyHour table {
  width: 100%;
  margin-bottom: 15px;
}
#cmWeather .cmWeatherHourbyHour table tr {
  border-bottom: 1px solid #dddddd;
}
#cmWeather .cmWeatherHourbyHour .cmTableWeatherDay {
  font-family: Arial, sans-serif;
  background: #eeeeee;
  font-size: 12px;
}
#cmWeather .cmWeatherHourbyHour .cmWeatherConditionsText {
  margin-top: 8px;
  display: block;
}
#cmWeather .locationlink {
  font-famicmly: Arial, sans-serif;
}
#cmWeather .cmWeatherUpdated,
#cmWeather .cmWeatherHourMoreLink {
  font-family: Arial, sans-serif;
}
#cmWeather .cmWeatherSearchForm {
  margin-top: 20px;
}
#cmWeather .cmWeatherSearchForm input {
  margin-bottom: 0;
}
#cmWeather .weather-spacer-break {
  display: none;
}
.roadblock {
  margin: 0 108px 20px 108px;
  color: #000;
  padding: 16px;
  border: 2px dashed #cdcdcd;
}
.roadblock span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.roadblock p {
  font-size: 16px;
  width: 75%;
  margin-bottom: 0;
  float: left;
}
.roadblock #roadblock-btn {
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  width: 23%;
  padding: 19px 0;
}
.comment-not-authorized {
  margin: 25px 0 20px 0;
  background-color: #e2f3fb;
  font-size: 16px;
}
.comment-not-authorized a {
  font-weight: bold;
}
.comment {
  margin: 25px 0 20px 0;
  font-family: Arial, sans-serif;
}
.comment .comment-frozen {
  margin-bottom: 10px;
}
.comment .comment-tab {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.comment .comment-tab .comment-tab-post,
.comment .comment-tab .comment-tab-all {
  margin-bottom: 35px;
  padding: 10px 16.5%;
  color: #000000;
  font-size: 16px;
}
.comment h1 {
  margin: 0 0 17px 0;
  border-bottom: 1px solid #cdcdcd;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}
.comment .comment-header-text {
  margin-bottom: 17px;
  font-weight: bold;
}
.comment .comment-avatar {
  float: left;
  margin-right: 1.984126984127%;
  width: 6.613756613757%;
}
.comment .comment-avatar img {
  border: 1px solid #000000;
}
.comment .comment-post-form,
.comment .comment-edit-form {
  float: right;
  width: 91.137566137566%;
}
.comment .comment-post-form textarea,
.comment .comment-edit-form textarea {
  margin-bottom: 10px;
  width: 98%;
  height: 140px;
  font-family: Arial, sans-serif;
}
.comment .comment-post-form .comment-submit-btn,
.comment .comment-edit-form .comment-submit-btn,
.comment .comment-post-form .comment-cancel-btn,
.comment .comment-edit-form .comment-cancel-btn {
  float: right;
  margin-left: 5px;
  font-family: Arial, sans-serif;
}
.comment .comment-edit-form {
  display: none;
  width: 100%;
}
.comment .comment-edit-form textarea {
  width: 100%;
}
.comment .list-well {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #cdcdcd;
}
.comment .list-well .pagination-container {
  float: none;
  *zoom: 1;
}
.comment .list-well .pagination-container:before,
.comment .list-well .pagination-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.comment .list-well .pagination-container:after {
  clear: both;
}
.comment .list-well .pagination-container:first-child {
  margin-bottom: 45px;
}
.comment .list-well .pagination-btn {
  float: right;
}
.comment .list-well .pagination-btn a {
  margin-left: 5px;
}
.comment .list-well .comment-post-edit-highlight {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #7dcdc3;
}
.comment .list-well .comment-list {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cdcdcd;
  *zoom: 1;
}
.comment .list-well .comment-list:before,
.comment .list-well .comment-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.comment .list-well .comment-list:after {
  clear: both;
}
.comment .list-well .comment-list .comment-container {
  float: left;
  width: 91.137566137566%;
  font-family: Arial, sans-serif;
}
.comment .list-well .comment-list .comment-container .comment-body-links {
  margin: 0 0 5px 0;
  list-style: none;
  *zoom: 1;
}
.comment .list-well .comment-list .comment-container .comment-body-links:before,
.comment .list-well .comment-list .comment-container .comment-body-links:after {
  display: table;
  content: "";
  line-height: 0;
}
.comment .list-well .comment-list .comment-container .comment-body-links:after {
  clear: both;
}
.comment .list-well .comment-list .comment-container .comment-body-links .comment-poster {
  float: left;
  font-weight: bold;
  font-size: 16px;
}
.comment .list-well .comment-list .comment-container .comment-body-links .comment-options {
  float: right;
}
.comment .list-well .comment-list .time-stamp {
  font-size: 12px;
}
.moderation-flag-form,
.moderation-remove-form {
  margin-bottom: 0;
  font-family: Arial, sans-serif;
}
.moderation-flag-form select,
.moderation-remove-form select,
.moderation-flag-form button,
.moderation-remove-form button {
  font-family: Arial, sans-serif;
}
.moderation-flag-form select,
.moderation-remove-form select {
  margin-bottom: 0;
}
body.story_detail .ad-mobile,
body.feeditem_detail .ad-mobile {
  border: 0;
}
body.story_detail .ad-mobile .ad,
body.feeditem_detail .ad-mobile .ad {
  margin: 20px 0;
}
body.story_detail .cm-top-ad,
body.feeditem_detail .cm-top-ad {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
.article-well {
  margin: 0 36px;
  *zoom: 1;
}
.article-well:before,
.article-well:after {
  display: table;
  content: "";
  line-height: 0;
}
.article-well:after {
  clear: both;
}
.article-well header {
  margin: 0;
}
.article-well .time-stamp p {
  margin-bottom: 20px;
  font-size: 12px;
  color: #6f6f6f;
}
.article-well .video-medium {
  line-height: 0;
}
.article-well .video-medium .ndn_embed {
  width: 100% !important;
}
.article-well .photo figure {
  margin-bottom: 0px;
}
.article-well .article-label {
  margin-bottom: 13px;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}
.article-well .article-dateline {
  font-weight: bold;
}
.article-well .article p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
.article-well .article-dateline,
.article-well .article,
.article-well .article p:first-child {
  display: inline;
}
.article-well .article-content {
  margin-top: 20px;
}
.article-well .article-content ul,
.article-well .article-content ol {
  list-style-position: inside;
}
.article-well div[id^="story_premium_fill"] p:first-child {
  padding-top: 10px;
  display: block;
}
.article-well div[id^="premium_content_widget"] p:first-child {
  display: block;
}
.article-well .premium-auth-hidden {
  display: none;
}
.article-well .cm-grouped-relateds {
  margin-bottom: 50px;
}
.article-well .cm-grouped-relateds aside {
  background: #f7f7f7;
  padding: 10px;
  font: 16px/20px Georgia, Serif;
  color: #000;
}
.article-well .cm-grouped-relateds aside h4 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
}
.article-well .cm-grouped-relateds aside ul {
  margin: 0;
  padding: 0;
}
.article-well .cm-grouped-relateds aside li {
  list-style: none;
  border-bottom: 1px solid #d0d0d0;
  padding: 20px 10px 12px;
  margin: 0;
}
.article-well .cm-grouped-relateds aside li:last-of-type {
  border-bottom: 0;
}
.article-well .cm-grouped-relateds aside li a {
  color: #000;
}
.article-well .cm-grouped-relateds aside li a:hover {
  color: #b31c27;
}
.article-well .article-headline {
  margin: 50px 0 20px;
  font-size: 48px;
  line-height: 58px;
}
.article-well .article-info-box a {
  color: #000000;
}
.article-well .article-info-box a:visited:hover,
.article-well .article-info-box a:hover {
  color: #b31c27;
}
.article-well .article-info-box a:visited {
  color: #777777;
}
.article-well .article-subhead {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 22px;
  line-height: 23px;
}
.article-well .cm-category {
  display: inline-block;
  margin: 12.5px 10px 12.5px 0;
  vertical-align: middle;
}
.article-well .cm-category a {
  background: #b31c27;
  color: #fff;
  display: inline-block;
  padding: 6px;
  font: 14px Arial, sans-serif;
  text-transform: uppercase;
}
.article-well .article-credit {
  color: #000000;
  display: inline-block;
  font: 14px Arial, sans-serif;
  margin: 10px 0px;
  vertical-align: middle;
}
.article-well .article {
  color: #000000;
  line-height: 22px;
}
.article-well .article p:last-child {
  margin-bottom: 10px;
}
.article-well .article-pre-blurb,
.article-well .article-post-blurb {
  font-style: italic;
  color: #6f6f6f;
}
.article-well .article-info-box {
  color: #6f6f6f;
  margin: 30px 0;
}
.article-well .lead-related-photo {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-top: 13px;
}
.article-well .lead-related-photo img {
  width: 100%;
}
.article-well .lead-related-photo.photo-large {
  display: block;
}
.article-well .lead-related-video {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-top: 13px;
}
.article-well .lead-related-video .oembed {
  position: relative;
  padding-top: 1px;
  padding-bottom: 56.25%;
}
.article-well .lead-related-video .oembed.provider-cinesport-vamp {
  padding-bottom: 63%;
}
.article-well .lead-related-video .oembed div,
.article-well .lead-related-video .oembed embed,
.article-well .lead-related-video .oembed object,
.article-well .lead-related-video .oembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.article-well .related-photo-caption {
  color: #6f6f6f;
  background: #eee;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 10px 10px 7px;
  margin: 1px 0 30px;
  line-height: 1.333em;
  text-align: left;
}
.article-well .ad-medium {
  float: right;
  clear: both;
  padding: 0 0 10px 17px;
  width: 300px;
}
.article-well .article-related {
  float: right;
  clear: both;
  padding: 0 0 10px 17px;
  width: 300px;
}
.article-well .article-related .row-ad.ad-medium {
  padding: 0;
}
.article-well .article-related aside {
  float: right;
  padding-left: 22px;
  width: 277px;
  border-left: 1px solid #cdcdcd;
}
.article-well .article-related aside ul {
  margin-left: 15px;
}
.article-well .article-related h4 {
  margin-top: 0;
}
.article-well .inline-related {
  clear: left;
  float: left;
  width: 300px;
  margin: 0 50px 50px 0;
}
.article-well .inline-related.link-module {
  margin-top: 5px;
  margin-bottom: 0;
}
.article-well .inline-related.link-module li {
  margin-bottom: 0;
}
.article-well .inline-related.cm-inline-fullwidth,
.article-well .inline-related.cm-stacked {
  width: 100%;
  margin-right: 0;
}
.article-well .inline-related .tease-list-headline h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 20px;
}
.article-well .inline-related .tease-list-headline ul li,
.article-well .inline-related .tease-list-headline .more-link {
  margin-top: 14px;
  margin-bottom: 0;
}
.article-well .inline-related .inline-related-header {
  clear: left;
  float: left;
}
.article-well .inline-related .module .img-modal {
  text-transform: capitalize;
}
.article-well .inline-related .module .related-photo-caption {
  margin: 1px 0 0;
}
.article-well .sidebar .module {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
  line-height: 1.143em;
}
.article-well .sidebar .module:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.article-well .sidebar .module h4 {
  margin: 10px 0 10px 0;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 14px;
}
.article-well .sidebar .module ul {
  margin-bottom: 0;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.article-well .sidebar .module ul li {
  line-height: 15px;
  margin-bottom: 3px;
}
.article-well .sidebar .module > a {
  color: #000000;
}
.article-well .sidebar .module > a:visited:hover,
.article-well .sidebar .module > a:hover {
  color: #b31c27;
}
.article-well .sidebar .module > a:visited {
  color: #777777;
}
.article-well .author-info img {
  margin: 0 0 10px 10px;
  border: 1px solid #000000;
}
.article-well .related-photo {
  display: block;
  max-width: 100%;
}
.article-well .related-photo img {
  width: 100%;
}
.article-well .related-photo .photo-credit {
  bottom: 2px;
}
.article-well .related-photo a:hover {
  text-decoration: none;
}
.article-well .year-archive {
  margin: 15px 0;
  font-size: 13px;
  font-family: Arial, sans-serif;
}
.article-well .year-archive span {
  font-weight: bold;
  padding-right: 5px;
}
.article-well .year-archive a {
  padding: 0 5px;
}
.article-well .cm-category-list {
  width: 100%;
  padding: 50px 0;
  background: #ffffff;
  z-index: 100;
}
.article-well .cm-category-list h4 {
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  margin: 0 20px 50px;
}
.article-well .cm-category-list .cm-story {
  margin: 0 20px 50px;
  float: left;
  width: auto;
  min-width: 90%;
  clear: both;
}
.article-well .cm-category-list h5 {
  font-size: 17px;
  color: #000;
  margin-top: 0;
}
.article-well .cm-category-list a {
  color: #000;
}
.article-well .cm-category-list a:hover {
  color: #b31c27;
}
.article-well .cm-category-list a:visited {
  color: #777;
}
.article-well .cm-category-list a.story-photo-link {
  width: 240px;
  height: 135px;
  float: left;
  margin-right: 20px;
}
.article-well .cm-category-list a.story-photo-link img {
  width: 100%;
  height: 100%;
}
.article-well .cm-category-list .story-byline {
  font-size: 11px;
  line-height: 11px;
  font-style: italic;
  color: #6f6f6f;
}
.article-well .cm-category-list .story-text {
  font: 14px/14px arial, sans-serif;
  color: #000;
  line-height: 1.4em;
}
.article-well .cm-category-list .cm-load-more {
  clear: both;
  width: 100%;
  background: #eee;
  color: #000;
  text-align: center;
  cursor: pointer;
  font: bold 18px/40px Georgia, Serif;
}
.article-well .cm-category-list .cm-load-more:hover {
  color: #b31c27;
}
.article-well.story-well .article {
  float: left;
  width: 560px;
}
.article-well.story-well .sidebar {
  float: right;
  width: 300px;
  position: relative;
}
.article-well.story-well .sidebar h4 {
  font-style: italic;
  font-size: 26px;
  text-align: center;
  margin: 20px 0 0;
  height: 50px;
}
.article-well.story-well .sidebar .cm-ad-rp04 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 960px) {
  .article-well.story-well .sidebar .cm-sticky-scroll .ad {
    padding-bottom: 50px;
  }
}
.article-well.story-well .storypage-sidebar {
  float: left;
  width: 100%;
}
.article-well.story-well .storypage-sidebar .cm-thick-thin,
.article-well.story-well .storypage-sidebar .cm-thin-thick {
  float: left;
  clear: both;
  width: 100%;
}
.article-well.story-well .storypage-sidebar .article-about-author {
  margin: 0;
  clear: left;
  float: left;
  width: 100%;
  position: relative;
}
.article-well.story-well .storypage-sidebar .article-about-author h4 {
  height: auto;
  margin: 0;
}
.article-well.story-well .storypage-sidebar .article-about-author .article-about-author-body {
  padding: 20px;
}
.article-well.story-well .storypage-sidebar .article-about-author .article-about-author-body p {
  font: 12px/20px Arial, sans-serif;
  margin: 0;
}
.article-well.story-well .storypage-sidebar .article-about-author .article-about-author-body .article-about-author-mugshot-container {
  margin: 30px 0;
  width: 60px;
  float: left;
}
.article-well.story-well .storypage-sidebar .article-about-author .article-about-author-body .article-about-author-mugshot-container + .article-about-author-info {
  width: 180px !important;
  float: right;
  margin: 25px 0 0 20px !important;
}
.article-well.story-well .storypage-sidebar .article-about-author .article-about-author-body .article-about-author-info {
  margin: 30px 0 0;
}
.article-well.story-well .storypage-sidebar .article-about-author .article-about-author-body .article-about-author-info .article-about-author-fullname {
  font-weight: bold;
}
.article-well.story-well .storypage-sidebar .article-about-author .article-about-author-body .article-about-author-info .article-about-author-social {
  margin-top: 20px;
}
.article-well.story-well .storypage-sidebar .article-about-author .article-about-author-body .article-about-author-info .article-about-author-social a {
  margin: 0 12px 0 0;
}
.article-well.story-well .storypage-sidebar .article-about-author .article-about-author-body .article-about-author-info .article-about-author-social a:before {
  font-size: 20px;
}
.article-well.story-well .storypage-sidebar .cm-newsletter-tease {
  background: #eee;
  width: 300px;
  margin: 40px 0;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 971px) {
  .article-well.story-well .storypage-sidebar .cm-newsletter-tease {
    margin: 20px 0 20px 40px;
  }
  .article-well.story-well .storypage-sidebar .cm-newsletter-tease.cm-center {
    margin: 20px auto;
    float: none;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .article-well.story-well .storypage-sidebar .cm-newsletter-tease {
    margin: 20px auto;
    float: none;
  }
}
.article-well.story-well .storypage-sidebar .cm-newsletter-tease h1 {
  font-style: italic;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 15px;
}
.article-well.story-well .storypage-sidebar .cm-newsletter-tease p {
  font: 16px arial;
  margin: 0;
}
.article-well.story-well .cm-sticky-scroll {
  float: left;
  width: 100%;
  clear: both;
}
.article-well.story-well .ad-medium {
  float: none;
  padding-left: 0;
  padding-bottom: 0;
}
.article-well.story-well .article-related {
  clear: none;
  float: none;
  padding-left: 0;
}
.article-well.story-well .article-related aside {
  float: none;
}
.article-well .cm-sidebar-list {
  width: 290px;
  float: left;
  text-align: center;
}
.article-well .cm-sidebar-list.cm-popular {
  margin: 0 0 50px;
  height: auto;
  overflow: visible;
  float: none;
  width: 100%;
  max-width: 300px;
  position: relative;
}
.article-well .cm-sidebar-list.cm-popular .cm-list-header {
  height: 30px;
  margin: 20px 0 15px;
}
.article-well .cm-sidebar-list.cm-popular article.story {
  height: auto;
}
.article-well .cm-sidebar-list.cm-popular article.story .story-title {
  max-height: 45px;
  overflow: hidden;
}
.article-well .cm-sidebar-list article.story {
  width: 100%;
  padding: 0 2% 15px;
  border-bottom: 1px solid #d0d0d0;
  margin: 0;
  box-sizing: border-box;
  max-height: 101px;
  height: 101px;
  overflow: hidden;
}
.article-well .cm-sidebar-list article.story:last-of-type {
  border-bottom: 0;
}
.article-well .cm-sidebar-list .cm-list-index {
  background: #b31c27;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  font: bold 14px/16px Georgia, Serif;
  color: #fff;
  display: block;
  margin: 15px auto 10px;
}
.article-well .cm-sidebar-list h3 {
  font: 18px Georgia, Serif;
}
.article-well.blog-well > header {
  border-bottom: 1px solid #cdcdcd;
}
.article-well.blog-well > header .article-header-photo {
  max-width: 610px;
}
.article-well.blog-well > header .rss {
  margin-left: 5px;
}
.article-well.blog-well > header .rss a:hover {
  text-decoration: none;
}
.article-well.blog-well > header h1 {
  font-size: 15px;
  line-height: 16px;
  color: #000000;
}
.article-well.blog-well > header .author-info {
  overflow: hidden;
  margin-top: 10px;
}
.article-well.blog-well > header .author-info h4 {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 5px;
}
.article-well.blog-well > header .author-info img {
  margin-bottom: 15px;
}
.article-well.blog-well > header .drop {
  margin-top: 18px;
  font-family: Arial, sans-serif;
}
.article-well.blog-well > header .drop button {
  font-family: Arial, sans-serif;
}
.article-well.blog-well .content-container {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 15px;
}
.article-well.blog-well .content-container [class*="column"] {
  float: left;
  min-height: 1px;
}
.article-well.blog-well .content-container section.main {
  width: 427px;
  margin-right: 27px;
  word-break: break-word;
}
.article-well.blog-well .content-container aside.sidebar {
  width: 302px;
  padding: 0;
  margin: 0 0 15px;
}
.article-well.blog-well .list {
  border: none;
}
.article-well.blog-well .list .list-item {
  margin-bottom: 12px;
  padding-bottom: 13px;
}
.article-well.blog-well .list .list-item:last-child {
  border-bottom: 1px solid #cdcdcd;
}
.article-well.blog-well .list .entry-meta {
  font-family: Arial, sans-serif;
  font-size: 12px;
  list-style: none;
  margin-bottom: 10px;
}
.article-well.blog-well .intro {
  font-size: 15px;
}
.article-well.blog-well .topics {
  border-top: 1px solid #cdcdcd;
  margin-top: 5px;
  padding-top: 15px;
}
.article-well.blog-well .article-related aside {
  border-left: none;
  padding: 0 27px 0 0;
}
.article-well.blog-well .module.archive p {
  line-height: 21px;
}
.article-well .share-this {
  margin: 0 0 15px 0;
}
.article-well .chartbeat {
  margin: 15px 0;
}
.article-well .chartbeat h3 {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #cdcdcd;
  color: #000000;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 1.286em;
  line-height: 28px;
}
.article-well .chartbeat .cbTopWidget {
  margin-bottom: 0;
}
.article-well .chartbeat .cbTopWidget ul {
  margin: 0;
  list-style-type: none;
}
.article-well .chartbeat .cbTopWidget ul li {
  padding-bottom: 10px;
  line-height: 15px;
  font-weight: bold;
}
.article-well .chartbeat .cbTopWidget ul li a {
  color: #000000;
}
.article-well .chartbeat .cbTopWidget ul li a:visited:hover,
.article-well .chartbeat .cbTopWidget ul li a:hover {
  color: #b31c27;
}
.article-well .chartbeat .cbTopWidget ul li a:visited {
  color: #777777;
}
body.entry-detail .blog-well > header {
  border-bottom: none;
}
body.entry-detail .blog-well > header h1 {
  font-size: 24px;
  line-height: 26px;
}
body.entry-detail .blog-well > header h5 {
  margin-top: 0;
}
body.entry-detail .blog-well > header .time-stamp p {
  margin-bottom: 10px;
}
body.entry-archive-index .blog-well > header h1 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0;
}
body.entry-archive-index .blog-well .content-container {
  border-bottom: none;
}
body.entry-archive-index .blog-well .content-container section.main {
  margin-right: 10px;
}
body.entry-archive-index .blog-well .content-container .ad-medium {
  clear: none;
  padding-left: 10px;
}
body.entry-archive-index .blog-well .list .list-item {
  border-bottom: 1px solid #cdcdcd;
}
body.entry-archive-index .blog-well .list .list-item:last-child {
  border: none;
}
body.entry-archive-index .blog-well .blog-footer {
  border-top: 1px solid #cdcdcd;
  clear: both;
}
body.font-large .article-well .related-photo-caption {
  font-size: 14px;
  line-height: 17px;
}
body.font-large .article-well .article-headline {
  font-size: 28px;
  line-height: 29px;
}
body.font-large .article-well .article-credit {
  font-size: 14px;
}
body.font-large .article-well .article-pre-blurb,
body.font-large .article-well .article-post-blurb,
body.font-large .article-well .article-info-box,
body.font-large .article-well .article-dateline,
body.font-large .article-well .oembed-container,
body.font-large .article-well h5.blog-title,
body.font-large .article-well .article {
  font-size: 16px;
  line-height: 24px;
}
body.font-large .article-well .article-related h4 {
  font-size: 20px;
  line-height: 22px;
}
body.font-large .article-well hr.cm-thin-thick,
body.font-large .article-well hr.cm-thick-thin {
  clear: left;
}
body.font-large .article-well .module {
  font-size: 14px;
  line-height: 17px;
}
body.font-large .article-well .article-label {
  font-size: 18px;
}
body.font-large .article-well .inline-related .tease-list-headline h5 {
  font-size: 20px;
  line-height: 22px;
}
body.font-large .article-well .inline-related .tease-list-headline .more-link {
  font-size: 14px;
  line-height: 17px;
}
body.font-large .article-well .inline-related .inline-related-header {
  font-size: 20px;
  line-height: 22px;
}
body.font-large .article-well .inline-related .module ul li,
body.font-large .article-well .inline-related .module .related-photo-caption {
  font-size: 14px;
  line-height: 17px;
}
body.font-large .time-stamp {
  font-size: 13px;
}
body.font-xlarge .article-well .related-photo-caption {
  font-size: 16px;
  line-height: 19px;
}
body.font-xlarge .article-well .article-headline {
  font-size: 32px;
  line-height: 33px;
}
body.font-xlarge .article-well .article-credit {
  font-size: 16px;
}
body.font-xlarge .article-well .article-pre-blurb,
body.font-xlarge .article-well .article-post-blurb,
body.font-xlarge .article-well .article-info-box,
body.font-xlarge .article-well .article-dateline,
body.font-xlarge .article-well .oembed-container,
body.font-xlarge .article-well h5.blog-title,
body.font-xlarge .article-well .article {
  font-size: 18px;
  line-height: 30px;
}
body.font-xlarge .article-well .article-related h4 {
  font-size: 22px;
  line-height: 24px;
}
body.font-xlarge .article-well .module {
  font-size: 16px;
  line-height: 19px;
}
body.font-xlarge .article-well .article-label {
  font-size: 20px;
}
body.font-xlarge .article-well .inline-related .tease-list-headline h5 {
  font-size: 22px;
  line-height: 24px;
}
body.font-xlarge .article-well .inline-related .tease-list-headline .more-link {
  font-size: 16px;
  line-height: 19px;
}
body.font-xlarge .article-well .inline-related .inline-related-header {
  font-size: 22px;
  line-height: 24px;
}
body.font-xlarge .article-well .inline-related .module ul li,
body.font-xlarge .article-well .inline-related .module .related-photo-caption {
  font-size: 16px;
  line-height: 19px;
}
body.font-xlarge .time-stamp {
  font-size: 15px;
}
/*---------------------------------------------------------
	Livefyre Comments
-------------------------------------------------------- */
.cm-lc-widget {
  margin: 30px 20px;
}
.cm-lc-widget .comments-header {
  cursor: pointer;
  font: bold italic 26px Georgia, "PT Serif", Cambria, "Times New Roman", Times, serif;
}
.cm-lc-widget .comments-header .cm-comment-count {
  font: normal 12px/19px arial;
  color: #fff;
  background: url('../images/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;
}
.cm-lc-widget .comments-header .cm-comment-toggle {
  display: inline-block;
  margin-left: 4px;
  width: 20px;
  height: 12px;
  overflow: hidden;
  background: url('../images/bg_comment_toggle.png') center 3px no-repeat;
}
.cm-lc-widget .comments-header .cm-comment-toggle.collapsed {
  background-position: center -7px;
}
.cm-lc-widget .fyre img {
  display: inline-block;
}
.cm-lc-widget .fyre .fyre-login-bar .fyre-box-wrapper {
  left: 0;
  max-width: 70%;
}
.cm-lc-widget .fyre .fyre-stream-sort {
  border-bottom: 0;
  margin-bottom: 0;
}
.cm-lc-widget .fyre .fyre-stream-stats,
.cm-lc-widget .fyre .fyre-stream-livecount {
  color: #a1a1a1;
  font-family: arial;
}
.cm-lc-widget .fyre .fyre-stream-stats {
  margin: 30px 0;
}
.cm-lc-widget .fyre .fyre-auth,
.cm-lc-widget .fyre .fyre-editor,
.cm-lc-widget .fyre .fyre-stream-header {
  margin-left: 20px;
  margin-right: 10px;
}
.cm-lc-widget .fyre .fyre-live-container {
  float: none;
  position: absolute;
  text-align: right;
  top: -55px;
  left: 140px;
}
.cm-lc-widget .fyre .fyre-livecount {
  top: 0;
}
.cm-lc-widget .fyre .fyre-help {
  float: none;
  padding: 0;
  position: absolute;
  top: 65px;
  right: 0;
}
.cm-lc-widget .fyre .fyre-login-bar {
  float: none;
  height: 47px;
  position: relative;
}
.cm-lc-widget .fyre.fyre-width-small .fyre-login-bar {
  width: 70%;
  max-width: 70%;
}
.cm-lc-widget .fyre .fyre-listener-avatars,
.cm-lc-widget .fyre .fyre-comment-divider {
  display: none;
}
.cm-lc-widget .fyre .fyre-comment-user img.fyre-user-avatar,
.cm-lc-widget .fyre .fyre-user-loggedin img,
.cm-lc-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;
}
.cm-lc-widget .fyre a.fyre-user-loggedin,
.cm-lc-widget .fyre a.fyre-user-loggedin:hover {
  text-decoration: none;
}
.cm-lc-widget .fyre .fyre-user-loggedin img {
  width: 47px !important;
  height: 47px !important;
  margin: 0 !important;
  vertical-align: middle !important;
}
.cm-lc-widget .fyre .fyre-box-wrapper span.fyre-user-drop {
  display: inline;
  vertical-align: middle;
}
.cm-lc-widget .fyre .fyre-box-wrapper,
.cm-lc-widget .fyre .fyre-box-wrapper:hover,
.cm-lc-widget .fyre .fyre-box-wrapper.fyre-box-mobile-touch {
  border: none;
  box-shadow: none;
}
.cm-lc-widget .fyre .fyre-box-wrapper:hover .fyre-box-list,
.cm-lc-widget .fyre .fyre-box-wrapper.fyre-box-mobile-touch .fyre-box-list {
  border: 1px solid #e3e3e3;
  border-top: 0;
  border-radius: 0 !important;
}
.cm-lc-widget .fyre .fyre-box-wrapper .fyre-box-list li:not(:last-child) {
  border-style: solid;
}
.cm-lc-widget .fyre .fyre-box-list,
.cm-lc-widget .fyre .fyre-box-list li:last-child a {
  border-radius: 0 !important;
}
.cm-lc-widget .fyre .fyre-stream-header,
.cm-lc-widget .fyre .fyre-comment-stream {
  float: none;
  clear: both;
  width: 100%;
}
.cm-lc-widget .fyre .fyre-comment-article,
.cm-lc-widget .fyre .fyre-comment-stream {
  font: 16px/25px arial, sans-serif;
}
.cm-lc-widget .fyre .fyre-comment-stream {
  margin-top: 50px;
  border-top: 1px solid #e3e3e3;
  padding-top: 22px;
}
.cm-lc-widget .fyre .fyre-comment-stream .fyre-comment-article {
  border-top: 1px solid #e3e3e3;
  padding-top: 28px;
}
.cm-lc-widget .fyre .fyre-comment-stream .fyre-comment-article:first-child {
  border-top: 0;
}
.cm-lc-widget .fyre .fyre-comment-stream .fyre-comment-hidden {
  display: none;
}
.cm-lc-widget .fyre .fyre-comment-wrapper {
  padding: 0 20px;
}
.cm-lc-widget .fyre .fyre-comment-wrapper time.fyre-comment-date {
  font: 12px arial, sans-serif;
  color: #6f6f6f;
  float: none;
  margin-left: 5px;
}
.cm-lc-widget .fyre .fyre-comment-footer .fyre-comment-like-btn,
.cm-lc-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;
}
.cm-lc-widget .fyre .fyre-comment-like-count,
.cm-lc-widget .fyre .fyre-comment-footer .fyre-comment-like a {
  font: 13px/30px arial, sans-serif;
  color: #a1a1a1;
}
.cm-lc-widget .fyre .fyre-comment-footer a.fyre-comment-reply {
  margin-left: 10px;
}
.cm-lc-widget .fyre .fyre-stream-more {
  background: #eee;
  height: 40px;
  margin: 40px 0;
}
.cm-lc-widget .fyre .fyre-stream-more .fyre-stream-more-container {
  background: none;
  border: none;
}
.cm-lc-widget .fyre .fyre-stream-more .fyre-stream-more-container .fyre-text {
  font: bold 18px/40px "Georgia", serif;
  color: #000;
}
.cm-lc-widget .fyre-editor {
  margin-top: 10px;
}
.cm-lc-widget .fyre-editor .fyre-editor-container .fyre-editor-editable {
  box-shadow: none !important;
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 0 !important;
}
.cm-lc-widget .fyre-editor .fyre-editor-container .fyre-editor-editable > p {
  line-height: 18px;
}
.cm-lc-widget .fyre-editor .fyre-editor-toolbar .goog-toolbar {
  background: #f7f7f7;
  margin-top: 5px;
  border: 0;
  border-radius: 0;
  padding: 8px;
}
.cm-lc-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;
}
.cm-lc-widget .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left.fyre-button-left-open > div {
  background-color: #f7f7f7;
}
.cm-lc-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;
}
.cm-lc-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;
}
.cm-lc-widget .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-format-button > div,
.cm-lc-widget .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-mention-button > div,
.cm-lc-widget .fyre-editor .fyre-editor-toolbar .fyre-share-button label.fyre-share-counter.fyre-share-empty {
  opacity: .6;
}
.cm-lc-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;
}
.cm-lc-widget .fyre-editor .fyre-editor-toolbar .fyre-share-container > span {
  border-top: 1px solid #e3e3e3;
}
.cm-lc-widget .fyre-editor .fyre-editor-toolbar .fyre-share-container a {
  border-color: #f7f7f7;
}
.cm-lc-widget .fyre-mention-menu,
.cm-lc-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;
}
.cm-lc-widget .fyre-tooltip,
.cm-lc-widget .goog-tooltip {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  min-width: auto;
}
.cm-lc-widget .fyre-tooltip .tooltip,
.cm-lc-widget .goog-tooltip .tooltip {
  opacity: 1;
  filter: alpha(opacity=1);
  padding: 0;
  vertical-align: middle;
  position: relative;
}
.cm-lc-widget .fyre-tooltip .fyre-tooltip-arrow,
.cm-lc-widget .goog-tooltip .arrow-down {
  position: absolute;
  bottom: -5px;
}
.cm-story-share {
  margin: 10px 0px;
}
.cm-story-share .cm-share {
  color: #a1a1a1;
  text-decoration: none;
}
.cm-story-share .cm-share:hover {
  color: #d6d6d6;
}
.cm-story-share .cm-share.cm-share-icon {
  top: 7px;
}
.cm-story-share .cm-comment-count {
  font: normal 9px/16px arial;
  background: url('../images/bg_comment_count_white.png') center top no-repeat;
  background-size: contain;
  width: 24px;
  height: 19px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 3px;
}
@media (min-width: 768px) {
  .cm-story-share {
    float: right;
  }
  .cm-story-share .cm-share {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .cm-story-share {
    display: block;
    margin-bottom: 15px;
  }
  .cm-story-share .cm-share {
    margin-right: 20px;
  }
}
img.document-image {
  margin-bottom: 10px;
}
.cmCalendar {
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  text-align: center;
  background-color: #eeeeee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.cmCalendar .cmCalendarBorder {
  padding-bottom: 5px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.calendar {
  width: 97%;
  margin: 0 auto;
}
.ui-datepicker {
  margin-top: 2px;
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid #555555;
  display: none;
}
.ui-datepicker-header {
  margin: 2px;
  background-color: #049cdb;
  height: 100%;
  -webkit-box-shadow: 0 0 4px #555555;
  -moz-box-shadow: 0 0 4px #555555;
  box-shadow: 0 0 4px #555555;
}
.ui-datepicker-header a,
.ui-datepicker-header a span {
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.ui-datepicker-header a:hover {
  background-color: #049cdb;
  color: #333333;
}
.ui-datepicker-header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-datepicker-title {
  padding: 7px 0;
  text-align: center;
  font-size: 1.167em;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #999999;
}
.ui-datepicker-title span {
  color: #ffffff;
  cursor: pointer;
}
.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-prev span {
  background: url("../../images/sprites/sprites.png") no-repeat -32px -134px;
}
.ui-datepicker-next {
  float: right;
}
.ui-datepicker-next span {
  background: url("../../images/sprites/sprites.png") no-repeat 0 -166px;
}
.ui-datepicker-calendar {
  margin: 0;
  border-collapse: separate;
  border-spacing: 3px 2px;
}
.ui-datepicker-calendar th {
  padding: 4px;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #333333;
  -webkit-box-shadow: 0 0 4px #555555;
  -moz-box-shadow: 0 0 4px #555555;
  box-shadow: 0 0 4px #555555;
}
.ui-datepicker-calendar td {
  width: 14%;
}
.ui-datepicker-calendar td a {
  display: block;
  padding: 2px 4px;
  color: #999999;
  background: #eeeeee;
  border: 1px solid #049cdb;
  color: #049cdb;
}
.ui-datepicker-calendar td a:hover {
  background: #049cdb;
  color: #ffffff;
}
.ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #ffffff;
  font-weight: bold;
  background-color: #049cdb;
}
.ui-datepicker-calendar td.ui-datepicker-other-month a {
  background: #999999;
  color: #333333;
  border: 1px solid #333333;
}
.ui-datepicker-calendar td.ui-datepicker-other-month a:hover {
  background: #999999;
  color: #ffffff;
}
#ui-datepicker-div,
.ui-datepicker-calendar {
  width: 220px;
}
.ui-datepicker-header a span {
  display: block;
  width: 20px;
  height: 31px;
}
.cmBodyWrap .cmCalendar .ui-datepicker {
  display: block;
}
.ui-datepicker-inline .ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-inline .ui-datepicker-calendar td a {
  padding: 4px 0;
  text-align: center;
}
.ui-datepicker-calendar td {
  -webkit-box-shadow: 0 0 4px #555555;
  -moz-box-shadow: 0 0 4px #555555;
  box-shadow: 0 0 4px #555555;
}
.sidebar .ui-datepicker {
  display: block;
  margin-bottom: 20px;
}
.sidebar .ui-datepicker-header a {
  padding: 5px 15px;
}
.cmSearchResultsListHeader a.cmSearchFeedback,
.cmSearchResultsListFooter a.cmSearchFeedback {
  font-size: 0.917em;
}
.cmSearchResultsListHeader {
  overflow: hidden;
  padding: 10px 0 6px;
  border-bottom: solid 1px #999999;
  height: 35px;
}
.cmSearchResultsListHeader button {
  line-height: 23px;
}
.cmSearchResultsListHeader form {
  float: left;
}
.cmSearchResultsListHeader .searchArchive {
  float: right;
  font-family: Arial, sans-serif;
  line-height: 36px;
}
.cmSearchResultsListFooter {
  padding-bottom: 10px;
  clear: both;
  height: 45px;
}
.cmSearchResultsListWellEmpty {
  padding: 10px 0;
  clear: both;
}
.cmSearchResultsForm input,
.cmSearchResultsForm button {
  font-family: Arial, sans-serif;
}
.cmSearchFilter,
.cmSortFilter {
  padding: 10px 0 5px 0;
  margin: 0 0 10px 0;
}
.cmSearchFilter h5 {
  font-family: Arial, sans-serif;
  margin-bottom: 5px;
}
.cmSearchFilter h6 {
  margin-bottom: 0;
  font-weight: normal;
}
.cmSearchFilter p {
  padding: 0;
  margin-bottom: 10px;
}
.cmSearchFilter li {
  padding-bottom: 3px;
  margin-bottom: 3px;
  font-weight: bold;
}
.cmSearchFilter li a {
  font-weight: normal;
}
.cmSearchFilterBorderless {
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
}
.cmSearchFilterBorderless h5 {
  font-family: Arial, sans-serif;
  margin-bottom: 5px;
}
.cmSearchFilterBorderless br {
  display: none;
}
.cmSearchFilterBorderless button[type=submit] {
  margin-left: 5px;
  margin-top: 5px;
}
.cmSearchFilter label,
.cmSearchFilterBorderless label {
  font-weight: normal;
  font-family: Arial, sans-serif;
}
.cmSearchFilter input,
.cmSearchFilterBorderless input {
  width: 60px;
  margin-bottom: 5px;
}
.cmSearchFilter .ui-datepicker-trigger,
.cmSearchFilterBorderless .ui-datepicker-trigger {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 0 0 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.cmSearchFilter .cmSpriteMap.iconMapStar {
  margin-right: 5px;
}
.cmSearchResultsList {
  width: 84%;
  float: left;
}
.cmSearchFiltersList {
  width: 15%;
  float: left;
}
.cmSearchFiltersList .cmSearchFilter:first-of-type {
  visibility: hidden;
  display: none;
}
.cmListWell {
  *zoom: 1;
  padding: 10px;
}
.cmListWell:before,
.cmListWell:after {
  display: table;
  content: "";
  line-height: 0;
}
.cmListWell:after {
  clear: both;
}
.cmListWell + h4 {
  clear: both;
  font-family: Arial, sans-serif;
  border-top: solid 1px #999999;
  padding-top: 15px;
}
.cmSearchFiltersList ul {
  list-style: none;
  margin: 0 0 0 5px;
}
.cmSearchFilter li {
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #eeeeee;
  width: 100px;
}
.cmErrorBox.round {
  font-family: Arial, sans-serif;
  background-color: transparent;
  color: black;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 2px solid #9d261d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cmErrorBox.round:before {
  padding-right: 5px;
  content: url(../../images/alert_icon.png);
  float: left;
}
.cmErrorBox ul {
  list-style: none;
}
.sprite {
  background: url("../../images/sprites/sprites.png") no-repeat;
  padding-left: 18px;
  padding-bottom: 2px;
  font-size: 24px;
  line-height: 24px;
}
.sprite.iconCalendar {
  background-position: -64px -112px;
}
.sprite.iconAlert {
  background: none;
  clear: right;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}
.sprite.ico-rss {
  background-position: -224px -1513px;
  line-height: 40px;
}
.sprite.ico-facebook {
  background-position: 0 -1744px;
}
.sprite.ico-twitter {
  background-position: -32px -1712px;
}
.sprite.ico-email {
  background-position: -608px -1137px;
}
.sprite.ico-email-square {
  background-position: -159px -1182px;
}
.cmSearchFilter .ui-datepicker-trigger,
.cmSearchFilterBorderless .ui-datepicker-trigger {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 0 0 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#id_q {
  margin-bottom: 0;
}
.social-links .sprite {
  text-indent: -9999px;
  display: inline-block;
}
.search_basic .roadblock {
  margin-top: 0;
}
.list-well.row {
  margin: 0 108px;
  *zoom: 1;
}
.list-well.row:before,
.list-well.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-well.row:after {
  clear: both;
}
.list-well.row .list-headline {
  font-size: 26px;
  line-height: 27px;
  margin-bottom: 10px;
}
.list-well.row .list-blurb {
  margin-top: -5px;
  font-family: Arial, sans-serif;
}
.list-well.row .list-podcast {
  margin-bottom: 30px;
}
.list-well.row .list-podcast:last-child {
  margin-bottom: 0;
}
.list-well.row .list-podcast .list-podcast-title {
  font-size: 16px;
  font-weight: bold;
}
.list {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.list h3 {
  margin-top: 0;
}
.list ul {
  margin: 10px 0 0 0;
  list-style: none;
}
.list ul li {
  margin-bottom: 10px;
}
.list ul li:last-child {
  margin-bottom: 0;
}
.list-item {
  margin-bottom: 25px;
  *zoom: 1;
  font-family: Arial, sans-serif;
}
.list-item:before,
.list-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-item:after {
  clear: both;
}
.list-item .list-item-header {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.list-item .list-item-header a {
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
  color: #000000;
}
.list-item .list-item-header a:visited:hover,
.list-item .list-item-header a:hover {
  color: #b31c27;
}
.list-item .list-item-header a:visited {
  color: #777777;
}
.list-item .list-item-attribution {
  font-style: italic;
  font-family: Arial, sans-serif;
}
.list-item .list-item-image {
  float: left;
  margin-right: 18px;
  border: 1px solid #000000;
}
.list-item .list-item-image img {
  width: 88px;
  height: 88px;
}
.list-item *.list-item-image img {
  max-width: none;
}
.list-item p {
  margin-bottom: 0;
}
.list-item .list-item-dateline {
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
}
.list-item .list-item-byline,
.list-item .list-item-timestamp {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 6px;
}
.list-item .list-item-footer {
  font-size: 12px;
  list-style: none;
  margin: 0;
}
.list-item .list-item-footer .list-item-comment-count {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}
.cm-story-highlights {
  width: 100%;
}
.cm-story-highlights h4 {
  font-style: italic;
}
.cm-story-highlights .cm-story-highlights-headline {
  margin: 17px 20px;
}
.cm-story-highlights .cm-story-highlight {
  word-wrap: break-word;
}
.cm-story-highlights .cm-story-highlight .cm-story-highlight-content {
  overflow: hidden;
  padding-top: 0px;
}
.cm-story-highlights .cm-story-highlight .cm-highlight-share {
  margin: auto 20px;
  float: left;
}
.cm-story-highlights .cm-story-highlight .cm-highlight-share a {
  vertical-align: middle;
}
.cm-story-highlights .cm-story-highlight-divider {
  margin: 10px auto;
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
}
@media (max-width: 600px) {
  .cm-story-highlights .cm-story-highlights-headline {
    text-align: center;
  }
}
.pagination-container {
  float: right;
  margin: 14px 0;
  *zoom: 1;
}
.pagination-container:before,
.pagination-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagination-container:after {
  clear: both;
}
.pagination-container .pagination-results {
  float: left;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 30px;
}
.pagination-container .pagination-links {
  float: right;
  margin-left: 10px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  *zoom: 1;
}
.pagination-container .pagination-links:before,
.pagination-container .pagination-links:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagination-container .pagination-links:after {
  clear: both;
}
.pagination-item-count {
  display: block;
  float: left;
  margin: 14px 0;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 30px;
}
.masthead {
  *zoom: 1;
}
.masthead:before,
.masthead:after {
  display: table;
  content: "";
  line-height: 0;
}
.masthead:after {
  clear: both;
}
.masthead a {
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.masthead a:visited {
  color: #b31c27;
}
.masthead .masthead-info {
  width: 200px;
  margin-top: 5px;
  font-weight: normal;
  font-style: normal;
}
.masthead .masthead-info .weather {
  border-top: none;
  margin: 1px 10px 0 0;
}
.masthead .masthead-info .weather > .weather-info {
  max-width: 100px;
  float: left;
  padding-left: 10px;
  border-left: 1px solid #cdcdcd;
}
.masthead .masthead-info .weather > .weather-info > span {
  padding-right: 8px;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}
.masthead .masthead-info .weather > .weather-info > span.weather-temp {
  font-size: 28px;
  line-height: 26px;
}
.masthead .masthead-info .weather > .weather-info > span.weather-cond {
  display: block;
}
.masthead .masthead-info .weather > .weather-info > span.weather-high,
.masthead .masthead-info .weather > .weather-info > span.weather-low {
  text-transform: uppercase;
}
.masthead .masthead-traffic {
  float: left;
  clear: left;
  line-height: 14px;
}
.masthead .masthead-traffic .traffic-mobile-link {
  display: none;
}
.masthead .brand {
  width: 530px;
  margin: 0 12px;
}
.masthead .brand > .datetime {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 12px;
  color: #000000;
  display: block;
  text-align: center;
}
.masthead .brand > .datetime img {
  margin-right: 7px;
  vertical-align: middle;
}
.masthead .brand .header-logo {
  margin-bottom: 8px;
}
.masthead .brand .statement {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 12px;
  font-family: Arial, sans-serif;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.masthead .masthead-extras {
  margin-right: 10px;
}
.masthead .masthead-extras .welcome-message,
.masthead .masthead-extras .masthead-login {
  text-align: right;
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 14px;
}
.masthead .masthead-extras .welcome-message {
  margin-bottom: 5px;
}
.masthead .masthead-extras .welcome-message span {
  white-space: nowrap;
}
.masthead .masthead-extras .welcome-message img {
  margin-right: 1px;
  vertical-align: middle;
}
.masthead .masthead-extras > .masthead-login ul li {
  display: inline;
}
.masthead .masthead-extras > .masthead-login ul > .masthead-login-signin a {
  padding-left: 3px;
}
.masthead .masthead-extras .form-search {
  margin: 20px 0;
}
.masthead .masthead-extras .form-search input {
  border-radius: 4px;
  font-size: 18px;
  line-height: 13px;
}
.masthead .masthead-extras .form-search > .btn {
  border-radius: 4px;
  padding: 0 6px;
  height: 30px;
}
.masthead .masthead-extras .form-search > button i.icon-search {
  font-size: 18px;
}
.masthead .masthead-extras #search::-webkit-input-placeholder {
  padding: 5px 0;
}
.masthead .masthead-extras #search:-moz-input-placeholder {
  padding: 5px 0;
}
.main-nav > .navbar-container > .form-search {
  display: none;
}
.main-nav {
  border-top: 2px solid #5b5b5b;
  border-bottom: 2px solid #5b5b5b;
  padding: 1px 0;
  margin-bottom: 14px;
}
.main-nav > .navbar-container {
  display: table;
  width: 100%;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}
.main-nav .nav {
  margin: 0;
}
.main-nav .nav > li > a,
.main-nav .nav > li > div > a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 16px;
  text-shadow: none;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  padding: 7px 14px 5px;
  color: #000000;
  height: auto;
}
.main-nav .nav > li > a:hover,
.main-nav .nav > li > div > a:hover,
.main-nav .nav > li > a:active,
.main-nav .nav > li > div > a:active {
  background-color: #eeeeee;
  color: #000000;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
.main-nav .nav > li > a::before,
.main-nav .nav > li > div > a::before,
.main-nav .nav > li > a::after,
.main-nav .nav > li > div > a::after {
  background-image: none;
}
.main-nav .nav .nav-bar-subnav a {
  color: #000000;
}
.main-nav .nav .nav-bar-subnav a:visited:hover,
.main-nav .nav .nav-bar-subnav a:hover {
  color: #b31c27;
}
.main-nav .nav .nav-bar-subnav a:visited {
  color: #aa787c;
}
.main-nav .nav .nav-bar-subnav a.hide .nav-bar-subnav-ad {
  display: none;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-ad {
  position: absolute;
  top: 0;
  right: 35px;
  z-index: 99999;
  display: none;
  margin-top: 15px;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content {
  -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);
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  border: 2px solid #003896;
  background-color: #ffffff;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-title {
  margin: 24px 0 7px 0;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content i.icon-spinner {
  position: relative;
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  width: 30px;
  font-size: 32px;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-latest {
  float: left;
  width: 38.8%;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-latest .subnav-list-latest-container {
  padding: 0 24px;
  height: 89.5%;
  border-right: 1px solid #cdcdcd;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-sections {
  float: left;
  padding: 0 24px;
  width: 17.7%;
  border-right: 1px solid #cdcdcd;
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(75%, #ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 75%, #eeeeee 100%);
  background-image: -moz-linear-gradient(left, #ffffff, #ffffff 7500%, #eeeeee);
  background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 75%, #eeeeee 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 75%, #eeeeee 100%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-latest-expanded {
  width: 61.5%;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-more-in {
  float: left;
  padding: 0 14px 0 24px;
  width: 34.5%;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-more-in .subnav-list-more-in-items {
  float: left;
  padding-right: 10px;
  width: 100px;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-more-in .subnav-list-more-in-items a {
  display: block;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-more-in .subnav-list-more-in-items img {
  width: 98px;
  height: 75px;
  border: 1px solid #000000;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-more-in .subnav-list-more-in-items:last-child {
  padding-right: 0;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-more-in .subnav-list-more-in-items figcaption {
  padding-top: 8px;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-sections,
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-latest-items {
  margin: 0;
  list-style-type: none;
}
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-sections li,
.main-nav .nav .nav-bar-subnav .nav-bar-subnav-content .subnav-list-latest-items li {
  padding-bottom: 16px;
}
.main-nav .nav .accordion-group {
  margin-bottom: 0;
  border-top: none;
  border-right: none;
  border-left: none;
}
.main-nav .nav .section-nav-collapse {
  display: none !important;
  padding: 17px 10px 16px 10px !important;
  color: #676767;
  background-color: #ffffff;
  text-decoration: none;
  text-align: center;
}
.main-nav .nav .section-nav-collapse:link {
  color: #676767;
  background-color: #ffffff;
}
.main-nav .nav .section-nav-collapse:hover,
.main-nav .nav .section-nav-collapse:active {
  background: #eeeeee;
  color: #000000;
}
.nav-stretch {
  display: table !important;
  width: 100%;
  margin: 0 !important;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}
.nav-stretch > li {
  display: table-cell;
  text-align: center;
  width: auto;
  float: none !important;
}
.nav-stretch > li .table-cell-container {
  position: relative;
  width: 100%;
}
.nav-stretch > li .table-cell-container a {
  display: block;
}
.nav-stretch > li .table-cell-container a:hover {
  text-decoration: none;
}
.nav-stretch > li > div > .dropdown-menu::before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.nav-stretch > li > div > .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px;
}
.nav-stretch > a {
  padding: 8px 10px;
  display: block;
  color: #000000;
  text-transform: uppercase;
}
.toolbar {
  position: relative;
  border-top: 1px solid #000000;
  border-right: 0;
  border-left: 0;
  color: #000000;
}
.toolbar .navbar-inner {
  min-height: 31px;
  height: 31px;
  border: 0;
  border-top: 1px solid #8ab8ed;
  border-bottom: 2px solid #999999;
  border-bottom: 1px solid #000000;
  font-family: Arial, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #095ab9;
  background-image: -moz-linear-gradient(top, #0f6ece, #013b99);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0f6ece), to(#013b99));
  background-image: -webkit-linear-gradient(top, #0f6ece, #013b99);
  background-image: -o-linear-gradient(top, #0f6ece, #013b99);
  background-image: linear-gradient(to bottom, #0f6ece, #013b99);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f6ece', endColorstr='#ff013b99', GradientType=0);
}
.toolbar .navbar-inner .container,
.toolbar .navbar-inner .toolbar-dropdown {
  width: 972px;
}
.toolbar .navbar-inner .nav .divider-vertical {
  margin: 0;
  width: 1px;
  height: 31px;
  border: 0;
}
.toolbar .navbar-inner .nav .divider-vertical:first-child {
  background-color: transparent;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(270deg, #555555, transparent);
  background-image: -webkit-linear-gradient(270deg, #555555, transparent);
  background-image: -o-linear-gradient(270deg, #555555, transparent);
  background-image: linear-gradient(270deg, #555555, transparent);
}
.toolbar .navbar-inner .nav .divider-vertical:last-child {
  background-color: transparent;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(270deg, #8ab8ed, transparent);
  background-image: -webkit-linear-gradient(270deg, #8ab8ed, transparent);
  background-image: -o-linear-gradient(270deg, #8ab8ed, transparent);
  background-image: linear-gradient(270deg, #8ab8ed, transparent);
}
.toolbar .navbar-inner .nav .open .toolbar-item {
  color: #ffffff;
  background-color: #012696;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(90deg, #001672, #012696);
  background-image: -webkit-linear-gradient(90deg, #001672, #012696);
  background-image: -o-linear-gradient(90deg, #001672, #012696);
  background-image: linear-gradient(90deg, #001672, #012696);
  -webkit-box-shadow: inset 3px 3px 10px #000000;
  -moz-box-shadow: inset 3px 3px 10px #000000;
  box-shadow: inset 3px 3px 10px #000000;
}
.toolbar .navbar-inner .nav > li > a {
  position: relative;
  padding: 0 14px;
  height: 31px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  font-weight: bold;
  line-height: 31px;
}
.toolbar .navbar-inner .nav > li > a:focus,
.toolbar .navbar-inner .nav > li > a:active {
  color: #ffffff;
}
.toolbar .navbar-inner .nav > li > a:before,
.toolbar .navbar-inner .nav > li > a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  content: "";
}
.toolbar .navbar-inner .nav > li > a:before {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8ab8ed), to(transparent));
  background-image: -webkit-linear-gradient(#8ab8ed, transparent);
  background-image: -moz-linear-gradient(#8ab8ed, transparent);
  background-image: -o-linear-gradient(#8ab8ed, transparent);
  left: 0;
}
.toolbar .navbar-inner .nav > li > a:after {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(transparent));
  background-image: -webkit-linear-gradient(#555555, transparent);
  background-image: -moz-linear-gradient(#555555, transparent);
  background-image: -o-linear-gradient(#555555, transparent);
  right: 0;
}
.toolbar .navbar-inner .nav > li > a:active,
.toolbar .navbar-inner .nav > li > a:hover {
  color: #ffffff;
  background-color: #012696;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(90deg, #001672, #012696);
  background-image: -webkit-linear-gradient(90deg, #001672, #012696);
  background-image: -o-linear-gradient(90deg, #001672, #012696);
  background-image: linear-gradient(90deg, #001672, #012696);
  -webkit-box-shadow: inset 3px 3px 10px #000000;
  -moz-box-shadow: inset 3px 3px 10px #000000;
  box-shadow: inset 3px 3px 10px #000000;
}
body.fixed-nav-desktop .main-header .main-nav-container {
  position: fixed;
  top: 0;
  background-color: #242222;
  border-bottom: 0;
}
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item {
  margin-right: 10px;
}
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.main-nav-item-subscribe {
  border: none;
  padding: 0;
}
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.main-nav-item-subscribe a {
  display: inline;
  top: auto;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.main-nav-item-subscribe a span {
  display: none;
}
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.main-nav-item-subscribe a:hover {
  color: #fff;
  text-decoration: underline;
}
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.main-nav-logo {
  display: inline-block;
}
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.cmUserAuthed a,
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.cmUserAnonymous a,
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.cmUserAuthed span,
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.cmUserAnonymous span {
  color: #fff !important;
}
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.cmUserAuthed a:hover,
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.cmUserAnonymous a:hover {
  text-decoration: underline;
}
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.cmUserAuthed a.cm-icon-profilecircle,
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item.cmUserAnonymous a.cm-icon-profilecircle {
  text-decoration: none;
}
body.fixed-nav-desktop .main-header .main-nav-container .main-nav-list .main-nav-item > a {
  color: #fff;
  padding-bottom: 9px;
  font-size: 11px;
}
body.fixed-nav-desktop .container {
  padding-top: 40px;
}
.fixed-hide {
  display: block;
}
.fixed-show {
  display: none;
}
.main-nav-container-mobile .main-nav-items .main-nav-logo a {
  display: block;
}
body.fixed-nav-mobile .main-nav-container-mobile {
  position: fixed;
  top: 0;
}
body.fixed-nav-mobile .main-nav-container-mobile .main-nav-item.main-nav-subscribe a span {
  display: none;
}
body.fixed-nav-mobile .fixed-hide {
  display: none !important;
}
body.fixed-nav-mobile .fixed-show {
  display: block !important;
}
body.fixed-nav-mobile .container {
  padding-top: 42px;
}
.main-header {
  font-family: Arial, sans-serif;
}
.main-header ul {
  margin: 0;
  list-style: none;
}
.main-header a {
  text-decoration: none;
}
.main-header .main-header-weather .weather-icon {
  float: left;
  margin: 0;
}
.main-header .main-header-weather .weather-temp {
  padding-left: 3px;
  font-size: 18px;
}
.main-header .main-header-weather .weather-temp::after {
  content: '\00B0';
}
.main-header .cm-icon-user,
.main-header .cm-icon-profilecircle {
  vertical-align: middle;
  color: #000;
}
.main-header .cm-icon-user {
  font-size: 1.6em;
  padding-left: 4px;
}
.main-header .cm-icon-profilecircle {
  font-size: 2.4em;
}
.main-header .toolbar-search {
  position: relative;
}
.main-header .toolbar-search.open .toolbar-search-form {
  width: 150px;
}
.main-header .toolbar-search .toolbar-search-form {
  position: absolute;
  width: 0;
  overflow: hidden;
  -webkit-transition: width .25s ease;
  transition: width .25s ease;
}
.main-header .toolbar-search .toolbar-search-form .toolbar-search-input {
  width: 120px;
  height: 22px;
  margin: 0;
  padding: 0 20px 0 10px;
  font-size: 13px;
  border: none;
  border-radius: 22px;
}
.main-header .toolbar-search .toolbar-search-form .toolbar-search-input:focus {
  box-shadow: none;
}
.main-header .toolbar-search .toolbar-search-form .toolbar-search-close {
  position: relative;
  float: right;
  margin: -19px 8px 0 0;
}
.main-header .toolbar-search .toolbar-search-form .toolbar-search-close::after {
  content: '\e010';
  font: 12px 'cm-icon';
}
.main-header .toolbar-container {
  background-color: #242222;
}
.main-header .toolbar-container .toolbar-desktop {
  position: relative;
  width: 930px;
  height: 72px;
  margin: 0 auto;
  padding: 0 15px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 341px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  z-index: 10;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li {
  float: left;
  margin-left: 32px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li > a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li > a:hover {
  text-decoration: underline;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-weather a:hover,
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-traffic a:hover,
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-search a:hover {
  text-decoration: none;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products {
  position: relative;
  padding-left: 32px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products a span:last-child:hover {
  text-decoration: underline;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products a:hover {
  text-decoration: none;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products.open .ajc-products-dropdown {
  display: block;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products.open .icon-caret-right {
  transform: rotate(90deg);
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .icon-caret-right {
  position: absolute;
  top: 5px;
  left: 0;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .icon-products {
  position: absolute;
  top: 4px;
  left: 14px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .ajc-products-dropdown {
  display: none;
  position: absolute;
  top: 15px;
  left: 5px;
  padding-top: 20px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .ajc-products-dropdown .cm-upsell-dropdown {
  position: relative;
  width: 500px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d1d1d1;
  box-shadow: 0 0 5px #dddddd;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .ajc-products-dropdown .cm-upsell-dropdown::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 23px;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-left: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  transform: rotate(45deg);
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .ajc-products-dropdown .cm-upsell-dropdown .cm-dropdown-image-container {
  width: 390px;
  margin-bottom: 20px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .ajc-products-dropdown .cm-upsell-dropdown .cm-dropdown-image-container .cm-sprite {
  background-image: url('http://media.cmgdigital.com/shared/img/photos/2015/06/17/ce/68/upsell-sprites-ajc.png');
  background-repeat: no-repeat;
  display: block;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .ajc-products-dropdown .cm-upsell-dropdown .cm-dropdown-image-container .cm-sprite.cm-sprite-upsell-title {
  width: 475px;
  height: 56px;
  background-position: -395px -79px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .ajc-products-dropdown .cm-upsell-dropdown .cm-dropdown-image-container .cm-sprite.cm-sprite-upsell-dropdown-1 {
  width: 346px;
  height: 34px;
  background-position: -5px -333px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .ajc-products-dropdown .cm-upsell-dropdown .cm-dropdown-image-container .cm-sprite.cm-sprite-upsell-dropdown-2 {
  width: 454px;
  height: 34px;
  background-position: -5px -377px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .ajc-products-dropdown .cm-upsell-dropdown .cm-dropdown-image-container .cm-sprite.cm-sprite-upsell-dropdown-3 {
  width: 454px;
  height: 34px;
  background-position: -5px -421px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .ajc-products-dropdown .cm-upsell-dropdown .cm-dropdown-image-container .cm-sprite.cm-sprite-upsell-dropdown-4 {
  width: 454px;
  height: 34px;
  background-position: -480px -5px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-ajc-products .ajc-products-dropdown .cm-upsell-dropdown .cm-not-modal-content:last-child .cm-dropdown-image-container {
  margin-bottom: 0;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-weather {
  margin-left: 35px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-traffic {
  margin-left: 20px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-traffic .cm-icon-car {
  font-size: 18px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-search {
  margin-left: 20px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-search .cm-icon-search {
  font-size: 18px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-search .toolbar-search-form {
  top: -2px;
  right: -3px;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-search .toolbar-search-form .toolbar-search-input {
  color: #000;
  background-color: #fff;
}
.main-header .toolbar-container .toolbar-desktop .toolbar-nav li.toolbar-search .toolbar-search-form .toolbar-search-close::after {
  color: #000;
}
.main-header .main-nav-container {
  width: 100%;
  z-index: 500;
  background-color: #fff;
  border-bottom: solid 1px #dedede;
}
.main-header .main-nav-container .main-nav-v2 {
  margin: 0 auto;
  width: 930px;
  height: 40px;
  padding: 0 15px;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list {
  position: relative;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item {
  position: initial;
  display: inline-block;
  font-size: 11px;
  height: 40px;
  margin-right: 20px;
  line-height: 42px;
  text-transform: uppercase;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.main-nav-item-subscribe {
  border-left: solid 1px #dedede;
  border-right: solid 1px #dedede;
  padding: 0 1em;
  float: right;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.main-nav-item-subscribe a {
  position: relative;
  display: block;
  padding-right: 2px;
  line-height: 1.2em;
  vertical-align: middle;
  padding-bottom: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.main-nav-item-subscribe a:hover {
  color: #b31c27;
  border-bottom: none;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.main-nav-item-subscribe a span {
  display: block;
  font-size: 0.82em;
  text-transform: lowercase;
  width: 125%;
  text-align: left;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item:nth-last-child(2) {
  margin-right: 0;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.main-nav-logo {
  display: none;
  margin-right: 20px;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.main-nav-logo img {
  height: 22px;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.cmUserAuthed,
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.cmUserAnonymous {
  float: right;
  margin-right: 0;
  display: none;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.cmUserAuthed::after,
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.cmUserAnonymous::after {
  line-height: 40px;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.cmUserAuthed > a:hover,
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.cmUserAnonymous > a:hover {
  border-bottom: none;
  color: #b31c27;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.cmUserAuthed > a .cm-icon-user,
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.cmUserAnonymous > a .cm-icon-user {
  text-decoration: none;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.cmUserAuthed .cm-icon-profilecircle,
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.cmUserAnonymous .cm-icon-profilecircle {
  font-size: 2.4em;
  text-decoration: none;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.open.loaded > a {
  border-bottom: 4px solid #b31c27;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.open.loaded .main-nav-flyout {
  display: block;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item.no-subnav .subnav-list-latest {
  width: 55%;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item > a {
  color: #000;
  padding-bottom: 9px;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item > a.cmLogout {
  vertical-align: middle;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-list .main-nav-item > a:hover {
  border-bottom: 4px solid #b31c27;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-flyout {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 1px;
  z-index: 9999;
  border: 1px solid #b31c27;
  background-color: #ffffff;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-flyout a {
  color: #000;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-flyout .subnav-title {
  margin: 0 0 10px 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-flyout .flyout-subnav {
  float: left;
  width: 15%;
  padding: 25px;
  background-color: #e6e6e6;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-flyout .flyout-subnav .flyout-subnav-item {
  padding-bottom: 10px;
  background-color: #e6e6e6;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-flyout .subnav-list-latest {
  float: left;
  width: 38%;
  padding: 25px 0;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-flyout .subnav-list-latest .subnav-list-latest-container {
  padding: 0 20px;
  border-right: 1px solid #cdcdcd;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-flyout .subnav-list-latest .subnav-list-latest-container li {
  margin-bottom: 10px;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-flyout .subnav-list-more-in {
  float: left;
  width: 335px;
  padding: 25px 0 25px 20px;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-flyout .subnav-list-more-in .subnav-list-more-in-items {
  float: left;
  margin: 0;
  width: 110px;
}
.main-header .main-nav-container .main-nav-v2 .main-nav-flyout .subnav-list-more-in .subnav-list-more-in-items figcaption {
  margin-top: 10px;
  padding-right: 10px;
  line-height: 1.3;
}
.main-header .toolbar-mobile {
  display: none;
  position: relative;
  height: 36px;
  padding: 0 20px;
  border-bottom: 1px solid #dfdedc;
}
.main-header .toolbar-mobile a {
  color: #000;
}
.main-header .toolbar-mobile .toolbar-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-weather {
  width: 70px;
  border-right: 1px solid #dfdedc;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-weather .main-header-weather {
  display: block;
  height: 36px;
  line-height: 38px;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-weather .main-header-weather .weather-icon {
  padding-top: 10px;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-traffic {
  text-align: center;
  border-right: 1px solid #dfdedc;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-traffic .cm-icon-car {
  display: block;
  width: 70px;
  height: 36px;
  line-height: 40px;
  font-size: 18px;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-flex {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-subscribe {
  padding: 0 15px;
  height: 36px;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-subscribe a {
  font-size: 11px;
  line-height: 1.2em;
  text-transform: uppercase;
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-subscribe a:hover {
  color: #b31c27;
  border-bottom: none;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-subscribe a span {
  display: block;
  font-size: 0.82em;
  text-transform: lowercase;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-search {
  text-align: right;
  border-left: 1px solid #dfdedc;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-search .cm-icon-search {
  display: block;
  width: 40px;
  height: 36px;
  line-height: 40px;
  font-size: 19px;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-search.open {
  border-left-color: #fff;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-search .toolbar-search-form {
  top: 8px;
  right: -4px;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-search .toolbar-search-form .toolbar-search-input {
  color: #fff;
  background-color: #242222;
}
.main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-search .toolbar-search-form .toolbar-search-close::after {
  color: #fff;
}
.main-header .main-nav-container-mobile {
  display: none;
  width: 100%;
  height: 42px;
  z-index: 500;
  background-color: #242222;
}
.main-header .main-nav-container-mobile .main-nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.main-nav-flyout-btn {
  position: relative;
  width: 40px;
  height: 42px;
  margin-right: 18px;
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.main-nav-flyout-btn::before {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 20px;
  height: 3px;
  border-top: 9px double #fff;
  border-bottom: 3px solid #fff;
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.main-nav-logo {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.main-nav-logo .logo {
  height: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.main-nav-logo-collapsed {
  display: none;
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cmUserAuthed,
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cmUserAnonymous {
  margin-right: 20px;
  font-size: 10px;
  text-transform: uppercase;
  display: none;
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cmUserAuthed span,
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cmUserAnonymous span,
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cmUserAuthed a,
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cmUserAnonymous a {
  line-height: 42px;
  color: #fff;
  padding-left: 4px;
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cmUserAuthed span.cm-icon-profilecircle:hover,
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cmUserAnonymous span.cm-icon-profilecircle:hover,
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cmUserAuthed a.cm-icon-profilecircle:hover,
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cmUserAnonymous a.cm-icon-profilecircle:hover {
  text-decoration: none;
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cmUserAuthed a:hover,
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cmUserAnonymous a:hover {
  text-decoration: underline;
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.main-nav-subscribe {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 42px;
  padding-right: 2em;
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.main-nav-subscribe a {
  color: #fff;
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.main-nav-subscribe a:hover {
  text-decoration: underline;
}
.main-header .flyout-container-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.main-header .flyout-container-mobile.flyout-mobile-open {
  transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
}
.main-header .flyout-container-mobile .flyout-closer-x::after {
  content: '\e010';
  float: right;
  padding-right: 12px;
  font: 20px 'cm-icon';
  color: #ffffff;
}
.main-header .flyout-container-mobile .flyout-mobile {
  float: left;
  width: 90%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #242222;
  box-shadow: 0 0 5px #000;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-main-nav .flyout-item.open {
  background-color: #171515;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-main-nav .flyout-item.open .flyout-item-caret::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-main-nav .flyout-item .flyout-item-info {
  height: 36px;
  border-bottom: 2px solid #171515;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-main-nav .flyout-item .flyout-item-info .flyout-item-caret {
  cursor: pointer;
  float: left;
  width: 45px;
  border-right: 2px solid #171515;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-main-nav .flyout-item .flyout-item-info .flyout-item-caret::before {
  content: '\e01b';
  display: block;
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  line-height: 38px;
  font-size: 25px;
  text-align: center;
  color: #fff;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-main-nav .flyout-item .flyout-item-info > a {
  display: inline-block;
  width: 70%;
  padding-left: 12px;
  font-size: 16px;
  line-height: 38px;
  text-transform: uppercase;
  color: #fff;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-main-nav .flyout-item .flyout-item-info.flyout-subscribe span {
  display: none;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-main-nav .flyout-item .flyout-item-submenu {
  display: none;
  border-left: 3px solid #9c1b24;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-main-nav .flyout-item .flyout-item-submenu .submenu-item {
  height: 35px;
  overflow: hidden;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-main-nav .flyout-item .flyout-item-submenu .submenu-item:last-child {
  height: 45px;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-main-nav .flyout-item .flyout-item-submenu .submenu-item .submenu-link {
  display: inline-block;
  width: 75%;
  height: 35px;
  overflow: hidden;
  padding-left: 55px;
  line-height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-main-nav .flyout-item .flyout-closer::after {
  line-height: 36px;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-weather-traffic {
  height: 80px;
  padding: 30px 0;
  border-bottom: 2px solid #171515;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-weather-traffic .flyout-heading {
  margin: 0 0 20px 0;
  padding-left: 12px;
  font: 14px Arial, sans-serif;
  color: #fff;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-weather-traffic .flyout-weather {
  float: left;
  width: 50%;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-weather-traffic .flyout-weather .main-header-weather {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 45px;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-weather-traffic .flyout-weather .main-header-weather .weather-temp {
  display: inline;
  font-size: 42px;
  line-height: 1em;
  color: #fff;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-weather-traffic .flyout-weather .main-header-weather .weather-icon {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-weather-traffic .flyout-traffic {
  float: left;
  width: 50%;
  text-align: center;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-weather-traffic .flyout-traffic .flyout-traffic-location {
  width: 48px;
  height: 48px;
}
.main-header .flyout-container-mobile .flyout-mobile .cmUserAnonymous,
.main-header .flyout-container-mobile .flyout-mobile .cmUserAuthed {
  position: relative;
  display: block;
  padding-left: 10px;
  font-size: 11px;
  line-height: 42px;
  border-bottom: 2px solid #171515;
  text-transform: uppercase;
}
.main-header .flyout-container-mobile .flyout-mobile .cmUserAnonymous a,
.main-header .flyout-container-mobile .flyout-mobile .cmUserAuthed a,
.main-header .flyout-container-mobile .flyout-mobile .cmUserAnonymous span,
.main-header .flyout-container-mobile .flyout-mobile .cmUserAuthed span {
  color: #fff;
}
.main-header .flyout-container-mobile .flyout-mobile .cmUserAnonymous .cm-icon-user,
.main-header .flyout-container-mobile .flyout-mobile .cmUserAuthed .cm-icon-profilecircle {
  float: left;
}
.main-header .flyout-container-mobile .flyout-mobile .cmUserAuthed .cm-icon-profilecircle {
  padding: 2px 5px 0;
}
.main-header .flyout-container-mobile .flyout-mobile .cmUserAnonymous .cm-icon-user {
  padding: 1px 9px 0 5px;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-search {
  position: relative;
  padding: 12px 12px 0 12px;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-search .flyout-search-form {
  margin: 0;
  padding-right: 45px;
  background-color: #fff;
  border-radius: 4px;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-search .flyout-search-form .flyout-search-input {
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 4px 6px;
  font-family: Arial;
  color: #000;
  border: 0;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-search .flyout-search-form .flyout-search-input:focus {
  box-shadow: none;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-search .flyout-search-form .cm-icon-search {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  font-size: 20px;
  color: #000;
  background: none;
  border: 0;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-closer-section {
  text-align: right;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-closer-section::after {
  line-height: 50px;
}
.main-header .flyout-container-mobile .flyout-mobile .flyout-closer-section a {
  padding-right: 8px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}
.main-header .flyout-container-mobile > .flyout-closer {
  width: 10%;
  height: 100%;
  float: left;
}
@media (max-width: 959px) {
  .main-header .toolbar-container,
  .main-header .main-nav-container {
    display: none;
  }
  .main-header .toolbar-mobile,
  .main-header .main-nav-container-mobile,
  .main-header .flyout-container-mobile {
    display: block;
  }
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cm-icon-user,
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cm-icon-profilecircle {
  display: none;
}
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cm-icon-user a,
.main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cm-icon-profilecircle a {
  font-size: 10px;
}
@media (max-width: 320px) {
  .main-header .toolbar-mobile {
    padding: 0 10px;
  }
  .main-header .main-nav-container-mobile .main-nav-items .main-nav-item.main-nav-flyout-btn {
    width: 30px;
  }
  .main-header .main-nav-container-mobile .main-nav-items .main-nav-item.cm-icon-user,
  .main-header .main-nav-container-mobile .main-nav-items .main-nav-item.main-nav-subscribe {
    margin-right: 10px;
  }
}
@media (min-width: 380px) {
  .main-header .toolbar-mobile .toolbar-items .toolbar-item.toolbar-subscribe {
    border-left: solid 1px #dedede;
  }
}
.section-title + .section-home > .row.row-teases-lead {
  padding-top: 45px;
}
.row.row-teases-lead,
.row.row-teases-lead-double-col {
  overflow: hidden;
  padding-top: 70px;
}
.row.row-teases-separator hr {
  margin: 0 0 15px 12px;
  border: 0;
  height: 1px;
  background: #cdcdcd;
  color: #cdcdcd;
}
.row.row-teases-lead-double-col figure {
  display: table;
}
.row.row-teases-lead-double-col #leadtease_slot_1 .story.video figure {
  display: block;
}
.row.row-teases-lead-double-col #leadtease_slot_1 .story.video figure .oembed {
  padding-bottom: 83.88%;
}
.row.row-teases-lead-double-col #tease_slot_2,
.row.row-teases-lead-double-col #tease_slot_4 {
  margin-left: 6px;
  margin-right: 16px;
  min-height: 310px;
}
.row.row-teases-lead-double-col #tease_slot_2 .story,
.row.row-teases-lead-double-col #tease_slot_4 .story {
  padding-left: 0;
}
.row.row-teases-lead-double-col #tease_slot_2 .story.landscape figure img,
.row.row-teases-lead-double-col #tease_slot_4 .story.landscape figure img {
  width: 278px;
  height: 210px;
}
.row.row-teases-lead-double-col #tease_slot_2 .story.landscape .video-play-icon,
.row.row-teases-lead-double-col #tease_slot_4 .story.landscape .video-play-icon {
  background-size: 40px 40px;
  left: 15px;
  bottom: 15px;
}
.no-svg .row.row-teases-lead-double-col #tease_slot_2 .story.landscape .video-play-icon,
.no-svg .row.row-teases-lead-double-col #tease_slot_4 .story.landscape .video-play-icon {
  background: url('../images/play/play_40x40.png') no-repeat left bottom;
}
.row.row-teases-secondary-with-ad figure {
  display: table;
}
.row.row-teases-secondary-with-ad #tease_slot_3,
.row.row-teases-secondary-with-ad .ad-medium {
  float: left;
}
.row.row-teases-secondary-with-ad #tease_slot_3 {
  width: 66.26%;
}
.row.row-teases-secondary-with-ad #tease_slot_3 .story {
  border-right: none;
}
.row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait figure img {
  width: 278px;
  height: 210px;
}
.row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait .video-play-icon {
  background-size: 40px 40px;
  left: 15px;
  bottom: 15px;
}
.no-svg .row.row-teases-secondary-with-ad #tease_slot_3 .story.portrait .video-play-icon {
  background: url('../images/play/play_40x40.png') no-repeat left bottom;
}
.row.row-teases-secondary-with-ad .ad-medium {
  padding-left: 10px;
  padding-top: 13px;
  border-left: 1px solid #cdcdcd;
  margin-bottom: 20px;
  margin-top: 10px;
}
.row.row-teases-lists-headline-summary-photo {
  margin-top: 8px;
}
.row.row-teases-lists-headline-summary-photo .list-tease ul li {
  font-size: inherit;
  line-height: inherit;
  padding-bottom: 10px;
}
.row.row-teases-lists-headline-summary-photo .list-tease ul li a {
  padding: 0;
}
.row.row-teases-lists-headline-summary-photo .list-tease .story-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.358em;
  line-height: 1.368em;
  margin-top: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.row.row-teases-lists-headline-summary-photo .list-tease .story-title a {
  color: #000000;
}
.row.row-teases-lists-headline-summary-photo .list-tease .story-title a:visited:hover,
.row.row-teases-lists-headline-summary-photo .list-tease .story-title a:hover {
  color: #b31c27;
}
.row.row-teases-lists-headline-summary-photo .list-tease .story-title a:visited {
  color: #777777;
}
.row.row-teases-lists-headline-summary-photo .list-tease .story-title .sprite-content-type {
  vertical-align: 0.1em;
}
.story {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0 10px;
}
.story .story-title,
.story h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.358em;
  line-height: 1.368em;
  margin-top: 0;
}
.story .story-title a,
.story h4 a {
  color: #000000;
}
.story .story-title a:visited:hover,
.story h4 a:visited:hover,
.story .story-title a:hover,
.story h4 a:hover {
  color: #b31c27;
}
.story .story-title a:visited,
.story h4 a:visited {
  color: #777777;
}
.story .story-title .sprite-content-type,
.story h4 .sprite-content-type {
  vertical-align: 0.1em;
}
.story h4 {
  margin-top: 10px;
}
.story .story-header {
  margin-bottom: 10px;
  padding: 0 0 3px;
  *zoom: 1;
}
.story .story-header:before,
.story .story-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.story .story-header:after {
  clear: both;
}
.story .story-header .story-section {
  font-weight: bold;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  margin: 0;
  text-transform: uppercase;
  float: left;
}
.story .story-text p {
  font-family: Arial, sans-serif;
}
.story .story-text ul li a {
  color: #000000;
}
.story .story-text ul li a:visited:hover,
.story .story-text ul li a:hover {
  color: #b31c27;
}
.story .story-text ul li a:visited {
  color: #777777;
}
.story .story-byline {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3em;
}
.story .story-updated {
  float: left;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.story footer {
  margin-top: 15px;
}
#tease_slot_3 .story h2.story-title,
#tease_slot_4 .story h2.story-title {
  font-size: 1.5714em;
}
#leadtease_slot_1 .story {
  *zoom: 1;
  overflow: visible;
  padding-right: 10px;
  border-right: 1px solid #cdcdcd;
}
#leadtease_slot_1 .story:before,
#leadtease_slot_1 .story:after {
  display: table;
  content: "";
  line-height: 0;
}
#leadtease_slot_1 .story:after {
  clear: both;
}
#leadtease_slot_1 .story.portrait figure {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
#leadtease_slot_1 .story.portrait figure img {
  max-width: none;
  width: 340px;
  height: 510px;
}
#leadtease_slot_1 .story.portrait .story-related {
  float: right;
  margin-top: 10px;
  width: 259px;
}
#leadtease_slot_1 .story.portrait .video-play-icon {
  background-size: 50px 50px;
  left: 14px;
  bottom: 14px;
}
.no-svg #leadtease_slot_1 .story.portrait .video-play-icon {
  background: url('../images/play/play_50x50.png') no-repeat left bottom;
}
#leadtease_slot_1 .story.landscape figure img {
  width: 630px;
  height: 308px;
}
#leadtease_slot_1 .story.landscape .video-play-icon {
  background-size: 60px 60px;
  left: 17px;
  bottom: 17px;
}
.no-svg #leadtease_slot_1 .story.landscape .video-play-icon {
  background: url('../images/play/play_60x60.png') no-repeat left bottom;
}
#leadtease_slot_1 .story.landscape-deep figure img,
.row.row-teases-lead-double-col #leadtease_slot_1 .story.video figure {
  width: 620px;
  height: 520px;
}
#leadtease_slot_1 .story.landscape-deep .video-play-icon {
  background-size: 60px 60px;
  left: 17px;
  bottom: 17px;
}
.no-svg #leadtease_slot_1 .story.landscape-deep .video-play-icon {
  background: url('../images/play/play_60x60.png') no-repeat left bottom;
}
#leadtease_slot_1 .story.video figure {
  background-color: transparent;
  border: none;
}
#leadtease_slot_1 .story.video figure .oembed {
  position: relative;
  padding-top: 1px;
  padding-bottom: 56.25%;
}
#leadtease_slot_1 .story.video figure .oembed div,
#leadtease_slot_1 .story.video figure .oembed embed,
#leadtease_slot_1 .story.video figure .oembed object,
#leadtease_slot_1 .story.video figure .oembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#leadtease_slot_1 .story.landscape .story-related,
#leadtease_slot_1 .story.landscape-deep .story-related,
#leadtease_slot_1 .story.video .story-related {
  float: right;
  margin-bottom: 12px;
  margin-left: 12px;
  width: 300px;
}
#leadtease_slot_1 .story figure {
  text-align: center;
  background: #000000;
}
#leadtease_slot_1 .story figure img {
  width: 100%;
  height: 100%;
}
#leadtease_slot_1 .story .story-header {
  position: absolute;
  top: -25px;
}
#leadtease_slot_1 .story .story-title {
  font-size: 2em;
  line-height: 1em;
}
#leadtease_slot_1 .story .story-title.tease-headline-XL {
  font-size: 42px;
  line-height: 43px;
}
#leadtease_slot_1 .story .story-title.tease-headline-L {
  font-size: 36px;
  line-height: 37px;
}
#leadtease_slot_1 .story .story-text {
  margin-right: 10px;
}
#leadtease_slot_1 .story .story-related {
  width: 300px;
  border: 1px solid #cdcdcd;
  background-color: #eeeeee;
}
#leadtease_slot_1 .story .story-related .story-related-title {
  margin-bottom: 8px;
  padding: 7px 8px 5px 11px;
  border-bottom: 1px solid #cdcdcd;
  font-weight: bold;
  font-size: 1.072em;
  font-style: italic;
}
#leadtease_slot_1 .story .story-related ul {
  margin: 0 0 0 4px;
  padding: 0 6px 7px;
}
#leadtease_slot_1 .story .story-related ul li {
  list-style: none;
  margin-bottom: 8px;
  line-height: 1.286em;
}
#leadtease_slot_1 .story .story-related ul li a {
  color: #000000;
}
#leadtease_slot_1 .story .story-related ul li a:visited {
  color: #777777;
}
#leadtease_slot_1 .story .story-related ul li a:hover {
  color: #b31c27;
}
#tease_slot_2 {
  border-bottom: 1px solid #cdcdcd;
  top: -25px;
  position: relative;
}
#tease_slot_2 .story {
  padding-left: 0;
}
#tease_slot_2 .story .story-title {
  font-size: 1.572em;
}
#tease_slot_2 .story .story-title.tease-headline-XL,
#tease_slot_2 .story .story-title.tease-headline-L {
  font-size: 2.571em;
}
#tease_slot_2 .story .story-text p strong a {
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#tease_slot_2 .story .story-text p strong a:hover {
  color: #b31c27;
}
#tease_slot_2 .story .story-text p strong a:visited {
  color: #777777;
}
.list-tease {
  margin-bottom: 15px;
  padding: 0 12px;
  overflow: hidden;
}
.list-tease.latest-headlines {
  padding-left: 0;
}
.list-tease.latest-headlines ul li {
  padding: 10px 0;
}
.list-tease.latest-headlines ul li a {
  padding: 0;
  display: inline;
}
.list-tease:not(.latest-headlines) .tease-list-item-updated {
  color: #000000;
}
.list-tease .story-section {
  font-weight: bold;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  text-transform: uppercase;
}
.list-tease .story-section a {
  color: #000000;
}
.list-tease .story-section a:visited {
  color: #777777;
}
.list-tease .story-section a:hover {
  color: #b31c27;
}
.list-tease .video-play-icon {
  background-size: 45px 45px;
  left: 11px;
  bottom: 11px;
}
.no-svg .list-tease .video-play-icon {
  background: url('../images/play/play_45x45.png') no-repeat left bottom;
}
.list-tease ul {
  list-style: none;
  margin: 0;
}
.list-tease ul li {
  border-bottom: 1px solid #cdcdcd;
  line-height: 16px;
}
.list-tease ul li:last-child {
  border-bottom: 0;
}
.list-tease ul li a {
  display: block;
  padding: 10px 0;
  color: #000000;
}
.list-tease ul li a:visited:hover,
.list-tease ul li a:hover {
  text-decoration: none;
}
.list-tease ul li a:visited:hover .list-link,
.list-tease ul li a:hover .list-link {
  color: #b31c27;
  text-decoration: underline;
}
.list-tease ul li a:visited .list-link {
  color: #777777;
}
.list-tease ul li a:not(.story-photo-link) {
  padding: 10px 0;
}
.list-tease ul li .tease-display-inline {
  display: inline;
}
.list-tease ul li figure {
  float: none;
  margin: 0 0 10px;
}
.list-tease ul li figure:not(.story-tease-figure-sm) img {
  margin: 0;
  height: 225px;
  width: 300px;
}
.list-tease ul li figure.story-tease-figure-sm {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 10px;
}
.list-tease ul li figure.story-tease-figure-sm img {
  width: 90px;
  height: 90px;
}
.list-tease ul li p.story-tease-content-sm {
  min-height: 100px;
}
.list-tease ul.photo .first-list-item {
  font-size: 1.214em;
  line-height: 20px;
  font-weight: bold;
}
.list-tease ul.photo .first-list-item .photo-credit {
  bottom: 1px;
}
.list-tease ul.photo .first-list-item .tease-list-item-updated {
  font-size: 12px;
  font-weight: normal;
}
.list-tease ul.photo .first-list-item a:visited:hover,
.list-tease ul.photo .first-list-item a:hover,
.list-tease ul.photo .first-list-item a:visited {
  text-decoration: none;
  color: #000000;
}
.list-tease ul.headline li {
  padding: 10px 0;
}
.list-tease ul.headline li .tease-list-item-updated {
  color: #000000;
}
.list-tease ul.headline li a {
  display: inline;
}
.list-tease ul figure {
  text-align: center;
  background: #000000;
}
.list-tease ul .story-section {
  display: none;
  visibility: hidden;
}
.list-tease ul .story-title {
  font-weight: 300;
}
.list-tease .more-link {
  padding: 10px 0;
  border-top: 1px solid #cdcdcd;
}
#tease_slot_3 figure {
  float: left;
  margin: 0 20px 0 0;
}
#tease_slot_3 .portrait figure img {
  width: 300px;
  height: 225px;
  max-width: none;
}
#tease_slot_3 .story {
  border-right: 1px solid #cdcdcd;
  padding-right: 10px;
}
#tease_slot_3 .story .story-title.tease-headline-XL,
#tease_slot_3 .story .story-title.tease-headline-L {
  font-size: 36px;
  line-height: 37px;
}
#tease_slot_3 .video-play-icon {
  background-size: 45px 45px;
  left: 12px;
  bottom: 12px;
}
.no-svg #tease_slot_3 .video-play-icon {
  background: url('../images/play/play_45x45.png') no-repeat left bottom;
}
#tease_slot_4 .story .story-title.tease-headline-XL,
#tease_slot_4 .story .story-title.tease-headline-L {
  font-size: 36px;
  line-height: 37px;
}
#tease_slot_2 .story.portrait .photo-credit,
#tease_slot_4 .story.portrait .photo-credit,
#tease_slot_5 .story.portrait .photo-credit,
#tease_slot_6 .story.portrait .photo-credit,
#tease_slot_7 .story.portrait .photo-credit,
#tease_slot_8 .story.portrait .photo-credit,
#tease_slot_9 .story.portrait .photo-credit,
#tease_slot_10 .story.portrait .photo-credit {
  display: none;
}
#tease_slot_2 .story.portrait figure,
#tease_slot_4 .story.portrait figure,
#tease_slot_5 .story.portrait figure,
#tease_slot_6 .story.portrait figure,
#tease_slot_7 .story.portrait figure,
#tease_slot_8 .story.portrait figure,
#tease_slot_9 .story.portrait figure,
#tease_slot_10 .story.portrait figure {
  float: left;
  margin: 0 10px 0 0;
}
#tease_slot_2 .story.portrait figure img,
#tease_slot_4 .story.portrait figure img,
#tease_slot_5 .story.portrait figure img,
#tease_slot_6 .story.portrait figure img,
#tease_slot_7 .story.portrait figure img,
#tease_slot_8 .story.portrait figure img,
#tease_slot_9 .story.portrait figure img,
#tease_slot_10 .story.portrait figure img {
  width: 120px;
  height: 90px;
  max-width: none;
}
#tease_slot_5 .story-text ul li strong,
#tease_slot_6 .story-text ul li strong,
#tease_slot_7 .story-text ul li strong,
#tease_slot_8 .story-text ul li strong,
#tease_slot_9 .story-text ul li strong,
#tease_slot_10 .story-text ul li strong {
  font-weight: normal;
}
.video-play-icon {
  background: url('../images/play/play.svg') no-repeat left bottom;
  width: 65px;
  height: 65px;
  position: absolute;
}
.no-svg .video-play-icon {
  background-size: auto;
}
.scroll {
  padding: 0 10px;
}
.scroll.swipe {
  -ms-touch-action: none;
}
.scroll .story-section {
  margin-bottom: 15px;
}
.scroll .thumb-nav-prev {
  margin-right: 10px;
}
.scroll .thumb-nav-next {
  margin-left: 10px;
}
.scroll .scroll-pager {
  text-align: center;
  margin-left: 0;
}
.scroll .scroll-pager span {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 7px 3px 0 3px;
  background-color: #cdcdcd;
}
.scroll .scroll-pager .active {
  background-color: #676767;
}
.scroll .scroll-display .scroll-nav {
  overflow: hidden;
  float: left;
  margin: 0 7px;
}
.scroll .scroll-display .scroll-list {
  position: relative;
  width: 2000em;
}
.scroll .scroll-display .scroll-list li {
  float: left;
  width: 120px;
  padding: 0 11px;
  display: list-item;
  list-style: none;
  background: none;
  border-bottom: none;
}
.scroll .scroll-display .scroll-list li .scroll-thumb a {
  padding: 0;
  border: 1px solid #000000;
}
.scroll .scroll-display .scroll-list li .scroll-thumb a figure {
  margin: 0;
}
.scroll .scroll-display .scroll-list li .scroll-thumb a figure.no-image {
  width: 118px;
  height: 90px;
  background: #cdcdcd;
}
.scroll .scroll-display .scroll-list li .scroll-thumb a figure.no-image span {
  display: inline-block;
  font-size: .9em;
  padding-top: 38px;
}
.scroll .scroll-display .scroll-list li .scroll-thumb a figure img {
  width: 118px;
  height: 90px;
}
.scroll .scroll-display .scroll-list li p {
  margin: 0;
}
.scroll .scroll-display .scroll-list li p a {
  padding-bottom: 0;
  color: #000000;
}
.scroll .scroll-display .scroll-list li p a:visited:hover,
.scroll .scroll-display .scroll-list li p a:hover {
  color: #b31c27;
  text-decoration: underline;
}
.scroll .scroll-display .scroll-list li p a:visited {
  color: #777777;
}
/*
This is a temporary fix to override the markup done in the teases with the WYSIWYG, where the HTML is written wrong
The story text should be rewritten in Medley to be a true list
*/
.story .story-text p > strong > a,
.story .story-text p > a > strong,
.story .story-text p > b > a {
  font-weight: normal;
  color: #000000;
}
.story .story-text p > strong > a:visited:hover,
.story .story-text p > a > strong:visited:hover,
.story .story-text p > b > a:visited:hover,
.story .story-text p > strong > a:hover,
.story .story-text p > a > strong:hover,
.story .story-text p > b > a:hover {
  color: #b31c27;
  text-decoration: underline;
}
.story .story-text p > strong > a:visited,
.story .story-text p > a > strong:visited,
.story .story-text p > b > a:visited {
  color: #777777;
}
.video-well {
  margin: 0 108px;
  *zoom: 1;
}
.video-well:before,
.video-well:after {
  display: table;
  content: "";
  line-height: 0;
}
.video-well:after {
  clear: both;
}
.video-well .video-headline {
  margin-bottom: 5px;
  color: #333333;
  font-weight: normal;
  font-size: 26px;
  line-height: 27px;
}
.video-well .video-single .oembed,
.video-well .video-playlist .oembed {
  position: relative;
  padding-top: 1px;
  padding-bottom: 56.25%;
}
.video-well .video-single .oembed div,
.video-well .video-playlist .oembed div,
.video-well .video-single .oembed embed,
.video-well .video-playlist .oembed embed,
.video-well .video-single .oembed object,
.video-well .video-playlist .oembed object,
.video-well .video-single .oembed iframe,
.video-well .video-playlist .oembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-well .description {
  margin-top: 10px;
}
.video-well .video-archive {
  margin-top: 10px;
}
.photo-well {
  margin: 0 108px;
  *zoom: 1;
}
.photo-well:before,
.photo-well:after {
  display: table;
  content: "";
  line-height: 0;
}
.photo-well:after {
  clear: both;
}
.photo-well .photo-headline {
  color: #333333;
  font-weight: normal;
  font-size: 26px;
  line-height: 27px;
}
.photo-well .photo {
  margin: 0 auto 10px;
  text-align: center;
}
.photo-well .photo figure {
  display: inline-block;
  margin-bottom: 0;
}
.photo-well .photo-archive {
  margin-top: 10px;
}
.gallery-well {
  margin: 0 108px;
  *zoom: 1;
}
.gallery-well:before,
.gallery-well:after {
  display: table;
  content: "";
  line-height: 0;
}
.gallery-well:after {
  clear: both;
}
.gallery-header,
.gallery-display,
.gallery-thumb-nav,
.thumb-nav-row,
.thumb-wall-display,
.gallery-photo-div,
.photo-header,
.main-photo,
.photo-info {
  *zoom: 1;
}
.gallery-header:before,
.gallery-display:before,
.gallery-thumb-nav:before,
.thumb-nav-row:before,
.thumb-wall-display:before,
.gallery-photo-div:before,
.photo-header:before,
.main-photo:before,
.photo-info:before,
.gallery-header:after,
.gallery-display:after,
.gallery-thumb-nav:after,
.thumb-nav-row:after,
.thumb-wall-display:after,
.gallery-photo-div:after,
.photo-header:after,
.main-photo:after,
.photo-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.gallery-header:after,
.gallery-display:after,
.gallery-thumb-nav:after,
.thumb-nav-row:after,
.thumb-wall-display:after,
.gallery-photo-div:after,
.photo-header:after,
.main-photo:after,
.photo-info:after {
  clear: both;
}
.single-photo-title {
  font-size: 22px;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 10px;
  float: left;
  display: inline;
  width: 82%;
}
.gallery-headline {
  font-size: 26px;
  font-weight: normal;
  line-height: 27px;
  margin-bottom: 10px;
  float: left;
  display: inline;
  width: 85%;
}
.gallery-archive .gallery-headline {
  float: none;
  display: block;
  width: 100%;
}
.photo-position,
.view-all-div {
  text-align: right;
  float: right;
  display: inline;
  margin: 10px 0;
  width: auto;
}
.photo-position {
  margin-right: 2px;
}
.gallery-photo-div,
.gallery-ad-div {
  margin: 0 auto;
  width: 752px;
}
.gallery-ad-div {
  position: absolute;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000)";
  height: 562px;
  margin: 1px 0 0 1px;
}
.gallery-ad-div .ad {
  position: absolute;
  top: 156px;
  left: 226px;
  width: 300px;
  height: 250px;
  background: #ffffff;
}
.gallery-ad-div .ad .close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  opacity: 0.9;
  background: url('../images/gallery-ad-close-button.png') no-repeat;
}
.gallery-ad-div .ad .close:hover {
  opacity: 1;
}
.gallery-ad-div .ad .ad-warning {
  position: absolute;
  bottom: -15px;
  right: 0;
}
.photo-display {
  position: relative;
  overflow: hidden;
  border: 1px solid #000000;
}
.photo-display figure {
  background: #ffffff url('../images/loading.gif') no-repeat center center;
  text-align: center;
  width: 750px;
  height: 562px;
  overflow: hidden;
}
.main-photo {
  position: relative;
}
.main-photo .main-photo-image {
  position: relative;
}
.photo-info p {
  font-family: Arial, sans-serif;
}
.prev-photo-placeholder,
.next-photo-placeholder {
  position: absolute;
  top: 0;
}
.csstransitions.csstransforms3d .prev-photo-placeholder {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.csstransitions.csstransforms3d .next-photo-placeholder {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.csstransitions.no-csstransforms3d .prev-photo-placeholder {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.csstransitions.no-csstransforms3d .next-photo-placeholder {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.no-csstransitions .prev-photo-placeholder {
  left: -100%;
}
.no-csstransitions .next-photo-placeholder {
  left: 100%;
}
.photo-active {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.photo-invisible {
  opacity: 0;
}
.photo-fade-in {
  opacity: 1;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.paddle-overlay,
.photo-overlay {
  -ms-touch-action: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.attribution {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 2px 10px;
  font-family: Arial, sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
}
.paddle-nav {
  width: 50%;
  float: left;
}
.prev-paddle {
  left: 0;
  height: 100%;
}
.next-paddle {
  right: 0;
  height: 100%;
}
.gallery-thumb-nav {
  text-align: center;
  line-height: 0;
  width: 756px;
}
.gallery-thumbwall-list {
  list-style: none;
  margin: 0;
}
.gallery-thumbwall-list li {
  text-align: center;
  float: left;
  margin-left: 0;
  width: 32.510288065843625%;
  margin-bottom: 20px;
}
.gallery-thumbwall-list li img {
  border: 1px solid #000000;
}
.thumbnail-nav {
  float: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 682px;
}
.thumb-nav {
  width: 9999999px;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
}
.thumb-nav-item {
  margin: 3px 6px 3px 5px;
  padding: 0;
  display: inline;
  float: left;
  border: 1px solid #000000;
}
.thumb-nav-item img {
  display: inline-block;
  width: 100px;
  height: 75px;
  max-width: none;
}
.placeholder-item {
  background-color: #cdcdcd;
  width: 100px;
  height: 75px;
}
.thumb-nav-item.active {
  border: 4px solid #000000;
  margin: 0 2px;
}
.show-more-div {
  clear: both;
  margin-bottom: 15px;
  text-align: center;
}
.thumb-nav-prev,
.thumb-nav-next {
  float: left;
  display: inline-block;
  cursor: pointer;
  width: 37px;
  height: 72px;
  margin-top: 6px;
  padding: 0;
  position: relative;
}
.thumb-nav-prev span {
  position: absolute;
  height: 72px;
  width: 37px;
  left: 0;
  background: url('../images/arrow_left_on_small.png') no-repeat 0 0 scroll transparent;
}
.thumb-nav-next span {
  position: absolute;
  height: 72px;
  width: 37px;
  left: 0;
  background: url('../images/arrow_right_on_small.png') no-repeat 0 0 scroll transparent;
}
.thumb-nav-prev.disabled {
  cursor: default;
}
.thumb-nav-prev.disabled span {
  background-image: url('../images/arrow_left_off_small.png');
}
.thumb-nav-next.disabled {
  cursor: default;
}
.thumb-nav-next.disabled span {
  background-image: url('../images/arrow_right_off_small.png');
}
.pager-control-icon {
  cursor: pointer;
  width: 30px;
  height: 68px;
  position: absolute;
  margin: 9px;
}
.next-pager-icon-on {
  right: 0;
  background: url('../images/arrow_right_on_small.png') no-repeat 100% 0 scroll transparent;
}
.prev-pager-icon-on {
  left: 0;
  background: url('../images/arrow_left_on_small.png') no-repeat 100% 0 scroll transparent;
}
.paddle-nav img {
  position: absolute;
  top: 50%;
  margin-top: -42px;
}
.prev-paddle {
  background: transparent url('../images/arrow_left_on_large.png') no-repeat 5% center;
}
.next-paddle {
  background: transparent url('../images/arrow_right_on_large.png') no-repeat 95% center;
}
.thumb-pager {
  margin-left: 0;
  padding-bottom: 10px;
}
.thumb-pager span {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 7px 3px 0 3px;
  background-color: #cdcdcd;
}
.thumb-pager .active {
  background-color: #676767;
}
.flatpages {
  font-family: Arial, sans-serif;
  margin: 20px 0;
}
.flatpages h1 {
  font-size: 22px;
}
.flatpages h2 {
  font-size: 16px;
  font-weight: normal;
}
.flatpages h3 {
  font-size: 18px;
  line-height: 21px;
  margin-top: 0;
}
.flatpages h3 a {
  color: #000000;
}
.flatpages h3 a:visited:hover,
.flatpages h3 a:hover {
  color: #b31c27;
  text-decoration: underline;
}
.flatpages h3 a:visited {
  color: #777777;
}
.flatpages a {
  font-weight: bold;
}
.flatpages ul {
  margin-bottom: 0;
}
.flatpages hr {
  border: 0;
  border-bottom: 1px solid #cdcdcd;
}
.flatpages .callout {
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
.flatpages .callout:hover {
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25), inset 0 0 0 2px #044eb6;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25), inset 0 0 0 2px #044eb6;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25), inset 0 0 0 2px #044eb6;
}
.flatpages .callout:hover .callout-img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.flatpages .callout a {
  font-size: 18px;
}
.flatpages .callout a:hover {
  text-decoration: none;
}
.flatpages .callout .callout-img {
  display: block;
  margin: 0px auto 20px;
}
.flatpages .row-fluid .span6 .text {
  padding-right: 20px;
}
.flatpages .row-fluid .span6:nth-child(2) .text {
  border-left: 1px solid #cdcdcd;
  padding-left: 20px;
}
.member-center {
  margin: 5px 0 0 25px;
}
.member-center #editProfile.janrain-capture-ui {
  padding: 0;
  width: auto;
  color: #333333;
}
.member-center #editProfile.janrain-capture-ui .capture_tabs li a {
  color: #999999;
}
.member-center #editProfile.janrain-capture-ui .capture_tabs li a:active,
.member-center #editProfile.janrain-capture-ui .capture_tabs li a:link,
.member-center #editProfile.janrain-capture-ui .capture_tabs li a:hover {
  color: #999999;
  font-weight: bold;
}
.member-center #editProfile.janrain-capture-ui .capture_tabs li.capture_toggled a {
  color: #333333;
}
.member-center #editProfile.janrain-capture-ui .capture_tabs li.capture_toggled a:active,
.member-center #editProfile.janrain-capture-ui .capture_tabs li.capture_toggled a:link,
.member-center #editProfile.janrain-capture-ui .capture_tabs li.capture_toggled a:hover {
  color: #333333;
}
.member-center #editProfile.janrain-capture-ui .capture_photoManager_parent {
  margin-right: 20px;
}
.member-center #editProfile.janrain-capture-ui .capture_confirmDelete {
  width: 64%;
}
.member-center #editProfile.janrain-capture-ui .capture_confirmDelete .capture_displayNameCol {
  float: none;
  width: auto;
}
.member-center #editProfile.janrain-capture-ui .capture_confirmDelete p {
  margin-bottom: 10px;
}
.member-center #editProfile.janrain-capture-ui #capture_editProfile_photoManager_profile_pic_image {
  width: 200px !important;
}
.member-center #editProfile.janrain-capture-ui #capture_editProfile_form_collection_gender .capture_input_radio {
  left: 0px;
  margin: 2px 0 0 0;
}
.member-center #editProfile.janrain-capture-ui .cm-save-button {
  margin: 30px auto 0 192px;
}
@media (max-width: 767px) {
  #editProfile.janrain-capture-ui .cm-save-button {
    margin: 0px !important;
  }
  #editProfile.janrain-capture-ui #capture_editProfile_submitButton {
    width: 130px !important;
  }
}
.font-size-control {
  font-family: Arial, sans-serif;
}
.font-size-control form {
  margin: 0 0 0 10px;
}
.font-size-control .control-label {
  color: #000000;
  font-size: 12px;
  margin-bottom: 0;
}
.font-size-control .control-group {
  margin-bottom: 0;
}
.font-size-control .btn.btn-link {
  padding: 4px 10px 0 10px;
  vertical-align: baseline;
  font-family: Arial, sans-serif;
  color: #b31c27;
}
.font-size-control .btn.btn-link.disabled {
  color: #000000;
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}
.font-size-control .btn.btn-link.disabled:hover {
  text-decoration: none;
  color: #000000;
}
.font-size-control .btn.font-default {
  border-right: 1px solid #a0a0a0;
  font-size: 14px;
}
.font-size-control .btn.font-large {
  border-right: 1px solid #a0a0a0;
  font-size: 18px;
}
.font-size-control .btn.font-xlarge {
  font-size: 22px;
}
.sprite-content-type {
  background: url("../images/sprites/sprites_content_types.png") no-repeat;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
.sprite-content-type.photo {
  background-position: 0 0px;
}
.sprite-content-type.video {
  background-position: 0 -14px;
}
.sprite-content-type.external {
  background-position: 0 -28px;
}
.sprite-content-type.document {
  background-position: 0 -42px;
}
.newstray {
  *zoom: 1;
  position: relative;
  width: 972px;
  z-index: 500;
  margin-top: -12px;
  font-family: Arial, sans-serif;
  ms-touch-action: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  outline: none;
}
.newstray:before,
.newstray:after {
  display: table;
  content: "";
  line-height: 0;
}
.newstray:after {
  clear: both;
}
.newstray.nt-breaking .nt-parent,
.newstray.nt-breaking .nt-tab .nt-tab-nest {
  background-color: #d70101;
}
.newstray.nt-breaking.close-tray {
  border-color: #d70101;
}
.newstray.close-tray {
  border-top: 4px solid #003896;
}
.newstray.close-tray .nt-parent {
  padding: 2px 0;
  display: none;
}
.newstray:active,
.newstray:hover,
.newstray:focus {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  outline: none;
}
.newstray .nt-parent {
  *zoom: 1;
  background-color: #003896;
  padding: 4px 0;
}
.close-tray .newstray .nt-parent {
  padding: 2px 0;
  display: none;
}
.newstray .nt-parent:before,
.newstray .nt-parent:after {
  display: table;
  content: "";
  line-height: 0;
}
.newstray .nt-parent:after {
  clear: both;
}
.newstray .nt-tab {
  margin: 0 auto;
  width: 192px;
  height: 32px;
  display: block;
  cursor: pointer;
}
.newstray .nt-tab .nt-tab-nest {
  padding-bottom: 0;
  width: 192px;
  height: 23px;
  text-align: center;
  color: #ffffff;
  background-color: #003896;
  background-image: url('../images/sprites/tray-tab-mask.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 20px;
  text-shadow: none;
}
.newstray .nt-tab .nt-tab-nest span {
  display: inline-block;
  vertical-align: middle;
}
.newstray .nt-tab .nt-tab-nest span.icon-sort-up {
  margin-top: 4px;
}
.newstray .nt-tab .nt-tab-nest span.icon-sort-down {
  margin-top: -8px;
}
.newstray .nt-tab .nt-tab-nest span:first-child {
  margin-right: 10px;
}
.newstray .nt-tab .nt-tab-nest span:last-child {
  margin-left: 10px;
}
.newstray .nt-control {
  width: 30px;
  float: left;
}
.newstray .nt-control a {
  display: block;
  width: 30px;
  min-height: 38px;
  text-indent: -9999px;
}
.newstray .nt-control.nt-back a {
  background: url('../images/sprites/tray-arrow-left.png') center center no-repeat;
}
.newstray .nt-control.nt-fwd a {
  background: url('../images/sprites/tray-arrow-right.png') center center no-repeat;
}
.newstray .nt-container {
  *zoom: 1;
  overflow: hidden;
  position: relative;
  width: 912px;
  min-height: 96px;
  background: #ffffff;
  padding: 5px 0;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.newstray .nt-container:before,
.newstray .nt-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.newstray .nt-container:after {
  clear: both;
}
.newstray .nt-container .nt-list {
  *zoom: 1;
  margin: 0;
  width: 9999px;
  position: absolute;
  overflow: hidden;
}
.newstray .nt-container .nt-list:before,
.newstray .nt-container .nt-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.newstray .nt-container .nt-list:after {
  clear: both;
}
.newstray .nt-list-item {
  display: block;
  width: 207px;
  min-height: 96px;
  height: 100%;
  float: left;
  background: #ffffff;
  cursor: pointer;
  border-right: 1px solid #bbb;
  list-style-type: none;
  padding: 0 10px;
  *zoom: 1;
}
.newstray .nt-list-item:before,
.newstray .nt-list-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.newstray .nt-list-item:after {
  clear: both;
}
.newstray .nt-list-item a {
  display: block;
  height: 100%;
  cursor: pointer;
  *zoom: 1;
}
.newstray .nt-list-item a:before,
.newstray .nt-list-item a:after {
  display: table;
  content: "";
  line-height: 0;
}
.newstray .nt-list-item a:after {
  clear: both;
}
.newstray .nt-list-item:hover {
  background: #eee;
}
.newstray .nt-list-item .nt-list-item-link:hover {
  text-decoration: none;
}
.newstray .nt-list-item .section {
  margin: 0;
  height: 18px;
  margin-bottom: 6px;
  display: table;
}
.newstray .nt-list-item .section p {
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  color: #003896;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: bottom;
}
.newstray .nt-list-item .thumb {
  width: 80px;
  background: #ffffff;
  border: 1px solid #000000;
  float: left;
  margin-right: 10px;
}
.newstray .nt-list-item .content {
  width: 207px;
  float: left;
  padding: 0;
}
.newstray .nt-list-item .content.has-photo {
  width: 115px;
}
.newstray .nt-list-item .content h2 {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 16px;
  margin: 0 0 4px 0;
}
.newstray .nt-list-item .content .meta {
  line-height: 10px;
  font-size: 9px;
  font-weight: normal;
  text-shadow: none;
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
}
.newstray .nt-list-item .nt-list-item-view-all {
  margin-top: 18px;
}
.newstray .nt-list-item .nt-list-item-view-all span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  display: block;
}
.newstray .nt-list-item .nt-list-item-view-all span:first-child {
  font-size: 14px;
}
.newstray .nt-list-item .nt-list-item-view-all span:last-child {
  font-size: 18px;
}
.staff-well .bio p {
  font-family: Arial, sans-serif;
}
.staff-well .staff-related {
  float: left;
  clear: both;
  padding: 0 17px 10px 0;
  width: 215px;
}
.staff-well .staff-related aside {
  padding-right: 22px;
  border-right: 1px solid #cdcdcd;
  width: 192px;
}
.staff-well .staff-related aside img {
  width: 100%;
}
.staff-well .staff-latest {
  clear: both;
}
.staff-well .staff-latest .list {
  border-bottom: none;
}
.staff-well .recaptchatable {
  line-height: 0.5em;
}
/* fixes inline stlye for regular articles */
.article-well.datadisplay .article,
.article-well.datadisplay .article p:first-child {
  display: block;
}
.dataviz_sources {
  clear: both;
}
.dataVizErrorMessage {
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  background: #eee;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
/* table styles */
#dataVizChart {
  /* pie chart specific styles */
}
#dataVizChart .axis {
  shape-rendering: crispEdges;
}
#dataVizChart .x.axis path {
  fill: none;
  stroke: #000;
  stroke-width: 1;
}
#dataVizChart .x.axis line {
  fill: none;
  stroke: #444;
  stroke-width: 1;
}
#dataVizChart .y.axis path {
  fill: none;
  stroke: #000;
  stroke-width: 1;
}
#dataVizChart .y.axis line {
  fill: none;
  stroke: #999;
  stroke-width: 1;
}
#dataVizChart .tick.major {
  font-size: 12px;
}
#dataVizChart .linechart-line {
  stroke-width: 2;
  fill: none;
}
#dataVizChart .arc:hover {
  cursor: pointer;
}
#dataVizChart .pie_label {
  font-size: 12px;
}
/* legend styles */
#dataVizLegend {
  margin-bottom: 20px;
}
#dataVizLegend .legend-result span {
  cursor: pointer;
  display: inline-block;
  background: transparent;
  margin-right: 15px;
}
#dataVizLegend .legend-result .legend-box-color {
  width: 15px;
  height: 15px;
  border: 1px solid #444;
}
/* table chart styles */
.dataTables_wrapper {
  margin: 20px 0;
}
.dataTables_wrapper .dataTables_length label select {
  width: auto;
  margin: 0 5px;
}
.dataTables_wrapper .dataTables_filter button i.icon-search {
  font-size: 18px;
}
.dataTables_wrapper .dataTables_filter .btn {
  margin: -9px 0 0 -2px;
  border-radius: 4px;
  padding: 0 6px;
  height: 30px;
}
.dataTables_wrapper .dataTables_filter input {
  color: #aaa !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  line-height: 13px !important;
}
.dataTables_wrapper #dataVizTable {
  clear: both;
  border-bottom: thin double #444;
  cursor: default;
}
.dataTables_wrapper #dataVizTable thead th.sorting_asc,
.dataTables_wrapper #dataVizTable thead th.sorting {
  cursor: pointer;
}
.dataTables_wrapper #dataVizTable thead th i {
  font-size: 11px;
  padding-left: 3px;
}
.dataTables_wrapper #dataVizTable.table-striped thead th {
  background-color: #003896;
  color: #fff;
  font-weight: normal;
  text-align: left;
  text-transform: capitalize;
}
.dataTables_wrapper #dataVizTable.table-striped thead th.sorting_asc,
.dataTables_wrapper #dataVizTable.table-striped thead th.sorting_desc {
  background-color: #6178a0;
}
.dataTables_wrapper #dataVizTable.table-striped tbody tr:nth-child(even) td {
  background-color: #e4edff;
}
.dataTables_wrapper .dataTables_paginate {
  margin: -5px 0 10px;
}
.dataTables_wrapper .dataTables_paginate a {
  margin: 0 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_disabled_prev,
.dataTables_wrapper .dataTables_paginate .paginate_disabled_next {
  display: none;
}
.prev-next {
  position: relative;
  margin: 30px auto 15px auto;
}
.prev-next .prev,
.prev-next .next {
  width: 49.382%;
  margin-left: 1.234%;
  float: left;
}
.prev-next .prev a.next-object-link .prev-title,
.prev-next .next a.next-object-link .prev-title,
.prev-next .prev a.prev-object-link .prev-title,
.prev-next .next a.prev-object-link .prev-title,
.prev-next .prev a.next-object-link .next-title,
.prev-next .next a.next-object-link .next-title,
.prev-next .prev a.prev-object-link .next-title,
.prev-next .next a.prev-object-link .next-title {
  color: #b31c27;
}
.prev-next .prev a.next-object-link:hover,
.prev-next .next a.next-object-link:hover,
.prev-next .prev a.prev-object-link:hover,
.prev-next .next a.prev-object-link:hover {
  text-decoration: none;
}
.prev-next .prev a.next-object-link:hover .prev-title,
.prev-next .next a.next-object-link:hover .prev-title,
.prev-next .prev a.prev-object-link:hover .prev-title,
.prev-next .next a.prev-object-link:hover .prev-title,
.prev-next .prev a.next-object-link:hover .next-title,
.prev-next .next a.next-object-link:hover .next-title,
.prev-next .prev a.prev-object-link:hover .next-title,
.prev-next .next a.prev-object-link:hover .next-title {
  color: #b31c27;
  text-decoration: underline;
}
.prev-next .prev a.next-object-link:visited .prev-title,
.prev-next .next a.next-object-link:visited .prev-title,
.prev-next .prev a.prev-object-link:visited .prev-title,
.prev-next .next a.prev-object-link:visited .prev-title,
.prev-next .prev a.next-object-link:visited .next-title,
.prev-next .next a.next-object-link:visited .next-title,
.prev-next .prev a.prev-object-link:visited .next-title,
.prev-next .next a.prev-object-link:visited .next-title {
  color: #aa787c;
}
.prev-next .prev-content,
.prev-next .next-content {
  height: 78px;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  padding: 0;
  display: block;
}
.prev-next .prev-content {
  margin-left: 34px;
  border-left: none;
  padding: 0;
}
.prev-next .next-content {
  margin-right: 34px;
  border-right: none;
}
.prev-next .prev-icon,
.prev-next .next-icon {
  position: absolute;
  height: 80px;
  width: 36px;
}
.prev-next .prev-icon {
  left: 0;
  background: url('../images/icon_prev_36x80.png') no-repeat 0 50% scroll transparent;
}
.prev-next .next-icon {
  right: 0;
  background: url('../images/icon_next_36x80.png') no-repeat 100% 50% scroll transparent;
}
.prev-next .prev-cat,
.prev-next .next-cat,
.prev-next .prev-title,
.prev-next .next-title,
.prev-next .prev-byline,
.prev-next .next-byline {
  display: block;
  margin: 0 10px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.prev-next .prev-cat,
.prev-next .next-cat {
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1em;
  padding-top: 8px;
}
.prev-next .prev-cat .cat-label,
.prev-next .next-cat .cat-label {
  margin-right: 5px;
}
.prev-next .prev-title,
.prev-next .next-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  padding-top: 11px;
}
.prev-next .prev-byline,
.prev-next .next-byline {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  padding: 10px 0 9px 0;
}
@font-face {
  font-family: "cm-icon";
  src: url("../../../../web/common/v2newspaper/css/font/cm-icon.eot");
  src: url("../../../../web/common/v2newspaper/css/font/cm-icon.eot?#iefix") format("embedded-opentype"), url("../../../../web/common/v2newspaper/css/font/cm-icon.woff") format("woff"), url("../../../../web/common/v2newspaper/css/font/cm-icon.ttf") format("truetype"), url("../../../../web/common/v2newspaper/css/font/cm-icon.svg#cm-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.cm-icon {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
}
[data-cm-icon]:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: attr(data-icon);
}
[class^="cm-icon-"]:before,
[class*=" cm-icon-"]:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
}
.cm-icon-twitter-circled:before {
  color: #FFF;
  background: #000;
  padding: 8px;
  font-size: 18px;
  border-radius: 18px;
  content: "\e002";
}
.cm-icon-facebook-circled:before {
  color: #FFF;
  background: #000;
  padding: 8px;
  font-size: 18px;
  border-radius: 18px;
  content: "\e00d";
}
.cm-icon-chevron-down:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: "\e01e";
}
.cm-icon-chevron-up:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  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-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-sharing-panel-container {
  display: none;
}
.cm-sharing-panel .cm-share,
.cm-sharing-panel .cm-share-no-js {
  margin: 0 4px;
  color: #a1a1a1;
}
.cm-sharing-panel .cm-share:hover,
.cm-sharing-panel .cm-share-no-js:hover {
  color: #d6d6d6;
  text-decoration: none;
}
.cm-sharing-panel .cm-share.cm-share-dark-hover:hover,
.cm-sharing-panel .cm-share-no-js.cm-share-dark-hover:hover {
  color: #474747;
  text-decoration: none;
}
.popover {
  width: 190px;
  border-color: #a1a1a1;
}
.popover.top {
  margin-top: -10px;
}
.popover.left {
  margin-left: -12px;
}
.popover h3.popover-title {
  display: none;
}
.cm-share-icon,
a.cm-share-icon,
.cm-share-icon-no-js,
a.cm-share-icon-no-js {
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  color: #d6d6d6;
  background: url('../images/channel/share.png') 0 0 no-repeat;
}
.cm-share-icon:hover,
a.cm-share-icon:hover,
.cm-share-icon-no-js:hover,
a.cm-share-icon-no-js:hover {
  cursor: pointer;
}
.cm-share-icon:focus,
a.cm-share-icon:focus,
.cm-share-icon-no-js:focus,
a.cm-share-icon-no-js:focus {
  outline: none;
}
.cm-share-icon.white,
a.cm-share-icon.white,
.cm-share-icon-no-js.white,
a.cm-share-icon-no-js.white {
  background-position: 0 -17px;
}
a.cm-share-facebook,
a.cm-share-facebook-no-js {
  width: 22px;
  height: 22px;
}
a.cm-share-facebook:before,
a.cm-share-facebook-no-js:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: "\e00d";
  width: 100%;
  height: 100%;
  font-size: 22px;
}
a.cm-share-rss,
a.cm-share-rss-no-js {
  width: 22px;
  height: 22px;
}
a.cm-share-rss:before,
a.cm-share-rss-no-js:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: "\e048";
  width: 100%;
  height: 100%;
  font-size: 22px;
}
a.cm-share-twitter,
a.cm-share-twitter-no-js {
  width: 24px;
  height: 18px;
}
a.cm-share-twitter:before,
a.cm-share-twitter-no-js:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: "\e002";
  width: 24px;
  left: 4px !important;
  font-size: 24px;
}
a.cm-share-gplus,
a.cm-share-gplus-no-js {
  width: 25px;
  height: 22px;
}
a.cm-share-gplus:before,
a.cm-share-gplus-no-js:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: "\e00e";
  width: 25px;
  left: 2px !important;
  font-size: 24px;
}
a.cm-share-email,
a.cm-share-email-no-js {
  width: 25px;
  height: 16px;
}
a.cm-share-email:before,
a.cm-share-email-no-js:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: "\e00f";
  width: 25px;
  left: 2px !important;
  font-size: 24px;
}
a.cm-share-reddit,
a.cm-share-reddit-no-js {
  width: 25px;
  height: 16px;
}
a.cm-share-reddit:before,
a.cm-share-reddit-no-js:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: "\e047";
  width: 25px;
  left: 2px !important;
  font-size: 24px;
}
a.cm-share-general,
a.cm-share-general-no-js {
  width: 27px;
  height: 20px;
}
a.cm-share-general:before,
a.cm-share-general-no-js:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  font-size: 24px;
  line-height: 22px;
  speak: none;
  content: "\e00c";
  color: #000;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}
#janrainModal .container-fluid:before,
#janrainModal .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}