@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #c6c5c4;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00539b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #c6c5c4;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
script {
  display: none !important;
}
body {
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 14px;
}
a,
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:link:hover,
a:visited:hover {
  color: #00539b;
  text-decoration: none;
}
a:focus,
a:link:focus,
a:visited:focus {
  outline: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-26, .col-sm-26, .col-md-26, .col-lg-26, .col-xs-27, .col-sm-27, .col-md-27, .col-lg-27, .col-xs-28, .col-sm-28, .col-md-28, .col-lg-28, .col-xs-29, .col-sm-29, .col-md-29, .col-lg-29, .col-xs-30, .col-sm-30, .col-md-30, .col-lg-30, .col-xs-31, .col-sm-31, .col-md-31, .col-lg-31, .col-xs-32, .col-sm-32, .col-md-32, .col-lg-32 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32 {
  float: left;
}
.col-xs-32 {
  width: 100%;
}
.col-xs-31 {
  width: 96.875%;
}
.col-xs-30 {
  width: 93.75%;
}
.col-xs-29 {
  width: 90.625%;
}
.col-xs-28 {
  width: 87.5%;
}
.col-xs-27 {
  width: 84.375%;
}
.col-xs-26 {
  width: 81.25%;
}
.col-xs-25 {
  width: 78.125%;
}
.col-xs-24 {
  width: 75%;
}
.col-xs-23 {
  width: 71.875%;
}
.col-xs-22 {
  width: 68.75%;
}
.col-xs-21 {
  width: 65.625%;
}
.col-xs-20 {
  width: 62.5%;
}
.col-xs-19 {
  width: 59.375%;
}
.col-xs-18 {
  width: 56.25%;
}
.col-xs-17 {
  width: 53.125%;
}
.col-xs-16 {
  width: 50%;
}
.col-xs-15 {
  width: 46.875%;
}
.col-xs-14 {
  width: 43.75%;
}
.col-xs-13 {
  width: 40.625%;
}
.col-xs-12 {
  width: 37.5%;
}
.col-xs-11 {
  width: 34.375%;
}
.col-xs-10 {
  width: 31.25%;
}
.col-xs-9 {
  width: 28.125%;
}
.col-xs-8 {
  width: 25%;
}
.col-xs-7 {
  width: 21.875%;
}
.col-xs-6 {
  width: 18.75%;
}
.col-xs-5 {
  width: 15.625%;
}
.col-xs-4 {
  width: 12.5%;
}
.col-xs-3 {
  width: 9.375%;
}
.col-xs-2 {
  width: 6.25%;
}
.col-xs-1 {
  width: 3.125%;
}
.col-xs-pull-32 {
  right: 100%;
}
.col-xs-pull-31 {
  right: 96.875%;
}
.col-xs-pull-30 {
  right: 93.75%;
}
.col-xs-pull-29 {
  right: 90.625%;
}
.col-xs-pull-28 {
  right: 87.5%;
}
.col-xs-pull-27 {
  right: 84.375%;
}
.col-xs-pull-26 {
  right: 81.25%;
}
.col-xs-pull-25 {
  right: 78.125%;
}
.col-xs-pull-24 {
  right: 75%;
}
.col-xs-pull-23 {
  right: 71.875%;
}
.col-xs-pull-22 {
  right: 68.75%;
}
.col-xs-pull-21 {
  right: 65.625%;
}
.col-xs-pull-20 {
  right: 62.5%;
}
.col-xs-pull-19 {
  right: 59.375%;
}
.col-xs-pull-18 {
  right: 56.25%;
}
.col-xs-pull-17 {
  right: 53.125%;
}
.col-xs-pull-16 {
  right: 50%;
}
.col-xs-pull-15 {
  right: 46.875%;
}
.col-xs-pull-14 {
  right: 43.75%;
}
.col-xs-pull-13 {
  right: 40.625%;
}
.col-xs-pull-12 {
  right: 37.5%;
}
.col-xs-pull-11 {
  right: 34.375%;
}
.col-xs-pull-10 {
  right: 31.25%;
}
.col-xs-pull-9 {
  right: 28.125%;
}
.col-xs-pull-8 {
  right: 25%;
}
.col-xs-pull-7 {
  right: 21.875%;
}
.col-xs-pull-6 {
  right: 18.75%;
}
.col-xs-pull-5 {
  right: 15.625%;
}
.col-xs-pull-4 {
  right: 12.5%;
}
.col-xs-pull-3 {
  right: 9.375%;
}
.col-xs-pull-2 {
  right: 6.25%;
}
.col-xs-pull-1 {
  right: 3.125%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-32 {
  left: 100%;
}
.col-xs-push-31 {
  left: 96.875%;
}
.col-xs-push-30 {
  left: 93.75%;
}
.col-xs-push-29 {
  left: 90.625%;
}
.col-xs-push-28 {
  left: 87.5%;
}
.col-xs-push-27 {
  left: 84.375%;
}
.col-xs-push-26 {
  left: 81.25%;
}
.col-xs-push-25 {
  left: 78.125%;
}
.col-xs-push-24 {
  left: 75%;
}
.col-xs-push-23 {
  left: 71.875%;
}
.col-xs-push-22 {
  left: 68.75%;
}
.col-xs-push-21 {
  left: 65.625%;
}
.col-xs-push-20 {
  left: 62.5%;
}
.col-xs-push-19 {
  left: 59.375%;
}
.col-xs-push-18 {
  left: 56.25%;
}
.col-xs-push-17 {
  left: 53.125%;
}
.col-xs-push-16 {
  left: 50%;
}
.col-xs-push-15 {
  left: 46.875%;
}
.col-xs-push-14 {
  left: 43.75%;
}
.col-xs-push-13 {
  left: 40.625%;
}
.col-xs-push-12 {
  left: 37.5%;
}
.col-xs-push-11 {
  left: 34.375%;
}
.col-xs-push-10 {
  left: 31.25%;
}
.col-xs-push-9 {
  left: 28.125%;
}
.col-xs-push-8 {
  left: 25%;
}
.col-xs-push-7 {
  left: 21.875%;
}
.col-xs-push-6 {
  left: 18.75%;
}
.col-xs-push-5 {
  left: 15.625%;
}
.col-xs-push-4 {
  left: 12.5%;
}
.col-xs-push-3 {
  left: 9.375%;
}
.col-xs-push-2 {
  left: 6.25%;
}
.col-xs-push-1 {
  left: 3.125%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-32 {
  margin-left: 100%;
}
.col-xs-offset-31 {
  margin-left: 96.875%;
}
.col-xs-offset-30 {
  margin-left: 93.75%;
}
.col-xs-offset-29 {
  margin-left: 90.625%;
}
.col-xs-offset-28 {
  margin-left: 87.5%;
}
.col-xs-offset-27 {
  margin-left: 84.375%;
}
.col-xs-offset-26 {
  margin-left: 81.25%;
}
.col-xs-offset-25 {
  margin-left: 78.125%;
}
.col-xs-offset-24 {
  margin-left: 75%;
}
.col-xs-offset-23 {
  margin-left: 71.875%;
}
.col-xs-offset-22 {
  margin-left: 68.75%;
}
.col-xs-offset-21 {
  margin-left: 65.625%;
}
.col-xs-offset-20 {
  margin-left: 62.5%;
}
.col-xs-offset-19 {
  margin-left: 59.375%;
}
.col-xs-offset-18 {
  margin-left: 56.25%;
}
.col-xs-offset-17 {
  margin-left: 53.125%;
}
.col-xs-offset-16 {
  margin-left: 50%;
}
.col-xs-offset-15 {
  margin-left: 46.875%;
}
.col-xs-offset-14 {
  margin-left: 43.75%;
}
.col-xs-offset-13 {
  margin-left: 40.625%;
}
.col-xs-offset-12 {
  margin-left: 37.5%;
}
.col-xs-offset-11 {
  margin-left: 34.375%;
}
.col-xs-offset-10 {
  margin-left: 31.25%;
}
.col-xs-offset-9 {
  margin-left: 28.125%;
}
.col-xs-offset-8 {
  margin-left: 25%;
}
.col-xs-offset-7 {
  margin-left: 21.875%;
}
.col-xs-offset-6 {
  margin-left: 18.75%;
}
.col-xs-offset-5 {
  margin-left: 15.625%;
}
.col-xs-offset-4 {
  margin-left: 12.5%;
}
.col-xs-offset-3 {
  margin-left: 9.375%;
}
.col-xs-offset-2 {
  margin-left: 6.25%;
}
.col-xs-offset-1 {
  margin-left: 3.125%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32 {
    float: left;
  }
  .col-sm-32 {
    width: 100%;
  }
  .col-sm-31 {
    width: 96.875%;
  }
  .col-sm-30 {
    width: 93.75%;
  }
  .col-sm-29 {
    width: 90.625%;
  }
  .col-sm-28 {
    width: 87.5%;
  }
  .col-sm-27 {
    width: 84.375%;
  }
  .col-sm-26 {
    width: 81.25%;
  }
  .col-sm-25 {
    width: 78.125%;
  }
  .col-sm-24 {
    width: 75%;
  }
  .col-sm-23 {
    width: 71.875%;
  }
  .col-sm-22 {
    width: 68.75%;
  }
  .col-sm-21 {
    width: 65.625%;
  }
  .col-sm-20 {
    width: 62.5%;
  }
  .col-sm-19 {
    width: 59.375%;
  }
  .col-sm-18 {
    width: 56.25%;
  }
  .col-sm-17 {
    width: 53.125%;
  }
  .col-sm-16 {
    width: 50%;
  }
  .col-sm-15 {
    width: 46.875%;
  }
  .col-sm-14 {
    width: 43.75%;
  }
  .col-sm-13 {
    width: 40.625%;
  }
  .col-sm-12 {
    width: 37.5%;
  }
  .col-sm-11 {
    width: 34.375%;
  }
  .col-sm-10 {
    width: 31.25%;
  }
  .col-sm-9 {
    width: 28.125%;
  }
  .col-sm-8 {
    width: 25%;
  }
  .col-sm-7 {
    width: 21.875%;
  }
  .col-sm-6 {
    width: 18.75%;
  }
  .col-sm-5 {
    width: 15.625%;
  }
  .col-sm-4 {
    width: 12.5%;
  }
  .col-sm-3 {
    width: 9.375%;
  }
  .col-sm-2 {
    width: 6.25%;
  }
  .col-sm-1 {
    width: 3.125%;
  }
  .col-sm-pull-32 {
    right: 100%;
  }
  .col-sm-pull-31 {
    right: 96.875%;
  }
  .col-sm-pull-30 {
    right: 93.75%;
  }
  .col-sm-pull-29 {
    right: 90.625%;
  }
  .col-sm-pull-28 {
    right: 87.5%;
  }
  .col-sm-pull-27 {
    right: 84.375%;
  }
  .col-sm-pull-26 {
    right: 81.25%;
  }
  .col-sm-pull-25 {
    right: 78.125%;
  }
  .col-sm-pull-24 {
    right: 75%;
  }
  .col-sm-pull-23 {
    right: 71.875%;
  }
  .col-sm-pull-22 {
    right: 68.75%;
  }
  .col-sm-pull-21 {
    right: 65.625%;
  }
  .col-sm-pull-20 {
    right: 62.5%;
  }
  .col-sm-pull-19 {
    right: 59.375%;
  }
  .col-sm-pull-18 {
    right: 56.25%;
  }
  .col-sm-pull-17 {
    right: 53.125%;
  }
  .col-sm-pull-16 {
    right: 50%;
  }
  .col-sm-pull-15 {
    right: 46.875%;
  }
  .col-sm-pull-14 {
    right: 43.75%;
  }
  .col-sm-pull-13 {
    right: 40.625%;
  }
  .col-sm-pull-12 {
    right: 37.5%;
  }
  .col-sm-pull-11 {
    right: 34.375%;
  }
  .col-sm-pull-10 {
    right: 31.25%;
  }
  .col-sm-pull-9 {
    right: 28.125%;
  }
  .col-sm-pull-8 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 21.875%;
  }
  .col-sm-pull-6 {
    right: 18.75%;
  }
  .col-sm-pull-5 {
    right: 15.625%;
  }
  .col-sm-pull-4 {
    right: 12.5%;
  }
  .col-sm-pull-3 {
    right: 9.375%;
  }
  .col-sm-pull-2 {
    right: 6.25%;
  }
  .col-sm-pull-1 {
    right: 3.125%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-32 {
    left: 100%;
  }
  .col-sm-push-31 {
    left: 96.875%;
  }
  .col-sm-push-30 {
    left: 93.75%;
  }
  .col-sm-push-29 {
    left: 90.625%;
  }
  .col-sm-push-28 {
    left: 87.5%;
  }
  .col-sm-push-27 {
    left: 84.375%;
  }
  .col-sm-push-26 {
    left: 81.25%;
  }
  .col-sm-push-25 {
    left: 78.125%;
  }
  .col-sm-push-24 {
    left: 75%;
  }
  .col-sm-push-23 {
    left: 71.875%;
  }
  .col-sm-push-22 {
    left: 68.75%;
  }
  .col-sm-push-21 {
    left: 65.625%;
  }
  .col-sm-push-20 {
    left: 62.5%;
  }
  .col-sm-push-19 {
    left: 59.375%;
  }
  .col-sm-push-18 {
    left: 56.25%;
  }
  .col-sm-push-17 {
    left: 53.125%;
  }
  .col-sm-push-16 {
    left: 50%;
  }
  .col-sm-push-15 {
    left: 46.875%;
  }
  .col-sm-push-14 {
    left: 43.75%;
  }
  .col-sm-push-13 {
    left: 40.625%;
  }
  .col-sm-push-12 {
    left: 37.5%;
  }
  .col-sm-push-11 {
    left: 34.375%;
  }
  .col-sm-push-10 {
    left: 31.25%;
  }
  .col-sm-push-9 {
    left: 28.125%;
  }
  .col-sm-push-8 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 21.875%;
  }
  .col-sm-push-6 {
    left: 18.75%;
  }
  .col-sm-push-5 {
    left: 15.625%;
  }
  .col-sm-push-4 {
    left: 12.5%;
  }
  .col-sm-push-3 {
    left: 9.375%;
  }
  .col-sm-push-2 {
    left: 6.25%;
  }
  .col-sm-push-1 {
    left: 3.125%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-32 {
    margin-left: 100%;
  }
  .col-sm-offset-31 {
    margin-left: 96.875%;
  }
  .col-sm-offset-30 {
    margin-left: 93.75%;
  }
  .col-sm-offset-29 {
    margin-left: 90.625%;
  }
  .col-sm-offset-28 {
    margin-left: 87.5%;
  }
  .col-sm-offset-27 {
    margin-left: 84.375%;
  }
  .col-sm-offset-26 {
    margin-left: 81.25%;
  }
  .col-sm-offset-25 {
    margin-left: 78.125%;
  }
  .col-sm-offset-24 {
    margin-left: 75%;
  }
  .col-sm-offset-23 {
    margin-left: 71.875%;
  }
  .col-sm-offset-22 {
    margin-left: 68.75%;
  }
  .col-sm-offset-21 {
    margin-left: 65.625%;
  }
  .col-sm-offset-20 {
    margin-left: 62.5%;
  }
  .col-sm-offset-19 {
    margin-left: 59.375%;
  }
  .col-sm-offset-18 {
    margin-left: 56.25%;
  }
  .col-sm-offset-17 {
    margin-left: 53.125%;
  }
  .col-sm-offset-16 {
    margin-left: 50%;
  }
  .col-sm-offset-15 {
    margin-left: 46.875%;
  }
  .col-sm-offset-14 {
    margin-left: 43.75%;
  }
  .col-sm-offset-13 {
    margin-left: 40.625%;
  }
  .col-sm-offset-12 {
    margin-left: 37.5%;
  }
  .col-sm-offset-11 {
    margin-left: 34.375%;
  }
  .col-sm-offset-10 {
    margin-left: 31.25%;
  }
  .col-sm-offset-9 {
    margin-left: 28.125%;
  }
  .col-sm-offset-8 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 21.875%;
  }
  .col-sm-offset-6 {
    margin-left: 18.75%;
  }
  .col-sm-offset-5 {
    margin-left: 15.625%;
  }
  .col-sm-offset-4 {
    margin-left: 12.5%;
  }
  .col-sm-offset-3 {
    margin-left: 9.375%;
  }
  .col-sm-offset-2 {
    margin-left: 6.25%;
  }
  .col-sm-offset-1 {
    margin-left: 3.125%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32 {
    float: left;
  }
  .col-md-32 {
    width: 100%;
  }
  .col-md-31 {
    width: 96.875%;
  }
  .col-md-30 {
    width: 93.75%;
  }
  .col-md-29 {
    width: 90.625%;
  }
  .col-md-28 {
    width: 87.5%;
  }
  .col-md-27 {
    width: 84.375%;
  }
  .col-md-26 {
    width: 81.25%;
  }
  .col-md-25 {
    width: 78.125%;
  }
  .col-md-24 {
    width: 75%;
  }
  .col-md-23 {
    width: 71.875%;
  }
  .col-md-22 {
    width: 68.75%;
  }
  .col-md-21 {
    width: 65.625%;
  }
  .col-md-20 {
    width: 62.5%;
  }
  .col-md-19 {
    width: 59.375%;
  }
  .col-md-18 {
    width: 56.25%;
  }
  .col-md-17 {
    width: 53.125%;
  }
  .col-md-16 {
    width: 50%;
  }
  .col-md-15 {
    width: 46.875%;
  }
  .col-md-14 {
    width: 43.75%;
  }
  .col-md-13 {
    width: 40.625%;
  }
  .col-md-12 {
    width: 37.5%;
  }
  .col-md-11 {
    width: 34.375%;
  }
  .col-md-10 {
    width: 31.25%;
  }
  .col-md-9 {
    width: 28.125%;
  }
  .col-md-8 {
    width: 25%;
  }
  .col-md-7 {
    width: 21.875%;
  }
  .col-md-6 {
    width: 18.75%;
  }
  .col-md-5 {
    width: 15.625%;
  }
  .col-md-4 {
    width: 12.5%;
  }
  .col-md-3 {
    width: 9.375%;
  }
  .col-md-2 {
    width: 6.25%;
  }
  .col-md-1 {
    width: 3.125%;
  }
  .col-md-pull-32 {
    right: 100%;
  }
  .col-md-pull-31 {
    right: 96.875%;
  }
  .col-md-pull-30 {
    right: 93.75%;
  }
  .col-md-pull-29 {
    right: 90.625%;
  }
  .col-md-pull-28 {
    right: 87.5%;
  }
  .col-md-pull-27 {
    right: 84.375%;
  }
  .col-md-pull-26 {
    right: 81.25%;
  }
  .col-md-pull-25 {
    right: 78.125%;
  }
  .col-md-pull-24 {
    right: 75%;
  }
  .col-md-pull-23 {
    right: 71.875%;
  }
  .col-md-pull-22 {
    right: 68.75%;
  }
  .col-md-pull-21 {
    right: 65.625%;
  }
  .col-md-pull-20 {
    right: 62.5%;
  }
  .col-md-pull-19 {
    right: 59.375%;
  }
  .col-md-pull-18 {
    right: 56.25%;
  }
  .col-md-pull-17 {
    right: 53.125%;
  }
  .col-md-pull-16 {
    right: 50%;
  }
  .col-md-pull-15 {
    right: 46.875%;
  }
  .col-md-pull-14 {
    right: 43.75%;
  }
  .col-md-pull-13 {
    right: 40.625%;
  }
  .col-md-pull-12 {
    right: 37.5%;
  }
  .col-md-pull-11 {
    right: 34.375%;
  }
  .col-md-pull-10 {
    right: 31.25%;
  }
  .col-md-pull-9 {
    right: 28.125%;
  }
  .col-md-pull-8 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 21.875%;
  }
  .col-md-pull-6 {
    right: 18.75%;
  }
  .col-md-pull-5 {
    right: 15.625%;
  }
  .col-md-pull-4 {
    right: 12.5%;
  }
  .col-md-pull-3 {
    right: 9.375%;
  }
  .col-md-pull-2 {
    right: 6.25%;
  }
  .col-md-pull-1 {
    right: 3.125%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-32 {
    left: 100%;
  }
  .col-md-push-31 {
    left: 96.875%;
  }
  .col-md-push-30 {
    left: 93.75%;
  }
  .col-md-push-29 {
    left: 90.625%;
  }
  .col-md-push-28 {
    left: 87.5%;
  }
  .col-md-push-27 {
    left: 84.375%;
  }
  .col-md-push-26 {
    left: 81.25%;
  }
  .col-md-push-25 {
    left: 78.125%;
  }
  .col-md-push-24 {
    left: 75%;
  }
  .col-md-push-23 {
    left: 71.875%;
  }
  .col-md-push-22 {
    left: 68.75%;
  }
  .col-md-push-21 {
    left: 65.625%;
  }
  .col-md-push-20 {
    left: 62.5%;
  }
  .col-md-push-19 {
    left: 59.375%;
  }
  .col-md-push-18 {
    left: 56.25%;
  }
  .col-md-push-17 {
    left: 53.125%;
  }
  .col-md-push-16 {
    left: 50%;
  }
  .col-md-push-15 {
    left: 46.875%;
  }
  .col-md-push-14 {
    left: 43.75%;
  }
  .col-md-push-13 {
    left: 40.625%;
  }
  .col-md-push-12 {
    left: 37.5%;
  }
  .col-md-push-11 {
    left: 34.375%;
  }
  .col-md-push-10 {
    left: 31.25%;
  }
  .col-md-push-9 {
    left: 28.125%;
  }
  .col-md-push-8 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 21.875%;
  }
  .col-md-push-6 {
    left: 18.75%;
  }
  .col-md-push-5 {
    left: 15.625%;
  }
  .col-md-push-4 {
    left: 12.5%;
  }
  .col-md-push-3 {
    left: 9.375%;
  }
  .col-md-push-2 {
    left: 6.25%;
  }
  .col-md-push-1 {
    left: 3.125%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-32 {
    margin-left: 100%;
  }
  .col-md-offset-31 {
    margin-left: 96.875%;
  }
  .col-md-offset-30 {
    margin-left: 93.75%;
  }
  .col-md-offset-29 {
    margin-left: 90.625%;
  }
  .col-md-offset-28 {
    margin-left: 87.5%;
  }
  .col-md-offset-27 {
    margin-left: 84.375%;
  }
  .col-md-offset-26 {
    margin-left: 81.25%;
  }
  .col-md-offset-25 {
    margin-left: 78.125%;
  }
  .col-md-offset-24 {
    margin-left: 75%;
  }
  .col-md-offset-23 {
    margin-left: 71.875%;
  }
  .col-md-offset-22 {
    margin-left: 68.75%;
  }
  .col-md-offset-21 {
    margin-left: 65.625%;
  }
  .col-md-offset-20 {
    margin-left: 62.5%;
  }
  .col-md-offset-19 {
    margin-left: 59.375%;
  }
  .col-md-offset-18 {
    margin-left: 56.25%;
  }
  .col-md-offset-17 {
    margin-left: 53.125%;
  }
  .col-md-offset-16 {
    margin-left: 50%;
  }
  .col-md-offset-15 {
    margin-left: 46.875%;
  }
  .col-md-offset-14 {
    margin-left: 43.75%;
  }
  .col-md-offset-13 {
    margin-left: 40.625%;
  }
  .col-md-offset-12 {
    margin-left: 37.5%;
  }
  .col-md-offset-11 {
    margin-left: 34.375%;
  }
  .col-md-offset-10 {
    margin-left: 31.25%;
  }
  .col-md-offset-9 {
    margin-left: 28.125%;
  }
  .col-md-offset-8 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 21.875%;
  }
  .col-md-offset-6 {
    margin-left: 18.75%;
  }
  .col-md-offset-5 {
    margin-left: 15.625%;
  }
  .col-md-offset-4 {
    margin-left: 12.5%;
  }
  .col-md-offset-3 {
    margin-left: 9.375%;
  }
  .col-md-offset-2 {
    margin-left: 6.25%;
  }
  .col-md-offset-1 {
    margin-left: 3.125%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-31, .col-lg-32 {
    float: left;
  }
  .col-lg-32 {
    width: 100%;
  }
  .col-lg-31 {
    width: 96.875%;
  }
  .col-lg-30 {
    width: 93.75%;
  }
  .col-lg-29 {
    width: 90.625%;
  }
  .col-lg-28 {
    width: 87.5%;
  }
  .col-lg-27 {
    width: 84.375%;
  }
  .col-lg-26 {
    width: 81.25%;
  }
  .col-lg-25 {
    width: 78.125%;
  }
  .col-lg-24 {
    width: 75%;
  }
  .col-lg-23 {
    width: 71.875%;
  }
  .col-lg-22 {
    width: 68.75%;
  }
  .col-lg-21 {
    width: 65.625%;
  }
  .col-lg-20 {
    width: 62.5%;
  }
  .col-lg-19 {
    width: 59.375%;
  }
  .col-lg-18 {
    width: 56.25%;
  }
  .col-lg-17 {
    width: 53.125%;
  }
  .col-lg-16 {
    width: 50%;
  }
  .col-lg-15 {
    width: 46.875%;
  }
  .col-lg-14 {
    width: 43.75%;
  }
  .col-lg-13 {
    width: 40.625%;
  }
  .col-lg-12 {
    width: 37.5%;
  }
  .col-lg-11 {
    width: 34.375%;
  }
  .col-lg-10 {
    width: 31.25%;
  }
  .col-lg-9 {
    width: 28.125%;
  }
  .col-lg-8 {
    width: 25%;
  }
  .col-lg-7 {
    width: 21.875%;
  }
  .col-lg-6 {
    width: 18.75%;
  }
  .col-lg-5 {
    width: 15.625%;
  }
  .col-lg-4 {
    width: 12.5%;
  }
  .col-lg-3 {
    width: 9.375%;
  }
  .col-lg-2 {
    width: 6.25%;
  }
  .col-lg-1 {
    width: 3.125%;
  }
  .col-lg-pull-32 {
    right: 100%;
  }
  .col-lg-pull-31 {
    right: 96.875%;
  }
  .col-lg-pull-30 {
    right: 93.75%;
  }
  .col-lg-pull-29 {
    right: 90.625%;
  }
  .col-lg-pull-28 {
    right: 87.5%;
  }
  .col-lg-pull-27 {
    right: 84.375%;
  }
  .col-lg-pull-26 {
    right: 81.25%;
  }
  .col-lg-pull-25 {
    right: 78.125%;
  }
  .col-lg-pull-24 {
    right: 75%;
  }
  .col-lg-pull-23 {
    right: 71.875%;
  }
  .col-lg-pull-22 {
    right: 68.75%;
  }
  .col-lg-pull-21 {
    right: 65.625%;
  }
  .col-lg-pull-20 {
    right: 62.5%;
  }
  .col-lg-pull-19 {
    right: 59.375%;
  }
  .col-lg-pull-18 {
    right: 56.25%;
  }
  .col-lg-pull-17 {
    right: 53.125%;
  }
  .col-lg-pull-16 {
    right: 50%;
  }
  .col-lg-pull-15 {
    right: 46.875%;
  }
  .col-lg-pull-14 {
    right: 43.75%;
  }
  .col-lg-pull-13 {
    right: 40.625%;
  }
  .col-lg-pull-12 {
    right: 37.5%;
  }
  .col-lg-pull-11 {
    right: 34.375%;
  }
  .col-lg-pull-10 {
    right: 31.25%;
  }
  .col-lg-pull-9 {
    right: 28.125%;
  }
  .col-lg-pull-8 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 21.875%;
  }
  .col-lg-pull-6 {
    right: 18.75%;
  }
  .col-lg-pull-5 {
    right: 15.625%;
  }
  .col-lg-pull-4 {
    right: 12.5%;
  }
  .col-lg-pull-3 {
    right: 9.375%;
  }
  .col-lg-pull-2 {
    right: 6.25%;
  }
  .col-lg-pull-1 {
    right: 3.125%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-32 {
    left: 100%;
  }
  .col-lg-push-31 {
    left: 96.875%;
  }
  .col-lg-push-30 {
    left: 93.75%;
  }
  .col-lg-push-29 {
    left: 90.625%;
  }
  .col-lg-push-28 {
    left: 87.5%;
  }
  .col-lg-push-27 {
    left: 84.375%;
  }
  .col-lg-push-26 {
    left: 81.25%;
  }
  .col-lg-push-25 {
    left: 78.125%;
  }
  .col-lg-push-24 {
    left: 75%;
  }
  .col-lg-push-23 {
    left: 71.875%;
  }
  .col-lg-push-22 {
    left: 68.75%;
  }
  .col-lg-push-21 {
    left: 65.625%;
  }
  .col-lg-push-20 {
    left: 62.5%;
  }
  .col-lg-push-19 {
    left: 59.375%;
  }
  .col-lg-push-18 {
    left: 56.25%;
  }
  .col-lg-push-17 {
    left: 53.125%;
  }
  .col-lg-push-16 {
    left: 50%;
  }
  .col-lg-push-15 {
    left: 46.875%;
  }
  .col-lg-push-14 {
    left: 43.75%;
  }
  .col-lg-push-13 {
    left: 40.625%;
  }
  .col-lg-push-12 {
    left: 37.5%;
  }
  .col-lg-push-11 {
    left: 34.375%;
  }
  .col-lg-push-10 {
    left: 31.25%;
  }
  .col-lg-push-9 {
    left: 28.125%;
  }
  .col-lg-push-8 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 21.875%;
  }
  .col-lg-push-6 {
    left: 18.75%;
  }
  .col-lg-push-5 {
    left: 15.625%;
  }
  .col-lg-push-4 {
    left: 12.5%;
  }
  .col-lg-push-3 {
    left: 9.375%;
  }
  .col-lg-push-2 {
    left: 6.25%;
  }
  .col-lg-push-1 {
    left: 3.125%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-32 {
    margin-left: 100%;
  }
  .col-lg-offset-31 {
    margin-left: 96.875%;
  }
  .col-lg-offset-30 {
    margin-left: 93.75%;
  }
  .col-lg-offset-29 {
    margin-left: 90.625%;
  }
  .col-lg-offset-28 {
    margin-left: 87.5%;
  }
  .col-lg-offset-27 {
    margin-left: 84.375%;
  }
  .col-lg-offset-26 {
    margin-left: 81.25%;
  }
  .col-lg-offset-25 {
    margin-left: 78.125%;
  }
  .col-lg-offset-24 {
    margin-left: 75%;
  }
  .col-lg-offset-23 {
    margin-left: 71.875%;
  }
  .col-lg-offset-22 {
    margin-left: 68.75%;
  }
  .col-lg-offset-21 {
    margin-left: 65.625%;
  }
  .col-lg-offset-20 {
    margin-left: 62.5%;
  }
  .col-lg-offset-19 {
    margin-left: 59.375%;
  }
  .col-lg-offset-18 {
    margin-left: 56.25%;
  }
  .col-lg-offset-17 {
    margin-left: 53.125%;
  }
  .col-lg-offset-16 {
    margin-left: 50%;
  }
  .col-lg-offset-15 {
    margin-left: 46.875%;
  }
  .col-lg-offset-14 {
    margin-left: 43.75%;
  }
  .col-lg-offset-13 {
    margin-left: 40.625%;
  }
  .col-lg-offset-12 {
    margin-left: 37.5%;
  }
  .col-lg-offset-11 {
    margin-left: 34.375%;
  }
  .col-lg-offset-10 {
    margin-left: 31.25%;
  }
  .col-lg-offset-9 {
    margin-left: 28.125%;
  }
  .col-lg-offset-8 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 21.875%;
  }
  .col-lg-offset-6 {
    margin-left: 18.75%;
  }
  .col-lg-offset-5 {
    margin-left: 15.625%;
  }
  .col-lg-offset-4 {
    margin-left: 12.5%;
  }
  .col-lg-offset-3 {
    margin-left: 9.375%;
  }
  .col-lg-offset-2 {
    margin-left: 6.25%;
  }
  .col-lg-offset-1 {
    margin-left: 3.125%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary .badge {
  color: #000000;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #000000;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00539b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #000000;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -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;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@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-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";
}
body.modal-open {
  overflow: hidden;
}
style {
  display: none !important;
}
.cm-fixed-container-wallpaper {
  max-width: 1200px !important;
}
.cm-fixed-container {
  background: #ededed;
  padding-top: 110px;
  display: table;
  box-shadow: -1px 6px 15px #888888;
  width: 100%;
  max-width: 1375px;
  margin: 0 auto;
}
.cm-fixed-container .row {
  clear: both;
  position: relative;
}
.cm-fixed-container .cm-fixed-content-container {
  max-width: 1200px;
}
.cm-fixed-container .cm-fixed-content-container-hero {
  max-width: 1375px;
  overflow: hidden;
}
.cm-fixed-container .cm-fixed-content-container,
.cm-fixed-container .cm-fixed-content-container-hero {
  margin: 0 auto;
  width: 100%;
  background: #ededed;
}
.cm-fixed-container .cm-fixed-content-container:after,
.cm-fixed-container .cm-fixed-content-container-hero:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.cm-fixed-container .cm-fixed-content-container .cm-fixed-content,
.cm-fixed-container .cm-fixed-content-container-hero .cm-fixed-content {
  margin: 0 auto 0 auto;
}
.cm-fixed-container .cm-grid-section {
  float: left;
  margin-top: 20px;
}
.cm-fixed-container .cm-grid-section.cm-fg1 {
  width: 865px;
  margin: 0 0 0 20px;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-large-heading {
  position: relative;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-large-heading .cm-fg1-more {
  position: absolute;
  bottom: 0;
  right: 10px;
  text-transform: none;
  font: bold 16px arial;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-large-heading .cm-fg1-more:after {
  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: "\e01b";
  color: #000;
  font-size: 20px;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-fg1-block {
  width: 425px;
  height: 297px;
  margin-bottom: 12px;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-fg1-block:nth-of-type(odd) {
  margin-left: 12px;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading {
  font: 20px/55px "Oswald", sans-serif;
  height: 55px;
  text-transform: uppercase;
  padding-left: 18px;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading a {
  color: #00539b;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-buzz a {
  color: #00539b;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-life a {
  color: #9f1897;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-neighborhoods a {
  color: #ff7300;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-news a {
  color: #a31e24;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-shop a {
  color: #00539b;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-sports a {
  color: #fea71b;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-classifieds a {
  color: #62b246;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-thingstodo a,
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-austin360 a {
  color: #009fdd;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-ahorasi a {
  color: #00539b;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-real-estate a {
  color: #00539b;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-food a {
  color: #00539b;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-movies a {
  color: #00539b;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-arts a {
  color: #00539b;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-whattodo a {
  color: #00539b;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-whattoknow a {
  color: #00539b;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading.cm-section-whattolove a {
  color: #00539b;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading a {
  display: inline-block;
  position: relative;
  height: 100%;
}
.cm-fixed-container .cm-grid-section.cm-fg1 .cm-heading a:after {
  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;
  position: absolute;
  top: 0;
  right: -20px;
  content: "\e01b";
  vertical-align: middle;
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: 55px;
}
.cm-fixed-container .cm-grid-section.cm-fg1 ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.cm-fixed-container .cm-grid-section.cm-fg1 ul li {
  list-style: none;
  display: block;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  border-top: 1px solid #dddddd;
  padding: 15px 10px 15px 24px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cm-fixed-container .cm-grid-section.cm-fg1 ul li.cm-with-image {
  padding: 8px 10px 8px 19px;
}
.cm-fixed-container .cm-grid-section.cm-fg1 ul li.cm-with-image .cm-tease-link {
  width: 70%;
}
.cm-fixed-container .cm-grid-section.cm-fg1 ul li .cm-tease-thumb-link {
  width: 66px;
  height: 66px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.cm-fixed-container .cm-grid-section.cm-fg1 ul li .cm-tease-thumb-link img {
  border-radius: 33px;
  width: 100%;
  height: 100%;
}
.cm-fixed-container .cm-grid-section.cm-fg1 ul li .cm-tease-link {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 90%;
}
.cm-fixed-container .cm-grid-section.cm-fg1 ul li .cm-box-footer-share-link {
  display: inline-block;
  position: absolute;
  top: 33%;
  right: 10px;
}
.cm-fixed-container .cm-grid-section.cm-fg3 .cm-large-heading {
  margin-left: 22px;
}
.cm-fixed-container .cm-grid-section.cm-fg4 .cm-large-heading {
  margin-left: 31px;
}
.cm-fixed-container .cm-feature-group-container .cm-grid-section {
  margin-top: 63px;
}
.cm-fixed-container .cm-feature-group-container .cm-grid-section.cm-fg1,
.cm-fixed-container .cm-feature-group-container .cm-grid-section.cm-fg2 {
  margin-top: 0;
}
.cm-fixed-container .cm-feature-group-container .cm-grid-section.cm-fg3,
.cm-fixed-container .cm-feature-group-container .cm-grid-section.cm-fg4 {
  margin-top: 96px;
}
.cm-fixed-container .cm-subrotator-section {
  left: -20px;
  top: 10px;
}
.cm-fixed-container .cm-column-1395 {
  width: 1395px;
}
.cm-fixed-container .cm-column-1390 {
  width: 1390px;
}
.cm-fixed-container .cm-column-1385 {
  width: 1385px;
}
.cm-fixed-container .cm-column-1380 {
  width: 1380px;
}
.cm-fixed-container .cm-column-1375 {
  width: 1375px;
}
.cm-fixed-container .cm-column-1370 {
  width: 1370px;
}
.cm-fixed-container .cm-column-1365 {
  width: 1365px;
}
.cm-fixed-container .cm-column-1360 {
  width: 1360px;
}
.cm-fixed-container .cm-column-1355 {
  width: 1355px;
}
.cm-fixed-container .cm-column-1350 {
  width: 1350px;
}
.cm-fixed-container .cm-column-1345 {
  width: 1345px;
}
.cm-fixed-container .cm-column-1340 {
  width: 1340px;
}
.cm-fixed-container .cm-column-1335 {
  width: 1335px;
}
.cm-fixed-container .cm-column-1330 {
  width: 1330px;
}
.cm-fixed-container .cm-column-1325 {
  width: 1325px;
}
.cm-fixed-container .cm-column-1320 {
  width: 1320px;
}
.cm-fixed-container .cm-column-1315 {
  width: 1315px;
}
.cm-fixed-container .cm-column-1310 {
  width: 1310px;
}
.cm-fixed-container .cm-column-1305 {
  width: 1305px;
}
.cm-fixed-container .cm-column-1300 {
  width: 1300px;
}
.cm-fixed-container .cm-column-1295 {
  width: 1295px;
}
.cm-fixed-container .cm-column-1290 {
  width: 1290px;
}
.cm-fixed-container .cm-column-1285 {
  width: 1285px;
}
.cm-fixed-container .cm-column-1280 {
  width: 1280px;
}
.cm-fixed-container .cm-column-1275 {
  width: 1275px;
}
.cm-fixed-container .cm-column-1270 {
  width: 1270px;
}
.cm-fixed-container .cm-column-1265 {
  width: 1265px;
}
.cm-fixed-container .cm-column-1260 {
  width: 1260px;
}
.cm-fixed-container .cm-column-1255 {
  width: 1255px;
}
.cm-fixed-container .cm-column-1250 {
  width: 1250px;
}
.cm-fixed-container .cm-column-1245 {
  width: 1245px;
}
.cm-fixed-container .cm-column-1240 {
  width: 1240px;
}
.cm-fixed-container .cm-column-1235 {
  width: 1235px;
}
.cm-fixed-container .cm-column-1230 {
  width: 1230px;
}
.cm-fixed-container .cm-column-1225 {
  width: 1225px;
}
.cm-fixed-container .cm-column-1220 {
  width: 1220px;
}
.cm-fixed-container .cm-column-1215 {
  width: 1215px;
}
.cm-fixed-container .cm-column-1210 {
  width: 1210px;
}
.cm-fixed-container .cm-column-1205 {
  width: 1205px;
}
.cm-fixed-container .cm-column-1200 {
  width: 1200px;
}
.cm-fixed-container .cm-column-1195 {
  width: 1195px;
}
.cm-fixed-container .cm-column-1190 {
  width: 1190px;
}
.cm-fixed-container .cm-column-1185 {
  width: 1185px;
}
.cm-fixed-container .cm-column-1180 {
  width: 1180px;
}
.cm-fixed-container .cm-column-1175 {
  width: 1175px;
}
.cm-fixed-container .cm-column-1170 {
  width: 1170px;
}
.cm-fixed-container .cm-column-1165 {
  width: 1165px;
}
.cm-fixed-container .cm-column-1160 {
  width: 1160px;
}
.cm-fixed-container .cm-column-1155 {
  width: 1155px;
}
.cm-fixed-container .cm-column-1150 {
  width: 1150px;
}
.cm-fixed-container .cm-column-1145 {
  width: 1145px;
}
.cm-fixed-container .cm-column-1140 {
  width: 1140px;
}
.cm-fixed-container .cm-column-1135 {
  width: 1135px;
}
.cm-fixed-container .cm-column-1130 {
  width: 1130px;
}
.cm-fixed-container .cm-column-1125 {
  width: 1125px;
}
.cm-fixed-container .cm-column-1120 {
  width: 1120px;
}
.cm-fixed-container .cm-column-1115 {
  width: 1115px;
}
.cm-fixed-container .cm-column-1110 {
  width: 1110px;
}
.cm-fixed-container .cm-column-1105 {
  width: 1105px;
}
.cm-fixed-container .cm-column-1100 {
  width: 1100px;
}
.cm-fixed-container .cm-column-1095 {
  width: 1095px;
}
.cm-fixed-container .cm-column-1090 {
  width: 1090px;
}
.cm-fixed-container .cm-column-1085 {
  width: 1085px;
}
.cm-fixed-container .cm-column-1080 {
  width: 1080px;
}
.cm-fixed-container .cm-column-1075 {
  width: 1075px;
}
.cm-fixed-container .cm-column-1070 {
  width: 1070px;
}
.cm-fixed-container .cm-column-1065 {
  width: 1065px;
}
.cm-fixed-container .cm-column-1060 {
  width: 1060px;
}
.cm-fixed-container .cm-column-1055 {
  width: 1055px;
}
.cm-fixed-container .cm-column-1050 {
  width: 1050px;
}
.cm-fixed-container .cm-column-1045 {
  width: 1045px;
}
.cm-fixed-container .cm-column-1040 {
  width: 1040px;
}
.cm-fixed-container .cm-column-1035 {
  width: 1035px;
}
.cm-fixed-container .cm-column-1030 {
  width: 1030px;
}
.cm-fixed-container .cm-column-1025 {
  width: 1025px;
}
.cm-fixed-container .cm-column-1020 {
  width: 1020px;
}
.cm-fixed-container .cm-column-1015 {
  width: 1015px;
}
.cm-fixed-container .cm-column-1010 {
  width: 1010px;
}
.cm-fixed-container .cm-column-1005 {
  width: 1005px;
}
.cm-fixed-container .cm-column-1000 {
  width: 1000px;
}
.cm-fixed-container .cm-column-995 {
  width: 995px;
}
.cm-fixed-container .cm-column-990 {
  width: 990px;
}
.cm-fixed-container .cm-column-985 {
  width: 985px;
}
.cm-fixed-container .cm-column-980 {
  width: 980px;
}
.cm-fixed-container .cm-column-975 {
  width: 975px;
}
.cm-fixed-container .cm-column-970 {
  width: 970px;
}
.cm-fixed-container .cm-column-965 {
  width: 965px;
}
.cm-fixed-container .cm-column-960 {
  width: 960px;
}
.cm-fixed-container .cm-column-955 {
  width: 955px;
}
.cm-fixed-container .cm-column-950 {
  width: 950px;
}
.cm-fixed-container .cm-column-945 {
  width: 945px;
}
.cm-fixed-container .cm-column-940 {
  width: 940px;
}
.cm-fixed-container .cm-column-935 {
  width: 935px;
}
.cm-fixed-container .cm-column-930 {
  width: 930px;
}
.cm-fixed-container .cm-column-925 {
  width: 925px;
}
.cm-fixed-container .cm-column-920 {
  width: 920px;
}
.cm-fixed-container .cm-column-915 {
  width: 915px;
}
.cm-fixed-container .cm-column-910 {
  width: 910px;
}
.cm-fixed-container .cm-column-905 {
  width: 905px;
}
.cm-fixed-container .cm-column-900 {
  width: 900px;
}
.cm-fixed-container .cm-column-895 {
  width: 895px;
}
.cm-fixed-container .cm-column-890 {
  width: 890px;
}
.cm-fixed-container .cm-column-885 {
  width: 885px;
}
.cm-fixed-container .cm-column-880 {
  width: 880px;
}
.cm-fixed-container .cm-column-875 {
  width: 875px;
}
.cm-fixed-container .cm-column-870 {
  width: 870px;
}
.cm-fixed-container .cm-column-865 {
  width: 865px;
}
.cm-fixed-container .cm-column-860 {
  width: 860px;
}
.cm-fixed-container .cm-column-855 {
  width: 855px;
}
.cm-fixed-container .cm-column-850 {
  width: 850px;
}
.cm-fixed-container .cm-column-845 {
  width: 845px;
}
.cm-fixed-container .cm-column-840 {
  width: 840px;
}
.cm-fixed-container .cm-column-835 {
  width: 835px;
}
.cm-fixed-container .cm-column-830 {
  width: 830px;
}
.cm-fixed-container .cm-column-825 {
  width: 825px;
}
.cm-fixed-container .cm-column-820 {
  width: 820px;
}
.cm-fixed-container .cm-column-815 {
  width: 815px;
}
.cm-fixed-container .cm-column-810 {
  width: 810px;
}
.cm-fixed-container .cm-column-805 {
  width: 805px;
}
.cm-fixed-container .cm-column-800 {
  width: 800px;
}
.cm-fixed-container .cm-column-795 {
  width: 795px;
}
.cm-fixed-container .cm-column-790 {
  width: 790px;
}
.cm-fixed-container .cm-column-785 {
  width: 785px;
}
.cm-fixed-container .cm-column-780 {
  width: 780px;
}
.cm-fixed-container .cm-column-775 {
  width: 775px;
}
.cm-fixed-container .cm-column-770 {
  width: 770px;
}
.cm-fixed-container .cm-column-765 {
  width: 765px;
}
.cm-fixed-container .cm-column-760 {
  width: 760px;
}
.cm-fixed-container .cm-column-755 {
  width: 755px;
}
.cm-fixed-container .cm-column-750 {
  width: 750px;
}
.cm-fixed-container .cm-column-745 {
  width: 745px;
}
.cm-fixed-container .cm-column-740 {
  width: 740px;
}
.cm-fixed-container .cm-column-735 {
  width: 735px;
}
.cm-fixed-container .cm-column-730 {
  width: 730px;
}
.cm-fixed-container .cm-column-725 {
  width: 725px;
}
.cm-fixed-container .cm-column-720 {
  width: 720px;
}
.cm-fixed-container .cm-column-715 {
  width: 715px;
}
.cm-fixed-container .cm-column-710 {
  width: 710px;
}
.cm-fixed-container .cm-column-705 {
  width: 705px;
}
.cm-fixed-container .cm-column-700 {
  width: 700px;
}
.cm-fixed-container .cm-column-695 {
  width: 695px;
}
.cm-fixed-container .cm-column-690 {
  width: 690px;
}
.cm-fixed-container .cm-column-685 {
  width: 685px;
}
.cm-fixed-container .cm-column-680 {
  width: 680px;
}
.cm-fixed-container .cm-column-675 {
  width: 675px;
}
.cm-fixed-container .cm-column-670 {
  width: 670px;
}
.cm-fixed-container .cm-column-665 {
  width: 665px;
}
.cm-fixed-container .cm-column-660 {
  width: 660px;
}
.cm-fixed-container .cm-column-655 {
  width: 655px;
}
.cm-fixed-container .cm-column-650 {
  width: 650px;
}
.cm-fixed-container .cm-column-645 {
  width: 645px;
}
.cm-fixed-container .cm-column-640 {
  width: 640px;
}
.cm-fixed-container .cm-column-635 {
  width: 635px;
}
.cm-fixed-container .cm-column-630 {
  width: 630px;
}
.cm-fixed-container .cm-column-625 {
  width: 625px;
}
.cm-fixed-container .cm-column-620 {
  width: 620px;
}
.cm-fixed-container .cm-column-615 {
  width: 615px;
}
.cm-fixed-container .cm-column-610 {
  width: 610px;
}
.cm-fixed-container .cm-column-605 {
  width: 605px;
}
.cm-fixed-container .cm-column-600 {
  width: 600px;
}
.cm-fixed-container .cm-column-595 {
  width: 595px;
}
.cm-fixed-container .cm-column-590 {
  width: 590px;
}
.cm-fixed-container .cm-column-585 {
  width: 585px;
}
.cm-fixed-container .cm-column-580 {
  width: 580px;
}
.cm-fixed-container .cm-column-575 {
  width: 575px;
}
.cm-fixed-container .cm-column-570 {
  width: 570px;
}
.cm-fixed-container .cm-column-565 {
  width: 565px;
}
.cm-fixed-container .cm-column-560 {
  width: 560px;
}
.cm-fixed-container .cm-column-555 {
  width: 555px;
}
.cm-fixed-container .cm-column-550 {
  width: 550px;
}
.cm-fixed-container .cm-column-545 {
  width: 545px;
}
.cm-fixed-container .cm-column-540 {
  width: 540px;
}
.cm-fixed-container .cm-column-535 {
  width: 535px;
}
.cm-fixed-container .cm-column-530 {
  width: 530px;
}
.cm-fixed-container .cm-column-525 {
  width: 525px;
}
.cm-fixed-container .cm-column-520 {
  width: 520px;
}
.cm-fixed-container .cm-column-515 {
  width: 515px;
}
.cm-fixed-container .cm-column-510 {
  width: 510px;
}
.cm-fixed-container .cm-column-505 {
  width: 505px;
}
.cm-fixed-container .cm-column-500 {
  width: 500px;
}
.cm-fixed-container .cm-column-495 {
  width: 495px;
}
.cm-fixed-container .cm-column-490 {
  width: 490px;
}
.cm-fixed-container .cm-column-485 {
  width: 485px;
}
.cm-fixed-container .cm-column-480 {
  width: 480px;
}
.cm-fixed-container .cm-column-475 {
  width: 475px;
}
.cm-fixed-container .cm-column-470 {
  width: 470px;
}
.cm-fixed-container .cm-column-465 {
  width: 465px;
}
.cm-fixed-container .cm-column-460 {
  width: 460px;
}
.cm-fixed-container .cm-column-455 {
  width: 455px;
}
.cm-fixed-container .cm-column-450 {
  width: 450px;
}
.cm-fixed-container .cm-column-445 {
  width: 445px;
}
.cm-fixed-container .cm-column-440 {
  width: 440px;
}
.cm-fixed-container .cm-column-435 {
  width: 435px;
}
.cm-fixed-container .cm-column-430 {
  width: 430px;
}
.cm-fixed-container .cm-column-425 {
  width: 425px;
}
.cm-fixed-container .cm-column-420 {
  width: 420px;
}
.cm-fixed-container .cm-column-415 {
  width: 415px;
}
.cm-fixed-container .cm-column-410 {
  width: 410px;
}
.cm-fixed-container .cm-column-405 {
  width: 405px;
}
.cm-fixed-container .cm-column-400 {
  width: 400px;
}
.cm-fixed-container .cm-column-395 {
  width: 395px;
}
.cm-fixed-container .cm-column-390 {
  width: 390px;
}
.cm-fixed-container .cm-column-385 {
  width: 385px;
}
.cm-fixed-container .cm-column-380 {
  width: 380px;
}
.cm-fixed-container .cm-column-375 {
  width: 375px;
}
.cm-fixed-container .cm-column-370 {
  width: 370px;
}
.cm-fixed-container .cm-column-365 {
  width: 365px;
}
.cm-fixed-container .cm-column-360 {
  width: 360px;
}
.cm-fixed-container .cm-column-355 {
  width: 355px;
}
.cm-fixed-container .cm-column-350 {
  width: 350px;
}
.cm-fixed-container .cm-column-345 {
  width: 345px;
}
.cm-fixed-container .cm-column-340 {
  width: 340px;
}
.cm-fixed-container .cm-column-335 {
  width: 335px;
}
.cm-fixed-container .cm-column-330 {
  width: 330px;
}
.cm-fixed-container .cm-column-325 {
  width: 325px;
}
.cm-fixed-container .cm-column-320 {
  width: 320px;
}
.cm-fixed-container .cm-column-315 {
  width: 315px;
}
.cm-fixed-container .cm-column-310 {
  width: 310px;
}
.cm-fixed-container .cm-column-305 {
  width: 305px;
}
.cm-fixed-container .cm-column-300 {
  width: 300px;
}
.cm-fixed-container .cm-column-295 {
  width: 295px;
}
.cm-fixed-container .cm-column-290 {
  width: 290px;
}
.cm-fixed-container .cm-column-285 {
  width: 285px;
}
.cm-fixed-container .cm-column-280 {
  width: 280px;
}
.cm-fixed-container .cm-column-275 {
  width: 275px;
}
.cm-fixed-container .cm-column-270 {
  width: 270px;
}
.cm-fixed-container .cm-column-265 {
  width: 265px;
}
.cm-fixed-container .cm-column-260 {
  width: 260px;
}
.cm-fixed-container .cm-column-255 {
  width: 255px;
}
.cm-fixed-container .cm-column-250 {
  width: 250px;
}
.cm-fixed-container .cm-column-245 {
  width: 245px;
}
.cm-fixed-container .cm-column-240 {
  width: 240px;
}
.cm-fixed-container .cm-column-235 {
  width: 235px;
}
.cm-fixed-container .cm-column-230 {
  width: 230px;
}
.cm-fixed-container .cm-column-225 {
  width: 225px;
}
.cm-fixed-container .cm-column-220 {
  width: 220px;
}
.cm-fixed-container .cm-column-215 {
  width: 215px;
}
.cm-fixed-container .cm-column-210 {
  width: 210px;
}
.cm-fixed-container .cm-column-205 {
  width: 205px;
}
.cm-fixed-container .cm-column-200 {
  width: 200px;
}
.cm-fixed-container .cm-column-195 {
  width: 195px;
}
.cm-fixed-container .cm-column-190 {
  width: 190px;
}
.cm-fixed-container .cm-column-185 {
  width: 185px;
}
.cm-fixed-container .cm-column-180 {
  width: 180px;
}
.cm-fixed-container .cm-column-175 {
  width: 175px;
}
.cm-fixed-container .cm-column-170 {
  width: 170px;
}
.cm-fixed-container .cm-column-165 {
  width: 165px;
}
.cm-fixed-container .cm-column-160 {
  width: 160px;
}
.cm-fixed-container .cm-column-155 {
  width: 155px;
}
.cm-fixed-container .cm-column-150 {
  width: 150px;
}
.cm-fixed-container .cm-column-145 {
  width: 145px;
}
.cm-fixed-container .cm-column-140 {
  width: 140px;
}
.cm-fixed-container .cm-column-135 {
  width: 135px;
}
.cm-fixed-container .cm-column-130 {
  width: 130px;
}
.cm-fixed-container .cm-column-125 {
  width: 125px;
}
.cm-fixed-container .cm-column-120 {
  width: 120px;
}
.cm-fixed-container .cm-column-115 {
  width: 115px;
}
.cm-fixed-container .cm-column-110 {
  width: 110px;
}
.cm-fixed-container .cm-column-105 {
  width: 105px;
}
.cm-fixed-container .cm-column-100 {
  width: 100px;
}
.cm-fixed-container .cm-column-95 {
  width: 95px;
}
.cm-fixed-container .cm-column-90 {
  width: 90px;
}
.cm-fixed-container .cm-column-85 {
  width: 85px;
}
.cm-fixed-container .cm-column-80 {
  width: 80px;
}
.cm-fixed-container .cm-column-75 {
  width: 75px;
}
.cm-fixed-container .cm-column-70 {
  width: 70px;
}
.cm-fixed-container .cm-column-65 {
  width: 65px;
}
.cm-fixed-container .cm-column-60 {
  width: 60px;
}
.cm-fixed-container .cm-column-55 {
  width: 55px;
}
.cm-fixed-container .cm-column-50 {
  width: 50px;
}
.cm-fixed-container .cm-column-45 {
  width: 45px;
}
.cm-fixed-container .cm-column-40 {
  width: 40px;
}
.cm-fixed-container .cm-column-35 {
  width: 35px;
}
.cm-fixed-container .cm-column-30 {
  width: 30px;
}
.cm-fixed-container .cm-column-25 {
  width: 25px;
}
.cm-fixed-container .cm-column-20 {
  width: 20px;
}
.cm-fixed-container .cm-column-15 {
  width: 15px;
}
.cm-fixed-container .cm-column-10 {
  width: 10px;
}
.cm-fixed-container .cm-column-5 {
  width: 5px;
}
.cm-fixed-container [class*='cm-column-'] {
  float: left;
  margin-left: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cm-fixed-container .cm-feature-group-container .cm-column-300 {
  padding-left: 0;
}
.cm-abbreviated-nav .cm-fixed-container {
  padding-top: 40px;
}
.cm-abbreviated-nav .cm-fixed-container.cm-fixed-container-wallpaper {
  padding-top: 0;
}
.cm-fixed-container-no-padding {
  padding-top: 0px;
}
.cm-clearfix {
  clear: both;
}
.cm-bottom-section {
  background-color: #e0e0e0;
  border-top: solid 1px #d6d6d6;
  width: 100%;
  margin: 0;
  margin-top: 15px;
  padding-bottom: 15px;
}
.cm-bottom-section:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.cm-verticals-layout #cm-full-content-width-optional {
  padding: 0px 20px 20px 20px;
}
.cm-verticals-layout #cm-verticals-rotator {
  padding-bottom: 15px;
}
.cm-verticals-layout #cm-verticals-left-columns,
.cm-verticals-layout #cm-verticals-right-rail {
  padding-left: 0px;
}
.cm-verticals-layout.cm-fixed-container {
  padding-top: 0;
}
.cm-verticals-layout .cm-blogs {
  width: 100%;
  margin-bottom: 15px;
}
.cm-verticals-layout .cm-mini-rotator {
  width: 100%;
  margin-bottom: 15px;
}
.cm-verticals-layout .cm-mini-rotator .cm-rotator-cards .cm-rotator-card img {
  display: block;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
}
.cm-verticals-layout .cm-mini-rotator .cm-rotator-caption {
  vertical-align: baseline;
  float: left;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
}
.cm-verticals-layout .cm-mini-rotator .cm-rotator-caption h3 {
  font-size: .95em;
  padding: 4px 0px;
  text-align: center;
}
.cm-verticals-layout .cm-mini-rotator .cm-rotator-footer .cm-rotator-nav {
  margin: 12px auto 0px auto;
  width: 100%;
}
.cm-verticals-layout .cm-verticals-story-box {
  margin-bottom: 15px;
}
.cm-verticals-layout .cm-section-links {
  list-style-type: none;
  padding: 0px;
  background-color: #fff;
  padding-bottom: 14px;
  margin-bottom: 0px;
}
.cm-verticals-layout .cm-section-links li {
  padding: .4em 1em;
}
.cm-verticals-layout .cm-links {
  margin-bottom: 15px;
}
.cm-verticals-layout .cm-links .cm-links-more {
  background-color: #fff;
  height: 33px;
  position: relative;
}
.cm-verticals-layout .cm-links .cm-btn-more {
  position: relative;
  float: right;
  top: auto;
  bottom: 5px;
  right: -5px;
}
.cm-tablet-show {
  display: none !important;
}
div[class*='cm-WP0'] {
  width: 1200px;
}
.cm-top-tease {
  width: 620px;
}
/* Newspaper Rotator */
.cm-media-rotator-frame {
  position: relative;
  max-height: 388px;
  overflow: hidden;
}
.cm-media-rotator-frame img {
  width: 620px;
  height: 388px;
}
.cm-media-rotator-container {
  line-height: 15px;
  width: 620px;
  clear: both;
}
.cm-media-rotator-container a:link {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.cm-media-rotator-container a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.cm-media-rotator-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cm-homepage-big-story .cm-media-rotator-container {
  padding-top: 6px;
}
.cm-media-rotator-nav {
  width: 100%;
  min-height: 78px;
  height: 95px;
  position: relative;
  padding: 10px;
}
.cm-media-rotator-nav .cm-rotator-share-block {
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-size: 22px;
  z-index: 1;
}
.cm-media-rotator {
  width: 100%;
  position: relative;
}
.cm-media-rotator:hover {
  cursor: pointer;
}
.cm-media-rotator:hover .cm-media-rotator-arrow {
  width: 70px;
}
.cm-media-rotator-nav-container {
  display: table;
  background: #fff;
  border: 1px solid #ccc;
  border-top-width: 0;
  width: 100%;
  height: auto;
}
.cm-media-rotator-img-container {
  width: 100%;
  height: 388px;
  background: #ffffff url('../../../common/v2newspaper/images/loading_31x31.gif') center center no-repeat;
  position: relative;
}
.cm-media-rotator-el {
  display: table-cell;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 16px;
  padding: 0;
  width: 25%;
  position: relative;
  vertical-align: top;
  background: #fff;
  font-family: arial, sans-serif;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.cm-media-rotator-el a:link,
.cm-media-rotator-el a:visited {
  color: #000;
  text-decoration: none;
}
.cm-media-rotator-el a:hover,
.cm-media-rotator-el a:active {
  color: #00539b;
  text-decoration: none;
}
.cm-media-rotator-el a:before {
  content: " ";
  position: absolute;
  background: #fff;
  height: 6px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.cm-media-rotator-el:last-of-type {
  border-right: none;
}
.cm-media-rotator-el:hover {
  cursor: pointer;
}
.cm-media-rotator-el:hover a:before {
  content: " ";
  background: #00539b;
}
.cm-slide-active_3 .cm-media-rotator-el:first-child + .cm-media-rotator-el + .cm-media-rotator-el + .cm-media-rotator-el,
.cm-slide-active_2 .cm-media-rotator-el:first-child + .cm-media-rotator-el + .cm-media-rotator-el,
.cm-slide-active_1 .cm-media-rotator-el:first-child + .cm-media-rotator-el,
.cm-slide-active_0 .cm-media-rotator-el:first-child {
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0%, rgba(0, 0, 0, 0.13) 100%);
  background-image: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgba(0, 0, 0, 0.13) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f8f8', endColorstr='#21000000', GradientType=0);
}
.cm-slide-active_3 .cm-media-rotator-el:first-child + .cm-media-rotator-el + .cm-media-rotator-el + .cm-media-rotator-el .cm-share-icon,
.cm-slide-active_2 .cm-media-rotator-el:first-child + .cm-media-rotator-el + .cm-media-rotator-el .cm-share-icon,
.cm-slide-active_1 .cm-media-rotator-el:first-child + .cm-media-rotator-el .cm-share-icon,
.cm-slide-active_0 .cm-media-rotator-el:first-child .cm-share-icon {
  color: #b8b8b8;
}
.cm-slide-active_3 .cm-media-rotator-el:nth-of-type(4) a:before,
.cm-slide-active_2 .cm-media-rotator-el:nth-of-type(3) a:before,
.cm-slide-active_1 .cm-media-rotator-el:nth-of-type(2) a:before,
.cm-slide-active_0 .cm-media-rotator-el:nth-of-type(1) a:before {
  content: " ";
  background: #00539b;
}
.cm-swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.cm-swipe-wrap {
  overflow: hidden;
  position: relative;
  min-height: 388px;
}
.cm-swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
.cm-media-rotator-arrow {
  position: absolute;
  z-index: 99;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  left: 0;
  top: 123px;
  width: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.cm-media-rotator-arrow: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: "\e008";
  font-size: 40px;
  line-height: 164px;
  opacity: 1;
}
.cm-media-rotator-arrow.cm-media-rotator-nxt {
  left: auto;
  right: 0;
}
.cm-media-rotator-arrow.cm-media-rotator-nxt:before {
  content: "\e005";
}
.cm-media-rotator-ad-sponsor {
  min-width: 190px;
  float: right !important;
  margin-bottom: 9px;
}
.cm-media-rotator-ad-sponsor .cm-sponsored {
  float: left;
  padding: 18px 5px 0;
  font: italic 10px 'Merriweather', sans-serif;
  font-weight: bold;
}
.cm-media-rotator-ad-sponsor .adgeletti-ad-div {
  display: inline-block;
  padding-top: 10px;
}
.cm-media-rotator-ad-sponsor-heading {
  max-height: 46px;
  height: auto;
}
.cm-media-rotator-ad-hide {
  display: none;
}
.cm-media-rotator-ad-tl span {
  color: #000;
  text-transform: uppercase;
  font-size: 9px;
}
.cm-media-rotator-header {
  width: 100%;
  float: left;
}
.adgeletti-ad-div.NPR01 {
  position: relative;
  bottom: 15px;
  height: 0px;
}
.cm-mini-rotator {
  position: relative;
  background-color: #fff;
  border: solid 1px #ddd;
  width: 580px;
  height: 300px;
}
.cm-mini-rotator h3 {
  margin-top: 0;
}
.cm-mini-rotator:hover .cm-media-rotator-arrow {
  width: 50px;
  cursor: pointer;
}
.cm-mini-rotator .cm-media-rotator-arrow {
  top: 80px;
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.cm-mini-rotator .cm-media-rotator-arrow:before {
  font-size: 20px;
  line-height: 90px;
}
.cm-mini-rotator .cm-rotator-cards {
  height: 210px;
  margin: 29px 29px 9px 29px;
}
.cm-mini-rotator .cm-rotator-cards .cm-rotator-card {
  background-color: #fff;
  height: 210px;
  position: relative;
  display: table;
}
.cm-mini-rotator .cm-rotator-cards .cm-rotator-card img {
  width: 300px;
  height: 210px;
}
.cm-mini-rotator .cm-rotator-cards .cm-rotator-card a {
  display: table-row;
}
.cm-mini-rotator .cm-rotator-cards .cm-rotator-card div,
.cm-mini-rotator .cm-rotator-cards .cm-rotator-card img {
  display: table-cell;
  vertical-align: top;
}
.cm-mini-rotator .cm-rotator-cards .cm-rotator-caption {
  height: 210px;
  padding-left: 20px;
  min-width: 220px;
  overflow: hidden;
}
.cm-mini-rotator .cm-rotator-footer {
  border-top: solid 1px #ddd;
  height: 50px;
  margin-top: 9px;
  padding: 10px 29px;
  position: relative;
}
.cm-mini-rotator .cm-rotator-footer > div {
  position: absolute;
  top: 0;
  left: 0;
}
.cm-mini-rotator .cm-rotator-footer .cm-rotator-nav {
  margin-top: 12px;
  text-align: center;
  width: 130px;
  font-weight: bold;
  margin-left: 240px;
}
.cm-mini-rotator .cm-rotator-footer .cm-share-icon {
  margin-top: 5px;
  margin-left: 29px;
}
.cm-mini-rotator .cm-rotator-footer .cm-btn-more {
  top: 12px;
}
/* ==========================================================================
cmgGallery styles
========================================================================== */
.cm-immersive-header {
  position: relative;
}
.cm-immersive-gallery-parent,
.cm-gallery-parent-standard,
.cm-gallery-parent {
  -webkit-user-select: none;
}
.cm-immersive-gallery-parent.cm-gallery-ad-active .cm-gallery-primary,
.cm-gallery-parent-standard.cm-gallery-ad-active .cm-gallery-primary,
.cm-gallery-parent.cm-gallery-ad-active .cm-gallery-primary {
  opacity: 0;
}
.cm-immersive-gallery-parent.cm-gallery-ad-active .cm-ad-place,
.cm-gallery-parent-standard.cm-gallery-ad-active .cm-ad-place,
.cm-gallery-parent.cm-gallery-ad-active .cm-ad-place {
  z-index: 2;
}
.cm-immersive-gallery-parent .cm-gallery-previous,
.cm-gallery-parent-standard .cm-gallery-previous,
.cm-gallery-parent .cm-gallery-previous,
.cm-immersive-gallery-parent .cm-gallery-next,
.cm-gallery-parent-standard .cm-gallery-next,
.cm-gallery-parent .cm-gallery-next {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.cm-immersive-gallery-parent .cm-gallery-primary,
.cm-gallery-parent-standard .cm-gallery-primary,
.cm-gallery-parent .cm-gallery-primary {
  opacity: 1;
}
.cm-immersive-gallery-parent .cm-gallery-primary,
.cm-gallery-parent-standard .cm-gallery-primary,
.cm-gallery-parent .cm-gallery-primary {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.cm-immersive-gallery-parent.cm-gallery-loading,
.cm-gallery-parent-standard.cm-gallery-loading,
.cm-gallery-parent.cm-gallery-loading {
  width: 100%;
  height: 662px;
  background: #ffffff url('../../../common/v2newspaper/images/loading_31x31.gif') center center no-repeat;
}
.cm-immersive-gallery-parent.cm-is-touch.cm-gallery-ad-active .cm-gallery .cm-rotator-arrow,
.cm-gallery-parent-standard.cm-is-touch.cm-gallery-ad-active .cm-gallery .cm-rotator-arrow,
.cm-gallery-parent.cm-is-touch.cm-gallery-ad-active .cm-gallery .cm-rotator-arrow {
  width: 70px;
}
.cm-immersive-gallery-parent.cm-is-touch .cm-gallery .cm-gallery-primary .cm-img-gallery-caption,
.cm-gallery-parent-standard.cm-is-touch .cm-gallery .cm-gallery-primary .cm-img-gallery-caption,
.cm-gallery-parent.cm-is-touch .cm-gallery .cm-gallery-primary .cm-img-gallery-caption {
  opacity: 0.8;
}
.cm-immersive-gallery-parent .cm-gallery-title-ad-container,
.cm-gallery-parent-standard .cm-gallery-title-ad-container,
.cm-gallery-parent .cm-gallery-title-ad-container {
  position: absolute;
  right: 0;
  text-align: right;
  min-width: 191px;
}
.cm-immersive-gallery-parent .cm-gallery-title-ad:before,
.cm-gallery-parent-standard .cm-gallery-title-ad:before,
.cm-gallery-parent .cm-gallery-title-ad:before {
  content: attr(data-label);
  float: left;
  padding: 10px 5px 0;
  font: italic 11px 'Merriweather', sans-serif;
}
.cm-immersive-gallery-parent .cm-ad-place,
.cm-gallery-parent-standard .cm-ad-place,
.cm-gallery-parent .cm-ad-place {
  position: absolute;
  width: 837px;
  height: 529.53061224px;
  top: 0;
  left: 1px;
  display: table;
}
.cm-immersive-gallery-parent .cm-ad-place .cm-ad-slide-container,
.cm-gallery-parent-standard .cm-ad-place .cm-ad-slide-container,
.cm-gallery-parent .cm-ad-place .cm-ad-slide-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #000;
  opacity: 0;
}
.cm-immersive-gallery-parent .cm-ad-place .cm-img-gallery-ad-slide,
.cm-gallery-parent-standard .cm-ad-place .cm-img-gallery-ad-slide,
.cm-gallery-parent .cm-ad-place .cm-img-gallery-ad-slide {
  display: none;
  position: relative;
}
.cm-immersive-gallery-parent .cm-rotator-arrow,
.cm-gallery-parent-standard .cm-rotator-arrow,
.cm-gallery-parent .cm-rotator-arrow {
  position: absolute;
  z-index: 1001;
  background: transparent;
  font-size: 32px;
  line-height: 37px;
  left: 0;
  top: 50%;
  padding: 0;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 132.38265306px;
  width: 70px;
  margin-top: -100px;
}
.cm-immersive-gallery-parent .cm-rotator-arrow:before,
.cm-gallery-parent-standard .cm-rotator-arrow:before,
.cm-gallery-parent .cm-rotator-arrow: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: "\e008";
  font-size: 33.09566327px;
  line-height: 132.38265306px;
  opacity: 1;
  margin: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  width: 0;
  overflow: hidden;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  left: 0;
  top: 0;
  height: 132.38265306px;
}
.cm-immersive-gallery-parent .cm-rotator-arrow:hover,
.cm-gallery-parent-standard .cm-rotator-arrow:hover,
.cm-gallery-parent .cm-rotator-arrow:hover {
  cursor: pointer;
}
.cm-immersive-gallery-parent .cm-rotator-arrow.cm-rotator-nxt,
.cm-gallery-parent-standard .cm-rotator-arrow.cm-rotator-nxt,
.cm-gallery-parent .cm-rotator-arrow.cm-rotator-nxt {
  left: auto;
  right: 0;
}
.cm-immersive-gallery-parent .cm-rotator-arrow.cm-rotator-nxt:before,
.cm-gallery-parent-standard .cm-rotator-arrow.cm-rotator-nxt:before,
.cm-gallery-parent .cm-rotator-arrow.cm-rotator-nxt:before {
  left: auto;
  right: 0;
  content: "\e005";
}
.cm-immersive-gallery-parent .cm-gallery,
.cm-gallery-parent-standard .cm-gallery,
.cm-gallery-parent .cm-gallery {
  width: 1180px;
  min-height: 529.53061224px;
  position: relative;
  overflow: hidden;
}
.cm-immersive-gallery-parent .cm-gallery:hover .cm-rotator-arrow:before,
.cm-gallery-parent-standard .cm-gallery:hover .cm-rotator-arrow:before,
.cm-gallery-parent .cm-gallery:hover .cm-rotator-arrow:before {
  width: 70px;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-mask,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-mask,
.cm-gallery-parent .cm-gallery .cm-gallery-mask {
  background: #242222;
  width: 171.5px;
  height: 529.53061224px;
  position: absolute;
  top: 0;
  z-index: 1000;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-mask:hover,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-mask:hover,
.cm-gallery-parent .cm-gallery .cm-gallery-mask:hover {
  cursor: pointer;
}
.cm-immersive-gallery-parent .cm-gallery .cm-img-gallery-slide,
.cm-gallery-parent-standard .cm-gallery .cm-img-gallery-slide,
.cm-gallery-parent .cm-gallery .cm-img-gallery-slide {
  position: absolute;
  top: 0;
  width: 837px;
  left: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.cm-immersive-gallery-parent .cm-gallery .cm-img-gallery-slide img,
.cm-gallery-parent-standard .cm-gallery .cm-img-gallery-slide img,
.cm-gallery-parent .cm-gallery .cm-img-gallery-slide img {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  display: block;
  width: 837px;
  height: 529.53061224px;
  border: 0;
}
.cm-immersive-gallery-parent .cm-gallery .cm-img-gallery-slide:hover,
.cm-gallery-parent-standard .cm-gallery .cm-img-gallery-slide:hover,
.cm-gallery-parent .cm-gallery .cm-img-gallery-slide:hover {
  cursor: pointer;
}
.cm-immersive-gallery-parent .cm-gallery .cm-img-gallery-slide.cm-gallery-primary,
.cm-gallery-parent-standard .cm-gallery .cm-img-gallery-slide.cm-gallery-primary,
.cm-gallery-parent .cm-gallery .cm-img-gallery-slide.cm-gallery-primary {
  /*
        &.cm-img-gallery-slide-blank {
          display: block;
        }
*/
}
.cm-immersive-gallery-parent .cm-gallery .cm-img-gallery-slide.cm-gallery-primary:hover .cm-img-gallery-caption,
.cm-gallery-parent-standard .cm-gallery .cm-img-gallery-slide.cm-gallery-primary:hover .cm-img-gallery-caption,
.cm-gallery-parent .cm-gallery .cm-img-gallery-slide.cm-gallery-primary:hover .cm-img-gallery-caption {
  opacity: 0.8;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-stage:hover .cm-gallery-primary .cm-img-gallery-caption,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-stage:hover .cm-gallery-primary .cm-img-gallery-caption,
.cm-gallery-parent .cm-gallery .cm-gallery-stage:hover .cm-gallery-primary .cm-img-gallery-caption {
  opacity: 0.8;
}
.cm-immersive-gallery-parent .cm-gallery .cm-img-gallery-caption,
.cm-gallery-parent-standard .cm-gallery .cm-img-gallery-caption,
.cm-gallery-parent .cm-gallery .cm-img-gallery-caption {
  font-family: "Arial", sans-serif;
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 20px;
  opacity: 0;
  position: absolute;
  bottom: -1px;
  width: 837px;
  overflow: hidden;
  white-space: normal;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.cm-immersive-gallery-parent .cm-gallery .cm-img-gallery-caption a,
.cm-gallery-parent-standard .cm-gallery .cm-img-gallery-caption a,
.cm-gallery-parent .cm-gallery .cm-img-gallery-caption a {
  font-weight: bold;
}
.cm-immersive-gallery-parent .cm-gallery .cm-img-gallery-caption .cm-img-gallery-credit,
.cm-gallery-parent-standard .cm-gallery .cm-img-gallery-caption .cm-img-gallery-credit,
.cm-gallery-parent .cm-gallery .cm-img-gallery-caption .cm-img-gallery-credit {
  text-align: right;
  margin-top: 20px;
  font: bold italic 11px 'Merriweather', serif;
}
.cm-immersive-gallery-parent .cm-gallery .cm-left-mask,
.cm-gallery-parent-standard .cm-gallery .cm-left-mask,
.cm-gallery-parent .cm-gallery .cm-left-mask {
  background-position: 837px 0;
}
.cm-immersive-gallery-parent .cm-gallery .cm-left-mask:after,
.cm-gallery-parent-standard .cm-gallery .cm-left-mask:after,
.cm-gallery-parent .cm-gallery .cm-left-mask:after {
  box-shadow: -10px -4px 10px rgba(0, 0, 0, 0.7);
  content: " ";
  height: 100%;
  right: -15px;
  position: absolute;
  top: 0;
  width: 15px;
}
.cm-immersive-gallery-parent .cm-gallery .cm-right-mask:before,
.cm-gallery-parent-standard .cm-gallery .cm-right-mask:before,
.cm-gallery-parent .cm-gallery .cm-right-mask:before {
  box-shadow: 10px -4px 10px rgba(0, 0, 0, 0.7);
  content: " ";
  height: 100%;
  position: absolute;
  left: -15px;
  width: 15px;
  top: 0;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-control-container,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-control-container,
.cm-gallery-parent .cm-gallery .cm-gallery-control-container {
  display: table;
  background: #fff;
  padding: 10px 0 10px 20px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ddd;
  position: relative;
  min-height: 68.83897959px;
  height: auto;
  width: 1180px;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-control-container .cm-gallery-control-cell,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-control-container .cm-gallery-control-cell,
.cm-gallery-parent .cm-gallery .cm-gallery-control-container .cm-gallery-control-cell {
  display: table-cell;
  text-align: right;
  width: 85%;
  vertical-align: middle;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-control-container .cm-gallery-control-cell:first-of-type,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-control-container .cm-gallery-control-cell:first-of-type,
.cm-gallery-parent .cm-gallery .cm-gallery-control-container .cm-gallery-control-cell:first-of-type {
  width: 15%;
  text-align: left;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-controls,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-controls,
.cm-gallery-parent .cm-gallery .cm-gallery-controls {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-controls li,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-controls li,
.cm-gallery-parent .cm-gallery .cm-gallery-controls li {
  display: inline-block;
  margin-right: 30px;
  color: #000;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-controls li:before,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-controls li:before,
.cm-gallery-parent .cm-gallery .cm-gallery-controls li:before {
  position: absolute;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-controls li:last-of-type,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-controls li:last-of-type,
.cm-gallery-parent .cm-gallery .cm-gallery-controls li:last-of-type {
  margin-right: 0;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-controls li.cm-gallery-counter,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-controls li.cm-gallery-counter,
.cm-gallery-parent .cm-gallery .cm-gallery-controls li.cm-gallery-counter {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-controls li.cm-share-icon,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-controls li.cm-share-icon,
.cm-gallery-parent .cm-gallery .cm-gallery-controls li.cm-share-icon {
  width: 27px;
  height: 20px;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-controls li.cm-expand-icon,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-controls li.cm-expand-icon,
.cm-gallery-parent .cm-gallery .cm-gallery-controls li.cm-expand-icon {
  width: 35px;
  height: 20px;
  cursor: pointer;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-controls li.cm-expand-icon:before,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-controls li.cm-expand-icon:before,
.cm-gallery-parent .cm-gallery .cm-gallery-controls li.cm-expand-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: "\e026";
  font-size: 26px;
  padding-top: 0;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-meta-container,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-meta-container,
.cm-gallery-parent .cm-gallery .cm-gallery-meta-container {
  display: block;
  margin-right: 20.06px;
  height: 100%;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-meta-container .cm-gallery-meta,
.cm-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta {
  display: inline-block;
  vertical-align: middle;
  max-width: 460.2px;
  text-align: right;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta:nth-of-type(2),
.cm-gallery-parent-standard .cm-gallery .cm-gallery-meta-container .cm-gallery-meta:nth-of-type(2),
.cm-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta:nth-of-type(2) {
  border-left: 1px solid #000;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link,
.cm-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #000;
  display: table;
  cursor: pointer;
  text-align: left;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link a,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link a,
.cm-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link a {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b,
.cm-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 15px;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b [class^="cm-icon-"]:before,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b [class^="cm-icon-"]:before,
.cm-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b [class^="cm-icon-"]:before,
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b [class*=" cm-icon-"]:before,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b [class*=" cm-icon-"]:before,
.cm-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b [class*=" cm-icon-"]:before {
  margin-right: 10px;
  margin-left: 25px;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b [class^="cm-icon-"]:before:first-of-type,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b [class^="cm-icon-"]:before:first-of-type,
.cm-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b [class^="cm-icon-"]:before:first-of-type,
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b [class*=" cm-icon-"]:before:first-of-type,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b [class*=" cm-icon-"]:before:first-of-type,
.cm-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b [class*=" cm-icon-"]:before:first-of-type {
  margin-left: 0;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b .cm-icon-right:before,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b .cm-icon-right:before,
.cm-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b .cm-icon-right:before {
  vertical-align: -6px;
  font-size: 24px;
}
.cm-immersive-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b .cm-icon-photostack:before,
.cm-gallery-parent-standard .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b .cm-icon-photostack:before,
.cm-gallery-parent .cm-gallery .cm-gallery-meta-container .cm-gallery-meta .cm-meta-link b .cm-icon-photostack:before {
  vertical-align: -9px;
  font-size: 32px;
}
.cm-immersive-gallery-parent .cm-gallery-img-container,
.cm-gallery-parent-standard .cm-gallery-img-container,
.cm-gallery-parent .cm-gallery-img-container {
  width: 837px;
  height: 529.53061224px;
  margin: 0 auto;
  background: #242222 url('../../../common/v2newspaper/images/immersive_loading_31x31.gif') center center no-repeat;
  position: relative;
}
.cm-immersive-gallery-parent .cm-gallery-container,
.cm-gallery-parent-standard .cm-gallery-container,
.cm-gallery-parent .cm-gallery-container {
  position: relative;
  width: 1180px;
}
.cm-immersive-gallery-parent .cm-gallery-container .cm-section-btn,
.cm-gallery-parent-standard .cm-gallery-container .cm-section-btn,
.cm-gallery-parent .cm-gallery-container .cm-section-btn {
  position: absolute;
  right: -8px;
  top: 73px;
  z-index: 1002;
}
.cm-inline-gallery-header {
  float: left;
}
.cm-story-content .cm-gallery-container,
.cm-section-gallery .cm-gallery-container {
  width: 837px;
}
.cm-story-content .cm-gallery-title-ad-container,
.cm-section-gallery .cm-gallery-title-ad-container {
  position: static;
  float: right;
  margin-bottom: 12px;
}
.cm-story-content .cm-ad-place,
.cm-section-gallery .cm-ad-place {
  width: 837px;
  height: 529.53061224px;
  top: 0;
  left: 1px;
}
.cm-story-content .cm-gallery,
.cm-section-gallery .cm-gallery {
  width: 837px;
  min-height: 529.53061224px;
  position: relative;
  overflow: hidden;
}
.cm-story-content .cm-gallery.cm-captions-hidden .cm-gallery-control-container,
.cm-section-gallery .cm-gallery.cm-captions-hidden .cm-gallery-control-container {
  bottom: 0;
}
.cm-story-content .cm-gallery.cm-captions-hidden .cm-img-gallery-caption,
.cm-section-gallery .cm-gallery.cm-captions-hidden .cm-img-gallery-caption {
  bottom: -90px;
}
.cm-story-content .cm-gallery:hover .cm-img-gallery-active .cm-img-gallery-caption,
.cm-section-gallery .cm-gallery:hover .cm-img-gallery-active .cm-img-gallery-caption {
  opacity: 1;
}
.cm-story-content .cm-gallery .cm-img-gallery-slide,
.cm-section-gallery .cm-gallery .cm-img-gallery-slide {
  width: 837px;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.cm-story-content .cm-gallery .cm-img-gallery-slide img,
.cm-section-gallery .cm-gallery .cm-img-gallery-slide img {
  display: block;
  width: 837px;
  height: 529.53061224px;
  border: 0;
}
.cm-story-content .cm-gallery .cm-img-gallery-caption,
.cm-section-gallery .cm-gallery .cm-img-gallery-caption {
  font-family: "Arial", sans-serif;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 16px;
  padding: 20px;
  opacity: 1;
  position: absolute;
  bottom: -1px;
  width: 837px;
  overflow: hidden;
  white-space: normal;
  height: 90px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.cm-story-content .cm-gallery .cm-img-gallery-caption .cm-img-gallery-credit,
.cm-section-gallery .cm-gallery .cm-img-gallery-caption .cm-img-gallery-credit {
  text-align: right;
  margin-top: 20px;
  font: bold italic 11px 'Merriweather', serif;
}
.cm-story-content .cm-gallery .cm-gallery-control-container,
.cm-section-gallery .cm-gallery .cm-gallery-control-container {
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  display: table;
  background: transparent;
  padding: 0;
  border: none;
  position: absolute;
  bottom: 89px;
  min-height: 0;
  height: auto;
  width: 837px;
  z-index: 1002;
}
.cm-story-content .cm-gallery .cm-gallery-control-container .cm-gallery-control-cell,
.cm-section-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-control-cell {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.cm-story-content .cm-gallery .cm-gallery-control-container .cm-gallery-control-cell:first-of-type,
.cm-section-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-control-cell:first-of-type {
  text-align: right;
}
.cm-story-content .cm-gallery .cm-gallery-control-container .cm-gallery-controls,
.cm-section-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cm-story-content .cm-gallery .cm-gallery-control-container .cm-gallery-controls li,
.cm-section-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li {
  display: inline-block;
  margin-right: 6px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.cm-story-content .cm-gallery .cm-gallery-control-container .cm-gallery-controls li:before,
.cm-section-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li:before {
  position: static;
}
.cm-story-content .cm-gallery .cm-gallery-control-container .cm-gallery-controls li:last-of-type,
.cm-section-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li:last-of-type {
  margin-right: 6px;
}
.cm-story-content .cm-gallery .cm-gallery-control-container .cm-gallery-controls li.cm-gallery-counter,
.cm-section-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li.cm-gallery-counter {
  min-width: 55px;
}
.cm-story-content .cm-gallery .cm-gallery-control-container .cm-gallery-controls li.cm-caption-controller,
.cm-section-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li.cm-caption-controller {
  min-width: 107px;
  cursor: pointer;
}
.cm-story-content .cm-gallery .cm-gallery-control-container .cm-gallery-controls li.cm-share-icon,
.cm-section-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li.cm-share-icon {
  width: 27px;
  height: 20px;
}
.cm-story-content .cm-gallery .cm-gallery-control-container .cm-gallery-controls li .cm-expand-icon,
.cm-section-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li .cm-expand-icon {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.cm-story-content .cm-gallery .cm-gallery-control-container .cm-gallery-controls li .cm-expand-icon:before,
.cm-section-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li .cm-expand-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: "\e026";
  font-size: 20px;
  line-height: 12px;
}
.cm-immersive-gallery {
  background: #242222;
}
.cm-immersive-gallery .cm-navbar-top .cm-navbar-collapsed {
  top: 0 !important;
}
.cm-immersive-gallery .cm-navbar-pinned-story-container {
  visibility: hidden;
}
.cm-immersive-gallery .cm-immersive-placeholder {
  width: 100%;
  height: auto;
}
.cm-immersive-gallery .cm-immersive-gallery-parent.cm-is-touch.cm-gallery-ad-active .cm-rotator-arrow {
  width: 70px;
}
.cm-immersive-gallery.modal-open {
  overflow: auto;
}
.cm-immersive-gallery.modal-open .cm-fixed-container {
  overflow: hidden;
  position: fixed;
  height: 0;
}
.cm-immersive-gallery .cm-gallery-title-ad-container {
  position: static;
  float: right;
  margin-bottom: 12px;
}
.cm-immersive-gallery .cm-gallery-title-ad:before {
  color: #fff;
}
.cm-immersive-gallery .cm-ad-place {
  width: 980px;
  height: 620px;
  top: 0;
  left: 1px;
}
.cm-immersive-gallery .cm-caption-container {
  min-height: 60px;
  position: relative;
}
.cm-immersive-gallery .cm-caption-container.cm-img-gallery-caption-hidden {
  visibility: hidden;
}
.cm-immersive-gallery .cm-caption-container .cm-img-gallery-caption {
  display: none;
  font-family: arial, sans-serif;
  color: #fff;
  background: #242222;
  font-size: 14px;
  line-height: 16px;
  padding: 20px 0;
  opacity: 1;
  position: static;
  bottom: auto;
  width: 100%;
  max-width: 980px;
  overflow: hidden;
  white-space: normal;
  height: auto;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  width: 85%;
  min-width: 665px;
  margin: 0 auto;
}
.cm-immersive-gallery .cm-caption-container .cm-img-gallery-caption a {
  color: #fff;
}
.cm-immersive-gallery .cm-caption-container .cm-img-gallery-caption a:link {
  font-weight: bold;
  text-decoration: underline;
}
.cm-immersive-gallery .cm-caption-container .cm-img-gallery-caption a:hover {
  text-decoration: none;
}
.cm-immersive-gallery .cm-caption-container .cm-img-gallery-caption .cm-img-gallery-credit {
  text-align: right;
  margin-top: 20px;
  font: bold italic 11px 'Merriweather', serif;
}
.cm-immersive-gallery .cm-caption-container .cm-img-gallery-caption.cm-img-gallery-caption-active {
  display: block;
  color: #fff;
}
.cm-immersive-gallery .cm-immersive-gallery-curtain {
  position: absolute;
  top: 38px;
  z-index: 10001;
  background: #242222;
  width: 100%;
}
.cm-immersive-gallery .cm-immersive-gallery-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #242222;
  z-index: 10000;
}
.cm-immersive-gallery .cm-immersive-gallery-parent {
  position: relative;
  left: 0;
  width: 100%;
  min-width: 665px;
  margin: 0 auto;
}
.cm-immersive-gallery .cm-immersive-gallery-parent .cm-rotator-arrow {
  background: transparent;
  left: auto;
  width: 70px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: -77.5px;
}
.cm-immersive-gallery .cm-immersive-gallery-parent .cm-rotator-arrow:before {
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
}
.cm-immersive-gallery .cm-immersive-gallery-parent .cm-rotator-arrow.cm-rotator-nxt {
  left: auto;
  right: 0px;
}
.cm-immersive-gallery .cm-immersive-gallery-parent .cm-rotator-arrow.cm-rotator-nxt:before {
  content: "\e005";
}
.cm-immersive-gallery .cm-gallery-container {
  width: 85%;
  min-width: 665px;
  max-width: 980px;
  margin: 0 auto;
}
.cm-immersive-gallery .cm-immersive-nav-container {
  display: table;
  width: 100%;
  min-height: 70px;
  max-width: 1200px;
  margin: 112px auto 0 auto;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.cm-immersive-gallery .cm-immersive-nav-container .cm-immersive-nav-col {
  display: table-cell;
  color: #fff;
  width: 33%;
  vertical-align: middle;
}
.cm-immersive-gallery .cm-immersive-nav-container .cm-immersive-nav-col:nth-of-type(2) a:before,
.cm-immersive-gallery .cm-immersive-nav-container .cm-immersive-nav-col a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.cm-immersive-gallery .cm-immersive-nav-container .cm-immersive-nav-col:nth-of-type(2) {
  text-align: center;
}
.cm-immersive-gallery .cm-immersive-nav-container .cm-immersive-nav-col:nth-of-type(2) a {
  font-family: arial, sans-serif;
  font-size: 12px;
  text-transform: none;
}
.cm-immersive-gallery .cm-immersive-nav-container .cm-immersive-nav-col:nth-of-type(2) a:before {
  content: "Related " attr(data-content-type);
  margin-right: 6px;
  line-height: 1;
  vertical-align: text-bottom;
}
.cm-immersive-gallery .cm-immersive-nav-container .cm-immersive-nav-col:first-of-type a: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: "\e010";
  margin-right: 6px;
  font-size: 22px;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  display: inline-block;
}
.cm-immersive-gallery .cm-immersive-nav-container .cm-immersive-nav-col:first-of-type a.cm-immersive-home:before {
  content: "\e000";
}
.cm-immersive-gallery .cm-immersive-nav-container .cm-immersive-nav-col:last-of-type {
  text-align: right;
}
.cm-immersive-gallery .cm-immersive-nav-container .cm-immersive-nav-col:last-of-type a:first-of-type:after {
  content: "|";
  color: rgba(255, 255, 255, 0.5);
  margin: 0 8px;
}
.cm-immersive-gallery .cm-immersive-nav-container .cm-immersive-nav-col:last-of-type a:first-of-type: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: "\e000";
  margin-right: 6px;
  font-size: 22px;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  display: inline-block;
}
.cm-immersive-gallery .cm-immersive-nav-container .cm-immersive-nav-col:last-of-type a:last-of-type:after {
  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: "\e000";
  margin-left: 6px;
  font-size: 22px;
}
.cm-immersive-gallery .cm-immersive-header-container {
  width: 85%;
  min-width: 665px;
  max-width: 980px;
  display: table;
  margin: 0 auto 10px auto;
}
.cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
}
.cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col .cm-large-heading {
  color: #fff;
  margin-left: 0;
  font-family: arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  text-transform: none;
  margin: 0;
  line-height: 1;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col:last-of-type {
  width: 25%;
  text-align: right;
}
.cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col:last-of-type .cm-icon {
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col ul {
  margin: 0;
  padding: 0;
}
.cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col ul li {
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  display: inline-block;
  margin-right: 20px;
}
.cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col ul li:last-of-type {
  margin-right: 0;
}
.cm-immersive-gallery .cm-fixed-container {
  display: block;
  padding: 0;
  box-shadow: none;
  background: transparent;
  min-width: 980px;
}
.cm-immersive-gallery .cm-gallery {
  min-height: 0;
  width: 100%;
  max-width: 980px;
  position: relative;
  overflow: hidden;
}
.cm-immersive-gallery .cm-gallery .cm-gallery-img-container {
  height: auto;
  width: 100%;
  max-width: 980px;
  background: transparent url('../../../common/v2newspaper/images/immersive_loading_31x31.gif') center center no-repeat;
}
.cm-immersive-gallery .cm-gallery.cm-captions-hidden .cm-gallery-control-container {
  bottom: 0;
}
.cm-immersive-gallery .cm-gallery.cm-captions-hidden .cm-img-gallery-caption {
  bottom: -90px;
}
.cm-immersive-gallery .cm-gallery:hover .cm-img-gallery-active .cm-img-gallery-caption {
  opacity: 1;
}
.cm-immersive-gallery .cm-gallery .cm-rotator-arrow {
  left: 0px;
  background: transparent;
  left: auto;
  width: 70px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cm-immersive-gallery .cm-gallery .cm-rotator-arrow.cm-rotator-nxt {
  left: auto;
  right: 0px;
}
.cm-immersive-gallery .cm-gallery .cm-img-gallery-slide {
  width: 100%;
  max-width: 980px;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.cm-immersive-gallery .cm-gallery .cm-img-gallery-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 980px;
  max-height: 620px;
  border: 0;
}
.cm-immersive-gallery .cm-gallery .cm-gallery-control-container {
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  display: table;
  background: transparent;
  padding: 0;
  border: none;
  position: absolute;
  bottom: auto;
  top: 94%;
  min-height: 0;
  height: auto;
  width: 100%;
  max-width: 980px;
  z-index: 999;
  left: 1%;
}
.cm-immersive-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-control-cell {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.cm-immersive-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-control-cell:first-of-type {
  text-align: left;
}
.cm-immersive-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cm-immersive-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li {
  display: inline-block;
  margin-right: 0;
  color: #fff;
  background-size: transparent;
  padding: 6px;
  font-size: 12px;
  font-family: arial, sans-serif;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
.cm-immersive-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li:before {
  position: static;
}
.cm-immersive-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li:last-of-type {
  margin-right: 6px;
}
.cm-immersive-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li.cm-gallery-counter {
  background: #000;
  background: rgba(0, 0, 0, 0.68);
}
.cm-immersive-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li.cm-caption-controller {
  min-width: 107px;
}
.cm-immersive-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li.cm-share-icon {
  width: 27px;
  height: 20px;
}
.cm-immersive-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li .cm-expand-icon {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.cm-immersive-gallery .cm-gallery .cm-gallery-control-container .cm-gallery-controls li .cm-expand-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: "\e026";
  font-size: 20px;
  line-height: 12px;
}
@media screen and (max-width: 1200px) {
  .cm-immersive-gallery .cm-caption-container .cm-img-gallery-caption {
    padding: 15px 0;
    font-size: 12px;
    line-height: 14px;
  }
  .cm-immersive-gallery .cm-immersive-nav-container {
    min-height: 50px;
  }
  .cm-immersive-gallery .cm-immersive-header-container {
    margin: 0 auto 5px auto;
  }
  .cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col .cm-large-heading {
    font-size: 32px;
  }
  .cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col ul li {
    margin-right: 15px;
  }
  .cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col:last-of-type .cm-icon {
    font-size: 20px;
  }
}
@media screen and (max-width: 979px) {
  .cm-immersive-gallery .cm-caption-container .cm-img-gallery-caption {
    padding: 10px 0;
    font-size: 12px;
  }
  .cm-immersive-gallery .cm-immersive-nav-container {
    min-height: 30px;
  }
  .cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col .cm-large-heading {
    font-size: 20px;
  }
  .cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col ul li {
    margin-right: 10px;
  }
  .cm-immersive-gallery .cm-immersive-header-container .cm-immersive-header-col:last-of-type .cm-icon {
    font-size: 16px;
  }
  .cm-immersive-gallery .cm-gallery .cm-gallery-control-container {
    top: 93%;
  }
}
.cm-weather-traffic-box {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  width: 530px;
  height: 80px;
}
.cm-weather-traffic-box .cm-weather-traffic-section {
  height: 80%;
  width: 50%;
  margin: 0;
  display: inline-block;
  float: left;
  position: relative;
  padding: 0 10px;
  margin-top: 7px;
}
.cm-weather-traffic-box .cm-weather-traffic-section#cm-weather-section {
  border-right: 1px solid #555;
}
.cm-weather-traffic-box .cm-weather-traffic-section#cm-traffic-section {
  padding-left: 22px;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-box > :first-child {
  box-shadow: inset -1px 0px 0 0 #1e1a1a, 0 3px 0 -1px #332f2f, 1px 3px 0 -1px #332f2f, 1px 2px 0 0 #544e4e;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-info-container {
  width: 150px;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-info-container .cm-weather-traffic-zip {
  font-size: 10px;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-map {
  float: right;
  margin-right: 6px;
  margin-top: 6px;
  position: relative;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-map #cm-traffic-badge {
  top: 0;
  right: 1px;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-traffic-title {
  margin-bottom: 13px;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-temp {
  position: absolute;
  right: 20px;
  cursor: pointer;
  line-height: 65px;
  font-size: 58px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-temp:hover {
  color: #eaeaea;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-button-container {
  float: left;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-button-container .cm-weather-traffic-button {
  cursor: pointer;
  background-color: #000000;
  margin-right: 7px;
  margin-top: 9px;
  padding: 4px 5px;
  float: left;
  font: bold 8px/11px arial;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-button-container .cm-weather-traffic-button:before {
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-button-container a:hover .cm-weather-traffic-button,
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-button-container a:focus .cm-weather-traffic-button,
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-button-container a:active .cm-weather-traffic-button {
  background-color: #00539b;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-icon {
  position: relative;
  margin-top: 5px;
  margin-left: 24px;
  float: left;
}
.cm-weather-traffic-box .cm-weather-traffic-section .cm-weather-traffic-title-zip-container {
  float: left;
}
.cm-weather-traffic-box a,
.cm-weather-traffic-box a:hover,
.cm-weather-traffic-box a:link,
.cm-weather-traffic-box a:visited {
  color: inherit;
}
.cm-weather-alert-container,
.cm-alert-badge {
  display: none;
}
.cm-weather-alert-label {
  color: #fff;
  background: #f50000;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-bottom: 0;
  margin-left: 130px;
  padding: 4px 17px 3px 17px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.cm-weather-alert-label:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 22px;
  background: url('../../../common/v2newspaper/weather_alert_tab.png') 0 0 no-repeat;
  bottom: -22px;
  left: 15px;
  z-index: 99;
}
.cm-alert-badge {
  background-color: #f50000;
  color: white;
  font-size: 9px;
  font-weight: normal;
  border: solid 1px #f00000;
  border-radius: 10px;
  padding: 0 3px;
  min-width: 15px;
  line-height: 12px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 1px;
}
.cm-weather-alert-label {
  color: #fff;
  background: #f50000;
  display: inline-block;
  position: absolute;
  top: -17px;
  left: -14px;
  margin-bottom: 0;
  margin-left: 130px;
  padding: 4px 17px 3px 17px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.cm-weather-alert-label:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 22px;
  background: url('../../../common/v2newspaper/weather_alert_tab.png') 0 0 no-repeat;
  bottom: -22px;
  left: 15px;
  z-index: 99;
}
/* ==========================================================================
   Big Story classes
   ========================================================================== */
.cm-media-big-story-container {
  background-color: #ffffff;
  width: 620px;
  height: 248px;
  float: left;
}
.cm-media-big-story {
  position: relative;
  width: 100%;
}
.cm-media-big-story .cm-media-big-story-headline a {
  font-size: 45px;
  font-family: "Oswald";
  color: #a31200;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.935em;
  position: absolute;
  top: 26px;
  left: 29px;
}
.cm-media-big-story .cm-media-big-story-tease-text {
  font-size: 24px;
  font-family: "Arial";
  color: #000000;
  font-weight: bold;
  text-align: left;
  line-height: 1.25em;
  position: absolute;
  top: 77px;
  left: 29px;
  width: 550px;
  height: 53px;
}
.cm-media-big-story .cm-media-big-story-cards {
  position: absolute;
  left: 19px;
  top: 167px;
}
.cm-media-big-story .cm-media-big-story-cards .cm-storycard-image_small {
  width: 278px;
  margin-left: 15px;
}
/* ==========================================================================
   Modal classes
   ========================================================================== */
.cm-modal-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #666;
  display: none;
  z-index: 10001;
}
.cm-modal-spinner:before {
  width: 38px;
  height: 38px;
  margin: 6px 0 0 6px;
  background: url('../../../common/v2newspaper/images/spinner.gif') 0 0 no-repeat;
  background-size: contain;
  display: block;
  content: " ";
}
body.cm-disable-scroll {
  height: 100%;
  overflow: hidden;
}
.cm-modal-container .cm-modal-backdrop {
  position: relative;
  top: 0;
  left: 0;
  background: #242222;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 10;
}
.cm-modal-container .popover {
  z-index: 100;
}
.cm-modal-container .cm-modal-content {
  position: relative;
  background: #fff;
  width: 1200px;
  margin: 112px auto 0;
  z-index: 1;
}
.cm-modal-container .cm-modal-content .cm-navbar-pinned-content-outside {
  display: none;
}
.cm-modal-container .cm-close-modal {
  cursor: pointer;
  display: block;
  z-index: 10002;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  text-align: center;
  background: #00539b;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 581px;
  text-indent: -100000px;
}
.cm-modal-container .cm-close-modal.scrolling {
  position: fixed;
  top: 40px;
}
.cm-modal-container .cm-close-modal: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;
  vertical-align: text-top;
  text-indent: 0;
  speak: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 34px;
  color: #fff;
  content: '\e010';
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cm-modal-container .cm-close-modal:hover {
  color: #fff;
}
.cm-modal-container .cm-close-modal.cm-headline-visible {
  top: 80px;
}
.cm-modal-container .cm-close-modal.cm-breaking-news-visible {
  top: 76px;
}
.cm-modal-container .cm-close-modal.cm-breaking-news-visible.cm-headline-visible {
  top: 116px;
}
.cm-modal-container.cm-modal-wallpaper .cm-modal-content {
  margin-top: 0;
}
.cm-modal-container.cm-modal-wallpaper .cm-close-modal:not(.scrolling) {
  top: 202px;
}
body.modal .cm-modal-backdrop {
  display: block;
}
.cm-abbreviated-nav .cm-modal-container .cm-modal-content {
  margin-top: 40px;
}
.cm-abbreviated-nav .cm-modal-container.cm-modal-wallpaper .cm-modal-content {
  margin-top: 0;
}
.cm-abbreviated-nav .cm-modal-container.cm-modal-wallpaper .cm-close-modal:not(.scrolling) {
  top: 131px;
}
/* ==========================================================================
   Simple modal classes
   ========================================================================== */
.cm-simple-modal {
  z-index: 1000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.cm-simple-modal .cm-simple-modal-wrapper {
  background: white;
  position: relative;
  padding: 0 20px 20px 20px;
}
.cm-simple-modal .cm-simple-modal-wrapper .cm-simple-modal-header {
  text-align: right;
  font-size: 25px;
}
.cm-simple-modal .cm-simple-modal-wrapper .provider-cinesport-vamp {
  background: #f4f4f4;
}
.cm-simple-modal .cm-simple-modal-wrapper .provider-cinesport-vamp iframe {
  margin: -25px auto auto auto !important;
  position: relative !important;
  display: block !important;
}
.cm-traffic {
  color: #000;
  padding-bottom: 54px;
  background-color: #ededed;
}
.cm-traffic .cm-traffic-header-container {
  width: 100%;
  height: 98px;
  padding: 28px 0;
  background-color: #2a2828;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.cm-traffic header {
  margin: auto;
  /* override global h1 margin */
  width: 100%;
}
.cm-traffic header * {
  display: inline-block;
  vertical-align: middle;
}
.cm-traffic header h1 {
  margin: 0;
  font-size: 32px;
  text-transform: uppercase;
}
.cm-traffic-brought-by {
  float: right;
  font-family: "Merriweather", serif;
  font-size: 9px;
  font-style: italic;
  font-weight: bold;
  position: relative;
  top: 7px;
}
.cm-traffic-brought-by > div:before {
  margin-right: 7px;
  content: attr(data-label);
}
.cm-traffic-banner-ad {
  margin: 12px auto 13px;
  text-align: center;
}
.cm-traffic-contents {
  width: 100%;
  height: 650px;
  margin: 13px auto 0;
}
.cm-traffic-share {
  text-align: right;
  margin: 10px auto 0;
  width: 100%;
}
.cm-traffic-share a {
  margin-left: 8px;
}
/*** Chatter ***/
.cm-lc-widget {
  width: 241px;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.cm-lc-widget a {
  color: #00539b;
}
.cm-lc-widget a:hover,
.cm-lc-widget a:focus,
.cm-lc-widget a:active {
  color: #000000;
}
.cm-column-300 .cm-lc-widget,
.cm-column-300 .cm-lc-container,
.cm-column-300 .cm-lc-content {
  width: 300px;
  box-sizing: border-box;
}
.cm-lc-container {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1px;
  width: 239px;
  font-family: arial, sans-serif;
  font-size: 12px;
  text-align: left;
  position: relative;
}
.cm-lc-content {
  border-bottom: 0;
  height: 1023px;
  overflow: hidden;
  width: 100%;
}
.cm-lc-content-homepage {
  height: 1555px;
}
.cm-lc-content-homepage-short {
  height: 1101px;
}
.cm-lc-body {
  overflow: hidden;
  width: 100%;
  height: 1567px;
  max-height: 1567px;
}
.cm-lc-topic-content {
  padding: 15px 12px;
}
.cm-lc-topic-content,
.cm-lc-view .hub-list article.content {
  border: 0;
  border-bottom: 2px solid #e4e4e4;
}
.cm-lc-view .hub-list-more,
.cm-lc-view .hub-list-queue {
  background: #fff;
  border-radius: 0;
}
.cm-lc-body > div:last-child .cm-lc-topic-content {
  border-bottom: 0;
}
.cm-lc-topic-body {
  margin: 0;
  padding-left: 4px;
  clear: left;
  max-width: 100%;
}
.cm-lc-topic-image {
  margin: 0 0 15px;
}
.cm-lc-topic-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cm-lc-topic-title {
  font: bold 13px arial, sans-serif;
  margin-bottom: 15px;
  word-break: break-word;
}
.cm-lc-topic-title a {
  color: #000;
  text-decoration: none;
}
.cm-lc-topic-text,
.cm-lc-view .content .content-body > * {
  font: bold italic 13px 'Merriweather', serif;
  padding-left: 45px;
  position: relative;
  min-height: 35px;
  max-height: 153px;
  height: auto;
  font-weight: bold;
  word-break: break-word;
  width: auto;
  max-width: 100%;
  overflow: hidden;
}
.cm-lc-topic-text:before,
.cm-lc-view .content .content-body > *:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  color: #000;
  speak: none;
  font-size: 36px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: "\e030";
}
.cm-lc-topic-text:after,
.cm-lc-view .content .content-body > *:after {
  content: "”";
}
.cm-lc-topic-text p,
.cm-lc-view .content .content-body > * p,
.cm-lc-topic-text br,
.cm-lc-view .content .content-body > * br {
  margin: 0;
  display: inline;
}
.cm-lc-topic-text img,
.cm-lc-view .content .content-body > * img {
  max-width: 100%;
}
.cm-lc-topic-footer {
  margin-top: 25px;
  padding: 0 3px;
  font-size: 10px;
}
.cm-lc-author {
  font: italic 10px 'Merriweather', serif;
  color: #6c6c6c;
}
.cm-lc-author-name {
  display: block;
  width: 80%;
  max-width: 80%;
}
.cm-lc-author-name a {
  color: #6c6c6c;
  text-decoration: none;
}
.cm-lc-topic-timestamp {
  float: right;
  text-align: right;
  padding-left: 14px;
}
.cm-lc-topic-timestamp:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  vertical-align: text-top;
  font-size: 10px;
  color: #6c6c6c;
  padding-right: 2px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e022";
}
.cm-lc-topic-timestamp img {
  float: none;
  vertical-align: middle;
}
.cm-lc-more {
  display: block;
  position: absolute;
  bottom: 14px;
  right: -5px;
}
.cm-lc-footer {
  position: absolute;
  bottom: 0;
  width: 237px;
  height: 19px;
  left: 1px;
  border-bottom: 1px solid #ddd;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
/* antiscroll override */
.cm-lc-widget .antiscroll-scrollbar-horizontal,
.cm-lc-widget .hub-list-footer,
.cm-lc-view .content-source-logo,
.cm-lc-view .content-header .content-author-avatar,
.cm-lc-view .content > div > [class*='content-attachments-'] {
  display: none;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: local('Merriweather Italic'), local('Merriweather-Italic'), url(http://fonts.gstatic.com/s/merriweather/v8/So5lHxHT37p2SS4-t60SlMAbIeegqMtwkwn2ZHUR4Nk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: local('Merriweather Italic'), local('Merriweather-Italic'), url(http://fonts.gstatic.com/s/merriweather/v8/So5lHxHT37p2SS4-t60SlBMBlNeli-0RcAdOFWWLdxQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(http://fonts.gstatic.com/s/merriweather/v8/EYh7Vl4ywhowqULgRdYwIOR3LJ09PnibSpWhv21tZ8w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(http://fonts.gstatic.com/s/merriweather/v8/EYh7Vl4ywhowqULgRdYwIEcqRxak6Wc5LUVz-l064SE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(http://fonts.gstatic.com/s/oswald/v10/l1cOQ90roY9yC7voEhngDBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(http://fonts.gstatic.com/s/oswald/v10/HqHm7BVC_nzzTui2lzQTDVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(http://fonts.gstatic.com/s/oswald/v10/dI-qzxlKVQA6TUC5RKSb3xJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(http://fonts.gstatic.com/s/oswald/v10/bH7276GfdCjMjApa_dkG6VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
.cm-section-btn {
  background-color: #00539b;
}
.cm-section-buzz .cm-section-btn {
  background-color: #00539b;
}
.cm-section-life .cm-section-btn {
  background-color: #9f1897;
}
.cm-section-neighborhoods .cm-section-btn {
  background-color: #ff7300;
}
.cm-section-news .cm-section-btn {
  background-color: #a31e24;
}
.cm-section-shop .cm-section-btn {
  background-color: #00539b;
}
.cm-section-sports .cm-section-btn {
  background-color: #fea71b;
}
.cm-section-classifieds .cm-section-btn {
  background-color: #62b246;
}
.cm-section-thingstodo .cm-section-btn,
.cm-section-austin360 .cm-section-btn {
  background-color: #009fdd;
}
.cm-section-ahorasi .cm-section-btn {
  background-color: #00539b;
}
.cm-section-real-estate .cm-section-btn {
  background-color: #00539b;
}
.cm-section-food .cm-section-btn {
  background-color: #00539b;
}
.cm-section-movies .cm-section-btn {
  background-color: #00539b;
}
.cm-section-arts .cm-section-btn {
  background-color: #00539b;
}
.cm-section-whattodo .cm-section-btn {
  background-color: #00539b;
}
.cm-section-whattoknow .cm-section-btn {
  background-color: #00539b;
}
.cm-section-whattolove .cm-section-btn {
  background-color: #00539b;
}
 > .cm-section-btn {
  background-color: #00539b;
}
.cm-section-buzz  > .cm-section-btn {
  background-color: #00539b;
}
.cm-section-life  > .cm-section-btn {
  background-color: #9f1897;
}
.cm-section-neighborhoods  > .cm-section-btn {
  background-color: #ff7300;
}
.cm-section-news  > .cm-section-btn {
  background-color: #a31e24;
}
.cm-section-shop  > .cm-section-btn {
  background-color: #00539b;
}
.cm-section-sports  > .cm-section-btn {
  background-color: #fea71b;
}
.cm-section-classifieds  > .cm-section-btn {
  background-color: #62b246;
}
.cm-section-thingstodo  > .cm-section-btn,
.cm-section-austin360  > .cm-section-btn {
  background-color: #009fdd;
}
.cm-section-ahorasi  > .cm-section-btn {
  background-color: #00539b;
}
.cm-section-real-estate  > .cm-section-btn {
  background-color: #00539b;
}
.cm-section-food  > .cm-section-btn {
  background-color: #00539b;
}
.cm-section-movies  > .cm-section-btn {
  background-color: #00539b;
}
.cm-section-arts  > .cm-section-btn {
  background-color: #00539b;
}
.cm-section-whattodo  > .cm-section-btn {
  background-color: #00539b;
}
.cm-section-whattoknow  > .cm-section-btn {
  background-color: #00539b;
}
.cm-section-whattolove  > .cm-section-btn {
  background-color: #00539b;
}
.cm-section-tag {
  background-color: #00539b;
}
.cm-section-buzz .cm-section-tag {
  background-color: #00539b;
}
.cm-section-life .cm-section-tag {
  background-color: #9f1897;
}
.cm-section-neighborhoods .cm-section-tag {
  background-color: #ff7300;
}
.cm-section-news .cm-section-tag {
  background-color: #a31e24;
}
.cm-section-shop .cm-section-tag {
  background-color: #00539b;
}
.cm-section-sports .cm-section-tag {
  background-color: #fea71b;
}
.cm-section-classifieds .cm-section-tag {
  background-color: #62b246;
}
.cm-section-thingstodo .cm-section-tag,
.cm-section-austin360 .cm-section-tag {
  background-color: #009fdd;
}
.cm-section-ahorasi .cm-section-tag {
  background-color: #00539b;
}
.cm-section-real-estate .cm-section-tag {
  background-color: #00539b;
}
.cm-section-food .cm-section-tag {
  background-color: #00539b;
}
.cm-section-movies .cm-section-tag {
  background-color: #00539b;
}
.cm-section-arts .cm-section-tag {
  background-color: #00539b;
}
.cm-section-whattodo .cm-section-tag {
  background-color: #00539b;
}
.cm-section-whattoknow .cm-section-tag {
  background-color: #00539b;
}
.cm-section-whattolove .cm-section-tag {
  background-color: #00539b;
}
.trending-dot {
  background-color: #00539b;
}
.cm-section-buzz .trending-dot {
  background-color: #00539b;
}
.cm-section-life .trending-dot {
  background-color: #9f1897;
}
.cm-section-neighborhoods .trending-dot {
  background-color: #ff7300;
}
.cm-section-news .trending-dot {
  background-color: #a31e24;
}
.cm-section-shop .trending-dot {
  background-color: #00539b;
}
.cm-section-sports .trending-dot {
  background-color: #fea71b;
}
.cm-section-classifieds .trending-dot {
  background-color: #62b246;
}
.cm-section-thingstodo .trending-dot,
.cm-section-austin360 .trending-dot {
  background-color: #009fdd;
}
.cm-section-ahorasi .trending-dot {
  background-color: #00539b;
}
.cm-section-real-estate .trending-dot {
  background-color: #00539b;
}
.cm-section-food .trending-dot {
  background-color: #00539b;
}
.cm-section-movies .trending-dot {
  background-color: #00539b;
}
.cm-section-arts .trending-dot {
  background-color: #00539b;
}
.cm-section-whattodo .trending-dot {
  background-color: #00539b;
}
.cm-section-whattoknow .trending-dot {
  background-color: #00539b;
}
.cm-section-whattolove .trending-dot {
  background-color: #00539b;
}
.cm-trending-dot {
  background-color: #00539b;
}
.cm-section-buzz .cm-trending-dot {
  background-color: #00539b;
}
.cm-section-life .cm-trending-dot {
  background-color: #9f1897;
}
.cm-section-neighborhoods .cm-trending-dot {
  background-color: #ff7300;
}
.cm-section-news .cm-trending-dot {
  background-color: #a31e24;
}
.cm-section-shop .cm-trending-dot {
  background-color: #00539b;
}
.cm-section-sports .cm-trending-dot {
  background-color: #fea71b;
}
.cm-section-classifieds .cm-trending-dot {
  background-color: #62b246;
}
.cm-section-thingstodo .cm-trending-dot,
.cm-section-austin360 .cm-trending-dot {
  background-color: #009fdd;
}
.cm-section-ahorasi .cm-trending-dot {
  background-color: #00539b;
}
.cm-section-real-estate .cm-trending-dot {
  background-color: #00539b;
}
.cm-section-food .cm-trending-dot {
  background-color: #00539b;
}
.cm-section-movies .cm-trending-dot {
  background-color: #00539b;
}
.cm-section-arts .cm-trending-dot {
  background-color: #00539b;
}
.cm-section-whattodo .cm-trending-dot {
  background-color: #00539b;
}
.cm-section-whattoknow .cm-trending-dot {
  background-color: #00539b;
}
.cm-section-whattolove .cm-trending-dot {
  background-color: #00539b;
}
.cm-storycard-large_packaged h2 {
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 0;
}
.cm-storycard-large_packaged h2.cm-no-related {
  font-size: 28px;
}
.cm-storycard-large_packaged img {
  width: 525px;
  height: 330px;
}
.cm-storycard-large_packaged .cm-bullets-container {
  height: 111px;
  overflow: hidden;
  float: left;
}
.cm-storycard-large_packaged .cm-bullets-container ul {
  margin: 0 0 0 20px;
  padding: 0;
  float: left;
  width: 456px;
  margin-right: 15px;
}
.cm-storycard-large_packaged .cm-bullets-container ul li {
  width: 212px;
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.cm-storycard-photostack {
  width: 555px;
  height: 346px;
}
.cm-storycard-photostack .cm-description {
  width: 552px;
  min-height: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 15px;
  font-size: 16px;
  bottom: 0px;
  position: absolute;
  left: 4px;
}
.cm-storycard-photostack img {
  background: gray;
  position: absolute;
  border: solid;
  border-width: 3px;
  border-color: white;
  width: 560px;
  height: 350px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.cm-storycard-photostack img:nth-of-type(3) {
  top: 0px;
  left: 0px;
}
.cm-storycard-photostack img:nth-of-type(2) {
  top: 20px;
  left: 20px;
}
.cm-storycard-photostack img:nth-of-type(1) {
  top: 40px;
  left: 40px;
}
.cm-storycard-wide_packaged {
  overflow: hidden;
}
.cm-storycard-wide_packaged h2 {
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
}
.cm-storycard-wide_packaged .cm-story-title h3 {
  font-weight: bold;
}
.cm-storycard-wide_packaged .cm-bullets-container {
  height: 111px;
  width: 245px;
  overflow: hidden;
  float: left;
}
.cm-storycard-wide_packaged .cm-bullets-container ul {
  margin: 0 0 0 20px;
  padding: 0;
  width: 225px;
  float: left;
}
.cm-storycard-wide_packaged .cm-bullets-container ul li {
  margin-bottom: 5px;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.cm-storycard {
  display: inline-block;
}
.cm-storycard h3 {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 125%;
}
.cm-section-btn,
.cm-section-tag {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.cm-storycard-image-gallery img,
.cm-storycard-image_small img {
  border-color: #00539b;
}
.cm-storycard-image-gallery.cm-section-buzz img,
.cm-storycard-image_small.cm-section-buzz img {
  border-color: #00539b;
}
.cm-storycard-image-gallery.cm-section-life img,
.cm-storycard-image_small.cm-section-life img {
  border-color: #9f1897;
}
.cm-storycard-image-gallery.cm-section-neighborhoods img,
.cm-storycard-image_small.cm-section-neighborhoods img {
  border-color: #ff7300;
}
.cm-storycard-image-gallery.cm-section-news img,
.cm-storycard-image_small.cm-section-news img {
  border-color: #a31e24;
}
.cm-storycard-image-gallery.cm-section-shop img,
.cm-storycard-image_small.cm-section-shop img {
  border-color: #00539b;
}
.cm-storycard-image-gallery.cm-section-sports img,
.cm-storycard-image_small.cm-section-sports img {
  border-color: #fea71b;
}
.cm-storycard-image-gallery.cm-section-classifieds img,
.cm-storycard-image_small.cm-section-classifieds img {
  border-color: #62b246;
}
.cm-storycard-image-gallery.cm-section-thingstodo img,
.cm-storycard-image_small.cm-section-thingstodo img,
.cm-storycard-image-gallery.cm-section-austin360 img,
.cm-storycard-image_small.cm-section-austin360 img {
  border-color: #009fdd;
}
.cm-storycard-image-gallery.cm-section-ahorasi img,
.cm-storycard-image_small.cm-section-ahorasi img {
  border-color: #00539b;
}
.cm-storycard-image-gallery.cm-section-real-estate img,
.cm-storycard-image_small.cm-section-real-estate img {
  border-color: #00539b;
}
.cm-storycard-image-gallery.cm-section-food img,
.cm-storycard-image_small.cm-section-food img {
  border-color: #00539b;
}
.cm-storycard-image-gallery.cm-section-movies img,
.cm-storycard-image_small.cm-section-movies img {
  border-color: #00539b;
}
.cm-storycard-image-gallery.cm-section-arts img,
.cm-storycard-image_small.cm-section-arts img {
  border-color: #00539b;
}
.cm-storycard-image-gallery.cm-section-whattodo img,
.cm-storycard-image_small.cm-section-whattodo img {
  border-color: #00539b;
}
.cm-storycard-image-gallery.cm-section-whattoknow img,
.cm-storycard-image_small.cm-section-whattoknow img {
  border-color: #00539b;
}
.cm-storycard-image-gallery.cm-section-whattolove img,
.cm-storycard-image_small.cm-section-whattolove img {
  border-color: #00539b;
}
.cm-storycard-image-gallery img,
.cm-storycard-image_small img {
  border-right-width: 6px;
}
body[class*='cm-homepage-'] .cm-fg2 .cm-storycard-image_medium.cm-img-box-right,
body[class*='cm-homepage-'] .cm-fg4 .cm-storycard-image_medium.cm-img-box-right {
  margin-left: 15px;
}
.cm-storycard-image_medium.cm-img-box-right {
  margin-left: 19px;
}
.cm-storycard-image_medium h3 {
  margin-right: 35px;
}
.cm-storycard-image_medium .cm-box-footer-content {
  display: table-cell;
  vertical-align: middle;
}
.cm-storycard-image_medium .cm-icon.cm-icon-smallphotostack {
  position: absolute;
  z-index: 10;
  bottom: 70px;
  left: 10px;
  font-size: 25px;
  color: white;
}
.cm-storycard-image_medium.cm-no-img h3,
.cm-storycard-image-large.cm-no-img h3,
.cm-storycard-packaged h3 {
  margin: 0;
  font-size: 21px;
  display: table-cell;
  vertical-align: middle;
}
.cm-storycard-packaged ul li {
  list-style-position: inside;
}
.cm-event-tile.cm-img-box-right {
  margin-left: 9px;
}
.cm-no-img.cm-storycard-image_medium a > h3,
.cm-no-img.cm-storycard-image-large a > h3 {
  color: #000000;
}
.cm-no-img.cm-storycard-image_medium a:hover,
.cm-no-img.cm-storycard-image-large a:hover,
.cm-no-img.cm-storycard-image_medium a:focus,
.cm-no-img.cm-storycard-image-large a:focus,
.cm-no-img.cm-storycard-image_medium a:active,
.cm-no-img.cm-storycard-image-large a:active {
  color: #00539b;
}
.cm-no-img.cm-storycard-image_medium a:hover.cm-section-btn,
.cm-no-img.cm-storycard-image-large a:hover.cm-section-btn,
.cm-no-img.cm-storycard-image_medium a:focus.cm-section-btn,
.cm-no-img.cm-storycard-image-large a:focus.cm-section-btn,
.cm-no-img.cm-storycard-image_medium a:active.cm-section-btn,
.cm-no-img.cm-storycard-image-large a:active.cm-section-btn {
  color: #fff;
}
.cm-no-img.cm-storycard-image_medium a:hover > h3,
.cm-no-img.cm-storycard-image-large a:hover > h3,
.cm-no-img.cm-storycard-image_medium a:focus > h3,
.cm-no-img.cm-storycard-image-large a:focus > h3,
.cm-no-img.cm-storycard-image_medium a:active > h3,
.cm-no-img.cm-storycard-image-large a:active > h3 {
  color: #00539b;
}
.cm-no-img.cm-storycard-image_medium h3,
.cm-no-img.cm-storycard-image-large h3 {
  display: table-cell;
  vertical-align: middle;
}
.cm-no-img.cm-storycard-image_medium .cm-box-footer-content,
.cm-no-img.cm-storycard-image-large .cm-box-footer-content {
  display: table-cell;
  vertical-align: middle;
}
/* Lists */
.cm-horizontal-list-box {
  width: 620px;
  height: 75px;
  position: relative;
}
.cm-horizontal-list-box ol {
  list-style-type: none;
  margin: 0;
  padding: 10px 20px 0;
  width: 620px;
  height: 75px;
  overflow: hidden;
}
.cm-horizontal-list-box li {
  display: inline-block;
  float: left;
  line-height: 46px;
  position: relative;
  box-shadow: inset -1px 0 0 0 #1e1a1a, 0 3px 0 -1px #332f2f, 1px 3px 0 -1px #332f2f, 1px 2px 0 0 #544e4e;
  margin: 0;
  padding: 0 25px;
}
.cm-horizontal-list-box li a:visited {
  color: #fff;
}
.cm-horizontal-list-box li a:link {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 6px;
  display: inline-block;
  color: #fff;
}
.cm-horizontal-list-box li:first-of-type {
  padding-left: 0;
  box-shadow: inset -1px 0 0 0 #1e1a1a, 0 3px 0 -1px #332f2f, 1px 3px 0 -1px #332f2f, 1px 2px 0 0 #544e4e;
}
.cm-horizontal-list-box li:last-of-type {
  padding-right: 0;
  box-shadow: 0 0 0 0;
}
.cm-horizontal-list-box li .trending-dot {
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  font-size: 13px;
  font-family: arial, sans-serif;
  vertical-align: text-bottom;
}
/* redesigned "trending" box */
.cm-trending-box {
  width: 300px;
  margin-bottom: 18px;
}
.cm-trending-box.cm-border-box {
  padding-bottom: 14px;
}
.cm-trending-box ol {
  list-style-type: none;
  margin: 0 0 14px;
  padding: 14px;
}
.cm-trending-box li {
  position: relative;
  margin: 0 0 14px;
  padding: 0;
}
.cm-trending-box li a {
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  width: 88%;
  max-width: 88%;
  height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.cm-trending-box li .cm-trending-dot {
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  line-height: 17px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  font-size: 9px;
  font-family: "Open Sans";
  vertical-align: text-bottom;
}
.cm-trending-box .cm-section-btn {
  top: auto;
  bottom: 14px;
}
.cm-list-local_now {
  height: 77px;
  padding: 0;
  width: 100%;
  display: table;
}
.cm-list-local_now div {
  display: table-cell;
  padding: 0 5px 0 10px;
  line-height: 18px;
  vertical-align: middle;
}
.cm-list-local_now a {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}
.cm-list-local_now a.cm-share-icon {
  width: 10%;
  margin-left: 3%;
}
.cm-botw-box {
  margin-bottom: 18px;
  width: 300px;
}
.cm-botw-box .cm-storycard {
  padding: 8px;
  margin: 0;
  border-bottom: 1px solid #ddd !important;
}
.cm-botw-box .cm-storycard.cm-storycard-image_small a.cm-tease-thumb-link {
  max-height: 57px;
  overflow: hidden;
  display: block;
}
.cm-botw-box .cm-storycard.cm-storycard-image_small a.cm-tease-thumb-link img {
  width: 90px;
  height: auto;
  min-height: 57px;
}
.cm-botw-box .cm-storycard:last-of-type {
  border-bottom: 0;
}
.cm-botw-box .cm-storycard-image_small .cm-box-footer-link {
  border: 0;
}
.cm-column-300 .cm-botw-box .cm-storycard.cm-storycard-image_small {
  width: 298px;
}
/* Shared css */
a:visited.cm-section-btn,
a:link.cm-section-btn {
  text-decoration: none;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
}
a:visited.cm-section-btn:after,
a:link.cm-section-btn:after {
  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: "\e000";
  margin-left: 6px;
  font-size: 16px;
}
.cm-large-heading {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 6px 12px;
  text-transform: uppercase;
}
.cm-storycard-photostack .cm-time-stamp,
.cm-img-box .cm-time-stamp {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 3px;
  right: -2px;
  background: white;
  right: 0px;
  padding: 2px 5px;
  z-index: 1;
}
.cm-img-box {
  width: 300px;
  height: 250px;
  background: #fff;
  position: relative;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.cm-img-box img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.cm-img-box .cm-box-footer {
  display: table;
  height: 60px;
  width: 100%;
  background: #fff;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 0 15px;
  text-align: left;
}
.cm-img-box .cm-video-play-btn {
  position: absolute;
  left: 110px;
  top: 55px;
}
.cm-img-box.cm-no-img.cm-storycard-image_medium .cm-box-footer,
.cm-img-box.cm-no-img.cm-storycard-image-large .cm-box-footer,
.cm-img-box.cm-no-img.cm-storycard-packaged .cm-box-footer {
  height: 250px;
  border-top-width: 1px;
  padding: 0 10px 0 20px;
}
.cm-img-box.cm-storycard-image-large {
  width: 620px;
  height: 493px;
}
.cm-img-box.cm-storycard-image-large .cm-img-thumb {
  width: 620px;
  height: 388px;
  max-height: 388px;
  max-width: 620px;
  position: relative;
}
.cm-img-box.cm-storycard-image-large .cm-img-thumb .cm-source,
.cm-img-box.cm-storycard-image-large .cm-img-thumb .cm-sponsor {
  width: 620px;
  max-width: 620px;
}
.cm-img-box.cm-storycard-image-large .cm-img-thumb img {
  width: 620px;
  height: 388px;
}
.cm-img-box.cm-storycard-image-large h3 {
  font-size: 16px;
}
.cm-img-box.cm-storycard-image-large .cm-box-footer {
  height: 105px;
  padding: 15px;
}
.cm-img-box.cm-storycard-image-large .cm-box-footer-link {
  width: auto;
}
.cm-img-box.cm-storycard-image-large.cm-no-img h3 {
  font-size: 21px;
}
.cm-img-box.cm-storycard-image-large.cm-no-img .cm-box-footer {
  height: inherit;
}
.cm-img-box-large-packaged {
  width: 525px;
  height: 510px;
}
.cm-img-box-large-packaged img {
  width: 525px;
  height: 330px;
}
.cm-img-box-large-packaged .cm-box-footer {
  height: 180px;
  position: absolute;
  bottom: 0px;
}
.cm-img-box-large-packaged .cm-box-footer .cm-box-footer-share-link {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.cm-img-box-wide-packaged {
  width: 640px;
  height: 250px;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
}
.cm-img-box-wide-packaged img {
  float: left;
  margin: 30px 20px;
  width: 300px;
  height: 190px;
}
.cm-img-box-wide-packaged .cm-story-title-no-picture {
  height: 94%;
  padding-left: 15px;
  display: table;
}
.cm-img-box-wide-packaged .cm-story-title-no-picture h2 {
  display: table-cell;
  vertical-align: middle;
}
.cm-img-box-wide-packaged .cm-story-info {
  float: left;
  margin-top: 30px;
}
.cm-img-box-wide-packaged .cm-story-info .cm-story-title {
  width: 270px;
}
.cm-img-box-wide-packaged .cm-story-info .cm-story-description {
  width: 270px;
}
.cm-img-box-wide-packaged .cm-box-footer {
  height: 0px;
  border: none;
}
.cm-img-box-wide-packaged .cm-box-footer .cm-box-footer-share-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.cm-img-box-small {
  height: 57px;
}
.cm-img-box-small img {
  width: 94px;
  height: 60px;
  display: inline-block;
}
.cm-img-box-small .cm-box-footer {
  float: left;
  width: 180px;
  position: absolute;
  left: 90px;
  top: 0;
  background: #fff;
  border-width: 1px 1px 1px 0;
  box-sizing: content-box;
  height: 55px;
}
.cm-img-box-small.cm-no-img .cm-section-btn,
.cm-img-box-small.cm-no-img .cm-box-footer {
  left: 0;
}
.cm-img-box-small.cm-no-img .cm-box-footer {
  width: 274px;
}
.cm-feature-box a {
  color: #000000;
}
.cm-feature-box a.cm-section-btn {
  color: #fff;
}
.cm-feature-box a:hover,
.cm-feature-box a:focus,
.cm-feature-box a:active {
  color: #00539b;
}
.cm-feature-box a:hover.cm-section-btn,
.cm-feature-box a:focus.cm-section-btn,
.cm-feature-box a:active.cm-section-btn {
  color: #fff;
}
.cm-feature-box h3 {
  float: left;
  width: 70%;
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 22px;
}
.cm-feature-box .cm-box-footer {
  display: table;
  width: 580px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cm-feature-box .cm-box-footer .cm-box-footer-link {
  width: 80%;
  vertical-align: bottom;
}
.cm-feature-box ul {
  display: inline-block;
  margin: 0;
  width: 30%;
  padding: 0 0 0 10px;
}
.cm-feature-box.cm-feature-box-links h3 {
  width: 50%;
}
.cm-feature-box.cm-feature-box-links > h3 + ul {
  float: left;
  margin-left: 5%;
  max-width: 200px;
}
.cm-feature-box .cm-time-stamp {
  margin-right: 15px;
  color: #9c9c9c;
}
.cm-box-footer-link {
  display: table-cell;
  width: 240px;
  padding-right: 10px;
  vertical-align: middle;
}
.cm-box-footer-share-link {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
  text-align: right;
}
.cm-section-btn {
  padding: 0 4px 0 10px;
  z-index: 9;
  position: absolute;
  top: 20px;
  right: -5px;
}
.cm-section-btn-flatpage {
  z-index: 10001;
  top: inherit;
  right: inherit;
}
.cm-section-tag {
  padding: 0 10px;
  margin-bottom: 10px;
}
.cm-border-box {
  float: left;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
  padding: 0;
}
.cm-border-box.cm-feature-box {
  width: 620px;
  height: 150px;
  padding: 20px;
}
.cm-border-box.cm-feature-box.cm-breaking-news {
  width: 620px;
  min-height: 115px;
  height: auto;
  padding-bottom: 0;
}
.cm-homepage-xl-story-template .cm-border-box.cm-feature-box.cm-feature-box-links.cm-breaking-news {
  width: 868px !important;
}
.cm-center-top {
  width: 240px;
  height: 745px;
  position: relative;
}
.cm-center-top .cm-section-btn {
  right: -5px;
  bottom: 9px;
  position: absolute;
  top: auto;
}
.cm-center-top ul {
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}
.cm-center-top ul li {
  border-bottom: 1px solid #ddd;
  line-height: 15px;
  position: relative;
  height: 113px;
  overflow: hidden;
  padding: 15px 20px;
}
.cm-center-top ul li.cm-list-local_now {
  height: 77px;
  padding: 0;
}
.cm-center-top ul li:last-of-type {
  border-bottom: none;
}
.cm-center-top .cm-box-footer-share-link {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.cm-storycard-image_medium .cm-share-icon,
.cm-storycard-image-large .cm-share-icon,
.cm-storycard-packaged .cm-share-icon {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.cm-storycard .cm-source {
  font-family: "Merriweather";
  font-size: 9px;
  font-style: italic;
  font-weight: bold;
}
.cm-storycard .cm-sponsor {
  font-family: "Oswald";
  font-size: 11px;
}
.cm-storycard .cm-sponsor-head {
  text-transform: uppercase;
}
.cm-img-box-med img {
  width: 300px;
  height: 190px;
}
.cm-img-box-med .cm-img-thumb {
  width: 300px;
  height: 190px;
  max-height: 190px;
  max-width: 300px;
  position: relative;
}
.cm-img-box-med .cm-img-thumb .cm-source,
.cm-img-box-med .cm-img-thumb .cm-sponsor {
  width: 300px;
  max-width: 300px;
}
.cm-img-box-med .cm-img-thumb .cm-source,
.cm-media-xl-story .cm-media-xl-story-tease-img .cm-source,
.cm-img-box-med .cm-img-thumb .cm-sponsor,
.cm-media-xl-story .cm-media-xl-story-tease-img .cm-sponsor {
  background: #000;
  color: #efefef;
  position: absolute;
  bottom: 0;
  line-height: 16px;
  padding: 1px 15px 3px;
}
.cm-time-stamp {
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
}
.cm-time-stamp: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: "\e022";
  font-size: 11px;
  color: #9c9c9c;
  padding-right: 3px;
}
.cm-large-label {
  color: #fff;
  background: #00539b;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-left: 12px;
  padding: 4px 17px 3px 17px;
}
.cm-dark-box {
  background: #332f2f;
}
.cm-sponsored-link:before {
  content: attr(data-label);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
/* Breaking news */
.cm-breaking-news {
  max-width: 1200px;
  margin: 0 auto;
  height: 168px;
  color: #000;
}
.cm-breaking-news.cm-banner {
  height: 36px;
  color: #fff;
  background-color: #000;
}
.cm-breaking-news.cm-banner a:link,
.cm-breaking-news.cm-banner a:visited {
  color: #fff;
}
.cm-breaking-news.cm-banner .cm-prefix {
  background-color: #FC0D1B;
  color: #fff;
  height: 36px;
  padding: 4px 18px 4px 18px;
  font-size: 20px;
  float: left;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.cm-breaking-news.cm-banner .cm-breaking-news-content {
  float: left;
  padding-left: 36px;
  padding-bottom: 4px;
  padding-top: 4px;
  height: 36px;
  font-size: 20px;
  color: #fff;
  max-width: 775px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cm-breaking-news.cm-banner .cm-breaking-news-ad {
  float: right;
  display: none;
  position: static;
  height: 36px;
  max-height: 36px;
  width: 200px;
}
.cm-breaking-news.cm-banner .cm-breaking-news-ad .cm-sponsored {
  float: left;
  padding: 18px 5px 0;
  font-size: 11px;
}
.cm-breaking-news.cm-banner .cm-breaking-news-ad .adgeletti-ad-div {
  display: inline-block;
  padding-top: 3px;
  padding-right: 3px;
}
.cm-breaking-news.cm-banner .cm-time-stamp {
  float: left;
  padding-right: 10px;
  margin: 0 0 0 -20px;
}
.cm-breaking-news h3 a:link {
  color: #000;
}
.cm-breaking-news .cm-feature-box h3 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 32px;
  float: none;
  width: 85%;
  color: #000;
}
.cm-breaking-news .cm-large-heading {
  background-color: #FC0D1B;
}
.cm-breaking-news .cm-large-heading:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 22px;
  background: url('../../../common/v2newspaper/breaking_news_tab.png') 0 0 no-repeat;
  bottom: -22px;
  left: 22px;
  z-index: 99;
}
.cm-breaking-news .cm-breaking-news-alert-related {
  padding: 5px 25px 5px 0;
  white-space: nowrap;
  font-size: 16px;
}
.cm-breaking-news .cm-breaking-news-alert-related a {
  cursor: hand;
  cursor: pointer;
}
.cm-breaking-news .cm-breaking-news-alert-related li {
  margin: 12px 0;
  overflow: hidden;
}
.cm-breaking-news .cm-breaking-news-alert-related ul {
  list-style-position: inside;
  width: 100%;
  padding: 0;
}
.cm-breaking-news .cm-time-stamp {
  float: right;
  padding: 0px;
  margin: 10px 12px;
}
.cm-breaking-news .cm-breaking-news-ad {
  position: absolute;
  top: 0;
  right: 10px;
  font: italic 10px 'Merriweather', sans-serif;
}
.cm-breaking-news .cm-breaking-news-ad-sponsor .adgeletti-ad-div {
  display: inline-block;
  padding-top: 10px;
}
.cm-breaking-news .cm-breaking-news-ad-sponsor .cm-sponsored {
  float: left;
  padding: 10px 5px 0;
  font: italic 10px 'Merriweather', sans-serif;
}
.cm-vertical-list-box {
  width: 300px;
  height: 200px;
  position: relative;
  padding: 15px 20px 25px;
}
.cm-vertical-list-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cm-vertical-list-box li {
  display: block;
  box-shadow: inset 0 -2px 0 0 #1e1a1a, 2px 1px 0 -1px #332f2f, 2px 0 0 -1px #332f2f, 1px 1px 0 0 #544e4e;
  position: relative;
  padding: 15px 0;
}
.cm-vertical-list-box li a {
  display: block;
  padding-left: 45px;
}
.cm-vertical-list-box li a: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: "\e014";
  position: absolute;
  display: block;
  left: 4px;
  font-size: 26px;
  top: 15px;
}
.cm-vertical-list-box li a:link {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 6px;
  display: inline-block;
}
.cm-vertical-list-box li a:link,
.cm-vertical-list-box li a:visited {
  color: #fff;
}
.cm-vertical-list-box li a:hover,
.cm-vertical-list-box li a:focus,
.cm-vertical-list-box li a:active {
  color: #00539b;
}
.cm-vertical-list-box li a:hover:before,
.cm-vertical-list-box li a:focus:before,
.cm-vertical-list-box li a:active:before {
  color: #fff;
}
.cm-vertical-list-box li:first-of-type {
  padding-top: 10px;
}
.cm-vertical-list-box li:last-of-type {
  box-shadow: 0 0 0 0;
}
.cm-storycard-image-gallery {
  width: 90px;
  height: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cm-storycard-image-gallery img {
  width: 90px;
  height: 54px;
  border-right: solid 6px #00539b;
}
.cm-storycard-image-gallery h3 {
  font-weight: normal;
  font-family: arial, sans-serif;
  font-size: 14px;
  margin: 12px 0;
}
.cm-storycard-image-gallery h3 a {
  padding: 0;
}
.cm-storycard-image_small {
  display: table;
  margin: 0 0 10px 10px;
  height: 60px;
  width: 300px;
  float: left;
}
.cm-storycard-image_small.cm-img-box-right {
  margin-left: 19px;
}
.cm-storycard-image_small > * {
  display: table-cell;
}
.cm-storycard-image_small img {
  width: 100px;
  height: 60px;
  border-right: solid 6px #00539b;
  display: inline-block;
}
.cm-storycard-image_small h3 {
  margin: 0;
}
.cm-storycard-image_small .cm-box-footer-link {
  overflow: hidden;
  height: 100%;
  font-weight: normal;
  font-size: 14px;
  border: solid 1px #ddd;
  border-left-width: 0px;
  padding: 0 5px 0 10px;
  margin: 0;
  vertical-align: middle;
  background-color: #fff;
}
.cm-storycard-image_small .cm-lc-prototype {
  display: none;
}
.cm-storycard-image_small .cm-video-play-btn {
  background-position: 0 -65px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 11px;
  left: 28px;
}
.cm-storycard-image_small.cm-no-img {
  border-left: solid 6px #00539b;
}
.cm-storycard-image_small.cm-no-img  {
  border-color: #00539b;
}
.cm-storycard-image_small.cm-no-img.cm-section-buzz  {
  border-color: #00539b;
}
.cm-storycard-image_small.cm-no-img.cm-section-life  {
  border-color: #9f1897;
}
.cm-storycard-image_small.cm-no-img.cm-section-neighborhoods  {
  border-color: #ff7300;
}
.cm-storycard-image_small.cm-no-img.cm-section-news  {
  border-color: #a31e24;
}
.cm-storycard-image_small.cm-no-img.cm-section-shop  {
  border-color: #00539b;
}
.cm-storycard-image_small.cm-no-img.cm-section-sports  {
  border-color: #fea71b;
}
.cm-storycard-image_small.cm-no-img.cm-section-classifieds  {
  border-color: #62b246;
}
.cm-storycard-image_small.cm-no-img.cm-section-thingstodo ,
.cm-storycard-image_small.cm-no-img.cm-section-austin360  {
  border-color: #009fdd;
}
.cm-storycard-image_small.cm-no-img.cm-section-ahorasi  {
  border-color: #00539b;
}
.cm-storycard-image_small.cm-no-img.cm-section-real-estate  {
  border-color: #00539b;
}
.cm-storycard-image_small.cm-no-img.cm-section-food  {
  border-color: #00539b;
}
.cm-storycard-image_small.cm-no-img.cm-section-movies  {
  border-color: #00539b;
}
.cm-storycard-image_small.cm-no-img.cm-section-arts  {
  border-color: #00539b;
}
.cm-storycard-image_small.cm-no-img.cm-section-whattodo  {
  border-color: #00539b;
}
.cm-storycard-image_small.cm-no-img.cm-section-whattoknow  {
  border-color: #00539b;
}
.cm-storycard-image_small.cm-no-img.cm-section-whattolove  {
  border-color: #00539b;
}
.cm-storycard-image_small.cm-no-img h3 {
  width: 100%;
}
.cm-storycard-image_small.cm-includes-attribution h3 {
  line-height: 105%;
}
.cm-vertical-stories {
  padding: 0 12px;
}
.cm-vertical-stories .cm-storycard {
  float: none;
}
.cm-vertical-stories .cm-storycard-image_small {
  width: 100%;
  margin: 10px 0;
}
.cm-vertical-stories .cm-storycard-image_small .cm-box-footer-link {
  border: none;
}
.cm-vertical-stories .cm-storycard-image_small h3 {
  border: none;
  padding-right: 0;
}
.cm-see-more-footer {
  position: relative;
  height: 50px;
  border-top: solid 1px #dddddd;
}
.cm-see-more-footer .cm-btn-more {
  position: absolute;
  right: -5px;
  top: 10px;
}
.cm-vertical-stories-box {
  border: solid 1px #dddddd;
  padding: 0;
  background-color: #fff;
}
.cm-vertical-stories-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 0 12px;
}
.cm-vertical-stories-box ul .cm-storycard {
  float: none;
}
.cm-vertical-stories-box ul .cm-storycard-image_small {
  width: 100%;
  margin: 10px 0;
}
.cm-vertical-stories-box ul .cm-storycard-image_small .cm-box-footer-link {
  border: none;
}
.cm-vertical-stories-box ul .cm-storycard-image_small h3 {
  border: none;
  padding-right: 0;
}
.cm-neighborhoods {
  width: 300px;
  position: relative;
}
.cm-neighborhoods .cm-large-heading {
  letter-spacing: -1px;
}
.cm-neighborhoods .cm-border-box {
  height: 283px;
  width: 100%;
  float: none;
}
.cm-neighborhoods .cm-neighborhoods-dropdown-container {
  position: relative;
  margin: 10px 12px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 31px;
}
.cm-neighborhoods .cm-neighborhoods-dropdown-button {
  width: 100%;
  height: 33px;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.cm-neighborhoods .cm-neighborhoods-dropdown-label {
  display: inline-block;
  padding: 0 12px;
}
.cm-neighborhoods .cm-neighborhoods-dropdown-icon {
  display: inline-block;
  float: right;
  width: 32px;
  border-left: 1px solid #dddddd;
  font-size: 16px;
  background-color: #f7f7f7;
  text-align: center;
}
.cm-neighborhoods .cm-neighborhoods-dropdown-icon:before {
  position: relative;
  top: 1px;
}
.cm-neighborhoods .cm-neighborhoods-more {
  display: none;
}
.cm-neighborhoods .cm-neighborhoods-menu {
  position: relative;
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  border: 1px solid #dddddd;
  border-radius: 0px;
  padding: 0;
  font-size: inherit;
}
.cm-neighborhoods .cm-neighborhoods-menu:after,
.cm-neighborhoods .cm-neighborhoods-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.cm-neighborhoods .cm-neighborhoods-menu:after {
  bottom: 100%;
  left: 258px;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}
.cm-neighborhoods .cm-neighborhoods-menu:before {
  bottom: 100%;
  left: 258px;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid;
  border-bottom-color: inherit;
}
.cm-neighborhoods .cm-neighborhoods-menu > li {
  border-bottom: solid 1px #dddddd;
}
.cm-neighborhoods .cm-neighborhoods-menu > li a {
  padding: 7px 11px;
  font-weight: bold;
}
.cm-neighborhoods .cm-neighborhoods-menu > li a,
.cm-neighborhoods .cm-neighborhoods-menu > li a:link,
.cm-neighborhoods .cm-neighborhoods-menu > li a:active,
.cm-neighborhoods .cm-neighborhoods-menu > li a:visited {
  color: inherit;
}
.cm-neighborhoods .cm-neighborhoods-menu > li a:hover {
  background-image: -webkit-linear-gradient(top, #ffffff 10%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #ffffff 10%, #dddddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
}
.cm-neighborhoods .cm-loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -10px 0 0 -25px;
  background: url('../../../common/v2newspaper/images/spinner_white.gif') center center no-repeat;
  background-size: cover;
}
.cm-neighborhoods .cm-neighborhoods-stories {
  display: none;
  height: 220px;
  overflow: hidden;
}
.cm-neighborhoods .cm-load-error {
  display: none;
  text-align: center;
  margin-top: 98px;
  font-size: 85%;
  color: #9d9d9d;
}
.cm-neighborhoods .cm-storycard-image_small {
  float: none;
  width: 274px;
  margin: 10px 12px;
}
/* style overrides for ads-dependent behavior */
body.cm-RP01-600.cm-heroExists .cm-column-295 .cm-neighborhoods,
body.cm-RP01-600.cm-heroExists .row:not(.cm-feature-group-container) .cm-neighborhoods {
  margin-bottom: 10px;
}
body.cm-RP01-600.cm-heroExists .cm-column-295 .cm-neighborhoods .cm-border-box,
body.cm-RP01-600.cm-heroExists .row:not(.cm-feature-group-container) .cm-neighborhoods .cm-border-box {
  height: 291px;
}
body.cm-RP01-600.cm-heroDoesNotExists .cm-column-295 .cm-neighborhoods,
body.cm-RP01-600.cm-heroDoesNotExists .row:not(.cm-feature-group-container) .cm-neighborhoods {
  margin-bottom: 10px;
}
body.cm-RP01-600.cm-heroDoesNotExists .cm-column-295 .cm-neighborhoods .cm-load-error.cm-no-content,
body.cm-RP01-600.cm-heroDoesNotExists .row:not(.cm-feature-group-container) .cm-neighborhoods .cm-load-error.cm-no-content {
  margin-top: 58px;
}
body.cm-RP01-250.cm-heroExists .cm-column-295 .cm-neighborhoods .cm-border-box,
body.cm-RP01-250.cm-heroExists .row:not(.cm-feature-group-container) .cm-neighborhoods .cm-border-box {
  height: 279px;
}
body.cm-RP01-250.cm-heroExists .cm-column-295 .cm-neighborhoods .cm-border-box .cm-neighborhoods-stories,
body.cm-RP01-250.cm-heroExists .row:not(.cm-feature-group-container) .cm-neighborhoods .cm-border-box .cm-neighborhoods-stories {
  height: 234px;
}
body.cm-RP01-250.cm-heroDoesNotExists .cm-column-295 .cm-neighborhoods .cm-load-error.cm-no-content,
body.cm-RP01-250.cm-heroDoesNotExists .row:not(.cm-feature-group-container) .cm-neighborhoods .cm-load-error.cm-no-content {
  margin-top: 58px;
}
body.cm-RP01-250.cm-heroDoesNotExists .cm-column-295 .cm-neighborhoods .cm-border-box,
body.cm-RP01-250.cm-heroDoesNotExists .row:not(.cm-feature-group-container) .cm-neighborhoods .cm-border-box {
  height: 193px;
}
body.cm-RP01-250.cm-heroDoesNotExists .cm-column-295 .cm-neighborhoods .cm-border-box .cm-neighborhoods-stories,
body.cm-RP01-250.cm-heroDoesNotExists .row:not(.cm-feature-group-container) .cm-neighborhoods .cm-border-box .cm-neighborhoods-stories {
  height: 148px;
}
/* style overrides for E-01389 (homepage_standard) */
/* 300x60 changes should only apply to full-width (non-1024) layout */
@media screen and (min-width: 1201px) {
  body.cm-RP01-600.cm-heroExists .cm-column-300 .cm-neighborhoods .cm-border-box,
  body.cm-RP01-600.cm-heroDoesNotExists .cm-column-300 .cm-neighborhoods .cm-border-box {
    height: 80px;
  }
  body.cm-RP01-600.cm-heroExists .cm-column-300 .cm-neighborhoods .cm-neighborhoods-help-text.hidden,
  body.cm-RP01-600.cm-heroDoesNotExists .cm-column-300 .cm-neighborhoods .cm-neighborhoods-help-text.hidden {
    display: block !important;
    visibility: visible !important;
  }
  body.cm-RP01-600.cm-heroExists .cm-column-300 .cm-neighborhoods .cm-neighborhoods-dropdown-button,
  body.cm-RP01-600.cm-heroDoesNotExists .cm-column-300 .cm-neighborhoods .cm-neighborhoods-dropdown-button {
    width: 100%;
  }
  body.cm-RP01-600.cm-heroExists .cm-column-300 .cm-neighborhoods .cm-neighborhoods-stories,
  body.cm-RP01-600.cm-heroDoesNotExists .cm-column-300 .cm-neighborhoods .cm-neighborhoods-stories,
  body.cm-RP01-600.cm-heroExists .cm-column-300 .cm-neighborhoods .cm-load-error,
  body.cm-RP01-600.cm-heroDoesNotExists .cm-column-300 .cm-neighborhoods .cm-load-error,
  body.cm-RP01-600.cm-heroExists .cm-column-300 .cm-neighborhoods .cm-neighborhoods-more,
  body.cm-RP01-600.cm-heroDoesNotExists .cm-column-300 .cm-neighborhoods .cm-neighborhoods-more {
    display: none !important;
  }
}
body[class*='cm-homepage-'] .cm-column-300 .cm-neighborhoods .cm-border-box {
  height: 340px;
  margin-bottom: 15px;
}
body[class*='cm-homepage-'] .cm-column-300 .cm-neighborhoods .cm-neighborhoods-dropdown-container {
  margin: 11px 11px 0;
}
body[class*='cm-homepage-'] .cm-column-300 .cm-neighborhoods .cm-neighborhoods-help-text {
  font-style: italic;
  font-size: 11px;
  line-height: 11px;
  margin: 0 0 11px;
}
body[class*='cm-homepage-'] .cm-column-300 .cm-neighborhoods .cm-neighborhoods-dropdown-button {
  width: 199px;
  display: inline-block;
}
body[class*='cm-homepage-'] .cm-column-300 .cm-neighborhoods .cm-neighborhoods-more {
  font: 13px "Oswald";
  color: #000;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
  right: -11px;
  text-transform: uppercase;
  line-height: 31px;
  text-align: center;
  border: 1px solid #dddddd;
  width: 66px;
}
body[class*='cm-homepage-'] .cm-column-300 .cm-neighborhoods .cm-neighborhoods-stories {
  height: 295px;
}
body[class*='cm-homepage-'] .cm-column-300 .cm-neighborhoods .cm-storycard-image_small {
  float: none;
  width: 275px;
  margin: 11px 11px 11px 12px;
}
body[class*='cm-homepage-'] .cm-column-300 .cm-neighborhoods .cm-storycard-image_small h3 a {
  display: block;
  height: auto;
  max-height: 57px;
  overflow: hidden;
}
.cm-WP01 {
  width: 1200px;
}
.cm-WP01.cm-collapsed-nav {
  padding-bottom: 33px;
}
.cm-WP01.cm-expanded-nav {
  padding-bottom: 110px;
}
.cm-ad-row {
  margin: 0;
}
.cm-ad-row .col-lg-32 {
  padding-bottom: 5px;
}
.cm-top-ad {
  margin: 10px 5px auto 0;
}
.cm-top-ad .adgeletti-ad-div {
  text-align: center;
}
.cm-custom-ad {
  text-align: center;
}
.cm-custom-ad .adgeletti-ad-div {
  margin: 0 0 15px 0px;
}
.cm-custom-ad.cm-fc01-ad {
  position: relative;
  top: 0;
  clear: both;
}
.cm-photo-story-ad {
  margin: 0 auto;
}
.cm-photo-story-ad .adgeletti-ad-div {
  text-align: center;
}
.cm-fc01-ad {
  width: 620px;
  position: absolute;
  top: 260px;
  z-index: 9;
}
.cm-fc01-ad .adgeletti-ad-div {
  margin: 0 10px 10px 10px;
}
.cm-homepage-standard-template .cm-column-630 .cm-custom-ad.cm-fc01-ad {
  position: absolute;
  top: 313px;
}
.cm-homepage-standard-template .cm-column-630 .cm-custom-ad.cm-fc01-ad .adgeletti-ad-div {
  margin: 0;
}
.cm-rp-ad {
  text-align: center;
  width: 300px;
}
.cm-rp-ad .adgeletti-ad-div {
  margin: 0 0 15px 0px;
}
.cm-hero-ad {
  position: relative;
  left: 25px;
  margin-top: -85px;
}
.cm-hero-ad .adgeletti-ad-div {
  margin: 0 0 15px -30px;
  padding: 5px 5px 0px 5px;
  background-color: #ededed;
}
.cm-homepage-right.cm-column-300 {
  margin-top: -105px;
}
.cm-homepage-right.cm-column-300 .cm-rp02-ad {
  position: relative;
  height: auto;
  margin: 0 0 15px -30px;
  left: 25px;
}
.cm-homepage-right.cm-column-300 .cm-rp02-ad .adgeletti-ad-div {
  padding: 5px 5px 0px 5px;
  background-color: #ededed;
}
.cm-no-hero .cm-hero-ad {
  margin-top: 0;
}
.cm-column-870 .cm-npr02-ad {
  float: right;
  margin-top: 7px;
  width: 195px;
  position: relative;
  right: -15px;
}
.cm-column-870 .cm-npr02-ad .cm-brought-by {
  float: left;
  padding-top: 9px;
  font: italic 11px 'Merriweather', sans-serif;
  font-weight: bold;
}
.cm-column-870 .cm-npr02-ad .adgeletti-ad-div {
  float: right;
}
.cm-restaurant-brought-by {
  position: absolute;
  padding-top: 8px;
  top: 0px;
  right: 10px;
  width: 180px;
  font-family: "Merriweather", sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
}
.cm-restaurant-ad-sow01 {
  position: absolute;
  padding-top: 8px;
  top: 0px;
  right: 10px;
}
#adgeletti-ad-div-SP01-0px-infinity {
  float: right;
}
@media screen and (max-width: 1200px) {
  body.cm-RP01-250.cm-heroDoesNotExists.cm-homepage-standard-template .cm-center-top ul li:nth-of-type(3) {
    border-bottom: 0;
  }
  body.cm-RP01-250.cm-heroDoesNotExists.cm-homepage-standard-template .cm-center-top ul li:last-of-type {
    display: none !important;
  }
  body.cm-RP01-600.cm-homepage-standard-template .cm-center-top ul li:nth-of-type(3) {
    border-bottom: 0;
  }
  body.cm-RP01-600.cm-homepage-standard-template .cm-center-top ul li:last-of-type {
    display: none !important;
  }
  body.cm-RP01-600.cm-homepage-standard-template.cm-heroDoesNotExists:not(.cm-homepage-big-story) .cm-center-top ul li:nth-of-type(2),
  body.cm-RP01-600.cm-homepage-standard-template.cm-heroDoesNotExists:not(.cm-homepage-xl-story-template) .cm-center-top ul li:nth-of-type(2),
  body.cm-RP01-600.cm-homepage-standard-template.cm-heroDoesNotExists:not(.cm-homepage-IAB1050) .cm-center-top ul li:nth-of-type(2) {
    border-bottom: 0;
  }
  body.cm-RP01-600.cm-homepage-standard-template.cm-heroDoesNotExists:not(.cm-homepage-big-story) .cm-center-top ul li:nth-of-type(3),
  body.cm-RP01-600.cm-homepage-standard-template.cm-heroDoesNotExists:not(.cm-homepage-xl-story-template) .cm-center-top ul li:nth-of-type(3),
  body.cm-RP01-600.cm-homepage-standard-template.cm-heroDoesNotExists:not(.cm-homepage-IAB1050) .cm-center-top ul li:nth-of-type(3) {
    display: none !important;
  }
  body.cm-RP01-600.cm-homepage-standard-template.cm-heroDoesNotExists:not(.cm-homepage-big-story) .cm-take-a-break,
  body.cm-RP01-600.cm-homepage-standard-template.cm-heroDoesNotExists:not(.cm-homepage-xl-story-template) .cm-take-a-break,
  body.cm-RP01-600.cm-homepage-standard-template.cm-heroDoesNotExists:not(.cm-homepage-IAB1050) .cm-take-a-break {
    margin: 20px 0 12px;
  }
  body.cm-RP01-600 .cm-600-show,
  body.cm-RP01-600 .cm-600-show.cm-tablet-show {
    display: block !important;
  }
  body.cm-RP01-600.cm-homepage-big-story.cm-heroDoesNotExists .cm-center-top ul li:nth-of-type(2) {
    border-bottom: 0;
  }
  body.cm-RP01-600.cm-homepage-big-story.cm-heroDoesNotExists .cm-center-top ul li:nth-of-type(3) {
    display: none !important;
  }
  body.cm-homepage-IAB1050.cm-heroDoesNotExists .cm-center-top ul li:nth-of-type(3) {
    border-bottom: 0;
  }
  body.cm-homepage-IAB1050.cm-heroDoesNotExists .cm-center-top ul li:last-of-type {
    display: none !important;
  }
}
body:not(.cm-RP01-600) .cm-600-show {
  display: none !important;
}
body.cm-RP01-600.cm-heroExists .cm-rp02-ad {
  margin-top: -6px;
}
body.cm-RP01-600.cm-heroDoesNotExists .cm-column-300.cm-no-hero .cm-hero-ad .adgeletti-ad-div {
  margin-bottom: 5px;
}
body.cm-RP01-600.cm-heroDoesNotExists .cm-column-300 .cm-rp02-ad {
  margin-bottom: 5px;
}
body.cm-RP01-600.cm-heroDoesNotExists .cm-column-300 .cm-rp02-ad .adgeletti-ad-div {
  padding-top: 0px;
}
body.cm-RP01-600.cm-heroDoesNotExists.cm-homepage-standard-template .cm-take-a-break .cm-vertical-list-box {
  height: 134px;
}
body.cm-RP01-600.cm-heroDoesNotExists.cm-homepage-standard-template .cm-take-a-break .cm-vertical-list-box li:last-of-type {
  display: none;
}
body.cm-RP01-600[class*=cm-homepage-standard] .cm-fixed-container .cm-subrotator-section {
  top: 15px;
}
body.cm-RP01-600[class*=cm-homepage-standard] .cm-fixed-container .cm-subrotator-section .cm-600-show {
  float: left;
  margin-top: 8px;
}
body.cm-RP01-600[class*=cm-homepage-standard] .cm-600-show:not(.cm-tablet-show) {
  display: block !important;
}
body.cm-xl-story-template.cm-RP01-600.cm-heroDoesNotExists .cm-column-300.cm-no-hero .cm-hero-ad .adgeletti-ad-div {
  margin-bottom: 15px;
}
.cm-storycard .adgeletti-ad-div {
  height: 250px;
  width: 300px;
}
.cm-storycard-ad {
  background: none !important;
}
.ad-card-content {
  display: none;
  position: absolute;
}
.cm-sitewide-ads .cm-retargeting-ad {
  height: 1px !important;
  width: 1px !important;
}
.cm-sitewide-ads .cm-takeover-ad {
  height: 1px !important;
  width: 1px !important;
}
.adgeletti-ad-div.HP03,
.adgeletti-ad-div.HP05,
.adgeletti-ad-div.NPR03 * {
  text-align: center;
  margin: auto;
}
.adgeletti-ad-div.NPR03 {
  background-color: #333;
}
.adgeletti-ad-div.WPSR02 {
  margin: 20px 0;
}
#cm-header-ads .adgeletti-ad-div {
  margin: 10px auto;
  text-align: center;
}
.cm-retargeting-pixels {
  position: absolute;
  top: -1000px;
}
.cm-abbreviated-nav .cm-WP01.cm-expanded-nav {
  padding-bottom: 40px;
}
.cm-hero {
  max-width: 1395px;
}
.cm-hero .cm-hero-image-container {
  position: relative;
  overflow: hidden;
  height: 215px;
}
.cm-hero .cm-hero-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.cm-hero .cm-hero-image-container .cm-section-tag {
  position: absolute;
  top: 0;
  left: 20px;
}
.cm-fixed-container-wallpaper .cm-hero .cm-hero-image-container img {
  left: -88px;
}
.cm-more-headlines {
  position: relative;
  width: 300px;
}
.cm-more-headlines .cm-border-box {
  width: 100%;
  height: 273px;
  padding-top: 12px;
  position: relative;
  float: none;
}
.cm-more-headlines .cm-border-box.cm-four-small-stories {
  height: 348px;
}
.cm-more-headlines .cm-border-box .cm-headline-more {
  height: 55px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
}
.cm-more-headlines .cm-border-box .cm-img-box {
  width: 273px;
  float: none;
}
.cm-more-headlines .cm-border-box .cm-img-box .cm-box-footer {
  width: 185px;
  border: none;
  padding-right: 0px;
}
.cm-more-headlines .cm-border-box .cm-section-btn.cm-btn-more {
  bottom: 15px;
  top: auto;
}
.cm-more-headlines .cm-right-rail-image {
  margin-top: 10px;
  background: #ffffff;
  height: 250px;
  position: relative;
  border: 1px solid #ddd;
}
.cm-more-headlines .cm-right-rail-image img {
  width: 298px;
  height: 190px;
}
.cm-more-headlines .cm-right-rail-image .cm-box-footer {
  margin-top: 10px;
  margin-left: 15px;
  width: 245px;
}
.cm-more-headlines .cm-right-rail-image .cm-box-footer .cm-box-footer-share-link {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
body.cm-RP01-600 .cm-more-headlines .cm-border-box {
  height: 273px;
  margin-bottom: 16px;
}
body.cm-RP01-600 .cm-more-headlines .cm-border-box .cm-storycard.cm-storycard-image_small:nth-child(4) {
  display: none;
}
body.cm-RP01-600 .cm-more-headlines .cm-border-box .cm-img-box:last-child {
  display: none;
}
body.cm-RP01-600 .cm-more-headlines .cm-right-rail-image:last-child {
  display: none;
}
body.cm-RP01-600.cm-heroDoesNotExists .cm-more-headlines .cm-border-box {
  height: 210px;
}
body.cm-RP01-600.cm-heroDoesNotExists .cm-more-headlines .cm-border-box .cm-storycard.cm-storycard-image_small:nth-child(3) {
  display: none;
}
body.cm-RP01-600.cm-heroDoesNotExists .cm-more-headlines .cm-section-btn.cm-btn-more {
  bottom: 10px;
}
body.cm-RP01-600.cm-heroExists .cm-more-headlines .cm-border-box {
  height: 273px;
}
body.cm-RP01-250.cm-heroExists .cm-more-headlines .cm-right-rail-image {
  margin-top: 15px;
}
.cm-large-heading.cm-xl-template {
  margin-left: 10px;
  text-transform: uppercase;
}
.cm-media-xl-story-container {
  position: relative;
  background: #ffffff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 868px;
}
.cm-media-xl-story-container .cm-xl-story-header {
  height: 211px;
}
.cm-media-xl-story-container .cm-xl-story-header .cm-media-xl-story-headline {
  font-size: 59px;
  font-family: "Oswald";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.935;
  padding-top: 36px;
  margin: auto auto 24px 30px;
}
.cm-media-xl-story-container .cm-xl-story-header .cm-media-xl-story-headline a {
  color: #A31200;
}
.cm-media-xl-story-container .cm-xl-story-header .cm-media-xl-story-tease-text {
  font-size: 24px;
  font-family: "Arial";
  color: #000000;
  font-weight: bold;
  text-align: left;
  line-height: 1.25;
  width: 663px;
  height: 57px;
  margin: auto auto 10px 30px;
  overflow: hidden;
}
.cm-media-xl-story-container .cm-media-xl-story-tease-img {
  margin-left: 1px;
  position: relative;
}
.cm-media-xl-story-container .cm-media-xl-story-tease-img img {
  width: 864px;
  height: 549px;
}
.cm-media-xl-story-container .cm-media-xl-story-tease-img .cm-source,
.cm-media-xl-story-container .cm-media-xl-story-tease-img .cm-sponsor {
  width: 864px;
  max-width: 864px;
}
.cm-media-xl-story-container .cm-media-xl-story-cards {
  margin-left: 1px;
}
.cm-media-xl-story-container .cm-media-xl-story-cards:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.cm-media-xl-story-container .cm-media-xl-story-cards .cm-img-box-xl {
  width: 432px;
  border-bottom: 1px solid #ddd;
  float: left;
  height: 106px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.cm-media-xl-story-container .cm-media-xl-story-cards .cm-img-box-xl:nth-child(odd) {
  border-right: 1px solid #ddd;
}
.cm-media-xl-story-container .cm-media-xl-story-cards .cm-img-box-xl .cm-img-wrapper {
  float: left;
  margin-left: 10px;
}
.cm-media-xl-story-container .cm-media-xl-story-cards .cm-img-box-xl .cm-img-wrapper img {
  width: 133px;
  height: 84px;
}
.cm-media-xl-story-container .cm-media-xl-story-cards .cm-img-box-xl .cm-box-footer {
  float: left;
  width: 220px;
  margin: 15px;
}
.cm-media-xl-story-container .cm-media-xl-story-cards .cm-img-box-xl .cm-box-footer-share-link {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.cm-xl-story-template .cm-column-300 .cm-storycard-image_small,
.cm-homepage-template .cm-column-300 .cm-storycard-image_small {
  width: 280px;
}
.cm-xl-story-template .cm-column-300 .cm-more-headlines .cm-border-box .cm-headline-more,
.cm-homepage-template .cm-column-300 .cm-more-headlines .cm-border-box .cm-headline-more {
  clear: both;
  position: relative;
}
/* ==========================================================================
   Story classes
   ========================================================================== */
.cm-story-container {
  width: 1200px;
  margin: 0 auto;
}
.cm-story-header {
  background: #e0e0e0;
  width: 100%;
}
.cm-story-header .cm-story-topad {
  text-align: center;
  margin: 0 auto;
  clear: both;
}
.cm-story-header .cm-story-topad .adgeletti-ad-div {
  margin: 0;
  background: #fff;
  padding: 9px 0;
}
.cm-story-header .cm-story-topad > div,
.cm-story-header .cm-story-topad .cm-story-970ad {
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.cm-story-utils {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 25px 0;
  clear: both;
  text-align: left;
}
.cm-story-source {
  width: 215px;
  max-width: 215px;
  padding-right: 15px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
.cm-story-author {
  margin: 12px 20px 0 10px;
  font-style: italic;
  font-family: "Merriweather";
}
.cm-source-image {
  float: right;
  margin: -6px 0 0 12px;
}
.cm-source-image img {
  width: 53px;
  height: 53px;
  border-radius: 26px;
}
.cm-source-name {
  display: inline-block;
  font-size: 12px;
}
.cm-source-title {
  font-size: 10px;
}
.cm-story-sponsor {
  position: relative;
  margin: 6px 20px 0 10px;
  padding-right: 12px;
  font-size: 12px;
  line-height: 14px;
}
.cm-story-sponsor:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  height: 22px;
  width: 3px;
  background: #bbb;
}
.cm-story-sponsor-head {
  font-style: italic;
  font-family: "Merriweather";
}
.cm-story-sponsor-name {
  font-weight: bold;
  font-family: Arial, sans;
}
.cm-story-sponsor-image {
  margin-top: 16px;
}
.cm-story-headline {
  width: 615px;
  display: inline-block;
}
.cm-story-headline.cm-no-byline {
  width: 835px;
  margin-left: 30px;
}
.cm-story-headline h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 41px;
  margin: 0;
  vertical-align: top;
}
.cm-story-meta {
  margin-top: 14px;
  font: 12px arial, sans-serif;
}
.cm-story-meta a {
  font-weight: bold;
}
.cm-story-meta > a.cm-section-btn,
.cm-story-meta > a:link.cm-section-btn,
.cm-story-meta > a:visited.cm-section-btn,
.cm-story-meta > a:active.cm-section-btn,
.cm-story-meta > a:hover.cm-section-btn {
  position: relative;
  float: none;
  top: 0;
  bottom: 0;
  padding: 5px 10px;
  margin-right: 15px;
  font: normal 12px/14px "oswald", sans-serif;
}
.cm-story-meta > a.cm-section-btn:after,
.cm-story-meta > a:link.cm-section-btn:after,
.cm-story-meta > a:visited.cm-section-btn:after,
.cm-story-meta > a:active.cm-section-btn:after,
.cm-story-meta > a:hover.cm-section-btn:after {
  display: none;
  content: "" !important;
}
.cm-story-meta .cm-timestamp:before {
  font-family: "cm-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 11px;
  width: 13px;
  height: 11px;
  color: #000;
  position: relative;
  top: 1px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top;
  content: "\e022";
}
.cm-story-share {
  width: 300px;
  margin: 13px 20px 0 0;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
.cm-story-share a.cm-share,
.cm-story-share a.cm-story-comments {
  display: inline-block;
}
.cm-story-share a.cm-story-comments {
  vertical-align: 11px;
}
.cm-story-share a.cm-share {
  width: 32px;
  height: 30px;
  overflow: hidden;
  text-indent: 10000px;
  margin-right: 6px;
  position: relative;
}
.cm-story-share a.cm-share.cm-share-icon {
  margin-left: 3px;
  position: relative;
  top: -2px;
  color: #000000;
}
.cm-story-share a.cm-share.cm-share-icon:before {
  font-size: 26px;
}
.cm-story-share a.cm-share.cm-share-icon:hover,
.cm-story-share a.cm-share.cm-share-icon:focus,
.cm-story-share a.cm-share.cm-share-icon:active {
  color: #00539b;
}
.cm-story-share a.cm-share:before {
  position: absolute;
  text-indent: 0;
  top: 0;
  left: 0;
}
a.cm-story-comments {
  font: normal 14px "oswald", sans-serif;
  color: #000;
  text-transform: uppercase;
  width: auto;
  margin-left: 25px;
  vertical-align: top;
}
a.cm-story-comments .cm-comment-count {
  font-weight: lighter;
  display: inline-block;
  margin-left: 10px;
  width: auto;
  height: auto;
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 2;
  background: #000;
  padding: 1px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
a.cm-story-comments .cm-comment-count:after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: -6px;
  border-width: 7px 0 0 7px;
  border-style: solid;
  border-color: #000 transparent;
  display: block;
  width: 0;
}
.cm-col-835 {
  width: 835px;
  float: left;
}
.cm-col-300 {
  width: 300px;
  float: left;
  margin-left: 40px;
}
.cm-story-content {
  text-align: left;
}
.cm-story-content p:not(.cm-story-info-box) {
  margin: 20px 0;
  font-size: 16px;
  line-height: 30px;
}
.cm-story-content p.wp-caption-text {
  position: relative;
  text-align: left;
  width: auto;
  max-width: 100%;
  margin: 6px 0 0;
  color: #666;
  font: italic 11px/13px "Merriweather";
}
.cm-story-content a:not(.cm-section-btn),
.cm-story-content a:active:not(.cm-section-btn) {
  color: #00539b;
}
.cm-story-content a:hover:not(.cm-section-btn) {
  color: #000000;
}
.cm-story-content a:visited:not(.cm-section-btn) {
  color: #9d9d9d;
}
.cm-related-caption,
.cm-photo-credit {
  color: #666;
  font-size: 11px;
  font-style: italic;
  font-family: "Merriweather";
}
.cm-story-lead {
  position: relative;
}
.cm-story-lead .cm-lead-video {
  width: 100%;
  padding-left: 30px;
}
.cm-story-lead .cm-lead-video .oembed {
  float: none;
}
.cm-story-lead .cm-story-photo {
  background: #000;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cm-story-lead .cm-story-photo,
.cm-story-lead .oembed {
  width: 100% !important;
  height: auto;
  overflow: hidden;
}
.cm-story-lead .oembed {
  position: relative;
  display: block;
  padding: 0 0 63.33% 0;
}
.cm-story-lead .oembed.provider-cinesport-vamp {
  padding-bottom: 0%;
}
.cm-story-lead .oembed.provider-cinesport {
  padding-bottom: 0%;
}
.cm-story-lead .oembed iframe,
.cm-story-lead .oembed object,
.cm-story-lead .oembed img,
.cm-story-lead .oembed embed {
  width: 100% !important;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: 0;
}
.cm-story-lead img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
.cm-story-lead .cm-section-btn {
  position: absolute;
  top: 20px;
  right: -7px;
}
.cm-story-lead .cm-related-caption,
.cm-story-lead .cm-photo-credit {
  position: relative;
  text-align: left;
  width: auto;
  max-width: 100%;
  padding-left: 10px;
}
.cm-story-lead .cm-photo-credit {
  text-align: right;
  padding: 0;
}
.cm-story-body {
  margin: 30px 0 0 30px;
}
.cm-story-body.cm-story-nophoto {
  margin-top: 0;
}
.cm-story-body.cm-story-nophoto > p:nth-child(1) {
  margin-top: 0;
}
.cm-story-body .cm-story-footer {
  margin: 30px 0;
  padding-top: 25px;
  border-top: 2px solid #cdcdcd;
  width: 100%;
  clear: both;
}
.cm-story-body .cm-story-footer a,
.cm-story-body .cm-story-footer a:hover,
.cm-story-body .cm-story-footer a:visited,
.cm-story-body .cm-story-footer a:active {
  color: #000;
}
.cm-story-body .cm-story-footer a.cm-story-comments {
  margin: 0;
}
.cm-gallery-indicator {
  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;
  width: 27px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  overflow: hidden;
  display: inline-block;
}
.cm-photo .cm-gallery-indicator::after {
  content: "\e007";
  color: #fff;
}
.cm-story-end {
  width: 230px;
  height: 6px;
  float: left;
  background: #00539b;
  display: none;
  margin-bottom: 40px;
}
/* Section ribbon overrides */
.cm-story-container .cm-section-ribbon-container {
  width: 1198px;
  margin: 0 1px;
  background: #fff;
  float: left;
  text-align: left;
  position: relative;
}
.cm-story-container .cm-column-835 {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
.cm-story-container .cm-section-ribbon-container > .cm-section-btn {
  top: 0;
  left: 15px;
  right: auto;
}
.cm-story-container .cm-section-ribbon-container .cm-section-ribbon {
  margin: 0 auto;
}
/* feed importer stories */
.cm-feed-story .cm-story-headline {
  width: 835px;
  margin-left: 30px;
}
.cm-feed-story a.cm-feed-story-more-link,
.cm-feed-story a.cm-feed-story-more-link:link,
.cm-feed-story a.cm-feed-story-more-link:hover,
.cm-feed-story a.cm-feed-story-more-link:active {
  font-weight: bold;
  color: #000;
}
.cm-column-835 {
  padding: 0;
  margin: 0;
  width: 835px;
  float: left;
  word-wrap: break-word;
}
.cm-column-220 {
  padding: 0;
  margin: 30px 20px 0 0;
  width: 220px;
  float: left;
}
.cm-column-220.cm-story-nophoto {
  margin-top: 0;
}
.cm-column-590 {
  width: 590px;
  float: left;
}
.cm-column-590 .cm-story-body {
  margin-left: 0;
}
.cm-story-pre-blurb {
  font-style: italic;
  font-size: 1.083em;
}
.cm-story-post-blurb {
  font-style: italic;
  margin-bottom: 20px;
}
.cm-story-info-box {
  font-size: .9em;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 2px solid #cdcdcd;
}
.cm-story-info-box p {
  padding-bottom: .5em;
}
.cm-story-info-box hr {
  height: 2px;
  margin-bottom: 10px;
  border: none;
  background: #cdcdcd;
}
.cm-story-info-box ul {
  line-height: 1.167em;
}
/* Photo Story */
.cm-photo-story .cm-story-body {
  margin: 0 0 0 100px;
  width: 1000px;
  overflow: hidden;
}
.cm-photo-story .cm-story-body .cm-ad {
  margin-bottom: 48px;
}
.cm-photo-story .cm-photo-container {
  margin-bottom: 48px;
}
.cm-photo-story .cm-photo {
  text-align: center;
  background: #000;
  width: 100%;
  position: relative;
}
.cm-photo-story .cm-photo .cm-photo-credit {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #cfcfcd;
  padding: 6px;
  font-size: 11px;
  text-transform: uppercase;
}
.cm-photo-story .cm-photo img {
  width: auto;
  height: 633px;
  display: inline-block;
  margin: 0 auto;
}
.cm-photo-story .cm-photo-meta {
  background: #fff;
  width: 100%;
  display: table;
  height: 78px;
}
.cm-photo-story .cm-photo-meta .cm-photo-text {
  display: table-cell;
  vertical-align: middle;
  width: 900px;
  padding-left: 20px;
}
.cm-photo-story .cm-photo-meta .cm-photo-text a {
  color: #1368b2;
}
.cm-photo-story .cm-photo-meta .cm-share-icon {
  display: table-cell;
  width: 80px;
  line-height: 78px;
  text-align: center;
  max-width: 80px;
}
.cm-photo-story .cm-photo-story-ad-insert {
  text-align: center;
  margin-top: 48px;
  clear: both;
}
.cm-photo-story .cm-photo-story-ad-insert .adgeletti-ad-div {
  margin: 0;
  background: transparent;
  padding: 0;
}
.cm-photo-story .cm-photo-story-related-objects {
  vertical-align: middle;
  margin-bottom: 40px;
  margin-top: -10px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
}
.cm-map-headline {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 5px 10px;
  width: auto;
}
.cm-lc-widget-close {
  cursor: pointer;
  display: none;
  z-index: 1002;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
  position: fixed;
  top: 92px;
  right: 755px;
  text-indent: -100000px;
}
.cm-lc-widget-close: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;
  vertical-align: text-top;
  text-indent: 0;
  speak: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 34px;
  color: #000;
  content: '\e010';
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cm-lc-widget-close:hover {
  color: #fff;
}
.cm-modal-container .cm-close-modal.cm-hidden {
  display: none !important;
}
.cm-lc-widget.cm-lc-widget-expanded {
  width: 755px;
  height: 0;
  background: #fff;
  z-index: 1000;
  position: fixed;
  overflow: visible;
  top: 80px;
  padding-top: 20px;
  right: 0;
  box-shadow: 0 0 5px #333;
}
.cm-lc-widget.cm-lc-widget-expanded .cm-lc-container,
.cm-lc-widget.cm-lc-widget-expanded .fyre-comment-stream,
.cm-lc-widget.cm-lc-widget-expanded .cm-lc-footer,
.cm-lc-widget.cm-lc-widget-expanded .cm-lc-body {
  width: 100%;
  border: 0;
}
.cm-lc-widget.cm-lc-widget-expanded .cm-lc-widget-container {
  position: relative;
  margin: 0 32px;
  height: 100%;
  overflow: hidden;
}
.cm-lc-widget.cm-lc-widget-expanded .fyre .fyre-editor {
  width: 100%;
}
.cm-lc-widget.cm-lc-widget-expanded .cm-lc-view {
  height: 89%;
}
.cm-lc-widget.cm-lc-widget-expanded .cm-lc-tabs {
  border: 1px solid #ddd;
}
.cm-lc-widget.cm-lc-widget-expanded .cm-lc-tabs a {
  width: 230px;
}
.cm-lc-widget.cm-lc-widget-expanded .cm-lc-tabs a:nth-of-type(3) {
  width: 229px;
}
.cm-lc-widget.cm-lc-widget-expanded .cm-lc-expand a .cm-expand-icn:before {
  content: '\e025';
}
.cm-lc-widget .fyre-stream-stats,
.cm-lc-widget .fyre-auth .fyre-live-container {
  display: none;
}
.cm-lc-widget .cm-lc-view {
  height: 93%;
  overflow: auto;
}
.cm-lc-widget .cm-lc-view.cm-lc-body {
  height: 100%;
}
.cm-lc-widget .cm-lc-nocontent {
  position: absolute;
  top: 230px;
}
.cm-lc-widget .cm-lc-nocontent p {
  padding: 0 10px;
}
.cm-lc-widget .cm-lc-nocontent a {
  font-weight: bold;
}
.cm-lc-widget .fyre .fyre-auth {
  margin: 10px 0 0;
  position: relative;
  z-index: 10;
}
.cm-lc-widget .fyre .fyre-auth .fyre-login-bar {
  width: 100%;
  float: none;
  position: relative;
}
.cm-lc-widget .fyre .fyre-auth .fyre-login-bar .fyre-user-loggedout {
  text-indent: 10px;
}
.cm-lc-widget .fyre .fyre-auth .fyre-login-bar .fyre-box-wrapper {
  left: 0;
}
.cm-lc-widget .fyre .fyre-auth .fyre-login-bar .fyre-box-wrapper .fyre-user-profile img {
  width: 29px;
  height: auto;
  border-radius: 14px;
}
.cm-lc-widget .fyre .fyre-stream-stats,
.cm-lc-widget .fyre .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-follow-button,
.cm-lc-widget .fyre .fyre-stream-header,
.cm-lc-widget .fyre .fyre-stream-content > article > .fyre-comment-divider .fyre-comment-divider,
.cm-lc-widget .fyre .fyre-stream-content > article[data-author-id="undefined"],
.cm-lc-widget .fyre .fyre-notifier-container {
  display: none;
}
.cm-lc-widget .fyre .fyre-stream-more {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.cm-lc-widget .fyre .fyre-comment-container.fyre-comment-replies-indent {
  margin-left: 40px;
}
.cm-lc-widget .fyre .fyre-comment-user img.fyre-user-avatar {
  width: 29px !important;
  height: 29px !important;
  border-radius: 14px !important;
}
.cm-lc-widget .fyre.fyre-width-small .fyre-user-avatar {
  width: 29px !important;
  height: 29px !important;
  border-radius: 14px !important;
}
.cm-lc-widget .fyre.fyre-width-small .fyre-comment-actions a {
  margin-right: 6px;
}
.cm-lc-widget .fyre.fyre-width-small .fyre-comment-actions a.fyre-share-link > span {
  background: none;
  position: relative;
  display: inline-block;
}
.cm-lc-widget .fyre.fyre-width-small .fyre-comment-actions a.fyre-share-link > span:after {
  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;
  vertical-align: text-top;
  text-indent: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
  color: #999;
  content: '\e00c';
  font-size: 14px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cm-lc-widget .fyre .fyre-comment-wrapper time.fyre-comment-date {
  float: none;
  color: #000;
  font-size: 12px;
  padding-left: 8px;
}
.cm-lc-widget .fyre .fyre-comment-source-13 > .fyre-comment-divider.fyre-comment-expand > a,
.cm-lc-widget .fyre .fyre-comment-divider.fyre-comment-expand > a {
  display: none;
}
.cm-lc-widget .fyre .fyre-comment-collapse,
.cm-lc-widget .fyre .fyre-divider-active {
  height: 20px;
}
.cm-lc-widget .fyre .fyre-comment-source-13 > .fyre-comment-divider.fyre-divider-active > a,
.cm-lc-widget .fyre .fyre-comment-source-13 > .fyre-comment-divider.fyre-comment-collapse > a,
.cm-lc-widget .fyre .fyre-comment-divider.fyre-divider-active > a,
.cm-lc-widget .fyre .fyre-comment-divider.fyre-comment-collapse > a,
.cm-lc-widget .fyre .fyre-comment-divider.fyre-comment-collapse > a:hover {
  margin-left: 35px;
  background: none;
  color: #00559c;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.cm-lc-widget .fyre .fyre-comment-source-13 > .fyre-comment-divider.fyre-divider-active > a:before,
.cm-lc-widget .fyre .fyre-comment-source-13 > .fyre-comment-divider.fyre-comment-collapse > a:before,
.cm-lc-widget .fyre .fyre-comment-divider.fyre-divider-active > a:before,
.cm-lc-widget .fyre .fyre-comment-divider.fyre-comment-collapse > a:before,
.cm-lc-widget .fyre .fyre-comment-divider.fyre-comment-collapse > a:hover: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;
  font-size: 16px;
  font-weight: bold;
  content: "\e01f";
}
.cm-lc-widget .fyre .fyre-comment-divider > span.fyre-comment-reply-wrapper {
  margin-left: 38px;
  font-weight: bold;
  font-size: 12px;
  color: #00559c;
}
.cm-lc-widget .fyre .fyre-comment-divider > span.fyre-comment-reply-wrapper: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;
  font-size: 16px;
  content: "\e01f";
}
.cm-lc-widget .fyre .fyre-editor {
  margin: 10px auto 0;
}
.cm-lc-widget .fyre .fyre-editor .fyre-editor-container .fyre-editor-editable {
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.cm-lc-widget .fyre .fyre-editor .fyre-editor-toolbar .fyre-format-toolbar {
  width: auto;
}
.cm-lc-widget .fyre .fyre-editor .fyre-editor-toolbar .goog-toolbar > div,
.cm-lc-widget .fyre .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.goog-toolbar-separator,
.cm-lc-widget .fyre .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left:nth-child(2),
.cm-lc-widget .fyre .fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button {
  border-color: #ddd;
}
.cm-lc-widget .fyre .fyre-comment-username {
  font: bold 12px arial, sans-serif;
  color: #000;
}
.cm-lc-widget .fyre .fyre-comment-divider > div.fyre-comment-divider {
  background: transparent;
}
.cm-lc-widget .fyre .fyre-stream-content > article {
  padding: 6px 6px 6px 12px;
}
.cm-lc-widget .fyre .fyre-comment-stream {
  border-bottom: 0;
  height: auto;
  overflow: auto;
  width: 100%;
}
.cm-lc-widget .fyre .fyre-comment-head,
.cm-lc-widget .fyre .fyre-comment-body {
  font: normal 16px arial, sans-serif;
  position: relative;
  word-break: break-word;
  width: auto;
  margin: 10px 0 0 38px;
}
.cm-lc-widget .fyre .fyre-comment a {
  font-weight: normal;
  color: #00559c;
}
.cm-lc-widget .fyre .fyre-comment-footer a {
  color: #000;
}
.cm-lc-widget .fyre .fyre-comment-footer .fyre-comment-like-imgs {
  padding: 0 6px;
  top: 0;
}
.cm-lc-widget .fyre .fyre-comment-footer {
  margin: 7px 0 7px 40px;
}
.cm-lc-widget .fyre .fyre-comment-footer .fyre-comment-actions {
  margin-top: -8px;
}
body.modal .fyre-modal {
  z-index: 10000;
}
.cm-story-container > .cm-outbrain-container {
  width: 960px;
  margin: 40px auto;
  border: 1px solid #ddd;
}
.cm-story-container > .cm-outbrain-container .cm-large-heading {
  font-size: 16px;
  margin: 18px 0 6px 16px;
}
.cm-story-container > .cm-outbrain-container .OUTBRAIN .SB_1 .ob_dual_left,
.cm-story-container > .cm-outbrain-container .OUTBRAIN .SB_1 .ob_dual_right {
  clear: both;
  margin-bottom: 12px;
}
.cm-story-container > .cm-outbrain-container .OUTBRAIN .SB_1 .odb_div {
  float: left;
  clear: none;
  width: 33%;
  border: none;
}
.cm-story-container > .cm-outbrain-container .OUTBRAIN .SB_1 .ob-text-content {
  width: 87%;
}
.cm-story-container > .cm-outbrain-container .OUTBRAIN .SB_1 .ob-text-content a,
.cm-story-container > .cm-outbrain-container .OUTBRAIN .SB_1 .ob-text-content a:link,
.cm-story-container > .cm-outbrain-container .OUTBRAIN .SB_1 .ob-text-content a:visited,
.cm-story-container > .cm-outbrain-container .OUTBRAIN .SB_1 .ob-text-content a:active {
  color: #00539b;
}
.cm-story-container > .cm-outbrain-container .OUTBRAIN .SB_1 .ob-text-content a:hover {
  color: #000;
}
.cm-story-container > .cm-outbrain-container .OUTBRAIN .SB_1 .ob_what {
  text-align: left;
  border-top: 1px solid #ddd;
}
/* ==========================================================================
   Story inline element classes
   ========================================================================== */
.cm-story-content .cm-inline-quote {
  font: bold italic 27px "merriweather", serif;
}
.cm-story-content .cm-story-inline-ad {
  width: auto;
  position: relative;
  max-width: 300px;
  float: right;
  margin: 0 0 15px 20px;
}
.cm-story-content .cm-inline {
  width: auto;
  position: relative;
  max-width: 300px;
  float: left;
  clear: both;
  margin: 0 20px 15px 0;
}
.cm-story-content .cm-inline:first-of-type,
.cm-story-content .cm-inline .cm-inline-right {
  float: right;
  margin: 0 0 15px 20px;
}
.cm-story-content .cm-inline.cm-outset-left {
  margin-left: -100px;
}
.cm-story-content .cm-inline.cm-stacked {
  float: none;
  margin: 15px auto;
}
.cm-story-content .cm-inline.cm-end-of-story {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.cm-story-content .cm-inline.cm-expanded {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.cm-story-content .cm-inline.cm-expanded img {
  min-width: 570px;
}
@media screen and (max-width: 1200px) {
  .cm-story-content .cm-inline.cm-expanded img {
    min-width: 597px;
  }
}
.cm-story-content .cm-inline .cm-gallery-indicator {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.cm-story-content .cm-inline .cm-icon-play-circle {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.cm-story-content .oembed {
  float: left;
  margin: 15px 20px 15px 0;
}
.cm-story-content .cm-inline-full {
  width: 100%;
  clear: both;
}
.cm-story-content .cm-story-inline-ad {
  width: auto;
  height: auto;
}
.cm-story-content .cm-element-enlarge {
  margin-bottom: 12px;
  font-size: 11px;
}
.cm-story-content .cm-related-photo {
  position: relative;
}
.cm-story-content .cm-related-caption {
  margin-top: 6px;
}
.cm-story-content .cm-related-list,
.cm-story-content .cm-inline-related-group {
  width: 100%;
  border: 1px solid #ddd;
  margin: 20px 0;
}
.cm-story-content .cm-related-list .cm-more a,
.cm-story-content .cm-inline-related-group .cm-more a {
  font-size: 14px;
}
.cm-story-content .cm-related-list .cm-more a:after,
.cm-story-content .cm-inline-related-group .cm-more a:after {
  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: "\e000";
  padding-left: 6px;
  display: inline-block;
  vertical-align: middle;
}
.cm-story-content .cm-related-list ul,
.cm-story-content .cm-inline-related-group ul {
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 0 0 18px;
  margin: 0;
}
.cm-story-content .cm-related-list ul li,
.cm-story-content .cm-inline-related-group ul li {
  margin: 18px 4px 0 28px;
  font-size: 14px;
}
.cm-story-content .cm-related-list-title,
.cm-story-content .cm-more a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 14px;
}
.cm-story-content p.cm-story-info-box {
  margin: 20px 0;
  padding: 0;
  clear: both;
}
.cm-story-content p.cm-story-info-box + p {
  font-family: "oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.cm-story-content p.cm-story-info-box + p a {
  color: #000;
}
.cm-story-content p.cm-story-info-box + p a:hover {
  color: #00579e;
}
.cm-story-content p.cm-story-info-box + p + ul {
  margin: 0;
  padding: 0;
}
.cm-story-content .cm-map-container {
  width: 300px;
  height: 300px;
}
.cm-story-content .cm-inline-image,
.cm-story-content .cm-inline-medleyphoto {
  padding: 8px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  max-width: 275px;
}
.cm-story-content .cm-inline-image figure,
.cm-story-content .cm-inline-medleyphoto figure {
  text-align: center;
}
.cm-story-content .cm-inline-image img:not(.small),
.cm-story-content .cm-inline-medleyphoto img:not(.small) {
  width: 100%;
  height: auto;
}
.cm-story-content .cm-inline-image a,
.cm-story-content .cm-inline-medleyphoto a {
  display: block;
  position: relative;
  z-index: 999;
  color: inherit;
  font-size: inherit;
}
.cm-story-content .cm-inline-image .cm-photo-credit,
.cm-story-content .cm-inline-medleyphoto .cm-photo-credit {
  text-align: right;
}
.cm-story-content .cm-inline-image .cm-photo-credit a,
.cm-story-content .cm-inline-medleyphoto .cm-photo-credit a {
  display: inline;
  color: inherit;
  word-break: break-word;
  font-size: inherit;
  z-index: 1;
}
.cm-story-body > ul li {
  margin: 8px 15px;
  font-size: 16px;
  list-style-position: inside;
}
/* ==========================================================================
   Story Highlights classes
   ========================================================================== */
.cm-story-highlights {
  width: 100%;
  background: #332f2f;
  padding: 15px 0 20px;
  margin-bottom: 20px;
}
.cm-story-highlights h3 {
  font: bold 20px/20px 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 5px 10px 0 17px;
  color: #fff;
}
.cm-story-highlights-photo {
  margin-top: 40px;
}
.cm-story-highlight {
  margin: 0 15px;
  width: 188px;
  color: #fff;
  font: 14px/22px arial;
  word-wrap: break-word;
}
.cm-story-highlight .cm-highlight-share {
  margin-top: 10px;
  width: 100%;
  text-align: right;
}
.cm-story-highlight .cm-highlight-share a {
  color: #727272;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: -0.25px;
  margin-right: 8px;
  display: inline-block;
  min-width: 22px;
}
.cm-story-highlight .cm-highlight-share a.cm-share-twitter {
  width: 34px;
  height: 22px;
}
.cm-story-highlight .cm-highlight-share a:before {
  position: absolute;
  top: 0;
  left: 0;
}
.cm-story-highlight-divider {
  height: 3px;
  margin: 20px 15px;
  width: 188px;
  background: #1e1a1a;
  border-bottom: 1px solid #575151;
}
/* ==========================================================================
   Story boxes (right rail elements) classes
   ========================================================================== */
.cm-story-rail a,
.cm-section-gallery-rail a,
.cm-story-rail a:link,
.cm-section-gallery-rail a:link,
.cm-story-rail a:visited,
.cm-section-gallery-rail a:visited,
.cm-story-rail a:active,
.cm-section-gallery-rail a:active {
  color: #00539b;
}
.cm-story-rail a:hover,
.cm-section-gallery-rail a:hover {
  color: #000;
}
.cm-story-rail .cm-ad,
.cm-section-gallery-rail .cm-ad {
  width: 300px;
  height: auto;
}
.cm-story-rail .cm-ad.cm-box,
.cm-section-gallery-rail .cm-ad.cm-box {
  margin: 0;
}
.cm-story-rail .cm-ad .adgeletti-ad-div,
.cm-section-gallery-rail .cm-ad .adgeletti-ad-div {
  margin-bottom: 25px;
}
.cm-story-rail .cm-box,
.cm-section-gallery-rail .cm-box {
  margin-bottom: 25px;
  width: 300px;
}
.cm-story-rail .cm-box.cm-ad,
.cm-section-gallery-rail .cm-box.cm-ad {
  margin: 0;
}
.cm-story-rail .cm-list-box,
.cm-section-gallery-rail .cm-list-box {
  border: 1px solid #ddd;
  width: 298px;
  background: #fff;
}
.cm-story-rail .cm-list-box .cm-list-more,
.cm-section-gallery-rail .cm-list-box .cm-list-more {
  height: 65px;
  position: relative;
  text-align: right;
  padding: 0 11px;
}
.cm-story-rail .cm-list-box .cm-list-more .cm-link-underlined,
.cm-section-gallery-rail .cm-list-box .cm-list-more .cm-link-underlined {
  font-size: 10px;
}
.cm-story-rail .cm-list-box .cm-list-more-short,
.cm-section-gallery-rail .cm-list-box .cm-list-more-short {
  height: 35px;
  line-height: 35px;
}
.cm-story-rail .cm-list-box .cm-list-upsell,
.cm-section-gallery-rail .cm-list-box .cm-list-upsell {
  padding: 0 0 0 15px;
  text-align: left;
}
.cm-story-rail .cm-list-box .cm-list-upsell .cm-upsell-msg,
.cm-section-gallery-rail .cm-list-box .cm-list-upsell .cm-upsell-msg {
  font: italic bold 14px/65px "Merriweather", serif;
}
.cm-story-rail .cm-list-box .cm-section-btn,
.cm-section-gallery-rail .cm-list-box .cm-section-btn {
  position: absolute;
  top: 20px;
  right: -5px;
}
.cm-story-rail .cm-list-box .cm-large-heading,
.cm-section-gallery-rail .cm-list-box .cm-large-heading {
  font-size: 20px;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.cm-story-rail .cm-list-box .cm-list-item:last-child,
.cm-section-gallery-rail .cm-list-box .cm-list-item:last-child {
  border-bottom: 0;
}
.cm-story-rail .cm-list-item,
.cm-section-gallery-rail .cm-list-item {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.cm-story-rail .cm-link-underlined,
.cm-section-gallery-rail .cm-link-underlined {
  text-decoration: underline;
}
.cm-story-rail .cm-img-box,
.cm-section-gallery-rail .cm-img-box {
  position: relative;
}
.cm-story-rail .cm-img-box-sm,
.cm-section-gallery-rail .cm-img-box-sm {
  width: 280px;
  height: 57px;
  margin: 0 0 0 15px;
  float: none;
}
.cm-story-rail .cm-img-box-sm img,
.cm-section-gallery-rail .cm-img-box-sm img {
  width: 90px;
  height: 57px;
}
.cm-story-rail .cm-img-box-sm .cm-box-footer,
.cm-section-gallery-rail .cm-img-box-sm .cm-box-footer {
  display: block;
  float: left;
  position: absolute;
  left: 90px;
  top: 0;
}
.cm-story-rail .cm-box-footer,
.cm-section-gallery-rail .cm-box-footer {
  width: 190px;
  border: 0;
}
.cm-list-key {
  width: 50px;
  display: inline-block;
  margin: 0 15px;
  text-align: center;
  vertical-align: middle;
  font: 18px/20px "Oswald", sans-serif;
}
.cm-keyed-list-box .cm-list-item {
  padding: 25px 0;
}
.cm-keyed-list-box .cm-box-footer {
  display: inline-block;
  vertical-align: middle;
}
.cm-keyed-list-box .cm-box-footer-lnk {
  display: inline;
}
.cm-list-timeline .cm-img-box-sm {
  width: 210px;
}
.cm-list-timeline .cm-box-footer {
  width: 105px;
  text-transform: uppercase;
}
.cm-list-timeline .cm-list-item {
  padding: 0;
}
.cm-list-timeline > div:nth-child(2) .cm-timeline-event {
  margin-top: 0;
}
.cm-list-timeline .cm-timeline-event {
  width: 56px;
  height: 87px;
  margin-top: -1px;
  border-right: 1px solid #ddd;
  background: #fff;
  display: inline-block;
  text-align: center;
  clear: left;
  position: relative;
}
.cm-list-timeline .cm-timeline-item {
  width: 210px;
  vertical-align: top;
  margin-top: 11px;
  display: inline-block;
}
.cm-timeline .cm-timeline-line {
  position: absolute;
  top: 0;
  left: 26px;
  z-index: 1;
  background: #b2b2b2;
  width: 3px;
  display: inline-block;
  height: 100%;
}
.cm-timeline .cm-timeline-dot {
  background: #838383;
  border-radius: 6px;
  position: relative;
  top: -3px;
  left: 21px;
  width: 13px;
  height: 13px;
  z-index: 2;
}
.cm-timeline .cm-timeline-gallery {
  position: relative;
}
.cm-timeline .cm-gallery-indicator {
  background: url('../../../common/v2newspaper/icon.png') -29px -105px no-repeat;
  width: 22px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  top: 19px;
  left: 36px;
  z-index: 3;
}
.cm-timeline-event .cm-timeline-date {
  color: #000;
  margin-top: 25px;
  padding: 3px 0;
  position: relative;
  z-index: 2;
  font-size: 10px;
  text-transform: uppercase;
  background: #fff;
}
.cm-full-timeline {
  text-align: center;
  position: relative;
}
.cm-full-timeline .cm-large-heading {
  font-size: 18px;
  margin-left: 0;
}
.cm-full-timeline .cm-timeline-content {
  position: relative;
}
.cm-full-timeline .cm-timeline-content div.cm-timeline-line {
  left: 148px;
  z-index: 1;
}
.cm-full-timeline .cm-timeline-item,
.cm-full-timeline .cm-timeline-lead-photo {
  z-index: 2;
  position: relative;
  background: transparent;
}
.cm-full-timeline .cm-timeline-item {
  text-align: left;
  padding: 20px 0;
  width: 100%;
  text-transform: uppercase;
  font-family: "oswald", sans-serif;
}
.cm-full-timeline .cm-timeline-item .cm-timeline-date {
  font-size: 14px;
  background: none;
}
.cm-full-timeline .cm-timeline-item > div {
  display: inline-block;
  vertical-align: middle;
}
.cm-full-timeline .cm-timeline-item > div:first-child .cm-timeline-image {
  margin-right: -3px;
}
.cm-full-timeline .cm-timeline-item > div:nth-child(3) {
  margin-left: 16px;
}
.cm-full-timeline .cm-timeline-item > div:nth-child(3) .cm-timeline-image {
  margin-left: -3px;
}
.cm-full-timeline .cm-timeline-end {
  padding: 0;
  margin-bottom: 10px;
}
.cm-full-timeline .cm-section-btn {
  margin-top: 11px;
  position: relative;
  top: 0;
  right: 0;
}
.cm-full-timeline .cm-timeline-item:not(.cm-timeline-end) > div:first-child {
  text-align: right;
  width: 94px;
  margin: 0 16px 0 34px;
}
.cm-full-timeline .cm-timeline-dot {
  position: absolute;
  left: 143px;
  top: 45%;
}
.cm-full-timeline .cm-timeline-event,
.cm-full-timeline .cm-timeline-image {
  width: 94px;
  text-align: center;
}
.cm-full-timeline .cm-timeline-event > a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cm-full-timeline .cm-timeline-lead-photo,
.cm-full-timeline .cm-timeline-image {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 2px 0;
  border-radius: 2px;
  box-shadow: #666 3px 3px 3px;
}
.cm-full-timeline .cm-timeline-lead-photo {
  width: 156px;
}
.cm-full-timeline .cm-timeline-image {
  margin-bottom: 5px;
}
.cm-full-timeline .cm-timeline-image img {
  display: block;
  margin: 0 auto;
}
.cm-col-300 .cm-lc-widget {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cm-col-300 .cm-lc-widget-collapsed {
  width: 100%;
  height: 800px;
  float: none;
  display: none;
  margin-bottom: 25px;
}
.cm-col-300 .cm-lc-widget-collapsed.cm-lc-widget .fyre .fyre-editor {
  width: 280px;
}
.cm-col-300 .cm-lc-widget-collapsed.cm-lc-widget .fyre .fyre-comment-footer .fyre-editor {
  width: 100%;
  min-width: 100%;
}
.cm-col-300 .cm-lc-widget-collapsed.cm-lc-empty {
  height: 300px;
}
.cm-col-300 .cm-lc-container {
  width: 298px;
  height: 100%;
}
.cm-col-300 .cm-lc-container .cm-lc-widget-container {
  height: 100%;
}
.cm-col-300 .cm-lc-content,
.cm-col-300 .fyre-comment-stream {
  border: 0;
  height: auto;
}
.cm-col-300 .cm-lc-topic-body {
  width: 100%;
  max-width: 100%;
}
.cm-col-300 .cm-lc-footer {
  position: relative;
  bottom: 10px;
  left: 0;
  width: 296px;
  height: 10px;
  margin-bottom: -10px;
  border-bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
}
.cm-col-300 .cm-lc-body,
.cm-col-300 .fyre-stream-content {
  width: 100%;
  height: auto;
  position: relative;
  overflow: auto;
}
.cm-lc-tabs {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 54px;
  width: 100%;
  overflow: hidden;
}
.cm-lc-tabs a {
  float: left;
  height: 53px;
  line-height: 53px;
  width: 99px;
  text-align: center;
  text-transform: uppercase;
  font-family: "oswald", sans-serif;
  margin: 0;
  padding: 0;
  border-right: 1px solid #ddd;
  color: #000;
  box-sizing: border-box;
}
.cm-lc-tabs a:nth-of-type(3) {
  width: 98px;
  border-right: 0;
}
.cm-lc-tabs a.selected,
.cm-lc-tabs a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.13)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.13));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.13));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.13));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.13));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.13));
}
.cm-lc-comment {
  padding: 20px 11px 11px;
  clear: both;
  float: left;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.cm-lc-comment a {
  font-weight: bold;
  color: #000;
}
.cm-lc-comment-txt {
  width: 100%;
  padding: 3px;
  background: #efefef;
  border: 1px solid #dedede;
  margin: 10px 0;
}
.cm-lc-comment-btn {
  border: 0;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  float: right;
  padding: 0 10px;
}
.cm-lc-expand {
  clear: both;
  padding: 5px 0;
  text-align: center;
  display: none;
}
.cm-lc-expand a {
  color: #000;
  text-transform: uppercase;
  font: 14px "oswald", sans-serif;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.cm-lc-expand a .cm-expand-icn {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.cm-lc-expand a .cm-expand-icn: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: "\e026";
  font-size: 22px;
}
#cm-storywell-header {
  margin-top: 65px;
}
#cm-storywell-header h2,
#cm-storywell-header #cm-storywell-category {
  display: inline-block;
  vertical-align: middle;
}
#cm-storywell-header h2 {
  margin: 0 20px 0 30px;
}
.cm-sw-lb {
  float: left;
  width: 100%;
  display: none;
}
.cm-sw-lb div {
  margin: auto;
  text-align: center;
}
[class*=cm-storywell-container] {
  margin: 0 auto;
  width: 990px;
  position: relative;
}
#cm-storywell-category {
  position: relative;
}
#cm-storywell-category button {
  border-radius: 0;
  background-color: #fff;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 150px;
  text-align: left;
  border-width: 0;
}
#cm-storywell-category button:after {
  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";
  font-size: 16px;
  position: absolute;
  right: 10px;
}
#cm-storywell-category ul.cm-topic-menu,
#cm-storywell-category ul.cm-sub-menu {
  border-radius: 0;
  border: solid 1px #aaa;
}
#cm-storywell-category ul.cm-topic-menu {
  position: relative;
  min-width: 220px;
  padding: 0;
  margin-top: 8px;
  position: absolute;
  left: auto;
  right: 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
}
#cm-storywell-category ul.cm-topic-menu:after,
#cm-storywell-category ul.cm-topic-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cm-storywell-category ul.cm-topic-menu:after {
  bottom: 100%;
  left: 80%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}
#cm-storywell-category ul.cm-topic-menu:before {
  bottom: 100%;
  left: 80%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid;
  border-bottom-color: inherit;
}
#cm-storywell-category ul.cm-topic-menu > li {
  border-bottom: solid 1px #dddddd;
}
#cm-storywell-category ul.cm-topic-menu > li  {
  color: #00539b;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-buzz  {
  color: #00539b;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-life  {
  color: #9f1897;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-neighborhoods  {
  color: #ff7300;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-news  {
  color: #a31e24;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-shop  {
  color: #00539b;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-sports  {
  color: #fea71b;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-classifieds  {
  color: #62b246;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-thingstodo ,
#cm-storywell-category ul.cm-topic-menu > li.cm-section-austin360  {
  color: #009fdd;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-ahorasi  {
  color: #00539b;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-real-estate  {
  color: #00539b;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-food  {
  color: #00539b;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-movies  {
  color: #00539b;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-arts  {
  color: #00539b;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-whattodo  {
  color: #00539b;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-whattoknow  {
  color: #00539b;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-section-whattolove  {
  color: #00539b;
}
#cm-storywell-category ul.cm-topic-menu > li a:hover {
  background-image: -webkit-linear-gradient(top, #ffffff 10%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #ffffff 10%, #dddddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
}
#cm-storywell-category ul.cm-topic-menu > li a {
  padding: 7px 20px;
}
#cm-storywell-category ul.cm-topic-menu > li a,
#cm-storywell-category ul.cm-topic-menu > li a:link,
#cm-storywell-category ul.cm-topic-menu > li a:active,
#cm-storywell-category ul.cm-topic-menu > li a:visited,
#cm-storywell-category ul.cm-topic-menu > li a:hover {
  color: inherit;
}
#cm-storywell-category ul.cm-topic-menu > li.cm-parent-menu > a:after {
  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;
  position: absolute;
  right: 8px;
  color: black;
  content: "\e01b";
  font-size: 14px;
}
#cm-storywell-category ul.cm-sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 130px;
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  background-color: #e9e9e9;
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.175);
  color: black;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: none;
}
#cm-storywell-category ul.cm-sub-menu.visible {
  display: block;
}
#cm-storywell-category ul.cm-sub-menu li {
  margin: 0;
  padding: 0;
}
#cm-storywell-category ul.cm-sub-menu li a {
  display: block;
  padding: 5px 20px;
  white-space: nowrap;
}
#cm-storywell-category ul.cm-sub-menu li a:hover {
  background-color: transparent;
  background-image: none;
  color: #00539b;
}
.cm-storywell {
  min-height: 550px;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}
.cm-storywell .jscroll-inner {
  float: left;
}
.cm-storywell.cm-loading {
  opacity: 0;
}
.cm-storywell .cm-loading-indicator {
  clear: both;
  float: none;
  width: 45px;
  height: 45px;
  margin: 5px auto;
  background: url('../../../common/v2newspaper/images/spinner_storywell.gif') center center no-repeat;
  background-size: contain;
}
.cm-storywell .cm-storycard.cm-storycard-image_medium {
  margin: 15px 15px;
}
.cm-storywell .cm-storycard.cm-no-img .cm-box-footer {
  background-color: inherit;
}
.cm-storywell .cm-storycard.cm-no-img .cm-box-footer h3,
.cm-storywell .cm-storycard.cm-no-img .cm-box-footer .cm-source,
.cm-storywell .cm-storycard.cm-no-img .cm-box-footer .cm-sponsor,
.cm-storywell .cm-storycard.cm-no-img .cm-box-footer .cm-share-icon {
  color: #fff;
}
.cm-storywell .cm-storycard.cm-no-img .cm-section-btn {
  background-color: white;
}
.cm-storywell .cm-storycard.cm-no-img  {
  background-color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-buzz  {
  background-color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-life  {
  background-color: #9f1897;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-neighborhoods  {
  background-color: #ff7300;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-news  {
  background-color: #a31e24;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-shop  {
  background-color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-sports  {
  background-color: #fea71b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-classifieds  {
  background-color: #62b246;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-thingstodo ,
.cm-storywell .cm-storycard.cm-no-img.cm-section-austin360  {
  background-color: #009fdd;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-ahorasi  {
  background-color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-real-estate  {
  background-color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-food  {
  background-color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-movies  {
  background-color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-arts  {
  background-color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-whattodo  {
  background-color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-whattoknow  {
  background-color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-whattolove  {
  background-color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img  .cm-section-btn {
  color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-buzz  .cm-section-btn {
  color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-life  .cm-section-btn {
  color: #9f1897;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-neighborhoods  .cm-section-btn {
  color: #ff7300;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-news  .cm-section-btn {
  color: #a31e24;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-shop  .cm-section-btn {
  color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-sports  .cm-section-btn {
  color: #fea71b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-classifieds  .cm-section-btn {
  color: #62b246;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-thingstodo  .cm-section-btn,
.cm-storywell .cm-storycard.cm-no-img.cm-section-austin360  .cm-section-btn {
  color: #009fdd;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-ahorasi  .cm-section-btn {
  color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-real-estate  .cm-section-btn {
  color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-food  .cm-section-btn {
  color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-movies  .cm-section-btn {
  color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-arts  .cm-section-btn {
  color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-whattodo  .cm-section-btn {
  color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-whattoknow  .cm-section-btn {
  color: #00539b;
}
.cm-storywell .cm-storycard.cm-no-img.cm-section-whattolove  .cm-section-btn {
  color: #00539b;
}
.cm-section-ribbon {
  width: 1198px;
  margin: 0 1px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #ddd;
  float: left;
  text-align: left;
  position: relative;
}
.cm-section-ribbon > a.cm-section-btn,
.cm-section-ribbon > a:link.cm-section-btn,
.cm-section-ribbon > a:visited.cm-section-btn,
.cm-section-ribbon > a:active.cm-section-btn,
.cm-section-ribbon > a:hover.cm-section-btn {
  position: relative;
  float: left;
  top: 0;
  padding: 5px 5px 5px 10px;
  margin-left: 10px;
  margin-right: 5px;
  font: normal 12px "oswald", sans-serif;
}
.cm-section-ribbon > a.cm-section-btn:after,
.cm-section-ribbon > a:link.cm-section-btn:after,
.cm-section-ribbon > a:visited.cm-section-btn:after,
.cm-section-ribbon > a:active.cm-section-btn:after,
.cm-section-ribbon > a:hover.cm-section-btn:after {
  content: "" !important;
}
.cm-section-ribbon .cm-section-title {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.cm-section-ribbon .cm-section-title h3 {
  margin: 0 33px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "oswald bold", sans-serif;
}
.cm-section-ribbon .cm-section-ribbon-container {
  float: left;
  position: relative;
  margin: 10px 3px;
  height: 60px;
  width: 980px;
  overflow: hidden;
}
.cm-section-ribbon:hover .cm-section-ribbon-nav {
  visibility: visible;
}
.cm-section-ribbon-nav {
  float: left;
  width: 29px;
  height: 59px;
  margin: 9px 0;
}
.cm-section-ribbon-nav.cm-section-ribbon-nav-left {
  margin-left: 7px;
}
.cm-section-ribbon-nav a {
  width: 29px;
  height: 29px;
  background: #332f2f;
  display: inline-block;
}
.cm-section-ribbon-nav a:after {
  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: "\e000";
  color: #fff;
  margin: 6px 0 0 6px;
  display: inline-block;
  font-size: 16px;
}
.cm-section-ribbon-nav a.cm-ribbon-next {
  margin-bottom: 3px;
}
.cm-section-ribbon-nav a.cm-ribbon-previous:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cm-section-ribbon .cm-section-ribbon-nav {
    visibility: visible;
  }
}
.cm-section-ribbon-stories {
  position: absolute;
  top: 0;
  left: 0;
  width: 1890px;
}
.cm-section-ribbon-stories .cm-storycard-image_small {
  margin: 0 10px 10px 0;
}
/**
 * Blog Module Styles
 */
.cm-blogs {
  position: relative;
  width: 300px;
  margin-bottom: 22px;
  float: left;
}
.cm-blogs-container {
  border: 1px solid #ddd;
  background: #fff;
  min-height: 278px;
  overflow: hidden;
  padding: 24px 20px 24px 30px;
}
.cm-blogs-container.cm-blogs-more {
  padding-bottom: 40px;
}
.cm-blogs-container .cm-section-btn {
  bottom: 10px;
  top: auto;
  right: -5px;
  position: absolute;
}
.cm-blogs-content {
  text-align: left;
  height: 78px;
  overflow: hidden;
  line-height: 14px;
  margin-bottom: 17px;
}
.cm-blogs-content:last-child {
  margin-bottom: 0;
}
.cm-blogs-content a {
  text-decoration: none;
  color: #000;
}
.cm-blogs-content a.cm-blogs-title {
  font: 14px/14px arial, sans-serif;
}
.cm-blogs-content a.cm-blogs-meta {
  display: block;
  font: italic 11px 'Merriweather', sans-serif;
  margin: 2px 0 5px;
}
.cm-blogs-content img {
  float: left;
  width: 68px;
  height: auto;
  border-radius: 34px;
  margin-right: 10px;
}
.cm-take-a-break {
  margin-top: 5px;
  margin-bottom: 14px;
  position: relative;
  width: 300px;
}
.cm-take-a-break ul {
  max-height: 100%;
  overflow: hidden;
}
.cm-take-a-break .cm-large-label {
  padding: 4px 10px 3px 10px;
}
.cm-take-a-break .cm-take-a-break-ad-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 50px;
}
.cm-take-a-break .cm-take-a-break-ad {
  position: absolute;
  top: 13px;
  right: 0;
  padding-top: 2px;
  padding-right: 1px;
}
.cm-take-a-break .cm-take-a-break-brought-by {
  float: left;
  font: italic 10px 'Merriweather', sans-serif;
  font-weight: bold;
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-hourglass a:before {
  content: "\e018";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-college-cap a:before {
  content: "\e017";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-newspaper a:before {
  content: "\e014";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-tickets a:before {
  content: "\e02f";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-chat-bubble a:before {
  content: "\e031";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-world-news a:before {
  content: "\e044";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-camera-w-photos a:before {
  content: "\e03f";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-cake a:before {
  content: "\e035";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-tv a:before {
  content: "\e040";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-alien-news a:before {
  content: "\e045";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-spinner-cap a:before {
  content: "\e03e";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-pillar a:before {
  content: "\e036";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-party a:before {
  content: "\e034";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-handcuffs a:before {
  content: "\e033";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-beer a:before {
  content: "\e039";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-dinner-plate a:before {
  content: "\e037";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-music-note a:before {
  content: "\e043";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-football a:before {
  content: "\e032";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-high-five a:before {
  content: "\e038";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-clapboard a:before {
  content: "\e03a";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-calendar a:before {
  content: "\e041";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-movie-tickets a:before {
  content: "\e03c";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-puzzles a:before {
  content: "\e03d";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-lotto-num a:before {
  content: "\e03b";
}
.cm-take-a-break .cm-vertical-list-box li.cm-glyph-bullhorn a:before {
  content: "\e042";
}
.cm-modal-container.cm-modal-weather .cm-close-modal:not(.scrolling) {
  top: 112px;
}
.cm-weather-container {
  background-color: #ededed;
  color: #000;
}
.cm-weather-container .cm-section-btn {
  padding: 3px 4px 3px 10px;
}
.cm-weather-main-column {
  float: left;
  width: 740px;
  height: 100%;
}
.cm-weather-right-column {
  float: left;
  margin-left: 11px;
  width: 302px;
  height: 100%;
}
.cm-weather-content-box {
  border: 1px solid #dddddd;
  background-color: #fff;
}
.cm-weather-content-header {
  height: 54px;
  line-height: 54px;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.cm-weather-content-header h2 {
  display: inline;
  margin: 0 8px 0 16px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.cm-weather-content-header .cm-time-stamp {
  float: right;
  margin-right: 19px;
  line-height: 54px;
}
.cm-weather-body-container {
  width: 1053px;
  margin: 112px auto 0;
  padding: 167px 0 20px;
}
.cm-weather-body-container .cm-inline-field-label {
  font-weight: bold;
  margin-right: 5px;
}
.cm-weather-body-container .cm-inline-field-separator {
  margin: 0 14px;
}
.cm-weather-group {
  margin-bottom: 12px;
}
.cm-weather-icon {
  /* TODO: refactor/reuse margin-left logic from premium/janus-mixins.less */
  /* NOTE: reused for widget */
  display: block;
  position: relative;
  overflow: hidden;
  width: 65px;
  height: 65px;
}
.cm-weather-icon img {
  max-width: none;
  position: absolute;
  cursor: pointer;
}
.cm-weather-icon.small {
  height: 32px;
  width: 32px;
}
.cm-weather-icon.small img {
  height: 32px;
}
.cm-weather-icon.medium {
  height: 48px;
  width: 48px;
}
.cm-weather-icon.medium img {
  height: 48px;
}
.cm-weather-icon.large {
  height: 65px;
  width: 65px;
}
.cm-weather-icon.large img {
  height: 65px;
}
.cm-weather-icon.large.weather_icon_95 img {
  margin-left: -6110px;
}
.cm-weather-icon.medium.weather_icon_95 img {
  margin-left: -4512px;
}
.cm-weather-icon.small.weather_icon_95 img {
  margin-left: -3008px;
}
.cm-weather-icon.x-small.weather_icon_95 img {
  margin-left: -1880px;
}
.cm-weather-icon.large.weather_icon_94 img {
  margin-left: -6045px;
}
.cm-weather-icon.medium.weather_icon_94 img {
  margin-left: -4464px;
}
.cm-weather-icon.small.weather_icon_94 img {
  margin-left: -2976px;
}
.cm-weather-icon.x-small.weather_icon_94 img {
  margin-left: -1860px;
}
.cm-weather-icon.large.weather_icon_93 img {
  margin-left: -5980px;
}
.cm-weather-icon.medium.weather_icon_93 img {
  margin-left: -4416px;
}
.cm-weather-icon.small.weather_icon_93 img {
  margin-left: -2944px;
}
.cm-weather-icon.x-small.weather_icon_93 img {
  margin-left: -1840px;
}
.cm-weather-icon.large.weather_icon_92 img {
  margin-left: -5915px;
}
.cm-weather-icon.medium.weather_icon_92 img {
  margin-left: -4368px;
}
.cm-weather-icon.small.weather_icon_92 img {
  margin-left: -2912px;
}
.cm-weather-icon.x-small.weather_icon_92 img {
  margin-left: -1820px;
}
.cm-weather-icon.large.weather_icon_91 img {
  margin-left: -5850px;
}
.cm-weather-icon.medium.weather_icon_91 img {
  margin-left: -4320px;
}
.cm-weather-icon.small.weather_icon_91 img {
  margin-left: -2880px;
}
.cm-weather-icon.x-small.weather_icon_91 img {
  margin-left: -1800px;
}
.cm-weather-icon.large.weather_icon_90 img {
  margin-left: -5785px;
}
.cm-weather-icon.medium.weather_icon_90 img {
  margin-left: -4272px;
}
.cm-weather-icon.small.weather_icon_90 img {
  margin-left: -2848px;
}
.cm-weather-icon.x-small.weather_icon_90 img {
  margin-left: -1780px;
}
.cm-weather-icon.large.weather_icon_89 img {
  margin-left: -5720px;
}
.cm-weather-icon.medium.weather_icon_89 img {
  margin-left: -4224px;
}
.cm-weather-icon.small.weather_icon_89 img {
  margin-left: -2816px;
}
.cm-weather-icon.x-small.weather_icon_89 img {
  margin-left: -1760px;
}
.cm-weather-icon.large.weather_icon_88 img {
  margin-left: -5655px;
}
.cm-weather-icon.medium.weather_icon_88 img {
  margin-left: -4176px;
}
.cm-weather-icon.small.weather_icon_88 img {
  margin-left: -2784px;
}
.cm-weather-icon.x-small.weather_icon_88 img {
  margin-left: -1740px;
}
.cm-weather-icon.large.weather_icon_87 img {
  margin-left: -5590px;
}
.cm-weather-icon.medium.weather_icon_87 img {
  margin-left: -4128px;
}
.cm-weather-icon.small.weather_icon_87 img {
  margin-left: -2752px;
}
.cm-weather-icon.x-small.weather_icon_87 img {
  margin-left: -1720px;
}
.cm-weather-icon.large.weather_icon_86 img {
  margin-left: -5525px;
}
.cm-weather-icon.medium.weather_icon_86 img {
  margin-left: -4080px;
}
.cm-weather-icon.small.weather_icon_86 img {
  margin-left: -2720px;
}
.cm-weather-icon.x-small.weather_icon_86 img {
  margin-left: -1700px;
}
.cm-weather-icon.large.weather_icon_85 img {
  margin-left: -5460px;
}
.cm-weather-icon.medium.weather_icon_85 img {
  margin-left: -4032px;
}
.cm-weather-icon.small.weather_icon_85 img {
  margin-left: -2688px;
}
.cm-weather-icon.x-small.weather_icon_85 img {
  margin-left: -1680px;
}
.cm-weather-icon.large.weather_icon_84 img {
  margin-left: -5395px;
}
.cm-weather-icon.medium.weather_icon_84 img {
  margin-left: -3984px;
}
.cm-weather-icon.small.weather_icon_84 img {
  margin-left: -2656px;
}
.cm-weather-icon.x-small.weather_icon_84 img {
  margin-left: -1660px;
}
.cm-weather-icon.large.weather_icon_83 img {
  margin-left: -5330px;
}
.cm-weather-icon.medium.weather_icon_83 img {
  margin-left: -3936px;
}
.cm-weather-icon.small.weather_icon_83 img {
  margin-left: -2624px;
}
.cm-weather-icon.x-small.weather_icon_83 img {
  margin-left: -1640px;
}
.cm-weather-icon.large.weather_icon_82 img {
  margin-left: -5265px;
}
.cm-weather-icon.medium.weather_icon_82 img {
  margin-left: -3888px;
}
.cm-weather-icon.small.weather_icon_82 img {
  margin-left: -2592px;
}
.cm-weather-icon.x-small.weather_icon_82 img {
  margin-left: -1620px;
}
.cm-weather-icon.large.weather_icon_81 img {
  margin-left: -5200px;
}
.cm-weather-icon.medium.weather_icon_81 img {
  margin-left: -3840px;
}
.cm-weather-icon.small.weather_icon_81 img {
  margin-left: -2560px;
}
.cm-weather-icon.x-small.weather_icon_81 img {
  margin-left: -1600px;
}
.cm-weather-icon.large.weather_icon_80 img {
  margin-left: -5135px;
}
.cm-weather-icon.medium.weather_icon_80 img {
  margin-left: -3792px;
}
.cm-weather-icon.small.weather_icon_80 img {
  margin-left: -2528px;
}
.cm-weather-icon.x-small.weather_icon_80 img {
  margin-left: -1580px;
}
.cm-weather-icon.large.weather_icon_79 img {
  margin-left: -5070px;
}
.cm-weather-icon.medium.weather_icon_79 img {
  margin-left: -3744px;
}
.cm-weather-icon.small.weather_icon_79 img {
  margin-left: -2496px;
}
.cm-weather-icon.x-small.weather_icon_79 img {
  margin-left: -1560px;
}
.cm-weather-icon.large.weather_icon_78 img {
  margin-left: -5005px;
}
.cm-weather-icon.medium.weather_icon_78 img {
  margin-left: -3696px;
}
.cm-weather-icon.small.weather_icon_78 img {
  margin-left: -2464px;
}
.cm-weather-icon.x-small.weather_icon_78 img {
  margin-left: -1540px;
}
.cm-weather-icon.large.weather_icon_77 img {
  margin-left: -4940px;
}
.cm-weather-icon.medium.weather_icon_77 img {
  margin-left: -3648px;
}
.cm-weather-icon.small.weather_icon_77 img {
  margin-left: -2432px;
}
.cm-weather-icon.x-small.weather_icon_77 img {
  margin-left: -1520px;
}
.cm-weather-icon.large.weather_icon_76 img {
  margin-left: -4875px;
}
.cm-weather-icon.medium.weather_icon_76 img {
  margin-left: -3600px;
}
.cm-weather-icon.small.weather_icon_76 img {
  margin-left: -2400px;
}
.cm-weather-icon.x-small.weather_icon_76 img {
  margin-left: -1500px;
}
.cm-weather-icon.large.weather_icon_75 img {
  margin-left: -4810px;
}
.cm-weather-icon.medium.weather_icon_75 img {
  margin-left: -3552px;
}
.cm-weather-icon.small.weather_icon_75 img {
  margin-left: -2368px;
}
.cm-weather-icon.x-small.weather_icon_75 img {
  margin-left: -1480px;
}
.cm-weather-icon.large.weather_icon_74 img {
  margin-left: -4745px;
}
.cm-weather-icon.medium.weather_icon_74 img {
  margin-left: -3504px;
}
.cm-weather-icon.small.weather_icon_74 img {
  margin-left: -2336px;
}
.cm-weather-icon.x-small.weather_icon_74 img {
  margin-left: -1460px;
}
.cm-weather-icon.large.weather_icon_73 img {
  margin-left: -4680px;
}
.cm-weather-icon.medium.weather_icon_73 img {
  margin-left: -3456px;
}
.cm-weather-icon.small.weather_icon_73 img {
  margin-left: -2304px;
}
.cm-weather-icon.x-small.weather_icon_73 img {
  margin-left: -1440px;
}
.cm-weather-icon.large.weather_icon_72 img {
  margin-left: -4615px;
}
.cm-weather-icon.medium.weather_icon_72 img {
  margin-left: -3408px;
}
.cm-weather-icon.small.weather_icon_72 img {
  margin-left: -2272px;
}
.cm-weather-icon.x-small.weather_icon_72 img {
  margin-left: -1420px;
}
.cm-weather-icon.large.weather_icon_71 img {
  margin-left: -4550px;
}
.cm-weather-icon.medium.weather_icon_71 img {
  margin-left: -3360px;
}
.cm-weather-icon.small.weather_icon_71 img {
  margin-left: -2240px;
}
.cm-weather-icon.x-small.weather_icon_71 img {
  margin-left: -1400px;
}
.cm-weather-icon.large.weather_icon_70 img {
  margin-left: -4485px;
}
.cm-weather-icon.medium.weather_icon_70 img {
  margin-left: -3312px;
}
.cm-weather-icon.small.weather_icon_70 img {
  margin-left: -2208px;
}
.cm-weather-icon.x-small.weather_icon_70 img {
  margin-left: -1380px;
}
.cm-weather-icon.large.weather_icon_69 img {
  margin-left: -4420px;
}
.cm-weather-icon.medium.weather_icon_69 img {
  margin-left: -3264px;
}
.cm-weather-icon.small.weather_icon_69 img {
  margin-left: -2176px;
}
.cm-weather-icon.x-small.weather_icon_69 img {
  margin-left: -1360px;
}
.cm-weather-icon.large.weather_icon_68 img {
  margin-left: -4355px;
}
.cm-weather-icon.medium.weather_icon_68 img {
  margin-left: -3216px;
}
.cm-weather-icon.small.weather_icon_68 img {
  margin-left: -2144px;
}
.cm-weather-icon.x-small.weather_icon_68 img {
  margin-left: -1340px;
}
.cm-weather-icon.large.weather_icon_67 img {
  margin-left: -4290px;
}
.cm-weather-icon.medium.weather_icon_67 img {
  margin-left: -3168px;
}
.cm-weather-icon.small.weather_icon_67 img {
  margin-left: -2112px;
}
.cm-weather-icon.x-small.weather_icon_67 img {
  margin-left: -1320px;
}
.cm-weather-icon.large.weather_icon_66 img {
  margin-left: -4225px;
}
.cm-weather-icon.medium.weather_icon_66 img {
  margin-left: -3120px;
}
.cm-weather-icon.small.weather_icon_66 img {
  margin-left: -2080px;
}
.cm-weather-icon.x-small.weather_icon_66 img {
  margin-left: -1300px;
}
.cm-weather-icon.large.weather_icon_65 img {
  margin-left: -4160px;
}
.cm-weather-icon.medium.weather_icon_65 img {
  margin-left: -3072px;
}
.cm-weather-icon.small.weather_icon_65 img {
  margin-left: -2048px;
}
.cm-weather-icon.x-small.weather_icon_65 img {
  margin-left: -1280px;
}
.cm-weather-icon.large.weather_icon_64 img {
  margin-left: -4095px;
}
.cm-weather-icon.medium.weather_icon_64 img {
  margin-left: -3024px;
}
.cm-weather-icon.small.weather_icon_64 img {
  margin-left: -2016px;
}
.cm-weather-icon.x-small.weather_icon_64 img {
  margin-left: -1260px;
}
.cm-weather-icon.large.weather_icon_63 img {
  margin-left: -4030px;
}
.cm-weather-icon.medium.weather_icon_63 img {
  margin-left: -2976px;
}
.cm-weather-icon.small.weather_icon_63 img {
  margin-left: -1984px;
}
.cm-weather-icon.x-small.weather_icon_63 img {
  margin-left: -1240px;
}
.cm-weather-icon.large.weather_icon_62 img {
  margin-left: -3965px;
}
.cm-weather-icon.medium.weather_icon_62 img {
  margin-left: -2928px;
}
.cm-weather-icon.small.weather_icon_62 img {
  margin-left: -1952px;
}
.cm-weather-icon.x-small.weather_icon_62 img {
  margin-left: -1220px;
}
.cm-weather-icon.large.weather_icon_61 img {
  margin-left: -3900px;
}
.cm-weather-icon.medium.weather_icon_61 img {
  margin-left: -2880px;
}
.cm-weather-icon.small.weather_icon_61 img {
  margin-left: -1920px;
}
.cm-weather-icon.x-small.weather_icon_61 img {
  margin-left: -1200px;
}
.cm-weather-icon.large.weather_icon_60 img {
  margin-left: -3835px;
}
.cm-weather-icon.medium.weather_icon_60 img {
  margin-left: -2832px;
}
.cm-weather-icon.small.weather_icon_60 img {
  margin-left: -1888px;
}
.cm-weather-icon.x-small.weather_icon_60 img {
  margin-left: -1180px;
}
.cm-weather-icon.large.weather_icon_59 img {
  margin-left: -3770px;
}
.cm-weather-icon.medium.weather_icon_59 img {
  margin-left: -2784px;
}
.cm-weather-icon.small.weather_icon_59 img {
  margin-left: -1856px;
}
.cm-weather-icon.x-small.weather_icon_59 img {
  margin-left: -1160px;
}
.cm-weather-icon.large.weather_icon_58 img {
  margin-left: -3705px;
}
.cm-weather-icon.medium.weather_icon_58 img {
  margin-left: -2736px;
}
.cm-weather-icon.small.weather_icon_58 img {
  margin-left: -1824px;
}
.cm-weather-icon.x-small.weather_icon_58 img {
  margin-left: -1140px;
}
.cm-weather-icon.large.weather_icon_57 img {
  margin-left: -3640px;
}
.cm-weather-icon.medium.weather_icon_57 img {
  margin-left: -2688px;
}
.cm-weather-icon.small.weather_icon_57 img {
  margin-left: -1792px;
}
.cm-weather-icon.x-small.weather_icon_57 img {
  margin-left: -1120px;
}
.cm-weather-icon.large.weather_icon_56 img {
  margin-left: -3575px;
}
.cm-weather-icon.medium.weather_icon_56 img {
  margin-left: -2640px;
}
.cm-weather-icon.small.weather_icon_56 img {
  margin-left: -1760px;
}
.cm-weather-icon.x-small.weather_icon_56 img {
  margin-left: -1100px;
}
.cm-weather-icon.large.weather_icon_55 img {
  margin-left: -3510px;
}
.cm-weather-icon.medium.weather_icon_55 img {
  margin-left: -2592px;
}
.cm-weather-icon.small.weather_icon_55 img {
  margin-left: -1728px;
}
.cm-weather-icon.x-small.weather_icon_55 img {
  margin-left: -1080px;
}
.cm-weather-icon.large.weather_icon_54 img {
  margin-left: -3445px;
}
.cm-weather-icon.medium.weather_icon_54 img {
  margin-left: -2544px;
}
.cm-weather-icon.small.weather_icon_54 img {
  margin-left: -1696px;
}
.cm-weather-icon.x-small.weather_icon_54 img {
  margin-left: -1060px;
}
.cm-weather-icon.large.weather_icon_53 img {
  margin-left: -3380px;
}
.cm-weather-icon.medium.weather_icon_53 img {
  margin-left: -2496px;
}
.cm-weather-icon.small.weather_icon_53 img {
  margin-left: -1664px;
}
.cm-weather-icon.x-small.weather_icon_53 img {
  margin-left: -1040px;
}
.cm-weather-icon.large.weather_icon_52 img {
  margin-left: -3315px;
}
.cm-weather-icon.medium.weather_icon_52 img {
  margin-left: -2448px;
}
.cm-weather-icon.small.weather_icon_52 img {
  margin-left: -1632px;
}
.cm-weather-icon.x-small.weather_icon_52 img {
  margin-left: -1020px;
}
.cm-weather-icon.large.weather_icon_51 img {
  margin-left: -3250px;
}
.cm-weather-icon.medium.weather_icon_51 img {
  margin-left: -2400px;
}
.cm-weather-icon.small.weather_icon_51 img {
  margin-left: -1600px;
}
.cm-weather-icon.x-small.weather_icon_51 img {
  margin-left: -1000px;
}
.cm-weather-icon.large.weather_icon_50 img {
  margin-left: -3185px;
}
.cm-weather-icon.medium.weather_icon_50 img {
  margin-left: -2352px;
}
.cm-weather-icon.small.weather_icon_50 img {
  margin-left: -1568px;
}
.cm-weather-icon.x-small.weather_icon_50 img {
  margin-left: -980px;
}
.cm-weather-icon.large.weather_icon_49 img {
  margin-left: -3120px;
}
.cm-weather-icon.medium.weather_icon_49 img {
  margin-left: -2304px;
}
.cm-weather-icon.small.weather_icon_49 img {
  margin-left: -1536px;
}
.cm-weather-icon.x-small.weather_icon_49 img {
  margin-left: -960px;
}
.cm-weather-icon.large.weather_icon_48 img {
  margin-left: -3055px;
}
.cm-weather-icon.medium.weather_icon_48 img {
  margin-left: -2256px;
}
.cm-weather-icon.small.weather_icon_48 img {
  margin-left: -1504px;
}
.cm-weather-icon.x-small.weather_icon_48 img {
  margin-left: -940px;
}
.cm-weather-icon.large.weather_icon_47 img {
  margin-left: -2990px;
}
.cm-weather-icon.medium.weather_icon_47 img {
  margin-left: -2208px;
}
.cm-weather-icon.small.weather_icon_47 img {
  margin-left: -1472px;
}
.cm-weather-icon.x-small.weather_icon_47 img {
  margin-left: -920px;
}
.cm-weather-icon.large.weather_icon_46 img {
  margin-left: -2925px;
}
.cm-weather-icon.medium.weather_icon_46 img {
  margin-left: -2160px;
}
.cm-weather-icon.small.weather_icon_46 img {
  margin-left: -1440px;
}
.cm-weather-icon.x-small.weather_icon_46 img {
  margin-left: -900px;
}
.cm-weather-icon.large.weather_icon_45 img {
  margin-left: -2860px;
}
.cm-weather-icon.medium.weather_icon_45 img {
  margin-left: -2112px;
}
.cm-weather-icon.small.weather_icon_45 img {
  margin-left: -1408px;
}
.cm-weather-icon.x-small.weather_icon_45 img {
  margin-left: -880px;
}
.cm-weather-icon.large.weather_icon_44 img {
  margin-left: -2795px;
}
.cm-weather-icon.medium.weather_icon_44 img {
  margin-left: -2064px;
}
.cm-weather-icon.small.weather_icon_44 img {
  margin-left: -1376px;
}
.cm-weather-icon.x-small.weather_icon_44 img {
  margin-left: -860px;
}
.cm-weather-icon.large.weather_icon_43 img {
  margin-left: -2730px;
}
.cm-weather-icon.medium.weather_icon_43 img {
  margin-left: -2016px;
}
.cm-weather-icon.small.weather_icon_43 img {
  margin-left: -1344px;
}
.cm-weather-icon.x-small.weather_icon_43 img {
  margin-left: -840px;
}
.cm-weather-icon.large.weather_icon_42 img {
  margin-left: -2665px;
}
.cm-weather-icon.medium.weather_icon_42 img {
  margin-left: -1968px;
}
.cm-weather-icon.small.weather_icon_42 img {
  margin-left: -1312px;
}
.cm-weather-icon.x-small.weather_icon_42 img {
  margin-left: -820px;
}
.cm-weather-icon.large.weather_icon_41 img {
  margin-left: -2600px;
}
.cm-weather-icon.medium.weather_icon_41 img {
  margin-left: -1920px;
}
.cm-weather-icon.small.weather_icon_41 img {
  margin-left: -1280px;
}
.cm-weather-icon.x-small.weather_icon_41 img {
  margin-left: -800px;
}
.cm-weather-icon.large.weather_icon_40 img {
  margin-left: -2535px;
}
.cm-weather-icon.medium.weather_icon_40 img {
  margin-left: -1872px;
}
.cm-weather-icon.small.weather_icon_40 img {
  margin-left: -1248px;
}
.cm-weather-icon.x-small.weather_icon_40 img {
  margin-left: -780px;
}
.cm-weather-icon.large.weather_icon_39 img {
  margin-left: -2470px;
}
.cm-weather-icon.medium.weather_icon_39 img {
  margin-left: -1824px;
}
.cm-weather-icon.small.weather_icon_39 img {
  margin-left: -1216px;
}
.cm-weather-icon.x-small.weather_icon_39 img {
  margin-left: -760px;
}
.cm-weather-icon.large.weather_icon_38 img {
  margin-left: -2405px;
}
.cm-weather-icon.medium.weather_icon_38 img {
  margin-left: -1776px;
}
.cm-weather-icon.small.weather_icon_38 img {
  margin-left: -1184px;
}
.cm-weather-icon.x-small.weather_icon_38 img {
  margin-left: -740px;
}
.cm-weather-icon.large.weather_icon_37 img {
  margin-left: -2340px;
}
.cm-weather-icon.medium.weather_icon_37 img {
  margin-left: -1728px;
}
.cm-weather-icon.small.weather_icon_37 img {
  margin-left: -1152px;
}
.cm-weather-icon.x-small.weather_icon_37 img {
  margin-left: -720px;
}
.cm-weather-icon.large.weather_icon_36 img {
  margin-left: -2275px;
}
.cm-weather-icon.medium.weather_icon_36 img {
  margin-left: -1680px;
}
.cm-weather-icon.small.weather_icon_36 img {
  margin-left: -1120px;
}
.cm-weather-icon.x-small.weather_icon_36 img {
  margin-left: -700px;
}
.cm-weather-icon.large.weather_icon_35 img {
  margin-left: -2210px;
}
.cm-weather-icon.medium.weather_icon_35 img {
  margin-left: -1632px;
}
.cm-weather-icon.small.weather_icon_35 img {
  margin-left: -1088px;
}
.cm-weather-icon.x-small.weather_icon_35 img {
  margin-left: -680px;
}
.cm-weather-icon.large.weather_icon_34 img {
  margin-left: -2145px;
}
.cm-weather-icon.medium.weather_icon_34 img {
  margin-left: -1584px;
}
.cm-weather-icon.small.weather_icon_34 img {
  margin-left: -1056px;
}
.cm-weather-icon.x-small.weather_icon_34 img {
  margin-left: -660px;
}
.cm-weather-icon.large.weather_icon_33 img {
  margin-left: -2080px;
}
.cm-weather-icon.medium.weather_icon_33 img {
  margin-left: -1536px;
}
.cm-weather-icon.small.weather_icon_33 img {
  margin-left: -1024px;
}
.cm-weather-icon.x-small.weather_icon_33 img {
  margin-left: -640px;
}
.cm-weather-icon.large.weather_icon_32 img {
  margin-left: -2015px;
}
.cm-weather-icon.medium.weather_icon_32 img {
  margin-left: -1488px;
}
.cm-weather-icon.small.weather_icon_32 img {
  margin-left: -992px;
}
.cm-weather-icon.x-small.weather_icon_32 img {
  margin-left: -620px;
}
.cm-weather-icon.large.weather_icon_31 img {
  margin-left: -1950px;
}
.cm-weather-icon.medium.weather_icon_31 img {
  margin-left: -1440px;
}
.cm-weather-icon.small.weather_icon_31 img {
  margin-left: -960px;
}
.cm-weather-icon.x-small.weather_icon_31 img {
  margin-left: -600px;
}
.cm-weather-icon.large.weather_icon_30 img {
  margin-left: -1885px;
}
.cm-weather-icon.medium.weather_icon_30 img {
  margin-left: -1392px;
}
.cm-weather-icon.small.weather_icon_30 img {
  margin-left: -928px;
}
.cm-weather-icon.x-small.weather_icon_30 img {
  margin-left: -580px;
}
.cm-weather-icon.large.weather_icon_29 img {
  margin-left: -1820px;
}
.cm-weather-icon.medium.weather_icon_29 img {
  margin-left: -1344px;
}
.cm-weather-icon.small.weather_icon_29 img {
  margin-left: -896px;
}
.cm-weather-icon.x-small.weather_icon_29 img {
  margin-left: -560px;
}
.cm-weather-icon.large.weather_icon_28 img {
  margin-left: -1755px;
}
.cm-weather-icon.medium.weather_icon_28 img {
  margin-left: -1296px;
}
.cm-weather-icon.small.weather_icon_28 img {
  margin-left: -864px;
}
.cm-weather-icon.x-small.weather_icon_28 img {
  margin-left: -540px;
}
.cm-weather-icon.large.weather_icon_27 img {
  margin-left: -1690px;
}
.cm-weather-icon.medium.weather_icon_27 img {
  margin-left: -1248px;
}
.cm-weather-icon.small.weather_icon_27 img {
  margin-left: -832px;
}
.cm-weather-icon.x-small.weather_icon_27 img {
  margin-left: -520px;
}
.cm-weather-icon.large.weather_icon_26 img {
  margin-left: -1625px;
}
.cm-weather-icon.medium.weather_icon_26 img {
  margin-left: -1200px;
}
.cm-weather-icon.small.weather_icon_26 img {
  margin-left: -800px;
}
.cm-weather-icon.x-small.weather_icon_26 img {
  margin-left: -500px;
}
.cm-weather-icon.large.weather_icon_25 img {
  margin-left: -1560px;
}
.cm-weather-icon.medium.weather_icon_25 img {
  margin-left: -1152px;
}
.cm-weather-icon.small.weather_icon_25 img {
  margin-left: -768px;
}
.cm-weather-icon.x-small.weather_icon_25 img {
  margin-left: -480px;
}
.cm-weather-icon.large.weather_icon_24 img {
  margin-left: -1495px;
}
.cm-weather-icon.medium.weather_icon_24 img {
  margin-left: -1104px;
}
.cm-weather-icon.small.weather_icon_24 img {
  margin-left: -736px;
}
.cm-weather-icon.x-small.weather_icon_24 img {
  margin-left: -460px;
}
.cm-weather-icon.large.weather_icon_23 img {
  margin-left: -1430px;
}
.cm-weather-icon.medium.weather_icon_23 img {
  margin-left: -1056px;
}
.cm-weather-icon.small.weather_icon_23 img {
  margin-left: -704px;
}
.cm-weather-icon.x-small.weather_icon_23 img {
  margin-left: -440px;
}
.cm-weather-icon.large.weather_icon_22 img {
  margin-left: -1365px;
}
.cm-weather-icon.medium.weather_icon_22 img {
  margin-left: -1008px;
}
.cm-weather-icon.small.weather_icon_22 img {
  margin-left: -672px;
}
.cm-weather-icon.x-small.weather_icon_22 img {
  margin-left: -420px;
}
.cm-weather-icon.large.weather_icon_21 img {
  margin-left: -1300px;
}
.cm-weather-icon.medium.weather_icon_21 img {
  margin-left: -960px;
}
.cm-weather-icon.small.weather_icon_21 img {
  margin-left: -640px;
}
.cm-weather-icon.x-small.weather_icon_21 img {
  margin-left: -400px;
}
.cm-weather-icon.large.weather_icon_20 img {
  margin-left: -1235px;
}
.cm-weather-icon.medium.weather_icon_20 img {
  margin-left: -912px;
}
.cm-weather-icon.small.weather_icon_20 img {
  margin-left: -608px;
}
.cm-weather-icon.x-small.weather_icon_20 img {
  margin-left: -380px;
}
.cm-weather-icon.large.weather_icon_19 img {
  margin-left: -1170px;
}
.cm-weather-icon.medium.weather_icon_19 img {
  margin-left: -864px;
}
.cm-weather-icon.small.weather_icon_19 img {
  margin-left: -576px;
}
.cm-weather-icon.x-small.weather_icon_19 img {
  margin-left: -360px;
}
.cm-weather-icon.large.weather_icon_18 img {
  margin-left: -1105px;
}
.cm-weather-icon.medium.weather_icon_18 img {
  margin-left: -816px;
}
.cm-weather-icon.small.weather_icon_18 img {
  margin-left: -544px;
}
.cm-weather-icon.x-small.weather_icon_18 img {
  margin-left: -340px;
}
.cm-weather-icon.large.weather_icon_17 img {
  margin-left: -1040px;
}
.cm-weather-icon.medium.weather_icon_17 img {
  margin-left: -768px;
}
.cm-weather-icon.small.weather_icon_17 img {
  margin-left: -512px;
}
.cm-weather-icon.x-small.weather_icon_17 img {
  margin-left: -320px;
}
.cm-weather-icon.large.weather_icon_16 img {
  margin-left: -975px;
}
.cm-weather-icon.medium.weather_icon_16 img {
  margin-left: -720px;
}
.cm-weather-icon.small.weather_icon_16 img {
  margin-left: -480px;
}
.cm-weather-icon.x-small.weather_icon_16 img {
  margin-left: -300px;
}
.cm-weather-icon.large.weather_icon_15 img {
  margin-left: -910px;
}
.cm-weather-icon.medium.weather_icon_15 img {
  margin-left: -672px;
}
.cm-weather-icon.small.weather_icon_15 img {
  margin-left: -448px;
}
.cm-weather-icon.x-small.weather_icon_15 img {
  margin-left: -280px;
}
.cm-weather-icon.large.weather_icon_14 img {
  margin-left: -845px;
}
.cm-weather-icon.medium.weather_icon_14 img {
  margin-left: -624px;
}
.cm-weather-icon.small.weather_icon_14 img {
  margin-left: -416px;
}
.cm-weather-icon.x-small.weather_icon_14 img {
  margin-left: -260px;
}
.cm-weather-icon.large.weather_icon_13 img {
  margin-left: -780px;
}
.cm-weather-icon.medium.weather_icon_13 img {
  margin-left: -576px;
}
.cm-weather-icon.small.weather_icon_13 img {
  margin-left: -384px;
}
.cm-weather-icon.x-small.weather_icon_13 img {
  margin-left: -240px;
}
.cm-weather-icon.large.weather_icon_12 img {
  margin-left: -715px;
}
.cm-weather-icon.medium.weather_icon_12 img {
  margin-left: -528px;
}
.cm-weather-icon.small.weather_icon_12 img {
  margin-left: -352px;
}
.cm-weather-icon.x-small.weather_icon_12 img {
  margin-left: -220px;
}
.cm-weather-icon.large.weather_icon_11 img {
  margin-left: -650px;
}
.cm-weather-icon.medium.weather_icon_11 img {
  margin-left: -480px;
}
.cm-weather-icon.small.weather_icon_11 img {
  margin-left: -320px;
}
.cm-weather-icon.x-small.weather_icon_11 img {
  margin-left: -200px;
}
.cm-weather-icon.large.weather_icon_10 img {
  margin-left: -585px;
}
.cm-weather-icon.medium.weather_icon_10 img {
  margin-left: -432px;
}
.cm-weather-icon.small.weather_icon_10 img {
  margin-left: -288px;
}
.cm-weather-icon.x-small.weather_icon_10 img {
  margin-left: -180px;
}
.cm-weather-icon.large.weather_icon_9 img {
  margin-left: -520px;
}
.cm-weather-icon.medium.weather_icon_9 img {
  margin-left: -384px;
}
.cm-weather-icon.small.weather_icon_9 img {
  margin-left: -256px;
}
.cm-weather-icon.x-small.weather_icon_9 img {
  margin-left: -160px;
}
.cm-weather-icon.large.weather_icon_8 img {
  margin-left: -455px;
}
.cm-weather-icon.medium.weather_icon_8 img {
  margin-left: -336px;
}
.cm-weather-icon.small.weather_icon_8 img {
  margin-left: -224px;
}
.cm-weather-icon.x-small.weather_icon_8 img {
  margin-left: -140px;
}
.cm-weather-icon.large.weather_icon_7 img {
  margin-left: -390px;
}
.cm-weather-icon.medium.weather_icon_7 img {
  margin-left: -288px;
}
.cm-weather-icon.small.weather_icon_7 img {
  margin-left: -192px;
}
.cm-weather-icon.x-small.weather_icon_7 img {
  margin-left: -120px;
}
.cm-weather-icon.large.weather_icon_6 img {
  margin-left: -325px;
}
.cm-weather-icon.medium.weather_icon_6 img {
  margin-left: -240px;
}
.cm-weather-icon.small.weather_icon_6 img {
  margin-left: -160px;
}
.cm-weather-icon.x-small.weather_icon_6 img {
  margin-left: -100px;
}
.cm-weather-icon.large.weather_icon_5 img {
  margin-left: -260px;
}
.cm-weather-icon.medium.weather_icon_5 img {
  margin-left: -192px;
}
.cm-weather-icon.small.weather_icon_5 img {
  margin-left: -128px;
}
.cm-weather-icon.x-small.weather_icon_5 img {
  margin-left: -80px;
}
.cm-weather-icon.large.weather_icon_4 img {
  margin-left: -195px;
}
.cm-weather-icon.medium.weather_icon_4 img {
  margin-left: -144px;
}
.cm-weather-icon.small.weather_icon_4 img {
  margin-left: -96px;
}
.cm-weather-icon.x-small.weather_icon_4 img {
  margin-left: -60px;
}
.cm-weather-icon.large.weather_icon_3 img {
  margin-left: -130px;
}
.cm-weather-icon.medium.weather_icon_3 img {
  margin-left: -96px;
}
.cm-weather-icon.small.weather_icon_3 img {
  margin-left: -64px;
}
.cm-weather-icon.x-small.weather_icon_3 img {
  margin-left: -40px;
}
.cm-weather-icon.large.weather_icon_2 img {
  margin-left: -65px;
}
.cm-weather-icon.medium.weather_icon_2 img {
  margin-left: -48px;
}
.cm-weather-icon.small.weather_icon_2 img {
  margin-left: -32px;
}
.cm-weather-icon.x-small.weather_icon_2 img {
  margin-left: -20px;
}
.cm-weather-icon.large.weather_icon_1 img {
  margin-left: 0px;
}
.cm-weather-icon.medium.weather_icon_1 img {
  margin-left: 0px;
}
.cm-weather-icon.small.weather_icon_1 img {
  margin-left: 0px;
}
.cm-weather-icon.x-small.weather_icon_1 img {
  margin-left: 0px;
}
.cm-weather-icon.x-small {
  height: 20px;
  width: 20px;
}
.cm-weather-icon.x-small img {
  height: 20px;
}
.cm-weather-icon.small {
  height: 32px;
  width: 32px;
}
.cm-weather-icon.small img {
  height: 32px;
}
.cm-weather-icon.medium {
  height: 48px;
  width: 48px;
}
.cm-weather-icon.medium img {
  height: 48px;
}
/* Shared style for laying out high/low temp pairs */
.cm-weather-temperature-pair {
  display: inline-block;
  height: 56px;
}
.cm-weather-temperature-pair .cm-weather-temperature {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.cm-weather-temperature-pair .cm-weather-temperature * {
  position: relative;
  vertical-align: top;
}
.cm-weather-temperature-pair .cm-weather-label {
  position: relative;
  top: 7px;
  left: 5px;
  font-size: 17px;
}
.cm-weather-temperature-pair .cm-weather-value {
  font-size: 34px;
  font-weight: bold;
}
.cm-weather-temperature-pair .cm-weather-slash-container {
  display: inline-block;
  position: relative;
  width: 25px;
}
.cm-weather-temperature-pair .cm-weather-slash {
  position: absolute;
  width: 62px;
  top: 9px;
  left: -22px;
  border-bottom: 1px solid #000;
  transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
.cm-weather-temperature-pair .cm-weather-high {
  top: -15px;
}
.cm-weather-temperature-pair .cm-weather-low {
  top: 15px;
}
.cm-weather-brought-by {
  display: inline-block;
  font-family: "Merriweather", serif;
  font-size: 9px;
  font-style: italic;
  font-weight: bold;
}
/* Not base, but components too small to warrant their own file. */
.cm-weather-radar-content {
  /* This needs to be in here (in addition to inline) because radar rendering happens out of line
   * after #anchor scrolling. If the browser scrolls to #radar before rendering the radar content,
   * it'll need to know how much space on the page to leave for it or risk scrolling to the wrong
   * place. */
  position: relative;
  height: 639px;
  width: 1055px;
}
.cm-weather-radar-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  z-index: 9999;
}
.cm-weather-radar-overlay * {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}
.cm-weather-video-content,
.cm-weather-video-content .oembed-video span {
  /* Some browsers render the video as an <object>. Some versions of IE do it as a <span>. When
   * IE9 and IE10 do the latter, the <span> gets display:block, but doesn't get its height set,
   * so it ends up short. Apply this explicit height/width to that span in addition to the parent
   * so that ie9/10 gets it too. */
  height: 637px;
  width: 1048px;
}
.cm-weather-location {
  margin-left: 20px;
}
.cm-weather-error {
  width: 690px;
  padding-left: 130px;
  margin: 100px auto 250px;
  font-size: 34px;
  line-height: 42px;
  background: url(../../../common/v2newspaper/images/weather-error-icon.png) no-repeat 0px 10px;
}
.cm-weather-multiple {
  width: 460px;
  margin: 30px auto 100px;
}
.cm-weather-multiple p {
  font-size: 14px;
}
.cm-weather-multiple ul {
  padding-left: 0;
  list-style: none;
  font-weight: bold;
  font-size: 15px;
}
.cm-weather-multiple li {
  margin: 5px 0;
}
/* Share footer */
.cm-weather-share-footer {
  position: absolute;
  bottom: 0;
  height: 54px;
  line-height: 54px;
  width: 100%;
  border-top: 1px solid #dddddd;
}
.cm-weather-share-footer .cm-share-icon {
  float: right;
  margin-right: 22px;
  top: -6px;
}
.cm-abbreviated-nav .cm-weather-body-container {
  margin-top: 40px;
}
.cm-weather-alerts-container .cm-weather-brought-by {
  margin-right: 7px;
}
.cm-weather-alerts {
  border: 1px solid #dddddd;
  background-color: #fff;
  position: relative;
  padding: 12px 24px 16px;
}
.cm-weather-alerts .cm-time-stamp {
  display: block;
  position: absolute;
  bottom: 13px;
  right: 11px;
}
.cm-weather-alerts-title {
  margin: 0;
  font-size: 40px;
}
.cm-weather-alerts-title h2 {
  display: inline;
  font-size: inherit;
  font-weight: normal;
}
.cm-weather-alerts-title .cm-icon-incident {
  margin-left: 28px;
  color: #f00;
}
.cm-weather-alerts-counties-label {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}
.cm-weather-alerts-counties-expander {
  position: relative;
  margin-left: 2px;
  font-size: 16px;
}
.cm-weather-alerts-counties-expander.cm-icon-down-open-big {
  top: 2px;
}
.cm-weather-alerts-counties-expander.cm-icon-up-open-big {
  top: 0px;
}
.cm-weather-alerts-sponsor {
  position: absolute;
  top: 8px;
  right: 8px;
}
.cm-weather-alerts-sponsor .adgeletti-ad-div {
  display: inline-block;
}
.cm-weather-alerts-details {
  display: none;
  background: #fff;
  border: 1px solid #dddddd;
  border-top: none;
}
.cm-weather-alerts-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Two column layout. Each puts a border between them, and the right one has
 * a -1px margin to force those borders to overlap. Effectively this makes
 * the shorter one disappear under the longer. */
.cm-weather-alerts-counties {
  float: left;
  padding: 26px;
  border-right: 1px solid #dddddd;
  font-weight: bold;
  width: 155px;
}
.cm-weather-alerts-counties li {
  cursor: pointer;
}
.cm-weather-alerts-counties .cm-selected {
  color: #f00;
}
.cm-weather-alerts-text {
  float: left;
  padding: 26px;
  border-left: 1px solid #dddddd;
  margin-left: -1px;
  width: 896px;
}
.cm-weather-alerts-clear {
  /* Force parent to contain the two floats above. */
  clear: both;
}
.cm-weather-alerts-text-county {
  display: none;
}
.cm-weather-alerts-text-county.cm-selected {
  display: block;
}
.cm-weather-alerts-text-county ul {
  color: #f00;
}
.cm-weather-alerts-text-county h4 {
  margin: 30px 0 0;
}
.cm-weather-day {
  height: 480px;
}
/* Main content */
.cm-weather-day-container {
  position: relative;
  height: 480px;
  border: 1px solid #dddddd;
  background-color: #fff;
}
.cm-weather-content-container {
  position: absolute;
  top: 54px;
  bottom: 54px;
  width: 100%;
}
.cm-weather-content {
  float: left;
  width: 500px;
  height: 100%;
}
/** Today header */
.cm-weather-header-date {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
/** Current conditions -- today */
.cm-weather-current-conditions-container {
  margin-top: 60px;
}
.cm-weather-current-conditions {
  /* Block around current temp and weather icon. Content will be right-aligned in here
   * to allow temp to grow dynamically out to the left. */
  position: relative;
  width: 243px;
  display: inline-block;
}
.cm-weather-current-conditions .cm-weather-icon {
  /* Right-pinned weather icon */
  position: absolute;
  top: 20px;
  right: 0px;
}
.cm-weather-temp-inside-container {
  /* Container around temp and "feels like". This container uses float and margin to pin
   * its right side to an important point in the design. Static (default) positioning means
   * it grows horizontally to fit the wider of its two child divs. This is important: Typically
   * the raw temp is wider, so static placement allows the "feels like" div to expand to its
   * width, which allows us to center the "feels like" directly under the raw temp. */
  float: right;
  margin-right: 64px;
}
.cm-weather-current-temp {
  font-size: 105px;
  line-height: 80%;
  text-align: right;
  color: #00539b;
}
.cm-weather-current-temp-value {
  /* See notes on .cm-weather-temp-inside-container. This raw temperature is typically wider
   * than the "feels like" below it, so it generally drives the width of the parent div. In the
   * uncommon case where it's narrower (e.g., "1deg"/"feels like -5deg"), we want the raw temp
   * right-aligned so that it butts up against the degree symbol. */
  font-weight: bold;
}
.cm-weather-current-unit {
  /* This is just the degree symbol that's right next to the raw temp value in the DOM. We cheat
   * on its placement, though. We can't leave it statically positioned, because if we did then
   * .cm-weather-temp-inside-container would include it, and it would throw off the centering of
   * .cm-weather-feels-like. So instead we absolutely position it, which pulls it entirely out of
   * that flow for centering purposes. Then, since we know the right edge of the raw temp value
   * (because it's right-aligned in .cm-weather-temp-inside-container), we just absolutely position
   * this degree symbol exactly where it needs to be, irrespective of the dynamic temp data. */
  position: absolute;
  top: -10px;
  right: 36px;
  font-size: 80px;
}
.cm-weather-feels-like {
  /* See positioning notes on .cm-weather-temp-inside-container. This node's parent typically
   * expands horizontally to the size of the raw temperature above it, so centering puts us
   * nicely under that number, wherever it ends up. */
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
/** Forecast data */
.cm-weather-forecast-data {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 15px 0 0 34px;
}
/** Forecast text */
.cm-weather-forecast-text {
  margin: 20px 60px 0 70px;
}
/** Forecast temperature -- tomorrow */
.cm-weather-basic-forecast {
  text-align: center;
  margin-top: 20px;
}
.cm-weather-basic-forecast .cm-weather-icon {
  display: inline-block;
  position: relative;
  top: 35px;
  margin-left: 19px;
  text-align: initial;
}
.cm-weather-basic-forecast .cm-weather-secondary {
  margin-top: 16px;
  font-size: 16px;
}
/** Details */
.cm-weather-details {
  float: right;
  width: 237px;
  height: 100%;
  border-left: 1px solid #dddddd;
  font-size: 14px;
  text-align: left;
}
.cm-weather-details-title {
  height: 35px;
  line-height: 35px;
  padding: 0 18px;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: inherit;
  text-transform: uppercase;
}
.cm-weather-details-content {
  padding: 20px 18px;
}
.cm-weather-details-block {
  margin-bottom: 34px;
}
.cm-weather-detail-label {
  display: inline-block;
  width: 107px;
}
.cm-weather-promo-today {
  position: absolute;
  top: 5px;
  left: 16px;
  height: 43px;
  overflow: hidden;
}
.cm-weather-hours {
  height: 1484px;
}
.cm-weather-hours-container {
  border: 1px solid #dddddd;
  background-color: #fff;
  height: 1484px;
  position: relative;
}
.cm-weather-hours-container table {
  width: 100%;
  font-size: 16px;
  white-space: nowrap;
}
.cm-weather-hours-container td {
  border-bottom: 1px solid #dddddd;
  height: 66px;
}
.cm-weather-hours-container td.cm-weather-header-date {
  height: 54px;
  padding-left: 16px;
}
.cm-weather-hour-time {
  padding-left: 16px;
  width: 117px;
  font-weight: bold;
}
.cm-weather-hour-temp {
  width: 82px;
  font-size: 35px;
  font-weight: bold;
}
.cm-weather-hour-icon {
  width: 70px;
}
.cm-weather-hour-rain-label {
  width: 130px;
}
.cm-weather-hour-rain {
  width: 52px;
  font-weight: bold;
}
.cm-weather-news {
  position: relative;
  margin-top: 40px;
  border: 1px solid #dddddd;
  background-color: #fff;
}
.cm-weather-news h2 {
  height: 49px;
  line-height: 48px;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 0 15px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.cm-weather-news.cm-has-see-more {
  padding-bottom: 46px;
}
.cm-weather-news .cm-storycard-image_small {
  float: none;
  margin-left: 12px;
  margin-bottom: 12px;
  width: 276px;
}
.cm-weather-news .cm-storycard-image_small .cm-box-footer {
  width: 156px;
}
.cm-weather-news .cm-storycard-image_small.cm-no-img .cm-box-footer {
  width: 246px;
}
.cm-weather-news .cm-section-btn {
  top: inherit;
  padding-right: 10px;
  bottom: 12px;
}
.cm-weather-news-content {
  padding-top: 12px;
}
.cm-weather-rail-tease {
  width: 302px;
  max-height: 518px;
  overflow: hidden;
}
.cm-weather-fiveday {
  height: 765px;
}
.cm-weather-fiveday-content {
  border: 1px solid #dddddd;
  background-color: #fff;
  height: 765px;
  position: relative;
}
.cm-weather-fiveday-content table {
  width: 100%;
  font-size: 16px;
}
.cm-weather-fiveday-content td {
  border-bottom: 1px solid #dddddd;
  height: 131px;
}
.cm-weather-fiveday-day {
  padding-left: 18px;
  line-height: 18px;
}
.cm-weather-fiveday-dayname {
  font-weight: bold;
}
.cm-weather-fiveday-temperature {
  width: 225px;
  text-align: center;
}
.cm-weather-fiveday-icon {
  padding-bottom: 14px;
}
.cm-weather-fiveday-icon .cm-weather-icon {
  margin: auto;
}
.cm-weather-fiveday-icon .cm-weather-icon-desc {
  text-align: center;
}
.cm-weather-fiveday-rainchance {
  text-align: center;
}
.cm-weather-fiveday-rain {
  font-size: 25px;
  font-weight: bold;
}
.cm-weather-header-container-outer {
  position: absolute;
  top: 110px;
  width: 100%;
  z-index: 10001;
}
.cm-abbreviated-nav .cm-weather-header-container-outer {
  position: fixed;
  top: 40px;
}
.cm-navbar-collapsed .cm-weather-header-container-outer {
  position: fixed;
  top: -57px;
}
.cm-weather-header-container {
  width: 1200px;
  background-color: #2a2828;
  margin: auto;
}
.cm-weather-header-container header {
  height: 98px;
  width: 1053px;
  position: relative;
  margin: auto;
  padding: 28px 0;
  color: #fff;
}
.cm-weather-header-container header > *,
.cm-weather-header-container header .cm-weather-sponsor * {
  display: inline-block;
  vertical-align: middle;
}
.cm-weather-header-container h1 {
  margin: 0;
  font-size: inherit;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: bold;
}
.cm-weather-header-container .cm-weather-sponsor {
  position: absolute;
  top: 33px;
  right: 0;
}
.cm-weather-header-container .cm-weather-brought-by {
  padding-left: 20px;
  padding-right: 10px;
}
.cm-weather-header-container .cm-weather-brought-by > div:before {
  margin-right: 7px;
  content: attr(data-label);
}
.cm-weather-search {
  position: relative;
  width: 327px;
  height: 36px;
  margin-left: 54px;
  background: #000;
  font-size: 16px;
}
.cm-weather-search input {
  height: 100%;
  border: none;
  margin: 0 14px;
  background: #000;
  outline: none;
  width: 268px;
}
.cm-weather-search input::-ms-clear {
  display: none;
}
.cm-weather-search .cm-icon-search {
  float: right;
  margin-right: 9px;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  top: 4px;
  right: 2px;
}
.cm-weather-search-choices {
  display: none;
  margin: 2px 0;
  padding: 5px;
  background-color: #000;
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
  list-style-type: none;
  color: #636363;
}
.cm-weather-search-choices li {
  margin: 0;
  cursor: pointer;
}
.cm-weather-search-choices li a {
  display: inline-block;
  width: 100%;
  padding: 9px;
}
.cm-weather-search-choices li a,
.cm-weather-search-choices li a:link,
.cm-weather-search-choices li a:visited,
.cm-weather-search-choices li a:hover,
.cm-weather-search-choices li a:active {
  color: inherit;
}
.cm-weather-search-choices li.cm-selected {
  background-color: #232323;
}
.cm-weather-tabs {
  width: 100%;
  height: 59px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.cm-weather-tabs ul {
  display: inline-block;
  margin: auto;
  padding: 0;
  border-left: 1px solid #000000;
}
.cm-weather-tabs li {
  display: inline-block;
  width: 152px;
  height: 57px;
  line-height: 57px;
  border-right: 1px solid #000000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
}
.cm-weather-tabs li.cm-selected {
  border: none;
  background-color: #000;
}
.cm-weather-tabs a,
.cm-weather-tabs a:link,
.cm-weather-tabs a:visited,
.cm-weather-tabs a:hover,
.cm-weather-tabs a:active {
  color: #fff;
}
.cm-weather-ad-wt02,
.cm-weather-ad-wt04,
.cm-weather-ad-wt05,
.cm-weather-ad-wt07 {
  margin: 1px;
}
.cm-weather-ad-wt03,
.cm-weather-ad-wt06,
.cm-weather-ad-wt08,
.cm-weather-ad-wt09 {
  margin-left: auto;
  margin-right: auto;
  width: 728px;
  height: 90px;
}
.cm-weather-weekend {
  position: relative;
  height: 215px;
  width: 100%;
  margin-top: 14px;
  border: 1px solid #dddddd;
  background-color: #fff;
}
.cm-weather-weekend h2 {
  height: 49px;
  line-height: 48px;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 0 15px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.cm-weather-weekend-forecasts {
  width: 100%;
  padding: 5px 17px 49px 20px;
  white-space: nowrap;
}
.cm-weather-weekend-forecasts table {
  width: 100%;
}
.cm-weather-weekend-forecasts td {
  padding: 9px 0;
}
.cm-weather-weekend-forecasts .cm-inline-field-label {
  margin-right: 0 4px;
}
.cm-weather-weekend-forecasts .cm-inline-field-separator {
  margin: 0 11px;
}
.cm-weather-weekend-forecasts .cm-weather-icon {
  margin: auto;
}
.cm-weather-weekend-day {
  font-size: 16px;
}
.cm-weather-weekend-day-name {
  font-weight: bold;
}
td.cm-weather-weekend-icon-container {
  /* td width: 100% means as wide as possible, not 100% of the parent width.
   * So really we're just telling the table layout engine to stuff any extra
   * space into this column. */
  width: 100%;
}
.cm-weather-weekend-temps {
  font-size: 12px;
}
.cm-flex-row {
  margin: 0 -10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  clear: both;
}
.cm-flex-row .cm-flex-column {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-section-list {
  text-transform: uppercase;
  font-size: 12px;
}
.cm-section-list li {
  border-bottom: solid 1px #dddddd;
}
.cm-section-list li.current a {
  color: #00539b;
}
.cm-section-list li.current.cm-section-buzz a {
  color: #00539b;
}
.cm-section-list li.current.cm-section-life a {
  color: #9f1897;
}
.cm-section-list li.current.cm-section-neighborhoods a {
  color: #ff7300;
}
.cm-section-list li.current.cm-section-news a {
  color: #a31e24;
}
.cm-section-list li.current.cm-section-shop a {
  color: #00539b;
}
.cm-section-list li.current.cm-section-sports a {
  color: #fea71b;
}
.cm-section-list li.current.cm-section-classifieds a {
  color: #62b246;
}
.cm-section-list li.current.cm-section-thingstodo a,
.cm-section-list li.current.cm-section-austin360 a {
  color: #009fdd;
}
.cm-section-list li.current.cm-section-ahorasi a {
  color: #00539b;
}
.cm-section-list li.current.cm-section-real-estate a {
  color: #00539b;
}
.cm-section-list li.current.cm-section-food a {
  color: #00539b;
}
.cm-section-list li.current.cm-section-movies a {
  color: #00539b;
}
.cm-section-list li.current.cm-section-arts a {
  color: #00539b;
}
.cm-section-list li.current.cm-section-whattodo a {
  color: #00539b;
}
.cm-section-list li.current.cm-section-whattoknow a {
  color: #00539b;
}
.cm-section-list li.current.cm-section-whattolove a {
  color: #00539b;
}
.cm-section-list li.current a {
  border-right-color: #00539b;
}
.cm-section-list li.current.cm-section-buzz a {
  border-right-color: #00539b;
}
.cm-section-list li.current.cm-section-life a {
  border-right-color: #9f1897;
}
.cm-section-list li.current.cm-section-neighborhoods a {
  border-right-color: #ff7300;
}
.cm-section-list li.current.cm-section-news a {
  border-right-color: #a31e24;
}
.cm-section-list li.current.cm-section-shop a {
  border-right-color: #00539b;
}
.cm-section-list li.current.cm-section-sports a {
  border-right-color: #fea71b;
}
.cm-section-list li.current.cm-section-classifieds a {
  border-right-color: #62b246;
}
.cm-section-list li.current.cm-section-thingstodo a,
.cm-section-list li.current.cm-section-austin360 a {
  border-right-color: #009fdd;
}
.cm-section-list li.current.cm-section-ahorasi a {
  border-right-color: #00539b;
}
.cm-section-list li.current.cm-section-real-estate a {
  border-right-color: #00539b;
}
.cm-section-list li.current.cm-section-food a {
  border-right-color: #00539b;
}
.cm-section-list li.current.cm-section-movies a {
  border-right-color: #00539b;
}
.cm-section-list li.current.cm-section-arts a {
  border-right-color: #00539b;
}
.cm-section-list li.current.cm-section-whattodo a {
  border-right-color: #00539b;
}
.cm-section-list li.current.cm-section-whattoknow a {
  border-right-color: #00539b;
}
.cm-section-list li.current.cm-section-whattolove a {
  border-right-color: #00539b;
}
.cm-section-list li a {
  border-right: solid 5px #fff;
}
.cm-section-list ul {
  border: solid 1px #dddddd;
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  border-bottom-width: 0;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
}
.cm-section-list ul li a {
  padding: 9px 12px;
  display: block;
}
.cm-section-social-box {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  width: 100%;
  border: solid 1px #dddddd;
  padding: 10px 0 10px 15px;
  background-color: #fff;
  height: 62px;
  display: table;
  margin-bottom: 10px;
}
.cm-section-social-box:before,
.cm-section-social-box:after {
  content: " ";
  display: table;
}
.cm-section-social-box:after {
  clear: both;
}
.cm-section-social-box:before,
.cm-section-social-box:after {
  content: " ";
  display: table;
}
.cm-section-social-box:after {
  clear: both;
}
.cm-section-social-box p {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: auto;
  vertical-align: middle;
  min-width: 90px;
  width: 90px;
  max-width: 90px;
}
.cm-section-social-box .cm-icon {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px;
  position: relative;
}
.cm-section-social-box a {
  display: inline-block;
  padding-left: 5px;
}
.cm-section-social-box a span:before {
  line-height: 30px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
body.cm-page-section .cm-ad-row {
  height: 90px;
  margin-left: 0;
}
body.cm-page-section .cm-fixed-content-container h2 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 6px 12px;
  text-transform: uppercase;
}
body.cm-page-section .cm-hero {
  position: relative;
  height: 215px;
  margin-bottom: 25px;
  overflow: hidden;
  width: 1200px;
}
body.cm-page-section .cm-hero .cm-section-tag {
  position: absolute;
  top: 0;
  left: 20px;
}
body.cm-page-section .cm-left-rail,
body.cm-page-section .cm-right-rail,
body.cm-page-section .cm-main-column {
  float: left;
  margin-left: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
body.cm-page-section .cm-left-rail {
  width: 246px;
  border-right: solid 1px #dddddd;
}
body.cm-page-section .cm-right-rail {
  width: 320px;
}
body.cm-page-section .cm-right-rail .cm-hero-ad {
  margin-right: 21px;
}
body.cm-page-section .cm-main-column {
  width: 631px;
  border-left: solid 1px #dddddd;
  margin-left: -1px;
}
body.cm-page-section .cm-left-rail h2,
body.cm-page-section .cm-right-rail h2,
body.cm-page-section .cm-left-rail .cm-large-heading,
body.cm-page-section .cm-right-rail .cm-large-heading {
  margin-top: 20px;
}
body.cm-page-section .cm-left-rail #cm-most-read-free-story_detail .cm-large-heading,
body.cm-page-section .cm-right-rail #cm-most-read-free-story_detail .cm-large-heading {
  margin-top: 0;
}
body.cm-page-section .cm-left-rail {
  padding-right: 9px;
}
body.cm-page-section .cm-right-rail {
  margin-left: 0;
}
body.cm-page-section .cm-storycard-packaged {
  margin-left: 10px;
  margin-bottom: 10px;
}
body.cm-page-section .cm-trending-topics ul {
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  border: solid 1px #dddddd;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
}
body.cm-page-section .cm-trending-topics ul li a {
  padding: 9px 12px;
  display: block;
}
body.cm-page-section .cm-trending-topics ul li a {
  padding: 5px 12px;
}
body.cm-page-section .cm-main-column > h2 {
  margin-top: 0;
}
body.cm-page-section .cm-main-column > div,
body.cm-page-section .cm-main-column > div > div {
  float: left;
}
body.cm-page-section .cm-main-column .row {
  margin-top: 10px;
}
body.cm-page-section .cm-main-column .row.cm-no-rotator {
  margin-top: 0;
}
body.cm-page-section .cm-section-chatter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
body.cm-page-section .cm-section-chatter .cm-lc-container {
  background-color: #fff;
  position: relative;
  top: 0;
  bottom: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  width: 100%;
}
body.cm-page-section .cm-section-chatter .cm-lc-widget {
  width: 100%;
}
body.cm-page-section .cm-section-chatter .cm-lc-content {
  height: 399px;
  max-height: auto;
  width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
body.cm-page-section .cm-section-chatter .cm-lc-content .cm-lc-view {
  height: 100%;
}
body.cm-page-section .cm-section-chatter .cm-lc-footer {
  width: 100%;
  height: 10px;
  margin-bottom: 0;
  border: 0;
  bottom: 1px;
}
body.cm-page-section .cm-section-links {
  border: solid 1px #dddddd;
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin: 37px 0 0 10px;
  width: 620px;
  overflow: hidden;
  height: 64px;
  font-size: 14px;
  font-weight: bold;
  display: table;
}
body.cm-page-section .cm-section-links li a {
  padding: 9px 12px;
  display: block;
}
body.cm-page-section .cm-section-links li {
  height: inherit;
  padding: 12px 0;
  display: table-cell;
  text-align: center;
}
body.cm-page-section .cm-section-links li a: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: "\e000";
  margin-right: 4px;
  margin-top: 2px;
}
body.cm-page-section .cm-featured-stories {
  position: relative;
  border: solid 1px #dddddd;
  padding: 0;
  background-color: #fff;
}
body.cm-page-section .cm-section-photos ul {
  border: solid 1px #dddddd;
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding: 15px 0 15px 15px;
  min-height: 150px;
}
body.cm-page-section .cm-section-photos ul li a {
  padding: 9px 12px;
  display: block;
}
body.cm-page-section .cm-section-photos ul:before,
body.cm-page-section .cm-section-photos ul:after {
  content: " ";
  display: table;
}
body.cm-page-section .cm-section-photos ul:after {
  clear: both;
}
body.cm-page-section .cm-section-photos ul:before,
body.cm-page-section .cm-section-photos ul:after {
  content: " ";
  display: table;
}
body.cm-page-section .cm-section-photos ul:after {
  clear: both;
}
body.cm-page-section .cm-section-photos ul li {
  margin-right: 13px;
  float: left;
}
body.cm-page-section .cm-section-photos ul li a {
  padding: 0;
}
body.cm-page-section .cm-section-photos ul li .cm-storycard-image-gallery {
  min-height: 145px;
  height: 100%!important;
}
body.cm-page-section .cm-section-photos ul li h3 {
  margin-bottom: 0 !important;
}
body.cm-page-section .cm-blogs {
  width: auto;
  float: none;
  margin-bottom: 0;
}
body.cm-page-section .cm-blogs img {
  margin-bottom: 5px;
  width: 44px;
  height: 44px;
}
body.cm-page-section .cm-blogs .cm-blogs-container {
  padding: 20px 10px;
}
body.cm-page-section .cm-blogs .cm-blogs-content {
  height: auto;
  margin-bottom: 30px;
}
body.cm-page-section .cm-blogs a.cm-blogs-title {
  font-size: 13px;
  line-height: 15px;
}
body.cm-page-section .cm-blogs a.cm-blogs-meta {
  postion: relative;
  top: 5px;
  margin: 0 0 2px 0;
}
body.cm-page-section .cm-things-to-do {
  max-width: 578px;
  overflow: hidden;
  margin-right: 10px;
}
body.cm-page-section .cm-things-to-do .cm-large-heading {
  max-height: 45px;
}
body.cm-page-section .cm-things-to-do h2 span {
  color: #000;
}
body.cm-page-section .cm-things-to-do h2 span  {
  color: #00539b;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-buzz  {
  color: #00539b;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-life  {
  color: #9f1897;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-neighborhoods  {
  color: #ff7300;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-news  {
  color: #a31e24;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-shop  {
  color: #00539b;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-sports  {
  color: #fea71b;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-classifieds  {
  color: #62b246;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-thingstodo ,
body.cm-page-section .cm-things-to-do h2 span.cm-section-austin360  {
  color: #009fdd;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-ahorasi  {
  color: #00539b;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-real-estate  {
  color: #00539b;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-food  {
  color: #00539b;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-movies  {
  color: #00539b;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-arts  {
  color: #00539b;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-whattodo  {
  color: #00539b;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-whattoknow  {
  color: #00539b;
}
body.cm-page-section .cm-things-to-do h2 span.cm-section-whattolove  {
  color: #00539b;
}
body.cm-page-section .cm-things-to-do h2 span.cm-source {
  font-size: 11px;
  line-height: 14px;
  font-style: italic;
  font-family: "Merriweather";
  color: #000;
  text-transform: none;
  display: inline-block;
  padding-left: 8px;
}
body.cm-page-section .cm-things-to-do,
body.cm-page-section .cm-mini-rotator {
  float: left;
}
body.cm-page-section .cm-upsell {
  max-width: 100%;
  overflow: hidden;
  margin-top: 36px;
}
body.cm-page-section .cm-placeholder {
  background-color: #ccc;
  border: solid 1px #aaa;
  padding: 10px;
}
body.cm-page-section .cm-placeholder.cm-ad-250 {
  height: 250px;
}
body.cm-page-section .cm-placeholder.cm-neighborhood-facts {
  height: 375px;
}
body.cm-page-section .cm-top-stories {
  padding-bottom: 30px;
}
body.cm-page-section .cm-top-stories .cm-ad-250 {
  margin: 0 0 10px 10px;
  width: 300px;
}
body.cm-page-section .cm-top-stories .cm-btn-more {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 10px;
}
body.cm-page-section .cm-things-to-do .cm-placeholder,
body.cm-page-section .cm-mini-rotator .cm-placeholder {
  height: 300px;
  width: 580px;
}
body.cm-page-section .cm-gallery-parent {
  margin-top: 50px;
}
.cm-section-gallery .cm-gallery-parent {
  margin-top: 0 !important;
}
.cm-section-gallery-tease {
  margin-top: 52px;
}
.cm-section-gallery-tease-no-gallery-headline {
  margin-top: 13px;
}
.cm-section-tease-with-gallery-headline {
  margin: 5px 0 !important;
}
.cm-section-gallery-tease h2,
.cm-section-gallery-tease-no-gallery-headline h2 {
  font-size: 20px !important;
}
.cm-section-gallery-tease h2:not(.cm-section-tease-with-gallery-headline),
.cm-section-gallery-tease-no-gallery-headline h2:not(.cm-section-tease-with-gallery-headline) {
  margin: 0 0 5px !important;
}
.cm-gallery-rp {
  margin-top: 25px !important;
}
.cm-column-220.cm-section-page {
  padding: 0;
}
.cm-column-220.cm-section-page .cm-referral-box {
  margin-top: 0;
}
.cm-column-220.cm-section-page .cm-referral-box.cm-newsletter-tease .cm-referral-inner {
  padding: 15px;
  border: 1px solid #a2a2a2;
}
.cm-column-220.cm-section-page .cm-referral-box.cm-referral-box-list {
  background: linear-gradient(to top right, #ededed, #e9e9e9, #b8b8b8);
}
.cm-column-560.cm-section-page {
  margin-left: 0;
  padding-left: 0;
}
.cm-column-560.cm-section-page .cm-gallery-section-blurb p {
  margin-right: -35px;
}
.cm-column-560.cm-section-page .cm-list-well .cm-list-box {
  margin-right: -20px;
}
.cm-section-more-list {
  padding-left: 90px;
  width: 100%;
}
.cm-section-gallery-rail.cm-flex-column {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.cm-section-page .cm-gallery-section-blurb {
  padding: 16px 0 20px 15px;
  width: 100%;
}
.cm-section-page .cm-large-heading {
  margin-left: 15px;
}
.cm-section-page .cm-list-well {
  width: 100%;
}
.cm-section-page .cm-list-well .cm-list-box {
  margin-right: -10px;
}
.cm-section-page .cm-large-heading {
  font-size: 20px;
}
.cm-page-section.cm-page-neighborhoods .cm-things-to-do {
  margin-left: 10px;
  float: none;
}
.cm-page-section.cm-page-neighborhoods .cm-things-to-do .cm-placeholder {
  height: 308px;
  width: 619px;
  float: none;
  padding: 10px;
}
.cm-page-section.cm-page-neighborhoods .cm-hero-ad .adgeletti-ad-div {
  margin-top: -60px;
}
.cm-page-section.cm-page-neighborhoods .cm-center-feature {
  position: relative;
  padding-bottom: 30px;
  margin-left: -10px;
  margin-top: 10px;
}
.cm-page-section.cm-page-neighborhoods .cm-center-feature .cm-btn-more {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 10px;
}
.cm-neighborhood-facts {
  background-color: white;
  color: #000;
  padding: 10px;
  height: 375px;
  text-align: left;
}
.cm-neighborhood-facts-image {
  text-align: center;
}
.cm-neighborhood-facts-image img {
  width: 200px;
  height: 150px;
}
.cm-neighborhood-facts-text p {
  margin: 0;
  padding: 0.25em 0;
  font-size: 14px;
}
.cm-neighborhood-weather {
  background-color: #2a2828;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.cm-neighborhood-weather a,
.cm-neighborhood-weather a:hover,
.cm-neighborhood-weather a:link,
.cm-neighborhood-weather a:active,
.cm-neighborhood-weather a:visited {
  color: inherit;
}
.cm-neighborhood-weather .cm-weather-search {
  width: 165px;
  height: 22px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
}
.cm-neighborhood-weather .cm-weather-search input {
  width: 110px;
}
.cm-neighborhood-weather .cm-weather-search button.cm-icon-search {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}
.cm-neighborhood-weather .cm-weather-temperature {
  font-size: 44px;
  line-height: 100%;
}
.cm-neighborhood-weather .cm-weather-conditions {
  display: inline-block;
  margin: 5px auto 5px;
}
.cm-neighborhood-weather .cm-weather-conditions .cm-weather-icon,
.cm-neighborhood-weather .cm-weather-conditions .cm-weather-temperature {
  vertical-align: middle;
  display: inline-block;
}
.cm-neighborhood-weather .cm-weather-conditions .cm-weather-icon img {
  position: static;
}
.cm-neighborhood-weather .cm-weather-conditions .cm-weather-temperature {
  margin-left: 5px;
}
.cm-neighborhood-weather .cm-weather-conditions p {
  margin: 5px 0 10px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
}
.cm-neighborhood-weather .cm-weather-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 5px auto;
}
.cm-neighborhood-weather .cm-weather-links li {
  display: inline-block;
}
.cm-neighborhood-weather .cm-weather-links li a {
  padding: 4px;
  background-color: #000000;
  font-size: 11px;
  font-family: "Oswald", sans-serif;
  color: inherit;
  margin: 0 3px;
  text-transform: uppercase;
}
body.cm-homepage-911 .cm-column-300 {
  margin-top: 0;
}
body.cm-homepage-911 .cm-media-xl-story-container .cm-xl-story-header {
  height: 260px;
}
body.cm-homepage-911 .cm-media-xl-story-container .cm-xl-story-header .cm-media-xl-story-headline {
  padding-top: 65px;
  margin-bottom: 35px;
}
.cm-video-ndn {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cm-video-ndn .ndn_embed {
  margin: 0 auto;
}
.cm-video-detail {
  background: #242222;
}
.cm-video-detail .cm-caption-container {
  min-height: 60px;
}
.cm-video-detail .cm-caption-container .cm-video-caption {
  font-family: arial, sans-serif;
  color: #fff;
  background: #242222;
  font-size: 14px;
  line-height: 16px;
  padding: 20px 0;
  opacity: 1;
  position: static;
  bottom: auto;
  width: 100%;
  max-width: 980px;
  overflow: hidden;
  white-space: normal;
  height: auto;
  width: 85%;
  min-width: 665px;
  margin: 0 auto;
}
.cm-video-detail .cm-immersive-video {
  position: relative;
  left: 0;
  width: 100%;
  min-width: 665px;
  margin: 0 auto;
}
.cm-video-detail .cm-video-container {
  width: 85%;
  min-width: 665px;
  max-width: 980px;
  margin: 0 auto;
}
.cm-video-detail .cm-video-container .oembed-video,
.cm-video-detail .cm-video-container .oembed-video object,
.cm-video-detail .cm-video-container .oembed-video iframe {
  width: 980px !important;
  height: 551px !important;
}
.cm-video-detail .cm-immersive-nav-container {
  display: table;
  width: 100%;
  height: 70px;
  max-width: 1200px;
  margin: 42px auto 0 auto;
}
.cm-video-detail .cm-immersive-nav-container .cm-immersive-nav-col {
  display: table-cell;
  color: #fff;
  width: 33%;
  vertical-align: middle;
}
.cm-video-detail .cm-immersive-nav-container .cm-immersive-nav-col a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.cm-video-detail .cm-immersive-nav-container .cm-immersive-nav-col:first-of-type a: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: "\e000";
  margin-right: 6px;
  font-size: 22px;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  display: inline-block;
}
.cm-video-detail .cm-immersive-header-container {
  width: 85%;
  min-width: 665px;
  max-width: 980px;
  display: table;
  margin: 0 auto 10px auto;
}
.cm-video-detail .cm-immersive-header-container .cm-immersive-header-col {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
}
.cm-video-detail .cm-immersive-header-container .cm-immersive-header-col .cm-large-heading {
  color: #fff;
  margin-left: 0;
  font-family: arial, sans-serif;
  font-size: 40px;
  font-weight: 200;
  text-transform: none;
  margin: 0;
  line-height: 1;
}
.cm-video-detail .cm-immersive-header-container .cm-immersive-header-col:last-of-type {
  width: 25%;
  text-align: right;
}
.cm-video-detail .cm-immersive-header-container .cm-immersive-header-col:last-of-type .cm-icon {
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.cm-video-detail .cm-immersive-header-container .cm-immersive-header-col ul {
  margin: 0;
  padding: 0;
}
.cm-video-detail .cm-immersive-header-container .cm-immersive-header-col ul li {
  display: inline-block;
  margin-right: 20px;
}
.cm-video-detail .cm-immersive-header-container .cm-immersive-header-col ul li:last-of-type {
  margin-right: 0;
}
.cm-video-detail .cm-fixed-container {
  display: block;
  padding: 0;
  box-shadow: none;
  background: transparent;
  min-width: 980px;
}
.cm-video-detail .cm-fixed-container .cm-fixed-content-container {
  background-color: #242222;
}
.cm-simple-modal .oembed.oembed-video {
  height: 100% !important;
  width: 100% !important;
}
/* table chart styles */
.datadisplay {
  min-height: 600px;
  /* legend styles */
}
.datadisplay .cm-display-wrapper {
  margin: 20px;
}
.datadisplay .dataTables_info {
  float: right;
}
.datadisplay #dataVizChart {
  /* pie chart specific styles */
}