.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !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;
}
.display-block {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-table {
  display: table !important;
}
.display-table-cell {
  display: table-cell !important;
}
.display-table-caption {
  display: table-caption;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.fixed-top,
.fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
}
.fixed-top {
  top: 0;
}
.fixed-bottom {
  bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "proximanova-regular-webfont";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0088ce;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00669b;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0088ce;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00669b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.btn {
  display: inline-block;
  text-align: center;
  font-family: "proximanova-bold-webfont";
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  letter-spacing: 1px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  text-transform: uppercase;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-wide {
  padding: 6px 62px;
}
.btn-primary {
  color: #ffffff;
  background-color: #2b5caf;
  border-color: #0077b5;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #214686;
  border-color: #002335;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #214686;
  border-color: #004f77;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #214686;
  border-color: #004f77;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #1a3769;
  border-color: #002335;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #2b5caf;
  border-color: #0077b5;
}
.btn-primary .badge {
  color: #2b5caf;
  background-color: #ffffff;
}
.btn-hollow {
  color: #fff;
  background-color: transparent;
  border-color: #cccccc;
}
.btn-hollow:hover {
  color: #fff;
  background-color: #1d3554;
  border-color: #1d3554;
}
.btn-hollow:focus,
.btn-hollow.focus {
  outline: 0;
  border-color: #cccccc;
}
.btn-hollow:focus:hover,
.btn-hollow.focus:hover {
  border-color: #1d3554;
}
.btn-hollow:active:hover,
.btn-hollow.active:hover,
.btn-hollow:active:focus,
.btn-hollow.active:focus,
.btn-hollow:active.focus,
.btn-hollow.active.focus {
  background-color: #1d3554;
  border-color: #1d3554;
  outline: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label:not(#CQ label) {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.share-text-article {
  font-size: 16px;
  font-weight: bold;
  margin-right: 6px;
  margin-top: 15px;
  display: none;
}
.share-bar-link {
  position: relative;
  float: left;
  padding-right: 4px;
  cursor: pointer;
  margin-top: 10px;
  border-style: none;
}
.mobile-uri {
  display: none;
}
.headercolor {
  width: 100%;
  font-size: 16px;
}
.headercolor .headertext {
  padding: 10px 10px;
  line-height: 1;
}
.headercolor .headertext a {
  color: #ffffff;
  font-weight: 500;
}
.headercolor .pandoras-box {
  background: #f2f5fa;
  color: #444444;
  padding: 5px;
  font-weight: 300;
}
.headercolor .pandoras-box a {
  color: #444444;
}
.headercolor .pandoras-box .rich-text p {
  line-height: 1.42857143;
}
.headercolor.red {
  background-color: #da3f38;
}
.headercolor.blue {
  background-color: #2b5caf;
}
.headercolor.yellow {
  background-color: #ffc50f;
}
.headercolor.orange {
  background-color: #db7c00;
}
.headercolor.gray {
  background-color: #3b3c3d;
}
.headercolor.black {
  background-color: #000000;
}
.event-form {
  margin-top: 15px;
}
.event-form label {
  font-family: "proximanova-regular-webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
}
.event-form .btn {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.event-form select.form-control {
  padding: 0px 5px;
}
.event-form .form-control {
  font-family: "proximanova-regular-webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #b5b5b5;
  padding: 5px, 5px;
}
.event-form .form-control:focus {
  color: #000000;
}
@media (max-width: 767px) {
  .event-form .form-control {
    padding: 6px 6px;
  }
}
.event-form .form-control[readonly] {
  background-color: #ffffff;
}
.event-form .help-block {
  font-family: "proximanova-regular-webfont";
  font-size: 12px;
  font-weight: 300;
  color: #7a878f;
}
.event-form .reduce-padding-outer {
  padding-left: 15px;
  padding-right: 15px;
}
.event-form .reduce-padding-inner {
  padding-left: 4px;
  padding-right: 4px;
}
.event-form .reduce-padding-inner:first-child {
  padding-left: 0px;
}
.event-form .reduce-padding-inner:last-child {
  padding-right: 0px;
}
.event-form .control-label {
  font-family: "proximanova-regular-webfont";
  font-size: 12px;
  font-weight: 300;
  color: #7a878f;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 4px;
}
.event-form #submit {
  color: white;
  font-size: 18px;
  font-weight: 300;
  font-family: "proximanova-regular-webfont";
  background-color: #3c7bc4;
  width: 100%;
}
.event-form .bootstrap-select > .dropdown-toggle.bs-placeholder,
.event-form .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.event-form .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.event-form .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #b5b5b5;
}
.form-control::-webkit-input-placeholder {
  color: #b5b5b5;
}
.form-control::-moz-placeholder {
  color: #b5b5b5;
}
.form-control::placeholder {
  color: #b5b5b5;
}
.form-control:-ms-input-placeholder {
  color: #b5b5b5;
}
.form-control:-moz-placeholder {
  color: #b5b5b5;
}
.image {
  margin-bottom: 20px;
}
.image .caption-container a {
  color: #000000;
}
.image .caption-container a:hover,
.image .caption-container a:focus {
  color: #000000;
}
.image .caption-container.caption-overlay {
  position: relative;
}
.image .caption-container.caption-overlay .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-weight: 700;
  font-size: 14px;
  padding-top: 15px;
  background: -moz-linear-gradient(top, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .image .caption-container.caption-overlay .caption {
    font-size: 30px;
  }
}
.image .caption-container.caption-overlay .caption > small {
  font-size: 12px;
  display: block !important;
}
@media (min-width: 768px) {
  .image .caption-container.caption-overlay .caption > small {
    font-size: 18px;
  }
}
.image .caption-container .caption {
  padding: 5px 10px;
  background-color: #f2f5fa;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
.image .caption-container .caption > small {
  font-family: "proximanova-regular-webfont";
  font-size: 12px;
  font-style: normal;
  display: block !important;
}
.lottery-games-section {
  letter-spacing: 0.6px;
}
.lottery-games-section .lottery-games {
  margin-top: 10px;
}
.lottery-games-section .lc-heading {
  font-family: "proximanova-bold-webfont";
  font-size: 22px;
  line-height: 20px;
  border-bottom: 1px solid #cccccc;
  display: inline-block;
}
.lottery-games-section .lc-winner {
  font-size: 16px;
  line-height: 1.1;
  margin-top: 5px;
  margin-bottom: 5px;
}
.lottery-games-section .lc-date {
  font-size: 18px;
  line-height: 1.8262;
  color: #999999;
  margin-bottom: 5px;
}
.lottery-games-section .lc-numbers:after {
  content: "";
  clear: both;
  display: block;
}
.lottery-games-section .lc-numbers {
  color: #2b6199;
  width: 100%;
}
.lottery-games-section .lc-numbers .lcnum-ball {
  display: inline-block;
  font-size: 22px;
  line-height: 55px;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .lottery-games-section .lc-numbers .lcnum-ball {
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.lottery-games-section .lc-spball {
  color: #000000;
}
.lottery-games-section .lc-pp {
  font-size: 17px;
  line-height: 1.8262;
  color: #ffffff;
  background: #2c5fbc;
  padding-left: 10px;
}
.lottery-games-section .lc-nextjac {
  font-size: 17px;
  line-height: 1.8262;
  color: #ffffff;
  background: #689df3;
  padding-left: 10px;
}
.navbar {
  position: relative;
  min-height: 78px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .navbar {
    margin-bottom: 0px;
    min-height: 56px;
    opacity: 0.88;
    background-color: #2c5fbc;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 768px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 1200px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1030;
}
@media (min-width: 1200px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-chip {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 78px;
  padding-top: 15px;
  padding-left: 21px;
  padding-right: 17px;
}
.navbar-chip .navbar-chip-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: 100% 100%;
}
.navbar-chip.large {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1025px) {
  .navbar-chip.large {
    padding-top: 16px;
  }
}
@media (max-width: 1199px) {
  .navbar-chip {
    width: 134px;
    height: 56px;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar-chip-logo-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.navbar-chip-logo-wrapper:after {
  padding-top: 25%;
  display: block;
  content: '';
}
.navbar.edit .navbar-chip {
  position: absolute;
  z-index: 1080;
}
.navbar-chip-text {
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding-right: 12px;
  text-transform: uppercase;
  text-align: center !important;
}
@media (max-width: 1199px) {
  .navbar-chip-text {
    font-size: 10px;
    padding-right: 7px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 0;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  background-color: transparent;
  background-image: none;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 26px;
  height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  font-family: "proximanova-regular-webfont";
  font-style: normal;
  margin: 14.5px -10px 14.5px 155px;
}
.navbar-nav > li > a,
.navbar-nav > li > span {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  text-transform: uppercase;
}
.navbar-nav > li > span {
  line-height: 20px;
}
@media (max-width: 1199px) {
  .navbar-nav {
    margin: 14.5px -10px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
  }
  .navbar-nav > li {
    float: left;
  }
}
.navbar-nav > .navbar-nav-item-divider {
  color: #fff;
  cursor: pointer;
  font-family: "proximanova-regular-webfont";
  font-size: 18px;
  font-style: initial;
}
@media (max-width: 1199px) {
  .navbar-nav > .navbar-nav-item-divider {
    display: none;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 22px;
  margin-bottom: 22px;
}
.navbar-btn.btn-sm {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-btn.btn-xs {
  margin-top: 28px;
  margin-bottom: 28px;
}
.navbar-text {
  margin-top: 29px;
  margin-bottom: 29px;
}
@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #2c5fbc;
  border-color: #162330;
  color: #777777;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #162330;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #eeeeee;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #162330;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #162330;
  color: #555555;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #162330;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  display: block;
}
.nav > li > a,
.nav > li > span {
  position: relative;
  display: block;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0088ce;
}
.nav > li > a > img {
  max-width: none;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../news/clientlibs/css/owl-carousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.mr-space {
  min-height: 500px;
}
.storify-iframe {
  width: 100%;
  height: 500;
  frameborder: no;
  allowtransparency: true;
}
.closings,
.wx-alerts-table {
  font-size: 16px;
  line-height: 2;
  color: #000000;
}
.closings .heading,
.wx-alerts-table .heading {
  font-weight: 700 !important;
}
.closings td,
.wx-alerts-table td {
  background-color: #f2f5fa;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}
.closings td,
.wx-alerts-table td,
.closings th,
.wx-alerts-table th {
  font-weight: 300 !important;
}
.closings tbody > tr:last-child > td,
.wx-alerts-table tbody > tr:last-child > td {
  border-bottom: 0;
}
.closings .bulletinDetails td,
.wx-alerts-table .bulletinDetails td {
  padding: 0 10px;
  word-break: break-all;
  background-color: #eeeeee;
}
.closings .plusSign:after,
.wx-alerts-table .plusSign:after {
  content: '+';
}
.closings .minusSign:after,
.wx-alerts-table .minusSign:after {
  content: '-';
}
.calendar-widget .submit-event {
  margin-top: 10px;
}
.calendar-widget .form-group {
  margin-top: 15px;
}
#community-calendar .event {
  border: 1px solid #cccccc;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #community-calendar .event {
    margin-top: 15px;
  }
}
#community-calendar .event .heading {
  border-bottom: 1px solid #cccccc;
}
#community-calendar .event .heading div {
  display: inline-block !important;
  padding: 5px 10px;
}
#community-calendar .event .heading .date {
  font-size: 18px;
  background-color: #a6bac2;
  text-align: center !important;
}
#community-calendar .event .heading .location {
  font-size: 18px;
}
#community-calendar .event h2 {
  font-size: 20px !important;
  line-height: 1.5 !important;
  margin: 5px 0 0 10px !important;
}
#community-calendar .event .description {
  margin: 0px 10px 10px;
  line-height: 1.5;
}
#community-calendar .event hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #cccccc;
}
#community-calendar .event ul.calendarShareEvent {
  margin: 15px 0;
}
#community-calendar .event ul.calendarShareEvent .share-text {
  font-size: 16px;
}
#community-calendar .event ul.calendarShareEvent.list-inline > li {
  vertical-align: middle;
}
#community-calendar .event ul.calendarShareEvent li a.shareIcon {
  display: block !important;
  background-size: 30px;
  height: 30px;
  width: 30px;
}
#community-calendar .event ul.calendarShareEvent li a.shareIcon.icon-ShareTWColored {
  background-image: url(http://ns67.ns.twc.com.edgesuite.net/news/assets/images/ShareTWColored.png);
}
#community-calendar .event ul.calendarShareEvent li a.shareIcon.icon-ShareFBColored {
  background-image: url(http://ns67.ns.twc.com.edgesuite.net/news/assets/images/ShareFBColored.png);
}
#community-calendar .event ul.calendarShareEvent li a.shareIcon.icon-ShareGplusColored {
  background-image: url(http://ns67.ns.twc.com.edgesuite.net/news/assets/images/ShareGplusColored.png);
}
#community-calendar .event ul.details li div {
  display: table-cell !important;
  vertical-align: middle;
}
#community-calendar .event ul.details li.hr {
  padding: 0 !important;
}
#community-calendar .event ul.details li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin: 10px;
}
.bootstrap-datetimepicker-widget {
  border: 1px solid #cccccc;
  padding: 1px;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center !important;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center !important;
}
.bootstrap-datetimepicker-widget table thead {
  background-color: #0088ce;
}
.bootstrap-datetimepicker-widget table th {
  height: 30px;
  line-height: 30px;
  color: #ffffff;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 5px;
}
.bootstrap-datetimepicker-widget table th.disabled span,
.bootstrap-datetimepicker-widget table th.disabled:hover span {
  display: none !important;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th span {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td {
  width: 14.28571%;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
}
@media (min-width: 1025px) {
  .bootstrap-datetimepicker-widget table td.day {
    height: 40px;
    line-height: 40px;
  }
}
.bootstrap-datetimepicker-widget table td.day.old,
.bootstrap-datetimepicker-widget table td.day.disabled {
  color: #cccccc;
}
.bootstrap-datetimepicker-widget table td.day.old:hover,
.bootstrap-datetimepicker-widget table td.day.disabled:hover {
  cursor: auto;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #0088ce;
  color: #ffffff;
}
@media (min-width: 768px) {
  .body-container {
    -webkit-box-shadow: rgba(0, 0, 0, 0.270588) 0px 0px 26px 1px;
    box-shadow: rgba(0, 0, 0, 0.270588) 0px 0px 26px 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.main-container {
  border-top-style: outset;
  border-top-width: 6px;
  border-top-color: #5f8fcf;
}
@media (min-width: 768px) {
  .main-container {
    -webkit-box-shadow: rgba(0, 0, 0, 0.270588) 0px 0px 26px 1px;
    box-shadow: rgba(0, 0, 0, 0.270588) 0px 0px 26px 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.election-results .search-filter-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.election-results #search-filter-box {
  background-image: url(../../news/clientlibs/css/images/searchicon.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  height: 35px;
  width: 100%;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
}
.election-results .categoryFilterWrapper {
  text-align: center;
  margin-bottom: 15px;
}
.election-results .filterText {
  text-align: left;
  position: relative;
  top: 0px;
  right: 20px;
  display: inline-block;
}
.election-results .filterIcon {
  height: 12px;
  width: 8px;
  display: inline-block;
  position: relative;
  left: -20px;
  top: 2px;
}
.election-results .filterCancelIcon {
  height: 16px;
  width: 16px;
  display: inline-block;
}
.election-results .dropdown .filterCancelIcon-wrapper:hover {
  background-color: transparent;
}
.election-results .filter-disable {
  background-color: lightgray ;
  cursor: default;
  pointer-events: none;
}
.election-results .misstype,
.election-results .missoffice,
.election-results .missseat {
  display: none;
}
.election-results .dropbtn {
  padding: 6px 0px 6px 14px;
  width: 85px;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid black;
}
.election-results .dropbtn:hover,
.election-results .dropbtn:focus {
  background-color: #f1f1f1;
}
.election-results .dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.election-results .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
}
.election-results .dropdown-content a {
  color: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.election-results .dropdown a:hover {
  background-color: #ddd;
  cursor: pointer;
}
.election-results .OfficeContent {
  position: absolute;
  left: 100px;
}
.election-results .SeatContent {
  position: absolute;
  left: 200px;
}
.election-results .elections {
  width: 100%;
}
.election-results .electionTime {
  margin-bottom: 20px;
  margin-top: -10px;
  font-size: 12px;
  word-spacing: 2px;
}
.election-results .race {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: 1px solid #e5e5e5;
}
.election-results .raceTitle {
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  font-size: 18px;
}
.election-results .owl-dot.active span {
  background: #0088ce !important;
}
.election-results .precincts {
  padding-left: 10px;
}
.election-results .referendum {
  padding: 20px;
  line-height: 20px;
}
.election-results .candidateName {
  width: 20%;
  text-align: right;
}
.election-results .candidateIcon {
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 14px;
  margin-left: 10px;
}
.election-results .candidateIconWrapper {
  width: 7%;
  text-align: center;
}
.election-results .voteTotal {
  text-align: right;
  padding-right: 4%;
}
.election-results .lineDivider {
  width: 90%;
  margin-bottom: 5px;
  margin-top: 0px;
  border-color: #e5e5e5;
}
.election-results .voteBar {
  background-color: #e5e5e5;
  height: 10px;
  width: 95%;
}
.election-results .voteFill {
  float: left;
  height: 10px;
}
.election-results .yellowFill {
  background-color: #ffc50f;
  color: #000000;
}
.election-results .redFill {
  background-color: #b21f12;
}
.election-results .blueFill {
  background-color: #2b5caf;
}
.election-results .greenFill {
  background-color: #0da077;
}
.election-results .winFill {
  background-color: #f2f5fa;
}
.election-results .winBold {
  font-family: "TWCN-Bold";
}
.election-results .votePercent {
  position: relative;
  top: -2px;
  left: 3px;
  font-size: 10px;
  font-family: "TWCN-Bold";
}
@media (max-width: 768px) {
  .election-results .candidateIcon {
    margin-left: 0px;
  }
  .election-results .candidateName {
    padding-right: 8px;
  }
  .election-results .filterText {
    top: initial;
    right: initial;
    display: block;
  }
}
div.embedcode {
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  div.embedcode {
    margin: 36px;
  }
  div.embedcode div.scrbbl-embed,
  div.embedcode div.scrbbl-storytelling {
    margin: -36px;
  }
}
div.embedcode iframe {
  top: 0;
  left: 0;
  width: 1px;
  min-width: 100%;
  display: block;
}
div.embedcode .scrbbl-storytelling,
div.embedcode .scrbbl-storytelling * {
  display: inherit;
}
div.embedcode .scrbbl-storytelling .SL-TEXT,
div.embedcode .scrbbl-storytelling * .SL-TEXT {
  width: 100%;
}
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #3c7ac3;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #3c7ac3;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.dfp_ad_wrapper {
  text-align: center !important;
}
.iframe-embed iframe {
  height: 450px;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .iframe-embed iframe {
    height: 630px;
  }
}
.link-list-header {
  font-size: 20px;
  font-weight: 500;
  font-family: "proximanova-bold-webfont";
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.promo-link-list {
  margin: 20px -8px 0 -8px;
  padding: 0px 0px 15px 0px;
}
@media (min-width: 768px) {
  .promo-link-list {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 1025px) {
  .promo-link-list {
    margin: 20px 0 0 3px;
    padding: 0px 0px 15px;
  }
}
.promo-link-list ul li {
  height: 60px;
  list-style: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.promo-link-list .list-inline {
  margin-left: 0;
}
.promo-link-list img {
  max-width: 100%;
  padding: 15px;
}
.promo-link-list img.rounded {
  border-radius: 50%;
}
.promo-link-list .promo__list-header {
  color: #3c4851;
  font-family: "proximanova-regular-webfont";
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  height: 18px;
  letter-spacing: 0.6px;
  line-height: normal;
  padding: 0px 0px 3px;
  width: 100%;
  text-transform: uppercase;
  border-top: solid 2px #74a6ee;
  padding-top: 10px;
}
.promo-link-list .promo__linklist-line {
  margin: 3px 0px 3px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media (min-width: 1025px) {
  .promo-link-list .promo__linklist-line {
    padding-left: 0;
    padding-right: 0;
  }
}
.promo-link-list .promo__linklist-line:after {
  content: " ";
  height: 1px;
  width: 100%;
  background-color: #b5b5b5;
  display: block;
  margin-top: 10px;
}
.promo-link-list .promo-list-subtitle {
  color: #3c4851;
  font-family: "proximanova-regular-webfont";
  text-transform: uppercase;
  font-size: 9px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  height: 11px;
  letter-spacing: 0.8px;
  line-height: normal;
  width: 100%;
}
.promo-link-list .promo-list-title {
  color: #3c4851;
  font-family: "proximanova-regular-webfont";
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  height: 16px;
  letter-spacing: 0.2px;
  line-height: 1.29;
  width: 100%;
}
.live-player-container {
  position: relative;
  clear: both;
  height: 576px;
  width: 100%;
}
.live-player-container #flash-blocked-overlay {
  display: none;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  background-color: black;
  z-index: 3;
}
.live-player-container #flash-blocked-overlay div {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.live-player-container #flash-blocked-overlay div h1,
.live-player-container #flash-blocked-overlay div p {
  margin-bottom: 40px;
}
.live-player-container #flash-blocked-overlay div h1 {
  font-weight: 900;
}
.live-player-container #flash-blocked-overlay div p {
  font-weight: 700;
  font-size: 16px;
}
.provider-grid {
  display: none;
}
.provider-sprite {
  background: url(http://ns67.ns.twc.com.edgesuite.net/news/assets/images/spectrum-login-mvpd.png) no-repeat;
}
.provider-mvpd {
  display: inline-block !important;
  height: 118px;
  width: 190px;
  padding: 5px 5px 10px 5px;
}
.Charter_Direct {
  background-position: -400px -140px;
}
.logout {
  display: none;
}
.Cablevision {
  background-position: 0px -280px;
}
.TempPass_TWCNEWS_24hr,
.TempPass_15day,
.TempPass_30day {
  background-position: -200px 0;
}
.oas_wrapper {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}
.icon-advertisement {
  height: 5px;
  width: 65px;
  margin: 2px auto 10px auto;
}
.ad-wallheader {
  width: 1000px;
  left: -15px;
  position: relative;
}
.ad-wallside {
  width: 140px;
  height: 1024px;
  position: absolute;
}
.ad-wallside.pull-left {
  left: -140px;
}
.ad-wallside.pull-right {
  right: -140px;
}
.photo-gallery {
  margin-bottom: 20px;
}
.owl-carousel {
  max-height: 100%;
  min-height: 100%;
}
.gallery-slide {
  position: relative;
  width: 100%;
}
.gallery-slide .dfp_ad_wrapper {
  margin-top: 0px !important;
}
.gallery-slide .dfp-ad-tags {
  height: 300px;
  max-height: 100%;
  min-height: 100%;
  padding-top: 20px;
}
.image-container {
  background: linear-gradient(180deg, #0a0a0a 0%, #2a2a2a 100%);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .image-container {
    height: 300px;
  }
}
.image-container .image-container__img {
  display: inline-block;
  height: inherit;
}
.image-container .image-container__arrow {
  cursor: pointer;
  height: 35px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.image-container .image-container__arrow_right {
  right: 8px;
}
.image-container .image-container__arrow_left {
  left: 8px;
}
.photo-gallery .description {
  background-color: #2e5ead;
  font-family: "proximanova-regular-webfont";
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 480px) {
  .photo-gallery .description {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.photo-gallery .description .description__slide-counter {
  color: #dee4ec;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.photo-gallery .description .description__title {
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 20px;
}
.photo-gallery .description .description__textbody {
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
  padding-bottom: 10px;
}
.photo-gallery .description .description__credit {
  color: #dee4ec;
  font-size: 16px;
  font-style: italic;
  line-height: 38px;
  padding-bottom: 10px;
}
.photo-gallery .description .description__ad-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
}
.header-player .player-wrapper {
  background-color: #000000;
  height: 400px;
  padding-top: 20px;
}
.header-player .player-wrapper .softwall {
  width: 100%;
  background-color: #2c5fbc;
  float: left;
  height: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .header-player .player-wrapper .softwall {
    height: 60px;
    margin-bottom: 12px;
  }
}
.header-player .player-wrapper .softwall div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: proximanova-bold-webfont;
  font-size: 15px;
  letter-spacing: 0.32px;
}
@media (max-width: 767px) {
  .header-player .player-wrapper .softwall div {
    width: 100%;
  }
}
.header-player .player-wrapper .softwall div p {
  border-right: 2px solid #ffffff;
  padding: 3px;
  margin: 0px;
  width: 70%;
  float: left;
  padding-right: 11px;
}
@media (max-width: 1024px) {
  .header-player .player-wrapper .softwall div p {
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .header-player .player-wrapper .softwall div .mobile-inline-block {
    display: inline-block;
  }
}
.header-player .player-wrapper .softwall div a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  padding: 3px;
  width: 30%;
  float: left;
}
@media (max-width: 1024px) {
  .header-player .player-wrapper .softwall div a {
    padding: 10px 3px 3px 5px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .header-player .player-wrapper .softwall div a {
    padding: 0px;
  }
}
.playerContainer {
  position: relative;
  overflow: hidden;
  width: 640px;
  height: 360px;
  margin: auto;
}
.platform-player {
  width: 100%;
  height: 100%;
}
.paywall-title {
  font-size: 18px;
  color: #484848;
  font-family: "proximanova-regular-webfont";
  text-align: center !important;
}
div.playerBranding[style] {
  top: unset !important;
  right: unset !important;
}
.playerBranding img {
  position: absolute;
  bottom: 9px;
  left: 0;
}
div.tpCards[style] div {
  top: auto !important;
  bottom: 1px !important;
  height: 90px !important;
  width: 100%;
}
.player div.tpControls {
  z-index: 804 !important;
}
.tpSubtitles > div {
  margin-top: -4% !important;
}
.PlayerTitleFont {
  display: none !important;
}
.platform-video-login {
  font-size: 18px;
  text-align: center !important;
}
.platform-video-lm {
  font-size: 18px;
  text-align: center !important;
}
.overlay-text {
  position: relative;
  top: 100px;
  z-index: 850;
  width: 450px;
  height: auto;
  background-color: #ffffff;
  margin: 30px auto;
  padding: 10px 90px 40px;
}
.overlay {
  width: 100%;
  z-index: 2000;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.overlay::before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.50;
}
.overlay-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #2c5fbc;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
  padding: 5px;
  background-origin: content-box;
}
.platform-icon {
  margin: auto;
  margin-top: 32px;
  text-align: center !important;
  height: 90px;
  width: 150px;
}
.btn-platform {
  margin-top: 30px;
  padding-top: 6px !important;
  line-height: 1;
  background-color: #2c5fbc;
  border-color: #2c5fbc;
  border-radius: 1px;
}
.btn-lm {
  margin-top: 20px;
  background: #ffffff;
  color: #2c5fbc;
  border-color: #2c5fbc;
  border-radius: 1px;
}
.btn-lm:hover {
  background: #2c5fbc;
  color: #ffffff;
}
@media (max-width: 480px) {
  .playerContainer {
    width: 100%;
    height: 260px;
  }
  .overlay {
    margin-top: 30px;
  }
  .overlay-text {
    width: 90%;
    height: auto;
    min-height: 300px;
    left: 0px;
    padding: 20px 50px 30px;
  }
  .btn-platform {
    left: 125px;
    margin-top: 15px;
  }
  .platform-icon {
    margin-top: 15px;
  }
  .header-player .player-wrapper {
    height: 290px;
    padding-top: 15px;
  }
  .playerBranding {
    display: none !important;
  }
}
.quickLinks {
  margin: 15px 0;
  background-color: #fafafa;
  font-size: 16px;
  letter-spacing: 0.6px;
}
.quickLinks .qLink {
  border: 1px solid #cccccc;
  background-color: #eff1f5;
  border-bottom: none;
}
@media (min-width: 768px) {
  .quickLinks .qLink {
    display: flex;
    flex: 1 auto;
  }
  .quickLinks .qLink :hover {
    background: #e5e5e5;
  }
}
.quickLinks .qLink a {
  padding: 15px;
  color: #7a878f;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .quickLinks .qLink {
    border-left: none;
    display: inline-block;
  }
}
.quickLinks div.qLink:last-child {
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .quickLinks div.qLink:last-child {
    border-bottom: none;
  }
}
.quickLinks div.qLink:first-child {
  background-color: #689df3;
  border: 1px solid #3c7bc4;
  color: #ffffff;
  padding: 15px;
}
.quickLinks div.qLink:not(:first-child) {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .quickLinks {
    display: flex;
    text-align: center;
  }
}
.read-more * {
  display: none;
  margin: 0 0 20px 0;
}
.cq-wcm-edit .read-more *:not(script):not(.btn-read-more),
.cq-wcm-design .read-more *:not(script):not(.btn-read-more) {
  display: inherit;
}
.icon-StateNYCGrey,
.icon-StateNYSGrey,
.icon-StateNCGrey,
.icon-StateTXGrey,
.icon-StateTXGrey,
.icon-StateFLGrey,
.icon-StateCAGrey,
.icon-StateKYGrey {
  background-position: center center;
  width: 50px;
  height: 50px;
  float: left;
}
@media (min-width: 1025px) {
  .icon-StateNYCGrey,
  .icon-StateNYSGrey,
  .icon-StateNCGrey,
  .icon-StateTXGrey,
  .icon-StateTXGrey,
  .icon-StateFLGrey,
  .icon-StateCAGrey,
  .icon-StateKYGrey {
    width: 126px;
    height: 150px;
    float: none;
  }
}
.region-selection {
  font-family: "proximanova-regular-webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 50px auto;
}
.region-selection .icon-State {
  margin: 0px 15px 0px 0px;
}
@media (min-width: 1025px) {
  .region-selection .icon-State {
    margin: 100px 0px 30px 0px;
  }
}
.region-selection .state {
  padding: 20px 0px;
  border-bottom: 1px solid #686868;
}
@media (min-width: 1025px) {
  .region-selection .state {
    padding: 0px;
    border-bottom: none;
  }
}
.region-selection .state.last {
  border-bottom: none;
}
.region-selection .panel-heading {
  font-family: "proximanova-bold-webfont";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #686868;
}
@media (min-width: 1025px) {
  .region-selection .panel-heading {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    border-bottom: 1px solid #686868;
  }
}
.region-selection .panel-heading .accordian-toggle:before {
  content: "\0025B8";
  color: #686868;
}
.region-selection .panel-heading .panel-title[aria-expanded=true] .accordian-toggle:before {
  content: "\0025BE";
  color: #000000;
}
.region-selection .panel-body {
  padding-top: 0px;
  color: #686868;
  line-height: 40px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .region-selection .panel-body {
    padding-top: 10px;
  }
}
.region-selection .panel-body a {
  font-size: 14px;
  font-weight: 300;
  line-height: 3;
  color: #686868;
}
@media (min-width: 1025px) {
  .region-selection .panel-body a {
    line-height: 2;
  }
}
.region-selection .panel-collapse {
  margin-left: 65px;
}
@media (min-width: 1025px) {
  .region-selection .panel-collapse {
    margin-left: auto;
  }
}
.region-selection .panel.active .panel-heading,
.region-selection .panel.active a {
  font-family: "proximanova-bold-webfont";
  color: #081b3b;
  text-transform: uppercase;
  font-weight: 900;
}
.region-selection .panel.active .panel-heading {
  font-size: 20px;
}
@media (min-width: 1025px) {
  .region-selection .panel.active .panel-heading {
    font-size: 14px;
  }
}
.region-selection .panel.active .panel-body {
  font-size: 14px;
}
.rich-text p,
.rich-text li {
  font-size: 16px;
  line-height: 2;
}
.pulledquote {
  font-size: 22px;
  font-style: italic;
  color: white;
  margin-right: 30px;
  padding: 0.5em;
  width: 100%;
  display: block;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #049de1;
}
.pulledquote::after {
  border-right: 50px solid #049de1;
  border-bottom: 35px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .pulledquote {
    float: left;
    width: 220px;
    display: inline !important;
  }
}
#roadblock {
  font-family: "proximanova-regular-webfont";
}
#roadblock .roadblock-title {
  color: #484848;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center !important;
  line-height: 1;
  padding-top: 10px;
}
@media (min-width: 768px) {
  #roadblock .roadblock-title {
    font-size: 26px;
  }
}
#roadblock .roadblock-body {
  text-align: center !important;
  line-height: 1;
  padding: 15px;
  color: #484848;
  font-size: 18px;
}
#roadblock .roadblock-body a {
  color: #484848;
  text-decoration: underline;
}
#roadblock .btn-primary {
  color: #ffffff;
}
#roadblock .appstore-google-button {
  margin-bottom: 10px;
}
#roadblock .appstore-google-button a {
  width: 200px;
  height: 60px;
  display: inline-block;
}
#roadblock .appstore-apple-button a {
  display: inline-block;
  overflow: hidden;
  background: url(https://linkmaker.itunes.apple.com/assets/shared/badges/en-us/appstore-lrg.svg) no-repeat;
  width: 200px;
  height: 60px;
  background-size: contain;
}
.search-results .btn {
  padding: 6px 6px !important;
}
@media (min-width: 1025px) {
  .search-results .btn {
    padding: 6px 12px !important;
  }
}
.search-results .hit {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
.search-results .hit .thumbnail img {
  display: block !important;
  float: right !important;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .search-results .hit .thumbnail img {
    float: left !important;
    padding-right: 10px;
    padding-left: 0;
  }
}
.search-results .hit .title a {
  font-family: "proximanova-regular-webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
.search-results .hit .title a:hover,
.search-results .hit .title a:focus {
  color: #000000;
}
.search-results .hit .description {
  font-family: "proximanova-regular-webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  overflow: hidden;
}
.search-results .hit .location {
  font-family: "proximanova-regular-webfont";
  font-weight: lighter;
  font-size: 12px;
  line-height: 1;
  color: #7a878f;
}
.search-results .result-count {
  font-family: "proximanova-regular-webfont";
  font-weight: lighter;
  font-size: 26px;
  padding: 5px 0;
}
.search-results .sort-buttons {
  padding-top: 15px;
  text-align: center !important;
}
.search-results .fullSize {
  display: none !important;
}
.search-results #paginateSmall {
  padding-top: 10px;
  clear: both;
}
.search-results #paginateLarge {
  display: none !important;
}
.search-results #searchFiltersDiv {
  font-family: "proximanova-regular-webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.search-results #searchFiltersDiv .facets-label {
  font-family: "proximanova-regular-webfont";
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  padding: 10px 0;
  padding: 15px 0 10px 0;
}
.search-results #searchFiltersDiv a {
  color: #000000;
}
.search-results #searchFiltersDiv a:hover,
.search-results #searchFiltersDiv a:focus {
  color: #000000;
  text-decoration: none;
}
.search-results #searchFiltersDiv ul {
  padding: 0;
}
.search-results #searchFiltersDiv ul li.facet {
  list-style: none outside none;
}
.search-results #searchFiltersDiv ul li.facet a {
  vertical-align: middle;
}
.search-results #searchFiltersDiv ul li.facet a span {
  vertical-align: middle;
}
.search-results #searchFiltersDiv ul li.facet li.facet input {
  margin-right: 5px;
}
.search-results #s_searchQuery {
  background-color: #ffffff;
  background-image: url(../../news/clientlibs/css/images/searchicon.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  font-family: "proximanova-regular-webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
}
@media (min-width: 768px) {
  .search-results #paginateLarge {
    display: block !important;
    padding-top: 20px;
    clear: both;
  }
  .search-results #paginateSmall {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .search-results .sort-buttons {
    padding-top: 0;
  }
}
.bg-playermessage {
  background-image: url("../../news/clientlibs/css/images/SpectrumSignupBG.png");
  width: 300px;
}
#spectrumSignup {
  font-family: "proximanova-regular-webfont";
}
.signup-title {
  text-align: center !important;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  padding-top: 10px;
}
@media (min-width: 1025px) {
  .signup-title {
    padding-top: 0;
  }
}
.signup-body {
  text-align: center !important;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding: 15px;
}
@media (min-width: 1025px) {
  .signup-body {
    padding: 10px;
  }
}
.loginwrapper {
  width: 160px;
  padding-top: 10px;
}
.desktopLogin {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  float: left !important;
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 230px;
  height: 20px;
  position: absolute;
  top: 300px;
  left: 26px;
}
.slider.slider-horizontal .slider-track {
  height: 2px;
  width: 100%;
  margin-top: -9px;
  margin-left: 11px;
  top: 50%;
  left: -8px;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 11px;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection,
.slider-selection {
  background-image: -webkit-linear-gradient(top, #304367 0%, #89cdef 100%);
  background-image: -o-linear-gradient(top, #304367 0%, #304367 100%);
  background-image: linear-gradient(to bottom, #304367 0%, #304367 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #304367 0%, #304367 100%);
  background-image: -o-linear-gradient(top, #304367 0%, #304367 100%);
  background-image: linear-gradient(to bottom, #304367 0%, #304367 100%);
  background-repeat: repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: -33px;
  width: 28px;
  height: 43px;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 4px;
  height: 4px;
  background-image: -webkit-linear-gradient(top, #0088ce 0%, #0088ce 100%);
  background-image: -o-linear-gradient(top, #0088ce 0%, #0088ce 100%);
  background-image: linear-gradient(to bottom, #0088ce 0%, #0088ce 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #0088ce 0%, #0088ce 100%);
  background-image: -o-linear-gradient(top, #0088ce 0%, #0088ce 100%);
  background-image: linear-gradient(to bottom, #0088ce 0%, #0088ce 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
.social-icons {
  border-bottom: 1px solid #40506d;
}
.social-icons ul {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .social-icons ul {
    display: table-cell !important;
    padding-top: 10px;
  }
}
.social-icons a {
  height: 45px;
  width: 39px;
  display: block !important;
}
@media (min-width: 1025px) {
  .social-icons {
    border-bottom: none;
    float: right !important;
  }
}
.social-icons .social-icons-label {
  font-size: 18px;
  margin-top: 15px;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .social-icons .social-icons-label {
    display: table-cell !important;
    vertical-align: middle;
    padding: 5px 10px 0 0;
    font-size: 16px;
  }
}
.traffic iframe.traffic-iframe {
  width: 100%;
  height: 450px;
  border: none;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .traffic iframe.traffic-iframe {
    height: 630px;
  }
}
.wxAlerts {
  color: #ffffff;
  margin: 0 0 10px 0;
}
.wxAlerts .label {
  font-size: 12px;
}
.wxAlerts .text {
  font-size: 10px;
}
.wxAlerts .icon-alert {
  height: 27px;
  width: 30px;
}
.wxAlerts .btn {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.0;
  padding: 10px 6px;
  font-family: "proximanova-regular-webfont";
}
.wxAlerts .editModeMessage {
  color: #af1f15;
}
.wxAlerts table {
  width: 100%;
  max-height: 70px;
}
.wxAlerts table td {
  padding: 5px;
}
.wxAlerts table td:first-child {
  padding-left: 10px;
  width: 45px;
}
.wxAlerts table td:last-child {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .wxAlerts .label {
    font-size: 18px;
  }
  .wxAlerts .btn {
    font-size: 18px;
  }
  .wxAlerts .text {
    font-size: 14px;
  }
  .wxAlerts .icon-alert {
    height: 37px;
    width: 40px;
  }
  .wxAlerts table td:first-child {
    width: 55px;
  }
}
.wxAlertBar {
  display: none;
  min-height: 35px;
  padding: 79px 0px 0px 0px;
  /* Insert a horizontal line separator after the alertBar */
}
@media (min-width: 1025px) {
  .wxAlertBar {
    min-height: 45px;
    padding: 0px;
  }
}
.alerts-enabled .wxAlertBar {
  display: block;
}
.wxAlertBar:after {
  border: solid 0.5px #b5b5b5;
  content: "";
  display: block;
  height: 1px;
  margin: 0px 10px 0px 10px;
  border: none;
}
@media (min-width: 1025px) {
  .wxAlertBar:after {
    margin: 0px 0px 0px 0px;
  }
}
.alert-bar {
  width: 100%;
  height: 35px;
  min-height: 35px;
  background-color: transparent;
  color: #041d43;
  font-family: "proximanova-semibold";
  font-size: 10px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.4px;
  line-height: normal;
  padding: 0px 10px;
  vertical-align: middle;
  position: static;
  right: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 1025px) {
  .alert-bar {
    color: #3c4851;
    font-size: 16px;
    letter-spacing: 0.7px;
    margin: 0 auto;
    min-height: 45px;
    padding: 0px 25px;
  }
}
.alert-bar a {
  text-decoration: none;
}
.alert-bar__displayed-alerts {
  margin-bottom: 0;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: relative;
}
@media (min-width: 1025px) {
  .alert-bar__displayed-alerts {
    margin-bottom: 10px;
  }
}
.alert-bar__li {
  list-style-type: none;
  padding: 0;
  min-height: 100%;
  height: 34px;
}
.alert-bar__li a {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.alert-bar__li div {
  overflow: auto;
  max-height: 32px;
}
@media (min-width: 768px) {
  .alert-bar__li div {
    max-height: unset;
  }
}
.alert-bar__text-box {
  line-height: 1.6em;
}
.alert-bar__title {
  font-family: "proximanova-extrabold";
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
  float: left;
}
@media (min-width: 1025px) {
  .alert-bar__title {
    display: inline;
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: normal;
  }
}
.alert-bar__text {
  color: #041d43;
  font-family: "proximanova-semibold";
  font-size: 10px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.4px;
  vertical-align: baseline;
  padding: 0px 0px 0px 5px;
  position: relative;
  top: 0px;
}
@media (min-width: 1025px) {
  .alert-bar__text {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #3c4851;
    top: 0px;
  }
}
.alert-bar__relative-time {
  color: #da3f38;
  font-family: "proximanova-bold-webfont";
  font-size: 8px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  height: 12px;
  letter-spacing: 0.8px;
  line-height: 2;
  margin: 0px 0 0 10px;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 1025px) {
  .alert-bar__relative-time {
    background-color: #da3f38;
    border-radius: 5px;
    color: white;
    height: 20px;
    padding: 2px 11px 0 11px;
    margin: 1px 0 0 10px;
    position: relative;
    top: -1px;
  }
}
.alert-bar__li--breaking .alert-bar__title {
  color: #da3f38;
  font-family: "proximanova-extraboldit";
}
.alert-bar__li--weather .alert-bar__title {
  color: #1ba07b;
}
.alert-bar__li--closings .alert-bar__title {
  color: rgba(218, 63, 56, 0.8);
}
.alert-bar__li--custom .alert-bar__title {
  color: #0b397e;
}
.alert-bar__raven-alerts {
  display: none;
}
#closingsTable table,
#closingsTable .no-result {
  box-shadow: 0px 0px 10px 4px #f2f5fa;
}
#closingsTable table tbody > tr:nth-child(odd),
#closingsTable .no-result tbody > tr:nth-child(odd) {
  background-color: #f2f5fa;
}
#closingsTable table td,
#closingsTable .no-result td {
  padding: 20px;
  width: 50%;
}
#closingsTable .no-result {
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
  padding: 20px;
  margin: 0 30px;
}
#closingsTable .no-result p {
  margin: 0px;
}
@media only screen and (max-width: 480px) {
  #closingsTable .no-result {
    box-shadow: none;
  }
}
.youtube-embed {
  margin: 15px auto;
}
.youtube-embed .youtube-embed-player {
  position: relative;
  padding-bottom: 56.23%;
  overflow: hidden;
  height: 0;
}
.youtube-embed .youtube-embed-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.youtube-embed .youtube-embed-player .icon-Play {
  left: 50%;
  top: 50%;
  cursor: pointer;
  position: absolute;
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
}

.componentWrapper {
  margin: 10px auto;
}
.componentWrapper H3,
.componentWrapper .H3 {
  font-family: "proximanova-regular-webfont" !important;
  font-size: 20px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px 0px 10px 0px;
  color: #000000;
  text-transform: uppercase;
}
.componentWrapper.border {
  border: solid #eeeeee 1px;
}
@media (min-width: 768px) {
  .contentWrapper {
    padding: 20px 0 0 0;
  }
}
.wxChartWrapper {
  background-color: #0a2f6e;
  padding: 25px 10px 10px 0;
  font-size: 12px;
}
.bgColor.red {
  background-color: #b62a15;
}
.bgColor.blue {
  background-color: #0088ce;
}
.bgColor.yellow {
  background-color: #e7b421;
}
.bgColor.orange {
  background-color: #d48c38;
}
.bgColor.gray {
  background-color: #7a878f;
}
.bgColor.black {
  background-color: #000000;
}
.warning {
  background-color: #af1f15;
  color: #ffffff;
}
.alert {
  padding: 15px;
  margin: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body {
  margin: 0 auto;
  font-family: "proximanova-regular-webfont";
}
.contentWrapper {
  padding: 79px 18px 0 18px;
  max-width: 1086px;
}
body.alerts-enabled .contentWrapper {
  padding: 0px 18px 0 18px;
}
@media (min-width: 1025px) {
  .contentWrapper {
    padding: 20px 0 0 0;
  }
}
footer.news-empire {
  background-color: #ffffff;
  color: #3c4851;
  font-family: "proximanova-regular-webfont";
}
@media (min-width: 1025px) {
  footer.news-empire {
    text-align: center !important;
  }
}
footer.news-empire .social-gradient {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  height: 30px;
  border-bottom: 1px solid #d8d8d8;
}
footer.news-empire a {
  color: inherit;
}
footer.news-empire a:visited {
  color: inherit;
}
footer.news-empire a:hover,
footer.news-empire a:focus {
  color: #88a2de;
  text-decoration: none;
}
footer.news-empire .footer-branding .logo {
  height: 50px;
  margin-top: 40px;
  width: 147px;
}
@media (min-width: 1025px) {
  footer.news-empire .footer-branding {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 142px;
  }
}
footer.news-empire .legal-copy {
  color: #656565;
  font-family: "proximanova-regular-webfont";
  font-size: 10px;
  letter-spacing: 0.6px;
  margin: 16px 0 39px 0;
}
@media (min-width: 1025px) {
  footer.news-empire .legal-copy {
    text-align: center !important;
  }
}
footer.news-empire .social-icons {
  border-bottom: none;
  float: none!important;
  width: 211px;
}
footer.news-empire .social-icons a {
  width: 29.1px;
  height: 29.1px;
}
@media (min-width: 1025px) {
  footer.news-empire .social-icons {
    margin: auto;
  }
}
footer.news-empire .footer__links {
  letter-spacing: 0.4px;
  line-height: normal;
  margin-top: 16px;
  overflow: hidden;
  position: relative;
  font-family: "proximanova-bold-webfont";
}
@media (min-width: 1025px) {
  footer.news-empire .footer__links {
    letter-spacing: 0.8px;
  }
}
footer.news-empire .footer__links ul {
  justify-content: space-between;
  margin-left: -1px;
}
@media (min-width: 1025px) {
  footer.news-empire .footer__links ul :after {
    content: '|';
    margin: 0;
  }
  footer.news-empire .footer__links ul :last-child:after {
    content: none;
  }
}
footer.news-empire .footer__links li {
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 1025px) {
  footer.news-empire .footer__links li {
    text-align: center !important;
    padding: 0;
    width: auto;
  }
}
.site-header {
  height: 79px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  background-image: -webkit-linear-gradient-o-(to bottom, #ffffff 0%, #ffffff 69.95614035%, rgba(0, 0, 0, 0.03) 69.95614035%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(to bottom, #ffffff 0%, #ffffff 69.95614035%, rgba(0, 0, 0, 0.03) 69.95614035%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 69.95614035%, rgba(0, 0, 0, 0.03) 69.95614035%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: -35px;
  height: 114px;
}
.smartbanner-show .site-header {
  margin-top: 80px;
}
@media (min-width: 1025px) {
  .alerts-enabled .site-header {
    border-bottom: solid 0.5px #d8d8d8;
  }
}
@media (min-width: 1025px) {
  .site-header {
    position: static;
    height: 149px;
    background-color: transparent;
    background-image: -webkit-linear-gradient-o-(to bottom, #ffffff 0%, #ffffff 77.19072165%, rgba(0, 0, 0, 0.03) 77.19072165%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(to bottom, #ffffff 0%, #ffffff 77.19072165%, rgba(0, 0, 0, 0.03) 77.19072165%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 77.19072165%, rgba(0, 0, 0, 0.03) 77.19072165%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: -45px;
    height: 194px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .alerts-enabled .site-header {
    border-bottom: solid 0.5px #d8d8d8;
  }
}
.site-header a {
  text-decoration: none;
  color: #3c4851;
}
.site-header .header_region:after {
  content: "\00a0>\00a0";
}
.site-header .header_date:before {
  /* add pipe to byline only when both date and location are present  */
  content: "\00a0|\00a0\00a0";
}
.site-header .header_time:before {
  content: "\00a0|\00a0";
}
.site-header .header_date,
.site-header .header_time {
  text-align: right !important;
  color: #3c4851;
  padding: 0px;
}
header {
  line-height: normal;
  max-width: 1225px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 1000;
}
header .row:first-child {
  margin: 13px -8px 0 -8px;
}
@media (min-width: 1025px) {
  header .row:first-child {
    margin: 15px 0 0 7px;
    height: 80px;
  }
}
header .header_logo__wrapper {
  max-width: 250px;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  header .header_logo__wrapper {
    max-width: 600px;
    overflow: auto;
    float: left;
  }
  header .header_logo__wrapper .header_region,
  header .header_logo__wrapper .header_date,
  header .header_logo__wrapper .header_time {
    display: none;
  }
}
header .header_logo__wrapper .region-time__wrapper {
  padding: 10px 0 0 0;
  font-weight: 600;
  letter-spacing: 0.4px;
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
}
@media (max-width: 480px) {
  header .header_logo__wrapper .region-time__wrapper {
    font-weight: normal;
    letter-spacing: normal;
  }
}
@media (min-width: 1025px) {
  header .header_logo__wrapper .region-time__wrapper {
    display: none;
  }
}
header .header_logo__wrapper .region-time__wrapper .header_time {
  display: none;
}
header .header_logo {
  width: 100px;
  display: inline-block;
}
@media (min-width: 1025px) {
  header .header_logo {
    width: 168px;
    float: left;
    padding: 10px 0 0 0;
  }
}
header .header_logo .header_logo__icon {
  height: 30px;
}
@media (min-width: 1025px) {
  header .header_logo .header_logo__icon {
    height: 58px;
  }
}
header .header_info {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: -10px 0 0 0;
  position: absolute;
  top: 15px;
  right: 10px;
  text-align: right !important;
}
@media (min-width: 1025px) {
  header .header_info {
    position: relative;
    top: 0;
    right: 0;
    float: right;
  }
}
header .header_info .navbar-default {
  background-color: #ffffff;
  display: inline-block;
}
header .header_info .navbar-default .navbar-toggle {
  margin: 0 0 0 5px;
  padding: 7px 0;
}
header .header_info .navbar-default .navbar-toggle .icon-bar {
  background-color: #2b5caf;
  width: 20px;
  height: 2px;
}
body.mobile-nav-on header .header_info .navbar-default .navbar-toggle .icon-bar {
  display: none;
}
header .header_info .navbar-default .navbar-toggle .close {
  display: none;
  width: 20px;
  height: 18px;
}
header .header_info .navbar-default .navbar-toggle .close:hover {
  opacity: 1;
}
header .header_info .navbar-default .navbar-toggle .close:before,
header .header_info .navbar-default .navbar-toggle .close:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 23px;
  width: 2px;
  background-color: #3c4851;
}
header .header_info .navbar-default .navbar-toggle .close:before {
  transform: rotate(45deg);
}
header .header_info .navbar-default .navbar-toggle .close:after {
  transform: rotate(-45deg);
}
body.mobile-nav-on header .header_info .navbar-default .navbar-toggle .close {
  display: block;
}
header .header_info .header_watch,
header .header_info .header_social-media {
  display: none;
}
@media (min-width: 1025px) {
  header .header_info .header_watch,
  header .header_info .header_social-media {
    display: block;
  }
}
header .header_info .header_date {
  text-align: left !important;
  font-size: 12px;
}
header .header_info .header_login {
  color: #3c4851;
  padding: 0px;
  font-size: 12px;
}
header .header_info .header_login-watch {
  margin-top: 0px;
  padding: 10px 0px 0px 0px;
}
@media (min-width: 1025px) {
  header .header_info .header_login-watch {
    padding: 0px;
    margin: 0;
    display: inline-block;
  }
}
header .header_info .header_region {
  display: none;
  padding: 0px;
}
@media (min-width: 1025px) {
  header .header_info .header_region {
    display: inline;
  }
}
header .header_info .header_date,
header .header_info .header_time {
  display: none;
}
@media (min-width: 1025px) {
  header .header_info .header_date,
  header .header_info .header_time {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  header .header_info .header_time {
    margin: 0px 5px 0px 0px;
  }
}
@media (min-width: 1025px) {
  header .header_info .header_login,
  header .header_info .header_watch {
    display: block;
    color: #3c4851;
    float: right;
    font-size: 16px;
    padding: 0px 5px;
    letter-spacing: 0.8px;
    margin-top: 4px;
    line-height: normal;
  }
  header .header_info .header_login.btn:active,
  header .header_info .header_watch.btn:active {
    box-shadow: none;
  }
  header .header_info::-webkit-input-placeholder {
    color: #3c4851;
  }
  header .header_info .header_watch {
    position: relative;
    padding-right: 6px;
  }
  header .header_info .header_watch:after {
    content: "";
    border-right: 1px solid #3c4851;
    position: absolute;
    height: 12px;
    top: 6px;
    right: 0;
  }
}
header .header_info .header_social-media {
  float: right;
  padding: 0px 5px;
}
header .header_info .header_social-media a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
header .header_info .header_weather {
  display: inline-block;
  height: 34px;
}
header .header_info .header_weather .wx-icon,
header .header_info .header_weather .tempF {
  float: left;
}
header .header_info .header_weather .wx-icon {
  height: 20px;
  width: 20px;
  margin: 10px 5px 0px 0px;
  display: inline-block;
}
header .header_info .header_weather .tempF {
  color: #3c4851;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-left: 5px;
  margin-top: 5px;
}
body.mobile-nav-on header .header_info .header_weather {
  display: none;
}
header .reverse {
  display: flex;
  flex-direction: row-reverse;
  padding: 0px 25px 0px 0px;
}
header .reverse .empire-header-search {
  background-color: #ffffff;
  background-position: right;
  background-size: 20px 20px;
  background-position-x: 90%;
  border-radius: 20px;
  border: 0.5px solid #3c4851;
  color: #3c4851;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.7px;
  font-weight: 500;
  height: 34px;
  line-height: 1;
  padding: 0px 20px;
  width: 180px;
  margin-top: 10px;
  display: none;
}
header .reverse .empire-header-search::-moz-placeholder {
  color: #3c4851;
  opacity: 1;
}
header .reverse .empire-header-search:-ms-input-placeholder {
  color: #3c4851;
}
header .reverse .empire-header-search::-ms-clear {
  display: none;
}
header .reverse .empire-header-search::-webkit-input-placeholder {
  color: #3c4851;
}
header .reverse .empire-header-search:focus {
  outline: none;
}
@media (min-width: 1025px) {
  header .reverse .empire-header-search {
    display: block;
  }
}
@media (min-width: 1025px) {
  header {
    max-width: 1225px;
    position: static;
    height: 149px;
  }
  header .header_info-wrapper {
    font-size: 12px;
    text-transform: uppercase;
  }
  header .header_info-wrapper .header_info-text {
    display: inline-block;
    bottom: 8px;
    position: relative;
  }
  header .header_social-media-login__wrapper {
    padding: 5px 0px 0px 0px;
  }
}
.smartbanner-show .smartbanner {
  position: fixed;
}
article {
  font-size: 18px;
}
article .article-headline {
  font-family: "proximanova-bold-webfont";
  font-weight: 500;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
article .article-headline a {
  color: #000000;
}
article .article-body p {
  padding-top: 15px;
  line-height: 1.7;
  letter-spacing: 0.4px;
  word-wrap: break-word;
}
article .article-details {
  color: #7a878f;
}
article H1.article-headline {
  font-size: 20px;
  margin-top: 0;
  color: #000000;
  line-height: 22px;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  article H1.article-headline {
    font-size: 30px !important;
    line-height: 33px;
  }
}
/* Container used for displaying flair */
.flair-container {
  position: relative;
}
.flair-container .flair {
  color: #ffffff;
  padding: 6px 12px 6px 12px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 900;
  text-transform: uppercase;
  /*
         * Angled Edge for Flair using CSS
         * See https://www.viget.com/articles/angled-edges-with-css-masks-and-transforms for more info
         */
  background-color: #da3f38;
  /*Legacy flair colors*/
}
.flair-container .flair:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.flair-container .flair--news {
  background-color: #689df3;
}
.flair-container .flair--weather {
  background-color: #0da077;
}
.flair-container .flair--traffic {
  background-color: #eb5f00;
}
.flair-container .flair--politics {
  background-color: #5548a1;
}
.flair-container .flair--sports {
  background-color: #049de1;
}
.flair-container .flair--health {
  background-color: #db7c00;
}
.flair-container .flair--finance {
  background-color: #016841;
}
.flair-container .flair--human-interest {
  background-color: #883891;
}
.flair-container .flair--exclusive,
.flair-container .flair--custom {
  background-color: #2b5caf;
}
.flair-container .flair--in-depth,
.flair-container .flair--new-info,
.flair-container .flair--updated {
  background-color: #689df3;
}
.flair-container .flair--web-exclusive,
.flair-container .flair--follow-up,
.flair-container .flair--special-report {
  background-color: #0a2f6e;
}
.flair-container .flair--developing {
  background-color: #b21f12;
}
.web-exclusive {
  font-size: 18px;
  font-family: "proximanova-bold-webfont";
  letter-spacing: 0.6px;
}
.content-list .articles-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.content-list article {
  border: solid #b5b5b5 1px;
  color: #3c4851;
}
@media (min-width: 768px) {
  .content-list article {
    border: none;
  }
}
.content-list article h2 {
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}
.content-list article h2 a {
  color: #3c4851;
  font-weight: bold;
}
.content-list article h2 a:hover {
  color: #3c4851;
  text-decoration: none;
}
.content-list article .article__details .article__location,
.content-list article .article__details .article__relative-time {
  text-transform: uppercase;
}
.content-list article p {
  margin: 0px;
}
.content-list article .flair {
  border: solid 2px #e5e5e5;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: normal;
  margin-top: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  /* Determine flair color by text value */
  background-color: #da3f38;
  /*Legacy flair colors*/
}
.content-list article .flair--news {
  background-color: #689df3;
}
.content-list article .flair--weather {
  background-color: #0da077;
}
.content-list article .flair--traffic {
  background-color: #eb5f00;
}
.content-list article .flair--politics {
  background-color: #5548a1;
}
.content-list article .flair--sports {
  background-color: #049de1;
}
.content-list article .flair--health {
  background-color: #db7c00;
}
.content-list article .flair--finance {
  background-color: #016841;
}
.content-list article .flair--human-interest {
  background-color: #883891;
}
.content-list article .flair--exclusive,
.content-list article .flair--custom {
  background-color: #2b5caf;
}
.content-list article .flair--in-depth,
.content-list article .flair--new-info,
.content-list article .flair--updated {
  background-color: #689df3;
}
.content-list article .flair--web-exclusive,
.content-list article .flair--follow-up,
.content-list article .flair--special-report {
  background-color: #0a2f6e;
}
.content-list article .flair--developing {
  background-color: #b21f12;
}
.content-list article .flair:empty {
  display: none !important;
}
.content-list article .article__location + .article__relative-time::before {
  /* add pipe to byline only when both date and location are present */
  content: "\00a0|\00a0\00a0";
  color: #3c4851;
}
.content-list-layout {
  margin: 0 -7px 0 -7px;
}
@media (min-width: 768px) {
  .content-list-layout {
    margin: 0;
  }
}
.content-list-layout h1 {
  border-top: solid 2px #74a6ee;
  color: #3c4851;
  display: inline-block;
  font-family: "proximanova-regular-webfont";
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: normal;
  padding-top: 10px;
  text-transform: uppercase;
}
.content-list-layout--hero article .article-image {
  position: relative;
}
.content-list-layout--hero article .article-image img {
  width: 100%;
}
.content-list-layout--hero article .article__details {
  margin: 10px 11px 15px 11px;
}
@media (min-width: 768px) {
  .content-list-layout--hero article .article__details {
    margin: 0 0 0 0;
  }
}
.content-list-layout--hero article .flair {
  margin-left: 11px;
}
@media (min-width: 768px) {
  .content-list-layout--hero article .flair {
    margin-left: 0px;
  }
}
.content-list-layout--hero article h2 {
  -ms-hyphens: manual;
  -webkit-hyphens: manual;
  font-family: "proximanova-regular-webfont";
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  hyphens: manual;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  word-wrap: break-word;
  letter-spacing: 0.8px;
}
@media (max-width: 480px) {
  .content-list-layout--hero article h2 {
    font-size: 22px;
  }
}
.content-list-layout--hero article .article-preview {
  color: #3c4851;
  font-family: "proximanova-regular-webfont";
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.2px;
  margin-bottom: 0px;
}
.content-list-layout--hero article .article__location {
  color: #3c4851;
  font-family: "proximanova-regular-webfont";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.content-list-layout--hero article .article__relative-time {
  color: #3c4851;
  font-family: "proximanova-regular-webfont";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.content-list-layout--hero article .article__relative-time[data-recent="true"] {
  color: #da3f38;
}
.content-list-layout--1x1 article {
  max-width: 100%;
  padding: 0px 0px 15px 0px;
}
.content-list-layout--1x3 article {
  max-width: 100%;
}
@media (min-width: 768px) {
  .content-list-layout--1x3 article {
    max-width: 33.3%;
  }
  .content-list-layout--1x3 article:nth-child(3n) {
    padding: 0px 0px 15px 24px;
  }
  .content-list-layout--1x3 article:nth-child(3n-1) {
    padding: 0px 12px 15px 12px;
  }
  .content-list-layout--1x3 article:nth-child(3n-2) {
    padding: 0px 24px 15px 0px;
  }
  .content-list-layout--1x3 article .article-image,
  .content-list-layout--1x3 article .article__details {
    width: 100%;
  }
}
.content-list-layout--landing-page article {
  max-width: 100%;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}
.content-list-layout--landing-page article .article__details {
  float: left;
  width: 66.66666667%;
  padding: 10px;
}
.content-list-layout--landing-page article .article__details h2 {
  font-size: 13px;
}
.content-list-layout--landing-page article .article__details .article-preview {
  font-size: 16px;
  display: none;
}
.content-list-layout--landing-page article .article__details .article__location,
.content-list-layout--landing-page article .article__details .article__relative-time {
  font-size: 10px;
}
.content-list-layout--landing-page article .article__details .flair {
  margin: 0 0 10px 0;
  display: inline-block;
}
.content-list-layout--landing-page article .article-image {
  width: 33.33333333%;
  float: right;
  padding: 10px 10px 10px 0px;
}
.content-list-layout--landing-page article .article-image .flair {
  display: none;
}
.content-list-layout--landing-page article:first-child {
  margin-bottom: 20px;
}
.content-list-layout--landing-page article:first-child .article__details {
  width: 100%;
  padding: 0px 10px 10px 10px;
}
.content-list-layout--landing-page article:first-child .article__details h2 {
  font-size: 22px;
}
.content-list-layout--landing-page article:first-child .article__details .article-preview {
  font-size: 16px;
  display: block;
}
.content-list-layout--landing-page article:first-child .article__details .article__location,
.content-list-layout--landing-page article:first-child .article__details .article__relative-time {
  font-size: 12px;
}
.content-list-layout--landing-page article:first-child .article__details .article__relative-time[data-recent="true"] {
  color: #da3f38;
}
.content-list-layout--landing-page article:first-child .article__details .flair {
  margin: 0;
}
.content-list-layout--landing-page article:first-child .article-image {
  width: 100%;
  padding: 0px 0px 10px 0px;
}
.content-list-layout--landing-page article:first-child .article-image .flair {
  display: none;
}
.content-list-layout--landing-page article + article {
  border-top: none;
}
.content-list-layout--landing-page article:nth-child(2) {
  border: solid #b5b5b5 1px;
}
@media (min-width: 768px) {
  .content-list-layout--landing-page article {
    max-width: 33.3%;
    border: none;
  }
  .content-list-layout--landing-page article:nth-child(2) {
    border: none;
  }
  .content-list-layout--landing-page article .article__details {
    font-size: 16px;
  }
  .content-list-layout--landing-page article .article__details h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
  }
  .content-list-layout--landing-page article .article__details .flair {
    margin: 10px 0px 0px 0px;
    display: inline-block;
  }
  .content-list-layout--landing-page article .article__details .article__location,
  .content-list-layout--landing-page article .article__details .article__relative-time {
    font-size: 9px;
    letter-spacing: 0.8px;
  }
  .content-list-layout--landing-page article .article__details .article-preview {
    font-size: 15px;
    letter-spacing: 0.2px;
    margin: 10px 0;
    display: block;
  }
  .content-list-layout--landing-page article:nth-child(3n) {
    padding: 0px 12px 30px 12px;
  }
  .content-list-layout--landing-page article:nth-child(3n-1) {
    padding: 0px 24px 30px 0px;
  }
  .content-list-layout--landing-page article:nth-child(3n-2) {
    padding: 0px 0px 30px 24px;
  }
  .content-list-layout--landing-page article .article-image,
  .content-list-layout--landing-page article .article__details {
    width: 100%;
    padding: 0px;
  }
  .content-list-layout--landing-page article:first-child {
    padding: 0px 0px 30px 0px;
    clear: both;
    max-width: 100%;
  }
  .content-list-layout--landing-page article:first-child .article-image {
    width: 66.66666667%;
    padding: 0px 12px 0px 0px;
  }
  .content-list-layout--landing-page article:first-child .article__details {
    width: 33.33333333%;
  }
  .content-list-layout--landing-page article:first-child .article__details h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.8px;
  }
  .content-list-layout--landing-page article:first-child .article__details .article__location,
  .content-list-layout--landing-page article:first-child .article__details .article__relative-time {
    font-size: 15px;
    letter-spacing: 0.8px;
  }
  .content-list-layout--landing-page article:first-child .article-image,
  .content-list-layout--landing-page article:first-child .article__details {
    float: left;
  }
  .content-list-layout--landing-page article:first-child .flair {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .content-list-layout--2x2 article:nth-child(odd) {
    padding: 0px 18px 15px 0px;
  }
  .content-list-layout--2x2 article:nth-child(even) {
    padding: 0px 0px 15px 18px;
  }
}
.content-list-layout--1x3 article,
.content-list-layout--1x1 article,
.content-list-layout--2x2 article {
  margin-bottom: 13px;
  float: left;
  clear: none;
  flex: 1 auto;
  width: 100%;
}
.content-list-layout--1x3 article .article-image,
.content-list-layout--1x1 article .article-image,
.content-list-layout--2x2 article .article-image,
.content-list-layout--1x3 article .article__details,
.content-list-layout--1x1 article .article__details,
.content-list-layout--2x2 article .article__details {
  float: left;
  max-width: 100%;
}
.content-list-layout--1x3 article .article__details,
.content-list-layout--1x1 article .article__details,
.content-list-layout--2x2 article .article__details {
  padding-left: 12px;
  padding-right: 12px;
}
.content-list-layout--1x3 article .flair,
.content-list-layout--1x1 article .flair,
.content-list-layout--2x2 article .flair {
  margin-left: 12px;
}
.content-list-layout--1x3 article .article__details h2,
.content-list-layout--1x1 article .article__details h2,
.content-list-layout--2x2 article .article__details h2 {
  font-size: 22px;
  font-family: "proximanova-regular-webfont";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #3c4851;
}
.content-list-layout--1x3 article .article__details h2.headline-only,
.content-list-layout--1x1 article .article__details h2.headline-only,
.content-list-layout--2x2 article .article__details h2.headline-only {
  font-size: 14px;
}
.content-list-layout--1x3 article .article-preview,
.content-list-layout--1x1 article .article-preview,
.content-list-layout--2x2 article .article-preview {
  font-size: 16px;
}
.content-list-layout--1x3 article .article__location,
.content-list-layout--1x1 article .article__location,
.content-list-layout--2x2 article .article__location,
.content-list-layout--1x3 article .article__relative-time,
.content-list-layout--1x1 article .article__relative-time,
.content-list-layout--2x2 article .article__relative-time {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #3c4851;
}
@media (min-width: 768px) {
  .content-list-layout--1x3 article,
  .content-list-layout--1x1 article,
  .content-list-layout--2x2 article {
    margin-bottom: 0px;
  }
  .content-list-layout--1x3 article .flair,
  .content-list-layout--1x1 article .flair,
  .content-list-layout--2x2 article .flair {
    margin: 10px 0 6px 0;
  }
  .content-list-layout--1x3 article .article__details,
  .content-list-layout--1x1 article .article__details,
  .content-list-layout--2x2 article .article__details {
    margin-left: 0px;
    padding: 0px;
  }
  .content-list-layout--1x3 article .article__details h2,
  .content-list-layout--1x1 article .article__details h2,
  .content-list-layout--2x2 article .article__details h2 {
    font-size: 20px;
  }
  .content-list-layout--1x3 article .article-preview,
  .content-list-layout--1x1 article .article-preview,
  .content-list-layout--2x2 article .article-preview {
    font-size: 15px;
  }
  .content-list-layout--1x3 article .article__location,
  .content-list-layout--1x1 article .article__location,
  .content-list-layout--2x2 article .article__location,
  .content-list-layout--1x3 article .article__relative-time,
  .content-list-layout--1x1 article .article__relative-time,
  .content-list-layout--2x2 article .article__relative-time {
    color: #3c4851;
    font-size: 9px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .content-list-layout--2x2 article {
    width: 50%;
    max-width: 50%;
  }
}
.content-list-layout--4x1-single-column-mobile article {
  clear: both;
  padding: 10px;
  width: 100%;
}
.content-list-layout--4x1-single-column-mobile article + article {
  border-top: none;
}
.content-list-layout--4x1-single-column-mobile article .flair {
  margin: 0 0 7px 0;
}
.content-list-layout--4x1-single-column-mobile article .article__details {
  float: left;
  left: 0;
  margin: 0;
  padding: 0px;
  width: 100%;
}
.content-list-layout--4x1-single-column-mobile article .article__details h2 {
  font-size: 14px;
}
.content-list-layout--4x1-single-column-mobile article .article__details .article-preview {
  font-size: 12px;
}
.content-list-layout--4x1-single-column-mobile article .article__details .article__location,
.content-list-layout--4x1-single-column-mobile article .article__details .article__relative-time {
  font-size: 9px;
}
.content-list-layout--4x1-single-column-mobile article .article-image + .article__details {
  width: 66.6%;
}
.content-list-layout--4x1-single-column-mobile article .article-image {
  float: right;
  width: 33.3%;
  padding: 0px 0px 0px 10px;
}
.content-list-layout--4x1-single-column-mobile article .article-image .flair {
  display: none;
}
@media (min-width: 768px) {
  .content-list-layout--4x1-single-column-mobile article {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding: 0px 0px 10px 0px;
    border-bottom: solid #b5b5b5 1px;
  }
  .content-list-layout--4x1-single-column-mobile article .article-image {
    padding: 0px 0px 10px 10px;
  }
}
.content-list .view-more {
  padding: 20px 0px 30px 0px;
}
.content-list .view-more .view-more-link {
  color: #3c4851;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.6px;
}
@media (min-width: 768px) {
  .content-list .view-more .view-more-link {
    font-size: 15px;
  }
}
.content-list .view-more-link:after {
  content: "\00a0>\00a0";
  padding-left: 20px;
}
.landing-page h1 {
  border-top: solid 2px #74a6ee;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  padding-top: 5px;
  text-transform: uppercase;
  color: #3c4851;
  font-family: "proximanova-regular-webfont";
  margin: 20px 0 10px -7px;
}
@media (min-width: 768px) {
  .landing-page h1 {
    margin: 20px 0;
  }
}
.landing-page .hide-landing-article {
  display: none;
}
.landing-page .load-more--position-default {
  text-align: center;
  margin: 20px auto;
}
.landing-page .load-more--style-default {
  color: #ffffff;
  border-radius: 0;
  background-color: #74a6ee;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  padding: 10px 48px;
}
.sf_mobile {
  display: none;
}
@media (max-width: 1024px) {
  .sf_mobile {
    display: block;
    padding: 10px;
    margin: 10px;
    text-align: center !important;
  }
  .sf_mobile .sf_mobile_watch {
    color: #3c4851;
    font-size: 16px;
    padding: 0px 10px;
    line-height: 1.1;
    letter-spacing: 0.8px;
    border-radius: 0px;
    border-right: 1px solid #3c4851;
  }
  .sf_mobile .sf_mobile_watch.btn:active {
    box-shadow: none;
  }
  .sf_mobile .sf_mobile_social-media {
    padding: 5px 0px;
    display: inline-block;
    vertical-align: middle;
  }
  .sf_mobile .sf_mobile_social-media a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 8px;
  }
}
.wxAlertBar {
  display: none;
}
.alerts-enabled .wxAlertBar {
  display: block;
}
.alert-bar {
  max-width: 1225px;
}
.alerts-enabled .alert-bar {
  border-bottom: solid 0.5px #d8d8d8;
}
@media (min-width: 1025px) {
  .alerts-enabled .alert-bar {
    border-bottom: none;
  }
}
.cq-wcm-edit .wxAlertBar {
  padding: 0px;
}
.cq-wcm-edit .wxAlertBar .alert-bar {
  position: static;
}
.header-player {
  padding: 100px 0 20px 0;
  display: none;
}
body.alerts-enabled .header-player {
  padding: 10px 0 20px 0;
}
@media (min-width: 768px) {
  .header-player {
    max-width: 1050px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .header-player {
    padding: 20px 0;
  }
}
body.pvp-enabled .header-player {
  display: block;
}
@media (min-width: 768px) {
  body.alerts-enabled .header-player {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .overlay-text {
    top: 205px;
  }
}
/*
* LESS RULES
*
* 1. Attributes in alphabetical order
* 2. mixins
* 3. rulesets
* 4. elements
*
* @TODO - use a reset.less / zero.less
*
*/
@media (min-width: 1025px) {
  .empire-nav-wrapper {
    display: block;
  }
  .empire-nav-wrapper > ul {
    display: block;
    max-width: 1020px;
  }
  .empire-nav-item-list > li {
    float: left;
    position: relative;
    z-index: 1000;
  }
  .empire-nav-item-list > li:nth-child(1) {
    padding-left: 17px;
  }
  .empire-nav-item-list > li > a {
    border: none;
    position: relative;
    z-index: 1000;
  }
  .empire-nav-item-list > li .empire-link-list {
    display: none;
  }
  .empire-nav-item-list > li .empire-link-list > ul {
    position: absolute;
    padding-left: 9px;
    padding-right: 9px;
    left: 0;
    min-width: 275px;
    width: max-content;
    margin-top: 53px;
    z-index: 1060;
    background: #ffffff;
    border-bottom: white 10px solid;
  }
  .empire-nav-item-list > li .empire-link-list > ul > li {
    height: 35px;
  }
  .empire-nav-item-list > li .empire-link-list > ul > li .menu-item-divider {
    border-bottom: 1px solid #b5b5b5;
    padding-right: 10px;
    width: 100%;
    display: block;
  }
  .empire-nav-item-list > li .empire-link-list > ul > li:first-child {
    margin-top: 8px;
  }
  .empire-nav-item-list > li .empire-link-list > ul > li:last-child {
    padding-bottom: 18px;
  }
  .empire-nav-item-list > li .empire-link-list > ul > li:last-child > .menu-item-divider {
    display: none;
  }
  .empire-nav-item-list > li .empire-link-list > ul > li:hover > a {
    color: #88a2de;
  }
  .empire-nav-item-list > li:hover {
    background-color: #ffffff;
    opacity: 1;
    filter: drop-shadow(0px 6px 6px rgba(181, 181, 181, 0.26));
    box-shadow: 5px 0 20px 0 rgba(181, 181, 181, 0.26);
  }
  .empire-nav-item-list > li:hover .empire-link-list {
    display: block;
  }
  .empire-nav-item-list > li:hover .empire-link-list > ul li a {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  .empire-nav-item-list > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  .empire-nav-item-list > li .empire-link-list > ul {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.section-header {
  border-top: solid 2px #74a6ee;
  color: #3c4851;
  display: inline-block;
  font-family: "proximanova-regular-webfont";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.8px;
  padding-top: 10px;
  text-transform: uppercase;
}
.section-header a {
  color: #3c4851;
  text-decoration: none;
}
.cq-wcm-edit .section-header {
  display: block !important;
}
@media (min-width: 1025px) {
  .navbar-toggle {
    display: none;
  }
}
.empire-nav-wrapper {
  /*1. place element attributes first*/
  font-family: "proximanova-bold-webfont", sans-serif;
  font-size: 13px;
  line-height: 2.5;
  letter-spacing: 0.8px;
  width: 100%;
  color: #3c4851;
}
.empire-nav-wrapper ul {
  list-style-type: none;
}
.empire-nav-wrapper > ul {
  padding: 0px;
  height: 53px;
}
.empire-nav-wrapper > ul > li {
  margin-right: 1px;
}
.empire-nav-wrapper > ul > li > a {
  display: block;
  text-transform: uppercase;
  margin: auto;
  padding: 6px 7px 15px 8px;
  float: left;
  width: 100%;
  text-decoration: none;
  color: #3c4851;
  top: 5px;
}
.empire-nav-wrapper > ul > li > a:hover {
  /*What is the hover state cover*/
  text-decoration: none;
  color: #3c4851;
}
.empire-nav-wrapper > ul > li:hover > ul {
  display: block;
}
.empire-nav-wrapper > ul > li > ul {
  padding: 20px;
  margin-top: 20px;
}
.empire-nav-wrapper > ul > li > ul:only-of-type {
  width: 100%;
}
.empire-nav-wrapper > ul > li > ul:not(only-of-type) {
  float: left;
  width: 45%;
}
.empire-nav-wrapper > ul > li > ul:nth-child(1) {
  float: right;
}
.empire-nav-item-list {
  display: none;
}
.empire-full-mobile-menu {
  display: none;
  background-color: white;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-top: 15px;
  padding-right: 40px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 73px;
  margin-top: -20px;
}
body.mobile-nav-on .empire-full-mobile-menu {
  display: block;
}
@media (min-width: 1025px) {
  .empire-full-mobile-menu {
    display: none;
  }
}
.empire-full-mobile-menu .empire-mobile-item-list {
  width: 94vw;
  background-color: inherit;
  padding-left: 3vw;
}
.empire-full-mobile-menu .empire-mobile-item-list > li {
  padding-top: 20px;
}
.empire-full-mobile-menu .empire-mobile-item-list > li > a {
  color: #3c4851;
  text-transform: uppercase;
  margin-left: 10px;
}
.empire-full-mobile-menu .mobile-search {
  background-color: #ffffff;
  background-position: right;
  background-size: 20px 20px;
  background-position-x: 95%;
  border-radius: 20px;
  border: 0.5px solid #3c4851;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 1;
  padding: 0px 20px;
  width: 94vw;
  margin-left: 3vw;
}
.empire-full-mobile-menu .mobile-search::-moz-placeholder {
  color: #3c4851;
  opacity: 1;
}
.empire-full-mobile-menu .mobile-search:-ms-input-placeholder {
  color: #3c4851;
}
.empire-full-mobile-menu .mobile-search::-webkit-input-placeholder {
  color: #3c4851;
}
.empire-full-mobile-menu .mobile-search:focus {
  outline: none;
}
.empire-full-mobile-menu .empire-link-list {
  padding-top: 10px;
}
.empire-full-mobile-menu .empire-link-list > ul {
  padding-left: 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.empire-full-mobile-menu .empire-link-list > ul > li {
  display: block;
  padding-bottom: 15px;
  line-height: 1.25;
  width: 49%;
  float: left;
}
.empire-full-mobile-menu .empire-link-list > ul > li:nth-child(even) {
  padding-left: 10px;
}
.empire-full-mobile-menu .empire-link-list > ul > li > a {
  color: #3c4851;
}
.empire-full-mobile-menu .empire-type-clickthrough-bar {
  margin-bottom: 20px;
}
.empire-full-mobile-menu .empire-mobile-divider {
  border-bottom: 1px solid #b5b5b5;
  width: 100%;
  display: block;
}
@media (min-width: 1025px) {
  .cq-wcm-edit .empire-nav-wrapper > ul {
    position: static;
    width: 1020px;
  }
}
.hourly-weekly__container {
  font-family: "proximanova-regular-webfont";
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.2px;
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(13, 66, 144, 0.6), #0c326b);
  background-size: cover;
}
.hourly-weekly__container .current__hourly__container {
  padding: 24px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .hourly-weekly__container .current__hourly__container {
    display: flex;
    padding: 44px 20px;
    text-align: justify;
  }
}
.hourly-weekly__container .current-conditions {
  margin-bottom: 40px;
}
.hourly-weekly__container .current-conditions__temperature {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 178px;
}
.hourly-weekly__container .current-conditions__temperature-text {
  font-size: 50px;
  letter-spacing: 1.6px;
  height: 66px;
  padding: 3px 0 3px 15px;
  text-align: center !important;
}
.hourly-weekly__container .current-conditions__temperature-icon {
  width: 66px;
  height: 66px;
  margin-left: 18px;
}
@media (min-width: 768px) {
  .hourly-weekly__container .current-conditions__temperature-icon {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .hourly-weekly__container .current-conditions__temperature {
    width: 100%;
  }
}
.hourly-weekly__container .current-conditions-text {
  margin: auto;
}
.hourly-weekly__container .current-conditions__precipitation {
  margin: 10px auto;
  width: 100px;
  height: 40px;
  display: flex;
}
.hourly-weekly__container .current-conditions__precipitation-icon {
  height: 38.7px;
  width: 38.7px;
}
.hourly-weekly__container .current-conditions__precipitation-percent {
  font-size: 14px;
  font-weight: 300;
  text-align: center !important;
  margin: auto;
}
.hourly-weekly__container .current-conditions__precipitation-text {
  font-weight: 500;
  height: 40px;
}
@media (min-width: 768px) {
  .hourly-weekly__container .current-conditions__precipitation {
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .hourly-weekly__container .current-conditions {
    width: 30%;
  }
}
.hourly-weekly__container .hourly-conditions {
  margin: auto;
  width: 168px;
}
.hourly-weekly__container .hourly-conditions ul {
  list-style-type: none;
  padding: 0;
}
.hourly-weekly__container .hourly-conditions ul li {
  display: flex;
  margin-bottom: 8px;
}
.hourly-weekly__container .hourly-conditions__hour {
  background-color: #041d43;
  width: 56px;
  height: 30px;
  font-size: 12px;
  border-radius: 5px;
  text-align: center !important;
  margin-right: 20px;
  padding: 5px;
}
.hourly-weekly__container .hourly-conditions__icon {
  height: 35px;
  width: 35px;
  margin-right: 11px;
}
.hourly-weekly__container .hourly-conditions__hourly {
  margin: auto;
  width: 143px;
}
@media (min-width: 768px) {
  .hourly-weekly__container .hourly-conditions {
    position: absolute;
    top: 10%;
    left: 25%;
  }
}
.hourly-weekly__container .locale {
  width: 100%;
}
.hourly-weekly__container .locale__city {
  font-size: 2em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .hourly-weekly__container .locale {
    text-align: right !important;
    position: absolute;
    top: 40px;
    right: 100px;
  }
  .hourly-weekly__container .locale__city {
    font-size: 3em;
  }
}
.hourly-weekly__container .weekly-conditions {
  margin: 40px 10px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.hourly-weekly__container .weekly-conditions__icon {
  height: 45px;
  width: 45px;
  margin: 44px auto 0;
}
.hourly-weekly__container .weekly-conditions__day {
  margin: auto;
  text-align: center !important;
}
@media (min-width: 1025px) {
  .hourly-weekly__container .weekly-conditions__day {
    width: 13%;
  }
}
.hourly-weekly__container .weekly-conditions__temp {
  display: flex;
  margin: auto;
  width: 100%;
}
.hourly-weekly__container .weekly-conditions__temp-high {
  margin-right: 20px;
  text-align: center !important;
}
.hourly-weekly__container .weekly-conditions__temp-low {
  text-align: center !important;
}
.hourly-weekly__container .weekly-conditions__temp-degrees {
  font-size: 20px;
}
.hourly-weekly__container .weekly-conditions__temp-text {
  font-size: 12px;
}
.hourly-weekly__container .weekly-conditions__precipitation {
  margin: 10px auto;
  display: flex;
  text-align: center !important;
}
.hourly-weekly__container .weekly-conditions__precipitation-icon {
  width: 40px;
  height: 40px;
  margin: 10px;
}
.hourly-weekly__container .weekly-conditions__precipitation-text {
  margin: auto;
}
@media (min-width: 1025px) {
  .hourly-weekly__container .weekly-conditions {
    margin: 20px 0px;
    justify-content: center;
    /* for centering 3 blocks in the center */
  }
}
.hourly-weekly__container .col-xs-12 {
  float: none;
}
.container {
  width: 100%;
  max-width: 1050px;
}
.body-container {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 90px 18px 0 18px;
}
@media (min-width: 1025px) {
  .body-container {
    margin-top: 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.270588) 0px 0px 26px 1px;
    box-shadow: rgba(0, 0, 0, 0.270588) 0px 0px 26px 1px;
  }
}
body.alerts-enabled .body-container {
  padding: 30px 18px;
}
body.pvp-enabled .body-container {
  margin-top: 0;
  padding: 0px 18px 0 18px;
}
@media (min-width: 1050px) {
  .body-container {
    width: 1050px;
    padding: 10px 18px;
  }
}

