.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: "spectrum-sans", sans-serif;
  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: "spectrum-sans", sans-serif;
  font-weight: 700;
  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;
  }
}
.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: "spectrum-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  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: "spectrum-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  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: "spectrum-sans", sans-serif;
  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: "spectrum-sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #7a878f;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 4px;
}
.event-form #submit {
  color: white;
  font-size: 16px;
  font-weight: 300;
  font-family: "spectrum-sans", sans-serif;
  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:has(div) {
  margin-bottom: 20px;
}
.image .caption-container a,
.image.caption-container a {
  color: #000000;
}
.image .caption-container a:hover,
.image.caption-container a:hover,
.image .caption-container a:focus,
.image.caption-container a:focus {
  color: #000000;
}
.image .caption-container.caption-overlay,
.image.caption-container.caption-overlay {
  position: relative;
}
.image .caption-container.caption-overlay .caption,
.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,
  .image.caption-container.caption-overlay .caption {
    font-size: 30px;
  }
}
.image .caption-container.caption-overlay .caption > small,
.image.caption-container.caption-overlay .caption > small {
  font-size: 12px;
  display: block !important;
}
@media (min-width: 768px) {
  .image .caption-container.caption-overlay .caption > small,
  .image.caption-container.caption-overlay .caption > small {
    font-size: 18px;
  }
}
.image .caption-container .caption,
.image.caption-container .caption {
  padding: 5px 10px;
  background-color: #f2f5fa;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
.image .caption-container .caption > small,
.image.caption-container .caption > small {
  font-family: "spectrum-sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  display: block !important;
}
@media (max-width: 767px) {
  .columns .image:first-child {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .col-xs-12 > *:first-child.image {
    margin-bottom: 15px;
  }
}
.lottery-games-section {
  letter-spacing: 0.6px;
}
.lottery-games-section .lottery-games {
  margin-top: 10px;
}
.lottery-games-section .lc-heading {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  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: 96;
}
@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 {
  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: "spectrum-sans", sans-serif;
  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: "spectrum-sans", sans-serif;
  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 {
  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;
  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(https://images.spectrumnews1.com/is/image/TWCNews/ShareTWColored);
}
.community-calendar.event ul.calendarShareEvent li a.shareIcon.icon-ShareFBColored {
  background-image: url(https://images.spectrumnews1.com/is/image/TWCNews/ShareFBColored);
}
.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;
}
.bootstrap-datetimepicker-widget table td a {
  color: inherit;
  padding: 5px 10px;
  pointer-events: none;
}
.bootstrap-datetimepicker-widget table td a:hover,
.bootstrap-datetimepicker-widget table td a:focus {
  color: inherit;
  text-decoration: none;
}
.bootstrap-datetimepicker-widget table th a {
  color: inherit;
  padding: 5px 10px;
}
.bootstrap-datetimepicker-widget table th a:hover,
.bootstrap-datetimepicker-widget table th a:focus {
  color: inherit;
  text-decoration: none;
}
.election-results .electionTime {
  margin-bottom: 20px;
  margin-top: -10px;
  font-size: 12px;
  word-spacing: 2px;
}
.election-results .search-filter .search-filter-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.election-results .search-filter .search-filter-wrapper #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 .categoryFilterWrapper .filterText {
  text-align: left;
  position: relative;
  top: 0px;
  right: 20px;
  display: inline-block;
}
.election-results .categoryFilterWrapper .dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.election-results .categoryFilterWrapper .dropdown .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 .categoryFilterWrapper .dropdown .dropbtn:hover,
.election-results .categoryFilterWrapper .dropdown .dropbtn:focus {
  background-color: #f1f1f1;
}
.election-results .categoryFilterWrapper .dropdown .filterIcon {
  height: 12px;
  width: 8px;
  display: inline-block;
  position: relative;
  left: -20px;
  top: 2px;
}
.election-results .categoryFilterWrapper .dropdown .filterCancelIcon-wrapper:hover {
  background-color: transparent;
}
.election-results .categoryFilterWrapper .dropdown .filterCancelIcon-wrapper .filterCancelIcon {
  height: 16px;
  width: 16px;
  display: inline-block;
}
.election-results .categoryFilterWrapper .dropdown .filter-disable {
  background-color: lightgray;
  cursor: default;
  pointer-events: none;
}
.election-results .categoryFilterWrapper .dropdown .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 .categoryFilterWrapper .dropdown .dropdown-content a {
  color: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.election-results .categoryFilterWrapper .dropdown .dropdown-content a:hover {
  background-color: #dddddd;
  cursor: pointer;
}
.election-results .categoryFilterWrapper .dropdown .OfficeContent {
  position: absolute;
  left: 100px;
}
.election-results .categoryFilterWrapper .dropdown .SeatContent {
  position: absolute;
  left: 200px;
}
.election-results .race {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: 1px solid #e5e5e5;
}
.election-results .race .elections {
  width: 100%;
}
.election-results .race .elections .raceTitle {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
.election-results .race .elections .precinct-wrapper {
  border-bottom: 1px solid #e5e5e5;
}
.election-results .race .elections .precinct-wrapper + .candidateResult:after {
  display: none;
}
.election-results .race .elections .precinct-wrapper .precincts {
  padding-left: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.election-results .race .elections .candidateResult {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 0.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0;
  align-items: end;
  padding: 5px 10px;
  border-top: 1px solid transparent;
}
@media (min-width: 1025px) {
  .election-results .race .elections .candidateResult {
    grid-template-columns: 1fr 1fr 62px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.election-results .race .elections .candidateResult:after {
  position: absolute;
  content: '';
  top: 0;
  right: 8px;
  left: 8px;
  border-top: 1px solid #e5e5e5;
}
.election-results .race .elections .candidateResult.winFill:after {
  display: none;
}
.election-results .race .elections .candidateResult.winFill + .candidateResult:after {
  display: none;
}
.election-results .race .elections .candidateResult .candidateName {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column-start: 1;
  grid-column-end: 4;
  width: 100%;
  padding-right: 10px;
  text-align: right;
  white-space: normal;
}
@media (min-width: 1025px) {
  .election-results .race .elections .candidateResult .candidateName {
    grid-column-end: 3;
  }
}
.election-results .race .elections .candidateResult .candidateName .candidateFirst,
.election-results .race .elections .candidateResult .candidateName .candidateLast {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-right: 5px;
  overflow-wrap: break-word;
}
.election-results .race .elections .candidateResult .candidateIconWrapper {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column-start: 4;
  grid-column-end: 5;
  text-align: center;
}
@media (min-width: 1025px) {
  .election-results .race .elections .candidateResult .candidateIconWrapper {
    grid-column-start: 3;
    grid-column-end: 4;
  }
}
.election-results .race .elections .candidateResult .candidateIconWrapper .candidateIcon {
  height: 20px;
  color: #ffffff;
  font-size: 14px;
  margin-left: 10px;
}
.election-results .race .elections .candidateResult .voteNumbers {
  -ms-grid-column: 4;
  -ms-grid-column-span: 7;
  grid-column-start: 5;
  grid-column-end: 11;
}
@media (min-width: 1025px) {
  .election-results .race .elections .candidateResult .voteNumbers {
    grid-column-start: 4;
    grid-column-end: 11;
  }
}
.election-results .race .elections .candidateResult .voteNumbers .voteTotal {
  text-align: right;
}
.election-results .race .elections .candidateResult .voteNumbers .voteBar {
  background-color: #e5e5e5;
  height: 10px;
  width: 100%;
}
.election-results .race .elections .candidateResult .voteNumbers .voteBar .voteFill {
  float: left;
  height: 10px;
}
.election-results .race .elections .candidateResult .voteNumbers .voteBar .votePercent {
  position: relative;
  top: -2px;
  left: 3px;
  font-size: 10px;
  font-family: "TWCN-Bold";
}
.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 .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 .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 .elections-incumbent {
  padding-left: 10px;
  font-size: 10px;
}
.election-results .misstype,
.election-results .missoffice,
.election-results .missseat {
  display: none;
}
.election-results .referendum {
  padding: 20px;
  line-height: 20px;
}
.election-results .owl-dot.active span {
  background: #0088ce !important;
}
@media (max-width: 768px) {
  .election-results .election-results .race .elections .raceTitle {
    white-space: normal;
  }
  .election-results .filterText {
    top: initial;
    right: initial;
    display: block;
  }
}
.election-full-results .componentWrapper h3,
.election-single-race .componentWrapper h3,
.election-top-races .componentWrapper h3 {
  font-size: 20px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .election-full-results .componentWrapper h3,
  .election-single-race .componentWrapper h3,
  .election-top-races .componentWrapper h3 {
    font-size: 30px;
    line-height: 37px;
    padding: 0 0 7px 0;
  }
}
.election-full-results .ele-btn,
.election-single-race .ele-btn,
.election-top-races .ele-btn {
  color: #ffffff;
  border-radius: 0;
  background-color: #75a7ed;
  font-size: 10px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  padding: 7px 27px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: background-color ease 0.125s;
}
.election-full-results .ele-btn:hover,
.election-single-race .ele-btn:hover,
.election-top-races .ele-btn:hover {
  background-color: #488ae7;
  transition: background-color ease 0.125s;
}
.election-full-results .ele-btn:visited,
.election-single-race .ele-btn:visited,
.election-top-races .ele-btn:visited {
  color: #ffffff;
}
.election-full-results .electionTime,
.election-single-race .electionTime,
.election-top-races .electionTime {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #63738a;
}
.election-full-results .electionTime:after,
.election-single-race .electionTime:after,
.election-top-races .electionTime:after,
.election-full-results .electionTime .spinning-loader,
.election-single-race .electionTime .spinning-loader,
.election-top-races .electionTime .spinning-loader {
  display: none;
}
.election-full-results .electionTime[data-spinner='true'] .spinning-loader,
.election-single-race .electionTime[data-spinner='true'] .spinning-loader,
.election-top-races .electionTime[data-spinner='true'] .spinning-loader {
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: top;
  overflow: visible !important;
  margin-left: 1rem;
  margin-right: 11px;
}
.election-full-results .electionTime[data-spinner='true'] .spinning-loader path,
.election-single-race .electionTime[data-spinner='true'] .spinning-loader path,
.election-top-races .electionTime[data-spinner='true'] .spinning-loader path {
  transform-origin: right 100%;
  width: 50%;
  height: 50%;
}
.election-full-results .electionTime[data-spinner='true'] .spinning-loader path:first-of-type,
.election-single-race .electionTime[data-spinner='true'] .spinning-loader path:first-of-type,
.election-top-races .electionTime[data-spinner='true'] .spinning-loader path:first-of-type {
  transform: rotate(0deg);
  fill: #5548a1;
}
.election-full-results .electionTime[data-spinner='true'] .spinning-loader path:nth-of-type(2),
.election-single-race .electionTime[data-spinner='true'] .spinning-loader path:nth-of-type(2),
.election-top-races .electionTime[data-spinner='true'] .spinning-loader path:nth-of-type(2) {
  transform: rotate(90deg);
  fill: transparent;
}
.election-full-results .electionTime[data-spinner='true'] .spinning-loader path:nth-of-type(3),
.election-single-race .electionTime[data-spinner='true'] .spinning-loader path:nth-of-type(3),
.election-top-races .electionTime[data-spinner='true'] .spinning-loader path:nth-of-type(3) {
  transform: rotate(180deg);
  fill: transparent;
}
.election-full-results .electionTime[data-spinner='true'] .spinning-loader path:nth-of-type(4),
.election-single-race .electionTime[data-spinner='true'] .spinning-loader path:nth-of-type(4),
.election-top-races .electionTime[data-spinner='true'] .spinning-loader path:nth-of-type(4) {
  transform: rotate(270deg);
  fill: transparent;
}
.election-full-results .electionTime[data-spinner='true'] .spinning-loader path:nth-of-type(5),
.election-single-race .electionTime[data-spinner='true'] .spinning-loader path:nth-of-type(5),
.election-top-races .electionTime[data-spinner='true'] .spinning-loader path:nth-of-type(5) {
  transform: rotate(360deg);
  fill: #ffffff;
}
.election-full-results .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(1),
.election-single-race .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(1),
.election-top-races .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(1) {
  fill: #5548a1;
  transform: rotate(90deg);
  transition: transform 7.5s linear 0s, fill 0s linear 0s;
}
.election-full-results .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(2),
.election-single-race .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(2),
.election-top-races .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(2) {
  fill: #5548a1;
  transform: rotate(180deg);
  transition: transform 7.5s linear 7.5s, fill 0s linear 7.5s;
}
.election-full-results .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(3),
.election-single-race .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(3),
.election-top-races .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(3) {
  fill: #5548a1;
  transform: rotate(270deg);
  transition: transform 7.5s linear 15s, fill 0s linear 15s;
}
.election-full-results .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(4),
.election-single-race .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(4),
.election-top-races .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(4) {
  fill: #5548a1;
  transform: rotate(360deg);
  transition: transform 7.5s linear 22.5s, fill 0s linear 22.5s;
}
.election-full-results .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(5),
.election-single-race .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(5),
.election-top-races .electionTime[data-spinner='true'] .spinning-loader.active path:nth-of-type(5) {
  visibility: hidden;
  transition: visibility 0.5s linear 7.5s;
}
.election-full-results .electionTime[data-islive='true']:after,
.election-single-race .electionTime[data-islive='true']:after,
.election-top-races .electionTime[data-islive='true']:after {
  display: inline-block;
  vertical-align: text-bottom;
  content: '';
  width: 49px;
  height: 18px;
  background-image: url(../../news/clientlibs/css/images/liveIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 1.8rem;
}
.election-full-results .search-filter .search-filter-wrapper,
.election-single-race .search-filter .search-filter-wrapper,
.election-top-races .search-filter .search-filter-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.election-full-results .search-filter .search-filter-wrapper #search-filter-box,
.election-single-race .search-filter .search-filter-wrapper #search-filter-box,
.election-top-races .search-filter .search-filter-wrapper #search-filter-box {
  background-image: url(../../news/clientlibs/css/images/searchicon.svg);
  background-size: 20px 20px;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-right: 4rem;
  padding-bottom: 10px;
  padding-left: 4rem;
  font-size: 16px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  height: 44px;
  width: 100%;
  border: 1px solid #63738a;
  border-radius: 0;
}
.election-full-results .search-filter .search-filter-wrapper #search-filter-box ::placeholder,
.election-single-race .search-filter .search-filter-wrapper #search-filter-box ::placeholder,
.election-top-races .search-filter .search-filter-wrapper #search-filter-box ::placeholder,
.election-full-results .search-filter .search-filter-wrapper #search-filter-box :-ms-input-placeholder,
.election-single-race .search-filter .search-filter-wrapper #search-filter-box :-ms-input-placeholder,
.election-top-races .search-filter .search-filter-wrapper #search-filter-box :-ms-input-placeholder {
  color: #9ba9bd;
  font-family: "spectrum-sans", sans-serif;
}
.election-full-results .categoryFilterWrapper,
.election-single-race .categoryFilterWrapper,
.election-top-races .categoryFilterWrapper {
  margin-bottom: 4rem;
}
@media (min-width: 1025px) {
  .election-full-results .categoryFilterWrapper,
  .election-single-race .categoryFilterWrapper,
  .election-top-races .categoryFilterWrapper {
    text-align: center;
  }
}
.election-full-results .categoryFilterWrapper .dropdown,
.election-single-race .categoryFilterWrapper .dropdown,
.election-top-races .categoryFilterWrapper .dropdown {
  display: inline-block;
}
.election-full-results .categoryFilterWrapper .dropdown a,
.election-single-race .categoryFilterWrapper .dropdown a,
.election-top-races .categoryFilterWrapper .dropdown a,
.election-full-results .categoryFilterWrapper .dropdown a:hover,
.election-single-race .categoryFilterWrapper .dropdown a:hover,
.election-top-races .categoryFilterWrapper .dropdown a:hover {
  text-decoration: none;
}
.election-full-results .categoryFilterWrapper .dropdown a:not(.filter-disable),
.election-single-race .categoryFilterWrapper .dropdown a:not(.filter-disable),
.election-top-races .categoryFilterWrapper .dropdown a:not(.filter-disable) {
  color: inherit;
}
.election-full-results .categoryFilterWrapper .filterText,
.election-single-race .categoryFilterWrapper .filterText,
.election-top-races .categoryFilterWrapper .filterText {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .election-full-results .categoryFilterWrapper .filterText,
  .election-single-race .categoryFilterWrapper .filterText,
  .election-top-races .categoryFilterWrapper .filterText {
    margin-bottom: 0;
  }
}
.election-full-results .categoryFilterWrapper .dropbtn,
.election-single-race .categoryFilterWrapper .dropbtn,
.election-top-races .categoryFilterWrapper .dropbtn {
  display: inline-block;
  font-size: 16px;
  line-height: 2.6rem;
  cursor: pointer;
  padding-bottom: 0.5rem;
  margin-left: 2rem;
  border-bottom: 2px solid #5548a1;
}
@media (max-width: 374px) {
  .election-full-results .categoryFilterWrapper .dropbtn,
  .election-single-race .categoryFilterWrapper .dropbtn,
  .election-top-races .categoryFilterWrapper .dropbtn {
    margin-left: 1rem;
  }
}
.election-full-results .categoryFilterWrapper .dropbtn:after,
.election-single-race .categoryFilterWrapper .dropbtn:after,
.election-top-races .categoryFilterWrapper .dropbtn:after {
  display: inline-block;
  content: '\e259';
  position: relative;
  vertical-align: middle;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
  color: #63738a;
  margin-left: 1.5rem;
}
.election-full-results .categoryFilterWrapper .filterCancelIcon-wrapper,
.election-single-race .categoryFilterWrapper .filterCancelIcon-wrapper,
.election-top-races .categoryFilterWrapper .filterCancelIcon-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
.election-full-results .categoryFilterWrapper .filterCancelIcon-wrapper:hover,
.election-single-race .categoryFilterWrapper .filterCancelIcon-wrapper:hover,
.election-top-races .categoryFilterWrapper .filterCancelIcon-wrapper:hover {
  background-color: transparent;
}
.election-full-results .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon,
.election-single-race .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon,
.election-top-races .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon {
  position: relative;
  height: 25px;
  width: 25px;
  margin-left: 2rem;
  cursor: pointer;
}
.election-full-results .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon::before,
.election-single-race .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon::before,
.election-top-races .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon::before,
.election-full-results .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon::after,
.election-single-race .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon::after,
.election-top-races .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon::after {
  position: absolute;
  left: auto;
  right: auto;
  content: '';
  background-color: #63738a;
  height: 20px;
  width: 3px;
  transform-origin: center;
}
.election-full-results .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon::before,
.election-single-race .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon::before,
.election-top-races .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon::before {
  transform: rotate(-45deg);
}
.election-full-results .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon::after,
.election-single-race .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon::after,
.election-top-races .categoryFilterWrapper .filterCancelIcon-wrapper .filterCancelIcon::after {
  transform: rotate(45deg);
}
.election-full-results .categoryFilterWrapper .filter-disable,
.election-single-race .categoryFilterWrapper .filter-disable,
.election-top-races .categoryFilterWrapper .filter-disable {
  color: #9ba9bd;
  cursor: default;
  pointer-events: none;
  border-bottom: 2px solid #9ba9bd;
}
.election-full-results .categoryFilterWrapper .filter-disable:after,
.election-single-race .categoryFilterWrapper .filter-disable:after,
.election-top-races .categoryFilterWrapper .filter-disable:after {
  color: #9ba9bd;
}
.election-full-results .categoryFilterWrapper .dropdown-content,
.election-single-race .categoryFilterWrapper .dropdown-content,
.election-top-races .categoryFilterWrapper .dropdown-content {
  display: none;
  position: absolute;
  min-width: 122px;
  overflow: auto;
  padding: 1rem 0 0.8rem;
  background-color: #f8f8f8;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 4;
  width: max-content;
}
.election-full-results .categoryFilterWrapper .dropdown-content a,
.election-single-race .categoryFilterWrapper .dropdown-content a,
.election-top-races .categoryFilterWrapper .dropdown-content a {
  display: block;
  padding: 0.7rem 1.5rem;
  color: #2c295d;
  font-size: 16px;
  line-height: 2.8rem;
  text-decoration: none;
  vertical-align: middle;
}
.election-full-results .categoryFilterWrapper .dropdown-content a:hover,
.election-single-race .categoryFilterWrapper .dropdown-content a:hover,
.election-top-races .categoryFilterWrapper .dropdown-content a:hover {
  background-color: #d8dde6;
  cursor: pointer;
}
.election-full-results .categoryFilterWrapper .OfficeContent,
.election-single-race .categoryFilterWrapper .OfficeContent,
.election-top-races .categoryFilterWrapper .OfficeContent {
  position: absolute;
  left: 100px;
}
.election-full-results .categoryFilterWrapper .SeatContent,
.election-single-race .categoryFilterWrapper .SeatContent,
.election-top-races .categoryFilterWrapper .SeatContent {
  position: absolute;
  left: 200px;
}
.election-full-results .race,
.election-single-race .race,
.election-top-races .race {
  position: relative;
  margin-bottom: 20px;
}
.election-full-results .race .elections,
.election-single-race .race .elections,
.election-top-races .race .elections {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections,
  .election-single-race .race .elections,
  .election-top-races .race .elections {
    margin-bottom: 7.4rem;
  }
}
.election-full-results .race .elections .raceTitle,
.election-single-race .race .elections .raceTitle,
.election-top-races .race .elections .raceTitle,
.election-full-results .race .elections tbody,
.election-single-race .race .elections tbody,
.election-top-races .race .elections tbody,
.election-full-results .race .elections thead,
.election-single-race .race .elections thead,
.election-top-races .race .elections thead {
  display: block;
  position: relative;
  width: 100%;
}
.election-full-results .race .elections .raceTitle tr,
.election-single-race .race .elections .raceTitle tr,
.election-top-races .race .elections .raceTitle tr,
.election-full-results .race .elections tbody tr,
.election-single-race .race .elections tbody tr,
.election-top-races .race .elections tbody tr,
.election-full-results .race .elections thead tr,
.election-single-race .race .elections thead tr,
.election-top-races .race .elections thead tr {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: solid 1px #d8dde6;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections .raceTitle tr,
  .election-single-race .race .elections .raceTitle tr,
  .election-top-races .race .elections .raceTitle tr,
  .election-full-results .race .elections tbody tr,
  .election-single-race .race .elections tbody tr,
  .election-top-races .race .elections tbody tr,
  .election-full-results .race .elections thead tr,
  .election-single-race .race .elections thead tr,
  .election-top-races .race .elections thead tr {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.election-full-results .race .elections .raceTitle,
.election-single-race .race .elections .raceTitle,
.election-top-races .race .elections .raceTitle {
  width: 100vw;
  padding: 10px 15px;
  margin: 0 -18px 1.6rem;
  background-color: #2c295d;
  text-transform: uppercase;
  text-align: left;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 2px;
  z-index: 3;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections .raceTitle,
  .election-single-race .race .elections .raceTitle,
  .election-top-races .race .elections .raceTitle {
    width: 100%;
    margin: 0 0 3rem;
    font-size: 16px;
  }
}
.election-full-results .race .elections th:first-child,
.election-single-race .race .elections th:first-child,
.election-top-races .race .elections th:first-child,
.election-full-results .race .elections td:first-child,
.election-single-race .race .elections td:first-child,
.election-top-races .race .elections td:first-child {
  padding-left: 13px;
}
.election-full-results .race .elections thead th,
.election-single-race .race .elections thead th,
.election-top-races .race .elections thead th {
  padding-bottom: 0.7rem;
  font-size: 14px;
  line-height: 1.43;
  color: #63738a;
  text-align: center;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections thead th,
  .election-single-race .race .elections thead th,
  .election-top-races .race .elections thead th {
    padding-bottom: 0.9rem;
  }
}
.election-full-results .race .elections thead th:first-child,
.election-single-race .race .elections thead th:first-child,
.election-top-races .race .elections thead th:first-child {
  flex-basis: 50%;
  min-width: 50%;
  text-align: left;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections thead th:first-child,
  .election-single-race .race .elections thead th:first-child,
  .election-top-races .race .elections thead th:first-child {
    flex-basis: 80%;
    min-width: 80%;
  }
}
.election-full-results .race .elections thead th:nth-child(2),
.election-single-race .race .elections thead th:nth-child(2),
.election-top-races .race .elections thead th:nth-child(2),
.election-full-results .race .elections thead th:nth-child(3),
.election-single-race .race .elections thead th:nth-child(3),
.election-top-races .race .elections thead th:nth-child(3) {
  flex-basis: 25%;
  min-width: 25%;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections thead th:nth-child(2),
  .election-single-race .race .elections thead th:nth-child(2),
  .election-top-races .race .elections thead th:nth-child(2),
  .election-full-results .race .elections thead th:nth-child(3),
  .election-single-race .race .elections thead th:nth-child(3),
  .election-top-races .race .elections thead th:nth-child(3) {
    flex-basis: 10%;
    min-width: 10%;
  }
}
.election-full-results .race .elections thead [data-number="0"],
.election-single-race .race .elections thead [data-number="0"],
.election-top-races .race .elections thead [data-number="0"] {
  display: none !important;
}
.election-full-results .race .elections tbody tr,
.election-single-race .race .elections tbody tr,
.election-top-races .race .elections tbody tr {
  min-height: 8.3rem;
  flex-wrap: nowrap;
}
@media (max-width: 374px) {
  .election-full-results .race .elections tbody tr,
  .election-single-race .race .elections tbody tr,
  .election-top-races .race .elections tbody tr {
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .election-full-results .race .elections tbody tr,
  .election-single-race .race .elections tbody tr,
  .election-top-races .race .elections tbody tr {
    min-height: 6.8rem;
    flex-wrap: nowrap;
  }
}
.election-full-results .race .elections tbody tr:after,
.election-single-race .race .elections tbody tr:after,
.election-top-races .race .elections tbody tr:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--percentage-width);
  background-color: rgba(155, 169, 189, 0.3);
  z-index: -1;
}
.election-full-results .race .elections tbody tr.raceWinner .candidateName,
.election-single-race .race .elections tbody tr.raceWinner .candidateName,
.election-top-races .race .elections tbody tr.raceWinner .candidateName {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2.6rem;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections tbody tr.raceWinner .candidateName,
  .election-single-race .race .elections tbody tr.raceWinner .candidateName,
  .election-top-races .race .elections tbody tr.raceWinner .candidateName {
    font-size: 20px;
    line-height: 3.6rem;
  }
}
.election-full-results .race .elections tbody tr td,
.election-single-race .race .elections tbody tr td,
.election-top-races .race .elections tbody tr td {
  font-size: 16px;
  line-height: 2.6rem;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections tbody tr td,
  .election-single-race .race .elections tbody tr td,
  .election-top-races .race .elections tbody tr td {
    font-size: 18px;
    line-height: 3.6rem;
  }
}
.election-full-results .race .elections tbody tr td.candidateInfoCell,
.election-single-race .race .elections tbody tr td.candidateInfoCell,
.election-top-races .race .elections tbody tr td.candidateInfoCell {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  justify-self: flex-end;
  flex-basis: 50%;
  min-width: 50%;
}
@media (max-width: 374px) {
  .election-full-results .race .elections tbody tr td.candidateInfoCell,
  .election-single-race .race .elections tbody tr td.candidateInfoCell,
  .election-top-races .race .elections tbody tr td.candidateInfoCell {
    flex-basis: 100%;
  }
}
@media (min-width: 1025px) {
  .election-full-results .race .elections tbody tr td.candidateInfoCell,
  .election-single-race .race .elections tbody tr td.candidateInfoCell,
  .election-top-races .race .elections tbody tr td.candidateInfoCell {
    flex-basis: 80%;
    min-width: 80%;
  }
}
.election-full-results .race .elections tbody tr td.candidateInfoCell *:first-child,
.election-single-race .race .elections tbody tr td.candidateInfoCell *:first-child,
.election-top-races .race .elections tbody tr td.candidateInfoCell *:first-child {
  display: flex;
}
.election-full-results .race .elections tbody tr td.candidateInfoCell *:first-child .emptyCell,
.election-single-race .race .elections tbody tr td.candidateInfoCell *:first-child .emptyCell,
.election-top-races .race .elections tbody tr td.candidateInfoCell *:first-child .emptyCell {
  display: none;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections tbody tr td.candidateInfoCell *:first-child .candidateImageTD:not(.emptyCell) ~ .candidateName,
  .election-single-race .race .elections tbody tr td.candidateInfoCell *:first-child .candidateImageTD:not(.emptyCell) ~ .candidateName,
  .election-top-races .race .elections tbody tr td.candidateInfoCell *:first-child .candidateImageTD:not(.emptyCell) ~ .candidateName {
    line-height: 50px;
  }
}
.election-full-results .race .elections tbody tr td.candidateCountCell,
.election-single-race .race .elections tbody tr td.candidateCountCell,
.election-top-races .race .elections tbody tr td.candidateCountCell,
.election-full-results .race .elections tbody tr td.candidatePercentCell,
.election-single-race .race .elections tbody tr td.candidatePercentCell,
.election-top-races .race .elections tbody tr td.candidatePercentCell {
  flex-basis: 25%;
  text-align: center;
  justify-self: flex-end;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections tbody tr td.candidateCountCell,
  .election-single-race .race .elections tbody tr td.candidateCountCell,
  .election-top-races .race .elections tbody tr td.candidateCountCell,
  .election-full-results .race .elections tbody tr td.candidatePercentCell,
  .election-single-race .race .elections tbody tr td.candidatePercentCell,
  .election-top-races .race .elections tbody tr td.candidatePercentCell {
    flex-basis: 10%;
    min-width: 10%;
  }
}
.election-full-results .race .elections tbody tr td a,
.election-single-race .race .elections tbody tr td a,
.election-top-races .race .elections tbody tr td a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
}
.election-full-results .race .elections tbody tr td a:visited,
.election-single-race .race .elections tbody tr td a:visited,
.election-top-races .race .elections tbody tr td a:visited {
  color: #000000;
}
.election-full-results .race .elections tbody tr td a.candidateImage figure,
.election-single-race .race .elections tbody tr td a.candidateImage figure,
.election-top-races .race .elections tbody tr td a.candidateImage figure {
  margin: auto;
}
.election-full-results .race .elections tbody tr td a.candidateImage figure img,
.election-single-race .race .elections tbody tr td a.candidateImage figure img,
.election-top-races .race .elections tbody tr td a.candidateImage figure img {
  margin-right: 1rem;
  max-width: 32px;
  height: 32px;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections tbody tr td a.candidateImage figure img,
  .election-single-race .race .elections tbody tr td a.candidateImage figure img,
  .election-top-races .race .elections tbody tr td a.candidateImage figure img {
    max-width: 50px;
    height: 50px;
  }
}
.election-full-results .race .elections tbody tr td a.candidateName,
.election-single-race .race .elections tbody tr td a.candidateName,
.election-top-races .race .elections tbody tr td a.candidateName {
  width: 100%;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections tbody tr td a.candidateName,
  .election-single-race .race .elections tbody tr td a.candidateName,
  .election-top-races .race .elections tbody tr td a.candidateName {
    font-size: 20px;
  }
}
.election-full-results .race .elections tbody tr td a.candidateName .candidateFirst,
.election-single-race .race .elections tbody tr td a.candidateName .candidateFirst,
.election-top-races .race .elections tbody tr td a.candidateName .candidateFirst,
.election-full-results .race .elections tbody tr td a.candidateName .candidateLast,
.election-single-race .race .elections tbody tr td a.candidateName .candidateLast,
.election-top-races .race .elections tbody tr td a.candidateName .candidateLast,
.election-full-results .race .elections tbody tr td a.candidateName .candidateParty,
.election-single-race .race .elections tbody tr td a.candidateName .candidateParty,
.election-top-races .race .elections tbody tr td a.candidateName .candidateParty {
  display: inline;
  position: relative;
  margin-right: 0.25rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.election-full-results .race .elections tbody tr td a.candidateName .candidateFirst:empty,
.election-single-race .race .elections tbody tr td a.candidateName .candidateFirst:empty,
.election-top-races .race .elections tbody tr td a.candidateName .candidateFirst:empty,
.election-full-results .race .elections tbody tr td a.candidateName .candidateLast:empty,
.election-single-race .race .elections tbody tr td a.candidateName .candidateLast:empty,
.election-top-races .race .elections tbody tr td a.candidateName .candidateLast:empty,
.election-full-results .race .elections tbody tr td a.candidateName .candidateParty:empty,
.election-single-race .race .elections tbody tr td a.candidateName .candidateParty:empty,
.election-top-races .race .elections tbody tr td a.candidateName .candidateParty:empty,
.election-full-results .race .elections tbody tr td a.candidateName .candidateFirst.empty,
.election-single-race .race .elections tbody tr td a.candidateName .candidateFirst.empty,
.election-top-races .race .elections tbody tr td a.candidateName .candidateFirst.empty,
.election-full-results .race .elections tbody tr td a.candidateName .candidateLast.empty,
.election-single-race .race .elections tbody tr td a.candidateName .candidateLast.empty,
.election-top-races .race .elections tbody tr td a.candidateName .candidateLast.empty,
.election-full-results .race .elections tbody tr td a.candidateName .candidateParty.empty,
.election-single-race .race .elections tbody tr td a.candidateName .candidateParty.empty,
.election-top-races .race .elections tbody tr td a.candidateName .candidateParty.empty {
  display: none;
}
.election-full-results .race .elections tbody tr td a.candidateName .candidateLast.isIncumbent:after,
.election-single-race .race .elections tbody tr td a.candidateName .candidateLast.isIncumbent:after,
.election-top-races .race .elections tbody tr td a.candidateName .candidateLast.isIncumbent:after {
  position: relative;
}
.election-full-results .race .elections tbody tr td a.candidateName .candidateParty.noParty,
.election-single-race .race .elections tbody tr td a.candidateName .candidateParty.noParty,
.election-top-races .race .elections tbody tr td a.candidateName .candidateParty.noParty {
  display: none;
}
.election-full-results .race .elections tbody tr td a.candidateName .candidateParty.hasParty,
.election-single-race .race .elections tbody tr td a.candidateName .candidateParty.hasParty,
.election-top-races .race .elections tbody tr td a.candidateName .candidateParty.hasParty {
  display: inline-block;
}
.election-full-results .race .elections tbody tr td a.candidateName .raceWinnerIcon,
.election-single-race .race .elections tbody tr td a.candidateName .raceWinnerIcon,
.election-top-races .race .elections tbody tr td a.candidateName .raceWinnerIcon {
  display: none;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 2.5px;
  vertical-align: middle;
  background-size: contain;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections tbody tr td a.candidateName .raceWinnerIcon,
  .election-single-race .race .elections tbody tr td a.candidateName .raceWinnerIcon,
  .election-top-races .race .elections tbody tr td a.candidateName .raceWinnerIcon {
    margin-left: 4px;
    width: 2.3rem;
    height: 2.3rem;
  }
}
.election-full-results .race .elections tbody tr td a.candidateName .raceWinnerIcon.icon-check-green,
.election-single-race .race .elections tbody tr td a.candidateName .raceWinnerIcon.icon-check-green,
.election-top-races .race .elections tbody tr td a.candidateName .raceWinnerIcon.icon-check-green {
  display: inline-block;
}
.election-full-results .race .elections tbody tr td:nth-child(1n + 2) td,
.election-single-race .race .elections tbody tr td:nth-child(1n + 2) td,
.election-top-races .race .elections tbody tr td:nth-child(1n + 2) td {
  font-family: "spectrum-sans", sans-serif;
  font-size: 18px;
  line-height: 3rem;
}
.election-full-results .race .elections tbody tr td:nth-child(1n + 2):after,
.election-single-race .race .elections tbody tr td:nth-child(1n + 2):after,
.election-top-races .race .elections tbody tr td:nth-child(1n + 2):after {
  background-color: rgba(155, 169, 189, 0.3);
}
.election-full-results .race .elections tbody tr td.vote-bg,
.election-single-race .race .elections tbody tr td.vote-bg,
.election-top-races .race .elections tbody tr td.vote-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  min-width: 6px;
  z-index: -1;
}
.election-full-results .race .elections tbody tr td.vote-bg.greenFill,
.election-single-race .race .elections tbody tr td.vote-bg.greenFill,
.election-top-races .race .elections tbody tr td.vote-bg.greenFill,
.election-full-results .race .elections tbody tr td.vote-bg.noFill,
.election-single-race .race .elections tbody tr td.vote-bg.noFill,
.election-top-races .race .elections tbody tr td.vote-bg.noFill {
  background-color: rgba(155, 169, 189, 0.3);
}
.election-full-results .race .elections tbody tr td.vote-bg.redFill,
.election-single-race .race .elections tbody tr td.vote-bg.redFill,
.election-top-races .race .elections tbody tr td.vote-bg.redFill {
  background-color: rgba(214, 49, 43, 0.3);
}
.election-full-results .race .elections tbody tr td.vote-bg.blueFill,
.election-single-race .race .elections tbody tr td.vote-bg.blueFill,
.election-top-races .race .elections tbody tr td.vote-bg.blueFill {
  background-color: #b2d5f1;
}
.election-full-results .race .elections tbody tr td.vote-bg.brightRedFill,
.election-single-race .race .elections tbody tr td.vote-bg.brightRedFill,
.election-top-races .race .elections tbody tr td.vote-bg.brightRedFill {
  background-color: #b21f12;
}
.election-full-results .race .elections tbody tr td.vote-bg.brightBlueFill,
.election-single-race .race .elections tbody tr td.vote-bg.brightBlueFill,
.election-top-races .race .elections tbody tr td.vote-bg.brightBlueFill {
  background-color: #2b5caf;
}
.election-full-results .race .elections tbody tr td.vote-bg.lightGreenFill,
.election-single-race .race .elections tbody tr td.vote-bg.lightGreenFill,
.election-top-races .race .elections tbody tr td.vote-bg.lightGreenFill {
  background-color: #b2dab9;
}
.election-full-results .race .elections tbody tr td.vote-bg.yellowFill,
.election-single-race .race .elections tbody tr td.vote-bg.yellowFill,
.election-top-races .race .elections tbody tr td.vote-bg.yellowFill {
  background-color: rgba(250, 164, 26, 0.3);
}
.election-full-results .race .elections tfoot .raceUrl,
.election-single-race .race .elections tfoot .raceUrl,
.election-top-races .race .elections tfoot .raceUrl {
  display: inline-block;
  margin-top: 3.9rem;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0073d1;
}
.election-full-results .race .elections tfoot .raceUrl span,
.election-single-race .race .elections tfoot .raceUrl span,
.election-top-races .race .elections tfoot .raceUrl span {
  display: inline-block;
}
.election-full-results .race .elections tfoot .raceUrl span:after,
.election-single-race .race .elections tfoot .raceUrl span:after,
.election-top-races .race .elections tfoot .raceUrl span:after {
  display: inline-block;
  content: '\e258';
  position: relative;
  vertical-align: middle;
  font-family: 'Glyphicons Halflings';
  margin-left: 0.5rem;
}
.election-full-results .race .elections tfoot .forMajority,
.election-single-race .race .elections tfoot .forMajority,
.election-top-races .race .elections tfoot .forMajority {
  display: none;
}
.election-full-results .race .elections[data-type='Balance of Power'],
.election-single-race .race .elections[data-type='Balance of Power'],
.election-top-races .race .elections[data-type='Balance of Power'] {
  display: block;
  box-sizing: border-box;
}
.election-full-results .race .elections[data-type='Balance of Power'] thead,
.election-single-race .race .elections[data-type='Balance of Power'] thead,
.election-top-races .race .elections[data-type='Balance of Power'] thead {
  display: inline-block;
  width: 100%;
}
.election-full-results .race .elections[data-type='Balance of Power'] thead tr,
.election-single-race .race .elections[data-type='Balance of Power'] thead tr,
.election-top-races .race .elections[data-type='Balance of Power'] thead tr {
  display: flex;
  overflow: visible;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1.9rem;
  padding-right: 0;
  padding-left: 0;
  border-bottom: none;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections[data-type='Balance of Power'] thead tr,
  .election-single-race .race .elections[data-type='Balance of Power'] thead tr,
  .election-top-races .race .elections[data-type='Balance of Power'] thead tr {
    height: 20px;
  }
}
.election-full-results .race .elections[data-type='Balance of Power'] thead tr th,
.election-single-race .race .elections[data-type='Balance of Power'] thead tr th,
.election-top-races .race .elections[data-type='Balance of Power'] thead tr th {
  display: inline-block;
  position: relative;
  flex-basis: 50%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
  order: 2;
  min-width: auto;
  color: #001019;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections[data-type='Balance of Power'] thead tr th,
  .election-single-race .race .elections[data-type='Balance of Power'] thead tr th,
  .election-top-races .race .elections[data-type='Balance of Power'] thead tr th {
    flex-basis: auto !important;
    padding: 0;
    padding-right: 16px;
    text-align: center;
  }
}
.election-full-results .race .elections[data-type='Balance of Power'] thead tr th:before,
.election-single-race .race .elections[data-type='Balance of Power'] thead tr th:before,
.election-top-races .race .elections[data-type='Balance of Power'] thead tr th:before {
  position: relative;
  display: inline-block;
  content: '';
  top: 3px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: rgba(250, 164, 26, 0.5);
}
.election-full-results .race .elections[data-type='Balance of Power'] thead tr th.Dem-bop,
.election-single-race .race .elections[data-type='Balance of Power'] thead tr th.Dem-bop,
.election-top-races .race .elections[data-type='Balance of Power'] thead tr th.Dem-bop {
  order: 1;
  padding: 0;
}
.election-full-results .race .elections[data-type='Balance of Power'] thead tr th.Dem-bop:before,
.election-single-race .race .elections[data-type='Balance of Power'] thead tr th.Dem-bop:before,
.election-top-races .race .elections[data-type='Balance of Power'] thead tr th.Dem-bop:before {
  background-color: #0073d1;
}
.election-full-results .race .elections[data-type='Balance of Power'] thead tr th.GOP-bop,
.election-single-race .race .elections[data-type='Balance of Power'] thead tr th.GOP-bop,
.election-top-races .race .elections[data-type='Balance of Power'] thead tr th.GOP-bop {
  order: 2;
  padding: 0;
}
.election-full-results .race .elections[data-type='Balance of Power'] thead tr th.GOP-bop:before,
.election-single-race .race .elections[data-type='Balance of Power'] thead tr th.GOP-bop:before,
.election-top-races .race .elections[data-type='Balance of Power'] thead tr th.GOP-bop:before {
  background-color: #d6312b;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections[data-type='Balance of Power'] thead tr th.GOP-bop,
  .election-single-race .race .elections[data-type='Balance of Power'] thead tr th.GOP-bop,
  .election-top-races .race .elections[data-type='Balance of Power'] thead tr th.GOP-bop {
    order: 3;
  }
}
.election-full-results .race .elections[data-type='Balance of Power'] thead tr th.Others-bop,
.election-single-race .race .elections[data-type='Balance of Power'] thead tr th.Others-bop,
.election-top-races .race .elections[data-type='Balance of Power'] thead tr th.Others-bop {
  order: 3;
}
.election-full-results .race .elections[data-type='Balance of Power'] thead tr th.Others-bop:before,
.election-single-race .race .elections[data-type='Balance of Power'] thead tr th.Others-bop:before,
.election-top-races .race .elections[data-type='Balance of Power'] thead tr th.Others-bop:before {
  background-color: #9ba9bd;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections[data-type='Balance of Power'] thead tr th.Others-bop,
  .election-single-race .race .elections[data-type='Balance of Power'] thead tr th.Others-bop,
  .election-top-races .race .elections[data-type='Balance of Power'] thead tr th.Others-bop {
    order: 2;
  }
}
.election-full-results .race .elections[data-type='Balance of Power'] tbody,
.election-single-race .race .elections[data-type='Balance of Power'] tbody,
.election-top-races .race .elections[data-type='Balance of Power'] tbody {
  display: inline-block;
  width: 100%;
}
.election-full-results .race .elections[data-type='Balance of Power'] tbody tr,
.election-single-race .race .elections[data-type='Balance of Power'] tbody tr,
.election-top-races .race .elections[data-type='Balance of Power'] tbody tr {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-bottom: none;
}
.election-full-results .race .elections[data-type='Balance of Power'] tbody tr:after,
.election-single-race .race .elections[data-type='Balance of Power'] tbody tr:after,
.election-top-races .race .elections[data-type='Balance of Power'] tbody tr:after {
  content: '';
  position: absolute;
  height: 74px;
  width: 2px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.election-full-results .race .elections[data-type='Balance of Power'] tbody tr td,
.election-single-race .race .elections[data-type='Balance of Power'] tbody tr td,
.election-top-races .race .elections[data-type='Balance of Power'] tbody tr td {
  content: '';
  background-color: rgba(250, 164, 26, 0.5);
  height: 58px;
  flex-basis: var(--percentage-width);
  order: 3;
}
.election-full-results .race .elections[data-type='Balance of Power'] tbody tr td.Dem-bop,
.election-single-race .race .elections[data-type='Balance of Power'] tbody tr td.Dem-bop,
.election-top-races .race .elections[data-type='Balance of Power'] tbody tr td.Dem-bop {
  order: 1;
  background-color: #0073d1;
}
.election-full-results .race .elections[data-type='Balance of Power'] tbody tr td.GOP-bop,
.election-single-race .race .elections[data-type='Balance of Power'] tbody tr td.GOP-bop,
.election-top-races .race .elections[data-type='Balance of Power'] tbody tr td.GOP-bop {
  order: 4;
  background-color: #d6312b;
}
.election-full-results .race .elections[data-type='Balance of Power'] tbody tr td.Others-bop,
.election-single-race .race .elections[data-type='Balance of Power'] tbody tr td.Others-bop,
.election-top-races .race .elections[data-type='Balance of Power'] tbody tr td.Others-bop {
  order: 3;
  background-color: #9ba9bd;
}
.election-full-results .race .elections[data-type='Balance of Power'] tbody tr td.uncalled,
.election-single-race .race .elections[data-type='Balance of Power'] tbody tr td.uncalled,
.election-top-races .race .elections[data-type='Balance of Power'] tbody tr td.uncalled {
  order: 2;
}
.election-full-results .race .elections[data-type='Balance of Power'] tfoot,
.election-single-race .race .elections[data-type='Balance of Power'] tfoot,
.election-top-races .race .elections[data-type='Balance of Power'] tfoot {
  display: block;
}
.election-full-results .race .elections[data-type='Balance of Power'] tfoot tr.raceLink,
.election-single-race .race .elections[data-type='Balance of Power'] tfoot tr.raceLink,
.election-top-races .race .elections[data-type='Balance of Power'] tfoot tr.raceLink {
  width: calc(122%);
  display: table;
  margin-left: -10px;
}
.election-full-results .race .elections[data-type='Balance of Power'] tfoot td.raceLink,
.election-single-race .race .elections[data-type='Balance of Power'] tfoot td.raceLink,
.election-top-races .race .elections[data-type='Balance of Power'] tfoot td.raceLink {
  line-height: 45px;
  border-top: 1px solid #d8dde6;
}
.election-full-results .race .elections[data-type='Balance of Power'] tfoot .uncalled,
.election-single-race .race .elections[data-type='Balance of Power'] tfoot .uncalled,
.election-top-races .race .elections[data-type='Balance of Power'] tfoot .uncalled {
  justify-content: flex-start;
  margin-bottom: 5rem;
}
.election-full-results .race .elections[data-type='Balance of Power'] tfoot .uncalled td,
.election-single-race .race .elections[data-type='Balance of Power'] tfoot .uncalled td,
.election-top-races .race .elections[data-type='Balance of Power'] tfoot .uncalled td {
  padding: 3.5rem 0 1.25rem;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections[data-type='Balance of Power'] tfoot .uncalled td,
  .election-single-race .race .elections[data-type='Balance of Power'] tfoot .uncalled td,
  .election-top-races .race .elections[data-type='Balance of Power'] tfoot .uncalled td {
    padding: 2rem 0;
  }
}
.election-full-results .race .elections[data-type='Balance of Power'] tfoot .uncalled td:first-child:before,
.election-single-race .race .elections[data-type='Balance of Power'] tfoot .uncalled td:first-child:before,
.election-top-races .race .elections[data-type='Balance of Power'] tfoot .uncalled td:first-child:before {
  display: inline-block;
  content: '';
  margin-top: 3px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: rgba(250, 164, 26, 0.5);
}
.election-full-results .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority,
.election-single-race .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority,
.election-top-races .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority,
.election-full-results .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority,
.election-single-race .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority,
.election-top-races .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority,
.election-full-results .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority,
.election-single-race .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority,
.election-top-races .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}
.election-full-results .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority td,
.election-single-race .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority td,
.election-top-races .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority td,
.election-full-results .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority td,
.election-single-race .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority td,
.election-top-races .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority td,
.election-full-results .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority td,
.election-single-race .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority td,
.election-top-races .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority td {
  text-align: center;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .election-full-results .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority td,
  .election-single-race .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority td,
  .election-top-races .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority td,
  .election-full-results .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority td,
  .election-single-race .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority td,
  .election-top-races .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority td,
  .election-full-results .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority td,
  .election-single-race .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority td,
  .election-top-races .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority td {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .election-full-results .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority,
  .election-single-race .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority,
  .election-top-races .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority,
  .election-full-results .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority,
  .election-single-race .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority,
  .election-top-races .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority,
  .election-full-results .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority,
  .election-single-race .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority,
  .election-top-races .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority {
    margin-top: 1.5rem;
  }
}
.election-full-results .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority .majoritySpan,
.election-single-race .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority .majoritySpan,
.election-top-races .race .elections[data-type='Balance of Power'][data-officeID='H'] .forMajority .majoritySpan,
.election-full-results .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority .majoritySpan,
.election-single-race .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority .majoritySpan,
.election-top-races .race .elections[data-type='Balance of Power'][data-officeID='S'] .forMajority .majoritySpan,
.election-full-results .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority .majoritySpan,
.election-single-race .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority .majoritySpan,
.election-top-races .race .elections[data-type='Balance of Power'][data-officeID='G'] .forMajority .majoritySpan {
  position: relative;
  color: #63738a;
}
.election-full-results .race .elections[data-type='Ballot Issue'] tbody tr.lightGreenFill:after,
.election-single-race .race .elections[data-type='Ballot Issue'] tbody tr.lightGreenFill:after,
.election-top-races .race .elections[data-type='Ballot Issue'] tbody tr.lightGreenFill:after {
  background-color: #b2dab9;
}
.election-full-results .owl-dot.active span,
.election-single-race .owl-dot.active span,
.election-top-races .owl-dot.active span {
  background: #0088ce !important;
}
.election-full-results .precincts,
.election-single-race .precincts,
.election-top-races .precincts {
  padding-left: 10px;
}
.election-full-results .referendum,
.election-single-race .referendum,
.election-top-races .referendum {
  padding: 20px;
  line-height: 20px;
}
.election-full-results .elections-incumbent,
.election-single-race .elections-incumbent,
.election-top-races .elections-incumbent {
  padding-left: 1.2rem;
  margin-top: 1rem;
  font-size: 14px;
  font-family: "spectrum-sans", sans-serif;
  line-height: 20px;
  color: #63738a;
}
.election-full-results .misstype,
.election-single-race .misstype,
.election-top-races .misstype,
.election-full-results .missoffice,
.election-single-race .missoffice,
.election-top-races .missoffice,
.election-full-results .missseat,
.election-single-race .missseat,
.election-top-races .missseat {
  display: none;
}
.election-full-results .referendum,
.election-single-race .referendum,
.election-top-races .referendum {
  padding: 20px;
  line-height: 20px;
}
.election-full-results .owl-dot.active span,
.election-single-race .owl-dot.active span,
.election-top-races .owl-dot.active span {
  background: #0088ce !important;
}
.election-single-race .election-single-race .electionTime {
  margin-bottom: 44px;
}
.election-single-race .race .elections .raceTitle {
  padding: 1px 0;
  font-size: 0;
  color: transparent;
}
.election-top-races {
  display: none;
  position: relative;
  flex-wrap: wrap;
}
.election-top-races.data-loaded {
  display: flex;
}
.election-top-races #electionTopRaces {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-top: 1.3rem;
}
.election-top-races #electionTopRaces h3,
.election-top-races #electionTopRaces .ele-btn {
  margin-bottom: 2.0rem;
}
.election-top-races #topRacesContainer {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1025px) {
  .election-top-races #topRacesContainer {
    padding-left: 46px;
    padding-right: 46px;
  }
}
.election-top-races #topRacesContainer .race {
  margin-top: 10px;
}
.election-top-races h3 {
  flex-basis: 60%;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #072c48;
  padding-right: 1rem;
  margin: 0;
  margin-bottom: 2.8rem;
}
.election-top-races h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 2px;
  background-color: #75a7ed;
}
@media (min-width: 1025px) {
  .election-top-races h3 {
    flex-basis: 75%;
  }
}
.election-top-races .ele-btn {
  margin-bottom: 2.8rem;
  max-width: 108px;
}
.election-top-races .race {
  display: inline-block;
  position: relative;
  width: calc(100% - 1px);
  padding-top: 2.8rem;
  padding-right: 0;
  box-shadow: inset 0 0 1px 1px #d8dde6;
  background-color: #ffffff;
}
.election-top-races .race .elections {
  margin-bottom: 0;
}
.election-top-races .race .elections[data-type='Balance of Power'] {
  padding-left: 12px;
  padding-right: 12px;
}
.election-top-races .race .elections[data-type='Balance of Power'] .raceTitle {
  padding: 0;
}
.election-top-races .race .elections[data-type='Balance of Power'] thead tr th {
  min-width: auto !important;
}
.election-top-races .race .elections[data-type='Balance of Power'] tbody {
  width: calc(100% + 22px);
  margin-right: -12px;
  margin-left: -12px;
}
.election-top-races .race .elections .raceTitle {
  width: calc(100% - 61px);
  white-space: normal;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 2rem;
  color: #072c48;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2.15px;
  text-transform: uppercase;
  background-color: transparent;
  z-index: 3;
}
@media (min-width: 1025px) {
  .election-top-races .race .elections .raceTitle {
    width: 80%;
    word-break: normal;
  }
}
.election-top-races .race .elections thead tr {
  justify-content: flex-end;
  padding: 0 1.2rem;
}
.election-top-races .race .elections thead tr th:first-child {
  flex-basis: 50%;
  min-width: 50%;
}
@media (min-width: 1025px) {
  .election-top-races .race .elections thead tr th:first-child {
    flex-basis: 70%;
    min-width: 70%;
  }
}
.election-top-races .race .elections thead tr th.dataHead {
  flex-basis: 25%;
  min-width: 25%;
  justify-self: flex-end;
}
@media (min-width: 1025px) {
  .election-top-races .race .elections thead tr th.dataHead {
    flex-basis: 15%;
    min-width: 15%;
  }
}
.election-top-races .race .elections tbody tr {
  padding: 0 1.2rem;
  z-index: 0;
}
.election-top-races .race .elections tbody tr:after {
  z-index: -1;
}
.election-top-races .race .elections tbody tr.raceWinner td {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
}
.election-top-races .race .elections tbody tr td.candidateInfoCell {
  flex-basis: 50%;
  min-width: 50%;
}
@media (min-width: 1025px) {
  .election-top-races .race .elections tbody tr td.candidateInfoCell {
    flex-basis: 70%;
    min-width: 70%;
  }
}
.election-top-races .race .elections tbody tr td.candidateCountCell,
.election-top-races .race .elections tbody tr td.candidatePercentCell {
  flex-basis: 25%;
  min-width: 25%;
}
@media (min-width: 1025px) {
  .election-top-races .race .elections tbody tr td.candidateCountCell,
  .election-top-races .race .elections tbody tr td.candidatePercentCell {
    flex-basis: 15%;
    min-width: 15%;
  }
}
.election-top-races .race .elections tfoot {
  display: block;
  width: 100%;
}
.election-top-races .race .elections tfoot tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.election-top-races .race .elections tfoot tr .raceLink {
  line-height: 45px;
}
.election-top-races .race .elections tfoot tr .raceLink .raceUrl {
  margin-top: 0;
}
.election-top-races .race .elections tfoot tr .raceLink .raceUrl span:after {
  content: none;
}
.election-top-races .race .elections tfoot tr .elections-incumbent {
  padding: 0;
  margin: 0;
  margin-right: 9px;
}
.election-top-races [data-islive='true'] .race:after {
  display: inline-block;
  position: absolute;
  content: '';
  top: 2.8rem;
  right: 22px;
  width: 49px;
  height: 18px;
  background-image: url(../../news/clientlibs/css/images/liveIcon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .election-top-races [data-islive='true'] .race:after {
    width: calc(15% - 24px);
  }
}
.election-top-races .owl-carousel .owl-stage-outer {
  z-index: 1;
}
.election-top-races .owl-carousel .owl-dots {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 23px;
}
.election-top-races .owl-carousel .owl-dots .owl-dot {
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  margin-right: 1rem;
  transition: background-color ease 125;
}
.election-top-races .owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.election-top-races .owl-carousel .owl-dots .owl-dot.active {
  background-color: #072c48;
  transition: background-color ease 125;
}
.election-top-races .owl-carousel .owl-nav {
  color: #c7c8c9;
  display: none;
}
@media (min-width: 1025px) {
  .election-top-races .owl-carousel .owl-nav {
    display: block;
  }
}
.election-top-races .owl-carousel .owl-nav .glyphicon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27.5px;
  padding: 1rem;
  height: fit-content;
}
.election-top-races .owl-carousel .owl-nav .owl-prev,
.election-top-races .owl-carousel .owl-nav .owl-next {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  width: 46px;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.election-top-races .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.election-top-races .owl-carousel .owl-nav .owl-next {
  right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .spinning-loader {
    display: none !important;
  }
  .election-full-results .race .elections,
  .election-single-race .race .elections,
  .election-top-races .race .elections {
    display: table;
  }
  .election-full-results .race .elections thead,
  .election-single-race .race .elections thead,
  .election-top-races .race .elections thead,
  .election-full-results .race .elections tbody,
  .election-single-race .race .elections tbody,
  .election-top-races .race .elections tbody,
  .election-full-results .race .elections tfoot,
  .election-single-race .race .elections tfoot,
  .election-top-races .race .elections tfoot {
    display: table;
    width: 100%;
  }
  .election-full-results .race .elections thead tr,
  .election-single-race .race .elections thead tr,
  .election-top-races .race .elections thead tr,
  .election-full-results .race .elections tbody tr,
  .election-single-race .race .elections tbody tr,
  .election-top-races .race .elections tbody tr,
  .election-full-results .race .elections tfoot tr,
  .election-single-race .race .elections tfoot tr,
  .election-top-races .race .elections tfoot tr {
    display: table-row;
    padding: 0 15px;
  }
  .election-full-results .race .elections tbody tr td.candidateCountCell,
  .election-single-race .race .elections tbody tr td.candidateCountCell,
  .election-top-races .race .elections tbody tr td.candidateCountCell,
  .election-full-results .race .elections tbody tr td.candidatePercentCell,
  .election-single-race .race .elections tbody tr td.candidatePercentCell,
  .election-top-races .race .elections tbody tr td.candidatePercentCell {
    width: 25%;
  }
  .election-full-results .race .elections tfoot,
  .election-single-race .race .elections tfoot,
  .election-top-races .race .elections tfoot {
    display: table;
  }
  .election-full-results .race .elections tfoot tr,
  .election-single-race .race .elections tfoot tr,
  .election-top-races .race .elections tfoot tr {
    display: table-row;
  }
  .election-full-results .race .elections tfoot tr td,
  .election-single-race .race .elections tfoot tr td,
  .election-top-races .race .elections tfoot tr td {
    display: table-cell;
  }
  .election-full-results .race .elections tfoot tr td:nth-child(2),
  .election-single-race .race .elections tfoot tr td:nth-child(2),
  .election-top-races .race .elections tfoot tr td:nth-child(2) {
    text-align: right;
  }
  .election-full-results .race [data-type='Balance of Power'].elections,
  .election-single-race .race [data-type='Balance of Power'].elections,
  .election-top-races .race [data-type='Balance of Power'].elections {
    display: table !important;
  }
  .election-full-results .race [data-type='Balance of Power'].elections thead,
  .election-single-race .race [data-type='Balance of Power'].elections thead,
  .election-top-races .race [data-type='Balance of Power'].elections thead,
  .election-full-results .race [data-type='Balance of Power'].elections tbody,
  .election-single-race .race [data-type='Balance of Power'].elections tbody,
  .election-top-races .race [data-type='Balance of Power'].elections tbody,
  .election-full-results .race [data-type='Balance of Power'].elections tfoot,
  .election-single-race .race [data-type='Balance of Power'].elections tfoot,
  .election-top-races .race [data-type='Balance of Power'].elections tfoot {
    display: table !important;
  }
  .election-full-results .race [data-type='Balance of Power'].elections thead tr,
  .election-single-race .race [data-type='Balance of Power'].elections thead tr,
  .election-top-races .race [data-type='Balance of Power'].elections thead tr,
  .election-full-results .race [data-type='Balance of Power'].elections tbody tr,
  .election-single-race .race [data-type='Balance of Power'].elections tbody tr,
  .election-top-races .race [data-type='Balance of Power'].elections tbody tr,
  .election-full-results .race [data-type='Balance of Power'].elections tfoot tr,
  .election-single-race .race [data-type='Balance of Power'].elections tfoot tr,
  .election-top-races .race [data-type='Balance of Power'].elections tfoot tr {
    display: table-row !important;
    width: 100%;
  }
  .election-full-results .race [data-type='Balance of Power'].elections thead tr th,
  .election-single-race .race [data-type='Balance of Power'].elections thead tr th,
  .election-top-races .race [data-type='Balance of Power'].elections thead tr th,
  .election-full-results .race [data-type='Balance of Power'].elections tbody tr th,
  .election-single-race .race [data-type='Balance of Power'].elections tbody tr th,
  .election-top-races .race [data-type='Balance of Power'].elections tbody tr th,
  .election-full-results .race [data-type='Balance of Power'].elections tfoot tr th,
  .election-single-race .race [data-type='Balance of Power'].elections tfoot tr th,
  .election-top-races .race [data-type='Balance of Power'].elections tfoot tr th,
  .election-full-results .race [data-type='Balance of Power'].elections thead tr td,
  .election-single-race .race [data-type='Balance of Power'].elections thead tr td,
  .election-top-races .race [data-type='Balance of Power'].elections thead tr td,
  .election-full-results .race [data-type='Balance of Power'].elections tbody tr td,
  .election-single-race .race [data-type='Balance of Power'].elections tbody tr td,
  .election-top-races .race [data-type='Balance of Power'].elections tbody tr td,
  .election-full-results .race [data-type='Balance of Power'].elections tfoot tr td,
  .election-single-race .race [data-type='Balance of Power'].elections tfoot tr td,
  .election-top-races .race [data-type='Balance of Power'].elections tfoot tr td {
    display: table-cell !important;
    width: auto;
  }
  .election-full-results .race [data-type='Balance of Power'].elections thead tr th,
  .election-single-race .race [data-type='Balance of Power'].elections thead tr th,
  .election-top-races .race [data-type='Balance of Power'].elections thead tr th {
    height: 48px;
  }
  .election-top-races h3 {
    display: table;
  }
  .election-top-races .race .elections tbody tr td.vote-bg {
    z-index: 0;
  }
  .election-top-races .race .elections tbody tr td a {
    z-index: 9;
  }
  .election-top-races .race .elections tfoot {
    margin: 1rem 0;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1025px), (-ms-high-contrast: none) and (min-width: 1025px) {
  .election-full-results .race .elections thead th:first-child,
  .election-single-race .race .elections thead th:first-child,
  .election-top-races .race .elections thead th:first-child {
    width: 60%;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1025px), (-ms-high-contrast: none) and (min-width: 1025px) {
  .election-full-results .race .elections thead th:nth-child(2),
  .election-single-race .race .elections thead th:nth-child(2),
  .election-top-races .race .elections thead th:nth-child(2),
  .election-full-results .race .elections thead th:nth-child(3),
  .election-single-race .race .elections thead th:nth-child(3),
  .election-top-races .race .elections thead th:nth-child(3) {
    width: 20%;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1025px), (-ms-high-contrast: none) and (min-width: 1025px) {
  .election-full-results .race .elections tbody tr,
  .election-single-race .race .elections tbody tr,
  .election-top-races .race .elections tbody tr {
    height: 6.8rem;
    min-height: 6.8rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1025px), (-ms-high-contrast: none) and (min-width: 1025px) {
  .election-full-results .race .elections tbody tr td.candidateCountCell,
  .election-single-race .race .elections tbody tr td.candidateCountCell,
  .election-top-races .race .elections tbody tr td.candidateCountCell,
  .election-full-results .race .elections tbody tr td.candidatePercentCell,
  .election-single-race .race .elections tbody tr td.candidatePercentCell,
  .election-top-races .race .elections tbody tr td.candidatePercentCell {
    width: 20%;
    text-align: center;
  }
}
.dropdown-backdrop {
  position: static;
}
div.embedcode {
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
div.embedcode iframe {
  top: 0;
  left: 0;
  width: 1px;
  min-width: 100%;
  display: block;
}
div.embedcode .SL-TEXT {
  width: 100%;
}
.article-body span.hrule {
  border-bottom: 2px solid #042d4d;
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: inline-block;
  height: 15px;
}
.article-body hr.hrule {
  height: 2px;
  border: 0;
  background-color: #042d4d;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.article-body .keypointtitle {
  margin: 0 2.5%;
  text-indent: 10px;
  font-weight: 700;
  font-size: 18px;
}
.article-body span.keypointtitle {
  display: inline-block;
}
.article-body .keypoint {
  display: list-item;
  list-style-type: none;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-top: 10px;
  padding-left: 40px;
  text-indent: -18px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 500;
}
.article-body .keypoint::before {
  display: inline-block;
  content: '';
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
  margin-right: 1.2rem;
  margin-bottom: 0.26rem;
  background-color: #042d4d;
}
.embedpdf {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  border: 2px solid;
  height: 810px;
}
.embedpdf iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.embedpdf::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .embedpdf {
    height: 475px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .embedpdf::-webkit-scrollbar {
    display: none;
  }
}
.prowriting {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  border: 2px solid;
  height: 810px;
}
.prowriting iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.prowriting::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .prowriting {
    height: 475px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .prowriting::-webkit-scrollbar {
    display: none;
  }
}
.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: -9px;
  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;
}
.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-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.promo-link-list {
  margin: 20px -8px 0 -8px;
  padding: 0px 0px 15px 0px;
}
@media (max-width: 767px) {
  .promo-link-list {
    padding: 0;
  }
}
@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: #001029;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  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: #001029;
  font-family: "spectrum-sans", sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  height: 11px;
  letter-spacing: 0.8px;
  line-height: 1.235;
  width: 100%;
}
.promo-link-list .promo-list-title {
  color: #001029;
  font-family: "spectrum-sans", sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  height: 16px;
  letter-spacing: 0.2px;
  line-height: 1.29;
  width: 100%;
}
.replication-status span {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  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;
}
.replication-status .pending span {
  background-color: orange;
}
.replication-status .not_activated span {
  background-color: gray;
}
.replication-status .activated span {
  background-color: green;
}
.replication-status .deactivated span {
  background-color: red;
}
.replication-status .modified span {
  background-color: blue;
}
.replication-status .activation_scheduled span {
  background-color: orange;
}
.replication-status .deactivation_scheduled span {
  background-color: #17d4f3;
}
.live-player-container {
  position: relative;
  clear: both;
  width: 100%;
  background-color: black;
}
.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-mvpd {
  display: inline-block !important;
  height: 118px;
  width: 190px;
  padding: 5px 5px 10px 5px;
}
.logout {
  display: none;
}
.oas_wrapper {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}
.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: "spectrum-sans", sans-serif;
  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;
}
.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;
  }
}
.region-selection {
  font-family: "spectrum-sans", sans-serif;
  margin-left: 25px;
  margin-top: 80px;
}
.smartbanner-show .region-selection {
  margin-top: 103px;
}
.region-selection .region-selection__map path.state__icon-highlighted:hover {
  fill: #002868 !important;
}
@media (min-width: 1025px) {
  .region-selection {
    margin: auto;
    padding: 77px 0;
    padding-left: 15px;
  }
}
.region-selection__heading {
  color: #001029;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  width: 276px;
}
@media (min-width: 1025px) {
  .region-selection__heading {
    width: 30%;
  }
}
.region-selection__list {
  width: 100%;
  margin-top: 35px;
}
@media (min-width: 1025px) {
  .region-selection__list {
    width: 30%;
    margin-top: 47px;
  }
}
.region-selection__list__panel {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .region-selection__list__panel {
    margin-bottom: 17px;
  }
}
.region-selection__list__panel .panel-title {
  font-family: "spectrum-sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #001029;
}
.region-selection__list__panel .panel-title:hover {
  cursor: pointer;
}
.region-selection__list__panel .panel-title .accordion-toggle:before {
  content: "";
  border-top: 1px solid #001029;
  border-right: 1px solid #001029;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  margin: 0 10px .1em 4px;
  display: inline-block;
}
.region-selection__list__panel .panel-title[aria-expanded=true] {
  font-size: 18px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
}
.region-selection__list__panel .panel-title[aria-expanded=true] .accordion-toggle:before {
  content: "";
  border-top: 1px solid #001029;
  border-right: 1px solid #001029;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.5em;
  height: 0.5em;
  margin: 0 10px .1em 4px;
  display: inline-block;
}
.region-selection__list__panel .panel-collapse {
  margin-top: 20px;
}
.region-selection__list__panel .panel-collapse .panel-body {
  font-size: 12px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 300;
  margin-left: 10px;
  display: flex;
}
.region-selection__list__panel .panel-collapse .panel-body ul {
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* Safari 6.1+. iOS 7.1+ */
  display: flex;
  -webkit-flex-flow: wrap column;
  /* Safari 6.1+ */
  flex-flow: wrap column;
  max-height: 119px;
  width: 100%;
}
.region-selection__list__panel .panel-collapse .panel-body li {
  padding-bottom: 10px;
}
.region-selection__list__panel .panel-collapse .panel-body li a {
  color: #001029;
}
.region-selection__container {
  display: flex;
}
.region-selection__map {
  width: 70%;
  height: 475px;
}
@media (max-width: 1024px) {
  .region-selection__map {
    display: none;
  }
}
.region-selection__map path {
  fill: #e4e9ee;
  stroke-width: 0.8;
  stroke: #ffffff;
}
.region-selection__map path.state__icon-selected {
  fill: #002868 !important;
}
.region-selection__map path.state__icon-highlighted {
  fill: #a7b5bf;
}
.region-selection__map path.ak_hi_divider {
  fill: none;
  stroke-width: 2;
  stroke: #b5b5b5;
}
.rich-text p,
.rich-text li {
  font-size: 16px;
  line-height: 2;
}
.pulledquote {
  font-size: 22px;
  font-style: italic;
  color: white;
  margin-right: 30px;
  margin-bottom: 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;
  }
}
div.data-image-wrapper {
  display: block !important;
  width: 100%;
  max-width: 100%;
}
div.data-image-wrapper.wrap {
  display: inline-block !important;
  width: unset;
  float: none;
}
div.data-image-wrapper img {
  max-width: 100%;
}
div.data-image-wrapper.percent-hundred,
div.data-image-wrapper.percent-seventy-five,
div.data-image-wrapper.percent-fifty {
  margin: 36px;
}
@media (min-width: 768px) {
  div.data-image-wrapper.percent-hundred,
  div.data-image-wrapper.percent-seventy-five,
  div.data-image-wrapper.percent-fifty {
    margin: 24px;
  }
}
div.data-image-wrapper.percent-hundred a,
div.data-image-wrapper.percent-seventy-five a,
div.data-image-wrapper.percent-fifty a,
div.data-image-wrapper.percent-hundred img,
div.data-image-wrapper.percent-seventy-five img,
div.data-image-wrapper.percent-fifty img {
  width: 100%;
}
div.data-image-wrapper.percent-hundred {
  max-width: 100%;
}
div.data-image-wrapper.percent-seventy-five {
  max-width: 75%;
}
div.data-image-wrapper.percent-fifty {
  max-width: 50% !important;
}
div.data-image-wrapper.right {
  margin-left: 45%;
}
div.data-image-wrapper.right a,
div.data-image-wrapper.right img {
  margin-bottom: 0;
}
div.data-image-wrapper.right.wrap {
  float: right;
  margin-left: 36px;
}
@media (min-width: 768px) {
  div.data-image-wrapper.right.wrap {
    margin-left: 24px;
  }
}
div.data-image-wrapper.left {
  margin-right: 45%;
}
div.data-image-wrapper.left a,
div.data-image-wrapper.left img {
  margin-bottom: 0;
}
div.data-image-wrapper.left.wrap {
  float: left;
  margin-right: 36px;
}
@media (min-width: 768px) {
  div.data-image-wrapper.left.wrap {
    margin-right: 24px;
  }
}
div.data-image-wrapper.center {
  display: block !important;
  margin: auto;
}
div.data-image-wrapper.center a,
div.data-image-wrapper.center img {
  margin: auto;
}
div.data-image-wrapper.percent-fifty.wrap {
  margin: 36px 24px 24px;
  word-wrap: break-word;
  display: block !important;
}
@media (min-width: 768px) {
  div.data-image-wrapper.percent-fifty.wrap {
    margin: 24px 15px 20px;
  }
}
#roadblock {
  font-family: "spectrum-sans", sans-serif;
}
#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: "spectrum-sans", "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: "spectrum-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  overflow: hidden;
}
.search-results .hit .location {
  font-family: "spectrum-sans", sans-serif;
  font-weight: lighter;
  font-size: 12px;
  line-height: 1;
  color: #7a878f;
}
.search-results .result-count {
  font-family: "spectrum-sans", sans-serif;
  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: "spectrum-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.search-results #searchFiltersDiv .facets-label {
  font-family: "spectrum-sans", sans-serif;
  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: "spectrum-sans", "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: "spectrum-sans", sans-serif;
}
.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;
    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 .traffic-iframe {
  width: 100%;
  height: 450px;
  border: none;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .traffic .traffic-iframe {
    height: 630px;
  }
}
.wxAlerts {
  color: #ffffff;
  margin: 0 0 10px 0;
}
.wxAlerts .alert-bar__raven-alerts {
  padding-left: 40px;
}
.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: "spectrum-sans", sans-serif;
}
.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 {
  min-height: 35px;
  padding: 0px;
  margin-bottom: 20px;
  border-bottom: solid 0.5px transparent;
}
@media (min-width: 1025px) {
  .wxAlertBar {
    min-height: 45px;
  }
}
.alerts-enabled .wxAlertBar {
  display: block;
  padding: 0px;
}
.alert-bar {
  width: 100%;
  height: 35px;
  min-height: 35px;
  background-color: transparent;
  color: #041d43;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  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: #001029;
    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;
}
body.tickerPaused .alert-bar__li.alert-bar__li {
  animation-play-state: paused;
}
.alert-bar__li a,
.alert-bar__li > div {
  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: none;
  }
}
.alert-bar__text-box {
  line-height: 1.6em;
}
.alert-bar__title {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 800;
  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: "spectrum-sans", sans-serif;
  font-weight: 600;
  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: #001029;
    top: 0px;
  }
}
.alert-bar__relative-time {
  color: #da3f38;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 8px;
  font-stretch: normal;
  font-style: normal;
  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: "spectrum-sans", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.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;
}
.wxImages {
  /* WEATHER GRID */
}
.wxImages .mainImageTitle {
  background-color: #2c5fbc;
  color: #ffffff;
  padding: 5px 0px 5px 5px;
  font-size: 18px;
}
.wxImages .mainImage {
  width: 100%;
  padding: 0px;
  margin-bottom: 15px;
}
.wxImages #imgLoop {
  display: none !important;
}
.wxImages .weather_grid {
  cursor: pointer;
  float: left;
  font-size: 14px;
  padding: 5px;
  min-height: 155px;
}
.wxImages .weather_grid img {
  display: block;
  float: none;
  width: 100%;
}
.wxImages .weather_grid a {
  padding: 5px;
  font-weight: bold;
  color: #000000;
  border: 1px solid #cccccc;
  display: block !important;
}
.wxImages .weather_grid a:hover {
  color: #3c7bc4;
  text-decoration: none;
  border: 1px solid #3c7bc4;
}
.wxImages .weather-grid-container {
  float: left;
  width: 100%;
}
#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%);
}
.cq-Editable-dom .region-setting {
  max-width: 1080px;
  margin: 1rem auto;
  font-family: 'spectrum-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
  visibility: hidden;
}
.cq-Editable-dom .region-setting .published-false {
  background-color: #ffe2e2 !important;
}
.cq-Editable-dom .region-setting[class$='-item'] table {
  display: table;
  width: 100%;
  max-width: 1290px;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #d0d0d0;
  line-height: 1.5;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}
.cq-Editable-dom .region-setting[class$='-item'] table caption {
  display: block;
  font-family: 'spectrum-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.cq-Editable-dom .region-setting[class$='-item'] table tbody {
  display: block;
  border: 1px solid #d0d0d0;
  padding: 0 0.5rem;
}
.cq-Editable-dom .region-setting[class$='-item'] table tbody:not(:last-child) {
  margin-bottom: 1rem;
}
.cq-Editable-dom .region-setting[class$='-item'] table tbody tr {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d0d0d0;
}
.cq-Editable-dom .region-setting[class$='-item'] table tbody tr:last-child {
  border-bottom: none;
}
.cq-Editable-dom .region-setting[class$='-item'] table tbody tr td:first-child {
  margin-right: 1rem;
  font-weight: 700;
  width: auto;
}
.cq-Editable-dom .region-setting[class$='-item'] table tbody tr td:last-child {
  width: 100%;
  max-width: calc(100% - 200px);
  word-break: break-word;
}
.cq-Editable-dom .region-setting[class$='-item'] table tbody tr td:last-child:empty:after {
  content: 'empty';
  font-size: 1rem;
  font-style: italic;
  opacity: 0.65;
}
.cq-Editable-dom .region-setting.content-layout-item table tbody tr td.content-cell,
.cq-Editable-dom .region-setting.topic-item table tbody tr td.content-cell,
.cq-Editable-dom .region-setting.tv-alp-item table tbody tr td.content-cell {
  max-width: 100%;
  margin-right: 0;
  max-height: 15rem;
  overflow-y: scroll;
}
.cq-Editable-dom .region-setting.content-layout-item table tbody tr td.content-cell table,
.cq-Editable-dom .region-setting.topic-item table tbody tr td.content-cell table,
.cq-Editable-dom .region-setting.tv-alp-item table tbody tr td.content-cell table {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cq-Editable-dom .region-setting.content-layout-item table tbody tr td.content-cell table caption,
.cq-Editable-dom .region-setting.topic-item table tbody tr td.content-cell table caption,
.cq-Editable-dom .region-setting.tv-alp-item table tbody tr td.content-cell table caption {
  margin-top: 0.5rem;
}
.cq-Editable-dom .region-setting.content-layout-item table tbody tr td.content-cell table tbody,
.cq-Editable-dom .region-setting.topic-item table tbody tr td.content-cell table tbody,
.cq-Editable-dom .region-setting.tv-alp-item table tbody tr td.content-cell table tbody {
  border: none;
  padding: 0;
}
.cq-Editable-dom .region-setting.content-layout-item table tbody tr td.content-cell .has-content-message,
.cq-Editable-dom .region-setting.topic-item table tbody tr td.content-cell .has-content-message,
.cq-Editable-dom .region-setting.tv-alp-item table tbody tr td.content-cell .has-content-message {
  display: none;
}
.cq-Editable-dom .region-setting.content-layout-item table tbody tr td.content-cell .no-content-message,
.cq-Editable-dom .region-setting.topic-item table tbody tr td.content-cell .no-content-message,
.cq-Editable-dom .region-setting.tv-alp-item table tbody tr td.content-cell .no-content-message {
  display: none;
}
.cq-Editable-dom.content-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1rem;
  font-family: 'spectrum-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}
.cq-Editable-dom.content-container + .content-container {
  margin-top: 1rem;
}
.cq-Editable-dom.content-container .content-container-head {
  margin: 0.5rem;
  font-family: 'spectrum-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
  visibility: hidden;
}
.cq-Editable-dom.content-container .content-container-accordian {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
}
.cq-Editable-dom.content-container .content-container-accordian:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.cq-Editable-dom.content-container .active:after {
  content: "\2212";
}
.cq-Editable-dom.content-container .active,
.cq-Editable-dom.content-container .content-container-accordian:hover {
  background-color: #555;
}
.cq-Editable-dom.content-container .accordian-content {
  display: block;
}
.cq-Editable-dom.content-container .region-setting,
.cq-Editable-dom.content-container .content-layout-item {
  margin: 1rem 2rem;
  background: white;
}
.cq-Editable-dom .podcast-warning {
  color: red;
  font-size: 1.5rem;
}
.cq-Editable-dom .reference-component {
  background-color: #777;
  color: white;
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
}
.cq-Editable-dom .reference-component:before {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  padding: 50px;
  margin-left: 5px;
}
.cq-Editable-dom .reference-component.active:before {
  content: "\2212";
}
.cq-Editable-dom .active,
.cq-Editable-dom .reference-component:hover {
  background-color: #555;
}
@keyframes fadeIn {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.content-body tr td {
  max-width: 100% !important;
}
/*
===============
Fonts
===============
*/
.watch-live .heading-title {
  border-top: solid 2px #74a6ee;
  color: #042d4d;
  display: inline-block;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: normal;
  padding-top: 10px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.watch-live-card-container .card-container {
  padding-top: 25px;
  text-align: center;
  max-width: 1400px;
}
.watch-live-card-container .card-container h2 {
  text-align: left;
  padding-top: 10px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #042d4d;
}
.watch-live-card-container .card-container .watch-live-card {
  display: flex;
  text-align: left;
  margin-bottom: 25px;
  border-bottom: solid 1px #979797;
  padding-bottom: 5px;
}
.watch-live-card-container .card-container .watch-live-card .watch-live-badge {
  padding: 1px 5px 1px 6px;
  border-radius: 4px;
  background-color: #d6312b;
}
.watch-live-card-container .card-container .watch-live-card .watch-live-badge .live-status {
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.89px;
  text-align: right;
  color: #ffffff;
}
.watch-live-card-container .card-container .watch-live-card .currently-playing {
  height: 18px;
  margin: 0 0 0 12px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #042d4d;
}
.watch-live-card-container .card-container .currently-live {
  display: flex !important;
}
.watch-live-card-container .card-container .currently-live.states-container {
  margin-top: 20px;
  display: grid;
  gap: 1rem;
}
.watch-live-card-container .card-container .currently-live.states-container .news-block {
  border: solid 2px #e5e5e5;
  text-align: left;
  padding: 10px 20px 10px 20px;
  background-color: #0a2f6e;
  min-width: 333px;
  min-height: 170px;
}
.watch-live-card-container .card-container .currently-live.states-container .news-block a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  color: #042d4d;
}
.watch-live-card-container .card-container .currently-live.states-container .news-block:hover {
  cursor: pointer;
  border-color: #0a2f6e;
}
.watch-live-card-container .card-container .currently-live.states-container .news-block .news-logo {
  background-color: #0d4290;
  width: 63px;
  background-color: transparent;
}
.watch-live-card-container .card-container .currently-live.states-container .news-block .la-block {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.watch-live-card-container .card-container .currently-live.states-container .news-block .playing-btn {
  content: url("../../news/clientlibs/css/images/AudioBar.svg");
}
.watch-live-card-container .card-container .currently-live.states-container .news-block img {
  width: 30px;
  margin-right: 10px;
}
.watch-live-card-container .card-container .currently-live.states-container .news-block span {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #fff;
}
.watch-live-card-container .card-container .currently-live.states-container .news-block .time {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #fff;
}
.watch-live-card-container .card-container .currently-live.states-container .news-block .description {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .watch-live-card-container .card-container .currently-live.states-container .news-block:hover {
    cursor: pointer;
    border-color: #0a2f6e;
  }
}
@media screen and (min-width: 992px) {
  .watch-live-card-container .card-container .currently-live .states-container {
    grid-template-columns: repeat(3, 1fr);
    background-color: white;
  }
}
.watch-live-card-container .card-container .regions {
  position: relative;
  border-top: solid 1px #979797;
}
.watch-live-card-container .card-container .regions button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.watch-live-card-container .card-container .regions .chevron-right {
  position: absolute;
  top: 8px;
  right: -44px;
}
.watch-live-card-container .card-container .regions .chevron-right .gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.watch-live-card-container .card-container .regions .chevron-right .gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .watch-live-card-container .card-container .regions .chevron-right {
    display: none;
  }
}
.watch-live-card-container .card-container .regions .chevron-left {
  position: absolute;
  left: -10px;
  top: 10px;
}
.watch-live-card-container .card-container .regions .chevron-left .gg-chevron-left {
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.watch-live-card-container .card-container .regions .chevron-left .gg-chevron-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-225deg);
  right: 6px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .watch-live-card-container .card-container .regions .chevron-left {
    display: none;
  }
}
.watch-live-card-container .card-container .regions .all-states {
  list-style: none;
  display: inline-flex;
  padding-left: 0;
  margin: 0;
  height: auto;
  max-width: 100%;
  color: #042d4d;
  overflow: auto;
}
.watch-live-card-container .card-container .regions .all-states a {
  letter-spacing: -0.08px;
  line-height: 1.43;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 0;
  font-size: 14px;
  display: block;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  white-space: nowrap;
  cursor: pointer;
  color: #042d4d;
}
.watch-live-card-container .card-container .regions .all-states .activetab {
  text-decoration: underline solid #0062b2 3px;
  color: #0062b2;
  text-underline-offset: 8px;
}
@media screen and (min-width: 992px) {
  .watch-live-card-container .card-container .regions .states-container {
    grid-template-columns: repeat(3, 1fr);
    background-color: white;
  }
}
@media screen and (min-width: 992px) {
  .watch-live-card-container .card-container .regions .all-states {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .watch-live-card-container .card-container .regions .all-states {
    max-width: 81vw;
  }
}
.watch-live-card-container .card-container #allChannels {
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
}
.watch-live-card-container .card-container #allChannels .a {
  display: none;
}
.watch-live-card-container .card-container #allChannels .states-container {
  margin-top: 34px;
  display: grid;
  gap: 1rem;
}
.watch-live-card-container .card-container #allChannels .states-container .news-block {
  border: solid 2px #e5e5e5;
  text-align: left;
  padding: 20px;
  min-width: 333px;
  min-height: 170px;
}
.watch-live-card-container .card-container #allChannels .states-container .news-block .news-logo {
  width: 63px;
  background-color: #0d4290;
}
.watch-live-card-container .card-container #allChannels .states-container .news-block .la-block {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.watch-live-card-container .card-container #allChannels .states-container .news-block .la-block img {
  vertical-align: middle;
  margin-right: 10px;
}
.watch-live-card-container .card-container #allChannels .states-container .news-block .la-block .play-btn {
  content: url("../../news/clientlibs/css/images/PlayDefault.svg");
}
.watch-live-card-container .card-container #allChannels .states-container .news-block .la-block .playing-btn {
  content: url("../../news/clientlibs/css/images/AudioBar.svg");
}
.watch-live-card-container .card-container #allChannels .states-container .news-block .time {
  margin-bottom: 10px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #636366;
}
.watch-live-card-container .card-container #allChannels .states-container .news-block .description {
  margin: auto;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #001029;
}
@media screen and (min-width: 992px) {
  .watch-live-card-container .card-container #allChannels .states-container .news-block:hover {
    cursor: pointer;
    border-color: #0a2f6e;
  }
}
@media screen and (max-width: 768px) {
  .watch-live-card-container .card-container #allChannels .states-container .news-block {
    margin-bottom: 20px;
    min-width: 326px;
  }
}
@media screen and (min-width: 992px) {
  .watch-live-card-container .card-container #allChannels .states-container {
    grid-template-columns: repeat(3, 1fr);
    background-color: white;
  }
}
.watch-live-card-container .card-container #allChannels .hide-block {
  display: none;
}
.watch-live-card-container .card-container #allChannels .show-block {
  display: grid;
}
@media screen and (max-width: 768px) {
  .watch-live-card-container .card-container #allChannels .show-block {
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .watch-live-card-container .card-container {
    padding-right: 20px;
    background-color: white;
  }
  .watch-live-card-container .card-container h2 {
    font-size: 15px;
  }
}
.live-stream-promo--container {
  padding-bottom: 10px;
}
.live-stream-promo--container .heading-title {
  border-top: solid 2px #74a6ee;
  color: #042d4d;
  display: inline-block;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: normal;
  margin-top: 10px;
  padding-top: 10px;
  text-transform: uppercase;
}
.live-stream-promo--container .live-stream-left-block {
  padding-top: 10px;
}
.live-stream-promo--container .live-stream-left-block .thumbnail {
  width: 167.2px;
  height: 97px;
  background-color: #000;
  position: relative;
  object-fit: cover;
  opacity: 0.8;
  cursor: pointer;
  padding: 0 0.2px 0 0;
}
.live-stream-promo--container .live-stream-left-block .thumbnail .play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: url("../../news/clientlibs/css/images/PlayButton-Filled.svg");
  padding: 26px;
}
.live-stream-promo--container .live-stream-right-block {
  padding-top: 10px;
  padding-left: 7px;
}
.live-stream-promo--container .live-stream-right-block .live-badge {
  width: fit-content;
  height: 16px;
  padding: 0px 5px 1px 6px;
  border-radius: 4px;
  background-color: #d6312b;
}
.live-stream-promo--container .live-stream-right-block .live-badge .live-badge-text {
  height: 14px;
  font-family: "spectrum-sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 0.89px;
  text-align: right;
  color: #fff;
}
.live-stream-promo--container .live-stream-right-block .live-stream--program-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-top: 9px;
  font-size: 14px;
  font-family: "spectrum-sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .live-stream-promo--container .live-stream-right-block .live-stream--program-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: break-word;
    padding-top: 9px;
    font-size: 14px;
    font-family: "spectrum-sans", sans-serif;
  }
}
.live-stream-promo--container .live-stream-right-block .live-stream--program-time {
  width: 115px;
  height: 20px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.22;
  letter-spacing: 0.8px;
  color: #000;
  padding-top: 3px;
}
.live-stream-promo--block {
  display: flex;
}
.live-stream-promo--container.mini-player.authenticated .live-badge {
  width: fit-content;
  height: 16px;
  padding: 0px 5px 1px 6px;
  border-radius: 4px;
  background-color: #d6312b;
  position: absolute;
  top: 25px;
  right: 0;
}
.live-stream-promo--container.mini-player.authenticated .live-badge .live-badge-text {
  height: 14px;
  font-family: "spectrum-sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 0.89px;
  text-align: right;
  color: #fff;
}
/* promo component css*/
.promo-live-container {
  width: 318px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 0 0 10px 0;
}
.promo-live-container .title-container {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0 0;
  white-space: nowrap;
}
.promo-live-container .title-container .title {
  height: 15px;
  flex-grow: 0;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #000;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 800;
  border-top: solid 2px #699df3;
  padding: 5px 0px 0px 0px;
  text-transform: uppercase;
}
.promo-live-container .live-promo-video-container {
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
  padding: 0;
  position: relative;
}
.promo-live-container .live-promo-video-container a {
  position: relative;
}
.promo-live-container .live-promo-video-container .video-thumbnail {
  width: 167.2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  object-fit: contain;
  height: 97px;
  background-color: #000;
  position: relative;
  opacity: 0.8;
  cursor: pointer;
  padding: 0 0.2px 0 0;
}
.promo-live-container .live-promo-video-container .play-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  padding: 27px;
  content: url("../../news/clientlibs/css/images/PlayButton-Filled.svg");
}
.promo-live-container .live-promo-video-container .description-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
}
.promo-live-container .live-promo-video-container .description-container .title-component {
  width: 39px;
  height: 16px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 5px 1px 6px;
  border-radius: 4px;
  background-color: #d6312b;
}
.promo-live-container .live-promo-video-container .description-container .title-component .title {
  width: 28px;
  height: 14px;
  flex-grow: 0;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.89px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.promo-live-container .live-promo-video-container .description-container .description {
  align-self: stretch;
  flex-grow: 0;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42857143;
  letter-spacing: -0.07px;
  text-align: left;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
}
.promo-live-container .live-promo-video-container .description-container .status {
  width: 70px;
  height: 9px;
  flex-grow: 0;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 9px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: left;
  color: #d6312b;
  text-transform: uppercase;
  white-space: nowrap;
}
.promo-live-container .caption-container {
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.promo-live-container .caption-container .caption {
  flex-grow: 1;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.07px;
  text-align: left;
  color: #042d4d;
}
.promo-live-container .no-title-description {
  display: none;
}
/* promo component css end*/
/* Home Page CSS*/
.steaming-event-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.steaming-event-container .steaming-event-preview {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  margin: 0 -8px 0 -8px;
  width: 100%;
}
.steaming-event-container .steaming-event-preview a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .steaming-event-container .steaming-event-preview {
    margin: 0;
  }
}
.steaming-event-container .steaming-event-preview .title-container {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  padding: 10px 0 0 0;
  white-space: nowrap;
  align-self: stretch;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 320px) {
  .steaming-event-container .steaming-event-preview .title-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.steaming-event-container .steaming-event-preview .title-container .preview-headline {
  font-size: 15px !important;
}
.steaming-event-container .steaming-event-preview .title-container .preview-title {
  font-size: 8px;
  padding: 10px 0px 0px 0px;
}
@media (min-width: 768px) {
  .steaming-event-container .steaming-event-preview .title-container .preview-title {
    font-size: 15px;
    padding: 5px 0px 0px 0px;
  }
}
.steaming-event-container .steaming-event-preview .title-container .title {
  height: 15px;
  flex-grow: 0;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #000;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 800;
  border-top: solid 2px #699df3;
  padding: 5px 0 15px 0;
  text-transform: uppercase;
}
.steaming-event-container .steaming-event-preview .title-container .back-button-container {
  height: 28px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 6px 6px;
  background-color: #699df3;
}
@media (min-width: 768px) {
  .steaming-event-container .steaming-event-preview .title-container .back-button-container {
    font-size: 15px;
    width: 229px;
    height: 35px;
  }
}
.steaming-event-container .steaming-event-preview .title-container .back-button-container a {
  text-decoration: none;
}
.steaming-event-container .steaming-event-preview .title-container .back-button-container .back-btn {
  text-transform: uppercase;
  height: 15px;
  flex-grow: 0;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: left;
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .steaming-event-container .steaming-event-preview .title-container .back-button-container .back-btn {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .steaming-event-container .steaming-event-preview .streaming-event-container-list {
    margin-right: -25px;
  }
}
@media (min-width: 768px) {
  .steaming-event-container .steaming-event-preview .streaming-event-container-list .event-container-two-events {
    width: 100%;
    height: auto;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .steaming-event-container .steaming-event-preview .streaming-event-container-list .event-container-three-event {
    width: 100%;
    max-width: 33.3%;
    height: auto;
  }
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container {
    padding: 0px 25px 30px 0px;
  }
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container a {
  position: relative;
  text-decoration: none;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .two-events {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .three-events {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .video-thumbnail {
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  position: relative;
  aspect-ratio: 1.77777778;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .watch-now {
  width: max-content;
  height: 32px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: solid 1px #fff;
  background-color: rgba(76, 76, 76, 0.65);
  position: absolute;
  bottom: 10px;
  left: 5px;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .watch-now .play-icon {
  width: 16px;
  height: 16px;
  flex-grow: 0;
  object-fit: contain;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .watch-now .label {
  white-space: nowrap;
  flex-grow: 0;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  bottom: 1px;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .watch-recorded {
  width: 73px;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .badge {
  height: 26px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px 10px;
  border: solid 2px #d8dde6;
  background-color: #da3f38;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .badge .badge-span {
  height: 16px;
  flex-grow: 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .badge-upcoming {
  border: solid 2px #d8dde6;
  background-color: #63738a;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .badge-recorded {
  background-color: #db7c00;
  height: 22px;
  border: none;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .video-title {
  align-self: stretch;
  flex-grow: 0;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.02px;
  text-align: left;
  color: #000;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .video-description {
  align-self: stretch;
  flex-grow: 0;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.07px;
  text-align: left;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .no-description {
  display: none;
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .location-container {
  width: 180px;
  height: 15px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 0 0 50px 0;
}
@media (min-width: 768px) {
  .steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .location-container {
    padding: 0;
  }
}
.steaming-event-container .steaming-event-preview .streaming-event-container-list .streaming-event-container .location-container .location {
  width: 50px;
  height: 11px;
  flex-grow: 0;
  font-size: 9px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: left;
  color: #001019;
  white-space: nowrap;
  text-transform: uppercase;
}
.steaming-event-container .steaming-event-preview .streaming-event-view-all-container {
  height: 19px;
  width: 100%;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px 0 0;
  margin-bottom: 50px;
}
.steaming-event-container .steaming-event-preview .streaming-event-view-all-container a {
  text-decoration: none;
}
.steaming-event-container .steaming-event-preview .streaming-event-view-all-container .view-all-span {
  width: 204px;
  height: 19px;
  flex-grow: 0;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: left;
  color: #000;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 800;
}
.steaming-event-container .steaming-event-preview .steaming-event-view-more-container {
  height: 77px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1025px) {
  .steaming-event-container .steaming-event-preview .steaming-event-view-more-container {
    padding: 50px 0;
  }
}
.steaming-event-container .steaming-event-preview .steaming-event-view-more-container a {
  text-decoration: none;
}
.steaming-event-container .steaming-event-preview .steaming-event-view-more-container .view-more-btn {
  width: 168px;
  height: 35px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 48px;
  background-color: #699df3;
}
.steaming-event-container .steaming-event-preview .steaming-event-view-more-container .view-more-btn .view-more-span {
  width: 72px;
  height: 15px;
  flex-grow: 0;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
/* Error message CSS */
.streaming-event-list-error {
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px 0 10px 0px;
}
.streaming-event-list-error .error-img {
  width: 24px;
  height: 24px;
  flex-grow: 0;
  object-fit: contain;
}
.streaming-event-list-error .error-msg {
  height: 25px;
  flex-grow: 1;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: 0.2px;
  text-align: left;
  color: #000;
}
/* Error message CSS End */
/*View More Button CSS*/
.view-more-btn.disabled {
  display: none !important;
}
/*Upcoming - Video Thumnail CSS*/
.upcoming-video-thumbnail {
  height: auto;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .upcoming-video-thumbnail {
    height: 705px;
  }
}
/* Home Page Css*/
.sign-in-cta-preview-hide {
  display: none;
}
.sign-in-cta-preview-show {
  display: flex;
}
.sign-in-cta-preview {
  padding: 0;
  width: 100%;
  height: auto;
  flex-grow: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1370px) {
  .sign-in-cta-preview {
    padding: 0px 0px 5px 0px;
  }
}
.sign-in-cta-preview .title-container {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0 0;
  white-space: nowrap;
  margin: 10px 0 0 0;
}
.sign-in-cta-preview .title-container .title {
  flex-grow: 0;
  font-family: "spectrum-sans";
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #042d4d;
  text-transform: uppercase;
  border-top: solid 2px #699df3;
  padding-top: 10px;
}
.sign-in-cta-preview .sign-in-container {
  height: 171.9px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 24px 48px;
  border: solid 1px #d8dde6;
  background-color: #f6f6f6;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sign-in-cta-preview .sign-in-container {
    width: auto;
  }
}
@media (max-width: 1370px) {
  .sign-in-cta-preview .sign-in-container {
    padding: 24px 48px;
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}
.sign-in-cta-preview .sign-in-container a {
  text-decoration: none;
}
.sign-in-cta-preview .sign-in-container .sign-in-frame {
  height: 123.9px;
  flex-direction: row;
  width: auto;
  align-items: flex-start;
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  padding: 0;
  width: 273px;
}
@media (max-width: 1370px) {
  .sign-in-cta-preview .sign-in-container .sign-in-frame {
    flex-direction: column;
    flex-grow: 1;
    width: 273px;
    height: auto;
    align-items: center;
  }
}
.sign-in-cta-preview .sign-in-container .sign-in-frame .img {
  width: 245px;
  height: 127.9px;
  flex-grow: 0;
  object-fit: contain;
}
.sign-in-cta-preview .sign-in-container .sign-in-frame .sign-in-banner-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  padding: 0;
}
.sign-in-cta-preview .sign-in-container .sign-in-frame .sign-in-banner-text .text-header {
  height: 29px;
  width: auto;
  padding: 23px 0px;
  flex-grow: 1;
  font-family: "spectrum-sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.02px;
  text-align: left;
  color: #000;
}
@media (max-width: 1370px) {
  .sign-in-cta-preview .sign-in-container .sign-in-frame .sign-in-banner-text .text-header {
    height: 58px;
    width: 247px;
    padding: 0;
  }
}
.sign-in-cta-preview .sign-in-container .sign-in-frame .sign-in-banner-text .text {
  height: auto;
  width: auto;
  align-self: stretch;
  flex-grow: 1;
  font-family: "spectrum-sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.07px;
  text-align: left;
  color: #000;
}
@media (max-width: 1370px) {
  .sign-in-cta-preview .sign-in-container .sign-in-frame .sign-in-banner-text .text {
    height: 80px;
    width: 247px;
  }
}
@media (min-width: 1371px) {
  .sign-in-cta-preview .sign-in-container .sign-in-frame .sign-in-banner-text-es {
    gap: 5px !important;
  }
}
.sign-in-cta-preview .sign-in-container .sign-in-frame .sign-in-banner-text-es .text-header {
  height: auto !important;
  padding: 0px !important;
}
@media (max-width: 1370px) {
  .sign-in-cta-preview .sign-in-container .sign-in-frame .sign-in-banner-text-es .text {
    height: auto !important;
  }
}
.sign-in-cta-preview .sign-in-container .sign-in-btn-container {
  width: 143px;
  justify-content: flex-start;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 1370px) {
  .sign-in-cta-preview .sign-in-container .sign-in-btn-container {
    justify-content: center;
    width: 247px;
  }
}
.sign-in-cta-preview .sign-in-container .sign-in-btn-container .sign-in-btn {
  width: 143px;
  height: 35px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 48px;
  background-color: #000;
}
@media (max-width: 1370px) {
  .sign-in-cta-preview .sign-in-container .sign-in-btn-container .sign-in-btn {
    width: 247px;
  }
}
.sign-in-cta-preview .sign-in-container .sign-in-btn-container .sign-in-btn .sign-in-text {
  width: auto;
  padding: 0;
  height: 15px;
  flex-grow: 0;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1370px) {
  .sign-in-cta-preview .sign-in-container .sign-in-btn-container .sign-in-btn .sign-in-text {
    padding: 0px 48px;
    width: auto;
  }
}
.sign-in-cta-preview .recent-activity-view-more-hide {
  display: none;
}
.sign-in-cta-preview .recent-activity-view-more-show {
  display: flex;
}
.sign-in-cta-preview .recent-activity-view-more {
  height: 15px;
  align-self: stretch;
  flex-grow: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  padding: 0;
}
.sign-in-cta-preview .recent-activity-view-more a {
  text-decoration: none;
}
.sign-in-cta-preview .recent-activity-view-more .recent-activity-view-more-span {
  width: 82px;
  height: 15px;
  flex-grow: 0;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 800;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
.recent-event-container-show {
  display: flex;
}
.recent-event-container-hide {
  display: none;
}
.recent-events-container {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .recent-events-container {
    padding: 0;
  }
}
.recent-events-container a {
  text-decoration: none;
}
.recent-events-container .recent-event-preview {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 10px;
  margin: 0 -8px 0 -8px;
}
.recent-events-container .recent-event-preview a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview {
    width: 100%;
    margin: 0;
  }
}
.recent-events-container .recent-event-preview .recent-activity-title-container-hide {
  display: none;
}
.recent-events-container .recent-event-preview .recent-activity-title-container-show {
  display: flex;
}
.recent-events-container .recent-event-preview .recent-activity-title-container {
  flex-grow: 0;
  flex-direction: column;
  padding: 15px 0 0 0;
  white-space: nowrap;
  align-self: stretch;
  justify-content: space-between;
  align-items: flex-start;
  width: min-content;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-activity-title-container {
    flex-direction: row;
    padding: 0px 25px 0 0px;
    align-self: stretch;
    justify-content: space-between;
    align-items: flex-end;
    width: auto;
  }
}
.recent-events-container .recent-event-preview .recent-activity-title-container a {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-activity-title-container a {
    padding: 0;
  }
}
.recent-events-container .recent-event-preview .recent-activity-title-container .title {
  flex-grow: 0;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #042d4d;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  border-top: solid 2px #699df3;
  padding: 10px 0 0 0;
  text-transform: uppercase;
}
.recent-events-container .recent-event-preview .recent-activity-title-container .clear-all-span {
  width: 67px;
  height: 12px;
  flex-grow: 0;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: right;
  color: #0088ce;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-activity-page-list {
    width: 100%;
  }
}
.recent-events-container .recent-event-preview .recent-event-container-list {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px 35px;
  padding: 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-event-container-list {
    gap: 0;
    flex-direction: row;
  }
}
.recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container {
    padding: 0px 25px 30px 0px;
    margin-bottom: 0;
    width: 100%;
    max-width: 25%;
    height: auto;
  }
}
.recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container a {
  position: relative;
  text-decoration: none;
}
.recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container .video-thumbnail {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.77777778;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container .video-thumbnail {
    height: auto;
  }
}
.recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container .watch-now {
  width: max-content;
  height: 32px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: solid 1px #fff;
  background-color: rgba(76, 76, 76, 0.65);
  position: absolute;
  bottom: 30px;
  left: 5px;
}
.recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container .watch-now .play-icon {
  width: 16px;
  height: 16px;
  flex-grow: 0;
  object-fit: contain;
}
.recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container .watch-now .label {
  white-space: nowrap;
  flex-grow: 0;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  bottom: 1px;
}
.recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container .watch-recorded {
  width: 73px;
}
.recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container .recent-activity-progress-bar {
  width: 211px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 10px;
  left: 5px;
}
.recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container .recent-activity-progress-bar .fill {
  width: 0px;
  height: 8px;
  background-color: #5db8fc;
}
.recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container .video-title {
  align-self: stretch;
  flex-grow: 0;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.02px;
  text-align: left;
  color: #000;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container .location-container {
  width: 180px;
  height: 15px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
}
.recent-events-container .recent-event-preview .recent-event-container-list .recent-event-container .location-container .location {
  width: 50px;
  height: 11px;
  flex-grow: 0;
  font-size: 9px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: left;
  color: #001019;
  white-space: nowrap;
  text-transform: uppercase;
}
.recent-events-container .recent-event-preview .recent-event-view-all-container {
  height: 19px;
  width: 100%;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 0px 30px 0px;
}
.recent-events-container .recent-event-preview .recent-event-view-all-container a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-event-view-all-container {
    padding: 0;
    justify-content: flex-end;
    margin: -25px 0px 0px 0px;
  }
}
.recent-events-container .recent-event-preview .recent-event-view-all-container .view-all-span {
  width: 204px;
  height: 19px;
  flex-grow: 0;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: left;
  color: #0073D1;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-event-view-all-container .view-all-span {
    color: #000;
  }
}
.recent-events-container .recent-event-preview .show-error-msg {
  display: flex;
}
.recent-events-container .recent-event-preview .hide-error-msg {
  display: none;
}
.recent-events-container .recent-event-preview .recent-activity-error-msg-container,
.recent-events-container .recent-event-preview .recent-activity-list-error {
  width: 100%;
  border: 1px solid #D8DDE6;
  background: #F6F6F6;
  padding: 10px;
  align-self: stretch;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-activity-error-msg-container,
  .recent-events-container .recent-event-preview .recent-activity-list-error {
    width: auto;
    height: auto;
    border: none;
    background: none;
    padding: 10px 0;
    gap: 10px;
  }
}
.recent-events-container .recent-event-preview .recent-activity-error-msg-container .error-msg-container,
.recent-events-container .recent-event-preview .recent-activity-list-error .error-msg-container {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 8px;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-activity-error-msg-container .error-msg-container,
  .recent-events-container .recent-event-preview .recent-activity-list-error .error-msg-container {
    padding: 0px;
  }
}
.recent-events-container .recent-event-preview .recent-activity-error-msg-container .error-msg-container .error-img,
.recent-events-container .recent-event-preview .recent-activity-list-error .error-msg-container .error-img {
  width: 24px;
  height: 24px;
  flex-grow: 0;
  object-fit: contain;
}
.recent-events-container .recent-event-preview .recent-activity-error-msg-container .error-msg-container .error-msg,
.recent-events-container .recent-event-preview .recent-activity-list-error .error-msg-container .error-msg {
  padding: 10px;
  flex-grow: 1;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: left;
  color: #000;
}
.recent-events-container .recent-event-preview .recent-activity-error-msg-container .msg,
.recent-events-container .recent-event-preview .recent-activity-list-error .msg {
  padding: 10px;
  flex-grow: 1;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: left;
  color: #000;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-activity-error-msg-container .msg,
  .recent-events-container .recent-event-preview .recent-activity-list-error .msg {
    padding: 0 36px;
  }
}
.recent-events-container .recent-event-preview .recent-event-lode-more-btn-hide {
  display: none;
}
.recent-events-container .recent-event-preview .recent-event-lode-more-btn-show {
  display: none;
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-event-lode-more-btn-show {
    display: flex;
  }
}
@media (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-event-load-more-container {
    height: 77px;
    align-self: stretch;
    flex-grow: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .recent-events-container .recent-event-preview .recent-event-load-more-container a {
    text-decoration: none;
  }
  .recent-events-container .recent-event-preview .recent-event-load-more-container .recent-activity-load-more-btn {
    width: 168px;
    height: 35px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 48px;
    background-color: #699df3;
  }
  .recent-events-container .recent-event-preview .recent-event-load-more-container .recent-activity-load-more-btn .load-more-span {
    width: 72px;
    height: 15px;
    flex-grow: 0;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .recent-events-container .recent-event-preview .recent-event-load-more-container {
    padding: 50px 0;
  }
}
.recent-activity-popup {
  display: none;
  position: fixed;
  padding: 10px;
  left: 40%;
  margin-left: -250px;
  top: 40%;
  margin-top: -100px;
  z-index: 20;
}
@media (min-width: 1025px) {
  .recent-activity-popup {
    margin-left: -150px;
    top: 40%;
  }
}
.recent-activity-popup .clear-overlay .overlay-container-es {
  height: 230px !important;
}
.recent-activity-popup .clear-overlay .overlay-container-es .overlay-heading {
  gap: 20px !important;
}
.recent-activity-popup .clear-overlay .overlay-container-es .clear-recent-msg {
  width: auto !important;
  height: auto !important;
}
.recent-activity-popup .clear-overlay .overlay-container {
  width: 320px;
  height: 201px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  margin: 59px 119px 55px 120px;
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
@media (max-width: 320px) {
  .recent-activity-popup .clear-overlay .overlay-container {
    width: 300px;
  }
}
.recent-activity-popup .clear-overlay .overlay-container .overlay-heading {
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  padding: 0;
}
@media (max-width: 320px) {
  .recent-activity-popup .clear-overlay .overlay-container .overlay-heading {
    gap: 45px;
  }
}
.recent-activity-popup .clear-overlay .overlay-container .overlay-heading .close-btn-img {
  width: 23px;
  height: 23px;
  flex-grow: 0;
  object-fit: contain;
  cursor: pointer;
}
.recent-activity-popup .clear-overlay .overlay-container .overlay-heading .clear-recent-msg {
  width: 219px;
  height: 29px;
  flex-grow: 0;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.02px;
  text-align: left;
  color: #000;
}
.recent-activity-popup .clear-overlay .overlay-container .clear-action-warning {
  width: 288px;
  height: 80px;
  align-self: stretch;
  flex-grow: 0;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.07px;
  text-align: left;
  color: #000;
}
.recent-activity-popup .clear-overlay .overlay-container .btn-container {
  height: 20px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  padding: 0;
}
.recent-activity-popup .clear-overlay .overlay-container .btn-container a {
  text-decoration: none;
}
.recent-activity-popup .clear-overlay .overlay-container .btn-container .cancel-btn {
  width: 136px;
  height: 36px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 4px 8px;
  background-color: #2c5fbc;
  cursor: pointer;
}
.recent-activity-popup .clear-overlay .overlay-container .btn-container .cancel-btn .cancel-span {
  height: 12px;
  flex-grow: 0;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.recent-activity-popup .clear-overlay .overlay-container .btn-container .clear-btn {
  width: 136px;
  height: 36px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 4px 8px;
  background-color: #2c5fbc;
  cursor: pointer;
}
.recent-activity-popup .clear-overlay .overlay-container .btn-container .clear-btn .clear-span {
  height: 12px;
  flex-grow: 0;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#clear-all-overlay:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.4);
}
#clear-all-overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../news/clientlibs/css/glyphicon/fonts/glyphicons-halflings-regular.eot');
  src: url('../../news/clientlibs/css/glyphicon/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../news/clientlibs/css/glyphicon/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../news/clientlibs/css/glyphicon/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../news/clientlibs/css/glyphicon/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../news/clientlibs/css/glyphicon/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  font-display: swap;
}
.glyphicon,
[class^="glyphicon"] {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}

.duplicate-notification {
  color: #fff;
  position: fixed;
  top: 0px;
  background: #e91e63;
  width: 100%;
  left: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 13px;
  font-family: adobe-clean, Helvetica, Arial, sans-serif;
  z-index: 999;
  height: 43px;
  overflow: hidden;
  transition: height 0.15s ease-out;
}
.duplicate-notification.expand {
  transition: height 0.25s ease-in;
  height: auto;
}
.duplicate-notification h4 {
  font-family: adobe-clean, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.duplicate-notification h5 {
  font-family: adobe-clean, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.duplicate-notification ul {
  border-top: 1px solid #d87697;
  padding-top: 15px;
  padding-left: 0;
}
.duplicate-notification li {
  margin-bottom: 10px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.duplicate-notification .actions {
  position: absolute;
  top: 15px;
  right: 15px;
}
.duplicate-notification .toggle {
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #ffffff17;
  margin-right: 15px;
  cursor: pointer;
}
.duplicate-notification .close {
  cursor: pointer;
}
td.duplicate-content,
.duplicate-content td,
.video-playList .duplicate-content,
.live-item .duplicate-content td {
  border: 2px solid #e91e63;
}

/*============================================================*/
.componentWrapper {
  margin: 10px auto;
}
.componentWrapper H3,
.componentWrapper .H3 {
  font-family: "spectrum-sans", sans-serif;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 10px 0px;
  color: #000000;
  text-transform: uppercase;
}
.componentWrapper.border {
  border: solid #eeeeee 1px;
}
@media (min-width: 768px) {
  .contentWrapper {
    padding: 20px 18px 0 18px;
  }
}
.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: "spectrum-sans", sans-serif;
}
.web-reference-comp {
  padding: 0px !important;
}
.contentWrapper {
  padding: 0 18px;
  max-width: 1086px;
}
.contentWrapper.widemode {
  max-width: 1440px;
}
body.alerts-enabled .contentWrapper,
body.leaderboard-atf-enabled .contentWrapper {
  padding: 0px 18px 0 18px;
}
@media (min-width: 1025px) {
  .contentWrapper {
    padding: 20px 15px 0 15px;
  }
}
.overlay {
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.overlay .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;
}
.overlay .overlay-text {
  position: relative;
  top: 100px;
  width: 90%;
  height: auto;
  background-color: #ffffff;
  margin: 30px auto;
  padding: 10px 90px 40px;
}
@media (min-width: 1025px) {
  .overlay .overlay-text {
    width: 450px;
  }
}
.embedded-font-family-default {
  font-family: "spectrum-sans", sans-serif !important;
  font-weight: 400;
}
.embedded-font-family-default.embedded-font-weight-bold {
  font-weight: 700;
}
.embedded-font-family-default.embedded-font-weight-semibold {
  font-weight: 600;
}
.embedded-font-family-default.embedded-font-weight-medium {
  font-weight: 500;
}
footer.news-empire {
  background-color: #ffffff;
  color: #001029;
  font-family: "spectrum-sans", sans-serif;
}
@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;
  background-position: center;
}
@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: "spectrum-sans", sans-serif;
  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;
}
footer.news-empire .social-icons a {
  width: 30px;
  height: 30px;
}
footer.news-empire .social-icons ul {
  display: block;
}
@media (min-width: 1025px) {
  footer.news-empire .social-icons {
    margin: auto;
  }
}
footer.news-empire .splash__legal {
  color: #253348 !important;
}
footer.news-empire .splash__links {
  color: #253348 !important;
  font-family: "spectrum-sans", sans-serif !important;
  margin: 16px 0 -25px 0 !important;
  font-size: 10px;
  letter-spacing: 0.6px;
}
@media (min-width: 1025px) {
  footer.news-empire .splash__links {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  footer.news-empire .splash__links ul {
    padding-bottom: 10px;
  }
}
footer.news-empire .splash__links ul *:after {
  content: '|';
  margin: 0;
}
footer.news-empire .splash__links ul *:last-child:after {
  content: none;
}
footer.news-empire .splash__links li {
  text-align: center !important;
  padding: 0 !important;
  width: auto !important;
}
footer.news-empire .splash__links.author-mode {
  margin: 16px 0 0 0 !important;
}
footer.news-empire .footer__links {
  letter-spacing: 0.4px;
  line-height: 1.5;
  margin-top: 16px;
  overflow: hidden;
  position: relative;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
}
@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 {
  margin-top: 90px;
}
@media (min-width: 1025px) {
  .site-header {
    margin-top: 0;
  }
}
.transperant-header {
  z-index: -1;
}
body[data-chartbeat-section*="404"]  header .header_logo {
  height: auto;
}
.site-header-splash {
  position: relative !important;
  height: 85px;
  width: 100%;
  z-index: 1000;
  background-image: -webkit-linear-gradient-o-(to bottom, #ffffff 0%, #ffffff 63.4375%, rgba(0, 0, 0, 0.03) 63.4375%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(to bottom, #ffffff 0%, #ffffff 63.4375%, rgba(0, 0, 0, 0.03) 63.4375%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 63.4375%, rgba(0, 0, 0, 0.03) 63.4375%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1025px) {
  .site-header-splash {
    position: static;
    height: 141px;
    background-image: -webkit-linear-gradient-o-(to bottom, #ffffff 0%, #ffffff 79.25531915%, rgba(0, 0, 0, 0.03) 79.25531915%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(to bottom, #ffffff 0%, #ffffff 79.25531915%, rgba(0, 0, 0, 0.03) 79.25531915%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 79.25531915%, rgba(0, 0, 0, 0.03) 79.25531915%, rgba(255, 255, 255, 0) 100%);
  }
}
.site-header-splash header {
  position: relative !important;
  display: block;
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
  padding: 0;
}
.site-header-splash header .header_logo {
  display: inline-block;
  width: 168px;
}
@media (min-width: 1025px) {
  .site-header-splash header .header_logo {
    margin-left: 0;
    padding-top: 10px;
  }
}
.site-header-splash header .header_logo__icon {
  height: 32px;
}
@media (min-width: 1025px) {
  .site-header-splash header .header_logo__icon {
    height: 58px;
  }
}
.site-header-splash header .row:first-child {
  margin: 14px 11px 0;
}
@media (min-width: 1025px) {
  .site-header-splash header .row:first-child {
    margin: 15px 0 0 25px;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100vw;
  padding: 13px 10px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(8, 1fr);
  align-items: start;
  background: #ffffff;
  z-index: 96;
}
@media (min-width: 1025px) {
  header {
    position: relative;
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    padding: 15px 18px 0 0;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(12, 1fr);
    z-index: 96;
  }
}
header a {
  text-decoration: none;
  color: #001029;
}
header .header_logo {
  height: 30px;
  width: 90px;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  header .header_logo {
    width: 190px;
    max-height: 60px;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    margin-left: 25px;
    padding-top: 10px;
  }
}
header .header_logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  header .header_logo a {
    height: 58px;
  }
}
header .header_weather {
  display: none;
  height: 34px;
  background-color: #0d4290;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 17px;
  padding: 0 8px;
  margin-left: 10px;
  font-family: "spectrum-sans", sans-serif;
  font-size: 20px;
}
header .header_weather > a {
  color: #ffffff;
}
@media (min-width: 1025px) {
  header .header_weather {
    display: flex;
  }
}
header .header_weather .wx-icon {
  height: 22px;
  width: 22px;
  margin: auto;
}
header .header_weather .tempF {
  font-size: 20px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 34px;
  min-width: 32px;
  margin-left: 4px;
}
header .header_weather .city {
  font-size: 14px;
  font-weight: bold;
  margin: auto 6px;
  line-height: 34px;
  letter-spacing: -0.08px;
  text-transform: capitalize;
}
header .header_weather a.edit {
  min-width: 24px;
  line-height: 34px;
  margin: 0 0 0 6px;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.6px;
  color: #b7cee5;
}
body.mobile-nav-on header .header_weather {
  display: none;
}
header .navbar-default {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  min-height: 34px;
}
@media (min-width: 1025px) {
  header .navbar-default {
    display: none;
  }
}
header .navbar-default .header_weather {
  -ms-grid-column-align: start;
  justify-self: start;
  margin-right: 10px;
  display: none;
}
header .navbar-default .header_weather.display-flex {
  display: inline-flex;
}
header .navbar-default .header_weather .tempF {
  margin-left: 10px;
}
header .navbar-default .navbar-toggle {
  padding: 7px 0;
}
header .navbar-default .navbar-toggle .icon-bar {
  background-color: #2b5caf;
  width: 20px;
  height: 2px;
}
body.mobile-nav-on header .navbar-default .navbar-toggle .icon-bar {
  display: none;
}
header .navbar-default .navbar-toggle .close {
  position: relative;
  display: none;
  width: 20px;
  height: 16px;
}
header .navbar-default .navbar-toggle .close:hover {
  opacity: 1;
}
header .navbar-default .navbar-toggle .close:before,
header .navbar-default .navbar-toggle .close:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 23px;
  width: 2px;
  background-color: #001029;
}
header .navbar-default .navbar-toggle .close:before {
  transform: rotate(45deg);
}
header .navbar-default .navbar-toggle .close:after {
  transform: rotate(-45deg);
}
body.mobile-nav-on header .navbar-default .navbar-toggle .close {
  display: block;
}
header .header_region-time-weather {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "spectrum-sans", sans-serif;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  header .header_region-time-weather {
    font-family: "spectrum-sans", sans-serif;
    font-weight: 600;
  }
}
@media (min-width: 1025px) {
  header .header_region-time-weather {
    -ms-grid-column: 8;
    grid-column-start: 5;
    -ms-grid-column-span: 5;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: end;
    align-self: end;
    margin-top: 0;
    line-height: 28px;
    font-family: "spectrum-sans", sans-serif;
    font-weight: 500;
  }
}
@media (min-width: 1025px) {
  header .header_region-time-weather .header_region {
    display: inline-block;
  }
}
header .header_region-time-weather .header_region:after {
  content: "";
  border-top: 1px solid #001029;
  border-right: 1px solid #001029;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  margin: 0 10px .1em 4px;
  display: inline-block;
  margin: 0 5px .1em 4px;
}
header .header_region-time-weather .header_date,
header .header_region-time-weather .header_time {
  color: #001029;
}
header .header_region-time-weather .header_time {
  display: none;
}
@media (min-width: 1025px) {
  header .header_region-time-weather .header_time {
    display: inline-block;
  }
}
header .header_region-time-weather .header_weather {
  display: none;
}
@media (min-width: 1025px) {
  header .header_region-time-weather .header_weather {
    display: flex;
  }
}
header .header_region-time-weather a:hover,
header .header_region-time-weather a:focus {
  text-decoration: none;
}
header .header_region-time-weather .region-splitter {
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
  padding: 0 2.5px;
}
header .header_social-media-login__wrapper {
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-column-span: 1;
  grid-column-end: 9;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}
@media (min-width: 1025px) {
  header .header_social-media-login__wrapper {
    display: flex;
    align-items: center;
    -ms-grid-column: 9;
    grid-column-start: 9;
    -ms-grid-column-span: 4;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    margin-top: 5px;
  }
}
@media (max-width: 1025px) {
  header .header_social-media-login__wrapper {
    display: none;
  }
}
header .header_social-media-login__wrapper .header_watch {
  display: none;
}
@media (min-width: 1025px) {
  header .header_social-media-login__wrapper .header_watch {
    display: inline-flex;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  header .header_social-media-login__wrapper .header_login-watch {
    display: inline-flex;
    align-items: center;
  }
}
header .header_social-media-login__wrapper .header_login-watch .btn.header_login {
  padding: 0;
  order: 2;
  font-size: 12px;
}
@media (min-width: 1025px) {
  header .header_social-media-login__wrapper .header_login-watch .btn.header_login {
    font-size: 16px;
    letter-spacing: 0.75px;
  }
}
header .header_social-media-login__wrapper .header_login-watch .separator {
  display: none;
}
@media (min-width: 1025px) {
  header .header_social-media-login__wrapper .header_login-watch .separator {
    display: inline;
    font-size: 16px;
    padding-right: 7px;
    overflow: hidden;
    line-height: 12px;
    letter-spacing: 0.75px;
  }
}
header .header_social-media-login__wrapper .header_login-watch .separator:after {
  content: "";
  border-right: 1px solid #001029;
}
header .header_social-media-login__wrapper .header_watch {
  font-size: 12px;
}
@media (min-width: 1025px) {
  header .header_social-media-login__wrapper .header_watch {
    font-size: 16px;
    letter-spacing: 0.75px;
  }
}
header .header_social-media-login__wrapper .header_watch.followed-by-separator {
  padding-right: 4px;
}
header .header_region-time-weather,
header .header_social-media-login__wrapper {
  position: relative;
  margin-top: 10px;
  height: 26px;
}
@media (min-width: 1025px) {
  header .header_region-time-weather,
  header .header_social-media-login__wrapper {
    margin-top: 0;
    height: auto;
  }
}
header .header_region-time-weather > *,
header .header_social-media-login__wrapper > * {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
header .newsAlerts {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 8;
  grid-column-end: 9;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 0;
  grid-row-end: 3;
}
@media (min-width: 1025px) {
  header .newsAlerts {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}
header .searchNav {
  position: relative;
  height: 0;
  justify-content: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 8;
  grid-column-end: 9;
  z-index: 1;
}
@media (min-width: 1025px) {
  header .searchNav {
    height: auto;
    padding-top: 14px;
    display: flex;
  }
}
header .searchNav:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0;
  height: 42px;
  width: 100vw;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  transform: translateX(-50%);
}
.mobile-nav-on header .searchNav {
  display: flex;
  height: auto;
  background-color: #ffffff;
  top: -2rem;
}
@media (min-width: 1025px) {
  header .searchNav {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    margin-top: 0;
  }
}
header .searchNav .empire-header-search {
  display: none;
  background-color: #ffffff;
  background-position: right;
  background-size: 20px 20px;
  background-position-x: 90%;
  border-radius: 20px;
  border: 0.5px solid #001029;
  color: #001029;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.7px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 500;
  height: 34px;
  line-height: 1;
  padding: 0px 20px;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  header .searchNav .empire-header-search {
    margin-top: 0;
    align-self: center;
  }
}
header .searchNav .empire-header-search::-moz-placeholder {
  color: #001029;
  opacity: 1;
}
header .searchNav .empire-header-search:-ms-input-placeholder {
  color: #001029;
}
header .searchNav .empire-header-search::-ms-clear {
  display: none;
}
header .searchNav .empire-header-search::-webkit-input-placeholder {
  color: #001029;
}
header .searchNav .empire-header-search:focus {
  outline: none;
}
@media (min-width: 1025px) {
  header .searchNav .empire-header-search {
    display: block;
    width: 118px;
    order: 2;
  }
}
@media (min-width: 1200px) {
  header .searchNav .empire-header-search {
    width: 180px;
  }
}
header .searchNav .empire-nav-wrapper {
  padding-top: 0;
  pointer-events: none;
}
.mobile-nav-on header .searchNav .empire-nav-wrapper {
  padding-top: 20px;
  pointer-events: auto;
}
@media (min-width: 768px) {
  header .searchNav .empire-nav-wrapper {
    pointer-events: initial;
  }
}
header .searchNav .empire-nav-wrapper .empire-full-mobile-menu .empire-mobile-item-list {
  width: 94%;
  margin: 0 3%;
  padding: 0;
}
@media (min-width: 1025px) {
  header .searchNav .empire-nav-wrapper .empire-full-mobile-menu .empire-mobile-item-list > li:nth-child(1) {
    padding-left: 25px;
  }
}
.cq-wcm-edit ul.empire-nav-item-list {
  display: flex;
  flex-wrap: nowrap;
}
article {
  font-size: 18px;
  color: #042d4d;
}
article .article-headline {
  font-family: "spectrum-sans", sans-serif;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
article .article-headline a {
  color: #042d4d;
}
@media (min-width: 768px) {
  article .article-headline {
    font-family: "spectrum-sans", sans-serif;
    font-weight: 600;
  }
}
article .article-subheader {
  position: relative;
  display: grid;
  grid-template-columns: 70px auto;
  grid-template-rows: 1fr;
  align-items: center;
  text-transform: uppercase;
  color: #042d4d;
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 15px;
}
@media (min-width: 768px) {
  article .article-subheader {
    padding: 15px 20px;
  }
}
.near-legacy-browser article .article-subheader {
  display: block;
}
.near-legacy-browser article .article-subheader .article-logo {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.near-legacy-browser article .article-subheader .article-information {
  display: inline-block;
  width: 80%;
}
.near-legacy-browser article .article-subheader .article-information:first-child {
  width: 100%;
}
article .article-subheader .article-logo:empty {
  display: none;
}
article .article-subheader .article-logo .partner-logo {
  display: inline-block;
  max-width: 70px;
  margin-right: 20px;
}
article .article-subheader .article-logo .partner-logo img {
  width: 100%;
}
article .article-subheader .article-logo .story-brand-logo {
  display: none;
}
@media (min-width: 1025px) {
  article .article-subheader .article-logo .story-brand-logo {
    float: right;
    height: 45px;
    width: 150px;
    display: block;
  }
}
article .article-subheader .article-information {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0.45px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  article .article-subheader .article-information {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  article .article-subheader .article-information {
    font-size: 14px;
  }
}
article .article-subheader .article-information:only-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
article .article-subheader .article-information .article-partner-tagline {
  width: 100%;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
}
article .article-subheader .article-information .article-date-information {
  width: 100%;
}
article .article-subheader .article-information .article-date-information .article-date-publish {
  color: #042d4d;
}
article .article-subheader .article-information .article-date-information .article-date-publish:empty {
  display: none;
}
article .article-subheader .article-information .article-date-information .article-date-publish-updated {
  color: #042d4d;
}
article .article-subheader .article-information .article-date-information .article-date-publish-updated:not(:empty):after {
  content: '|';
  margin-left: 4px;
}
article .article-subheader .article-information .article-date-information .article-date-update:empty {
  display: none;
}
article .article-subheader .article-information .article-date-information .empire-byline {
  display: inline-block;
}
article .article-subheader .article-information .article-byline-information .article-location:not(:empty):before {
  content: '|';
  margin-right: 4px;
}
article .article-subheader .article-information .article-byline-information .article-byline-reporter-list .comma:last-of-type {
  display: none;
}
article .article-body p {
  line-height: 1.42857143;
  letter-spacing: 0.6px;
  word-wrap: break-word;
}
article .article-body p:first-child {
  padding-top: 15px;
}
article H1.article-headline {
  font-size: 22px;
  margin-top: 0;
  line-height: normal;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  letter-spacing: 0.2px;
}
@media (min-width: 768px) {
  article H1.article-headline {
    font-size: 30px !important;
    line-height: 33px;
    letter-spacing: 0.8px;
  }
}
div.article-image img {
  width: 100%;
}
img.img-responsive.wide-ratio {
  padding-top: 56.25%;
  height: 0;
  visibility: hidden;
}
.classic-visible {
  display: none !important;
}
/* Container used for displaying flair */
.flair-container {
  position: relative;
}
.flair-container .story-brand-logo {
  float: right;
  height: 35px;
  width: 115px;
}
@media (min-width: 1025px) {
  .flair-container .story-brand-logo {
    display: none;
  }
}
.flair-container .flair {
  color: #ffffff;
  padding: 3px 5px;
  font-size: 12px;
  overflow: hidden;
  z-index: 90;
  width: max-content;
  display: inline-block;
  font-family: "spectrum-sans", sans-serif;
  text-transform: uppercase;
  background-color: #da3f38;
  /*Legacy flair colors*/
  position: absolute;
  top: 0;
  right: 0;
  margin: -5px 0 0 0;
  /*
         * Angled Edge for Flair using CSS
         * See https://www.viget.com/articles/angled-edges-with-css-masks-and-transforms for more info
         */
}
@media (min-width: 768px) {
  .flair-container .flair {
    padding: 3px 10px;
    font-size: 13px;
  }
}
.flair-container .flair-- {
  background-color: transparent;
  color: #000000;
}
.flair-container .flair--news,
.flair-container .flair--technology,
.flair-container .flair--entertainment,
.flair-container .flair--homelessness {
  background-color: #689df3;
}
.flair-container .flair--weather {
  background-color: #059ce1;
}
.flair-container .flair--traffic {
  background-color: #eb5f00;
}
.flair-container .flair--politics {
  background-color: #5548a1;
}
.flair-container .flair--sports {
  background-color: #0a61a4;
}
.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;
}
.flair-container .flair:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.web-exclusive {
  font-size: 18px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.body-container article {
  max-width: 810px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .body-container article {
    max-width: 970px;
  }
}
.body-container .content-list-layout--2x2 {
  display: none;
}
.story-page-flair {
  padding-bottom: 5px;
  padding-top: 10px;
}
.story-page-flair .flair {
  width: max-content;
  border: solid 2px #e4e4e4;
  position: static;
}
@media (max-width: 1024px) {
  article .article-subheader span.article-date-publish.empire-byline:not(.noUpdatedDate) {
    display: none;
  }
  article .article-subheader .article-date-publish-updated:after {
    display: none;
  }
}
.article-app-prompt {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #144290;
  color: #fff;
  padding: 22px 17px;
  -webkit-box-shadow: 0px -10px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -10px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -10px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0;
}
.article-app-prompt hr {
  border-top-width: 2px;
  color: #7689a8;
  background-color: #7689a8;
  border-color: #7689a8;
}
.article-app-prompt .title-bar {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.article-app-prompt .title-bar-col {
  display: flex-column;
}
.article-app-prompt .buttons {
  text-align: center;
}
.article-app-prompt .buttons p {
  margin: 10px 0;
}
.article-app-prompt .buttons p + .article-app-prompt .buttons p {
  margin-top: 0;
}
.article-app-prompt .buttons p:last-of-type {
  margin-bottom: 0;
}
.article-app-prompt .title {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.article-app-prompt .app-button {
  font-family: "spectrum-sans", sans-serif;
  font-size: 16px;
  background-color: #0073d1;
  border-color: #0073d1;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .article-app-prompt .app-button {
    width: 100%;
  }
}
.article-app-prompt .continue-link {
  text-decoration: underline;
}
.auto-auth-prompt {
  display: flex;
  width: 100vw;
  padding: 0px 16px 0px 16px;
  border: 0px 0px 1px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid  #E8F8FF;
  background: #2B5CAF;
  gap: 12px;
  position: fixed;
  z-index: 100;
  top: 0;
}
@media (max-width: 320px) {
  .auto-auth-prompt {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .auto-auth-prompt {
    height: 45px;
    padding: 0px 24px;
    position: unset;
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .auto-auth-prompt {
    width: 100vw;
  }
}
.auto-auth-prompt .auto-auth-msg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
}
@media (min-width: 1025px) {
  .auto-auth-prompt .auto-auth-msg-container {
    gap: 8px;
  }
}
.auto-auth-prompt .auto-auth-msg-container .info-icon {
  width: 20px;
  height: 20px;
  content: url("../../news/clientlibs/css/images/ki-info-circle-f.png");
}
@media (min-width: 1025px) {
  .auto-auth-prompt .auto-auth-msg-container .info-icon {
    width: 16px;
    height: 16px;
  }
}
.auto-auth-prompt .auto-auth-msg-container .auto-auth-msg {
  height: auto;
  width: auto;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  padding: 12px 0 12px 0;
}
@media (min-width: 1025px) {
  .auto-auth-prompt .auto-auth-msg-container .auto-auth-msg {
    height: 17px;
    padding: 0;
  }
}
.auto-auth-prompt .auto-auth-cancel {
  width: 20px;
  height: 20px;
}
@media (min-width: 1025px) {
  .auto-auth-prompt .auto-auth-cancel {
    width: 16px;
    height: 16px;
  }
}
.flair--single-column-mobile,
.flair--landing-page {
  display: none;
}
.content-list-layout--4x1-single-column-mobile .flair--single-column-mobile,
.content-list-layout--landing-page .flair--landing-page {
  display: block;
}
.content-list-layout--4x1-single-column-mobile .hide-landing-flair--single-column-mobile,
.content-list-layout--landing-page .hide-landing-flair--single-column-mobile {
  display: none !important;
}
.content-list__preview--false .article-preview,
.content-list__hide-image--true .article-image,
.content-list__hide-flair--true .flair,
.content-list__hide-videoIndicator--true .video-length-container,
.content-list__hide-videoIndicator--true .videoShow,
.content-list__hide-location--true .article__location,
.content-list__hide-date--true .article__relative-time {
  display: none !important;
}
.content-list__preview--false.content-list__hide-image--true .article__details .headline-only--small {
  font-size: 14px;
}
.content-list__hide-image--true .article__details .video-length-container {
  display: block;
}
.content-list__hide-image--false .article__details .video-length-container {
  display: none;
}
@media (max-width: 767px) {
  .content-list:not(.landing-page) .content-list-layout {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .content-list article:last-child {
    margin-bottom: 0;
  }
}
.content-list .articles-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .content-list .content-list-layout--1x4 .articles-container {
    width: auto;
    margin-left: -18px;
    margin-right: -18px;
  }
}
.content-list .content-list__hide-location--false.content-list__hide-date--false .article__location + .article__relative-time::before {
  /* add pipe to byline only when both date and location are present */
  content: "\00a0|\00a0\00a0";
  color: #001029;
}
.content-list article {
  border-bottom: solid #b5b5b5 1px;
  color: #042d4d;
}
@media (min-width: 768px) {
  .content-list article {
    border: none;
  }
}
.content-list article h2 {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.235;
  margin-bottom: 0px;
  margin-top: 0px;
}
.content-list article h2 a {
  color: #042d4d;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
}
.content-list article h2 a:hover {
  color: #042d4d;
  text-decoration: none;
}
.content-list article .article__details .article__location,
.content-list article .article__details .article__relative-time {
  text-transform: uppercase;
}
.content-list article .article__details .video-length-container {
  margin-top: 5px;
}
.content-list article .article__details .video-length-container .videoShow {
  display: flex;
  width: 100%;
  max-width: 72px;
  padding: 7px 10px 6px;
  border: 1px solid #042d4d;
}
@media (min-width: 1025px) {
  .content-list article .article__details .video-length-container .videoShow {
    padding: 8px 10px;
  }
}
.content-list article .article__details .video-length-container .videoShow .triangle {
  height: 0;
  width: 0;
  border-top: 7px  solid transparent;
  border-left: 12px solid #042d4d;
  border-bottom: 7px  solid transparent;
  margin-right: 7px;
}
.content-list article .article__details .video-length-container .videoShow .text {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  color: #042d4d;
}
.content-list article .article__details .video-length-container .videoShow[data-video-duration=''] {
  display: none;
}
.content-list article .article__details .video-length-container .videoHide {
  display: none;
}
.content-list article p {
  margin: 0px;
}
.content-list article .flair {
  color: #ffffff;
  padding: 3px 5px;
  font-size: 12px;
  overflow: hidden;
  z-index: 90;
  width: max-content;
  display: inline-block;
  font-family: "spectrum-sans", sans-serif;
  text-transform: uppercase;
  background-color: #da3f38;
  /*Legacy flair colors*/
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .content-list article .flair {
    padding: 3px 10px;
    font-size: 13px;
  }
}
.content-list article .flair-- {
  background-color: transparent;
  color: #000000;
}
.content-list article .flair--news,
.content-list article .flair--technology,
.content-list article .flair--entertainment,
.content-list article .flair--homelessness {
  background-color: #689df3;
}
.content-list article .flair--weather {
  background-color: #059ce1;
}
.content-list article .flair--traffic {
  background-color: #eb5f00;
}
.content-list article .flair--politics {
  background-color: #5548a1;
}
.content-list article .flair--sports {
  background-color: #0a61a4;
}
.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,
.content-list article .article__relative-time {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  color: #042d4d;
}
.content-list article .article-image {
  position: relative;
}
.content-list article .article-image .videoHide {
  display: none;
}
.content-list article .article-image .videoShow {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 7px 10px 6px;
  border: 1px solid #ffffff;
  background-color: rgba(76, 76, 76, 0.65);
}
@media (min-width: 1025px) {
  .content-list article .article-image .videoShow {
    padding: 8px 10px;
  }
}
.content-list article .article-image .videoShow .triangle {
  height: 0;
  width: 0;
  border-top: 7px  solid transparent;
  border-left: 12px solid #ffffff;
  border-bottom: 7px  solid transparent;
  margin-right: 7px;
}
.content-list article .article-image .videoShow .text {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  color: #ffffff;
}
.content-list article .article-image .videoShow[data-video-duration=''] .text:after {
  content: attr(data-text);
}
.content-list-layout {
  margin: 0 -8px 0 -8px;
}
@media (min-width: 768px) {
  .content-list-layout {
    margin: 0;
  }
}
.content-list-layout h1 {
  border-top: solid 2px #74a6ee;
  color: #042d4d;
  display: inline-block;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: normal;
  padding-top: 10px;
  text-transform: uppercase;
}
.content-list-layout h1:empty {
  display: none !important;
}
@media (max-width: 1025px) {
  .content-list-layout h1:first-child {
    margin-top: 0;
  }
}
.content-list-layout--hero {
  margin: 0 -8 0 -8;
}
@media (min-width: 768px) {
  .content-list-layout--hero {
    margin: 0 0 0 0;
  }
}
.content-list-layout--hero article {
  border: none;
}
.content-list-layout--hero article .article-image {
  position: relative;
  margin: 0 -8px;
}
@media (min-width: 768px) {
  .content-list-layout--hero article .article-image {
    margin: 0;
  }
}
.content-list-layout--hero article .article-image img {
  width: 100%;
}
.content-list-layout--hero article .article__details {
  margin: 10px 0 15px 0;
}
@media (min-width: 768px) {
  .content-list-layout--hero article .article__details {
    margin: 0 0 0 0;
  }
}
.content-list-layout--hero article h2 {
  -ms-hyphens: manual;
  -webkit-hyphens: manual;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  hyphens: manual;
  line-height: 1.235;
  margin-bottom: 0px;
  margin-top: 0px;
  word-wrap: break-word;
  letter-spacing: 0.22px;
}
@media (max-width: 480px) {
  .content-list-layout--hero article h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .content-list-layout--hero article h2 {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
}
.content-list-layout--hero article .article-preview {
  color: #042d4d;
  font-size: 18px;
  font-family: "spectrum-sans", sans-serif;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
.content-list-layout--hero article .article__location,
.content-list-layout--hero article .article__relative-time {
  color: #042d4d;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  .content-list-layout--hero article .article__location,
  .content-list-layout--hero article .article__relative-time {
    font-size: 15px;
    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;
}
@media (min-width: 768px) {
  .content-list-layout--1x3 {
    margin: 0 0 0 0;
  }
}
.content-list-layout--1x3 article {
  max-width: 100%;
  border-bottom: none;
}
.content-list-layout--1x3 article:last-child {
  border-bottom: solid #b5b5b5 1px;
}
@media (min-width: 768px) {
  .content-list-layout--1x3 article {
    max-width: 33.3%;
    border: none;
  }
  .content-list-layout--1x3 article:last-child {
    border-bottom: none;
  }
  .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--1x3 article .article__details {
    padding: 0 10px 0 10px;
  }
  .content-list-layout--1x3 article .article-image .flair {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .content-list-layout--1x3 article .article-image .flair {
    margin-left: 0;
  }
}
.content-list-layout--1x4 article {
  max-width: 100%;
}
@media (min-width: 768px) {
  .content-list-layout--1x4 article {
    max-width: 25%;
  }
}
.content-list-layout--blog-landing-page {
  margin: 0 3px;
}
@media (min-width: 1025px) {
  .content-list-layout--blog-landing-page {
    margin: 0 0 0 0 ;
  }
}
.content-list-layout--blog-landing-page .hide-blog {
  display: none;
}
.content-list-layout--blog-landing-page article {
  max-width: 100%;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  margin-bottom: 55px;
}
@media (min-width: 1025px) {
  .content-list-layout--blog-landing-page article {
    margin-bottom: 61px;
  }
}
.content-list-layout--blog-landing-page article .blog__details h2 {
  font-size: 22px;
  letter-spacing: 0.22px;
  color: #042d4d;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .content-list-layout--blog-landing-page article .blog__details h2 {
    font-size: 40px;
    letter-spacing: 0.75px;
    line-height: 1.03;
  }
}
.content-list-layout--blog-landing-page article .blog__details .blog-image {
  max-width: 100%;
  padding-bottom: 18px;
}
@media (min-width: 1025px) {
  .content-list-layout--blog-landing-page article .blog__details .blog-image {
    padding-bottom: 12px;
  }
}
.content-list-layout--blog-landing-page article .blog__details .blog-subheader {
  font-family: 'spectrum-sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #18253a;
}
.content-list-layout--blog-landing-page article .blog__details .blog-subheader span.blog-location:not(:empty):before {
  content: '\00a\00a|\00a0';
}
.content-list-layout--blog-landing-page article .blog__details .blog-subheader .blog-date-publish {
  font-family: "spectrum-sans", sans-serif;
}
.content-list-layout--blog-landing-page article .blog__details .blog-subheader .blog-date-publish:empty {
  display: none;
}
.content-list-layout--blog-landing-page article .blog__details .blog-subheader .blog-date-publish-updated {
  font-family: "spectrum-sans", sans-serif;
}
.content-list-layout--blog-landing-page article .blog__details .blog-subheader .blog-date-publish-updated:not(:empty):after {
  content: '|';
  padding-left: 0.25rem;
}
.content-list-layout--blog-landing-page article .blog__details .blog-subheader span.blog-date-update:empty {
  display: none;
}
.content-list-layout--blog-landing-page article .blog__details .blog-subheader p {
  font-family: "spectrum-sans", sans-serif;
  padding-top: 15px;
  font-size: 16px;
  letter-spacing: 0.56px;
  color: #042d4d;
}
@media (min-width: 1025px) {
  .content-list-layout--blog-landing-page article .blog__details .blog-subheader p {
    font-size: 18px;
    letter-spacing: 0.63px;
  }
}
.content-list-layout--blog-landing-page article .blog__details .blog-continue {
  font-family: spectrum-sans;
  font-weight: 600;
  font-size: 12px;
  float: right;
  letter-spacing: 0.5px;
  color: #001029;
  text-transform: uppercase;
}
.content-list-layout--blog-landing-page article .blog__details .blog-continue a {
  color: #001029;
  text-decoration: none;
}
.content-list-layout--blog-landing-page article .blog__details .blog-continue:after {
  content: "";
  border-top: 1px solid #001029;
  border-right: 1px solid #001029;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  margin: 0 10px .1em 4px;
  display: inline-block;
  margin: 0 5px .1em 4px;
}
@media (min-width: 768px) {
  .content-list-layout--1x4 article {
    padding: 0px 18px 15px 18px;
  }
}
@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;
  }
}
#story-rail .content-list-layout--1x3,
#story-rail .content-list-layout--1x1,
#story-rail .content-list-layout--1x4,
#story-rail .content-list-layout--2x2 {
  max-width: 810px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  #story-rail .content-list-layout--1x3,
  #story-rail .content-list-layout--1x1,
  #story-rail .content-list-layout--1x4,
  #story-rail .content-list-layout--2x2 {
    max-width: 970px;
  }
}
.content-list-layout--1x3 article,
.content-list-layout--1x1 article,
.content-list-layout--1x4 article,
.content-list-layout--2x2 article {
  display: flex;
  flex-direction: column;
  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--1x4 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--1x4 article .article__details,
.content-list-layout--2x2 article .article__details {
  float: left;
  max-width: 100%;
}
.content-list-layout--1x3 article .article-image,
.content-list-layout--1x1 article .article-image,
.content-list-layout--1x4 article .article-image,
.content-list-layout--2x2 article .article-image {
  margin: 0 -8px;
  max-width: max-content;
}
@media (min-width: 768px) {
  .content-list-layout--1x3 article .article-image,
  .content-list-layout--1x1 article .article-image,
  .content-list-layout--1x4 article .article-image,
  .content-list-layout--2x2 article .article-image {
    margin: 0;
    max-width: 100%;
  }
}
.content-list-layout--1x3 article .article__details,
.content-list-layout--1x1 article .article__details,
.content-list-layout--1x4 article .article__details,
.content-list-layout--2x2 article .article__details {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .content-list-layout--1x3 article .article__details,
  .content-list-layout--1x1 article .article__details,
  .content-list-layout--1x4 article .article__details,
  .content-list-layout--2x2 article .article__details {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.content-list-layout--1x3 article .flair1,
.content-list-layout--1x1 article .flair1,
.content-list-layout--1x4 article .flair1,
.content-list-layout--2x2 article .flair1 {
  display: none;
}
.content-list-layout--1x3 article .article__details h2,
.content-list-layout--1x1 article .article__details h2,
.content-list-layout--1x4 article .article__details h2,
.content-list-layout--2x2 article .article__details h2 {
  letter-spacing: 0.22px;
  line-height: 1;
  font-size: 22px;
  font-family: "spectrum-sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  color: #042d4d;
}
.content-list-layout--1x3 article .article__details h2 + p.article-preview,
.content-list-layout--1x1 article .article__details h2 + p.article-preview,
.content-list-layout--1x4 article .article__details h2 + p.article-preview,
.content-list-layout--2x2 article .article__details h2 + p.article-preview {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .content-list-layout--1x3 article .article__details h2,
  .content-list-layout--1x1 article .article__details h2,
  .content-list-layout--1x4 article .article__details h2,
  .content-list-layout--2x2 article .article__details h2 {
    line-height: 1.42857143;
    letter-spacing: 0.2px;
    padding-top: 2px;
  }
  .content-list-layout--1x3 article .article__details h2 + p.article-preview,
  .content-list-layout--1x1 article .article__details h2 + p.article-preview,
  .content-list-layout--1x4 article .article__details h2 + p.article-preview,
  .content-list-layout--2x2 article .article__details h2 + p.article-preview {
    margin-top: 0;
  }
}
.content-list-layout--1x3 article .article-preview,
.content-list-layout--1x1 article .article-preview,
.content-list-layout--1x4 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--1x4 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--1x4 article .article__relative-time,
.content-list-layout--2x2 article .article__relative-time {
  font-size: 12px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #042d4d;
}
@media (min-width: 768px) {
  .content-list-layout--1x3 article,
  .content-list-layout--1x1 article,
  .content-list-layout--1x4 article,
  .content-list-layout--2x2 article {
    margin-bottom: 0px;
  }
  .content-list-layout--1x3 article .flair,
  .content-list-layout--1x1 article .flair,
  .content-list-layout--1x4 article .flair,
  .content-list-layout--2x2 article .flair {
    margin: 10px 0 0 0;
  }
  .content-list-layout--1x3 article .article__details,
  .content-list-layout--1x1 article .article__details,
  .content-list-layout--1x4 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--1x4 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--1x4 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--1x4 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--1x4 article .article__relative-time,
  .content-list-layout--2x2 article .article__relative-time {
    font-family: "spectrum-sans", sans-serif;
    font-weight: 600;
    color: #042d4d;
    font-size: 9px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.8px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .content-list-layout--2x2 article {
    width: 50%;
    max-width: 50%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-list-layout--1x4 article,
  .content-list-layout--1x3 article,
  .content-list-layout--1x1 article,
  .content-list-layout--2x2 article {
    display: block;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-list-layout--1x1 article .flair,
  .content-list-layout--2x2 article .flair {
    display: inline-table;
    padding: 3px 30px;
  }
}
.content-list-layout--4x1-single-column-mobile .content-list__hide-image--false .article__details .video-length-container {
  display: flex;
}
.content-list-layout--4x1-single-column-mobile .content-list__hide-image--false .article-image + .article__details {
  width: 66.6%;
}
.content-list-layout--4x1-single-column-mobile article {
  clear: both;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .content-list-layout--4x1-single-column-mobile article {
    padding: 10px;
  }
}
.content-list-layout--4x1-single-column-mobile article + article {
  border-top: none;
}
.content-list-layout--4x1-single-column-mobile article .flair {
  margin: 0;
}
.content-list-layout--4x1-single-column-mobile article .article-image .videoShow {
  display: none;
}
.content-list-layout--4x1-single-column-mobile article .article__details {
  float: left;
  left: 0;
  margin: 0;
  padding: 0px;
  width: 66.6%;
}
.content-list-layout--4x1-single-column-mobile article .article__details h2 {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1.29;
}
@media (min-width: 768px) {
  .content-list-layout--4x1-single-column-mobile article .article__details h2 {
    letter-spacing: normal;
    line-height: 1.42857143;
    padding-top: 2px;
  }
}
.content-list-layout--4x1-single-column-mobile article .article__details .video-length-container {
  margin-top: 5px;
}
.content-list-layout--4x1-single-column-mobile article .article__details .video-length-container .videoShow {
  display: flex;
  width: 100%;
  max-width: 72px;
  padding: 7px 10px 6px;
  border: 1px solid #042d4d;
}
@media (min-width: 1025px) {
  .content-list-layout--4x1-single-column-mobile article .article__details .video-length-container .videoShow {
    padding: 8px 10px;
  }
}
.content-list-layout--4x1-single-column-mobile article .article__details .video-length-container .videoShow .triangle {
  height: 0;
  width: 0;
  border-top: 7px  solid transparent;
  border-left: 12px solid #042d4d;
  border-bottom: 7px  solid transparent;
  margin-right: 7px;
}
.content-list-layout--4x1-single-column-mobile article .article__details .video-length-container .videoShow .text {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  color: #042d4d;
}
.content-list-layout--4x1-single-column-mobile article .article__details .video-length-container .videoShow[data-video-duration=''] {
  display: none;
}
.content-list-layout--4x1-single-column-mobile article .article__details .video-length-container .videoHide {
  display: none;
}
.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 {
  display: block;
  float: right;
  width: 33.3%;
  padding: 0px 0px 0px 10px;
}
.content-list-layout--4x1-single-column-mobile article .article-image .videoShow {
  display: none;
}
.content-list-layout--4x1-single-column-mobile article .article-image .flair {
  display: none;
}
.content-list-layout--4x1-single-column-mobile .content-list__hide-image--true .article__details {
  width: 100%;
}
.content-list-layout--4x1-single-column-mobile .content-list__hide-image--true .article-image {
  width: 0;
}
@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-layout [class$='hide-image--false'] .article__details .video-length-container {
  display: none;
}
.content-list-layout [class$='hide-image--true'] .article__details .video-length-container {
  display: block;
}
.content-list .view-more .view-more {
  display: inline-block;
  width: 100%;
}
.content-list .view-more .view-more-link {
  color: #001029;
  text-decoration: none;
  font-size: 13px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  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;
}
.disable-content-list {
  padding: 15px;
  background-color: #eeeeee;
}
.disable-content-list div {
  color: #000000;
  font-size: larger;
  text-align: center !important;
}
.landing-page h1,
.blog-landing-page h1 {
  border-top: solid 2px #74a6ee;
  display: inline-block;
  font-size: 15px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  padding-top: 5px;
  text-transform: uppercase;
  margin: 20px 0 10px -8px;
}
@media (min-width: 768px) {
  .landing-page h1,
  .blog-landing-page h1 {
    margin: 20px 0;
  }
}
.landing-page .hide-landing-article,
.blog-landing-page .hide-landing-article {
  display: none;
}
.landing-page .load-more--position-default,
.blog-landing-page .load-more--position-default {
  text-align: center;
  margin: 20px auto;
}
.landing-page .load-more--style-default,
.blog-landing-page .load-more--style-default {
  color: #ffffff;
  border-radius: 0;
  background-color: #74a6ee;
  font-size: 12px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  padding: 10px 48px;
}
@media (min-width: 768px) {
  .content-list-layout--landing-page .content-list-layout--1x4 .articles-container {
    width: auto;
    margin-left: -18px;
    margin-right: -18px;
  }
}
.content-list-layout--landing-page article {
  max-width: 100vw;
  width: 100%;
  font-family: "spectrum-sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}
@media (max-width: 767px) {
  .content-list-layout--landing-page article {
    order: 3;
  }
}
.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: 12px;
}
.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 0px 0px;
}
.content-list-layout--landing-page article .article-image .flair {
  display: none;
}
.content-list-layout--landing-page article .article-image .videoShow {
  bottom: 10px;
}
.content-list-layout--landing-page article:first-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-list-layout--landing-page article:first-child {
    order: 1;
  }
}
.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;
}
.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;
    padding: 0px 18px 30px;
  }
  .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-family: "spectrum-sans", sans-serif;
    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-family: "spectrum-sans", sans-serif;
    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 (max-width: 767px) {
  .content-list-layout--landing-page .articles-container {
    margin-left: -10px;
    padding: 0;
    width: 100vw;
  }
  .content-list-layout--landing-page .articles-container article {
    border: none !important;
  }
  .content-list-layout--landing-page .articles-container article .article-image {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .content-list-layout--landing-page .articles-container article .article__details {
    width: 100%;
    max-width: 100vw;
    padding: 10px 15px;
  }
  .content-list-layout--landing-page .articles-container article .article__details .flair {
    margin: 0;
  }
  .content-list-layout--landing-page .articles-container article .article__details .headline-only--small a {
    font-family: "spectrum-sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
  }
  .content-list-layout--landing-page .articles-container article:first-child {
    margin-bottom: 0;
  }
  .content-list-layout--landing-page .articles-container article:first-child .headline-only--small a {
    font-family: "spectrum-sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .content-list-layout--landing-page .articles-container article .article__details .headline-only--small a {
    font-family: "spectrum-sans", sans-serif;
    font-size: 20px;
  }
}
.content-list-layout--landing-page[data-displayad="true"] .articles-container {
  max-width: 100vw;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .content-list-layout--landing-page[data-displayad="true"] .articles-container {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .content-list-layout--landing-page[data-displayad="true"] article {
    max-width: calc(25% - 18px);
    padding: 0px 0px 30px 0px;
    border: none;
  }
  .content-list-layout--landing-page[data-displayad="true"] article:first-child {
    padding: 0px 0px 30px 0px;
    clear: both;
    max-width: 100%;
    margin-right: 0;
  }
}
.content-list-layout--landing-page[data-displayad="true"] .google-dfp-ads {
  width: 100vw;
}
@media (max-width: 767px) {
  .content-list-layout--landing-page[data-displayad="true"] .google-dfp-ads {
    order: 2;
  }
}
@media (min-width: 768px) {
  .content-list-layout--landing-page[data-displayad="true"] .google-dfp-ads {
    width: calc(25% - 18px);
    padding: 0px 0px 30px 0px;
  }
}
.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: #001029;
    font-size: 16px;
    padding: 0px 10px;
    line-height: 1.1;
    letter-spacing: 0.8px;
    border-radius: 0px;
    border-right: 1px solid #001029;
  }
  .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: 4px;
    margin-right: 2px;
  }
}
.alerts-enabled .wxAlertBar {
  display: block;
  border-bottom: solid 0.5px #d8d8d8;
}
.alert-bar {
  max-width: 1460px;
}
@media (max-width: 1024px) {
  .alert-bar {
    background-image: -webkit-linear-gradient-o-(to bottom, rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0));
  }
}
.cq-wcm-edit .wxAlertBar {
  padding: 0px;
}
.cq-wcm-edit .wxAlertBar .alert-bar {
  position: static;
}
.icon-search-gray {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2035%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22search-gray%22%20fill%3D%22%23001029%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%2817.500000%2C%2016.500000%29%20rotate%2890.000000%29%20translate%28-17.500000%2C%20-16.500000%29%20translate%281.000000%2C%20-1.000000%29%22%20id%3D%22Shape%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M32.4982566%2C31.8794544%20L24.3631921%2C23.2157778%20C26.4548601%2C20.6696977%2027.6008974%2C17.4662079%2027.6008974%2C14.1312362%20C27.6008974%2C6.33939543%2021.4098961%2C0%2013.8004487%2C0%20C6.19100129%2C0%200%2C6.33939543%200%2C14.1312362%20C0%2C21.9230769%206.19100129%2C28.2624724%2013.8004487%2C28.2624724%20C16.6571416%2C28.2624724%2019.3794301%2C27.3801917%2021.7069058%2C25.705333%20L29.9037723%2C34.4347506%20C30.2463834%2C34.7990907%2030.7071984%2C35%2031.2010145%2C35%20C31.6684296%2C35%2032.1118441%2C34.8175227%2032.448455%2C34.4857459%20C33.1636783%2C33.7810273%2033.186479%2C32.6124355%2032.4982566%2C31.8794544%20Z%20M13.8004487%2C3.68640944%20C19.4250316%2C3.68640944%2024.0007803%2C8.37183583%2024.0007803%2C14.1312362%20C24.0007803%2C19.8906365%2019.4250316%2C24.5760629%2013.8004487%2C24.5760629%20C8.17586583%2C24.5760629%203.60011705%2C19.8906365%203.60011705%2C14.1312362%20C3.60011705%2C8.37183583%208.17586583%2C3.68640944%2013.8004487%2C3.68640944%20Z%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.icon-o-sunrise {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2094%2065%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22sunrise%22%20transform%3D%22translate%281.000000%2C%201.000000%29%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%23042D4D%22%20stroke-width%3D%222%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21.662%2C47.44%20C21.662%2C33.98%2032.607%2C23.03%2046.069%2C23.03%20C59.525%2C23.03%2070.474%2C33.98%2070.474%2C47.44%20C70.474%2C48.788%2069.382%2C49.876%2068.03%2C49.876%20C66.683%2C49.876%2065.595%2C48.784%2065.595%2C47.44%20C65.595%2C36.674%2056.835%2C27.914%2046.069%2C27.914%20C35.302%2C27.914%2026.542%2C36.669%2026.542%2C47.44%20C26.542%2C48.788%2025.45%2C49.876%2024.102%2C49.876%20C22.752%2C49.876%2021.662%2C48.784%2021.662%2C47.44%20Z%20M46.07%2C18.627%20C47.412%2C18.627%2048.508%2C17.531%2048.508%2C16.183%20L48.508%2C2.76%20C48.508%2C1.41%2047.418%2C0.32%2046.068%2C0.32%20C44.718%2C0.32%2043.628%2C1.41%2043.628%2C2.76%20L43.628%2C16.183%20C43.628%2C17.531%2044.72%2C18.627%2046.068%2C18.627%20L46.07%2C18.627%20Z%20M22.74%2C27.436%20C23.696%2C26.486%2023.696%2C24.938%2022.74%2C23.986%20L13.215%2C14.462%20C12.265%2C13.512%2010.717%2C13.512%209.765%2C14.462%20C8.815%2C15.414%208.815%2C16.962%209.765%2C17.912%20L19.289%2C27.436%20C19.767%2C27.916%2020.389%2C28.152%2021.014%2C28.152%20C21.637%2C28.152%2022.264%2C27.914%2022.738%2C27.436%20L22.74%2C27.436%20Z%20M0.132%2C41.358%20C-0.024%2C42.698%200.939%2C43.908%202.282%2C44.058%20L15.664%2C45.573%20C17.001%2C45.723%2018.21%2C44.761%2018.364%2C43.423%20C18.514%2C42.086%2017.55%2C40.877%2016.214%2C40.725%20L2.83%2C39.21%20C2.158%2C39.133%201.523%2C39.335%201.035%2C39.724%20C0.547%2C40.112%200.205%2C40.69%200.132%2C41.358%20L0.132%2C41.358%20Z%20M73.558%2C43.255%20C73.648%2C43.922%2074.006%2C44.49%2074.504%2C44.865%20C75.002%2C45.24%2075.644%2C45.425%2076.314%2C45.331%20L89.65%2C43.458%20C90.982%2C43.271%2091.913%2C42.036%2091.726%2C40.703%20C91.538%2C39.37%2090.303%2C38.44%2088.971%2C38.627%20L75.635%2C40.5%20C74.298%2C40.685%2073.367%2C41.92%2073.559%2C43.255%20L73.558%2C43.255%20Z%20M81.554%2C14.457%20C80.598%2C13.507%2079.057%2C13.507%2078.104%2C14.457%20L70.088%2C22.474%20C69.135%2C23.424%2069.135%2C24.971%2070.088%2C25.924%20C70.566%2C26.404%2071.188%2C26.639%2071.812%2C26.639%20C72.44%2C26.639%2073.064%2C26.402%2073.538%2C25.923%20L81.554%2C17.906%20C82.507%2C16.956%2082.507%2C15.414%2081.554%2C14.456%20L81.554%2C14.457%20Z%20M67.336%2C57.963%20L24.802%2C57.963%20C23.582%2C57.963%2022.59%2C58.951%2022.59%2C60.17%20C22.59%2C61.394%2023.578%2C62.382%2024.802%2C62.382%20L67.336%2C62.382%20C68.556%2C62.382%2069.546%2C61.394%2069.546%2C60.17%20C69.542%2C58.95%2068.556%2C57.963%2067.336%2C57.963%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M47.487%2C35.002%20C47.157%2C34.672%2046.734%2C34.5%2046.303%2C34.47%20C46.253%2C34.466%2046.203%2C34.455%2046.151%2C34.455%20C46.101%2C34.455%2046.051%2C34.465%2046.001%2C34.47%20C45.571%2C34.5%2045.146%2C34.67%2044.816%2C35.002%20L39.036%2C40.798%20C38.313%2C41.523%2038.313%2C42.698%2039.036%2C43.423%20C39.76%2C44.148%2040.934%2C44.148%2041.656%2C43.423%20L44.324%2C40.748%20L44.324%2C49.438%20C44.324%2C50.448%2045.142%2C51.266%2046.151%2C51.266%20C47.161%2C51.266%2047.978%2C50.448%2047.978%2C49.439%20L47.978%2C40.747%20L50.645%2C43.422%20C51.369%2C44.147%2052.542%2C44.147%2053.265%2C43.422%20C53.989%2C42.697%2053.989%2C41.522%2053.265%2C40.797%20L47.488%2C35.001%20L47.487%2C35.002%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.icon-o-sunset {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2094%2065%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22sunset%22%20transform%3D%22translate%281.000000%2C%201.000000%29%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%23042D4D%22%20stroke-width%3D%222%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21.662%2C47.44%20C21.662%2C33.98%2032.607%2C23.03%2046.069%2C23.03%20C59.525%2C23.03%2070.474%2C33.98%2070.474%2C47.44%20C70.474%2C48.788%2069.382%2C49.876%2068.03%2C49.876%20C66.683%2C49.876%2065.595%2C48.784%2065.595%2C47.44%20C65.595%2C36.674%2056.835%2C27.914%2046.069%2C27.914%20C35.302%2C27.914%2026.542%2C36.669%2026.542%2C47.44%20C26.542%2C48.788%2025.45%2C49.876%2024.102%2C49.876%20C22.752%2C49.876%2021.662%2C48.784%2021.662%2C47.44%20Z%20M46.07%2C18.627%20C47.412%2C18.627%2048.508%2C17.531%2048.508%2C16.183%20L48.508%2C2.76%20C48.508%2C1.41%2047.418%2C0.32%2046.068%2C0.32%20C44.718%2C0.32%2043.628%2C1.41%2043.628%2C2.76%20L43.628%2C16.183%20C43.628%2C17.531%2044.72%2C18.627%2046.068%2C18.627%20L46.07%2C18.627%20Z%20M22.74%2C27.436%20C23.696%2C26.486%2023.696%2C24.938%2022.74%2C23.986%20L13.215%2C14.462%20C12.265%2C13.512%2010.717%2C13.512%209.765%2C14.462%20C8.815%2C15.414%208.815%2C16.962%209.765%2C17.912%20L19.289%2C27.436%20C19.767%2C27.916%2020.389%2C28.152%2021.014%2C28.152%20C21.637%2C28.152%2022.264%2C27.914%2022.738%2C27.436%20L22.74%2C27.436%20Z%20M0.132%2C41.358%20C-0.024%2C42.698%200.939%2C43.908%202.282%2C44.058%20L15.664%2C45.573%20C17.001%2C45.723%2018.21%2C44.761%2018.364%2C43.423%20C18.514%2C42.086%2017.55%2C40.877%2016.214%2C40.725%20L2.83%2C39.21%20C2.158%2C39.133%201.523%2C39.335%201.035%2C39.724%20C0.547%2C40.112%200.205%2C40.69%200.132%2C41.358%20L0.132%2C41.358%20Z%20M73.558%2C43.255%20C73.648%2C43.922%2074.006%2C44.49%2074.504%2C44.865%20C75.002%2C45.24%2075.644%2C45.425%2076.314%2C45.331%20L89.65%2C43.458%20C90.982%2C43.271%2091.913%2C42.036%2091.726%2C40.703%20C91.538%2C39.37%2090.303%2C38.44%2088.971%2C38.627%20L75.635%2C40.5%20C74.298%2C40.685%2073.367%2C41.92%2073.559%2C43.255%20L73.558%2C43.255%20Z%20M81.554%2C14.457%20C80.598%2C13.507%2079.057%2C13.507%2078.104%2C14.457%20L70.088%2C22.474%20C69.135%2C23.424%2069.135%2C24.971%2070.088%2C25.924%20C70.566%2C26.404%2071.188%2C26.639%2071.812%2C26.639%20C72.44%2C26.639%2073.064%2C26.402%2073.538%2C25.923%20L81.554%2C17.906%20C82.507%2C16.956%2082.507%2C15.414%2081.554%2C14.456%20L81.554%2C14.457%20Z%20M67.336%2C57.963%20L24.802%2C57.963%20C23.582%2C57.963%2022.59%2C58.951%2022.59%2C60.17%20C22.59%2C61.394%2023.578%2C62.382%2024.802%2C62.382%20L67.336%2C62.382%20C68.556%2C62.382%2069.546%2C61.394%2069.546%2C60.17%20C69.542%2C58.95%2068.556%2C57.963%2067.336%2C57.963%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M44.815%2C50.72%20C45.145%2C51.05%2045.568%2C51.22%2045.999%2C51.25%20C46.049%2C51.255%2046.099%2C51.266%2046.149%2C51.266%20C46.201%2C51.266%2046.249%2C51.256%2046.301%2C51.251%20C46.731%2C51.223%2047.156%2C51.051%2047.486%2C50.721%20L53.266%2C44.924%20C53.989%2C44.199%2053.989%2C43.024%2053.266%2C42.299%20C52.542%2C41.574%2051.368%2C41.574%2050.646%2C42.299%20L47.978%2C44.974%20L47.978%2C36.284%20C47.978%2C35.274%2047.158%2C34.456%2046.15%2C34.456%20C45.14%2C34.456%2044.323%2C35.274%2044.323%2C36.283%20L44.323%2C44.973%20L41.658%2C42.3%20C40.934%2C41.575%2039.761%2C41.575%2039.038%2C42.3%20C38.314%2C43.025%2038.314%2C44.2%2039.038%2C44.925%20L44.815%2C50.721%20L44.815%2C50.72%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.wx-baronradar .baronRadarWrapper {
  display: inline-block;
  width: 100%;
}
.wx-baronradar .baronradardesktop {
  position: relative;
  display: none;
  width: 100%;
  height: 120px;
  margin-bottom: 40px;
  border-radius: 5px;
  overflow: hidden;
}
.wx-baronradar .baronradardesktop:after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: '';
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20viewBox%3D%220%200%2026%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2051.2%20%2857519%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Ctitle%3EArtboard%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Artboard%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22957879203438413e1fbd7de4825e7f1e%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6%2C-4.26325641e-14%20L20%2C-4.26325641e-14%20C23.3137085%2C-4.32412825e-14%2026%2C2.6862915%2026%2C6%20L26%2C20%20C26%2C23.3137085%2023.3137085%2C26%2020%2C26%20L6%2C26%20C2.6862915%2C26%201.29399067e-15%2C23.3137085%208.8817842e-16%2C20%20L0%2C6%20C-4.05812251e-16%2C2.6862915%202.6862915%2C-4.29120242e-14%206%2C-4.35207426e-14%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F9F8F8%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.9997959%2C11.4993878%20L19.9997959%2C7.39979592%20L13.4995918%2C13.4995918%20L11.9989796%2C11.9989796%20L18.4%2C6.00020408%20L14.5006122%2C6.00020408%20L14.5006122%2C4%20L19.9997959%2C4%20C21.1%2C4%2022%2C4.9%2022%2C6.00020408%20L22%2C11.4993878%20L19.9997959%2C11.4993878%20Z%20M6.00020408%2C19.9997959%20L19.0006122%2C19.9997959%20L19.0006122%2C15.4997959%20L21.0008163%2C15.4997959%20L21.0008163%2C19.9997959%20C21.0008163%2C21.1%2020.1008163%2C22%2019.0006122%2C22%20L6.00020408%2C22%20C4.9%2C22%204%2C21.1%204%2C19.9997959%20L4%2C6.99938776%20C4%2C5.89918367%204.9%2C4.99918367%206.00020408%2C4.99918367%20L10.5002041%2C4.99918367%20L10.5002041%2C6.99938776%20L6.00020408%2C6.99938776%20L6.00020408%2C19.9997959%20Z%22%20id%3D%22Path%22%20fill%3D%22%23042D4D%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .wx-baronradar .baronradardesktop {
    display: inline-block;
  }
}
.wx-baronradar .baronradarmobile {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 81px;
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
}
.wx-baronradar .baronradarmobile:after {
  position: absolute;
  bottom: 7px;
  right: 7px;
  content: '';
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20viewBox%3D%220%200%2026%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2051.2%20%2857519%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Ctitle%3EArtboard%3C/title%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Artboard%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22957879203438413e1fbd7de4825e7f1e%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6%2C-4.26325641e-14%20L20%2C-4.26325641e-14%20C23.3137085%2C-4.32412825e-14%2026%2C2.6862915%2026%2C6%20L26%2C20%20C26%2C23.3137085%2023.3137085%2C26%2020%2C26%20L6%2C26%20C2.6862915%2C26%201.29399067e-15%2C23.3137085%208.8817842e-16%2C20%20L0%2C6%20C-4.05812251e-16%2C2.6862915%202.6862915%2C-4.29120242e-14%206%2C-4.35207426e-14%20Z%22%20id%3D%22Path%22%20fill%3D%22%23F9F8F8%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.9997959%2C11.4993878%20L19.9997959%2C7.39979592%20L13.4995918%2C13.4995918%20L11.9989796%2C11.9989796%20L18.4%2C6.00020408%20L14.5006122%2C6.00020408%20L14.5006122%2C4%20L19.9997959%2C4%20C21.1%2C4%2022%2C4.9%2022%2C6.00020408%20L22%2C11.4993878%20L19.9997959%2C11.4993878%20Z%20M6.00020408%2C19.9997959%20L19.0006122%2C19.9997959%20L19.0006122%2C15.4997959%20L21.0008163%2C15.4997959%20L21.0008163%2C19.9997959%20C21.0008163%2C21.1%2020.1008163%2C22%2019.0006122%2C22%20L6.00020408%2C22%20C4.9%2C22%204%2C21.1%204%2C19.9997959%20L4%2C6.99938776%20C4%2C5.89918367%204.9%2C4.99918367%206.00020408%2C4.99918367%20L10.5002041%2C4.99918367%20L10.5002041%2C6.99938776%20L6.00020408%2C6.99938776%20L6.00020408%2C19.9997959%20Z%22%20id%3D%22Path%22%20fill%3D%22%23042D4D%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  background-size: contain;
}
@media (min-width: 768px) {
  .wx-baronradar .baronradarmobile {
    display: none;
  }
}
.radarWrapper > div:not([class]) {
  z-index: 0;
}
.header-player {
  padding: 0;
}
@media (min-width: 768px) {
  .header-player {
    max-width: 1050px;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .header-player {
    max-width: 1250px;
  }
}
@media (min-width: 768px) {
  body.alerts-enabled .header-player {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .overlay-text {
    top: 205px;
  }
}
@media (min-width: 1025px) {
  .empire-nav-wrapper {
    display: block;
    line-height: 1;
  }
  .empire-nav-wrapper > ul {
    display: flex;
    margin-bottom: 0;
  }
  .empire-nav-wrapper > ul > li {
    margin-left: 4px;
  }
  .empire-nav-wrapper > ul > li:nth-of-type(1) {
    margin-left: 0;
  }
  .empire-nav-wrapper > ul > li:nth-of-type(2) {
    margin-left: 0;
  }
  .header-profile-icon:hover .profile-icon-separator {
    display: none;
  }
  .empire-nav-item-list .profile-icon-separator {
    display: inline;
    flex-grow: 0;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.75px;
    text-align: left;
    color: #001019;
    padding: 14px 0;
    font-family: "spectrum-sans", sans-serif;
    font-weight: 800;
  }
  .empire-nav-item-list .recent-activity-list {
    padding-left: 0px !important;
    padding-right: 0px;
  }
  .empire-nav-item-list .recent-activity-list .profile-icon-container {
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
    padding: 6px 7px 15px 10px;
  }
  .empire-nav-item-list .recent-activity-list .profile-icon-container .profile-icon {
    width: 32px;
    height: 32px;
    flex-grow: 0;
    object-fit: contain;
  }
  .empire-nav-item-list > li {
    position: relative;
    display: inline-block;
    z-index: 96;
  }
  .empire-nav-item-list > li > a {
    border: none;
    position: relative;
  }
  .empire-nav-item-list > li .empire-link-list {
    display: none;
  }
  .empire-nav-item-list > li .recent-activity-dropdown,
  .empire-nav-item-list > li .sign-in-dropdown {
    left: auto !important;
    min-width: 250px !important;
    right: 0;
  }
  .empire-nav-item-list > li .recent-activity-dropdown .recent-activity-list-span,
  .empire-nav-item-list > li .sign-in-dropdown .recent-activity-list-span,
  .empire-nav-item-list > li .recent-activity-dropdown .sign-in-list-span,
  .empire-nav-item-list > li .sign-in-dropdown .sign-in-list-span {
    flex-grow: 0;
    font-family: "spectrum-sans", sans-serif;
    font-weight: 800;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: left;
    color: #000;
    text-transform: capitalize;
  }
  .empire-nav-item-list > li .empire-link-list > ul {
    position: absolute;
    padding-left: 9px;
    padding-right: 9px;
    left: 0;
    min-width: 275px;
    background: #ffffff;
    border-bottom: white 10px solid;
  }
  .empire-nav-item-list > li .empire-link-list > ul > li {
    height: 35px;
    white-space: nowrap;
  }
  .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);
    transform: translate3d(0, 0, 0);
  }
  .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;
  }
  .empire-nav-item-list > li:nth-of-type(1) {
    padding-left: 17px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .empire-nav-item-list > li > a {
    line-height: 1;
  }
  .empire-nav-item-list > li > a:first-line {
    line-height: 32.5px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  .empire-nav-item-list > li .empire-link-list > ul {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.cq-wcm-edit .cq-placeholder-empire-nav {
  display: none;
}
.section-header {
  height: 65px;
}
.section-header .section-header-inner {
  border-top: solid 2px #74a6ee;
  color: #001029;
  display: inline-block;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.8px;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-header .section-header-inner a {
  color: #001029;
  text-decoration: none;
}
.section-header .edit-weather-location {
  border-top: none;
  width: 135px;
  height: 37px;
  margin: 20px 0 0 14px;
  color: #fff;
  display: inline-block;
  font-family: "spectrum-sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.8px;
  padding-top: 10px;
  background-color: #699df3;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 480px) {
  .section-header .hide-on-mobile {
    display: none !important;
  }
  .section-header .edit-weather-location {
    margin: 0 !important;
    width: 100%;
  }
}
/* The Modal (background) */
.location-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  padding-top: 400px;
  /* Location of the box */
  padding-left: 50%;
  padding-right: 50%;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  width: 284px;
  min-height: 224px;
  max-height: 254px;
  padding: 16px 16px 24px;
  border-radius: 4px;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
}
.modal-content .modal-title-text {
  width: 239px;
  height: 29px;
  margin: 8px 13px 6px 0;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.02px;
  color: #042d4d;
}
.modal-content .modal-desc-text {
  width: 252px;
  height: 39px;
  margin: 6px 0 0;
  font-family: "spectrum-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.07px;
  color: #042d4d;
}
.modal-content #edit-location-zip {
  font-size: 16px;
  letter-spacing: 0.84px;
  border: 1px solid #b5b5b5;
}
/* The Close Button */
.edit-location-modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
  margin-top: -22px;
}
.edit-location-modal-close:hover,
.edit-location-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#edit-location-zip {
  width: 252px;
  height: 37px;
  margin: 16px 0 12px;
  padding: 9px 9px 8px 10px;
  border-radius: 2px;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.edit-location-save {
  width: 252px;
  height: 37px;
  margin: 12px 0 0;
  padding: 11px 19.5px;
  background-color: #2b5caf;
  cursor: pointer;
  border-radius: 2px;
}
.save-button-text {
  width: 213px;
  height: 15px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
}
.zip-error-message {
  display: none;
  width: 252px;
  height: 12px;
  margin: 2px 0 12px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #da3f38;
}
@media (max-width: 768px) {
  .location-modal {
    padding-top: 125px;
    padding-left: 12%;
  }
  .edit-weather-location {
    width: 100%;
    margin: 1px 0 0 0;
    float: none;
  }
  .section-header {
    height: auto;
  }
  .section-header-inner {
    float: none;
  }
}
.source-selector-modal {
  display: flex;
}
.source-selector-modal .source-selector-modal-close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.source-selector-modal .ip-regional .ip-regional-modal-content .selector-continue-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  width: auto;
  height: 37px;
  padding: 0;
  border: 0px;
  cursor: pointer;
  background-color: #2B5CAF;
}
@media (min-width: 768px) {
  .source-selector-modal .ip-regional .ip-regional-modal-content .selector-continue-button {
    width: 388px;
  }
}
.source-selector-modal .ip-regional .ip-regional-modal-content .selector-continue-button .confirm-text {
  height: 15px;
  color: #FFF;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.source-selector-modal .ip-regional .ip-regional-modal-content .ip-location-info {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.source-selector-modal .ip-regional .ip-regional-modal-content .ip-location-info .check-icon-info {
  width: 16px;
  height: 16px;
}
.ip-regionalization-modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 10%;
  padding-left: 50%;
  padding-right: 50%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 320px) {
  .ip-regionalization-modal {
    padding-top: 5%;
  }
}
.ip-regionalization-modal .ip-regional {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.ip-regionalization-modal .ip-regional .ip-modal-close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content {
  display: flex;
  padding: 32px 16px 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
  top: 124px;
  left: 174px;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content a {
  text-decoration: none;
}
@media (max-width: 320px) {
  .ip-regionalization-modal .ip-regional .ip-regional-modal-content {
    gap: 8px;
  }
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .ip-modal-heading {
  color: #000;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  white-space: nowrap;
  line-height: 29px;
  letter-spacing: 0.5px;
  align-self: stretch;
  width: 252px;
  height: 29px;
}
@media (min-width: 768px) {
  .ip-regionalization-modal .ip-regional .ip-regional-modal-content .ip-modal-heading {
    width: 388px;
  }
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .ip-modal-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.2px;
}
@media (min-width: 768px) {
  .ip-regionalization-modal .ip-regional .ip-regional-modal-content .ip-modal-text {
    width: 388px;
  }
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .region-img {
  width: 140px;
  height: 140px;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector {
  width: 343px;
  height: 120px;
  padding: 20px 0px 20px 0px;
  gap: 24px;
  display: flex;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .active-lang .spanish-selector {
  border: 3px solid #0A6EDC;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .active-lang .english-selector {
  border: 3px solid #0A6EDC;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .inactive-lang .spanish-selector {
  border: 1px solid #C4C4C4;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .inactive-lang .english-selector {
  border: 1px solid #C4C4C4;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .english-selector-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .english-selector-content .english-selector {
  width: 159.5px;
  height: 80px;
  padding: 22px 17px 22px 17px;
  gap: 10px;
  border-radius: 16px;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .english-selector-content .english-selector .english-domain-logo {
  width: 94px;
  padding: 0px 0px 0px 6.67px;
  gap: 0px;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .english-selector-content .language-active {
  width: 90px;
  height: 28px;
  display: flex;
  padding: 4px 12px 4px 12px;
  gap: 8px;
  border-radius: 16px ;
  border: 1px 0px 0px 0px;
  background-color: #0271EB;
  left: 30px;
  top: 65px;
  position: absolute;
  align-items: center;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .english-selector-content .language-active .check-icon {
  width: 18px;
  height: 20px;
  padding: 1px 0px 1px 0px;
  gap: 0px;
  opacity: 0px;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .english-selector-content .language-active span {
  width: 40px;
  height: 18px;
  gap: 0px;
  opacity: 0px;
  font-size: 12px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .english-selector-content .language {
  width: 68px;
  height: 26px;
  opacity: 0px;
  padding: 4px 12px 4px 12px;
  gap: 8px;
  border-radius: 16px ;
  border: 1px solid #C4C4C4;
  left: 45px;
  top: 65px;
  position: absolute;
  background-color: #ffff;
  display: flex;
  align-items: center;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .english-selector-content .language .check-icon {
  display: none;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .english-selector-content .language span {
  width: 44px;
  height: 18px;
  display: flex;
  gap: 0px;
  opacity: 0px;
  font-family: "spectrum-sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #000000;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .spanish-selector-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .spanish-selector-content .spanish-selector {
  width: 159.5px;
  height: 80px;
  padding: 22px 33px 22px 33px;
  gap: 10px;
  border-radius: 16px;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .spanish-selector-content .spanish-selector .spanish-domain-logo {
  width: 94px;
  padding: 0px 4.85px 0px 4.91px;
  gap: 0px;
  opacity: 0px;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .spanish-selector-content .language-active {
  width: 90px;
  height: 28px;
  display: flex;
  padding: 4px 12px 4px 12px;
  gap: 8px;
  border-radius: 16px;
  border: 1px 0px 0px 0px;
  background-color: #0271EB;
  left: 30px;
  top: 65px;
  position: absolute;
  align-items: center;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .spanish-selector-content .language-active .check-icon {
  width: 18px;
  height: 20px;
  padding: 1px 0px 1px 0px;
  gap: 0px;
  opacity: 0px;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .spanish-selector-content .language-active span {
  height: 18px;
  gap: 0px;
  opacity: 0px;
  font-size: 12px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .spanish-selector-content .language {
  width: 68px;
  height: 26px;
  gap: 0px;
  padding: 4px 12px 4px 12px;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid #C4C4C4;
  opacity: 0px;
  left: 45px;
  top: 65px;
  position: absolute;
  background-color: #ffff;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .spanish-selector-content .language .check-icon {
  display: none;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .language-selector .spanish-selector-content .language span {
  display: flex;
  width: 44px;
  height: 18px;
  gap: 0px;
  opacity: 0px;
  font-family: "spectrum-sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #000000;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .ip-location {
  height: 29px;
  color: #000;
  align-self: stretch;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  line-height: 29px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .ip-regionalization-modal .ip-regional .ip-regional-modal-content .ip-location {
    width: 388px;
  }
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .ip-location-info {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .info-block1 .check-icon {
  width: 16px;
  height: 16px;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .info-block1 .info1 {
  flex: 1 0 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.2px;
  width: 252px;
}
@media (min-width: 768px) {
  .ip-regionalization-modal .ip-regional .ip-regional-modal-content .info-block1 .info1 {
    width: 356px;
  }
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .info-block2 .check-icon {
  width: 16px;
  height: 16px;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .info-block2 .info2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  align-self: stretch;
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.2px;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .confirm-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  width: auto;
  height: 37px;
  padding: 0;
  border: 0px;
  cursor: pointer;
  background-color: #2B5CAF;
}
@media (min-width: 768px) {
  .ip-regionalization-modal .ip-regional .ip-regional-modal-content .confirm-button-container {
    width: 388px;
  }
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .confirm-button-container .confirm-text {
  width: 58px;
  color: #FFF;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .change-button-container {
  width: auto;
  cursor: pointer;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 0;
  background: #FFF;
  border: solid 3px #2B5CAF;
}
@media (min-width: 768px) {
  .ip-regionalization-modal .ip-regional .ip-regional-modal-content .change-button-container {
    width: 388px;
  }
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .change-button-container .button-text {
  color: #2B5CAF;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  align-items: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.ip-regionalization-modal .ip-regional .ip-regional-modal-content .info-footer {
  align-self: stretch;
  color: #63738A;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
}
.notification-popup {
  width: 336px;
  top: 45px;
  right: 460px;
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 100;
}
@media (max-width: 1024px) {
  .notification-popup {
    margin-left: 20px;
  }
}
.notification-popup .pointer {
  width: 30px;
  height: 16px;
  left: 293.81px;
  border-left: 15px solid transparent;
  background: #2B5CAF;
  border-right: 15px solid transparent;
  border-bottom: 16px solid #2B5CAF;
  position: relative;
  background: transparent;
}
.notification-popup .notification-container {
  display: flex;
  background: #2B5CAF;
}
.notification-popup .notification-container .description-container {
  gap: 20px;
  opacity: 0px;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 20px 30px;
}
.notification-popup .notification-container .description-container .notification-title {
  gap: 0px;
  opacity: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  padding: 0px 15px 0px 0px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.notification-popup .notification-container .description-container .notification-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  padding: 0px 15px 0px 0px;
}
.notification-popup .notification-container .description-container .cta-container {
  display: flex;
  gap: 4px;
  align-items: center;
}
.notification-popup .notification-container .description-container .cta-container .redirect-link {
  color: #ffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.notification-popup .notification-container .description-container .cta-container .cta-link {
  width: 16px;
  height: 16px;
}
.notification-popup .notification-container .ip-notification-close,
.notification-popup .notification-container .returning-user-popup-close {
  width: 24px;
  height: 24px;
  top: 36px;
  left: 302px;
  padding: 3.97px;
  position: absolute;
}
@media (min-width: 1025px) {
  .navbar-toggle {
    display: none;
  }
}
.empire-nav-wrapper {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 2.5;
  letter-spacing: 0.8px;
  width: 100%;
  color: #001029;
  height: 100%;
  overflow-y: scroll;
  max-height: calc(100vh -  63px);
}
@media (min-width: 1025px) {
  .empire-nav-wrapper {
    overflow-y: visible;
    max-height: 100%;
  }
}
.empire-nav-wrapper ul {
  list-style-type: none;
}
.empire-nav-wrapper > ul {
  padding: 0px;
}
.empire-nav-wrapper > ul > li > a {
  display: block;
  margin: auto;
  padding: 6px 7px 15px 8px;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  color: #001029;
  top: 5px;
}
.empire-nav-wrapper > ul > li > a:hover {
  /*What is the hover state cover*/
  text-decoration: none;
  color: #001029;
}
.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;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
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 {
  background-color: inherit;
}
.empire-full-mobile-menu .empire-mobile-item-list > li {
  padding-top: 20px;
}
.empire-full-mobile-menu .empire-mobile-item-list > li > a {
  color: #001029;
  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 #001029;
  color: #000000;
  font-size: 14px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 500;
  height: 40px;
  line-height: 1;
  padding: 0px 20px;
  width: 94%;
  margin: 0 3%;
}
.empire-full-mobile-menu .mobile-search::-moz-placeholder {
  color: #001029;
  opacity: 1;
}
.empire-full-mobile-menu .mobile-search:-ms-input-placeholder {
  color: #001029;
}
.empire-full-mobile-menu .mobile-search::-webkit-input-placeholder {
  color: #001029;
}
.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: #001029;
}
.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;
}
.empire-full-mobile-menu .sign-in-label,
.empire-full-mobile-menu .recent-activity-mobile {
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .cq-wcm-edit .empire-nav-wrapper > ul {
    position: static;
  }
}
.hourly-weekly__container {
  font-family: "spectrum-sans", sans-serif;
  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;
}
@media (max-width: 420px) {
  .hourly-weekly__container ::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .hourly-weekly__container ::-webkit-scrollbar:horizontal {
    height: 12px;
  }
  .hourly-weekly__container ::-webkit-scrollbar-thumb {
    background-color: #7a878f;
    border-radius: 10px;
    border: 2px solid #ffffff;
  }
  .hourly-weekly__container ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
  }
}
.hourly-weekly__container .current__hourly__container {
  padding: 24px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .hourly-weekly__container .current__hourly__container {
    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: 215px;
}
.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-family: "spectrum-sans", sans-serif;
  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;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .hourly-weekly__container .locale__city {
    width: 500px;
    padding: 0px 45px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 820px) and (orientation: portrait) {
  .hourly-weekly__container .locale__city {
    width: 410px;
    padding: 0px 45px 0px 0px;
  }
}
@media (min-width: 768px) {
  .hourly-weekly__container .locale__state {
    width: 500px;
    padding: 0px 45px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 820px) and (orientation: portrait) {
  .hourly-weekly__container .locale__state {
    width: 410px;
    padding: 0px 45px 0px 0px;
  }
}
@media (min-width: 768px) {
  .hourly-weekly__container .locale {
    text-align: right !important;
    position: absolute;
    top: 40px;
    left: 40%;
    width: 500px;
  }
  .hourly-weekly__container .locale__city {
    font-size: 3em;
  }
}
@media (min-width: 768px) and (max-width: 820px) and (orientation: portrait) {
  .hourly-weekly__container .locale {
    width: 410px;
    left: 45%;
  }
}
.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: 40px auto 40px auto;
}
.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 */
    -ms-overflow-style: none;
  }
}
.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: 0 18px 0 18px;
}
body.leaderboard-atf-enabled .body-container {
  padding: 0 18px 0 18px;
}
body.alerts-enabled .body-container {
  padding: 0 18px;
}
body.pvp-enabled .body-container {
  margin-top: 0;
  padding: 0 18px;
}
@media (min-width: 1050px) {
  .body-container {
    width: 1050px;
    padding: 10px 0;
  }
  body.alerts-enabled .body-container {
    padding: 0;
  }
  body.pvp-enabled .body-container {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .body-container {
    width: 100%;
    max-width: 1250px;
  }
}
.share-bar-container {
  padding: 10px 0 0 0;
}
@media (min-width: 1025px) {
  .share-bar-container {
    position: absolute;
    top: 75px;
    left: -20px;
    width: 30px;
    padding: 0;
  }
}
@media (min-width: 1110px) {
  .share-bar-container {
    left: -50px;
  }
}
.share-bar-container .share-text-article {
  display: none;
}
.share-bar-container button {
  height: 30px;
  width: 30px;
  display: none;
  background-color: transparent;
  position: relative;
  float: left;
  padding: 0 4px 0 0;
  cursor: pointer;
  border-style: none;
  margin: 0 12.8px 0 0;
}
.share-bar-container button:last-of-type {
  margin: 0;
}
@media (max-width: 320px) {
  .share-bar-container button {
    margin: 0 11px 0 0;
  }
  .share-bar-container button:last-of-type {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .share-bar-container button {
    margin: 10px 0 0 0;
  }
  .share-bar-container button:last-of-type {
    margin: 10px 0 0 0;
  }
}
.share-bar-container.os-desktop button.desktop-uri {
  display: block;
}
.share-bar-container.os-ios button.mobile-uri.os-ios,
.share-bar-container.os-ios button.mobile-uri.mobile-uri {
  display: block;
}
.share-bar-container.os-ios button.mobile-uri.os-not-ios.mobile-uri {
  display: none;
}
.share-bar-container.os-not-ios button.mobile-uri {
  display: block;
}
.share-bar-container.os-not-ios button.mobile-uri.os-ios {
  display: none;
}
.share-bar-container .icon-clipboard-copied-desktop {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%20173%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22clipboard-copied-desktop%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.969233%2C17%20C0.969233%2C20.571333%203.869461%2C33%2018.049944%2C33%20C57.257208%2C33%20142.987734%2C33%20150.250072%2C33%20C157.084015%2C33%20162.966413%2C28.8891361%20165.519295%2C23.0274893%20C165.788158%2C22.4101562%20168.281726%2C20.2343265%20173%2C16.5%20C168.307951%2C12.8157227%20165.802675%2C10.6132058%20165.484172%2C9.89244925%20C162.912756%2C4.07346601%20157.052859%2C2.92302032e-13%20150.250072%2C2.92302032e-13%20C145.498074%2C2.92302032e-13%2059.003209%2C-1.71313596e-13%2018.049944%2C7.63705924e-14%20C3.880733%2C1.62065577e-13%200.969233%2C12.6162593%200.969233%2C17%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23001029%22%20transform%3D%22translate%2886.984617%2C%2016.500000%29%20rotate%28-180.000000%29%20translate%28-86.984617%2C%20-16.500000%29%20%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Link-Copied-to-Clipb%22%20transform%3D%22translate%2820.000000%2C%2011.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22path-1-link%22%20fill%3D%22%23000000%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.82%2C9%20L0.72%2C9%20L0.72%2C0.996%20L2.436%2C0.996%20L2.436%2C7.5%20L5.82%2C7.5%20L5.82%2C9%20Z%20M7.692%2C2.58%20C7.44399876%2C2.58%207.23200088%2C2.4900009%207.056%2C2.31%20C6.87999912%2C2.1299991%206.792%2C1.91600124%206.792%2C1.668%20C6.792%2C1.41999876%206.87999912%2C1.20800088%207.056%2C1.032%20C7.23200088%2C0.85599912%207.44399876%2C0.768%207.692%2C0.768%20C7.94800128%2C0.768%208.16399912%2C0.85599912%208.34%2C1.032%20C8.51600088%2C1.20800088%208.604%2C1.41999876%208.604%2C1.668%20C8.604%2C1.91600124%208.51600088%2C2.1299991%208.34%2C2.31%20C8.16399912%2C2.4900009%207.94800128%2C2.58%207.692%2C2.58%20Z%20M8.46%2C9%20L6.936%2C9%20L6.936%2C3.204%20L8.46%2C3.204%20L8.46%2C9%20Z%20M15.42%2C9%20L13.884%2C9%20L13.884%2C5.496%20C13.884%2C4.7759964%2013.5280036%2C4.416%2012.816%2C4.416%20C12.2879974%2C4.416%2011.8480018%2C4.63999776%2011.496%2C5.088%20L11.496%2C9%20L9.972%2C9%20L9.972%2C3.204%20L11.496%2C3.204%20L11.496%2C3.948%20C11.704001%2C3.69999876%2011.9859982%2C3.49000086%2012.342%2C3.318%20C12.6980018%2C3.14599914%2013.0919978%2C3.06%2013.524%2C3.06%20C14.1480031%2C3.06%2014.6199984%2C3.22399836%2014.94%2C3.552%20C15.2600016%2C3.88000164%2015.42%2C4.33199712%2015.42%2C4.908%20L15.42%2C9%20Z%20M22.584%2C9%20L20.676%2C9%20L19.14%2C6.768%20L18.444%2C7.512%20L18.444%2C9%20L16.92%2C9%20L16.92%2C0.996%20L18.444%2C0.996%20L18.444%2C5.784%20L20.64%2C3.204%20L22.512%2C3.204%20L20.22%2C5.832%20L22.584%2C9%20Z%20M30.36%2C9.144%20C29.1359939%2C9.144%2028.1180041%2C8.7580039%2027.306%2C7.986%20C26.4939959%2C7.21399614%2026.088%2C6.22000608%2026.088%2C5.004%20C26.088%2C3.77999388%2026.4939959%2C2.78400384%2027.306%2C2.016%20C28.1180041%2C1.24799616%2029.1359939%2C0.864%2030.36%2C0.864%20C31.8560075%2C0.864%2032.9679964%2C1.51599348%2033.696%2C2.82%20L32.232%2C3.54%20C32.0559991%2C3.20399832%2031.7980017%2C2.9260011%2031.458%2C2.706%20C31.1179983%2C2.4859989%2030.752002%2C2.376%2030.36%2C2.376%20C29.6319964%2C2.376%2029.0300024%2C2.62399752%2028.554%2C3.12%20C28.0779976%2C3.61600248%2027.84%2C4.2439962%2027.84%2C5.004%20C27.84%2C5.7640038%2028.0779976%2C6.39199752%2028.554%2C6.888%20C29.0300024%2C7.38400248%2029.6319964%2C7.632%2030.36%2C7.632%20C30.752002%2C7.632%2031.1179983%2C7.5220011%2031.458%2C7.302%20C31.7980017%2C7.0819989%2032.0559991%2C6.80400168%2032.232%2C6.468%20L33.696%2C7.176%20C32.9519963%2C8.4880066%2031.8400074%2C9.144%2030.36%2C9.144%20Z%20M37.368%2C9.144%20C36.4399954%2C9.144%2035.6980028%2C8.8500029%2035.142%2C8.262%20C34.5859972%2C7.67399706%2034.308%2C6.95200428%2034.308%2C6.096%20C34.308%2C5.23999572%2034.5859972%2C4.52000292%2035.142%2C3.936%20C35.6980028%2C3.35199708%2036.4399954%2C3.06%2037.368%2C3.06%20C38.2960046%2C3.06%2039.0399972%2C3.35199708%2039.6%2C3.936%20C40.1600028%2C4.52000292%2040.44%2C5.23999572%2040.44%2C6.096%20C40.44%2C6.95200428%2040.1600028%2C7.67399706%2039.6%2C8.262%20C39.0399972%2C8.8500029%2038.2960046%2C9.144%2037.368%2C9.144%20Z%20M37.368%2C7.788%20C37.8320023%2C7.788%2038.1959987%2C7.62600162%2038.46%2C7.302%20C38.7240013%2C6.97799838%2038.856%2C6.5760024%2038.856%2C6.096%20C38.856%2C5.62399764%2038.7240013%2C5.22600162%2038.46%2C4.902%20C38.1959987%2C4.57799838%2037.8320023%2C4.416%2037.368%2C4.416%20C36.9119977%2C4.416%2036.5520013%2C4.57799838%2036.288%2C4.902%20C36.0239987%2C5.22600162%2035.892%2C5.62399764%2035.892%2C6.096%20C35.892%2C6.5760024%2036.0239987%2C6.97799838%2036.288%2C7.302%20C36.5520013%2C7.62600162%2036.9119977%2C7.788%2037.368%2C7.788%20Z%20M44.892%2C9.144%20C44.1719964%2C9.144%2043.5760024%2C8.848003%2043.104%2C8.256%20L43.104%2C11.208%20L41.58%2C11.208%20L41.58%2C3.204%20L43.104%2C3.204%20L43.104%2C3.936%20C43.5600023%2C3.35199708%2044.1559963%2C3.06%2044.892%2C3.06%20C45.6520038%2C3.06%2046.2699976%2C3.3299973%2046.746%2C3.87%20C47.2220024%2C4.4100027%2047.46%2C5.15199528%2047.46%2C6.096%20C47.46%2C7.04000472%2047.2220024%2C7.78399728%2046.746%2C8.328%20C46.2699976%2C8.8720027%2045.6520038%2C9.144%2044.892%2C9.144%20Z%20M44.412%2C7.788%20C44.8520022%2C7.788%2045.2079986%2C7.63200156%2045.48%2C7.32%20C45.7520014%2C7.00799844%2045.888%2C6.60000252%2045.888%2C6.096%20C45.888%2C5.59999752%2045.7520014%2C5.19600156%2045.48%2C4.884%20C45.2079986%2C4.57199844%2044.8520022%2C4.416%2044.412%2C4.416%20C44.1639988%2C4.416%2043.9160012%2C4.47799938%2043.668%2C4.602%20C43.4199988%2C4.72600062%2043.2320006%2C4.88399904%2043.104%2C5.076%20L43.104%2C7.116%20C43.2320006%2C7.30000092%2043.4219987%2C7.45799934%2043.674%2C7.59%20C43.9260013%2C7.72200066%2044.1719988%2C7.788%2044.412%2C7.788%20Z%20M49.332%2C2.58%20C49.0839988%2C2.58%2048.8720009%2C2.4900009%2048.696%2C2.31%20C48.5199991%2C2.1299991%2048.432%2C1.91600124%2048.432%2C1.668%20C48.432%2C1.41999876%2048.5199991%2C1.20800088%2048.696%2C1.032%20C48.8720009%2C0.85599912%2049.0839988%2C0.768%2049.332%2C0.768%20C49.5880013%2C0.768%2049.8039991%2C0.85599912%2049.98%2C1.032%20C50.1560009%2C1.20800088%2050.244%2C1.41999876%2050.244%2C1.668%20C50.244%2C1.91600124%2050.1560009%2C2.1299991%2049.98%2C2.31%20C49.8039991%2C2.4900009%2049.5880013%2C2.58%2049.332%2C2.58%20Z%20M50.1%2C9%20L48.576%2C9%20L48.576%2C3.204%20L50.1%2C3.204%20L50.1%2C9%20Z%20M54.336%2C9.144%20C53.4399955%2C9.144%2052.7000029%2C8.8640028%2052.116%2C8.304%20C51.5319971%2C7.7439972%2051.24%2C7.00800456%2051.24%2C6.096%20C51.24%2C5.24799576%2051.5239972%2C4.53000294%2052.092%2C3.942%20C52.6600028%2C3.35399706%2053.3759957%2C3.06%2054.24%2C3.06%20C55.1040043%2C3.06%2055.8039973%2C3.35399706%2056.34%2C3.942%20C56.8760027%2C4.53000294%2057.144%2C5.29599528%2057.144%2C6.24%20L57.144%2C6.6%20L52.836%2C6.6%20C52.8920003%2C6.97600188%2053.0659985%2C7.28599878%2053.358%2C7.53%20C53.6500015%2C7.77400122%2054.0319976%2C7.896%2054.504%2C7.896%20C54.7680013%2C7.896%2055.0459985%2C7.8460005%2055.338%2C7.746%20C55.6300015%2C7.6459995%2055.8639991%2C7.50800088%2056.04%2C7.332%20L56.724%2C8.34%20C56.1399971%2C8.8760027%2055.344005%2C9.144%2054.336%2C9.144%20Z%20M55.68%2C5.544%20C55.6479998%2C5.21599836%2055.5140012%2C4.92800124%2055.278%2C4.68%20C55.0419988%2C4.43199876%2054.6960023%2C4.308%2054.24%2C4.308%20C53.7999978%2C4.308%2053.4620012%2C4.42999878%2053.226%2C4.674%20C52.9899988%2C4.91800122%2052.8560002%2C5.20799832%2052.824%2C5.544%20L55.68%2C5.544%20Z%20M63.768%2C9%20L62.232%2C9%20L62.232%2C8.256%20C61.7599976%2C8.848003%2061.1640036%2C9.144%2060.444%2C9.144%20C59.6919962%2C9.144%2059.0760024%2C8.8720027%2058.596%2C8.328%20C58.1159976%2C7.78399728%2057.876%2C7.04000472%2057.876%2C6.096%20C57.876%2C5.16799536%2058.1159976%2C4.43000274%2058.596%2C3.882%20C59.0760024%2C3.33399726%2059.6919962%2C3.06%2060.444%2C3.06%20C61.1880037%2C3.06%2061.7839978%2C3.35599704%2062.232%2C3.948%20L62.232%2C0.996%20L63.768%2C0.996%20L63.768%2C9%20Z%20M60.924%2C7.788%20C61.1800013%2C7.788%2061.4299988%2C7.72600062%2061.674%2C7.602%20C61.9180012%2C7.47799938%2062.1039994%2C7.32000096%2062.232%2C7.128%20L62.232%2C5.076%20C62.1039994%2C4.88399904%2061.9180012%2C4.72600062%2061.674%2C4.602%20C61.4299988%2C4.47799938%2061.1800013%2C4.416%2060.924%2C4.416%20C60.4839978%2C4.416%2060.1280014%2C4.57199844%2059.856%2C4.884%20C59.5839986%2C5.19600156%2059.448%2C5.59999752%2059.448%2C6.096%20C59.448%2C6.60000252%2059.5839986%2C7.00799844%2059.856%2C7.32%20C60.1280014%2C7.63200156%2060.4839978%2C7.788%2060.924%2C7.788%20Z%20M70.308%2C9.144%20C69.2199946%2C9.144%2068.676%2C8.6120053%2068.676%2C7.548%20L68.676%2C4.536%20L67.716%2C4.536%20L67.716%2C3.204%20L68.676%2C3.204%20L68.676%2C1.62%20L70.2%2C1.62%20L70.2%2C3.204%20L71.376%2C3.204%20L71.376%2C4.536%20L70.2%2C4.536%20L70.2%2C7.14%20C70.2%2C7.33200096%2070.2459995%2C7.4879994%2070.338%2C7.608%20C70.4300005%2C7.7280006%2070.5599992%2C7.788%2070.728%2C7.788%20C70.9760012%2C7.788%2071.1519995%2C7.7280006%2071.256%2C7.608%20L71.58%2C8.772%20C71.2999986%2C9.0200012%2070.8760028%2C9.144%2070.308%2C9.144%20Z%20M75.108%2C9.144%20C74.1799954%2C9.144%2073.4380028%2C8.8500029%2072.882%2C8.262%20C72.3259972%2C7.67399706%2072.048%2C6.95200428%2072.048%2C6.096%20C72.048%2C5.23999572%2072.3259972%2C4.52000292%2072.882%2C3.936%20C73.4380028%2C3.35199708%2074.1799954%2C3.06%2075.108%2C3.06%20C76.0360046%2C3.06%2076.7799972%2C3.35199708%2077.34%2C3.936%20C77.9000028%2C4.52000292%2078.18%2C5.23999572%2078.18%2C6.096%20C78.18%2C6.95200428%2077.9000028%2C7.67399706%2077.34%2C8.262%20C76.7799972%2C8.8500029%2076.0360046%2C9.144%2075.108%2C9.144%20Z%20M75.108%2C7.788%20C75.5720023%2C7.788%2075.9359987%2C7.62600162%2076.2%2C7.302%20C76.4640013%2C6.97799838%2076.596%2C6.5760024%2076.596%2C6.096%20C76.596%2C5.62399764%2076.4640013%2C5.22600162%2076.2%2C4.902%20C75.9359987%2C4.57799838%2075.5720023%2C4.416%2075.108%2C4.416%20C74.6519977%2C4.416%2074.2920013%2C4.57799838%2074.028%2C4.902%20C73.7639987%2C5.22600162%2073.632%2C5.62399764%2073.632%2C6.096%20C73.632%2C6.5760024%2073.7639987%2C6.97799838%2074.028%2C7.302%20C74.2920013%2C7.62600162%2074.6519977%2C7.788%2075.108%2C7.788%20Z%20M86.328%2C9.144%20C85.1039939%2C9.144%2084.0860041%2C8.7580039%2083.274%2C7.986%20C82.4619959%2C7.21399614%2082.056%2C6.22000608%2082.056%2C5.004%20C82.056%2C3.77999388%2082.4619959%2C2.78400384%2083.274%2C2.016%20C84.0860041%2C1.24799616%2085.1039939%2C0.864%2086.328%2C0.864%20C87.8240075%2C0.864%2088.9359964%2C1.51599348%2089.664%2C2.82%20L88.2%2C3.54%20C88.0239991%2C3.20399832%2087.7660017%2C2.9260011%2087.426%2C2.706%20C87.0859983%2C2.4859989%2086.720002%2C2.376%2086.328%2C2.376%20C85.5999964%2C2.376%2084.9980024%2C2.62399752%2084.522%2C3.12%20C84.0459976%2C3.61600248%2083.808%2C4.2439962%2083.808%2C5.004%20C83.808%2C5.7640038%2084.0459976%2C6.39199752%2084.522%2C6.888%20C84.9980024%2C7.38400248%2085.5999964%2C7.632%2086.328%2C7.632%20C86.720002%2C7.632%2087.0859983%2C7.5220011%2087.426%2C7.302%20C87.7660017%2C7.0819989%2088.0239991%2C6.80400168%2088.2%2C6.468%20L89.664%2C7.176%20C88.9199963%2C8.4880066%2087.8080074%2C9.144%2086.328%2C9.144%20Z%20M92.172%2C9%20L90.648%2C9%20L90.648%2C0.996%20L92.172%2C0.996%20L92.172%2C9%20Z%20M94.44%2C2.58%20C94.1919988%2C2.58%2093.9800009%2C2.4900009%2093.804%2C2.31%20C93.6279991%2C2.1299991%2093.54%2C1.91600124%2093.54%2C1.668%20C93.54%2C1.41999876%2093.6279991%2C1.20800088%2093.804%2C1.032%20C93.9800009%2C0.85599912%2094.1919988%2C0.768%2094.44%2C0.768%20C94.6960013%2C0.768%2094.9119991%2C0.85599912%2095.088%2C1.032%20C95.2640009%2C1.20800088%2095.352%2C1.41999876%2095.352%2C1.668%20C95.352%2C1.91600124%2095.2640009%2C2.1299991%2095.088%2C2.31%20C94.9119991%2C2.4900009%2094.6960013%2C2.58%2094.44%2C2.58%20Z%20M95.208%2C9%20L93.684%2C9%20L93.684%2C3.204%20L95.208%2C3.204%20L95.208%2C9%20Z%20M100.032%2C9.144%20C99.3119964%2C9.144%2098.7160024%2C8.848003%2098.244%2C8.256%20L98.244%2C11.208%20L96.72%2C11.208%20L96.72%2C3.204%20L98.244%2C3.204%20L98.244%2C3.936%20C98.7000023%2C3.35199708%2099.2959963%2C3.06%20100.032%2C3.06%20C100.792004%2C3.06%20101.409998%2C3.3299973%20101.886%2C3.87%20C102.362002%2C4.4100027%20102.6%2C5.15199528%20102.6%2C6.096%20C102.6%2C7.04000472%20102.362002%2C7.78399728%20101.886%2C8.328%20C101.409998%2C8.8720027%20100.792004%2C9.144%20100.032%2C9.144%20Z%20M99.552%2C7.788%20C99.9920022%2C7.788%20100.347999%2C7.63200156%20100.62%2C7.32%20C100.892001%2C7.00799844%20101.028%2C6.60000252%20101.028%2C6.096%20C101.028%2C5.59999752%20100.892001%2C5.19600156%20100.62%2C4.884%20C100.347999%2C4.57199844%2099.9920022%2C4.416%2099.552%2C4.416%20C99.3039988%2C4.416%2099.0560012%2C4.47799938%2098.808%2C4.602%20C98.5599988%2C4.72600062%2098.3720006%2C4.88399904%2098.244%2C5.076%20L98.244%2C7.116%20C98.3720006%2C7.30000092%2098.5619987%2C7.45799934%2098.814%2C7.59%20C99.0660013%2C7.72200066%2099.3119988%2C7.788%2099.552%2C7.788%20Z%20M105.24%2C7.14%20C105.376001%2C7.32400092%20105.567999%2C7.47799938%20105.816%2C7.602%20C106.064001%2C7.72600062%20106.311999%2C7.788%20106.56%2C7.788%20C107.000002%2C7.788%20107.353999%2C7.63200156%20107.622%2C7.32%20C107.890001%2C7.00799844%20108.024%2C6.60000252%20108.024%2C6.096%20C108.024%2C5.59999752%20107.890001%2C5.19600156%20107.622%2C4.884%20C107.353999%2C4.57199844%20107.000002%2C4.416%20106.56%2C4.416%20C106.311999%2C4.416%20106.064001%2C4.47999936%20105.816%2C4.608%20C105.567999%2C4.73600064%20105.376001%2C4.89599904%20105.24%2C5.088%20L105.24%2C7.14%20Z%20M105.24%2C9%20L103.716%2C9%20L103.716%2C0.996%20L105.24%2C0.996%20L105.24%2C3.948%20C105.688002%2C3.35599704%20106.283996%2C3.06%20107.028%2C3.06%20C107.780004%2C3.06%20108.395998%2C3.33399726%20108.876%2C3.882%20C109.356002%2C4.43000274%20109.596%2C5.16799536%20109.596%2C6.096%20C109.596%2C7.04000472%20109.356002%2C7.78399728%20108.876%2C8.328%20C108.395998%2C8.8720027%20107.780004%2C9.144%20107.028%2C9.144%20C106.307996%2C9.144%20105.712002%2C8.848003%20105.24%2C8.256%20L105.24%2C9%20Z%20M113.436%2C9.144%20C112.507995%2C9.144%20111.766003%2C8.8500029%20111.21%2C8.262%20C110.653997%2C7.67399706%20110.376%2C6.95200428%20110.376%2C6.096%20C110.376%2C5.23999572%20110.653997%2C4.52000292%20111.21%2C3.936%20C111.766003%2C3.35199708%20112.507995%2C3.06%20113.436%2C3.06%20C114.364005%2C3.06%20115.107997%2C3.35199708%20115.668%2C3.936%20C116.228003%2C4.52000292%20116.508%2C5.23999572%20116.508%2C6.096%20C116.508%2C6.95200428%20116.228003%2C7.67399706%20115.668%2C8.262%20C115.107997%2C8.8500029%20114.364005%2C9.144%20113.436%2C9.144%20Z%20M113.436%2C7.788%20C113.900002%2C7.788%20114.263999%2C7.62600162%20114.528%2C7.302%20C114.792001%2C6.97799838%20114.924%2C6.5760024%20114.924%2C6.096%20C114.924%2C5.62399764%20114.792001%2C5.22600162%20114.528%2C4.902%20C114.263999%2C4.57799838%20113.900002%2C4.416%20113.436%2C4.416%20C112.979998%2C4.416%20112.620001%2C4.57799838%20112.356%2C4.902%20C112.091999%2C5.22600162%20111.96%2C5.62399764%20111.96%2C6.096%20C111.96%2C6.5760024%20112.091999%2C6.97799838%20112.356%2C7.302%20C112.620001%2C7.62600162%20112.979998%2C7.788%20113.436%2C7.788%20Z%20M122.664%2C9%20L121.128%2C9%20L121.128%2C8.388%20C120.711998%2C8.8920025%20120.100004%2C9.144%20119.292%2C9.144%20C118.779997%2C9.144%20118.318002%2C8.9740017%20117.906%2C8.634%20C117.493998%2C8.2939983%20117.288%2C7.824003%20117.288%2C7.224%20C117.288%2C6.59199684%20117.487998%2C6.12200154%20117.888%2C5.814%20C118.288002%2C5.50599846%20118.755997%2C5.352%20119.292%2C5.352%20C120.116004%2C5.352%20120.727998%2C5.58799764%20121.128%2C6.06%20L121.128%2C5.328%20C121.128%2C5.03199852%20121.012001%2C4.79600088%20120.78%2C4.62%20C120.547999%2C4.44399912%20120.240002%2C4.356%20119.856%2C4.356%20C119.239997%2C4.356%20118.684002%2C4.58399772%20118.188%2C5.04%20L117.588%2C3.972%20C118.268003%2C3.36399696%20119.111995%2C3.06%20120.12%2C3.06%20C120.864004%2C3.06%20121.473998%2C3.23199828%20121.95%2C3.576%20C122.426002%2C3.92000172%20122.664%2C4.47999612%20122.664%2C5.256%20L122.664%2C9%20Z%20M119.904%2C8.112%20C120.472003%2C8.112%20120.879999%2C7.94400168%20121.128%2C7.608%20L121.128%2C6.888%20C120.871999%2C6.54399828%20120.464003%2C6.372%20119.904%2C6.372%20C119.591998%2C6.372%20119.332001%2C6.4519992%20119.124%2C6.612%20C118.915999%2C6.7720008%20118.812%2C6.98399868%20118.812%2C7.248%20C118.812%2C7.51200132%20118.915999%2C7.72199922%20119.124%2C7.878%20C119.332001%2C8.0340008%20119.591998%2C8.112%20119.904%2C8.112%20Z%20M125.688%2C9%20L124.164%2C9%20L124.164%2C3.204%20L125.688%2C3.204%20L125.688%2C3.984%20C125.912001%2C3.71999868%20126.189998%2C3.50000088%20126.522%2C3.324%20C126.854002%2C3.14799912%20127.191998%2C3.06%20127.536%2C3.06%20L127.536%2C4.548%20C127.431999%2C4.52399988%20127.292001%2C4.512%20127.116%2C4.512%20C126.859999%2C4.512%20126.588001%2C4.57599936%20126.3%2C4.704%20C126.011999%2C4.83200064%20125.808001%2C4.98799908%20125.688%2C5.172%20L125.688%2C9%20Z%20M134.004%2C9%20L132.468%2C9%20L132.468%2C8.256%20C131.995998%2C8.848003%20131.400004%2C9.144%20130.68%2C9.144%20C129.927996%2C9.144%20129.312002%2C8.8720027%20128.832%2C8.328%20C128.351998%2C7.78399728%20128.112%2C7.04000472%20128.112%2C6.096%20C128.112%2C5.16799536%20128.351998%2C4.43000274%20128.832%2C3.882%20C129.312002%2C3.33399726%20129.927996%2C3.06%20130.68%2C3.06%20C131.424004%2C3.06%20132.019998%2C3.35599704%20132.468%2C3.948%20L132.468%2C0.996%20L134.004%2C0.996%20L134.004%2C9%20Z%20M131.16%2C7.788%20C131.416001%2C7.788%20131.665999%2C7.72600062%20131.91%2C7.602%20C132.154001%2C7.47799938%20132.339999%2C7.32000096%20132.468%2C7.128%20L132.468%2C5.076%20C132.339999%2C4.88399904%20132.154001%2C4.72600062%20131.91%2C4.602%20C131.665999%2C4.47799938%20131.416001%2C4.416%20131.16%2C4.416%20C130.719998%2C4.416%20130.364001%2C4.57199844%20130.092%2C4.884%20C129.819999%2C5.19600156%20129.684%2C5.59999752%20129.684%2C6.096%20C129.684%2C6.60000252%20129.819999%2C7.00799844%20130.092%2C7.32%20C130.364001%2C7.63200156%20130.719998%2C7.788%20131.16%2C7.788%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22path-1-link%22%20fill%3D%22%23FFFFFF%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.82%2C9%20L0.72%2C9%20L0.72%2C0.996%20L2.436%2C0.996%20L2.436%2C7.5%20L5.82%2C7.5%20L5.82%2C9%20Z%20M7.692%2C2.58%20C7.44399876%2C2.58%207.23200088%2C2.4900009%207.056%2C2.31%20C6.87999912%2C2.1299991%206.792%2C1.91600124%206.792%2C1.668%20C6.792%2C1.41999876%206.87999912%2C1.20800088%207.056%2C1.032%20C7.23200088%2C0.85599912%207.44399876%2C0.768%207.692%2C0.768%20C7.94800128%2C0.768%208.16399912%2C0.85599912%208.34%2C1.032%20C8.51600088%2C1.20800088%208.604%2C1.41999876%208.604%2C1.668%20C8.604%2C1.91600124%208.51600088%2C2.1299991%208.34%2C2.31%20C8.16399912%2C2.4900009%207.94800128%2C2.58%207.692%2C2.58%20Z%20M8.46%2C9%20L6.936%2C9%20L6.936%2C3.204%20L8.46%2C3.204%20L8.46%2C9%20Z%20M15.42%2C9%20L13.884%2C9%20L13.884%2C5.496%20C13.884%2C4.7759964%2013.5280036%2C4.416%2012.816%2C4.416%20C12.2879974%2C4.416%2011.8480018%2C4.63999776%2011.496%2C5.088%20L11.496%2C9%20L9.972%2C9%20L9.972%2C3.204%20L11.496%2C3.204%20L11.496%2C3.948%20C11.704001%2C3.69999876%2011.9859982%2C3.49000086%2012.342%2C3.318%20C12.6980018%2C3.14599914%2013.0919978%2C3.06%2013.524%2C3.06%20C14.1480031%2C3.06%2014.6199984%2C3.22399836%2014.94%2C3.552%20C15.2600016%2C3.88000164%2015.42%2C4.33199712%2015.42%2C4.908%20L15.42%2C9%20Z%20M22.584%2C9%20L20.676%2C9%20L19.14%2C6.768%20L18.444%2C7.512%20L18.444%2C9%20L16.92%2C9%20L16.92%2C0.996%20L18.444%2C0.996%20L18.444%2C5.784%20L20.64%2C3.204%20L22.512%2C3.204%20L20.22%2C5.832%20L22.584%2C9%20Z%20M30.36%2C9.144%20C29.1359939%2C9.144%2028.1180041%2C8.7580039%2027.306%2C7.986%20C26.4939959%2C7.21399614%2026.088%2C6.22000608%2026.088%2C5.004%20C26.088%2C3.77999388%2026.4939959%2C2.78400384%2027.306%2C2.016%20C28.1180041%2C1.24799616%2029.1359939%2C0.864%2030.36%2C0.864%20C31.8560075%2C0.864%2032.9679964%2C1.51599348%2033.696%2C2.82%20L32.232%2C3.54%20C32.0559991%2C3.20399832%2031.7980017%2C2.9260011%2031.458%2C2.706%20C31.1179983%2C2.4859989%2030.752002%2C2.376%2030.36%2C2.376%20C29.6319964%2C2.376%2029.0300024%2C2.62399752%2028.554%2C3.12%20C28.0779976%2C3.61600248%2027.84%2C4.2439962%2027.84%2C5.004%20C27.84%2C5.7640038%2028.0779976%2C6.39199752%2028.554%2C6.888%20C29.0300024%2C7.38400248%2029.6319964%2C7.632%2030.36%2C7.632%20C30.752002%2C7.632%2031.1179983%2C7.5220011%2031.458%2C7.302%20C31.7980017%2C7.0819989%2032.0559991%2C6.80400168%2032.232%2C6.468%20L33.696%2C7.176%20C32.9519963%2C8.4880066%2031.8400074%2C9.144%2030.36%2C9.144%20Z%20M37.368%2C9.144%20C36.4399954%2C9.144%2035.6980028%2C8.8500029%2035.142%2C8.262%20C34.5859972%2C7.67399706%2034.308%2C6.95200428%2034.308%2C6.096%20C34.308%2C5.23999572%2034.5859972%2C4.52000292%2035.142%2C3.936%20C35.6980028%2C3.35199708%2036.4399954%2C3.06%2037.368%2C3.06%20C38.2960046%2C3.06%2039.0399972%2C3.35199708%2039.6%2C3.936%20C40.1600028%2C4.52000292%2040.44%2C5.23999572%2040.44%2C6.096%20C40.44%2C6.95200428%2040.1600028%2C7.67399706%2039.6%2C8.262%20C39.0399972%2C8.8500029%2038.2960046%2C9.144%2037.368%2C9.144%20Z%20M37.368%2C7.788%20C37.8320023%2C7.788%2038.1959987%2C7.62600162%2038.46%2C7.302%20C38.7240013%2C6.97799838%2038.856%2C6.5760024%2038.856%2C6.096%20C38.856%2C5.62399764%2038.7240013%2C5.22600162%2038.46%2C4.902%20C38.1959987%2C4.57799838%2037.8320023%2C4.416%2037.368%2C4.416%20C36.9119977%2C4.416%2036.5520013%2C4.57799838%2036.288%2C4.902%20C36.0239987%2C5.22600162%2035.892%2C5.62399764%2035.892%2C6.096%20C35.892%2C6.5760024%2036.0239987%2C6.97799838%2036.288%2C7.302%20C36.5520013%2C7.62600162%2036.9119977%2C7.788%2037.368%2C7.788%20Z%20M44.892%2C9.144%20C44.1719964%2C9.144%2043.5760024%2C8.848003%2043.104%2C8.256%20L43.104%2C11.208%20L41.58%2C11.208%20L41.58%2C3.204%20L43.104%2C3.204%20L43.104%2C3.936%20C43.5600023%2C3.35199708%2044.1559963%2C3.06%2044.892%2C3.06%20C45.6520038%2C3.06%2046.2699976%2C3.3299973%2046.746%2C3.87%20C47.2220024%2C4.4100027%2047.46%2C5.15199528%2047.46%2C6.096%20C47.46%2C7.04000472%2047.2220024%2C7.78399728%2046.746%2C8.328%20C46.2699976%2C8.8720027%2045.6520038%2C9.144%2044.892%2C9.144%20Z%20M44.412%2C7.788%20C44.8520022%2C7.788%2045.2079986%2C7.63200156%2045.48%2C7.32%20C45.7520014%2C7.00799844%2045.888%2C6.60000252%2045.888%2C6.096%20C45.888%2C5.59999752%2045.7520014%2C5.19600156%2045.48%2C4.884%20C45.2079986%2C4.57199844%2044.8520022%2C4.416%2044.412%2C4.416%20C44.1639988%2C4.416%2043.9160012%2C4.47799938%2043.668%2C4.602%20C43.4199988%2C4.72600062%2043.2320006%2C4.88399904%2043.104%2C5.076%20L43.104%2C7.116%20C43.2320006%2C7.30000092%2043.4219987%2C7.45799934%2043.674%2C7.59%20C43.9260013%2C7.72200066%2044.1719988%2C7.788%2044.412%2C7.788%20Z%20M49.332%2C2.58%20C49.0839988%2C2.58%2048.8720009%2C2.4900009%2048.696%2C2.31%20C48.5199991%2C2.1299991%2048.432%2C1.91600124%2048.432%2C1.668%20C48.432%2C1.41999876%2048.5199991%2C1.20800088%2048.696%2C1.032%20C48.8720009%2C0.85599912%2049.0839988%2C0.768%2049.332%2C0.768%20C49.5880013%2C0.768%2049.8039991%2C0.85599912%2049.98%2C1.032%20C50.1560009%2C1.20800088%2050.244%2C1.41999876%2050.244%2C1.668%20C50.244%2C1.91600124%2050.1560009%2C2.1299991%2049.98%2C2.31%20C49.8039991%2C2.4900009%2049.5880013%2C2.58%2049.332%2C2.58%20Z%20M50.1%2C9%20L48.576%2C9%20L48.576%2C3.204%20L50.1%2C3.204%20L50.1%2C9%20Z%20M54.336%2C9.144%20C53.4399955%2C9.144%2052.7000029%2C8.8640028%2052.116%2C8.304%20C51.5319971%2C7.7439972%2051.24%2C7.00800456%2051.24%2C6.096%20C51.24%2C5.24799576%2051.5239972%2C4.53000294%2052.092%2C3.942%20C52.6600028%2C3.35399706%2053.3759957%2C3.06%2054.24%2C3.06%20C55.1040043%2C3.06%2055.8039973%2C3.35399706%2056.34%2C3.942%20C56.8760027%2C4.53000294%2057.144%2C5.29599528%2057.144%2C6.24%20L57.144%2C6.6%20L52.836%2C6.6%20C52.8920003%2C6.97600188%2053.0659985%2C7.28599878%2053.358%2C7.53%20C53.6500015%2C7.77400122%2054.0319976%2C7.896%2054.504%2C7.896%20C54.7680013%2C7.896%2055.0459985%2C7.8460005%2055.338%2C7.746%20C55.6300015%2C7.6459995%2055.8639991%2C7.50800088%2056.04%2C7.332%20L56.724%2C8.34%20C56.1399971%2C8.8760027%2055.344005%2C9.144%2054.336%2C9.144%20Z%20M55.68%2C5.544%20C55.6479998%2C5.21599836%2055.5140012%2C4.92800124%2055.278%2C4.68%20C55.0419988%2C4.43199876%2054.6960023%2C4.308%2054.24%2C4.308%20C53.7999978%2C4.308%2053.4620012%2C4.42999878%2053.226%2C4.674%20C52.9899988%2C4.91800122%2052.8560002%2C5.20799832%2052.824%2C5.544%20L55.68%2C5.544%20Z%20M63.768%2C9%20L62.232%2C9%20L62.232%2C8.256%20C61.7599976%2C8.848003%2061.1640036%2C9.144%2060.444%2C9.144%20C59.6919962%2C9.144%2059.0760024%2C8.8720027%2058.596%2C8.328%20C58.1159976%2C7.78399728%2057.876%2C7.04000472%2057.876%2C6.096%20C57.876%2C5.16799536%2058.1159976%2C4.43000274%2058.596%2C3.882%20C59.0760024%2C3.33399726%2059.6919962%2C3.06%2060.444%2C3.06%20C61.1880037%2C3.06%2061.7839978%2C3.35599704%2062.232%2C3.948%20L62.232%2C0.996%20L63.768%2C0.996%20L63.768%2C9%20Z%20M60.924%2C7.788%20C61.1800013%2C7.788%2061.4299988%2C7.72600062%2061.674%2C7.602%20C61.9180012%2C7.47799938%2062.1039994%2C7.32000096%2062.232%2C7.128%20L62.232%2C5.076%20C62.1039994%2C4.88399904%2061.9180012%2C4.72600062%2061.674%2C4.602%20C61.4299988%2C4.47799938%2061.1800013%2C4.416%2060.924%2C4.416%20C60.4839978%2C4.416%2060.1280014%2C4.57199844%2059.856%2C4.884%20C59.5839986%2C5.19600156%2059.448%2C5.59999752%2059.448%2C6.096%20C59.448%2C6.60000252%2059.5839986%2C7.00799844%2059.856%2C7.32%20C60.1280014%2C7.63200156%2060.4839978%2C7.788%2060.924%2C7.788%20Z%20M70.308%2C9.144%20C69.2199946%2C9.144%2068.676%2C8.6120053%2068.676%2C7.548%20L68.676%2C4.536%20L67.716%2C4.536%20L67.716%2C3.204%20L68.676%2C3.204%20L68.676%2C1.62%20L70.2%2C1.62%20L70.2%2C3.204%20L71.376%2C3.204%20L71.376%2C4.536%20L70.2%2C4.536%20L70.2%2C7.14%20C70.2%2C7.33200096%2070.2459995%2C7.4879994%2070.338%2C7.608%20C70.4300005%2C7.7280006%2070.5599992%2C7.788%2070.728%2C7.788%20C70.9760012%2C7.788%2071.1519995%2C7.7280006%2071.256%2C7.608%20L71.58%2C8.772%20C71.2999986%2C9.0200012%2070.8760028%2C9.144%2070.308%2C9.144%20Z%20M75.108%2C9.144%20C74.1799954%2C9.144%2073.4380028%2C8.8500029%2072.882%2C8.262%20C72.3259972%2C7.67399706%2072.048%2C6.95200428%2072.048%2C6.096%20C72.048%2C5.23999572%2072.3259972%2C4.52000292%2072.882%2C3.936%20C73.4380028%2C3.35199708%2074.1799954%2C3.06%2075.108%2C3.06%20C76.0360046%2C3.06%2076.7799972%2C3.35199708%2077.34%2C3.936%20C77.9000028%2C4.52000292%2078.18%2C5.23999572%2078.18%2C6.096%20C78.18%2C6.95200428%2077.9000028%2C7.67399706%2077.34%2C8.262%20C76.7799972%2C8.8500029%2076.0360046%2C9.144%2075.108%2C9.144%20Z%20M75.108%2C7.788%20C75.5720023%2C7.788%2075.9359987%2C7.62600162%2076.2%2C7.302%20C76.4640013%2C6.97799838%2076.596%2C6.5760024%2076.596%2C6.096%20C76.596%2C5.62399764%2076.4640013%2C5.22600162%2076.2%2C4.902%20C75.9359987%2C4.57799838%2075.5720023%2C4.416%2075.108%2C4.416%20C74.6519977%2C4.416%2074.2920013%2C4.57799838%2074.028%2C4.902%20C73.7639987%2C5.22600162%2073.632%2C5.62399764%2073.632%2C6.096%20C73.632%2C6.5760024%2073.7639987%2C6.97799838%2074.028%2C7.302%20C74.2920013%2C7.62600162%2074.6519977%2C7.788%2075.108%2C7.788%20Z%20M86.328%2C9.144%20C85.1039939%2C9.144%2084.0860041%2C8.7580039%2083.274%2C7.986%20C82.4619959%2C7.21399614%2082.056%2C6.22000608%2082.056%2C5.004%20C82.056%2C3.77999388%2082.4619959%2C2.78400384%2083.274%2C2.016%20C84.0860041%2C1.24799616%2085.1039939%2C0.864%2086.328%2C0.864%20C87.8240075%2C0.864%2088.9359964%2C1.51599348%2089.664%2C2.82%20L88.2%2C3.54%20C88.0239991%2C3.20399832%2087.7660017%2C2.9260011%2087.426%2C2.706%20C87.0859983%2C2.4859989%2086.720002%2C2.376%2086.328%2C2.376%20C85.5999964%2C2.376%2084.9980024%2C2.62399752%2084.522%2C3.12%20C84.0459976%2C3.61600248%2083.808%2C4.2439962%2083.808%2C5.004%20C83.808%2C5.7640038%2084.0459976%2C6.39199752%2084.522%2C6.888%20C84.9980024%2C7.38400248%2085.5999964%2C7.632%2086.328%2C7.632%20C86.720002%2C7.632%2087.0859983%2C7.5220011%2087.426%2C7.302%20C87.7660017%2C7.0819989%2088.0239991%2C6.80400168%2088.2%2C6.468%20L89.664%2C7.176%20C88.9199963%2C8.4880066%2087.8080074%2C9.144%2086.328%2C9.144%20Z%20M92.172%2C9%20L90.648%2C9%20L90.648%2C0.996%20L92.172%2C0.996%20L92.172%2C9%20Z%20M94.44%2C2.58%20C94.1919988%2C2.58%2093.9800009%2C2.4900009%2093.804%2C2.31%20C93.6279991%2C2.1299991%2093.54%2C1.91600124%2093.54%2C1.668%20C93.54%2C1.41999876%2093.6279991%2C1.20800088%2093.804%2C1.032%20C93.9800009%2C0.85599912%2094.1919988%2C0.768%2094.44%2C0.768%20C94.6960013%2C0.768%2094.9119991%2C0.85599912%2095.088%2C1.032%20C95.2640009%2C1.20800088%2095.352%2C1.41999876%2095.352%2C1.668%20C95.352%2C1.91600124%2095.2640009%2C2.1299991%2095.088%2C2.31%20C94.9119991%2C2.4900009%2094.6960013%2C2.58%2094.44%2C2.58%20Z%20M95.208%2C9%20L93.684%2C9%20L93.684%2C3.204%20L95.208%2C3.204%20L95.208%2C9%20Z%20M100.032%2C9.144%20C99.3119964%2C9.144%2098.7160024%2C8.848003%2098.244%2C8.256%20L98.244%2C11.208%20L96.72%2C11.208%20L96.72%2C3.204%20L98.244%2C3.204%20L98.244%2C3.936%20C98.7000023%2C3.35199708%2099.2959963%2C3.06%20100.032%2C3.06%20C100.792004%2C3.06%20101.409998%2C3.3299973%20101.886%2C3.87%20C102.362002%2C4.4100027%20102.6%2C5.15199528%20102.6%2C6.096%20C102.6%2C7.04000472%20102.362002%2C7.78399728%20101.886%2C8.328%20C101.409998%2C8.8720027%20100.792004%2C9.144%20100.032%2C9.144%20Z%20M99.552%2C7.788%20C99.9920022%2C7.788%20100.347999%2C7.63200156%20100.62%2C7.32%20C100.892001%2C7.00799844%20101.028%2C6.60000252%20101.028%2C6.096%20C101.028%2C5.59999752%20100.892001%2C5.19600156%20100.62%2C4.884%20C100.347999%2C4.57199844%2099.9920022%2C4.416%2099.552%2C4.416%20C99.3039988%2C4.416%2099.0560012%2C4.47799938%2098.808%2C4.602%20C98.5599988%2C4.72600062%2098.3720006%2C4.88399904%2098.244%2C5.076%20L98.244%2C7.116%20C98.3720006%2C7.30000092%2098.5619987%2C7.45799934%2098.814%2C7.59%20C99.0660013%2C7.72200066%2099.3119988%2C7.788%2099.552%2C7.788%20Z%20M105.24%2C7.14%20C105.376001%2C7.32400092%20105.567999%2C7.47799938%20105.816%2C7.602%20C106.064001%2C7.72600062%20106.311999%2C7.788%20106.56%2C7.788%20C107.000002%2C7.788%20107.353999%2C7.63200156%20107.622%2C7.32%20C107.890001%2C7.00799844%20108.024%2C6.60000252%20108.024%2C6.096%20C108.024%2C5.59999752%20107.890001%2C5.19600156%20107.622%2C4.884%20C107.353999%2C4.57199844%20107.000002%2C4.416%20106.56%2C4.416%20C106.311999%2C4.416%20106.064001%2C4.47999936%20105.816%2C4.608%20C105.567999%2C4.73600064%20105.376001%2C4.89599904%20105.24%2C5.088%20L105.24%2C7.14%20Z%20M105.24%2C9%20L103.716%2C9%20L103.716%2C0.996%20L105.24%2C0.996%20L105.24%2C3.948%20C105.688002%2C3.35599704%20106.283996%2C3.06%20107.028%2C3.06%20C107.780004%2C3.06%20108.395998%2C3.33399726%20108.876%2C3.882%20C109.356002%2C4.43000274%20109.596%2C5.16799536%20109.596%2C6.096%20C109.596%2C7.04000472%20109.356002%2C7.78399728%20108.876%2C8.328%20C108.395998%2C8.8720027%20107.780004%2C9.144%20107.028%2C9.144%20C106.307996%2C9.144%20105.712002%2C8.848003%20105.24%2C8.256%20L105.24%2C9%20Z%20M113.436%2C9.144%20C112.507995%2C9.144%20111.766003%2C8.8500029%20111.21%2C8.262%20C110.653997%2C7.67399706%20110.376%2C6.95200428%20110.376%2C6.096%20C110.376%2C5.23999572%20110.653997%2C4.52000292%20111.21%2C3.936%20C111.766003%2C3.35199708%20112.507995%2C3.06%20113.436%2C3.06%20C114.364005%2C3.06%20115.107997%2C3.35199708%20115.668%2C3.936%20C116.228003%2C4.52000292%20116.508%2C5.23999572%20116.508%2C6.096%20C116.508%2C6.95200428%20116.228003%2C7.67399706%20115.668%2C8.262%20C115.107997%2C8.8500029%20114.364005%2C9.144%20113.436%2C9.144%20Z%20M113.436%2C7.788%20C113.900002%2C7.788%20114.263999%2C7.62600162%20114.528%2C7.302%20C114.792001%2C6.97799838%20114.924%2C6.5760024%20114.924%2C6.096%20C114.924%2C5.62399764%20114.792001%2C5.22600162%20114.528%2C4.902%20C114.263999%2C4.57799838%20113.900002%2C4.416%20113.436%2C4.416%20C112.979998%2C4.416%20112.620001%2C4.57799838%20112.356%2C4.902%20C112.091999%2C5.22600162%20111.96%2C5.62399764%20111.96%2C6.096%20C111.96%2C6.5760024%20112.091999%2C6.97799838%20112.356%2C7.302%20C112.620001%2C7.62600162%20112.979998%2C7.788%20113.436%2C7.788%20Z%20M122.664%2C9%20L121.128%2C9%20L121.128%2C8.388%20C120.711998%2C8.8920025%20120.100004%2C9.144%20119.292%2C9.144%20C118.779997%2C9.144%20118.318002%2C8.9740017%20117.906%2C8.634%20C117.493998%2C8.2939983%20117.288%2C7.824003%20117.288%2C7.224%20C117.288%2C6.59199684%20117.487998%2C6.12200154%20117.888%2C5.814%20C118.288002%2C5.50599846%20118.755997%2C5.352%20119.292%2C5.352%20C120.116004%2C5.352%20120.727998%2C5.58799764%20121.128%2C6.06%20L121.128%2C5.328%20C121.128%2C5.03199852%20121.012001%2C4.79600088%20120.78%2C4.62%20C120.547999%2C4.44399912%20120.240002%2C4.356%20119.856%2C4.356%20C119.239997%2C4.356%20118.684002%2C4.58399772%20118.188%2C5.04%20L117.588%2C3.972%20C118.268003%2C3.36399696%20119.111995%2C3.06%20120.12%2C3.06%20C120.864004%2C3.06%20121.473998%2C3.23199828%20121.95%2C3.576%20C122.426002%2C3.92000172%20122.664%2C4.47999612%20122.664%2C5.256%20L122.664%2C9%20Z%20M119.904%2C8.112%20C120.472003%2C8.112%20120.879999%2C7.94400168%20121.128%2C7.608%20L121.128%2C6.888%20C120.871999%2C6.54399828%20120.464003%2C6.372%20119.904%2C6.372%20C119.591998%2C6.372%20119.332001%2C6.4519992%20119.124%2C6.612%20C118.915999%2C6.7720008%20118.812%2C6.98399868%20118.812%2C7.248%20C118.812%2C7.51200132%20118.915999%2C7.72199922%20119.124%2C7.878%20C119.332001%2C8.0340008%20119.591998%2C8.112%20119.904%2C8.112%20Z%20M125.688%2C9%20L124.164%2C9%20L124.164%2C3.204%20L125.688%2C3.204%20L125.688%2C3.984%20C125.912001%2C3.71999868%20126.189998%2C3.50000088%20126.522%2C3.324%20C126.854002%2C3.14799912%20127.191998%2C3.06%20127.536%2C3.06%20L127.536%2C4.548%20C127.431999%2C4.52399988%20127.292001%2C4.512%20127.116%2C4.512%20C126.859999%2C4.512%20126.588001%2C4.57599936%20126.3%2C4.704%20C126.011999%2C4.83200064%20125.808001%2C4.98799908%20125.688%2C5.172%20L125.688%2C9%20Z%20M134.004%2C9%20L132.468%2C9%20L132.468%2C8.256%20C131.995998%2C8.848003%20131.400004%2C9.144%20130.68%2C9.144%20C129.927996%2C9.144%20129.312002%2C8.8720027%20128.832%2C8.328%20C128.351998%2C7.78399728%20128.112%2C7.04000472%20128.112%2C6.096%20C128.112%2C5.16799536%20128.351998%2C4.43000274%20128.832%2C3.882%20C129.312002%2C3.33399726%20129.927996%2C3.06%20130.68%2C3.06%20C131.424004%2C3.06%20132.019998%2C3.35599704%20132.468%2C3.948%20L132.468%2C0.996%20L134.004%2C0.996%20L134.004%2C9%20Z%20M131.16%2C7.788%20C131.416001%2C7.788%20131.665999%2C7.72600062%20131.91%2C7.602%20C132.154001%2C7.47799938%20132.339999%2C7.32000096%20132.468%2C7.128%20L132.468%2C5.076%20C132.339999%2C4.88399904%20132.154001%2C4.72600062%20131.91%2C4.602%20C131.665999%2C4.47799938%20131.416001%2C4.416%20131.16%2C4.416%20C130.719998%2C4.416%20130.364001%2C4.57199844%20130.092%2C4.884%20C129.819999%2C5.19600156%20129.684%2C5.59999752%20129.684%2C6.096%20C129.684%2C6.60000252%20129.819999%2C7.00799844%20130.092%2C7.32%20C130.364001%2C7.63200156%20130.719998%2C7.788%20131.16%2C7.788%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  height: 30px;
  width: 130px;
  z-index: 900;
  display: none;
  position: relative;
  top: -37px;
  left: 30px;
  visibility: hidden;
}
@media (min-width: 1025px) {
  .share-bar-container .icon-clipboard-copied-desktop {
    visibility: visible;
  }
}
.share-bar-container .icon-clipboard-copied-mobile {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%20172%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22clipboard-copied-mobile%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C17%20C1.29288395e-12%2C20.571333%202.90036009%2C33%2017.0814894%2C33%20C56.2905404%2C33%20142.024972%2C33%20149.287641%2C33%20C156.121895%2C33%20162.004561%2C28.8891361%20164.55756%2C23.0274893%20C164.826436%2C22.4101562%20167.307249%2C20.2343265%20172%2C16.5%20C167.333475%2C12.8157227%20164.840952%2C10.6132058%20164.522435%2C9.89244925%20C161.950903%2C4.07346601%20156.090738%2C2.88749318e-13%20149.287641%2C2.88749318e-13%20C144.535426%2C2.88749318e-13%2058.0366204%2C-1.7486631e-13%2017.0814894%2C7.28178786e-14%20C2.91163321%2C1.58512863e-13%20-1.58664921e-12%2C12.6162593%200%2C17%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23001029%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Link-Copied-to-Clipb%22%20transform%3D%22translate%2814.000000%2C%2011.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22path-1-link%22%20fill%3D%22%23000000%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.82%2C9%20L0.72%2C9%20L0.72%2C0.996%20L2.436%2C0.996%20L2.436%2C7.5%20L5.82%2C7.5%20L5.82%2C9%20Z%20M7.692%2C2.58%20C7.44399876%2C2.58%207.23200088%2C2.4900009%207.056%2C2.31%20C6.87999912%2C2.1299991%206.792%2C1.91600124%206.792%2C1.668%20C6.792%2C1.41999876%206.87999912%2C1.20800088%207.056%2C1.032%20C7.23200088%2C0.85599912%207.44399876%2C0.768%207.692%2C0.768%20C7.94800128%2C0.768%208.16399912%2C0.85599912%208.34%2C1.032%20C8.51600088%2C1.20800088%208.604%2C1.41999876%208.604%2C1.668%20C8.604%2C1.91600124%208.51600088%2C2.1299991%208.34%2C2.31%20C8.16399912%2C2.4900009%207.94800128%2C2.58%207.692%2C2.58%20Z%20M8.46%2C9%20L6.936%2C9%20L6.936%2C3.204%20L8.46%2C3.204%20L8.46%2C9%20Z%20M15.42%2C9%20L13.884%2C9%20L13.884%2C5.496%20C13.884%2C4.7759964%2013.5280036%2C4.416%2012.816%2C4.416%20C12.2879974%2C4.416%2011.8480018%2C4.63999776%2011.496%2C5.088%20L11.496%2C9%20L9.972%2C9%20L9.972%2C3.204%20L11.496%2C3.204%20L11.496%2C3.948%20C11.704001%2C3.69999876%2011.9859982%2C3.49000086%2012.342%2C3.318%20C12.6980018%2C3.14599914%2013.0919978%2C3.06%2013.524%2C3.06%20C14.1480031%2C3.06%2014.6199984%2C3.22399836%2014.94%2C3.552%20C15.2600016%2C3.88000164%2015.42%2C4.33199712%2015.42%2C4.908%20L15.42%2C9%20Z%20M22.584%2C9%20L20.676%2C9%20L19.14%2C6.768%20L18.444%2C7.512%20L18.444%2C9%20L16.92%2C9%20L16.92%2C0.996%20L18.444%2C0.996%20L18.444%2C5.784%20L20.64%2C3.204%20L22.512%2C3.204%20L20.22%2C5.832%20L22.584%2C9%20Z%20M30.36%2C9.144%20C29.1359939%2C9.144%2028.1180041%2C8.7580039%2027.306%2C7.986%20C26.4939959%2C7.21399614%2026.088%2C6.22000608%2026.088%2C5.004%20C26.088%2C3.77999388%2026.4939959%2C2.78400384%2027.306%2C2.016%20C28.1180041%2C1.24799616%2029.1359939%2C0.864%2030.36%2C0.864%20C31.8560075%2C0.864%2032.9679964%2C1.51599348%2033.696%2C2.82%20L32.232%2C3.54%20C32.0559991%2C3.20399832%2031.7980017%2C2.9260011%2031.458%2C2.706%20C31.1179983%2C2.4859989%2030.752002%2C2.376%2030.36%2C2.376%20C29.6319964%2C2.376%2029.0300024%2C2.62399752%2028.554%2C3.12%20C28.0779976%2C3.61600248%2027.84%2C4.2439962%2027.84%2C5.004%20C27.84%2C5.7640038%2028.0779976%2C6.39199752%2028.554%2C6.888%20C29.0300024%2C7.38400248%2029.6319964%2C7.632%2030.36%2C7.632%20C30.752002%2C7.632%2031.1179983%2C7.5220011%2031.458%2C7.302%20C31.7980017%2C7.0819989%2032.0559991%2C6.80400168%2032.232%2C6.468%20L33.696%2C7.176%20C32.9519963%2C8.4880066%2031.8400074%2C9.144%2030.36%2C9.144%20Z%20M37.368%2C9.144%20C36.4399954%2C9.144%2035.6980028%2C8.8500029%2035.142%2C8.262%20C34.5859972%2C7.67399706%2034.308%2C6.95200428%2034.308%2C6.096%20C34.308%2C5.23999572%2034.5859972%2C4.52000292%2035.142%2C3.936%20C35.6980028%2C3.35199708%2036.4399954%2C3.06%2037.368%2C3.06%20C38.2960046%2C3.06%2039.0399972%2C3.35199708%2039.6%2C3.936%20C40.1600028%2C4.52000292%2040.44%2C5.23999572%2040.44%2C6.096%20C40.44%2C6.95200428%2040.1600028%2C7.67399706%2039.6%2C8.262%20C39.0399972%2C8.8500029%2038.2960046%2C9.144%2037.368%2C9.144%20Z%20M37.368%2C7.788%20C37.8320023%2C7.788%2038.1959987%2C7.62600162%2038.46%2C7.302%20C38.7240013%2C6.97799838%2038.856%2C6.5760024%2038.856%2C6.096%20C38.856%2C5.62399764%2038.7240013%2C5.22600162%2038.46%2C4.902%20C38.1959987%2C4.57799838%2037.8320023%2C4.416%2037.368%2C4.416%20C36.9119977%2C4.416%2036.5520013%2C4.57799838%2036.288%2C4.902%20C36.0239987%2C5.22600162%2035.892%2C5.62399764%2035.892%2C6.096%20C35.892%2C6.5760024%2036.0239987%2C6.97799838%2036.288%2C7.302%20C36.5520013%2C7.62600162%2036.9119977%2C7.788%2037.368%2C7.788%20Z%20M44.892%2C9.144%20C44.1719964%2C9.144%2043.5760024%2C8.848003%2043.104%2C8.256%20L43.104%2C11.208%20L41.58%2C11.208%20L41.58%2C3.204%20L43.104%2C3.204%20L43.104%2C3.936%20C43.5600023%2C3.35199708%2044.1559963%2C3.06%2044.892%2C3.06%20C45.6520038%2C3.06%2046.2699976%2C3.3299973%2046.746%2C3.87%20C47.2220024%2C4.4100027%2047.46%2C5.15199528%2047.46%2C6.096%20C47.46%2C7.04000472%2047.2220024%2C7.78399728%2046.746%2C8.328%20C46.2699976%2C8.8720027%2045.6520038%2C9.144%2044.892%2C9.144%20Z%20M44.412%2C7.788%20C44.8520022%2C7.788%2045.2079986%2C7.63200156%2045.48%2C7.32%20C45.7520014%2C7.00799844%2045.888%2C6.60000252%2045.888%2C6.096%20C45.888%2C5.59999752%2045.7520014%2C5.19600156%2045.48%2C4.884%20C45.2079986%2C4.57199844%2044.8520022%2C4.416%2044.412%2C4.416%20C44.1639988%2C4.416%2043.9160012%2C4.47799938%2043.668%2C4.602%20C43.4199988%2C4.72600062%2043.2320006%2C4.88399904%2043.104%2C5.076%20L43.104%2C7.116%20C43.2320006%2C7.30000092%2043.4219987%2C7.45799934%2043.674%2C7.59%20C43.9260013%2C7.72200066%2044.1719988%2C7.788%2044.412%2C7.788%20Z%20M49.332%2C2.58%20C49.0839988%2C2.58%2048.8720009%2C2.4900009%2048.696%2C2.31%20C48.5199991%2C2.1299991%2048.432%2C1.91600124%2048.432%2C1.668%20C48.432%2C1.41999876%2048.5199991%2C1.20800088%2048.696%2C1.032%20C48.8720009%2C0.85599912%2049.0839988%2C0.768%2049.332%2C0.768%20C49.5880013%2C0.768%2049.8039991%2C0.85599912%2049.98%2C1.032%20C50.1560009%2C1.20800088%2050.244%2C1.41999876%2050.244%2C1.668%20C50.244%2C1.91600124%2050.1560009%2C2.1299991%2049.98%2C2.31%20C49.8039991%2C2.4900009%2049.5880013%2C2.58%2049.332%2C2.58%20Z%20M50.1%2C9%20L48.576%2C9%20L48.576%2C3.204%20L50.1%2C3.204%20L50.1%2C9%20Z%20M54.336%2C9.144%20C53.4399955%2C9.144%2052.7000029%2C8.8640028%2052.116%2C8.304%20C51.5319971%2C7.7439972%2051.24%2C7.00800456%2051.24%2C6.096%20C51.24%2C5.24799576%2051.5239972%2C4.53000294%2052.092%2C3.942%20C52.6600028%2C3.35399706%2053.3759957%2C3.06%2054.24%2C3.06%20C55.1040043%2C3.06%2055.8039973%2C3.35399706%2056.34%2C3.942%20C56.8760027%2C4.53000294%2057.144%2C5.29599528%2057.144%2C6.24%20L57.144%2C6.6%20L52.836%2C6.6%20C52.8920003%2C6.97600188%2053.0659985%2C7.28599878%2053.358%2C7.53%20C53.6500015%2C7.77400122%2054.0319976%2C7.896%2054.504%2C7.896%20C54.7680013%2C7.896%2055.0459985%2C7.8460005%2055.338%2C7.746%20C55.6300015%2C7.6459995%2055.8639991%2C7.50800088%2056.04%2C7.332%20L56.724%2C8.34%20C56.1399971%2C8.8760027%2055.344005%2C9.144%2054.336%2C9.144%20Z%20M55.68%2C5.544%20C55.6479998%2C5.21599836%2055.5140012%2C4.92800124%2055.278%2C4.68%20C55.0419988%2C4.43199876%2054.6960023%2C4.308%2054.24%2C4.308%20C53.7999978%2C4.308%2053.4620012%2C4.42999878%2053.226%2C4.674%20C52.9899988%2C4.91800122%2052.8560002%2C5.20799832%2052.824%2C5.544%20L55.68%2C5.544%20Z%20M63.768%2C9%20L62.232%2C9%20L62.232%2C8.256%20C61.7599976%2C8.848003%2061.1640036%2C9.144%2060.444%2C9.144%20C59.6919962%2C9.144%2059.0760024%2C8.8720027%2058.596%2C8.328%20C58.1159976%2C7.78399728%2057.876%2C7.04000472%2057.876%2C6.096%20C57.876%2C5.16799536%2058.1159976%2C4.43000274%2058.596%2C3.882%20C59.0760024%2C3.33399726%2059.6919962%2C3.06%2060.444%2C3.06%20C61.1880037%2C3.06%2061.7839978%2C3.35599704%2062.232%2C3.948%20L62.232%2C0.996%20L63.768%2C0.996%20L63.768%2C9%20Z%20M60.924%2C7.788%20C61.1800013%2C7.788%2061.4299988%2C7.72600062%2061.674%2C7.602%20C61.9180012%2C7.47799938%2062.1039994%2C7.32000096%2062.232%2C7.128%20L62.232%2C5.076%20C62.1039994%2C4.88399904%2061.9180012%2C4.72600062%2061.674%2C4.602%20C61.4299988%2C4.47799938%2061.1800013%2C4.416%2060.924%2C4.416%20C60.4839978%2C4.416%2060.1280014%2C4.57199844%2059.856%2C4.884%20C59.5839986%2C5.19600156%2059.448%2C5.59999752%2059.448%2C6.096%20C59.448%2C6.60000252%2059.5839986%2C7.00799844%2059.856%2C7.32%20C60.1280014%2C7.63200156%2060.4839978%2C7.788%2060.924%2C7.788%20Z%20M70.308%2C9.144%20C69.2199946%2C9.144%2068.676%2C8.6120053%2068.676%2C7.548%20L68.676%2C4.536%20L67.716%2C4.536%20L67.716%2C3.204%20L68.676%2C3.204%20L68.676%2C1.62%20L70.2%2C1.62%20L70.2%2C3.204%20L71.376%2C3.204%20L71.376%2C4.536%20L70.2%2C4.536%20L70.2%2C7.14%20C70.2%2C7.33200096%2070.2459995%2C7.4879994%2070.338%2C7.608%20C70.4300005%2C7.7280006%2070.5599992%2C7.788%2070.728%2C7.788%20C70.9760012%2C7.788%2071.1519995%2C7.7280006%2071.256%2C7.608%20L71.58%2C8.772%20C71.2999986%2C9.0200012%2070.8760028%2C9.144%2070.308%2C9.144%20Z%20M75.108%2C9.144%20C74.1799954%2C9.144%2073.4380028%2C8.8500029%2072.882%2C8.262%20C72.3259972%2C7.67399706%2072.048%2C6.95200428%2072.048%2C6.096%20C72.048%2C5.23999572%2072.3259972%2C4.52000292%2072.882%2C3.936%20C73.4380028%2C3.35199708%2074.1799954%2C3.06%2075.108%2C3.06%20C76.0360046%2C3.06%2076.7799972%2C3.35199708%2077.34%2C3.936%20C77.9000028%2C4.52000292%2078.18%2C5.23999572%2078.18%2C6.096%20C78.18%2C6.95200428%2077.9000028%2C7.67399706%2077.34%2C8.262%20C76.7799972%2C8.8500029%2076.0360046%2C9.144%2075.108%2C9.144%20Z%20M75.108%2C7.788%20C75.5720023%2C7.788%2075.9359987%2C7.62600162%2076.2%2C7.302%20C76.4640013%2C6.97799838%2076.596%2C6.5760024%2076.596%2C6.096%20C76.596%2C5.62399764%2076.4640013%2C5.22600162%2076.2%2C4.902%20C75.9359987%2C4.57799838%2075.5720023%2C4.416%2075.108%2C4.416%20C74.6519977%2C4.416%2074.2920013%2C4.57799838%2074.028%2C4.902%20C73.7639987%2C5.22600162%2073.632%2C5.62399764%2073.632%2C6.096%20C73.632%2C6.5760024%2073.7639987%2C6.97799838%2074.028%2C7.302%20C74.2920013%2C7.62600162%2074.6519977%2C7.788%2075.108%2C7.788%20Z%20M86.328%2C9.144%20C85.1039939%2C9.144%2084.0860041%2C8.7580039%2083.274%2C7.986%20C82.4619959%2C7.21399614%2082.056%2C6.22000608%2082.056%2C5.004%20C82.056%2C3.77999388%2082.4619959%2C2.78400384%2083.274%2C2.016%20C84.0860041%2C1.24799616%2085.1039939%2C0.864%2086.328%2C0.864%20C87.8240075%2C0.864%2088.9359964%2C1.51599348%2089.664%2C2.82%20L88.2%2C3.54%20C88.0239991%2C3.20399832%2087.7660017%2C2.9260011%2087.426%2C2.706%20C87.0859983%2C2.4859989%2086.720002%2C2.376%2086.328%2C2.376%20C85.5999964%2C2.376%2084.9980024%2C2.62399752%2084.522%2C3.12%20C84.0459976%2C3.61600248%2083.808%2C4.2439962%2083.808%2C5.004%20C83.808%2C5.7640038%2084.0459976%2C6.39199752%2084.522%2C6.888%20C84.9980024%2C7.38400248%2085.5999964%2C7.632%2086.328%2C7.632%20C86.720002%2C7.632%2087.0859983%2C7.5220011%2087.426%2C7.302%20C87.7660017%2C7.0819989%2088.0239991%2C6.80400168%2088.2%2C6.468%20L89.664%2C7.176%20C88.9199963%2C8.4880066%2087.8080074%2C9.144%2086.328%2C9.144%20Z%20M92.172%2C9%20L90.648%2C9%20L90.648%2C0.996%20L92.172%2C0.996%20L92.172%2C9%20Z%20M94.44%2C2.58%20C94.1919988%2C2.58%2093.9800009%2C2.4900009%2093.804%2C2.31%20C93.6279991%2C2.1299991%2093.54%2C1.91600124%2093.54%2C1.668%20C93.54%2C1.41999876%2093.6279991%2C1.20800088%2093.804%2C1.032%20C93.9800009%2C0.85599912%2094.1919988%2C0.768%2094.44%2C0.768%20C94.6960013%2C0.768%2094.9119991%2C0.85599912%2095.088%2C1.032%20C95.2640009%2C1.20800088%2095.352%2C1.41999876%2095.352%2C1.668%20C95.352%2C1.91600124%2095.2640009%2C2.1299991%2095.088%2C2.31%20C94.9119991%2C2.4900009%2094.6960013%2C2.58%2094.44%2C2.58%20Z%20M95.208%2C9%20L93.684%2C9%20L93.684%2C3.204%20L95.208%2C3.204%20L95.208%2C9%20Z%20M100.032%2C9.144%20C99.3119964%2C9.144%2098.7160024%2C8.848003%2098.244%2C8.256%20L98.244%2C11.208%20L96.72%2C11.208%20L96.72%2C3.204%20L98.244%2C3.204%20L98.244%2C3.936%20C98.7000023%2C3.35199708%2099.2959963%2C3.06%20100.032%2C3.06%20C100.792004%2C3.06%20101.409998%2C3.3299973%20101.886%2C3.87%20C102.362002%2C4.4100027%20102.6%2C5.15199528%20102.6%2C6.096%20C102.6%2C7.04000472%20102.362002%2C7.78399728%20101.886%2C8.328%20C101.409998%2C8.8720027%20100.792004%2C9.144%20100.032%2C9.144%20Z%20M99.552%2C7.788%20C99.9920022%2C7.788%20100.347999%2C7.63200156%20100.62%2C7.32%20C100.892001%2C7.00799844%20101.028%2C6.60000252%20101.028%2C6.096%20C101.028%2C5.59999752%20100.892001%2C5.19600156%20100.62%2C4.884%20C100.347999%2C4.57199844%2099.9920022%2C4.416%2099.552%2C4.416%20C99.3039988%2C4.416%2099.0560012%2C4.47799938%2098.808%2C4.602%20C98.5599988%2C4.72600062%2098.3720006%2C4.88399904%2098.244%2C5.076%20L98.244%2C7.116%20C98.3720006%2C7.30000092%2098.5619987%2C7.45799934%2098.814%2C7.59%20C99.0660013%2C7.72200066%2099.3119988%2C7.788%2099.552%2C7.788%20Z%20M105.24%2C7.14%20C105.376001%2C7.32400092%20105.567999%2C7.47799938%20105.816%2C7.602%20C106.064001%2C7.72600062%20106.311999%2C7.788%20106.56%2C7.788%20C107.000002%2C7.788%20107.353999%2C7.63200156%20107.622%2C7.32%20C107.890001%2C7.00799844%20108.024%2C6.60000252%20108.024%2C6.096%20C108.024%2C5.59999752%20107.890001%2C5.19600156%20107.622%2C4.884%20C107.353999%2C4.57199844%20107.000002%2C4.416%20106.56%2C4.416%20C106.311999%2C4.416%20106.064001%2C4.47999936%20105.816%2C4.608%20C105.567999%2C4.73600064%20105.376001%2C4.89599904%20105.24%2C5.088%20L105.24%2C7.14%20Z%20M105.24%2C9%20L103.716%2C9%20L103.716%2C0.996%20L105.24%2C0.996%20L105.24%2C3.948%20C105.688002%2C3.35599704%20106.283996%2C3.06%20107.028%2C3.06%20C107.780004%2C3.06%20108.395998%2C3.33399726%20108.876%2C3.882%20C109.356002%2C4.43000274%20109.596%2C5.16799536%20109.596%2C6.096%20C109.596%2C7.04000472%20109.356002%2C7.78399728%20108.876%2C8.328%20C108.395998%2C8.8720027%20107.780004%2C9.144%20107.028%2C9.144%20C106.307996%2C9.144%20105.712002%2C8.848003%20105.24%2C8.256%20L105.24%2C9%20Z%20M113.436%2C9.144%20C112.507995%2C9.144%20111.766003%2C8.8500029%20111.21%2C8.262%20C110.653997%2C7.67399706%20110.376%2C6.95200428%20110.376%2C6.096%20C110.376%2C5.23999572%20110.653997%2C4.52000292%20111.21%2C3.936%20C111.766003%2C3.35199708%20112.507995%2C3.06%20113.436%2C3.06%20C114.364005%2C3.06%20115.107997%2C3.35199708%20115.668%2C3.936%20C116.228003%2C4.52000292%20116.508%2C5.23999572%20116.508%2C6.096%20C116.508%2C6.95200428%20116.228003%2C7.67399706%20115.668%2C8.262%20C115.107997%2C8.8500029%20114.364005%2C9.144%20113.436%2C9.144%20Z%20M113.436%2C7.788%20C113.900002%2C7.788%20114.263999%2C7.62600162%20114.528%2C7.302%20C114.792001%2C6.97799838%20114.924%2C6.5760024%20114.924%2C6.096%20C114.924%2C5.62399764%20114.792001%2C5.22600162%20114.528%2C4.902%20C114.263999%2C4.57799838%20113.900002%2C4.416%20113.436%2C4.416%20C112.979998%2C4.416%20112.620001%2C4.57799838%20112.356%2C4.902%20C112.091999%2C5.22600162%20111.96%2C5.62399764%20111.96%2C6.096%20C111.96%2C6.5760024%20112.091999%2C6.97799838%20112.356%2C7.302%20C112.620001%2C7.62600162%20112.979998%2C7.788%20113.436%2C7.788%20Z%20M122.664%2C9%20L121.128%2C9%20L121.128%2C8.388%20C120.711998%2C8.8920025%20120.100004%2C9.144%20119.292%2C9.144%20C118.779997%2C9.144%20118.318002%2C8.9740017%20117.906%2C8.634%20C117.493998%2C8.2939983%20117.288%2C7.824003%20117.288%2C7.224%20C117.288%2C6.59199684%20117.487998%2C6.12200154%20117.888%2C5.814%20C118.288002%2C5.50599846%20118.755997%2C5.352%20119.292%2C5.352%20C120.116004%2C5.352%20120.727998%2C5.58799764%20121.128%2C6.06%20L121.128%2C5.328%20C121.128%2C5.03199852%20121.012001%2C4.79600088%20120.78%2C4.62%20C120.547999%2C4.44399912%20120.240002%2C4.356%20119.856%2C4.356%20C119.239997%2C4.356%20118.684002%2C4.58399772%20118.188%2C5.04%20L117.588%2C3.972%20C118.268003%2C3.36399696%20119.111995%2C3.06%20120.12%2C3.06%20C120.864004%2C3.06%20121.473998%2C3.23199828%20121.95%2C3.576%20C122.426002%2C3.92000172%20122.664%2C4.47999612%20122.664%2C5.256%20L122.664%2C9%20Z%20M119.904%2C8.112%20C120.472003%2C8.112%20120.879999%2C7.94400168%20121.128%2C7.608%20L121.128%2C6.888%20C120.871999%2C6.54399828%20120.464003%2C6.372%20119.904%2C6.372%20C119.591998%2C6.372%20119.332001%2C6.4519992%20119.124%2C6.612%20C118.915999%2C6.7720008%20118.812%2C6.98399868%20118.812%2C7.248%20C118.812%2C7.51200132%20118.915999%2C7.72199922%20119.124%2C7.878%20C119.332001%2C8.0340008%20119.591998%2C8.112%20119.904%2C8.112%20Z%20M125.688%2C9%20L124.164%2C9%20L124.164%2C3.204%20L125.688%2C3.204%20L125.688%2C3.984%20C125.912001%2C3.71999868%20126.189998%2C3.50000088%20126.522%2C3.324%20C126.854002%2C3.14799912%20127.191998%2C3.06%20127.536%2C3.06%20L127.536%2C4.548%20C127.431999%2C4.52399988%20127.292001%2C4.512%20127.116%2C4.512%20C126.859999%2C4.512%20126.588001%2C4.57599936%20126.3%2C4.704%20C126.011999%2C4.83200064%20125.808001%2C4.98799908%20125.688%2C5.172%20L125.688%2C9%20Z%20M134.004%2C9%20L132.468%2C9%20L132.468%2C8.256%20C131.995998%2C8.848003%20131.400004%2C9.144%20130.68%2C9.144%20C129.927996%2C9.144%20129.312002%2C8.8720027%20128.832%2C8.328%20C128.351998%2C7.78399728%20128.112%2C7.04000472%20128.112%2C6.096%20C128.112%2C5.16799536%20128.351998%2C4.43000274%20128.832%2C3.882%20C129.312002%2C3.33399726%20129.927996%2C3.06%20130.68%2C3.06%20C131.424004%2C3.06%20132.019998%2C3.35599704%20132.468%2C3.948%20L132.468%2C0.996%20L134.004%2C0.996%20L134.004%2C9%20Z%20M131.16%2C7.788%20C131.416001%2C7.788%20131.665999%2C7.72600062%20131.91%2C7.602%20C132.154001%2C7.47799938%20132.339999%2C7.32000096%20132.468%2C7.128%20L132.468%2C5.076%20C132.339999%2C4.88399904%20132.154001%2C4.72600062%20131.91%2C4.602%20C131.665999%2C4.47799938%20131.416001%2C4.416%20131.16%2C4.416%20C130.719998%2C4.416%20130.364001%2C4.57199844%20130.092%2C4.884%20C129.819999%2C5.19600156%20129.684%2C5.59999752%20129.684%2C6.096%20C129.684%2C6.60000252%20129.819999%2C7.00799844%20130.092%2C7.32%20C130.364001%2C7.63200156%20130.719998%2C7.788%20131.16%2C7.788%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22path-1-link%22%20fill%3D%22%23FFFFFF%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.82%2C9%20L0.72%2C9%20L0.72%2C0.996%20L2.436%2C0.996%20L2.436%2C7.5%20L5.82%2C7.5%20L5.82%2C9%20Z%20M7.692%2C2.58%20C7.44399876%2C2.58%207.23200088%2C2.4900009%207.056%2C2.31%20C6.87999912%2C2.1299991%206.792%2C1.91600124%206.792%2C1.668%20C6.792%2C1.41999876%206.87999912%2C1.20800088%207.056%2C1.032%20C7.23200088%2C0.85599912%207.44399876%2C0.768%207.692%2C0.768%20C7.94800128%2C0.768%208.16399912%2C0.85599912%208.34%2C1.032%20C8.51600088%2C1.20800088%208.604%2C1.41999876%208.604%2C1.668%20C8.604%2C1.91600124%208.51600088%2C2.1299991%208.34%2C2.31%20C8.16399912%2C2.4900009%207.94800128%2C2.58%207.692%2C2.58%20Z%20M8.46%2C9%20L6.936%2C9%20L6.936%2C3.204%20L8.46%2C3.204%20L8.46%2C9%20Z%20M15.42%2C9%20L13.884%2C9%20L13.884%2C5.496%20C13.884%2C4.7759964%2013.5280036%2C4.416%2012.816%2C4.416%20C12.2879974%2C4.416%2011.8480018%2C4.63999776%2011.496%2C5.088%20L11.496%2C9%20L9.972%2C9%20L9.972%2C3.204%20L11.496%2C3.204%20L11.496%2C3.948%20C11.704001%2C3.69999876%2011.9859982%2C3.49000086%2012.342%2C3.318%20C12.6980018%2C3.14599914%2013.0919978%2C3.06%2013.524%2C3.06%20C14.1480031%2C3.06%2014.6199984%2C3.22399836%2014.94%2C3.552%20C15.2600016%2C3.88000164%2015.42%2C4.33199712%2015.42%2C4.908%20L15.42%2C9%20Z%20M22.584%2C9%20L20.676%2C9%20L19.14%2C6.768%20L18.444%2C7.512%20L18.444%2C9%20L16.92%2C9%20L16.92%2C0.996%20L18.444%2C0.996%20L18.444%2C5.784%20L20.64%2C3.204%20L22.512%2C3.204%20L20.22%2C5.832%20L22.584%2C9%20Z%20M30.36%2C9.144%20C29.1359939%2C9.144%2028.1180041%2C8.7580039%2027.306%2C7.986%20C26.4939959%2C7.21399614%2026.088%2C6.22000608%2026.088%2C5.004%20C26.088%2C3.77999388%2026.4939959%2C2.78400384%2027.306%2C2.016%20C28.1180041%2C1.24799616%2029.1359939%2C0.864%2030.36%2C0.864%20C31.8560075%2C0.864%2032.9679964%2C1.51599348%2033.696%2C2.82%20L32.232%2C3.54%20C32.0559991%2C3.20399832%2031.7980017%2C2.9260011%2031.458%2C2.706%20C31.1179983%2C2.4859989%2030.752002%2C2.376%2030.36%2C2.376%20C29.6319964%2C2.376%2029.0300024%2C2.62399752%2028.554%2C3.12%20C28.0779976%2C3.61600248%2027.84%2C4.2439962%2027.84%2C5.004%20C27.84%2C5.7640038%2028.0779976%2C6.39199752%2028.554%2C6.888%20C29.0300024%2C7.38400248%2029.6319964%2C7.632%2030.36%2C7.632%20C30.752002%2C7.632%2031.1179983%2C7.5220011%2031.458%2C7.302%20C31.7980017%2C7.0819989%2032.0559991%2C6.80400168%2032.232%2C6.468%20L33.696%2C7.176%20C32.9519963%2C8.4880066%2031.8400074%2C9.144%2030.36%2C9.144%20Z%20M37.368%2C9.144%20C36.4399954%2C9.144%2035.6980028%2C8.8500029%2035.142%2C8.262%20C34.5859972%2C7.67399706%2034.308%2C6.95200428%2034.308%2C6.096%20C34.308%2C5.23999572%2034.5859972%2C4.52000292%2035.142%2C3.936%20C35.6980028%2C3.35199708%2036.4399954%2C3.06%2037.368%2C3.06%20C38.2960046%2C3.06%2039.0399972%2C3.35199708%2039.6%2C3.936%20C40.1600028%2C4.52000292%2040.44%2C5.23999572%2040.44%2C6.096%20C40.44%2C6.95200428%2040.1600028%2C7.67399706%2039.6%2C8.262%20C39.0399972%2C8.8500029%2038.2960046%2C9.144%2037.368%2C9.144%20Z%20M37.368%2C7.788%20C37.8320023%2C7.788%2038.1959987%2C7.62600162%2038.46%2C7.302%20C38.7240013%2C6.97799838%2038.856%2C6.5760024%2038.856%2C6.096%20C38.856%2C5.62399764%2038.7240013%2C5.22600162%2038.46%2C4.902%20C38.1959987%2C4.57799838%2037.8320023%2C4.416%2037.368%2C4.416%20C36.9119977%2C4.416%2036.5520013%2C4.57799838%2036.288%2C4.902%20C36.0239987%2C5.22600162%2035.892%2C5.62399764%2035.892%2C6.096%20C35.892%2C6.5760024%2036.0239987%2C6.97799838%2036.288%2C7.302%20C36.5520013%2C7.62600162%2036.9119977%2C7.788%2037.368%2C7.788%20Z%20M44.892%2C9.144%20C44.1719964%2C9.144%2043.5760024%2C8.848003%2043.104%2C8.256%20L43.104%2C11.208%20L41.58%2C11.208%20L41.58%2C3.204%20L43.104%2C3.204%20L43.104%2C3.936%20C43.5600023%2C3.35199708%2044.1559963%2C3.06%2044.892%2C3.06%20C45.6520038%2C3.06%2046.2699976%2C3.3299973%2046.746%2C3.87%20C47.2220024%2C4.4100027%2047.46%2C5.15199528%2047.46%2C6.096%20C47.46%2C7.04000472%2047.2220024%2C7.78399728%2046.746%2C8.328%20C46.2699976%2C8.8720027%2045.6520038%2C9.144%2044.892%2C9.144%20Z%20M44.412%2C7.788%20C44.8520022%2C7.788%2045.2079986%2C7.63200156%2045.48%2C7.32%20C45.7520014%2C7.00799844%2045.888%2C6.60000252%2045.888%2C6.096%20C45.888%2C5.59999752%2045.7520014%2C5.19600156%2045.48%2C4.884%20C45.2079986%2C4.57199844%2044.8520022%2C4.416%2044.412%2C4.416%20C44.1639988%2C4.416%2043.9160012%2C4.47799938%2043.668%2C4.602%20C43.4199988%2C4.72600062%2043.2320006%2C4.88399904%2043.104%2C5.076%20L43.104%2C7.116%20C43.2320006%2C7.30000092%2043.4219987%2C7.45799934%2043.674%2C7.59%20C43.9260013%2C7.72200066%2044.1719988%2C7.788%2044.412%2C7.788%20Z%20M49.332%2C2.58%20C49.0839988%2C2.58%2048.8720009%2C2.4900009%2048.696%2C2.31%20C48.5199991%2C2.1299991%2048.432%2C1.91600124%2048.432%2C1.668%20C48.432%2C1.41999876%2048.5199991%2C1.20800088%2048.696%2C1.032%20C48.8720009%2C0.85599912%2049.0839988%2C0.768%2049.332%2C0.768%20C49.5880013%2C0.768%2049.8039991%2C0.85599912%2049.98%2C1.032%20C50.1560009%2C1.20800088%2050.244%2C1.41999876%2050.244%2C1.668%20C50.244%2C1.91600124%2050.1560009%2C2.1299991%2049.98%2C2.31%20C49.8039991%2C2.4900009%2049.5880013%2C2.58%2049.332%2C2.58%20Z%20M50.1%2C9%20L48.576%2C9%20L48.576%2C3.204%20L50.1%2C3.204%20L50.1%2C9%20Z%20M54.336%2C9.144%20C53.4399955%2C9.144%2052.7000029%2C8.8640028%2052.116%2C8.304%20C51.5319971%2C7.7439972%2051.24%2C7.00800456%2051.24%2C6.096%20C51.24%2C5.24799576%2051.5239972%2C4.53000294%2052.092%2C3.942%20C52.6600028%2C3.35399706%2053.3759957%2C3.06%2054.24%2C3.06%20C55.1040043%2C3.06%2055.8039973%2C3.35399706%2056.34%2C3.942%20C56.8760027%2C4.53000294%2057.144%2C5.29599528%2057.144%2C6.24%20L57.144%2C6.6%20L52.836%2C6.6%20C52.8920003%2C6.97600188%2053.0659985%2C7.28599878%2053.358%2C7.53%20C53.6500015%2C7.77400122%2054.0319976%2C7.896%2054.504%2C7.896%20C54.7680013%2C7.896%2055.0459985%2C7.8460005%2055.338%2C7.746%20C55.6300015%2C7.6459995%2055.8639991%2C7.50800088%2056.04%2C7.332%20L56.724%2C8.34%20C56.1399971%2C8.8760027%2055.344005%2C9.144%2054.336%2C9.144%20Z%20M55.68%2C5.544%20C55.6479998%2C5.21599836%2055.5140012%2C4.92800124%2055.278%2C4.68%20C55.0419988%2C4.43199876%2054.6960023%2C4.308%2054.24%2C4.308%20C53.7999978%2C4.308%2053.4620012%2C4.42999878%2053.226%2C4.674%20C52.9899988%2C4.91800122%2052.8560002%2C5.20799832%2052.824%2C5.544%20L55.68%2C5.544%20Z%20M63.768%2C9%20L62.232%2C9%20L62.232%2C8.256%20C61.7599976%2C8.848003%2061.1640036%2C9.144%2060.444%2C9.144%20C59.6919962%2C9.144%2059.0760024%2C8.8720027%2058.596%2C8.328%20C58.1159976%2C7.78399728%2057.876%2C7.04000472%2057.876%2C6.096%20C57.876%2C5.16799536%2058.1159976%2C4.43000274%2058.596%2C3.882%20C59.0760024%2C3.33399726%2059.6919962%2C3.06%2060.444%2C3.06%20C61.1880037%2C3.06%2061.7839978%2C3.35599704%2062.232%2C3.948%20L62.232%2C0.996%20L63.768%2C0.996%20L63.768%2C9%20Z%20M60.924%2C7.788%20C61.1800013%2C7.788%2061.4299988%2C7.72600062%2061.674%2C7.602%20C61.9180012%2C7.47799938%2062.1039994%2C7.32000096%2062.232%2C7.128%20L62.232%2C5.076%20C62.1039994%2C4.88399904%2061.9180012%2C4.72600062%2061.674%2C4.602%20C61.4299988%2C4.47799938%2061.1800013%2C4.416%2060.924%2C4.416%20C60.4839978%2C4.416%2060.1280014%2C4.57199844%2059.856%2C4.884%20C59.5839986%2C5.19600156%2059.448%2C5.59999752%2059.448%2C6.096%20C59.448%2C6.60000252%2059.5839986%2C7.00799844%2059.856%2C7.32%20C60.1280014%2C7.63200156%2060.4839978%2C7.788%2060.924%2C7.788%20Z%20M70.308%2C9.144%20C69.2199946%2C9.144%2068.676%2C8.6120053%2068.676%2C7.548%20L68.676%2C4.536%20L67.716%2C4.536%20L67.716%2C3.204%20L68.676%2C3.204%20L68.676%2C1.62%20L70.2%2C1.62%20L70.2%2C3.204%20L71.376%2C3.204%20L71.376%2C4.536%20L70.2%2C4.536%20L70.2%2C7.14%20C70.2%2C7.33200096%2070.2459995%2C7.4879994%2070.338%2C7.608%20C70.4300005%2C7.7280006%2070.5599992%2C7.788%2070.728%2C7.788%20C70.9760012%2C7.788%2071.1519995%2C7.7280006%2071.256%2C7.608%20L71.58%2C8.772%20C71.2999986%2C9.0200012%2070.8760028%2C9.144%2070.308%2C9.144%20Z%20M75.108%2C9.144%20C74.1799954%2C9.144%2073.4380028%2C8.8500029%2072.882%2C8.262%20C72.3259972%2C7.67399706%2072.048%2C6.95200428%2072.048%2C6.096%20C72.048%2C5.23999572%2072.3259972%2C4.52000292%2072.882%2C3.936%20C73.4380028%2C3.35199708%2074.1799954%2C3.06%2075.108%2C3.06%20C76.0360046%2C3.06%2076.7799972%2C3.35199708%2077.34%2C3.936%20C77.9000028%2C4.52000292%2078.18%2C5.23999572%2078.18%2C6.096%20C78.18%2C6.95200428%2077.9000028%2C7.67399706%2077.34%2C8.262%20C76.7799972%2C8.8500029%2076.0360046%2C9.144%2075.108%2C9.144%20Z%20M75.108%2C7.788%20C75.5720023%2C7.788%2075.9359987%2C7.62600162%2076.2%2C7.302%20C76.4640013%2C6.97799838%2076.596%2C6.5760024%2076.596%2C6.096%20C76.596%2C5.62399764%2076.4640013%2C5.22600162%2076.2%2C4.902%20C75.9359987%2C4.57799838%2075.5720023%2C4.416%2075.108%2C4.416%20C74.6519977%2C4.416%2074.2920013%2C4.57799838%2074.028%2C4.902%20C73.7639987%2C5.22600162%2073.632%2C5.62399764%2073.632%2C6.096%20C73.632%2C6.5760024%2073.7639987%2C6.97799838%2074.028%2C7.302%20C74.2920013%2C7.62600162%2074.6519977%2C7.788%2075.108%2C7.788%20Z%20M86.328%2C9.144%20C85.1039939%2C9.144%2084.0860041%2C8.7580039%2083.274%2C7.986%20C82.4619959%2C7.21399614%2082.056%2C6.22000608%2082.056%2C5.004%20C82.056%2C3.77999388%2082.4619959%2C2.78400384%2083.274%2C2.016%20C84.0860041%2C1.24799616%2085.1039939%2C0.864%2086.328%2C0.864%20C87.8240075%2C0.864%2088.9359964%2C1.51599348%2089.664%2C2.82%20L88.2%2C3.54%20C88.0239991%2C3.20399832%2087.7660017%2C2.9260011%2087.426%2C2.706%20C87.0859983%2C2.4859989%2086.720002%2C2.376%2086.328%2C2.376%20C85.5999964%2C2.376%2084.9980024%2C2.62399752%2084.522%2C3.12%20C84.0459976%2C3.61600248%2083.808%2C4.2439962%2083.808%2C5.004%20C83.808%2C5.7640038%2084.0459976%2C6.39199752%2084.522%2C6.888%20C84.9980024%2C7.38400248%2085.5999964%2C7.632%2086.328%2C7.632%20C86.720002%2C7.632%2087.0859983%2C7.5220011%2087.426%2C7.302%20C87.7660017%2C7.0819989%2088.0239991%2C6.80400168%2088.2%2C6.468%20L89.664%2C7.176%20C88.9199963%2C8.4880066%2087.8080074%2C9.144%2086.328%2C9.144%20Z%20M92.172%2C9%20L90.648%2C9%20L90.648%2C0.996%20L92.172%2C0.996%20L92.172%2C9%20Z%20M94.44%2C2.58%20C94.1919988%2C2.58%2093.9800009%2C2.4900009%2093.804%2C2.31%20C93.6279991%2C2.1299991%2093.54%2C1.91600124%2093.54%2C1.668%20C93.54%2C1.41999876%2093.6279991%2C1.20800088%2093.804%2C1.032%20C93.9800009%2C0.85599912%2094.1919988%2C0.768%2094.44%2C0.768%20C94.6960013%2C0.768%2094.9119991%2C0.85599912%2095.088%2C1.032%20C95.2640009%2C1.20800088%2095.352%2C1.41999876%2095.352%2C1.668%20C95.352%2C1.91600124%2095.2640009%2C2.1299991%2095.088%2C2.31%20C94.9119991%2C2.4900009%2094.6960013%2C2.58%2094.44%2C2.58%20Z%20M95.208%2C9%20L93.684%2C9%20L93.684%2C3.204%20L95.208%2C3.204%20L95.208%2C9%20Z%20M100.032%2C9.144%20C99.3119964%2C9.144%2098.7160024%2C8.848003%2098.244%2C8.256%20L98.244%2C11.208%20L96.72%2C11.208%20L96.72%2C3.204%20L98.244%2C3.204%20L98.244%2C3.936%20C98.7000023%2C3.35199708%2099.2959963%2C3.06%20100.032%2C3.06%20C100.792004%2C3.06%20101.409998%2C3.3299973%20101.886%2C3.87%20C102.362002%2C4.4100027%20102.6%2C5.15199528%20102.6%2C6.096%20C102.6%2C7.04000472%20102.362002%2C7.78399728%20101.886%2C8.328%20C101.409998%2C8.8720027%20100.792004%2C9.144%20100.032%2C9.144%20Z%20M99.552%2C7.788%20C99.9920022%2C7.788%20100.347999%2C7.63200156%20100.62%2C7.32%20C100.892001%2C7.00799844%20101.028%2C6.60000252%20101.028%2C6.096%20C101.028%2C5.59999752%20100.892001%2C5.19600156%20100.62%2C4.884%20C100.347999%2C4.57199844%2099.9920022%2C4.416%2099.552%2C4.416%20C99.3039988%2C4.416%2099.0560012%2C4.47799938%2098.808%2C4.602%20C98.5599988%2C4.72600062%2098.3720006%2C4.88399904%2098.244%2C5.076%20L98.244%2C7.116%20C98.3720006%2C7.30000092%2098.5619987%2C7.45799934%2098.814%2C7.59%20C99.0660013%2C7.72200066%2099.3119988%2C7.788%2099.552%2C7.788%20Z%20M105.24%2C7.14%20C105.376001%2C7.32400092%20105.567999%2C7.47799938%20105.816%2C7.602%20C106.064001%2C7.72600062%20106.311999%2C7.788%20106.56%2C7.788%20C107.000002%2C7.788%20107.353999%2C7.63200156%20107.622%2C7.32%20C107.890001%2C7.00799844%20108.024%2C6.60000252%20108.024%2C6.096%20C108.024%2C5.59999752%20107.890001%2C5.19600156%20107.622%2C4.884%20C107.353999%2C4.57199844%20107.000002%2C4.416%20106.56%2C4.416%20C106.311999%2C4.416%20106.064001%2C4.47999936%20105.816%2C4.608%20C105.567999%2C4.73600064%20105.376001%2C4.89599904%20105.24%2C5.088%20L105.24%2C7.14%20Z%20M105.24%2C9%20L103.716%2C9%20L103.716%2C0.996%20L105.24%2C0.996%20L105.24%2C3.948%20C105.688002%2C3.35599704%20106.283996%2C3.06%20107.028%2C3.06%20C107.780004%2C3.06%20108.395998%2C3.33399726%20108.876%2C3.882%20C109.356002%2C4.43000274%20109.596%2C5.16799536%20109.596%2C6.096%20C109.596%2C7.04000472%20109.356002%2C7.78399728%20108.876%2C8.328%20C108.395998%2C8.8720027%20107.780004%2C9.144%20107.028%2C9.144%20C106.307996%2C9.144%20105.712002%2C8.848003%20105.24%2C8.256%20L105.24%2C9%20Z%20M113.436%2C9.144%20C112.507995%2C9.144%20111.766003%2C8.8500029%20111.21%2C8.262%20C110.653997%2C7.67399706%20110.376%2C6.95200428%20110.376%2C6.096%20C110.376%2C5.23999572%20110.653997%2C4.52000292%20111.21%2C3.936%20C111.766003%2C3.35199708%20112.507995%2C3.06%20113.436%2C3.06%20C114.364005%2C3.06%20115.107997%2C3.35199708%20115.668%2C3.936%20C116.228003%2C4.52000292%20116.508%2C5.23999572%20116.508%2C6.096%20C116.508%2C6.95200428%20116.228003%2C7.67399706%20115.668%2C8.262%20C115.107997%2C8.8500029%20114.364005%2C9.144%20113.436%2C9.144%20Z%20M113.436%2C7.788%20C113.900002%2C7.788%20114.263999%2C7.62600162%20114.528%2C7.302%20C114.792001%2C6.97799838%20114.924%2C6.5760024%20114.924%2C6.096%20C114.924%2C5.62399764%20114.792001%2C5.22600162%20114.528%2C4.902%20C114.263999%2C4.57799838%20113.900002%2C4.416%20113.436%2C4.416%20C112.979998%2C4.416%20112.620001%2C4.57799838%20112.356%2C4.902%20C112.091999%2C5.22600162%20111.96%2C5.62399764%20111.96%2C6.096%20C111.96%2C6.5760024%20112.091999%2C6.97799838%20112.356%2C7.302%20C112.620001%2C7.62600162%20112.979998%2C7.788%20113.436%2C7.788%20Z%20M122.664%2C9%20L121.128%2C9%20L121.128%2C8.388%20C120.711998%2C8.8920025%20120.100004%2C9.144%20119.292%2C9.144%20C118.779997%2C9.144%20118.318002%2C8.9740017%20117.906%2C8.634%20C117.493998%2C8.2939983%20117.288%2C7.824003%20117.288%2C7.224%20C117.288%2C6.59199684%20117.487998%2C6.12200154%20117.888%2C5.814%20C118.288002%2C5.50599846%20118.755997%2C5.352%20119.292%2C5.352%20C120.116004%2C5.352%20120.727998%2C5.58799764%20121.128%2C6.06%20L121.128%2C5.328%20C121.128%2C5.03199852%20121.012001%2C4.79600088%20120.78%2C4.62%20C120.547999%2C4.44399912%20120.240002%2C4.356%20119.856%2C4.356%20C119.239997%2C4.356%20118.684002%2C4.58399772%20118.188%2C5.04%20L117.588%2C3.972%20C118.268003%2C3.36399696%20119.111995%2C3.06%20120.12%2C3.06%20C120.864004%2C3.06%20121.473998%2C3.23199828%20121.95%2C3.576%20C122.426002%2C3.92000172%20122.664%2C4.47999612%20122.664%2C5.256%20L122.664%2C9%20Z%20M119.904%2C8.112%20C120.472003%2C8.112%20120.879999%2C7.94400168%20121.128%2C7.608%20L121.128%2C6.888%20C120.871999%2C6.54399828%20120.464003%2C6.372%20119.904%2C6.372%20C119.591998%2C6.372%20119.332001%2C6.4519992%20119.124%2C6.612%20C118.915999%2C6.7720008%20118.812%2C6.98399868%20118.812%2C7.248%20C118.812%2C7.51200132%20118.915999%2C7.72199922%20119.124%2C7.878%20C119.332001%2C8.0340008%20119.591998%2C8.112%20119.904%2C8.112%20Z%20M125.688%2C9%20L124.164%2C9%20L124.164%2C3.204%20L125.688%2C3.204%20L125.688%2C3.984%20C125.912001%2C3.71999868%20126.189998%2C3.50000088%20126.522%2C3.324%20C126.854002%2C3.14799912%20127.191998%2C3.06%20127.536%2C3.06%20L127.536%2C4.548%20C127.431999%2C4.52399988%20127.292001%2C4.512%20127.116%2C4.512%20C126.859999%2C4.512%20126.588001%2C4.57599936%20126.3%2C4.704%20C126.011999%2C4.83200064%20125.808001%2C4.98799908%20125.688%2C5.172%20L125.688%2C9%20Z%20M134.004%2C9%20L132.468%2C9%20L132.468%2C8.256%20C131.995998%2C8.848003%20131.400004%2C9.144%20130.68%2C9.144%20C129.927996%2C9.144%20129.312002%2C8.8720027%20128.832%2C8.328%20C128.351998%2C7.78399728%20128.112%2C7.04000472%20128.112%2C6.096%20C128.112%2C5.16799536%20128.351998%2C4.43000274%20128.832%2C3.882%20C129.312002%2C3.33399726%20129.927996%2C3.06%20130.68%2C3.06%20C131.424004%2C3.06%20132.019998%2C3.35599704%20132.468%2C3.948%20L132.468%2C0.996%20L134.004%2C0.996%20L134.004%2C9%20Z%20M131.16%2C7.788%20C131.416001%2C7.788%20131.665999%2C7.72600062%20131.91%2C7.602%20C132.154001%2C7.47799938%20132.339999%2C7.32000096%20132.468%2C7.128%20L132.468%2C5.076%20C132.339999%2C4.88399904%20132.154001%2C4.72600062%20131.91%2C4.602%20C131.665999%2C4.47799938%20131.416001%2C4.416%20131.16%2C4.416%20C130.719998%2C4.416%20130.364001%2C4.57199844%20130.092%2C4.884%20C129.819999%2C5.19600156%20129.684%2C5.59999752%20129.684%2C6.096%20C129.684%2C6.60000252%20129.819999%2C7.00799844%20130.092%2C7.32%20C130.364001%2C7.63200156%20130.719998%2C7.788%20131.16%2C7.788%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  height: 30px;
  width: 130px;
  z-index: 900;
  display: none;
  visibility: visible;
}
@media (min-width: 1025px) {
  .share-bar-container .icon-clipboard-copied-mobile {
    visibility: hidden;
  }
}
.share-bar-container .icon-share-facebook {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2034%2035%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22share-facebook%22%20fill%3D%22%23001029%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Shape%22%20transform%3D%22translate%280.500000%2C%200.500000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.5%2C2%20C24.5%2C2%2031%2C8.5%2031%2C16.6%20C31%2C24.6000001%2024.5%2C31.1%2016.5%2C31.1%20C8.5%2C31.1%202%2C24.6000001%202%2C16.6%20C2%2C8.5%208.5%2C2%2016.5%2C2%20Z%20M16.5%2C0%20C7.39999999%2C0%200%2C7.5%200%2C16.6%20C0%2C25.6%207.39999999%2C33.1000001%2016.5%2C33.1000001%20C25.6%2C33.1000001%2033%2C25.7%2033%2C16.6%20C33%2C7.5%2025.6%2C0%2016.5%2C0%20Z%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22FB_1_%22%20transform%3D%22translate%2811.833333%2C%207.300000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C11%20L3.2%2C11%20L3.2%2C20.5%20L7.2%2C20.5%20L7.2%2C11%20L11.2%2C11%20L11.2%2C7%20L7.2%2C7%20L7.2%2C5%20C7.2%2C4.3%207.6%2C3.8%208%2C3.8%20L11.2%2C3.8%20L11.2%2C0%20L8%2C0%20C5.4%2C0%203.2%2C2.29999999%203.2%2C5.2%20L3.2%2C7.2%20L0%2C7.2%20C0%2C7%200%2C11%200%2C11%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.share-bar-container .icon-share-twitter {
  background-image: url(../../news/clientlibs/css/images/twitter-icon.svg);
  background-repeat: no-repeat;
}
.share-bar-container .icon-share-message {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2034%2034%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22share-message%22%20fill%3D%22%23001029%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C2.5%20C25%2C2.5%2031.4999999%2C9%2031.4999999%2C17%20C31.4999999%2C25%2025%2C31.4999999%2017%2C31.4999999%20C9%2C31.4999999%202.5%2C25%202.5%2C17%20C2.5%2C9%209%2C2.5%2017%2C2.5%20Z%20M17%2C0.5%20C7.90000001%2C0.5%200.5%2C7.90000001%200.5%2C17%20C0.5%2C26.1%207.90000001%2C33.5%2017%2C33.5%20C26.1%2C33.5%2033.5%2C26.1%2033.5%2C17%20C33.5%2C7.90000001%2026.1%2C0.5%2017%2C0.5%20Z%22%20id%3D%22IG%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Page-1%22%20transform%3D%22translate%285.483871%2C%208.500000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-4%22%20points%3D%223.83870967%206.26827845%205.44676455%206.26827845%205.44676455%2010.4125%206.62600654%2010.4125%206.62600654%206.26827845%208.22580646%206.26827845%208.22580646%205.3125%203.83870967%205.3125%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-6%22%20points%3D%2214.481274%205.3125%2012.8580901%205.3125%2011.4247387%207.05582464%209.97241312%205.3125%208.36820344%205.3125%2010.5229665%207.79750697%208.22580646%2010.4125%209.83001614%2010.4125%2011.4247387%208.5468434%2013.0099591%2010.4125%2014.6236559%2010.4125%2012.3265108%207.78986502%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Fill-8%22%20points%3D%2214.8064516%206.26827845%2016.4145065%206.26827845%2016.4145065%2010.4125%2017.5937354%2010.4125%2017.5937354%206.26827845%2019.1935484%206.26827845%2019.1935484%205.3125%2014.8064516%205.3125%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.2499123%2C12.5428659%20C22.2499123%2C13.6213916%2021.3492916%2C14.4957046%2020.2383137%2C14.4957046%20L9.8933093%2C14.4957046%20L4.79674939%2C19.4433914%20L4.79674939%2C14.4957046%20L2.79394433%2C14.4957046%20C1.68296648%2C14.4957046%200.782345722%2C13.6213916%200.782345722%2C12.5428659%20L0.782345722%2C2.71692531%20C0.782345722%2C1.6383997%201.68296648%2C0.76407136%202.79394433%2C0.76407136%20L20.2383137%2C0.76407136%20C21.3492916%2C0.76407136%2022.2499123%2C1.6383997%2022.2499123%2C2.71692531%20L22.2499123%2C12.5428659%20Z%20M22.812372%2C1.66092626%20C22.6716123%2C1.33785313%2022.4702678%2C1.04786351%2022.2139245%2C0.799008038%20C21.9575967%2C0.550152564%2021.6588658%2C0.354689448%2021.3260872%2C0.218041468%20C20.9811197%2C0.0763960257%2020.6151384%2C0.00457836842%2020.2383137%2C0.00457836842%20L2.79394433%2C0.00457836842%20C2.41711969%2C0.00457836842%202.05113837%2C0.0763960257%201.70617084%2C0.218041468%20C1.37339227%2C0.354689448%201.07466138%2C0.550152564%200.818333625%2C0.799008038%20C0.561990226%2C1.04786351%200.360645732%2C1.33785313%200.219886089%2C1.66092626%20C0.0739786115%2C1.9958019%200%2C2.35109272%200%2C2.71692531%20L0%2C12.5428659%20C0%2C12.9086985%200.0739786115%2C13.2639893%200.219886089%2C13.598865%20C0.360645732%2C13.9219381%200.561990226%2C14.2119277%200.818333625%2C14.4607832%20C1.07466138%2C14.7096234%201.37339227%2C14.9051018%201.70617084%2C15.0417345%20C2.05113837%2C15.18338%202.41711969%2C15.2551976%202.79394433%2C15.2551976%20L4.01440366%2C15.2551976%20L4.01440366%2C19.4433914%20C4.01440366%2C19.750591%204.20501437%2C20.0275174%204.49736132%2C20.1450717%20C4.59415313%2C20.1839881%204.69581114%2C20.2029147%204.79657727%2C20.2029147%20C5.00019056%2C20.2029147%205.20028331%2C20.125735%205.3499617%2C19.9804441%20L10.2173725%2C15.2551976%20L20.2383137%2C15.2551976%20C20.6151384%2C15.2551976%2020.9811197%2C15.18338%2021.3260872%2C15.0417345%20C21.6588658%2C14.9051018%2021.9575967%2C14.7096234%2022.2139245%2C14.4607832%20C22.4702678%2C14.2119277%2022.6716123%2C13.9219381%2022.812372%2C13.598865%20C22.9582795%2C13.2639893%2023.032258%2C12.9086985%2023.032258%2C12.5428659%20L23.032258%2C2.71692531%20C23.032258%2C2.35109272%2022.9582795%2C1.9958019%2022.812372%2C1.66092626%20Z%22%20id%3D%22Fill-1%22%20stroke%3D%22%23001029%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.share-bar-container .icon-share-messenger {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2034%2034%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22share-messenger%22%20fill%3D%22%23001029%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C2.5%20C25%2C2.5%2031.5%2C9%2031.5%2C17%20C31.5%2C25%2025%2C31.5%2017%2C31.5%20C9%2C31.5%202.5%2C25%202.5%2C17%20C2.5%2C9%209%2C2.5%2017%2C2.5%20Z%20M17%2C0.5%20C7.89999999%2C0.5%200.5%2C7.89999999%200.5%2C17%20C0.5%2C26.1%207.89999999%2C33.5%2017%2C33.5%20C26.1%2C33.5%2033.5%2C26.1%2033.5%2C17%20C33.5%2C7.89999999%2026.1%2C0.5%2017%2C0.5%20Z%22%20id%3D%22IG%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.3%2C16.4820869%20C7.3%2C11.4109382%2011.7397861%2C7.3%2017.2166667%2C7.3%20C22.6934399%2C7.3%2027.1333333%2C11.4109382%2027.1333333%2C16.4820869%20C27.1333333%2C21.5532357%2022.6934399%2C25.6641738%2017.2166667%2C25.6641738%20C16.2279613%2C25.6641738%2015.2732678%2C25.5296057%2014.3722209%2C25.2801962%20L10.9956015%2C27.1333333%20L10.9956015%2C23.6323235%20C8.74201848%2C21.9491559%207.3%2C19.3716756%207.3%2C16.4820869%20Z%20M18.1528966%2C19.8541192%20L23.5731265%2C14.1%20L18.7072797%2C16.793388%20L16.1203371%2C14.1%20L10.7%2C19.8541192%20L15.6275402%2C17.1607312%20L18.1528966%2C19.8541192%20Z%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.share-bar-container .icon-share-reddit {
  display: none !important;
}
.share-bar-container .icon-share-whatsapp {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2034%2034%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22share-whatsapp%22%20fill%3D%22%23001029%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C2.5%20C25%2C2.5%2031.4999999%2C9%2031.4999999%2C17%20C31.4999999%2C25%2025%2C31.4999999%2017%2C31.4999999%20C9%2C31.4999999%202.5%2C25%202.5%2C17%20C2.5%2C9%209%2C2.5%2017%2C2.5%20Z%20M17%2C0.5%20C7.90000001%2C0.5%200.5%2C7.90000001%200.5%2C17%20C0.5%2C26.1%207.90000001%2C33.5%2017%2C33.5%20C26.1%2C33.5%2033.5%2C26.1%2033.5%2C17%20C33.5%2C7.90000001%2026.1%2C0.5%2017%2C0.5%20Z%22%20id%3D%22IG%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.9378555%2C21.2036943%20C22.6920384%2C21.8990933%2021.7147955%2C22.4749837%2020.9355328%2C22.642848%20C20.4020871%2C22.7567667%2019.7065477%2C22.846777%2017.3626662%2C21.8753869%20C14.3653594%2C20.6338987%2012.4349436%2C17.5876595%2012.2850362%2C17.3899939%20C12.1412221%2C17.1919915%2011.0741626%2C15.7768473%2011.0741626%2C14.3136503%20C11.0741626%2C12.8504533%2011.8175728%2C12.1369714%2012.1171857%2C11.831179%20C12.3630365%2C11.5793658%2012.770611%2C11.4654471%2013.1604107%2C11.4654471%20C13.2744319%2C11.4660196%2013.3883858%2C11.4699594%2013.5021713%2C11.4773003%20C13.8017842%2C11.4894902%2013.9516916%2C11.5074385%2014.1494698%2C11.9811288%20L14.1494698%2C11.9810951%20C14.395287%2C12.5746307%2014.9947147%2C14.0378276%2015.0666217%2C14.1877437%20C15.1385289%2C14.3376935%2015.2106043%2C14.5416224%2015.1086012%2C14.7394564%20C15.0126578%2C14.9433853%2014.9287326%2C15.0334292%2014.7788588%2C15.2072201%20C14.6289514%2C15.3811793%2014.4851372%2C15.5130125%2014.3352297%2C15.6990269%20C14.1975089%2C15.8607962%2014.0415418%2C16.0349575%2014.2154519%2C16.3346549%20C14.3891937%2C16.6284593%2014.9886214%2C17.6057761%2015.8699209%2C18.3911854%20C17.0090557%2C19.4045668%2017.9321327%2C19.728644%2018.2618751%2C19.8664039%20C18.5075576%2C19.9684694%2018.801414%2C19.9444262%2018.9812489%2C19.7525188%20C19.2091567%2C19.506767%2019.4908602%2C19.0989427%2019.7786231%2C18.6971798%20C19.9823262%2C18.4093019%2020.2399933%2C18.3732372%2020.5098469%2C18.4751343%20C20.7856253%2C18.5711049%2022.2424845%2C19.2906818%2022.5421309%2C19.4406315%20C22.8417438%2C19.5907159%2023.0396903%2C19.6624749%2023.1115974%2C19.7883815%20C23.1836728%2C19.9142881%2023.1836728%2C20.5079584%2022.9378555%2C21.2036943%20M17.0029624%2C6.80016837%20L16.9970376%2C6.80016837%20L16.9970376%2C6.8%20C11.3739775%2C6.8%206.8%2C11.3752685%206.8%2C16.9999158%20C6.8%2C19.2306075%207.51940751%2C21.299328%208.74226562%2C22.9784418%20L7.47133479%2C26.7680989%20L11.3918869%2C25.5150943%20C13.00441%2C26.5824549%2014.9287326%2C27.2%2017.0029624%2C27.2%20C22.6260563%2C27.2%2027.2%2C22.6245968%2027.2%2C17.0000842%20C27.2%2C11.3754369%2022.6260563%2C6.80016837%2017.0029624%2C6.80016837%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.share-bar-container .icon-share-linkedin {
  display: none !important;
}
.share-bar-container .icon-share-link {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2034%2034%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22share-link%22%20fill%3D%22%23001029%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C2.5%20C25%2C2.5%2031.4999999%2C9%2031.4999999%2C17%20C31.4999999%2C25%2025%2C31.4999999%2017%2C31.4999999%20C9%2C31.4999999%202.5%2C25%202.5%2C17%20C2.5%2C9%209%2C2.5%2017%2C2.5%20Z%20M17%2C0.5%20C7.90000001%2C0.5%200.5%2C7.90000001%200.5%2C17%20C0.5%2C26.1%207.90000001%2C33.5%2017%2C33.5%20C26.1%2C33.5%2033.5%2C26.1%2033.5%2C17%20C33.5%2C7.90000001%2026.1%2C0.5%2017%2C0.5%20Z%22%20id%3D%22IG%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.8134518%2C14.186677%20C22.1939938%2C16.5696869%2022.1613222%2C20.3902563%2019.8277961%2C22.7367294%20C19.8234132%2C22.7415106%2019.8182336%2C22.7466903%2019.8134518%2C22.7514716%20L17.1359553%2C25.428966%20C14.774419%2C27.7905001%2010.9323305%2C27.7901813%208.57115222%2C25.428966%20C6.20961593%2C23.0678304%206.20961593%2C19.2253071%208.57115222%2C16.8641715%20L10.049593%2C15.3857324%20C10.4416545%2C14.9936708%2011.1168464%2C15.2542482%2011.1370873%2C15.8083143%20C11.1629055%2C16.5144237%2011.2895294%2C17.2238402%2011.5231726%2C17.9089123%20C11.6023021%2C18.140882%2011.5457635%2C18.3974753%2011.3724441%2C18.5707952%20L10.851009%2C19.0922292%20C9.73434985%2C20.2088878%209.69932714%2C22.0271137%2010.8049896%2C23.1546895%20C11.9215691%2C24.2933817%2013.7568508%2C24.3001551%2014.8819964%2C23.1750098%20L17.5594939%2C20.4979138%20C18.682728%2C19.374681%2018.6780258%2C17.5591646%2017.5594939%2C16.4406332%20C17.4120325%2C16.2934508%2017.2634951%2C16.1790995%2017.1474701%2C16.0992128%20C16.9810347%2C15.984922%2016.8784074%2C15.7986941%2016.8706758%2C15.5969436%20C16.8548974%2C15.1759156%2017.0040724%2C14.7420578%2017.3367678%2C14.4093633%20L18.175637%2C13.5704549%20C18.3956143%2C13.350478%2018.7407007%2C13.3234641%2018.9957791%2C13.5014856%20C19.287901%2C13.7054649%2019.561513%2C13.9347459%2019.8134518%2C14.186677%20Z%20M25.4288244%2C8.57103105%20C23.0676471%2C6.2098157%2019.2255586%2C6.20949695%2016.8640223%2C8.57103105%20L14.1865248%2C11.2485255%20C14.1817441%2C11.2533067%2014.1765645%2C11.2584864%2014.1721816%2C11.2632676%20C11.8386953%2C13.6097408%2011.8059829%2C17.4303101%2014.1865248%2C19.81332%20C14.4384494%2C20.0652397%2014.7120481%2C20.2945075%2015.0041576%2C20.4984716%20C15.2592372%2C20.6764931%2015.6043634%2C20.6494393%2015.8243007%2C20.4295023%20L16.66317%2C19.5905938%20C16.9958645%2C19.2578993%2017.1450395%2C18.8240416%2017.1292611%2C18.4030135%20C17.1215305%2C18.2012631%2017.0189022%2C18.0150352%2016.8524667%2C17.9007443%20C16.7364428%2C17.8208578%2016.5879053%2C17.7065064%2016.440444%2C17.5593239%20C15.3219111%2C16.4407927%2015.3172099%2C14.6252761%2016.440444%2C13.5020434%20L19.1179405%2C10.8249474%20C20.2430871%2C9.69980212%2022.0783278%2C9.70657555%2023.1949472%2C10.8452677%20C24.3006108%2C11.9728434%2024.2656278%2C13.7910693%2023.1489279%2C14.9077279%20L22.6274938%2C15.4291619%20C22.4541734%2C15.6024819%2022.3976348%2C15.8590751%2022.4767653%2C16.0910449%20C22.7104086%2C16.7761169%2022.8370313%2C17.4855335%2022.8628505%2C18.1916429%20C22.8831312%2C18.7457089%2023.5582824%2C19.0062865%2023.9503448%2C18.6142248%20L25.4287846%2C17.1357857%20C27.7903607%2C14.7746899%2027.7903607%2C10.9321667%2025.4288244%2C8.57103105%20Z%22%20id%3D%22link%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.share-bar-container .icon-share-email {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2034%2034%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3ESlice%201%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22share-email%22%20fill%3D%22%23001029%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C2.5%20C25%2C2.5%2031.4999999%2C9%2031.4999999%2C17%20C31.4999999%2C25%2025%2C31.4999999%2017%2C31.4999999%20C9%2C31.4999999%202.5%2C25%202.5%2C17%20C2.5%2C9%209%2C2.5%2017%2C2.5%20Z%20M17%2C0.5%20C7.90000001%2C0.5%200.5%2C7.90000001%200.5%2C17%20C0.5%2C26.1%207.90000001%2C33.5%2017%2C33.5%20C26.1%2C33.5%2033.5%2C26.1%2033.5%2C17%20C33.5%2C7.90000001%2026.1%2C0.5%2017%2C0.5%20Z%22%20id%3D%22IG%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M24.2533333%2C20.0776256%20L21.1992983%2C16.943379%20L24.2533333%2C13.8091324%20L24.2533333%2C20.0776256%20Z%20M22.9171929%2C22.0721461%20L11.082807%2C22.0721461%20L10.9873684%2C22.0721461%20L14.4231579%2C18.5579908%20C14.5185965%2C18.4630137%2014.5185965%2C18.3680366%2014.5185965%2C18.3680366%20L16.5228071%2C20.4575342%20C16.7136842%2C20.6474886%2017%2C20.7424658%2017.1908772%2C20.7424658%20C17.3817544%2C20.7424658%2017.6680702%2C20.6474886%2017.8589473%2C20.4575342%20L19.8631579%2C18.3680366%20L23.394386%2C21.977169%20C23.2989473%2C22.0721461%2023.1080702%2C22.0721461%2022.9171929%2C22.0721461%20Z%20M9.84210527%2C13.3342466%20L13.3733333%2C17.0383562%20C13.2778948%2C17.0383562%2013.1824561%2C17.1333334%2013.0870175%2C17.2283105%20L9.74666667%2C20.6474886%20L9.74666667%2C13.3342466%20L9.84210527%2C13.3342466%20Z%20M22.9171929%2C12.0995434%20C23.1080702%2C12.0995434%2023.2035088%2C12.0995434%2023.2989473%2C12.1945206%20L17.2863158%2C18.5579908%20L11.1782456%2C12.0995434%20L22.9171929%2C12.0995434%20Z%20M26.0666667%2C20.9324201%20L26.0666667%2C13.3342466%20C26.0666667%2C11.7196346%2024.7305263%2C10.2%2022.9171929%2C10.2%20L11.082807%2C10.2%20C9.36491228%2C10.2949772%207.93333333%2C11.6246576%207.93333333%2C13.3342466%20L7.93333333%2C20.9324201%20C7.93333333%2C22.6420092%209.26947369%2C24.0666666%2011.082807%2C24.0666666%20L23.0126316%2C24.0666666%20C24.7305263%2C23.8767123%2026.0666667%2C22.547032%2026.0666667%2C20.9324201%20Z%22%20id%3D%22Fill-3%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.share-bar-container .icon-instagram {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2034%2034%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3EIG%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22IG%22%20fill%3D%22%23001029%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C2.5%20C25%2C2.5%2031.5%2C9%2031.5%2C17%20C31.5%2C25%2025%2C31.5%2017%2C31.5%20C9%2C31.5%202.5%2C25%202.5%2C17%20C2.5%2C9%209%2C2.5%2017%2C2.5%20Z%20M17%2C0.5%20C7.9%2C0.5%200.5%2C7.9%200.5%2C17%20C0.5%2C26.1%207.9%2C33.5%2017%2C33.5%20C26.1%2C33.5%2033.5%2C26.1%2033.5%2C17%20C33.5%2C7.9%2026.1%2C0.5%2017%2C0.5%20Z%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.2%2C23.4%20C22.8%2C23.8%2022.3%2C24.1%2021.7%2C24.3%20C21.2%2C24.4%2020.8%2C24.5%2020.3%2C24.6%20C18.3%2C24.7%2016.3%2C24.7%2014.3%2C24.6%20L13.7%2C24.6%20C13.5%2C24.6%2013.3%2C24.6%2013%2C24.5%20C12.5%2C24.4%2011.9%2C24.3%2011.5%2C24%20C11.2%2C23.8%2010.8%2C23.6%2010.6%2C23.3%20C10.3%2C22.9%2010%2C22.5%209.8%2C22%20C9.6%2C21.5%209.5%2C20.9%209.5%2C20.3%20C9.4%2C19.4%209.4%2C18.5%209.4%2C17.7%20L9.4%2C15.2%20C9.4%2C14.6%209.4%2C14%209.5%2C13.4%20C9.6%2C12.2%2010.1%2C11.1%2011%2C10.4%20C11.6%2C9.9%2012.2%2C9.7%2012.9%2C9.6%20C13.7%2C9.5%2014.4%2C9.5%2015.2%2C9.5%20L19.4%2C9.5%20C20%2C9.5%2020.6%2C9.5%2021.1%2C9.7%20C21.7%2C9.8%2022.3%2C10.1%2022.8%2C10.4%20C23.5%2C10.9%2023.9%2C11.5%2024.2%2C12.3%20C24.4%2C13%2024.5%2C13.8%2024.5%2C14.5%20L24.5%2C19.6%20C24.5%2C20.2%2024.5%2C20.8%2024.3%2C21.4%20C24.2%2C22.1%2023.8%2C22.8%2023.2%2C23.4%20Z%20M10.8%2C17.3%20L10.8%2C18.7%20C10.8%2C19.4%2010.8%2C20.1%2010.9%2C20.8%20C11%2C21.3%2011.2%2C21.8%2011.5%2C22.2%20C12%2C22.8%2012.7%2C23.1%2013.5%2C23.2%20C14%2C23.3%2014.6%2C23.3%2015.1%2C23.3%20L20%2C23.3%20C20.4%2C23.3%2020.7%2C23.3%2021.1%2C23.2%20C21.7%2C23.1%2022.2%2C22.8%2022.6%2C22.3%20C22.9%2C22%2023%2C21.6%2023.1%2C21.2%20C23.2%2C20.7%2023.2%2C20.2%2023.3%2C19.7%20L23.3%2C14.5%20C23.3%2C14.1%2023.3%2C13.6%2023.2%2C13.2%20C23%2C12.2%2022.4%2C11.4%2021.4%2C11.1%20C21%2C11%2020.5%2C10.9%2020%2C10.9%20L14.1%2C10.9%20C13.6%2C10.9%2013.2%2C11%2012.7%2C11.1%20C12%2C11.4%2011.5%2C11.9%2011.2%2C12.6%20C11.1%2C13%2011%2C13.3%2011%2C13.7%20C10.7%2C14.9%2010.8%2C16.1%2010.8%2C17.3%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20.3%2C19.1%20C20%2C19.5%2019.7%2C19.9%2019.2%2C20.2%20C18.8%2C20.5%2018.3%2C20.7%2017.8%2C20.8%20C17%2C21%2016.2%2C20.9%2015.4%2C20.5%20C14.9%2C20.3%2014.5%2C19.9%2014.1%2C19.5%20C13.7%2C19.1%2013.5%2C18.7%2013.3%2C18.2%20C13.2%2C17.8%2013.1%2C17.4%2013.1%2C16.9%20L13.1%2C16.3%20C13.2%2C16%2013.2%2C15.8%2013.3%2C15.5%20C13.9%2C14.1%2014.8%2C13.3%2016.3%2C13%20C18.3%2C12.6%2020.1%2C13.8%2020.7%2C15.6%20C20.9%2C16.1%2020.9%2C16.7%2020.9%2C17.2%20C20.8%2C18%2020.6%2C18.6%2020.3%2C19.1%20Z%20M14.5%2C17.1%20C14.5%2C17.6%2014.7%2C18.1%2015%2C18.5%20C15.8%2C19.6%2017.3%2C19.9%2018.4%2C19.1%20C18.6%2C19%2018.7%2C18.9%2018.9%2C18.7%20C19%2C18.6%2019.1%2C18.5%2019.2%2C18.3%20C19.6%2C17.8%2019.7%2C17.2%2019.6%2C16.6%20C19.4%2C15.1%2017.9%2C14.1%2016.4%2C14.5%20C15.2%2C14.9%2014.4%2C15.9%2014.5%2C17.1%20Z%20M20.1%2C12.9%20C20.1%2C12.4%2020.5%2C12%2021%2C12%20C21.5%2C12%2021.9%2C12.4%2021.9%2C12.9%20C21.9%2C13.4%2021.5%2C13.8%2021%2C13.8%20C20.6%2C13.9%2020.1%2C13.5%2020.1%2C12.9%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.share-text-article {
  display: none !important;
}
.shaka-video-container.sftwl-enabled {
  overflow: visible !important;
  margin-bottom: 42px !important;
}
@media (min-width: 768px) {
  .shaka-video-container.sftwl-enabled {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1025px) {
  .streaming-eventpage-container {
    padding: 0px 0px 0px 156px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .streaming-eventpage-container {
    padding: 0px 0px 0px 140px;
  }
}
.container .body-container {
  position: relative;
}
.header-player {
  position: relative;
}
.header-player .img-responsive {
  width: 100%;
}
.header-player .componentWrapper .img-responsive.overlay-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
body.pvp-enabled .header-player .componentWrapper #video-player {
  position: relative;
  display: flex;
  aspect-ratio: 1.77809;
}
body.pvp-enabled .header-player .componentWrapper .img-responsive:not(.overlay-image) {
  display: block;
}
.header-player .player-wrapper .playerBranding {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: inherit;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity .6s;
}
.header-player .player-wrapper .playerBranding img {
  top: 0;
  transform: translateY(0%);
  height: 100%;
}
.header-player .player-wrapper .softwall {
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
  background-color: #001029;
  z-index: 2;
}
@media (min-width: 768px) {
  .header-player .player-wrapper .softwall {
    height: 40px;
  }
}
.header-player .player-wrapper .softwall > div {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: white;
  font-family: "spectrum-sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .header-player .player-wrapper .softwall > div {
    font-size: 15px;
    letter-spacing: 0.8px;
  }
}
.header-player .player-wrapper .softwall > div p {
  float: left;
  padding-left: 20px;
  padding-top: 3px;
  flex-basis: 70%;
}
@media (min-width: 768px) {
  .header-player .player-wrapper .softwall > div p {
    margin-top: 5px;
    flex-basis: 90%;
    text-align: center;
  }
}
.header-player .player-wrapper .softwall > div .mobile-inline-block {
  display: inline-block;
}
.header-player .player-wrapper .softwall > div a {
  flex-basis: 10%;
  white-space: nowrap;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 600;
  font-size: 10px;
  font-style: normal;
  font-stretch: normal;
  float: right;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  background-color: #74a6ee;
  padding: 3px 14px;
  margin: 6px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-player .player-wrapper .softwall > div a {
    margin: 5px;
    font-size: 12px;
    height: 30px;
    letter-spacing: 0.6px;
    padding: 7px 13px 8px 14px;
  }
}
.header-player .player-wrapper .playerContainer {
  display: none !important;
}
.header-player .imageCaption span {
  display: block;
  width: 100%;
  padding: 5px 10px;
  background-color: #f2f5fa;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
.shaka-video-container {
  position: relative;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
}
.error-container {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: black;
  justify-content: center;
}
.playerBlocker {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 3;
}
.hss-video-poster {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 0;
}
.playerContainer {
  position: relative;
  overflow: hidden;
  width: 640px;
  height: 48px;
  margin: auto;
}
.columns .playerContainer {
  width: 100%;
}
.platform-player {
  width: 100%;
  height: 100%;
}
.paywall-title {
  font-size: 18px;
  color: #484848;
  font-family: "spectrum-sans", sans-serif;
  text-align: center !important;
}
.playerBranding img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
.PlayerTitleFont {
  display: none !important;
}
.platform-video-login {
  font-size: 18px;
  text-align: center !important;
}
.platform-video-lm {
  font-size: 18px;
  text-align: center !important;
}
.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: 1199px) {
  .leaderboard-atf-enabled.pvp-enabled .header-player .player-wrapper.noAlerts {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .playerContainer {
    width: 100%;
    height: 260px;
  }
  .btn-platform {
    left: 125px;
    margin-top: 15px;
  }
  .platform-icon {
    margin-top: 15px;
  }
  .header-player .componentWrapper {
    margin-top: 0;
  }
  .playerBranding {
    display: none !important;
  }
}
.shaka-overflow-menu span {
  clear: both;
  display: block;
  font-weight: normal;
}
.shaka-overflow-button-label {
  line-height: 18px;
}
.live-stream-promo--container:not(.mini-player) .live-player-container {
  height: 56.25vw !important;
  min-height: 150px;
  overflow-x: clip;
  max-height: 555px;
}
.live-stream-promo--container.mini-player {
  position: relative;
  padding-bottom: 10px;
}
.live-stream-promo--container.mini-player .heading-title {
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .live-stream-promo--container.mini-player {
    padding-bottom: 20px;
  }
}
.live-stream-promo--container.mini-player.unauthenticated .live-player-container {
  display: none;
}
.live-stream-promo--container.mini-player.authenticated .live-player-container {
  margin-top: 10px;
}
.live-stream-promo--container.mini-player.authenticated .live-player-container .mini-player-controls {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 94px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  z-index: 1;
}
.live-stream-promo--container.mini-player.authenticated .live-player-container .mini-player-controls > button {
  height: 32px;
  width: 32px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.live-stream-promo--container.mini-player.authenticated .live-player-container .shaka-controls-container .shaka-pip-button > label {
  display: none !important;
}
.live-stream-promo--container.mini-player.authenticated .live-player-container .thumbnail {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.live-stream-promo--container.mini-player.authenticated .live-player-container .shaka-spinner-container {
  z-index: 2;
}
.live-stream-promo--container.mini-player.authenticated .heading-title {
  line-height: normal;
  margin-top: 10px;
  margin-right: 45px;
}
@media (max-width: 1025px) {
  .live-stream-promo--container.mini-player.authenticated .heading-title:first-child {
    margin-top: 0;
  }
}
.live-stream-promo--container.mini-player.authenticated .spanish-headline {
  margin-right: 65px !important;
}
.live-stream-promo--container.mini-player.authenticated .live-stream-right-block {
  padding: 0;
}
.live-stream-promo--container.mini-player.authenticated .live-stream-right-block .live-badge {
  display: none;
}
.live-stream-promo--container.mini-player.authenticated .live-stream-right-block .live-stream--program-time {
  height: auto;
  line-height: 1;
  padding-top: 6px;
}
.live-stream-promo--container.mini-player.authenticated .live-stream-left-block {
  display: none;
}
.player-wrapper {
  max-height: 705px;
}
.playerBranding {
  height: 100% !important;
}
.widemode .live-player-container {
  max-height: 789px;
}
.shaka-video-container:fullscreen .playerBranding img {
  object-fit: fill;
}
.shaka-video-container:fullscreen .shaka-video {
  object-fit: contain !important;
}
#live-player,
#vod-player {
  height: auto;
  object-fit: fill;
  transform: scaleX(1);
  width: 100%;
  aspect-ratio: 1.77809388;
}
video[poster] {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.shaka-video-container:-webkit-full-screen video,
.shaka-video-container:fullscreen video {
  object-fit: contain !important;
}
div.next-story {
  display: none;
}
article div.next-story {
  display: inline-block;
  width: 100%;
  padding: 0 0 44px 0;
}
div.next-story .next-story__link {
  float: right;
  color: #001029;
  display: inline-block;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: normal;
  padding-top: 10px;
  text-transform: uppercase;
}
div.next-story .next-story__link:after {
  content: '';
  border-top: 2px solid #001029;
  border-right: 2px solid #001029;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1em;
  height: 1em;
  margin: 0 10px .1em 4px;
  display: inline-block;
  margin-bottom: -0.125em;
}
div.next-story .next-story__link:hover {
  text-decoration: none;
}
#wxCurrentWeather .currentInfo {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 440px;
}
#wxCurrentWeather .currentInfo .current-weather-icon {
  height: 50px;
  width: 45px;
  background-position: center;
}
@media (min-width: 768px) {
  #wxCurrentWeather .currentInfo .current-weather-icon {
    font-size: 55px;
    min-width: 55px;
  }
}
@media (min-width: 1025px) {
  #wxCurrentWeather .currentInfo .current-weather-icon {
    font-size: 85px;
    min-width: 65px;
    letter-spacing: -3.68px;
  }
}
#wxCurrentWeather .currentInfo .current-weather-temp {
  font-family: "spectrum-sans", sans-serif;
  font-weight: 500;
  font-size: 35px;
  margin-left: 25px;
  color: #042d4d;
}
@media (min-width: 768px) {
  #wxCurrentWeather .currentInfo .current-weather-temp {
    font-size: 55px;
  }
}
@media (min-width: 1025px) {
  #wxCurrentWeather .currentInfo .current-weather-temp {
    font-size: 85px;
    letter-spacing: -3.68px;
  }
}
#wxCurrentWeather .currentInfo .current-conditions-text {
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 0.28px;
  margin-left: 20px;
  word-wrap: normal;
  width: auto;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 500;
  color: #042d4d;
}
@media (max-width: 768px) {
  #wxCurrentWeather {
    display: none !important;
  }
}
#wxHourlyWeather {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 26px;
}
@media (min-width: 1025px) {
  #wxHourlyWeather {
    justify-content: flex-start;
  }
}
#wxHourlyWeather li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  height: 80px;
  padding: 0 19px;
  font-family: "spectrum-sans", sans-serif;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #b5b5b5;
}
@media (min-width: 1025px) {
  #wxHourlyWeather li {
    height: 120px;
    padding: 10px 12px;
    border-left: 1.7px solid #b5b5b5;
  }
  #wxHourlyWeather li:last-of-type {
    border-right: 1.7px solid #b5b5b5;
  }
}
#wxHourlyWeather li:nth-of-type(1) {
  border-left: none;
  padding-left: 0;
}
@media (min-width: 1025px) {
  #wxHourlyWeather li:nth-of-type(1) {
    border-left: 1.7px solid #b5b5b5;
    padding-left: 24px;
  }
}
#wxHourlyWeather li:nth-of-type(4),
#wxHourlyWeather li:nth-of-type(5) {
  display: none;
}
@media (min-width: 1025px) {
  #wxHourlyWeather li:nth-of-type(4),
  #wxHourlyWeather li:nth-of-type(5) {
    display: flex;
  }
}
#wxHourlyWeather li .hourly-weather-hour {
  font-size: 10px;
  letter-spacing: 0.27px;
  color: #042d4d;
}
@media (min-width: 1025px) {
  #wxHourlyWeather li .hourly-weather-hour {
    font-size: 12px;
    letter-spacing: 0.32px;
  }
}
#wxHourlyWeather li .hourly-weather-icon {
  width: 26px;
  height: 26px;
}
@media (min-width: 1025px) {
  #wxHourlyWeather li .hourly-weather-icon {
    width: 39px;
    height: 39px;
  }
}
#wxHourlyWeather li .hourly-weather-temp {
  font-size: 16px;
  letter-spacing: 0.43px;
  color: #042d4d;
}
@media (min-width: 1025px) {
  #wxHourlyWeather li .hourly-weather-temp {
    font-size: 20px;
    letter-spacing: 0.53px;
  }
}
.wx-sunrise-sunset .componentWrapper {
  padding: 5px 10px 10px 10px;
}
.wx-sunrise-sunset table {
  width: 100%;
}
.wx-sunrise-sunset table td {
  text-align: center;
  padding: 10px;
}
.wx-sunrise-sunset table .wx-icon {
  height: 65px;
  width: 70px;
  margin: auto;
}
.wx-sunrise-sunset table .ssDay {
  font-family: "spectrum-sans", sans-serif;
  font-size: 16px;
  color: #000000;
}
.wx-sunrise-sunset table .ssTime {
  font-family: "spectrum-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  text-align: center;
  background: #dde4ec;
}
.podcast-container {
  margin-bottom: 20px;
}
.embedpdf {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  border: 2px solid;
  height: 810px;
}
.embedpdf iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.embedpdf::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .embedpdf {
    height: 475px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .embedpdf::-webkit-scrollbar {
    display: none;
  }
}

