body {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
.__s24 {
  /* RESET
================================================== */
  /* THEME
================================================== */
  /* colori */
  /* vari */
  /* social */
  /* Aree */
  /* Scadenzario */
  /* BOOTSTRAP OVERRIDE
================================================== */
  /*
.make-xs-column(@columns; @gutter: @grid-gutter-width) {
  position: relative;
  float: left;
  width: percentage((@columns / @grid-columns));
  min-height: 1px;
  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);
}
*/
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*
.btn-group-xs > .btn { &:extend(.btn-xs); }
.btn-group-sm > .btn { &:extend(.btn-sm); }
.btn-group-lg > .btn { &:extend(.btn-lg); }
*/
  /* FONT
================================================== */
  /* DEFINIZIONE VARIABILI
================================================== */
  /* GLOBAL
================================================== */
  /* BOOTSTRAP OVERRIDE
================================================== */
  /* Hide tabbable panes to start, show them when `.active` */
  /* LINK
================================================== */
  /* STRUCTURE
================================================== */
  /* ### Tweet ### */
  /* Border Radius Mixin */
  /* todo: override responsive utilities dentro a .no-touch */
  /* HEADER
================================================== */
  /* Section NAV */
  /* Iscroll markup  */
  /* Iscroll markup  */
  /* CONTENT
================================================== */
  /*#modal-search {
  .modal-dialog {
    width: 830px;
    @media (max-width: @screen-sm-max) {
      width: 650px;
    }
  }
  .modal-content {
    background: none;
  }
  .modal-body {
    padding: @baseDim * 2 0;
    .search-field {
      .search-input {
        border-bottom: 1px solid @primary_dd;
        background: none;
        border-radius: 0;
        padding-left: 5px;
      }
      .search-submit {
        right: 0;
      }
    }
  }
  #suggestions-list {
    padding: @baseDim / 3 0;
    .montserrat();
    li {
      border-bottom: 1px solid @border;
      &.fin {
        background: mix(@carta, @white, 60%);
        padding: @baseDim @baseDim + 10 0;
        border: none;
        li:last-child {
          border: none;
        }
        a {
          margin: 0 -(@baseDim + 10);
          &:hover, .active {
            background: @carta;
          }
        }
        .icon {
          margin-right: @baseDim / 2;
        }
        .index {
          display: inline-block;
          width: 140px;
        }
      }
      a {
        display: block;
        padding: @baseDim + 2 @baseDim + 10 @baseDim;
        color: @primary;
        font-size: 13px;
        line-height: 13px;
        &:hover, .active {
          background: @carta;
        }
      }
      h6, .label {
        color: @beige;
        text-transform: uppercase;
        margin-right: @baseDim;
        font-size: 11px;
        line-height: 13px;
      }
    }
  }
  .no-res {
    padding: @baseDim / 3 0;
    p {
      .montserrat();
      font-size: 13px;
      line-height: 1.3em;
      margin-bottom: @baseDim / 2;
      color: @primary;
      a {
        &:hover {
          text-decoration: underline;
        }
      }
    }
  }
}*/
  /* FOOTER
================================================== */
}
.__s24 * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.__s24::-moz-placeholder {
  color: #555555;
  opacity: 1;
}
.__s24:-ms-input-placeholder {
  color: #555555;
}
.__s24::-webkit-input-placeholder {
  color: #555555;
}
.__s24 .placeholder {
  color: #555555;
}
.__s24 .white {
  color: white !important;
}
a:hover .__s24 .white {
  color: rgba(255, 255, 255, 0.85) !important;
}
.__s24 .red,
.__s24 .danger {
  color: #b92222 !important;
}
a:hover .__s24 .red,
a:hover .__s24 .danger {
  color: #9c1c1c !important;
}
.__s24 .red_l {
  color: #FA0014 !important;
}
.__s24 .green,
.__s24 .success {
  color: #008B00 !important;
}
.__s24 .green_l {
  color: #00ff00 !important;
}
.__s24 .lblue {
  color: #356e89 !important;
}
.__s24 .blue {
  color: #234357 !important;
}
.__s24 .lorange {
  color: #CE5623 !important;
}
.__s24 .orange {
  color: #BC4C19 !important;
}
.__s24 .t1 {
  background: #B8442A;
}
.__s24 .t1:hover,
a:hover .__s24 .t1 {
  background: #953925;
}
.__s24 .t2 {
  background: #EE9001;
}
.__s24 .t2:hover,
a:hover .__s24 .t2 {
  background: #DD8500;
}
.__s24 .t3 {
  background: #DEC102;
}
.__s24 .t3:hover,
a:hover .__s24 .t3 {
  background: #D0B500;
}
.__s24 .t4 {
  background: #6BB397;
}
.__s24 .t4:hover,
a:hover .__s24 .t4 {
  background: #62A289;
}
.__s24 .t5 {
  background: #5987AD;
}
.__s24 .t5:hover,
a:hover .__s24 .t5 {
  background: #4C7495;
}
.__s24 .t6 {
  background: #3C487D;
}
.__s24 .t6:hover,
a:hover .__s24 .t6 {
  background: #38426B;
}
.__s24 html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.__s24 body {
  margin: 0;
}
.__s24 article,
.__s24 aside,
.__s24 details,
.__s24 figcaption,
.__s24 figure,
.__s24 footer,
.__s24 header,
.__s24 hgroup,
.__s24 main,
.__s24 menu,
.__s24 nav,
.__s24 section,
.__s24 summary {
  display: block;
}
.__s24 audio,
.__s24 canvas,
.__s24 progress,
.__s24 video {
  display: inline-block;
  vertical-align: baseline;
}
.__s24 audio:not([controls]) {
  display: none;
  height: 0;
}
.__s24 [hidden],
.__s24 template {
  display: none;
}
.__s24 a {
  background-color: transparent;
}
.__s24 a:active,
.__s24 a:hover {
  outline: 0;
}
.__s24 abbr[title] {
  border-bottom: 1px dotted;
}
.__s24 b,
.__s24 strong {
  font-weight: bold;
}
.__s24 dfn {
  font-style: italic;
}
.__s24 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.__s24 mark {
  background: #ff0;
  color: #000;
}
.__s24 small {
  font-size: 80%;
}
.__s24 sub,
.__s24 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.__s24 sup {
  top: -0.5em;
}
.__s24 sub {
  bottom: -0.25em;
}
.__s24 img {
  border: 0;
}
.__s24 svg:not(:root) {
  overflow: hidden;
}
.__s24 figure {
  margin: 1em 40px;
}
.__s24 hr {
  box-sizing: content-box;
  height: 0;
}
.__s24 pre {
  overflow: auto;
}
.__s24 code,
.__s24 kbd,
.__s24 pre,
.__s24 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.__s24 button,
.__s24 input,
.__s24 optgroup,
.__s24 select,
.__s24 textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.__s24 button {
  overflow: visible;
}
.__s24 button,
.__s24 select {
  text-transform: none;
}
.__s24 button,
.__s24 html input[type="button"],
.__s24 input[type="reset"],
.__s24 input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.__s24 button[disabled],
.__s24 html input[disabled] {
  cursor: default;
}
.__s24 button::-moz-focus-inner,
.__s24 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.__s24 input {
  line-height: normal;
}
.__s24 input[type="checkbox"],
.__s24 input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.__s24 input[type="number"]::-webkit-inner-spin-button,
.__s24 input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.__s24 input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.__s24 input[type="search"]::-webkit-search-cancel-button,
.__s24 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.__s24 fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.__s24 legend {
  border: 0;
  padding: 0;
}
.__s24 textarea {
  overflow: auto;
}
.__s24 optgroup {
  font-weight: bold;
}
.__s24 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.__s24 td,
.__s24 th {
  padding: 0;
}
.__s24 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.__s24 *:before,
.__s24 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.__s24 html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.__s24 body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
.__s24 input,
.__s24 button,
.__s24 select,
.__s24 textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.__s24 a {
  color: #356e89;
  text-decoration: none;
}
.__s24 a:hover,
.__s24 a:focus {
  color: #204252;
  text-decoration: underline;
}
.__s24 a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.__s24 figure {
  margin: 0;
}
.__s24 img {
  vertical-align: middle;
}
.__s24 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.__s24 .img-rounded {
  border-radius: 6px;
}
.__s24 .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.__s24 .img-circle {
  border-radius: 50%;
}
.__s24 hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.__s24 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.__s24 .sr-only-focusable:active,
.__s24 .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.__s24 [role="button"] {
  cursor: pointer;
}
.__s24 fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.__s24 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;
}
.__s24 label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.__s24 input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.__s24 input[type="radio"],
.__s24 input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.__s24 input[type="file"] {
  display: block;
}
.__s24 input[type="range"] {
  display: block;
  width: 100%;
}
.__s24 select[multiple],
.__s24 select[size] {
  height: auto;
}
.__s24 input[type="file"]:focus,
.__s24 input[type="radio"]:focus,
.__s24 input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.__s24 output {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.__s24 .form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
  color: #555555;
}
.__s24 .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);
}
.__s24 .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.__s24 .form-control:-ms-input-placeholder {
  color: #999;
}
.__s24 .form-control::-webkit-input-placeholder {
  color: #999;
}
.__s24 .form-control[disabled],
.__s24 .form-control[readonly],
fieldset[disabled] .__s24 .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.__s24 .form-control[disabled],
fieldset[disabled] .__s24 .form-control {
  cursor: not-allowed;
}
textarea.__s24 .form-control {
  height: auto;
}
.__s24 input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .__s24 input[type="date"].form-control,
  .__s24 input[type="time"].form-control,
  .__s24 input[type="datetime-local"].form-control,
  .__s24 input[type="month"].form-control {
    line-height: 30px;
  }
  .__s24 input[type="date"].input-sm,
  .__s24 input[type="time"].input-sm,
  .__s24 input[type="datetime-local"].input-sm,
  .__s24 input[type="month"].input-sm,
  .input-group-sm .__s24 input[type="date"],
  .input-group-sm .__s24 input[type="time"],
  .input-group-sm .__s24 input[type="datetime-local"],
  .input-group-sm .__s24 input[type="month"] {
    line-height: 30px;
  }
  .__s24 input[type="date"].input-lg,
  .__s24 input[type="time"].input-lg,
  .__s24 input[type="datetime-local"].input-lg,
  .__s24 input[type="month"].input-lg,
  .input-group-lg .__s24 input[type="date"],
  .input-group-lg .__s24 input[type="time"],
  .input-group-lg .__s24 input[type="datetime-local"],
  .input-group-lg .__s24 input[type="month"] {
    line-height: 46px;
  }
}
.__s24 .form-group {
  margin-bottom: 15px;
}
.__s24 .radio,
.__s24 .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.__s24 .radio label,
.__s24 .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.__s24 .radio input[type="radio"],
.__s24 .radio-inline input[type="radio"],
.__s24 .checkbox input[type="checkbox"],
.__s24 .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.__s24 .radio + .radio,
.__s24 .checkbox + .checkbox {
  margin-top: -5px;
}
.__s24 .radio-inline,
.__s24 .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.__s24 .radio-inline + .radio-inline,
.__s24 .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.__s24 input[type="radio"][disabled],
.__s24 input[type="checkbox"][disabled],
.__s24 input[type="radio"].disabled,
.__s24 input[type="checkbox"].disabled,
fieldset[disabled] .__s24 input[type="radio"],
fieldset[disabled] .__s24 input[type="checkbox"] {
  cursor: not-allowed;
}
.__s24 .radio-inline.disabled,
.__s24 .checkbox-inline.disabled,
fieldset[disabled] .__s24 .radio-inline,
fieldset[disabled] .__s24 .checkbox-inline {
  cursor: not-allowed;
}
.__s24 .radio.disabled label,
.__s24 .checkbox.disabled label,
fieldset[disabled] .__s24 .radio label,
fieldset[disabled] .__s24 .checkbox label {
  cursor: not-allowed;
}
.__s24 .form-control-static {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  min-height: 34px;
}
.__s24 .form-control-static.input-lg,
.__s24 .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.__s24 .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.__s24 .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.__s24 .input-sm,
select[multiple].__s24 .input-sm {
  height: auto;
}
.__s24 .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.__s24 .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.__s24 .form-group-sm textarea.form-control,
.__s24 .form-group-sm select[multiple].form-control {
  height: auto;
}
.__s24 .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.__s24 .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.__s24 .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.__s24 .input-lg,
select[multiple].__s24 .input-lg {
  height: auto;
}
.__s24 .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.__s24 .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.__s24 .form-group-lg textarea.form-control,
.__s24 .form-group-lg select[multiple].form-control {
  height: auto;
}
.__s24 .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.__s24 .has-feedback {
  position: relative;
}
.__s24 .has-feedback .form-control {
  padding-right: 37.5px;
}
.__s24 .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
}
.__s24 .input-lg + .form-control-feedback,
.__s24 .input-group-lg + .form-control-feedback,
.__s24 .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.__s24 .input-sm + .form-control-feedback,
.__s24 .input-group-sm + .form-control-feedback,
.__s24 .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.__s24 .has-success .help-block,
.__s24 .has-success .control-label,
.__s24 .has-success .radio,
.__s24 .has-success .checkbox,
.__s24 .has-success .radio-inline,
.__s24 .has-success .checkbox-inline,
.__s24 .has-success.radio label,
.__s24 .has-success.checkbox label,
.__s24 .has-success.radio-inline label,
.__s24 .has-success.checkbox-inline label {
  color: #3c763d;
}
.__s24 .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);
}
.__s24 .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;
}
.__s24 .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.__s24 .has-success .form-control-feedback {
  color: #3c763d;
}
.__s24 .has-warning .help-block,
.__s24 .has-warning .control-label,
.__s24 .has-warning .radio,
.__s24 .has-warning .checkbox,
.__s24 .has-warning .radio-inline,
.__s24 .has-warning .checkbox-inline,
.__s24 .has-warning.radio label,
.__s24 .has-warning.checkbox label,
.__s24 .has-warning.radio-inline label,
.__s24 .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.__s24 .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);
}
.__s24 .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;
}
.__s24 .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.__s24 .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.__s24 .has-error .help-block,
.__s24 .has-error .control-label,
.__s24 .has-error .radio,
.__s24 .has-error .checkbox,
.__s24 .has-error .radio-inline,
.__s24 .has-error .checkbox-inline,
.__s24 .has-error.radio label,
.__s24 .has-error.checkbox label,
.__s24 .has-error.radio-inline label,
.__s24 .has-error.checkbox-inline label {
  color: #a94442;
}
.__s24 .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);
}
.__s24 .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;
}
.__s24 .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.__s24 .has-error .form-control-feedback {
  color: #a94442;
}
.__s24 .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.__s24 .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.__s24 .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 2px) {
  .__s24 .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .__s24 .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .__s24 .form-inline .form-control-static {
    display: inline-block;
  }
  .__s24 .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .__s24 .form-inline .input-group .input-group-addon,
  .__s24 .form-inline .input-group .input-group-btn,
  .__s24 .form-inline .input-group .form-control {
    width: auto;
  }
  .__s24 .form-inline .input-group > .form-control {
    width: 100%;
  }
  .__s24 .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .__s24 .form-inline .radio,
  .__s24 .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .__s24 .form-inline .radio label,
  .__s24 .form-inline .checkbox label {
    padding-left: 0;
  }
  .__s24 .form-inline .radio input[type="radio"],
  .__s24 .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .__s24 .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.__s24 .form-horizontal .radio,
.__s24 .form-horizontal .checkbox,
.__s24 .form-horizontal .radio-inline,
.__s24 .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
}
.__s24 .form-horizontal .radio,
.__s24 .form-horizontal .checkbox {
  min-height: 25px;
}
.__s24 .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 2px) {
  .__s24 .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 5px;
  }
}
.__s24 .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 2px) {
  .__s24 .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 2px) {
  .__s24 .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.__s24 .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.__s24 .btn:focus,
.__s24 .btn:active:focus,
.__s24 .btn.active:focus,
.__s24 .btn.focus,
.__s24 .btn:active.focus,
.__s24 .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.__s24 .btn:hover,
.__s24 .btn:focus,
.__s24 .btn.focus {
  color: #333;
  text-decoration: none;
}
.__s24 .btn:active,
.__s24 .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);
}
.__s24 .btn.disabled,
.__s24 .btn[disabled],
fieldset[disabled] .__s24 .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.__s24 .btn.disabled,
fieldset[disabled] a.__s24 .btn {
  pointer-events: none;
}
.__s24 .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.__s24 .btn-default:focus,
.__s24 .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.__s24 .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.__s24 .btn-default:active,
.__s24 .btn-default.active,
.open > .dropdown-toggle.__s24 .btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.__s24 .btn-default:active:hover,
.__s24 .btn-default.active:hover,
.open > .dropdown-toggle.__s24 .btn-default:hover,
.__s24 .btn-default:active:focus,
.__s24 .btn-default.active:focus,
.open > .dropdown-toggle.__s24 .btn-default:focus,
.__s24 .btn-default:active.focus,
.__s24 .btn-default.active.focus,
.open > .dropdown-toggle.__s24 .btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.__s24 .btn-default:active,
.__s24 .btn-default.active,
.open > .dropdown-toggle.__s24 .btn-default {
  background-image: none;
}
.__s24 .btn-default.disabled,
.__s24 .btn-default[disabled],
fieldset[disabled] .__s24 .btn-default,
.__s24 .btn-default.disabled:hover,
.__s24 .btn-default[disabled]:hover,
fieldset[disabled] .__s24 .btn-default:hover,
.__s24 .btn-default.disabled:focus,
.__s24 .btn-default[disabled]:focus,
fieldset[disabled] .__s24 .btn-default:focus,
.__s24 .btn-default.disabled.focus,
.__s24 .btn-default[disabled].focus,
fieldset[disabled] .__s24 .btn-default.focus,
.__s24 .btn-default.disabled:active,
.__s24 .btn-default[disabled]:active,
fieldset[disabled] .__s24 .btn-default:active,
.__s24 .btn-default.disabled.active,
.__s24 .btn-default[disabled].active,
fieldset[disabled] .__s24 .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.__s24 .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.__s24 .btn-primary {
  color: #fff;
  background-color: #356e89;
  border-color: #2e5f77;
}
.__s24 .btn-primary:focus,
.__s24 .btn-primary.focus {
  color: #fff;
  background-color: #275064;
  border-color: #0a151b;
}
.__s24 .btn-primary:hover {
  color: #fff;
  background-color: #275064;
  border-color: #1d3c4a;
}
.__s24 .btn-primary:active,
.__s24 .btn-primary.active,
.open > .dropdown-toggle.__s24 .btn-primary {
  color: #fff;
  background-color: #275064;
  border-color: #1d3c4a;
}
.__s24 .btn-primary:active:hover,
.__s24 .btn-primary.active:hover,
.open > .dropdown-toggle.__s24 .btn-primary:hover,
.__s24 .btn-primary:active:focus,
.__s24 .btn-primary.active:focus,
.open > .dropdown-toggle.__s24 .btn-primary:focus,
.__s24 .btn-primary:active.focus,
.__s24 .btn-primary.active.focus,
.open > .dropdown-toggle.__s24 .btn-primary.focus {
  color: #fff;
  background-color: #1d3c4a;
  border-color: #0a151b;
}
.__s24 .btn-primary:active,
.__s24 .btn-primary.active,
.open > .dropdown-toggle.__s24 .btn-primary {
  background-image: none;
}
.__s24 .btn-primary.disabled,
.__s24 .btn-primary[disabled],
fieldset[disabled] .__s24 .btn-primary,
.__s24 .btn-primary.disabled:hover,
.__s24 .btn-primary[disabled]:hover,
fieldset[disabled] .__s24 .btn-primary:hover,
.__s24 .btn-primary.disabled:focus,
.__s24 .btn-primary[disabled]:focus,
fieldset[disabled] .__s24 .btn-primary:focus,
.__s24 .btn-primary.disabled.focus,
.__s24 .btn-primary[disabled].focus,
fieldset[disabled] .__s24 .btn-primary.focus,
.__s24 .btn-primary.disabled:active,
.__s24 .btn-primary[disabled]:active,
fieldset[disabled] .__s24 .btn-primary:active,
.__s24 .btn-primary.disabled.active,
.__s24 .btn-primary[disabled].active,
fieldset[disabled] .__s24 .btn-primary.active {
  background-color: #356e89;
  border-color: #2e5f77;
}
.__s24 .btn-primary .badge {
  color: #356e89;
  background-color: #fff;
}
.__s24 .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.__s24 .btn-success:focus,
.__s24 .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.__s24 .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.__s24 .btn-success:active,
.__s24 .btn-success.active,
.open > .dropdown-toggle.__s24 .btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.__s24 .btn-success:active:hover,
.__s24 .btn-success.active:hover,
.open > .dropdown-toggle.__s24 .btn-success:hover,
.__s24 .btn-success:active:focus,
.__s24 .btn-success.active:focus,
.open > .dropdown-toggle.__s24 .btn-success:focus,
.__s24 .btn-success:active.focus,
.__s24 .btn-success.active.focus,
.open > .dropdown-toggle.__s24 .btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.__s24 .btn-success:active,
.__s24 .btn-success.active,
.open > .dropdown-toggle.__s24 .btn-success {
  background-image: none;
}
.__s24 .btn-success.disabled,
.__s24 .btn-success[disabled],
fieldset[disabled] .__s24 .btn-success,
.__s24 .btn-success.disabled:hover,
.__s24 .btn-success[disabled]:hover,
fieldset[disabled] .__s24 .btn-success:hover,
.__s24 .btn-success.disabled:focus,
.__s24 .btn-success[disabled]:focus,
fieldset[disabled] .__s24 .btn-success:focus,
.__s24 .btn-success.disabled.focus,
.__s24 .btn-success[disabled].focus,
fieldset[disabled] .__s24 .btn-success.focus,
.__s24 .btn-success.disabled:active,
.__s24 .btn-success[disabled]:active,
fieldset[disabled] .__s24 .btn-success:active,
.__s24 .btn-success.disabled.active,
.__s24 .btn-success[disabled].active,
fieldset[disabled] .__s24 .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.__s24 .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.__s24 .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.__s24 .btn-info:focus,
.__s24 .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.__s24 .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.__s24 .btn-info:active,
.__s24 .btn-info.active,
.open > .dropdown-toggle.__s24 .btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.__s24 .btn-info:active:hover,
.__s24 .btn-info.active:hover,
.open > .dropdown-toggle.__s24 .btn-info:hover,
.__s24 .btn-info:active:focus,
.__s24 .btn-info.active:focus,
.open > .dropdown-toggle.__s24 .btn-info:focus,
.__s24 .btn-info:active.focus,
.__s24 .btn-info.active.focus,
.open > .dropdown-toggle.__s24 .btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.__s24 .btn-info:active,
.__s24 .btn-info.active,
.open > .dropdown-toggle.__s24 .btn-info {
  background-image: none;
}
.__s24 .btn-info.disabled,
.__s24 .btn-info[disabled],
fieldset[disabled] .__s24 .btn-info,
.__s24 .btn-info.disabled:hover,
.__s24 .btn-info[disabled]:hover,
fieldset[disabled] .__s24 .btn-info:hover,
.__s24 .btn-info.disabled:focus,
.__s24 .btn-info[disabled]:focus,
fieldset[disabled] .__s24 .btn-info:focus,
.__s24 .btn-info.disabled.focus,
.__s24 .btn-info[disabled].focus,
fieldset[disabled] .__s24 .btn-info.focus,
.__s24 .btn-info.disabled:active,
.__s24 .btn-info[disabled]:active,
fieldset[disabled] .__s24 .btn-info:active,
.__s24 .btn-info.disabled.active,
.__s24 .btn-info[disabled].active,
fieldset[disabled] .__s24 .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.__s24 .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.__s24 .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.__s24 .btn-warning:focus,
.__s24 .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.__s24 .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.__s24 .btn-warning:active,
.__s24 .btn-warning.active,
.open > .dropdown-toggle.__s24 .btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.__s24 .btn-warning:active:hover,
.__s24 .btn-warning.active:hover,
.open > .dropdown-toggle.__s24 .btn-warning:hover,
.__s24 .btn-warning:active:focus,
.__s24 .btn-warning.active:focus,
.open > .dropdown-toggle.__s24 .btn-warning:focus,
.__s24 .btn-warning:active.focus,
.__s24 .btn-warning.active.focus,
.open > .dropdown-toggle.__s24 .btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.__s24 .btn-warning:active,
.__s24 .btn-warning.active,
.open > .dropdown-toggle.__s24 .btn-warning {
  background-image: none;
}
.__s24 .btn-warning.disabled,
.__s24 .btn-warning[disabled],
fieldset[disabled] .__s24 .btn-warning,
.__s24 .btn-warning.disabled:hover,
.__s24 .btn-warning[disabled]:hover,
fieldset[disabled] .__s24 .btn-warning:hover,
.__s24 .btn-warning.disabled:focus,
.__s24 .btn-warning[disabled]:focus,
fieldset[disabled] .__s24 .btn-warning:focus,
.__s24 .btn-warning.disabled.focus,
.__s24 .btn-warning[disabled].focus,
fieldset[disabled] .__s24 .btn-warning.focus,
.__s24 .btn-warning.disabled:active,
.__s24 .btn-warning[disabled]:active,
fieldset[disabled] .__s24 .btn-warning:active,
.__s24 .btn-warning.disabled.active,
.__s24 .btn-warning[disabled].active,
fieldset[disabled] .__s24 .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.__s24 .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.__s24 .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.__s24 .btn-danger:focus,
.__s24 .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.__s24 .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.__s24 .btn-danger:active,
.__s24 .btn-danger.active,
.open > .dropdown-toggle.__s24 .btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.__s24 .btn-danger:active:hover,
.__s24 .btn-danger.active:hover,
.open > .dropdown-toggle.__s24 .btn-danger:hover,
.__s24 .btn-danger:active:focus,
.__s24 .btn-danger.active:focus,
.open > .dropdown-toggle.__s24 .btn-danger:focus,
.__s24 .btn-danger:active.focus,
.__s24 .btn-danger.active.focus,
.open > .dropdown-toggle.__s24 .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.__s24 .btn-danger:active,
.__s24 .btn-danger.active,
.open > .dropdown-toggle.__s24 .btn-danger {
  background-image: none;
}
.__s24 .btn-danger.disabled,
.__s24 .btn-danger[disabled],
fieldset[disabled] .__s24 .btn-danger,
.__s24 .btn-danger.disabled:hover,
.__s24 .btn-danger[disabled]:hover,
fieldset[disabled] .__s24 .btn-danger:hover,
.__s24 .btn-danger.disabled:focus,
.__s24 .btn-danger[disabled]:focus,
fieldset[disabled] .__s24 .btn-danger:focus,
.__s24 .btn-danger.disabled.focus,
.__s24 .btn-danger[disabled].focus,
fieldset[disabled] .__s24 .btn-danger.focus,
.__s24 .btn-danger.disabled:active,
.__s24 .btn-danger[disabled]:active,
fieldset[disabled] .__s24 .btn-danger:active,
.__s24 .btn-danger.disabled.active,
.__s24 .btn-danger[disabled].active,
fieldset[disabled] .__s24 .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.__s24 .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.__s24 .btn-link {
  color: #356e89;
  font-weight: normal;
  border-radius: 0;
}
.__s24 .btn-link,
.__s24 .btn-link:active,
.__s24 .btn-link.active,
.__s24 .btn-link[disabled],
fieldset[disabled] .__s24 .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.__s24 .btn-link,
.__s24 .btn-link:hover,
.__s24 .btn-link:focus,
.__s24 .btn-link:active {
  border-color: transparent;
}
.__s24 .btn-link:hover,
.__s24 .btn-link:focus {
  color: #204252;
  text-decoration: underline;
  background-color: transparent;
}
.__s24 .btn-link[disabled]:hover,
fieldset[disabled] .__s24 .btn-link:hover,
.__s24 .btn-link[disabled]:focus,
fieldset[disabled] .__s24 .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.__s24 .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.__s24 .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.__s24 .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.__s24 .btn-block {
  display: block;
  width: 100%;
}
.__s24 .btn-block + .btn-block {
  margin-top: 5px;
}
.__s24 input[type="submit"].btn-block,
.__s24 input[type="reset"].btn-block,
.__s24 input[type="button"].btn-block {
  width: 100%;
}
.__s24 .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.__s24 .fade.in {
  opacity: 1;
}
.__s24 .collapse {
  display: none;
}
.__s24 .collapse.in {
  display: block;
}
tr.__s24 .collapse.in {
  display: table-row;
}
tbody.__s24 .collapse.in {
  display: table-row-group;
}
.__s24 .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.__s24 .btn-group,
.__s24 .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.__s24 .btn-group > .btn,
.__s24 .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.__s24 .btn-group > .btn:hover,
.__s24 .btn-group-vertical > .btn:hover,
.__s24 .btn-group > .btn:focus,
.__s24 .btn-group-vertical > .btn:focus,
.__s24 .btn-group > .btn:active,
.__s24 .btn-group-vertical > .btn:active,
.__s24 .btn-group > .btn.active,
.__s24 .btn-group-vertical > .btn.active {
  z-index: 2;
}
.__s24 .btn-group .btn + .btn,
.__s24 .btn-group .btn + .btn-group,
.__s24 .btn-group .btn-group + .btn,
.__s24 .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.__s24 .btn-toolbar {
  margin-left: -5px;
}
.__s24 .btn-toolbar .btn,
.__s24 .btn-toolbar .btn-group,
.__s24 .btn-toolbar .input-group {
  float: left;
}
.__s24 .btn-toolbar > .btn,
.__s24 .btn-toolbar > .btn-group,
.__s24 .btn-toolbar > .input-group {
  margin-left: 5px;
}
.__s24 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.__s24 .btn-group > .btn:first-child {
  margin-left: 0;
}
.__s24 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.__s24 .btn-group > .btn:last-child:not(:first-child),
.__s24 .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.__s24 .btn-group > .btn-group {
  float: left;
}
.__s24 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.__s24 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.__s24 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.__s24 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.__s24 .btn-group .dropdown-toggle:active,
.__s24 .btn-group.open .dropdown-toggle {
  outline: 0;
}
.__s24 .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.__s24 .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.__s24 .btn-group.open .dropdown-toggle {
  -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);
}
.__s24 .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.__s24 .btn .caret {
  margin-left: 0;
}
.__s24 .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.__s24 .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.__s24 .btn-group-vertical > .btn,
.__s24 .btn-group-vertical > .btn-group,
.__s24 .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.__s24 .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.__s24 .btn-group-vertical > .btn + .btn,
.__s24 .btn-group-vertical > .btn + .btn-group,
.__s24 .btn-group-vertical > .btn-group + .btn,
.__s24 .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.__s24 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.__s24 .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.__s24 .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.__s24 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.__s24 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.__s24 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.__s24 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.__s24 .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.__s24 .btn-group-justified > .btn,
.__s24 .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.__s24 .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.__s24 .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.__s24 [data-toggle="buttons"] > .btn input[type="radio"],
.__s24 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.__s24 [data-toggle="buttons"] > .btn input[type="checkbox"],
.__s24 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.__s24 .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.__s24 .close:hover,
.__s24 .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.__s24 .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.__s24 .modal-open {
  overflow: hidden;
}
.__s24 .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.__s24 .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.__s24 .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.__s24 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.__s24 .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.__s24 .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.__s24 .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99992;
  background-color: white;
}
.__s24 .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.__s24 .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.__s24 .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.__s24 .modal-header .close {
  margin-top: -2px;
}
.__s24 .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.__s24 .modal-body {
  position: relative;
  padding: 15px;
}
.__s24 .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.__s24 .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.__s24 .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.__s24 .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.__s24 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 2px) {
  .__s24 .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .__s24 .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .__s24 .modal-sm {
    width: 300px;
  }
}
@media (min-width: 3px) {
  .__s24 .modal-lg {
    width: 900px;
  }
}
.__s24 .clearfix:before,
.__s24 .clearfix:after,
.__s24 .__s24 .form-horizontal .form-group:before,
.__s24 .__s24 .form-horizontal .form-group:after,
.__s24 .__s24 .btn-toolbar:before,
.__s24 .__s24 .btn-toolbar:after,
.__s24 .__s24 .btn-group-vertical > .btn-group:before,
.__s24 .__s24 .btn-group-vertical > .btn-group:after,
.__s24 .__s24 .modal-footer:before,
.__s24 .__s24 .modal-footer:after,
.__s24 .__s24 .container:before,
.__s24 .__s24 .container:after,
.__s24 .__s24 .container-fluid:before,
.__s24 .__s24 .container-fluid:after,
.__s24 .__s24 .row:before,
.__s24 .__s24 .row:after {
  content: " ";
  display: table;
}
.__s24 .clearfix:after,
.__s24 .__s24 .form-horizontal .form-group:after,
.__s24 .__s24 .btn-toolbar:after,
.__s24 .__s24 .btn-group-vertical > .btn-group:after,
.__s24 .__s24 .modal-footer:after,
.__s24 .__s24 .container:after,
.__s24 .__s24 .container-fluid:after,
.__s24 .__s24 .row:after {
  clear: both;
}
.__s24 .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.__s24 .pull-right {
  float: right !important;
}
.__s24 .pull-left {
  float: left !important;
}
.__s24 .hide {
  display: none !important;
}
.__s24 .show {
  display: block !important;
}
.__s24 .invisible {
  visibility: hidden;
}
.__s24 .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.__s24 .hidden {
  display: none !important;
}
.__s24 .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.__s24 .visible-xs,
.__s24 .visible-sm,
.__s24 .visible-md,
.__s24 .visible-lg {
  display: none !important;
}
.__s24 .visible-xs-block,
.__s24 .visible-xs-inline,
.__s24 .visible-xs-inline-block,
.__s24 .visible-sm-block,
.__s24 .visible-sm-inline,
.__s24 .visible-sm-inline-block,
.__s24 .visible-md-block,
.__s24 .visible-md-inline,
.__s24 .visible-md-inline-block,
.__s24 .visible-lg-block,
.__s24 .visible-lg-inline,
.__s24 .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 1px) {
  .__s24 .visible-xs {
    display: block !important;
  }
  table.__s24 .visible-xs {
    display: table !important;
  }
  tr.__s24 .visible-xs {
    display: table-row !important;
  }
  th.__s24 .visible-xs,
  td.__s24 .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 1px) {
  .__s24 .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 1px) {
  .__s24 .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 1px) {
  .__s24 .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .__s24 .visible-sm {
    display: block !important;
  }
  table.__s24 .visible-sm {
    display: table !important;
  }
  tr.__s24 .visible-sm {
    display: table-row !important;
  }
  th.__s24 .visible-sm,
  td.__s24 .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .__s24 .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .__s24 .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .__s24 .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 3px) and (max-width: 9998px) {
  .__s24 .visible-md {
    display: block !important;
  }
  table.__s24 .visible-md {
    display: table !important;
  }
  tr.__s24 .visible-md {
    display: table-row !important;
  }
  th.__s24 .visible-md,
  td.__s24 .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 3px) and (max-width: 9998px) {
  .__s24 .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 3px) and (max-width: 9998px) {
  .__s24 .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 3px) and (max-width: 9998px) {
  .__s24 .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 9999px) {
  .__s24 .visible-lg {
    display: block !important;
  }
  table.__s24 .visible-lg {
    display: table !important;
  }
  tr.__s24 .visible-lg {
    display: table-row !important;
  }
  th.__s24 .visible-lg,
  td.__s24 .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 9999px) {
  .__s24 .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 9999px) {
  .__s24 .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 9999px) {
  .__s24 .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 1px) {
  .__s24 .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .__s24 .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 3px) and (max-width: 9998px) {
  .__s24 .hidden-md {
    display: none !important;
  }
}
@media (min-width: 9999px) {
  .__s24 .hidden-lg {
    display: none !important;
  }
}
.__s24 .visible-print {
  display: none !important;
}
@media print {
  .__s24 .visible-print {
    display: block !important;
  }
  table.__s24 .visible-print {
    display: table !important;
  }
  tr.__s24 .visible-print {
    display: table-row !important;
  }
  th.__s24 .visible-print,
  td.__s24 .visible-print {
    display: table-cell !important;
  }
}
.__s24 .visible-print-block {
  display: none !important;
}
@media print {
  .__s24 .visible-print-block {
    display: block !important;
  }
}
.__s24 .visible-print-inline {
  display: none !important;
}
@media print {
  .__s24 .visible-print-inline {
    display: inline !important;
  }
}
.__s24 .visible-print-inline-block {
  display: none !important;
}
@media print {
  .__s24 .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .__s24 .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('https://c2.res.24o.it/css2015/fonts/icomoon.eot?3davhq');
  src: url('https://c2.res.24o.it/css2015/fonts/icomoon.eot?#iefix3davhq') format('embedded-opentype'), url('https://c2.res.24o.it/css2015/fonts/icomoon.woff2?3davhq') format('woff2'), url('https://c2.res.24o.it/css2015/fonts/icomoon.ttf?3davhq') format('truetype'), url('https://c2.res.24o.it/css2015/fonts/icomoon.woff?3davhq') format('woff'), url('https://c2.res.24o.it/css2015/fonts/icomoon.svg?3davhq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.__s24 [class^="icon-"],
.__s24 [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.__s24 .icon-attach-ext-big:before {
  content: "\e948";
}
.__s24 .icon-attach-pdf-big:before {
  content: "\e953";
}
.__s24 .icon-account:before {
  content: "\e901";
}
.__s24 .icon-add-folder:before {
  content: "\e907";
}
.__s24 .icon-archive:before {
  content: "\e908";
}
.__s24 .icon-attach-ext:before {
  content: "\e909";
}
.__s24 .icon-attach-pdf:before {
  content: "\e90b";
}
.__s24 .icon-cinema:before {
  content: "\e90c";
}
.__s24 .icon-close:before {
  content: "\e90d";
}
.__s24 .icon-comment-l:before {
  content: "\e90e";
}
.__s24 .icon-comments-o:before {
  content: "\e90f";
}
.__s24 .icon-equal:before {
  content: "\e916";
}
.__s24 .icon-expand:before {
  content: "\e917";
}
.__s24 .icon-history:before {
  content: "\e918";
}
.__s24 .icon-info:before {
  content: "\e919";
}
.__s24 .icon-less:before {
  content: "\e945";
}
.__s24 .icon-like:before {
  content: "\e946";
}
.__s24 .icon-mail:before {
  content: "\e947";
}
.__s24 .icon-percent:before {
  content: "\e949";
}
.__s24 .icon-remove:before {
  content: "\e94a";
}
.__s24 .icon-reply:before {
  content: "\e94b";
}
.__s24 .icon-retweet:before {
  content: "\e94c";
}
.__s24 .icon-sun:before {
  content: "\e94d";
}
.__s24 .icon-tag-pref:before {
  content: "\e94e";
}
.__s24 .icon-tags:before {
  content: "\e94f";
}
.__s24 .icon-text:before {
  content: "\e950";
}
.__s24 .icon-th-large:before {
  content: "\e951";
}
.__s24 .icon-user:before {
  content: "\e952";
}
.__s24 .icon-add-title:before {
  content: "\e905";
}
.__s24 .icon-aforisma:before {
  content: "\e906";
}
.__s24 .icon-assicurazioni:before {
  content: "\e90a";
}
.__s24 .icon-bulb:before {
  content: "\e911";
}
.__s24 .icon-button-search:before {
  content: "\e912";
}
.__s24 .icon-calcolatore:before {
  content: "\e913";
}
.__s24 .icon-calendar:before {
  content: "\e914";
}
.__s24 .icon-stock-selector:before {
  content: "\e954";
}
.__s24 .icon-icon-rel-graph:before {
  content: "\e955";
}
.__s24 .icon-chart:before {
  content: "\e915";
}
.__s24 .icon-comment:before {
  content: "\e91a";
}
.__s24 .icon-confronta-conti:before {
  content: "\e91b";
}
.__s24 .icon-converti-valute:before {
  content: "\e91c";
}
.__s24 .icon-denaro-lettera:before {
  content: "\e91d";
}
.__s24 .icon-glossario-economico:before {
  content: "\e91e";
}
.__s24 .icon-inchiesta:before {
  content: "\e91f";
}
.__s24 .icon-indici-numeri:before {
  content: "\e920";
}
.__s24 .icon-infodata:before {
  content: "\e921";
}
.__s24 .icon-insider:before {
  content: "\e923";
}
.__s24 .icon-lettera:before {
  content: "\e924";
}
.__s24 .icon-listino:before {
  content: "\e925";
}
.__s24 .icon-message:before {
  content: "\e926";
}
.__s24 .icon-metered:before {
  content: "\e927";
}
.__s24 .icon-more:before {
  content: "\e928";
}
.__s24 .icon-noi-altri:before {
  content: "\e929";
}
.__s24 .icon-osservatorio-politico:before {
  content: "\e92a";
}
.__s24 .icon-parterre:before {
  content: "\e92b";
}
.__s24 .icon-pencil:before {
  content: "\e92c";
}
.__s24 .icon-play:before {
  content: "\e92d";
}
.__s24 .icon-podcast:before {
  content: "\e92e";
}
.__s24 .icon-politica2:before {
  content: "\e92f";
}
.__s24 .icon-portafoglio:before {
  content: "\e930";
}
.__s24 .icon-prestiti:before {
  content: "\e931";
}
.__s24 .icon-proteggi-casa:before {
  content: "\e932";
}
.__s24 .icon-question:before {
  content: "\e933";
}
.__s24 .icon-quote-left:before {
  content: "\e934";
}
.__s24 .icon-rapporto-paese:before {
  content: "\e935";
}
.__s24 .icon-rel-article:before {
  content: "\e936";
}
.__s24 .icon-rel-dossier:before {
  content: "\e937";
}
.__s24 .icon-rel-gallery:before {
  content: "\e938";
}
.__s24 .icon-rel-img:before {
  content: "\e939";
}
.__s24 .icon-rel-pdf:before {
  content: "\e93a";
}
.__s24 .icon-rel-table:before {
  content: "\e93b";
}
.__s24 .icon-rel-tag:before {
  content: "\e93c";
}
.__s24 .icon-rel-video:before {
  content: "\e93d";
}
.__s24 .icon-sentenza:before {
  content: "\e93e";
}
.__s24 .icon-settori-imprese:before {
  content: "\e93f";
}
.__s24 .icon-share:before {
  content: "\e940";
}
.__s24 .icon-sos-tariffe:before {
  content: "\e941";
}
.__s24 .icon-star:before {
  content: "\e942";
}
.__s24 .icon-swing:before {
  content: "\e943";
}
.__s24 .icon-topic:before {
  content: "\e944";
}
.__s24 .icon-mondo:before {
  content: "\e922";
}
.__s24 .icon-sole:before {
  content: "\e617";
}
.__s24 .icon-24:before {
  content: "\e62d";
}
.__s24 .icon-plusplus24:before {
  content: "\e910";
}
.__s24 .icon-plusplus:before {
  content: "\e900";
}
.__s24 .icon-business-class:before {
  content: "\e643";
}
.__s24 .icon-desktop:before {
  content: "\e902";
}
.__s24 .icon-tablet:before {
  content: "\e904";
}
.__s24 .icon-smartphone:before {
  content: "\e903";
}
.__s24 .icon-gallery-counter:before {
  content: "\e62f";
}
.__s24 .icon-angle-down:before {
  content: "\e628";
}
.__s24 .icon-angle-up:before {
  content: "\e629";
}
.__s24 .icon-caret-right:before {
  content: "\e62a";
}
.__s24 .icon-caret-left:before {
  content: "\e62b";
}
.__s24 .icon-caret-up:before {
  content: "\e60e";
}
.__s24 .icon-caret-down:before {
  content: "\e60f";
}
.__s24 .icon-chevron-right:before {
  content: "\e60a";
}
.__s24 .icon-chevron-left:before {
  content: "\e60b";
}
.__s24 .icon-chevron-down:before {
  content: "\e60c";
}
.__s24 .icon-chevron-up:before {
  content: "\e60d";
}
.__s24 .icon-angle-right:before {
  content: "\e607";
}
.__s24 .icon-angle-left:before {
  content: "\e608";
}
.__s24 .icon-google-plus:before {
  content: "\e609";
}
.__s24 .icon-facebook:before {
  content: "\e600";
}
.__s24 .icon-twitter:before {
  content: "\e601";
}
.__s24 .icon-linkedin:before {
  content: "\e630";
}
.__s24 .icon-print:before {
  content: "\e606";
}
.__s24 .icon-instagram:before {
  content: "\e63f";
}
.__s24 .icon-feed:before {
  content: "\e640";
}
.__s24 .icon-navicon:before {
  content: "\e956";
}
.__s24 .icon-search:before {
  content: "\e957";
}
.__s24 body {
  -webkit-font-smoothing: antialiased;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  background: white;
  color: #1A171B;
  position: relative;
}
.__s24 #wrapper {
  margin: 0 auto;
  position: relative;
  background: #F5E5D5;
}
.__s24 a {
  color: #356e89;
  text-decoration: none;
  outline: 0 none;
}
.__s24 a:hover,
.__s24 a:focus {
  color: #234357;
  text-decoration: none;
}
.__s24 h1,
.__s24 h2,
.__s24 h3,
.__s24 h4,
.__s24 h5,
.__s24 h6 {
  margin: 0;
}
.__s24 h1 .regular,
.__s24 h2 .regular,
.__s24 h3 .regular,
.__s24 h4 .regular,
.__s24 h5 .regular,
.__s24 h6 .regular {
  font-weight: 400;
}
.__s24 h1 a,
.__s24 h2 a,
.__s24 h3 a,
.__s24 h4 a,
.__s24 h5 a,
.__s24 h6 a {
  color: inherit;
}
.__s24 h1 a:hover,
.__s24 h2 a:hover,
.__s24 h3 a:hover,
.__s24 h4 a:hover,
.__s24 h5 a:hover,
.__s24 h6 a:hover {
  color: rgba(26, 23, 27, 0.75);
}
.__s24 h1,
.__s24 h3.h1 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 52px;
  line-height: 1em;
}
@media (max-width: 9998px) {
  .__s24 h1,
  .__s24 h3.h1 {
    font-size: 48px;
  }
}
@media (max-width: 2px) {
  .__s24 h1,
  .__s24 h3.h1 {
    font-size: 40px;
  }
}
.__s24 h1 .regular,
.__s24 h3.h1 .regular {
  font-weight: normal;
}
.__s24 h1.small,
.__s24 h3.h1.small {
  font-size: 26px;
  margin: 0;
}
.news-list .__s24 h1.small,
.news-list .__s24 h3.h1.small {
  font-size: 24px;
}
.__s24 h1 a {
  text-decoration: none !important;
  color: #356e89;
}
.__s24 h1 a:hover {
  color: #234357;
  text-decoration: none;
}
.__s24 h2 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-size: 30px;
}
.__s24 h2 .regular {
  font-weight: normal;
}
.__s24 h2.small {
  font-size: 20px;
  margin: 0;
}
.__s24 h2.title {
  font-weight: 500;
  line-height: 1em;
}
.__s24 h3 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 5px;
  font-size: 30px;
}
@media (max-width: 9998px) {
  .__s24 h3 {
    font-size: 26px;
  }
}
.__s24 h3.mid,
.__s24 h3.big {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 9998px) {
  .__s24 h3.mid,
  .__s24 h3.big {
    font-size: 18px;
  }
}
.__s24 h3.big {
  font-size: 26px;
}
@media (max-width: 9998px) {
  .__s24 h3.big {
    font-size: 20px;
  }
}
.__s24 h3.small {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 9998px) {
  .__s24 h3.small {
    font-size: 16px;
  }
}
.__s24 h3.serif {
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
  line-height: 1.1em;
}
@media (max-width: 9998px) {
  .__s24 h3.serif {
    font-size: 17px;
  }
}
.__s24 h3.serif.small {
  font-size: 18px;
}
@media (max-width: 9998px) {
  .__s24 h3.serif.small {
    font-size: 16px;
  }
}
.__s24 h3.rel {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: normal;
}
.__s24 h3.rel-mnt {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
}
@media (max-width: 9998px) {
  .__s24 h3.rel-mnt {
    font-size: 12px;
  }
}
.__s24 h3 a:hover .count {
  color: #234357;
}
.__s24 h4 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1em;
}
@media (max-width: 9998px) {
  .__s24 h4 {
    font-size: 17px;
  }
}
.__s24 h4.top {
  padding-top: 5px;
}
.__s24 h5 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  color: #234357;
}
@media (max-width: 9998px) {
  .__s24 h5 {
    font-size: 12px;
  }
}
.__s24 h5.ln,
.__s24 h5.ln-xs {
  display: block;
  height: 19px;
  position: relative;
}
.__s24 h5.ln span,
.__s24 h5.ln-xs span {
  display: block;
  padding-right: 15px;
  background: #F5E5D5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.__s24 h5.ln:after,
.__s24 h5.ln-xs:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  border-top: 1px solid #d1c0af;
}
.bg-dblue .__s24 h5.ln:after,
.bg-dblue .__s24 h5.ln-xs:after {
  display: none;
}
.bg-dblue .__s24 h5.ln span,
.bg-dblue .__s24 h5.ln-xs span {
  background: transparent;
}
@media (min-width: 3px) {
  .__s24 h5.ln-xs:after {
    display: none;
  }
}
.__s24 h6 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 5px;
}
.__s24 h6.meta {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
}
.__s24 h6.meta a {
  color: #356e89;
}
.__s24 h6.meta a:hover {
  color: #234357;
}
.__s24 h6.meta a.serif {
  font-size: 14px;
}
.__s24 h6.meta a.serif .icon,
.__s24 h6.meta a.serif [class^="icon-"],
.__s24 h6.meta a.serif [class*=" icon-"] {
  vertical-align: -10%;
}
.__s24 h6.meta a.blue:hover {
  color: #112531 !important;
}
.__s24 h6.meta [class^="icon-"],
.__s24 h6.meta [class*=" icon-"] {
  vertical-align: middle;
}
.__s24 h6.meta .icon {
  font-size: 16px;
}
.__s24 h6.meta.sc {
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  text-transform: lowercase;
}
.__s24 h6.meta.sc,
.__s24 h6.meta.sc a {
  color: #234357;
}
.__s24 h6.meta.sc a:hover {
  color: #112531;
}
.__s24 h6.meta-icon {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.__s24 h6.meta-icon .icon {
  position: absolute;
  top: -1px;
  left: -2px;
}
.__s24 h6.line {
  padding-bottom: 7.5px;
  border-bottom: 1px solid #356e89;
  margin-bottom: 15px;
}
.__s24 h6.beige {
  color: #867361;
  margin-bottom: 15px;
}
.__s24 .title-before {
  font-family: "sole_display_sc", "sole_display", Georgia, Times, "Times New Roman", serif;
  text-transform: lowercase;
  font-size: 16px;
  color: #356e89;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
}
.__s24 .title-before span.opy {
  color: #356e89;
  margin: 0;
}
.__s24 a,
.__s24 button,
.__s24 input {
  outline: 0 none;
}
.__s24 p {
  margin: 0 0 15px;
}
.__s24 p.small {
  font-size: 12px;
  margin-bottom: 0;
}
.__s24 p.sub {
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 9998px) {
  .__s24 p.sub {
    font-size: 16px;
    line-height: 18px;
  }
}
.__s24 p.auth,
.__s24 p .auth {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 0;
}
.__s24 p.more {
  padding-top: 5px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 700 !important;
  vertical-align: middle;
}
.__s24 p.more span {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 14px !important;
  vertical-align: middle;
  vertical-align: -15%;
  zoom: 1;
}
.__s24 p.more a {
  text-decoration: none !important;
}
.__s24 p.more.more-right {
  padding-top: 15px;
  margin-bottom: 0;
  overflow: hidden;
}
.__s24 p.more.more-right a {
  float: right;
}
.__s24 p.tw {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px !important;
  font-weight: bold;
  margin: 0;
}
.__s24 .serif {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
}
.__s24 p.mts {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  margin: 15px 0 30px;
}
@media (max-width: 9998px) {
  .__s24 p.mts {
    font-size: 12px;
  }
}
.__s24 .upper {
  text-transform: uppercase;
}
.__s24 .lower {
  text-transform: none !important;
}
.__s24 .italic {
  font-style: italic;
}
.__s24 .no-brd-top {
  border-top: 0 none !important;
  padding-top: 0 !important;
}
.__s24 .brd-top {
  border-top: 1px solid #d1c0af;
  margin-top: 15px;
  padding-top: 15px;
}
.collapse .__s24 .brd-top {
  padding-top: 10px;
  margin-top: 5px;
}
.__s24 .brd-top-small {
  border-top: 1px solid #d1c0af;
  margin-top: 7.5px;
  padding-top: 7.5px;
}
.__s24 .brd-top-d,
.__s24 .brd-top-d2 {
  border-top: 1px solid #234357;
  margin-bottom: 15px;
  padding-top: 10px;
}
.__s24 .brd-top-d.more,
.__s24 .brd-top-d2.more {
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 0;
}
.__s24 .brd-top-d2 {
  border-top: 2px solid #234357;
}
.__s24 .brd-bottom {
  border-bottom: 1px solid #d1c0af;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.__s24 .brd-bottom-d {
  border-bottom: 1px solid #234357;
  margin-bottom: 15px;
}
.__s24 .pdd-top {
  padding-top: 30px !important;
}
.__s24 .no-mrg {
  margin: 0 !important;
}
.__s24 .no-pdd {
  padding: 0 !important;
}
.__s24 .bg-dblue {
  background-color: #112531;
  padding-bottom: 15px !important;
}
.__s24 .bg-dblue.section {
  margin-top: 15px;
}
.__s24 .bg-dblue.section .archive-link {
  margin-bottom: 0;
  margin-top: 15px;
}
.__s24 .bg-dblue,
.__s24 .bg-dblue h5,
.__s24 .bg-dblue a,
.__s24 .bg-dblue time,
.__s24 .bg-dblue .list-relico li a {
  color: white !important;
}
.__s24 .bg-dblue a .icon,
.__s24 .bg-dblue .list-relico li a .icon {
  color: white;
}
.__s24 .bg-dblue a:hover,
.__s24 .bg-dblue .list-relico li a:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}
.__s24 .bg-dblue a:hover .icon,
.__s24 .bg-dblue .list-relico li a:hover .icon {
  color: white;
}
.__s24 .bg-dblue ul.meta li {
  border-right-color: white;
}
.__s24 .bg-dblue .list-relico {
  margin-top: 10px;
  /*margin-bottom: 10px;*/
  padding-top: 15px;
  border-top: 1px solid #4b5357;
}
.__s24 .bg-light {
  background-color: #F6EEE6;
  border-top: 2px solid #234357;
}
@media (max-width: 2px) {
  .touch .__s24 .tablet-bg-light {
    background-color: #F6EEE6;
    border-top: 2px solid #234357;
  }
}
.__s24 .bg-lightd {
  background-color: #E5D5C5;
  border-top: 1px solid #234357;
  padding: 10px;
}
.__s24 p.author {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 14px !important;
  line-height: 1em;
}
@media (max-width: 9998px) {
  .__s24 p.author {
    font-size: 13px !important;
  }
}
.__s24 p.author .name {
  font-style: normal;
}
.__s24 p.author a {
  color: #1A171B;
  font-weight: 700;
}
.__s24 p.author a:hover {
  color: rgba(26, 23, 27, 0.75);
}
.__s24 p.author .opy {
  color: #1A171B;
  line-height: 16px;
}
.__s24 p.author .tw {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
}
.__s24 p.author .tw a {
  color: #356e89;
}
.__s24 p.author .tw a:hover {
  color: #234357;
}
.__s24 p.author .tw a span {
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
.__s24 time {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #AD9A88;
}
.__s24 time.meta {
  display: block;
  font-size: 11px;
  line-height: 14px;
  color: #1A171B;
  text-transform: uppercase;
}
.__s24 figcaption,
.__s24 .caption {
  color: #1A171B;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  padding: 10px 0 0;
  margin: 0 !important;
}
@media (max-width: 9998px) {
  .__s24 figcaption,
  .__s24 .caption {
    font-size: 12px;
  }
}
.__s24 figcaption .credits,
.__s24 .caption .credits {
  display: block;
  text-align: right;
  color: #AD9A88;
  font-size: 11px;
}
.__s24 .img-wrapper {
  display: block;
  position: relative;
}
.__s24 .img-wrapper img {
  max-width: none;
  width: 100% !important;
}
.__s24 .img-wrapper .credits {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1em;
  color: white;
  text-shadow: 0px 1px 3px #9b9b9b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.__s24 .img-wrapper .strip {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 15px 12px;
  color: white;
  background-color: rgba(26, 23, 27, 0.5);
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3em;
}
.__s24 .img-wrapper .strip .icon {
  font-size: 18px;
  vertical-align: middle;
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}
.__s24 span.separator {
  display: block;
  height: 15px;
}
.__s24 span.separator-d {
  display: block;
  height: 30px;
}
.__s24 span.separator-t {
  display: block;
  height: 45px;
}
.__s24 span.separator-table {
  display: block;
  height: 17px;
}
.__s24 span.opy {
  margin: 0 5px;
  color: #d1c0af;
  font-weight: normal;
  font-size: 11px;
}
.__s24 .text-right {
  text-align: right;
}
@media (max-width: 1px) {
  .__s24 .text-right {
    text-align: left;
  }
}
.__s24 .text-center {
  text-align: center;
}
.__s24 .text-left {
  text-align: left;
}
.__s24 .relative {
  position: relative;
}
.__s24 .is_stuck {
  z-index: 99;
}
.__s24 .mrg-bottom {
  margin-bottom: 45px;
}
.__s24 hr {
  margin: 15px 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #d1c0af;
  background: none;
}
.__s24 input[type="text"] {
  border: 1px solid #d1c0af;
  border-radius: 2px;
  padding: 3px 5px;
}
.__s24 .equal {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.__s24 .equal > .cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
  position: relative;
}
.__s24 .row-equal {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.__s24 .row-equal > div,
.__s24 .row-equal > .cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
  position: relative;
}
.__s24 .split-xs-2:before,
.__s24 .split-xs-3:before,
.__s24 .split-xs-4-a:before,
.__s24 .split-xs-4-b:before,
.__s24 .split-xs-8-4:before,
.__s24 .split-xs-4-8:before,
.__s24 .split-xs-3-6-3:before,
.__s24 .split-xs-6-a:before,
.__s24 .split-xs-6-b:before,
.__s24 .split-xs-5-a:before,
.__s24 .split-xs-5-b:before,
.__s24 .split-xs-5-7:before,
.__s24 .split-lg-5-7:before,
.__s24 .split-side:before,
.__s24 .split-xs-2:after,
.__s24 .split-xs-3:after,
.__s24 .split-xs-4-a:after,
.__s24 .split-xs-4-b:after,
.__s24 .split-xs-8-4:after,
.__s24 .split-xs-4-8:after,
.__s24 .split-xs-3-6-3:after,
.__s24 .split-xs-6-a:after,
.__s24 .split-xs-6-b:after,
.__s24 .split-xs-5-a:after,
.__s24 .split-xs-5-b:after,
.__s24 .split-xs-5-7:after,
.__s24 .split-lg-5-7:after,
.__s24 .split-side:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid #d1c0af;
}
.__s24 .split-xs-2:before,
.__s24 .split-xs-4-a:before {
  left: 50%;
}
.__s24 .split-xs-2:after,
.__s24 .split-xs-4-a:after {
  display: none;
}
.__s24 .split-xs-4-b:before {
  left: 25%;
}
.__s24 .split-xs-4-b:after {
  left: 75%;
}
.__s24 .split-xs-3:before,
.__s24 .split-xs-8-4:before,
.__s24 .split-xs-4-8:before {
  left: 33.33333333%;
}
.__s24 .split-xs-3:after,
.__s24 .split-xs-8-4:after,
.__s24 .split-xs-4-8:after {
  left: 66.66666667%;
}
.__s24 .split-xs-8-4:before {
  display: none;
}
.__s24 .split-xs-4-8:after {
  display: none;
}
.__s24 .split-xs-3-6-3:before {
  left: 25%;
}
.__s24 .split-xs-3-6-3:after {
  left: 75%;
}
.__s24 .split-xs-6-a:before {
  left: 16.66666667%;
}
.__s24 .split-xs-6-a:after {
  left: 83.33333333%;
}
.__s24 .split-xs-6-b:before {
  left: 33.33333333%;
}
.__s24 .split-xs-6-b:after {
  left: 66.66666667%;
}
.__s24 .split-xs-5-a:before {
  left: 20%;
}
.__s24 .split-xs-5-a:after {
  left: 80%;
}
.__s24 .split-xs-5-b:before {
  left: 40%;
}
.__s24 .split-xs-5-b:after {
  left: 60%;
}
.__s24 .split-xs-5-7:before {
  left: 41.66666667%;
}
.__s24 .split-xs-5-7:after {
  display: none;
}
@media (min-width: 9999px) {
  .__s24 .split-lg-5-7:before {
    left: 41.66666667%;
  }
}
.__s24 .split-side:before {
  top: 30px;
  bottom: 30px;
  right: 330px;
}
.leaf .__s24 .split-side:before {
  top: 0;
}
@media (max-width: 2px) {
  .touch .__s24 .split-side:before {
    display: none;
  }
}
.__s24 .split-side:after {
  display: none;
}
.__s24 .split-xs-extra:before,
.__s24 .split-xs-extra:after {
  bottom: -45px;
}
.__s24 .split-semi-side:before,
.__s24 .split-semi-side:after {
  bottom: -45px;
}
.__s24 .split-semi-side:before,
.__s24 .split-semi-side:after {
  top: 30px;
}
.__s24 .tool-i {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 14px;
  background: #356e89;
  color: white !important;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #356e89;
  margin-right: 2px;
  font-size: 8px;
  font-weight: bold;
  position: relative;
}
.__s24 .tool-i:hover {
  color: rgba(255, 255, 255, 0.85);
  background: #234357;
  border: 1px solid #234357;
}
.__s24 .tool-i.t-orange {
  background: #CE5623;
}
.__s24 .tool-i.t-orange:hover {
  background: #BC4C19;
  border: 1px solid #BC4C19;
}
label .__s24 .tool-i {
  margin-left: 5px;
}
.__s24 .tool-pop {
  display: inline-block;
  position: relative;
}
.__s24 .span-btn {
  position: relative;
}
.__s24 .span-btn .tool-i {
  border-color: white !important;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -7px;
  margin-right: -7px;
}
.__s24 .tooltip-custom {
  display: none;
  background: #356e89;
  color: white !important;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 300;
  padding: 10px 10px 15px;
  text-align: left;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-bottom: 3px;
  overflow: hidden;
  z-index: 99991;
}
.__s24 .tooltip-custom .tooltip-header {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.__s24 .tooltip-custom:after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -5px;
  margin-left: -11px;
  background: #F9EFE5;
}
label .__s24 .tooltip-custom:after {
  background: white;
}
.tool-i:hover .__s24 .tooltip-custom,
.tool-pop.active .__s24 .tooltip-custom {
  display: block;
}
.t-orange .__s24 .tooltip-custom {
  background: #CE5623;
}
.services .__s24 .tooltip-custom {
  width: 300px;
  margin-left: -150px;
}
@media (max-width: 2px) {
  .services .__s24 .tooltip-custom {
    width: 230px;
    margin-left: -115px;
  }
}
.tool-pop .__s24 .tooltip-custom {
  width: 130px;
  margin-left: -65px;
  background: white;
  color: #1A171B !important;
  margin-bottom: 12px;
  overflow: visible;
}
.tool-pop .__s24 .tooltip-custom:after {
  display: none;
}
.tool-pop .__s24 .tooltip-custom:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  z-index: 99991;
}
@media print {
  .__s24 a {
    pointer-events: none;
    cursor: default;
  }
  .__s24 a[href]:after {
    content: '';
  }
  .__s24 abbr[title]:after {
    content: '';
  }
}
.__s24 .tab-content > .tab-pane {
  display: none;
  position: relative;
}
.__s24 .tab-content > .active {
  display: block;
}
.__s24 .btn {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 20px;
  font-size: 13px;
  line-height: 1em;
  outline: 0 !important;
  padding: 6px 12px;
  color: #356e89;
  border: 1px solid transparent;
  font-weight: 500;
  text-decoration: none !important;
}
@media (max-width: 9998px) {
  .__s24 .btn {
    font-size: 12px;
  }
}
.__s24 .btn:hover {
  color: #234357;
}
.__s24 .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.__s24 .btn[data-toggle="collapse"] {
  margin-top: 10px;
}
.__s24 .btn.collapsed {
  margin-top: 0;
}
@media (max-width: 2px) {
  #header .__s24 .btn {
    padding: 5px 10px;
    font-size: 11px !important;
  }
}
.__s24 button[disabled],
.__s24 button[disabled]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #AD9A88 !important;
}
.__s24 .btn.disabled,
.__s24 .btn[disabled],
.__s24 fieldset[disabled] .btn,
.__s24 .btn.disabled:hover,
.__s24 .btn[disabled]:hover,
.__s24 fieldset[disabled] .btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #AD9A88 !important;
  border: 1px solid #AD9A88 !important;
  color: white !important;
}
.__s24 .btn-empty {
  border: 1px solid #356e89;
  background: none;
  color: #356e89 !important;
}
.__s24 .btn-empty:hover {
  border-color: #234357;
  color: #234357 !important;
}
.__s24 .btn-empty[aria-expanded="true"] .icon-more:before {
  content: "\e945";
}
.__s24 .btn-pri {
  background-color: #356e89 !important;
  color: white !important;
}
.__s24 .btn-pri:hover {
  background-color: #234357 !important;
  border-color: #234357 !important;
}
.__s24 .btn-orange {
  background-color: #CE5623 !important;
  color: white !important;
}
.__s24 .btn-orange:hover {
  background-color: #BC4C19 !important;
  border-color: #BC4C19 !important;
}
.__s24 .collapse-link[aria-expanded="false"] .icon-chevron-up:before {
  content: "\e60c";
}
.__s24 a.lblue {
  color: #356e89;
}
.__s24 a.lblue:hover {
  color: #234357 !important;
}
.__s24 a.dblue {
  color: #234357;
}
.__s24 a.dblue:hover {
  color: #112531 !important;
}
.__s24 a.ddblue {
  color: #112531;
}
.__s24 a.ddblue:hover {
  color: rgba(17, 37, 49, 0.85) !important;
}
.__s24 a.red {
  color: #b92222;
}
.__s24 a.red:hover {
  color: #9c1c1c !important;
}
.__s24 #s_main,
.__s24 #s_sidebar,
.__s24 .s_main,
.__s24 .s_sidebar {
  padding: 0 15px;
}
@media (min-width: 3px) {
  .__s24 #s_main,
  .__s24 .s_main {
    float: left;
    width: 672px;
  }
  .__s24 #s_sidebar,
  .__s24 .s_sidebar {
    float: right;
    width: 330px;
  }
}
@media (min-width: 3px) and (min-width: 9999px) {
  .__s24 #s_main,
  .__s24 .s_main {
    width: 840px;
  }
}
.__s24 .no-touch #s_main,
.__s24 .no-touch .s_main {
  float: left;
  width: 672px;
}
@media (min-width: 9999px) {
  .__s24 .no-touch #s_main,
  .__s24 .no-touch .s_main {
    width: 840px;
  }
}
.__s24 .no-touch #s_sidebar,
.__s24 .no-touch .s_sidebar {
  float: right;
  width: 330px;
}
.__s24 .tweet-body {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 14px;
}
.__s24 .tweet-link {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
}
.__s24 .tweet-actions {
  margin-bottom: 5px;
  overflow: hidden;
}
.__s24 .tweet-actions li {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  float: left;
  margin-right: 10px;
}
.__s24 .tweet-actions li a {
  color: #1A171B;
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.__s24 .tweet-actions li a span {
  font-size: 16px;
  color: #356e89;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.__s24 .tweet-actions li a:hover span {
  color: #234357;
}
.__s24 .abs-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.__s24 #pg_wrapper,
.__s24 #wrapper,
.__s24 .container {
  min-width: 2px;
}
.__s24 .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 2px) {
  .__s24 .container {
    width: 750px;
  }
}
@media (min-width: 3px) {
  .__s24 .container {
    width: 1002px;
  }
}
@media (min-width: 9999px) {
  .__s24 .container {
    width: 1170px;
  }
}
.no-touch .__s24 .container {
  width: 1002px;
}
@media (min-width: 9999px) {
  .no-touch .__s24 .container {
    width: 1170px;
  }
}
.__s24 .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.__s24 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.__s24 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  /*
      position: relative;
      // Prevent columns from collapsing when empty
      min-height: 1px;
      // Inner gutter via padding
      padding-left:  ceil((@grid-gutter-width / 2));
      padding-right: floor((@grid-gutter-width / 2));
      */
}
.__s24 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.__s24 .col-xs-12 {
  width: 100%;
}
.__s24 .col-xs-11 {
  width: 91.66666667%;
}
.__s24 .col-xs-10 {
  width: 83.33333333%;
}
.__s24 .col-xs-9 {
  width: 75%;
}
.__s24 .col-xs-8 {
  width: 66.66666667%;
}
.__s24 .col-xs-7 {
  width: 58.33333333%;
}
.__s24 .col-xs-6 {
  width: 50%;
}
.__s24 .col-xs-5 {
  width: 41.66666667%;
}
.__s24 .col-xs-4 {
  width: 33.33333333%;
}
.__s24 .col-xs-3 {
  width: 25%;
}
.__s24 .col-xs-2 {
  width: 16.66666667%;
}
.__s24 .col-xs-1 {
  width: 8.33333333%;
}
.__s24 .col-xs-pull-12 {
  right: 100%;
}
.__s24 .col-xs-pull-11 {
  right: 91.66666667%;
}
.__s24 .col-xs-pull-10 {
  right: 83.33333333%;
}
.__s24 .col-xs-pull-9 {
  right: 75%;
}
.__s24 .col-xs-pull-8 {
  right: 66.66666667%;
}
.__s24 .col-xs-pull-7 {
  right: 58.33333333%;
}
.__s24 .col-xs-pull-6 {
  right: 50%;
}
.__s24 .col-xs-pull-5 {
  right: 41.66666667%;
}
.__s24 .col-xs-pull-4 {
  right: 33.33333333%;
}
.__s24 .col-xs-pull-3 {
  right: 25%;
}
.__s24 .col-xs-pull-2 {
  right: 16.66666667%;
}
.__s24 .col-xs-pull-1 {
  right: 8.33333333%;
}
.__s24 .col-xs-pull-0 {
  right: auto;
}
.__s24 .col-xs-push-12 {
  left: 100%;
}
.__s24 .col-xs-push-11 {
  left: 91.66666667%;
}
.__s24 .col-xs-push-10 {
  left: 83.33333333%;
}
.__s24 .col-xs-push-9 {
  left: 75%;
}
.__s24 .col-xs-push-8 {
  left: 66.66666667%;
}
.__s24 .col-xs-push-7 {
  left: 58.33333333%;
}
.__s24 .col-xs-push-6 {
  left: 50%;
}
.__s24 .col-xs-push-5 {
  left: 41.66666667%;
}
.__s24 .col-xs-push-4 {
  left: 33.33333333%;
}
.__s24 .col-xs-push-3 {
  left: 25%;
}
.__s24 .col-xs-push-2 {
  left: 16.66666667%;
}
.__s24 .col-xs-push-1 {
  left: 8.33333333%;
}
.__s24 .col-xs-push-0 {
  left: auto;
}
.__s24 .col-xs-offset-12 {
  margin-left: 100%;
}
.__s24 .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.__s24 .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.__s24 .col-xs-offset-9 {
  margin-left: 75%;
}
.__s24 .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.__s24 .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.__s24 .col-xs-offset-6 {
  margin-left: 50%;
}
.__s24 .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.__s24 .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.__s24 .col-xs-offset-3 {
  margin-left: 25%;
}
.__s24 .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.__s24 .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.__s24 .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 2px) {
  .__s24 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .__s24 .col-sm-12 {
    width: 100%;
  }
  .__s24 .col-sm-11 {
    width: 91.66666667%;
  }
  .__s24 .col-sm-10 {
    width: 83.33333333%;
  }
  .__s24 .col-sm-9 {
    width: 75%;
  }
  .__s24 .col-sm-8 {
    width: 66.66666667%;
  }
  .__s24 .col-sm-7 {
    width: 58.33333333%;
  }
  .__s24 .col-sm-6 {
    width: 50%;
  }
  .__s24 .col-sm-5 {
    width: 41.66666667%;
  }
  .__s24 .col-sm-4 {
    width: 33.33333333%;
  }
  .__s24 .col-sm-3 {
    width: 25%;
  }
  .__s24 .col-sm-2 {
    width: 16.66666667%;
  }
  .__s24 .col-sm-1 {
    width: 8.33333333%;
  }
  .__s24 .col-sm-pull-12 {
    right: 100%;
  }
  .__s24 .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .__s24 .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .__s24 .col-sm-pull-9 {
    right: 75%;
  }
  .__s24 .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .__s24 .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .__s24 .col-sm-pull-6 {
    right: 50%;
  }
  .__s24 .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .__s24 .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .__s24 .col-sm-pull-3 {
    right: 25%;
  }
  .__s24 .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .__s24 .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .__s24 .col-sm-pull-0 {
    right: auto;
  }
  .__s24 .col-sm-push-12 {
    left: 100%;
  }
  .__s24 .col-sm-push-11 {
    left: 91.66666667%;
  }
  .__s24 .col-sm-push-10 {
    left: 83.33333333%;
  }
  .__s24 .col-sm-push-9 {
    left: 75%;
  }
  .__s24 .col-sm-push-8 {
    left: 66.66666667%;
  }
  .__s24 .col-sm-push-7 {
    left: 58.33333333%;
  }
  .__s24 .col-sm-push-6 {
    left: 50%;
  }
  .__s24 .col-sm-push-5 {
    left: 41.66666667%;
  }
  .__s24 .col-sm-push-4 {
    left: 33.33333333%;
  }
  .__s24 .col-sm-push-3 {
    left: 25%;
  }
  .__s24 .col-sm-push-2 {
    left: 16.66666667%;
  }
  .__s24 .col-sm-push-1 {
    left: 8.33333333%;
  }
  .__s24 .col-sm-push-0 {
    left: auto;
  }
  .__s24 .col-sm-offset-12 {
    margin-left: 100%;
  }
  .__s24 .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .__s24 .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .__s24 .col-sm-offset-9 {
    margin-left: 75%;
  }
  .__s24 .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .__s24 .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .__s24 .col-sm-offset-6 {
    margin-left: 50%;
  }
  .__s24 .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .__s24 .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .__s24 .col-sm-offset-3 {
    margin-left: 25%;
  }
  .__s24 .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .__s24 .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .__s24 .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 3px) {
  .__s24 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .__s24 .col-md-12 {
    width: 100%;
  }
  .__s24 .col-md-11 {
    width: 91.66666667%;
  }
  .__s24 .col-md-10 {
    width: 83.33333333%;
  }
  .__s24 .col-md-9 {
    width: 75%;
  }
  .__s24 .col-md-8 {
    width: 66.66666667%;
  }
  .__s24 .col-md-7 {
    width: 58.33333333%;
  }
  .__s24 .col-md-6 {
    width: 50%;
  }
  .__s24 .col-md-5 {
    width: 41.66666667%;
  }
  .__s24 .col-md-4 {
    width: 33.33333333%;
  }
  .__s24 .col-md-3 {
    width: 25%;
  }
  .__s24 .col-md-2 {
    width: 16.66666667%;
  }
  .__s24 .col-md-1 {
    width: 8.33333333%;
  }
  .__s24 .col-md-pull-12 {
    right: 100%;
  }
  .__s24 .col-md-pull-11 {
    right: 91.66666667%;
  }
  .__s24 .col-md-pull-10 {
    right: 83.33333333%;
  }
  .__s24 .col-md-pull-9 {
    right: 75%;
  }
  .__s24 .col-md-pull-8 {
    right: 66.66666667%;
  }
  .__s24 .col-md-pull-7 {
    right: 58.33333333%;
  }
  .__s24 .col-md-pull-6 {
    right: 50%;
  }
  .__s24 .col-md-pull-5 {
    right: 41.66666667%;
  }
  .__s24 .col-md-pull-4 {
    right: 33.33333333%;
  }
  .__s24 .col-md-pull-3 {
    right: 25%;
  }
  .__s24 .col-md-pull-2 {
    right: 16.66666667%;
  }
  .__s24 .col-md-pull-1 {
    right: 8.33333333%;
  }
  .__s24 .col-md-pull-0 {
    right: auto;
  }
  .__s24 .col-md-push-12 {
    left: 100%;
  }
  .__s24 .col-md-push-11 {
    left: 91.66666667%;
  }
  .__s24 .col-md-push-10 {
    left: 83.33333333%;
  }
  .__s24 .col-md-push-9 {
    left: 75%;
  }
  .__s24 .col-md-push-8 {
    left: 66.66666667%;
  }
  .__s24 .col-md-push-7 {
    left: 58.33333333%;
  }
  .__s24 .col-md-push-6 {
    left: 50%;
  }
  .__s24 .col-md-push-5 {
    left: 41.66666667%;
  }
  .__s24 .col-md-push-4 {
    left: 33.33333333%;
  }
  .__s24 .col-md-push-3 {
    left: 25%;
  }
  .__s24 .col-md-push-2 {
    left: 16.66666667%;
  }
  .__s24 .col-md-push-1 {
    left: 8.33333333%;
  }
  .__s24 .col-md-push-0 {
    left: auto;
  }
  .__s24 .col-md-offset-12 {
    margin-left: 100%;
  }
  .__s24 .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .__s24 .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .__s24 .col-md-offset-9 {
    margin-left: 75%;
  }
  .__s24 .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .__s24 .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .__s24 .col-md-offset-6 {
    margin-left: 50%;
  }
  .__s24 .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .__s24 .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .__s24 .col-md-offset-3 {
    margin-left: 25%;
  }
  .__s24 .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .__s24 .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .__s24 .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 9999px) {
  .__s24 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .__s24 .col-lg-12 {
    width: 100%;
  }
  .__s24 .col-lg-11 {
    width: 91.66666667%;
  }
  .__s24 .col-lg-10 {
    width: 83.33333333%;
  }
  .__s24 .col-lg-9 {
    width: 75%;
  }
  .__s24 .col-lg-8 {
    width: 66.66666667%;
  }
  .__s24 .col-lg-7 {
    width: 58.33333333%;
  }
  .__s24 .col-lg-6 {
    width: 50%;
  }
  .__s24 .col-lg-5 {
    width: 41.66666667%;
  }
  .__s24 .col-lg-4 {
    width: 33.33333333%;
  }
  .__s24 .col-lg-3 {
    width: 25%;
  }
  .__s24 .col-lg-2 {
    width: 16.66666667%;
  }
  .__s24 .col-lg-1 {
    width: 8.33333333%;
  }
  .__s24 .col-lg-pull-12 {
    right: 100%;
  }
  .__s24 .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .__s24 .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .__s24 .col-lg-pull-9 {
    right: 75%;
  }
  .__s24 .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .__s24 .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .__s24 .col-lg-pull-6 {
    right: 50%;
  }
  .__s24 .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .__s24 .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .__s24 .col-lg-pull-3 {
    right: 25%;
  }
  .__s24 .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .__s24 .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .__s24 .col-lg-pull-0 {
    right: auto;
  }
  .__s24 .col-lg-push-12 {
    left: 100%;
  }
  .__s24 .col-lg-push-11 {
    left: 91.66666667%;
  }
  .__s24 .col-lg-push-10 {
    left: 83.33333333%;
  }
  .__s24 .col-lg-push-9 {
    left: 75%;
  }
  .__s24 .col-lg-push-8 {
    left: 66.66666667%;
  }
  .__s24 .col-lg-push-7 {
    left: 58.33333333%;
  }
  .__s24 .col-lg-push-6 {
    left: 50%;
  }
  .__s24 .col-lg-push-5 {
    left: 41.66666667%;
  }
  .__s24 .col-lg-push-4 {
    left: 33.33333333%;
  }
  .__s24 .col-lg-push-3 {
    left: 25%;
  }
  .__s24 .col-lg-push-2 {
    left: 16.66666667%;
  }
  .__s24 .col-lg-push-1 {
    left: 8.33333333%;
  }
  .__s24 .col-lg-push-0 {
    left: auto;
  }
  .__s24 .col-lg-offset-12 {
    margin-left: 100%;
  }
  .__s24 .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .__s24 .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .__s24 .col-lg-offset-9 {
    margin-left: 75%;
  }
  .__s24 .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .__s24 .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .__s24 .col-lg-offset-6 {
    margin-left: 50%;
  }
  .__s24 .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .__s24 .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .__s24 .col-lg-offset-3 {
    margin-left: 25%;
  }
  .__s24 .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .__s24 .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .__s24 .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.__s24 .no-touch .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}
.__s24 .no-touch .col-md-12 {
  width: 100%;
}
.__s24 .no-touch .col-md-11 {
  width: 91.66666667%;
}
.__s24 .no-touch .col-md-10 {
  width: 83.33333333%;
}
.__s24 .no-touch .col-md-9 {
  width: 75%;
}
.__s24 .no-touch .col-md-8 {
  width: 66.66666667%;
}
.__s24 .no-touch .col-md-7 {
  width: 58.33333333%;
}
.__s24 .no-touch .col-md-6 {
  width: 50%;
}
.__s24 .no-touch .col-md-5 {
  width: 41.66666667%;
}
.__s24 .no-touch .col-md-4 {
  width: 33.33333333%;
}
.__s24 .no-touch .col-md-3 {
  width: 25%;
}
.__s24 .no-touch .col-md-2 {
  width: 16.66666667%;
}
.__s24 .no-touch .col-md-1 {
  width: 8.33333333%;
}
.__s24 .no-touch .col-md-pull-12 {
  right: 100%;
}
.__s24 .no-touch .col-md-pull-11 {
  right: 91.66666667%;
}
.__s24 .no-touch .col-md-pull-10 {
  right: 83.33333333%;
}
.__s24 .no-touch .col-md-pull-9 {
  right: 75%;
}
.__s24 .no-touch .col-md-pull-8 {
  right: 66.66666667%;
}
.__s24 .no-touch .col-md-pull-7 {
  right: 58.33333333%;
}
.__s24 .no-touch .col-md-pull-6 {
  right: 50%;
}
.__s24 .no-touch .col-md-pull-5 {
  right: 41.66666667%;
}
.__s24 .no-touch .col-md-pull-4 {
  right: 33.33333333%;
}
.__s24 .no-touch .col-md-pull-3 {
  right: 25%;
}
.__s24 .no-touch .col-md-pull-2 {
  right: 16.66666667%;
}
.__s24 .no-touch .col-md-pull-1 {
  right: 8.33333333%;
}
.__s24 .no-touch .col-md-pull-0 {
  right: auto;
}
.__s24 .no-touch .col-md-push-12 {
  left: 100%;
}
.__s24 .no-touch .col-md-push-11 {
  left: 91.66666667%;
}
.__s24 .no-touch .col-md-push-10 {
  left: 83.33333333%;
}
.__s24 .no-touch .col-md-push-9 {
  left: 75%;
}
.__s24 .no-touch .col-md-push-8 {
  left: 66.66666667%;
}
.__s24 .no-touch .col-md-push-7 {
  left: 58.33333333%;
}
.__s24 .no-touch .col-md-push-6 {
  left: 50%;
}
.__s24 .no-touch .col-md-push-5 {
  left: 41.66666667%;
}
.__s24 .no-touch .col-md-push-4 {
  left: 33.33333333%;
}
.__s24 .no-touch .col-md-push-3 {
  left: 25%;
}
.__s24 .no-touch .col-md-push-2 {
  left: 16.66666667%;
}
.__s24 .no-touch .col-md-push-1 {
  left: 8.33333333%;
}
.__s24 .no-touch .col-md-push-0 {
  left: auto;
}
.__s24 .no-touch .col-md-offset-12 {
  margin-left: 100%;
}
.__s24 .no-touch .col-md-offset-11 {
  margin-left: 91.66666667%;
}
.__s24 .no-touch .col-md-offset-10 {
  margin-left: 83.33333333%;
}
.__s24 .no-touch .col-md-offset-9 {
  margin-left: 75%;
}
.__s24 .no-touch .col-md-offset-8 {
  margin-left: 66.66666667%;
}
.__s24 .no-touch .col-md-offset-7 {
  margin-left: 58.33333333%;
}
.__s24 .no-touch .col-md-offset-6 {
  margin-left: 50%;
}
.__s24 .no-touch .col-md-offset-5 {
  margin-left: 41.66666667%;
}
.__s24 .no-touch .col-md-offset-4 {
  margin-left: 33.33333333%;
}
.__s24 .no-touch .col-md-offset-3 {
  margin-left: 25%;
}
.__s24 .no-touch .col-md-offset-2 {
  margin-left: 16.66666667%;
}
.__s24 .no-touch .col-md-offset-1 {
  margin-left: 8.33333333%;
}
.__s24 .no-touch .col-md-offset-0 {
  margin-left: 0%;
}
@media (max-width: 1px) {
  .__s24 .no-touch .default-grid .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .__s24 .no-touch .default-grid .col-xs-12 {
    width: 100%;
  }
  .__s24 .no-touch .default-grid .col-xs-11 {
    width: 91.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-10 {
    width: 83.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-9 {
    width: 75%;
  }
  .__s24 .no-touch .default-grid .col-xs-8 {
    width: 66.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-7 {
    width: 58.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-6 {
    width: 50%;
  }
  .__s24 .no-touch .default-grid .col-xs-5 {
    width: 41.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-4 {
    width: 33.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-3 {
    width: 25%;
  }
  .__s24 .no-touch .default-grid .col-xs-2 {
    width: 16.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-1 {
    width: 8.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-12 {
    right: 100%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-9 {
    right: 75%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-6 {
    right: 50%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-3 {
    right: 25%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-pull-0 {
    right: auto;
  }
  .__s24 .no-touch .default-grid .col-xs-push-12 {
    left: 100%;
  }
  .__s24 .no-touch .default-grid .col-xs-push-11 {
    left: 91.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-push-10 {
    left: 83.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-push-9 {
    left: 75%;
  }
  .__s24 .no-touch .default-grid .col-xs-push-8 {
    left: 66.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-push-7 {
    left: 58.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-push-6 {
    left: 50%;
  }
  .__s24 .no-touch .default-grid .col-xs-push-5 {
    left: 41.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-push-4 {
    left: 33.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-push-3 {
    left: 25%;
  }
  .__s24 .no-touch .default-grid .col-xs-push-2 {
    left: 16.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-push-1 {
    left: 8.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-push-0 {
    left: auto;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-12 {
    margin-left: 100%;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-9 {
    margin-left: 75%;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-6 {
    margin-left: 50%;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-3 {
    margin-left: 25%;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .__s24 .no-touch .default-grid .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 2px) {
  .__s24 .no-touch .default-grid .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .__s24 .no-touch .default-grid .col-sm-12 {
    width: 100%;
  }
  .__s24 .no-touch .default-grid .col-sm-11 {
    width: 91.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-10 {
    width: 83.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-9 {
    width: 75%;
  }
  .__s24 .no-touch .default-grid .col-sm-8 {
    width: 66.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-7 {
    width: 58.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-6 {
    width: 50%;
  }
  .__s24 .no-touch .default-grid .col-sm-5 {
    width: 41.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-4 {
    width: 33.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-3 {
    width: 25%;
  }
  .__s24 .no-touch .default-grid .col-sm-2 {
    width: 16.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-1 {
    width: 8.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-12 {
    right: 100%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-9 {
    right: 75%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-6 {
    right: 50%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-3 {
    right: 25%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-pull-0 {
    right: auto;
  }
  .__s24 .no-touch .default-grid .col-sm-push-12 {
    left: 100%;
  }
  .__s24 .no-touch .default-grid .col-sm-push-11 {
    left: 91.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-push-10 {
    left: 83.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-push-9 {
    left: 75%;
  }
  .__s24 .no-touch .default-grid .col-sm-push-8 {
    left: 66.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-push-7 {
    left: 58.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-push-6 {
    left: 50%;
  }
  .__s24 .no-touch .default-grid .col-sm-push-5 {
    left: 41.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-push-4 {
    left: 33.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-push-3 {
    left: 25%;
  }
  .__s24 .no-touch .default-grid .col-sm-push-2 {
    left: 16.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-push-1 {
    left: 8.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-push-0 {
    left: auto;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-12 {
    margin-left: 100%;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-9 {
    margin-left: 75%;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-6 {
    margin-left: 50%;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-3 {
    margin-left: 25%;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .__s24 .no-touch .default-grid .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 9999px) {
  .__s24 .no-touch .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .__s24 .no-touch .col-lg-12 {
    width: 100%;
  }
  .__s24 .no-touch .col-lg-11 {
    width: 91.66666667%;
  }
  .__s24 .no-touch .col-lg-10 {
    width: 83.33333333%;
  }
  .__s24 .no-touch .col-lg-9 {
    width: 75%;
  }
  .__s24 .no-touch .col-lg-8 {
    width: 66.66666667%;
  }
  .__s24 .no-touch .col-lg-7 {
    width: 58.33333333%;
  }
  .__s24 .no-touch .col-lg-6 {
    width: 50%;
  }
  .__s24 .no-touch .col-lg-5 {
    width: 41.66666667%;
  }
  .__s24 .no-touch .col-lg-4 {
    width: 33.33333333%;
  }
  .__s24 .no-touch .col-lg-3 {
    width: 25%;
  }
  .__s24 .no-touch .col-lg-2 {
    width: 16.66666667%;
  }
  .__s24 .no-touch .col-lg-1 {
    width: 8.33333333%;
  }
  .__s24 .no-touch .col-lg-pull-12 {
    right: 100%;
  }
  .__s24 .no-touch .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .__s24 .no-touch .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .__s24 .no-touch .col-lg-pull-9 {
    right: 75%;
  }
  .__s24 .no-touch .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .__s24 .no-touch .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .__s24 .no-touch .col-lg-pull-6 {
    right: 50%;
  }
  .__s24 .no-touch .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .__s24 .no-touch .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .__s24 .no-touch .col-lg-pull-3 {
    right: 25%;
  }
  .__s24 .no-touch .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .__s24 .no-touch .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .__s24 .no-touch .col-lg-pull-0 {
    right: auto;
  }
  .__s24 .no-touch .col-lg-push-12 {
    left: 100%;
  }
  .__s24 .no-touch .col-lg-push-11 {
    left: 91.66666667%;
  }
  .__s24 .no-touch .col-lg-push-10 {
    left: 83.33333333%;
  }
  .__s24 .no-touch .col-lg-push-9 {
    left: 75%;
  }
  .__s24 .no-touch .col-lg-push-8 {
    left: 66.66666667%;
  }
  .__s24 .no-touch .col-lg-push-7 {
    left: 58.33333333%;
  }
  .__s24 .no-touch .col-lg-push-6 {
    left: 50%;
  }
  .__s24 .no-touch .col-lg-push-5 {
    left: 41.66666667%;
  }
  .__s24 .no-touch .col-lg-push-4 {
    left: 33.33333333%;
  }
  .__s24 .no-touch .col-lg-push-3 {
    left: 25%;
  }
  .__s24 .no-touch .col-lg-push-2 {
    left: 16.66666667%;
  }
  .__s24 .no-touch .col-lg-push-1 {
    left: 8.33333333%;
  }
  .__s24 .no-touch .col-lg-push-0 {
    left: auto;
  }
  .__s24 .no-touch .col-lg-offset-12 {
    margin-left: 100%;
  }
  .__s24 .no-touch .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .__s24 .no-touch .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .__s24 .no-touch .col-lg-offset-9 {
    margin-left: 75%;
  }
  .__s24 .no-touch .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .__s24 .no-touch .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .__s24 .no-touch .col-lg-offset-6 {
    margin-left: 50%;
  }
  .__s24 .no-touch .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .__s24 .no-touch .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .__s24 .no-touch .col-lg-offset-3 {
    margin-left: 25%;
  }
  .__s24 .no-touch .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .__s24 .no-touch .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .__s24 .no-touch .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.__s24 .no-touch {
  /*.hidden-xs{
    display: block !important;
  }*/
}
.__s24 .no-touch .visible-xs {
  display: none !important;
}
.__s24 .no-touch .visible-sm {
  display: none !important;
}
.__s24 .no-touch #wrapper {
  min-width: 3px;
}
@media (max-width: 2px) {
  .touch .__s24 .hidden-tablet {
    display: none;
  }
}
.__s24 .visible-tablet {
  display: none;
}
@media (max-width: 2px) {
  .touch .__s24 .visible-tablet {
    display: block;
  }
}
.__s24 .no-gut-l {
  padding-left: 0;
}
.__s24 .no-gut-r {
  padding-right: 0;
}
@media (min-width: 9999px) {
  .__s24 .no-gut-l-lg {
    padding-left: 0;
  }
  .__s24 .no-gut-r-lg {
    padding-right: 0;
  }
}
@media (max-width: 9998px) and (min-width: 3px) {
  .__s24 .no-gut-l-md {
    padding-left: 0;
  }
  .__s24 .no-gut-r-md {
    padding-right: 0;
  }
}
@media (max-width: 2px) and (min-width: 2px) {
  .__s24 .no-gut-l-sm {
    padding-left: 0;
  }
  .__s24 .no-gut-r-sm {
    padding-right: 0;
  }
}
.__s24 #header-common .is_stuck {
  z-index: 99990;
}
.__s24 #header-common .visible-compact {
  /*.transition(opacity 0.3s ease-in-out);
		.opacity(0);*/
  display: none;
}
.hdr-collapsed .__s24 #header-common .hidden-compact {
  display: none !important;
}
.hdr-collapsed .__s24 #header-common .visible-compact {
  /*.opacity(1);*/
  display: block !important;
}
.__s24 .header-title {
  text-transform: lowercase;
  font-family: "sole_display_sc", "sole_display", Georgia, Times, "Times New Roman", serif;
  font-weight: 800;
}
.__s24 .main-header {
  position: relative;
  background-color: #F5E5D5;
  border-bottom: 1px solid #d1c0af;
  height: 50px;
  line-height: 50px;
}
.__s24 .main-header a.btn:hover {
  color: #356e89 !important;
}
.__s24 .main-header a.btn-pri:hover {
  color: white !important;
}
.__s24 .main-header .tools-left .icon {
  height: 50px;
  line-height: 50px;
}
.__s24 .main-header .header-title,
.__s24 .main-header .header-article-title,
.__s24 .main-header .header-home-title {
  line-height: 50px;
}
.__s24 .main-header .header-title [class^="icon-"],
.__s24 .main-header .header-article-title [class^="icon-"],
.__s24 .main-header .header-home-title [class^="icon-"],
.__s24 .main-header .header-title [class*=" icon-"],
.__s24 .main-header .header-article-title [class*=" icon-"],
.__s24 .main-header .header-home-title [class*=" icon-"] {
  vertical-align: middle;
}
.__s24 .main-header .header-title a {
  color: #356e89;
}
.__s24 .main-header .header-title a:hover {
  color: #234357;
}
.__s24 .main-header .header-title .header-home-title {
  margin-top: 10px;
  line-height: 0.8em !important;
  height: auto;
  font-size: 30px;
}
.__s24 .main-header .header-title .header-home-title,
.__s24 .main-header .header-title .header-home-title:hover {
  color: #1A171B !important;
}
.__s24 .main-header .header-title .header-home-title:hover {
  color: rgba(26, 23, 27, 0.75) !important;
}
.__s24 .main-header .container {
  position: relative;
}
.__s24 .main-header .container > .header-title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 42px;
  margin-bottom: 0;
}
.header-article .__s24 .main-header .container > .header-title {
  line-height: 0.8em;
}
.__s24 .main-header .container .header-article-title .icon-sole,
.__s24 .main-header .container .header-home-title .icon-sole {
  display: block;
  font-size: 32px;
  margin-top: 6px;
  color: #1A171B;
  padding-right: 19px;
}
.__s24 .main-header .container > .header-article-title,
.__s24 .main-header .container > .header-home-title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 9999px) {
  .__s24 .main-header .container > .header-article-title,
  .__s24 .main-header .container > .header-home-title {
    font-size: 15px;
  }
}
.__s24 .main-header a {
  color: inherit;
}
.__s24 .main-header a:hover,
.__s24 .main-header a:focus {
  text-decoration: none;
}
.__s24 .main-header.is_stuck {
  z-index: 150;
}
.__s24 .main-header .header-article-title {
  margin-top: 5px;
  left: 200px;
  right: 200px;
  line-height: 1.1em;
  font-weight: 400;
  margin-top: 0;
  line-height: 50px;
}
.__s24 .main-header .header-article-title .header-title {
  display: inline !important;
  line-height: 50px;
  border-right: 1px solid rgba(53, 110, 137, 0.5);
  padding-right: 5px;
  margin-right: 2px;
  line-height: 1.1em;
  display: block;
  color: #356e89;
  font-size: 16px;
}
.__s24 .main-header .header-article-title .header-title:hover {
  text-decoration: underline !important;
}
.__s24 .main-header .tools-left a,
.__s24 .main-header .tools-right a,
.__s24 .main-header .tools-left .link,
.__s24 .main-header .tools-right .link,
.__s24 .main-header .tools-left .btn-link,
.__s24 .main-header .tools-right .btn-link {
  cursor: pointer;
  color: #234357;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.__s24 .main-header .tools-left a:hover,
.__s24 .main-header .tools-right a:hover,
.__s24 .main-header .tools-left .link:hover,
.__s24 .main-header .tools-right .link:hover,
.__s24 .main-header .tools-left .btn-link:hover,
.__s24 .main-header .tools-right .btn-link:hover {
  text-decoration: none;
  color: #234357;
}
.__s24 .main-header .tools-left a .icon,
.__s24 .main-header .tools-right a .icon,
.__s24 .main-header .tools-left .link .icon,
.__s24 .main-header .tools-right .link .icon,
.__s24 .main-header .tools-left .btn-link .icon,
.__s24 .main-header .tools-right .btn-link .icon {
  color: #356e89;
  vertical-align: middle;
  font-size: 14px;
}
.__s24 .main-header .tools-left a .icon.icon-sole,
.__s24 .main-header .tools-right a .icon.icon-sole,
.__s24 .main-header .tools-left .link .icon.icon-sole,
.__s24 .main-header .tools-right .link .icon.icon-sole,
.__s24 .main-header .tools-left .btn-link .icon.icon-sole,
.__s24 .main-header .tools-right .btn-link .icon.icon-sole {
  font-size: 24px;
  color: #1A171B;
}
.__s24 .main-header .tools-left a .icon-navicon,
.__s24 .main-header .tools-right a .icon-navicon,
.__s24 .main-header .tools-left .link .icon-navicon,
.__s24 .main-header .tools-right .link .icon-navicon,
.__s24 .main-header .tools-left .btn-link .icon-navicon,
.__s24 .main-header .tools-right .btn-link .icon-navicon {
  font-size: 10px;
}
.__s24 .main-header .tools-left .btn-link,
.__s24 .main-header .tools-right .btn-link {
  text-transform: none;
}
.__s24 .main-header .tools-left .btn-over-dropdown,
.__s24 .main-header .tools-right .btn-over-dropdown {
  position: relative;
  overflow: visible;
  display: block;
  height: 50px;
  padding: 0 16px;
  z-index: 99990;
}
.__s24 .main-header .tools-left .btn-over-dropdown > .icon-angle-down,
.__s24 .main-header .tools-right .btn-over-dropdown > .icon-angle-down {
  display: block;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 17px;
  color: #356e89;
}
.__s24 .main-header .tools-left .btn-over-dropdown .over-dropdown,
.__s24 .main-header .tools-right .btn-over-dropdown .over-dropdown {
  display: none;
  position: absolute;
  top: 45px;
  width: 192px;
  right: 0;
  background-color: white;
  z-index: 10010;
  border: 1px solid rgba(53, 110, 137, 0.2);
  padding: 0 15px;
}
.__s24 .main-header .tools-left .btn-over-dropdown .over-dropdown:after,
.__s24 .main-header .tools-right .btn-over-dropdown .over-dropdown:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}
.__s24 .main-header .tools-left .btn-over-dropdown .over-dropdown li,
.__s24 .main-header .tools-right .btn-over-dropdown .over-dropdown li {
  line-height: 44px;
  display: block;
  float: none !important;
  border-bottom: 1px solid #efefef;
}
.__s24 .main-header .tools-left .btn-over-dropdown .over-dropdown li a,
.__s24 .main-header .tools-right .btn-over-dropdown .over-dropdown li a {
  text-transform: none;
  display: block;
  height: 44px;
  font-weight: 400;
}
.__s24 .main-header .tools-left .btn-over-dropdown .over-dropdown li a:hover,
.__s24 .main-header .tools-right .btn-over-dropdown .over-dropdown li a:hover {
  color: #356e89;
}
.__s24 .main-header .tools-left .btn-over-dropdown .over-dropdown li a span,
.__s24 .main-header .tools-right .btn-over-dropdown .over-dropdown li a span {
  display: block;
  float: left;
  width: 22px;
  line-height: 44px;
  height: 44px;
}
.__s24 .main-header .tools-left .btn-over-dropdown .over-dropdown li a.logout,
.__s24 .main-header .tools-right .btn-over-dropdown .over-dropdown li a.logout {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.__s24 .main-header .tools-left .btn-over-dropdown:hover .icon-angle-down:before,
.__s24 .main-header .tools-right .btn-over-dropdown:hover .icon-angle-down:before {
  content: "\e629";
}
.__s24 .main-header .tools-left .btn-over-dropdown:hover .over-dropdown,
.__s24 .main-header .tools-right .btn-over-dropdown:hover .over-dropdown {
  display: block;
}
.__s24 .main-header .tools-left li,
.__s24 .main-header .tools-right li {
  float: left;
}
.__s24 .main-header .tools-left .tool-container,
.__s24 .main-header .tools-right .tool-container {
  position: relative;
}
.__s24 .main-header .tools-left .tool-container .tool,
.__s24 .main-header .tools-right .tool-container .tool {
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
  -o-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
  transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
  line-height: 24px;
}
.hdr-collapsed .__s24 .main-header .tools-left .tool-container .tool,
.hdr-collapsed .__s24 .main-header .tools-right .tool-container .tool {
  top: 10px;
}
.__s24 .main-header .tools-left .tool-container .tool.search-tool .search-form,
.__s24 .main-header .tools-right .tool-container .tool.search-tool .search-form {
  position: relative;
}
.__s24 .main-header .tools-left .tool-container .tool.search-tool .search-form .search-input,
.__s24 .main-header .tools-right .tool-container .tool.search-tool .search-form .search-input {
  height: 28px;
  width: 242px;
  padding-left: 10px;
  padding-right: 30px;
  border-radius: 30px;
  border: 0;
}
@media (max-width: 2px) {
  .__s24 .main-header .tools-left .tool-container .tool.search-tool .search-form .search-input,
  .__s24 .main-header .tools-right .tool-container .tool.search-tool .search-form .search-input {
    width: 160px;
  }
}
.__s24 .main-header .tools-left .tool-container .tool.search-tool .search-form .search-submit,
.__s24 .main-header .tools-right .tool-container .tool.search-tool .search-form .search-submit {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  background: none;
  border: 0 none;
  height: 28px;
  padding: 0 5px;
}
.__s24 .main-header .tools-left .tool-container .tool.search-tool .search-form .search-submit .icon,
.__s24 .main-header .tools-right .tool-container .tool.search-tool .search-form .search-submit .icon {
  font-size: 17px;
  height: 28px !important;
  line-height: 28px !important;
  color: #356e89;
}
.__s24 .main-header .tools-left .tool-container.open .tool,
.__s24 .main-header .tools-right .tool-container.open .tool {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.__s24 .main-header .tools-left {
  position: absolute;
  top: 0;
  bottom: 0;
}
.__s24 .main-header .tools-left li {
  padding-right: 46px;
}
.header-slim .__s24 .main-header .tools-left li,
.hdr-collapsed .__s24 .main-header .tools-left li {
  padding-right: 24px;
}
@media (max-width: 2px) {
  .__s24 .main-header .tools-left li {
    padding-right: 10px;
  }
}
.__s24 .main-header .tools-left li:last-child {
  padding-right: 10px !important;
}
.__s24 .main-header .tools-left .icon {
  margin-right: 3px;
  float: left;
}
.__s24 .main-header .tools-left .label {
  display: inline-block;
  overflow: hidden;
  max-width: 100px;
  float: left;
  /*.transition(max-width .3s ease-in-out);*/
}
.__s24 .main-header .tools-left .label:hover {
  color: #356e89;
}
.header-article .__s24 .main-header .tools-left li {
  padding-right: 24px;
}
.__s24 .main-header .tools-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
.__s24 .main-header .tools-right a .icon {
  font-size: 12px;
}
.__s24 .main-header .header-article-share {
  padding-top: 4px;
}
.__s24 .main-header .header-article-share ul {
  padding-top: 24px;
}
.__s24 .main-header .header-article-share ul li {
  line-height: 22px;
  margin-left: 10px;
}
.__s24 .main-header .header-article-share a {
  color: #1A171B;
  font-weight: normal;
}
.__s24 .main-header .header-article-share a.fb .icon {
  background-color: #4963a4;
}
.__s24 .main-header .header-article-share a.fb:hover .icon {
  background-color: #2f5389;
}
.__s24 .main-header .header-article-share a.tw .icon {
  background-color: #55acee;
}
.__s24 .main-header .header-article-share a.tw:hover .icon {
  background-color: #0293c3;
}
.__s24 .main-header .header-article-share a.gp .icon {
  background-color: #df4b31;
}
.__s24 .main-header .header-article-share a.gp:hover .icon {
  background-color: #c94b39;
}
.__s24 .main-header .header-article-share .icon {
  float: left;
  border-radius: 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin-right: 3px;
}
.__s24 .main-header .header-article-share .icon:before {
  color: white;
}
.header-slim .__s24 .main-header,
.hdr-collapsed .__s24 .main-header {
  background-color: #f7eadd;
}
.header-slim .__s24 .main-header .btn,
.hdr-collapsed .__s24 .main-header .btn {
  color: #356e89 !important;
  padding: 2px 8px;
  border-radius: 0;
  font-size: 11px;
  font-weight: normal;
}
.header-slim .__s24 .main-header .btn-pri,
.hdr-collapsed .__s24 .main-header .btn-pri {
  background-color: transparent !important;
  color: #234357 !important;
  border-right: 1px solid #d1c0af;
  font-weight: bold;
}
.header-slim .__s24 .main-header .btn-pri:hover,
.hdr-collapsed .__s24 .main-header .btn-pri:hover {
  color: #234357 !important;
  border-color: transparent !important;
  border-right: 1px solid #d1c0af !important;
}
.header-slim .__s24 .main-header .tools-left .label,
.hdr-collapsed .__s24 .main-header .tools-left .label {
  max-width: 0;
}
.header-slim .__s24 .main-header .tools-left .link .icon,
.hdr-collapsed .__s24 .main-header .tools-left .link .icon {
  color: #234357;
}
.header-slim .__s24 .main-header .tools-left .link:hover,
.hdr-collapsed .__s24 .main-header .tools-left .link:hover {
  color: #234357;
}
.header-slim .__s24 .main-header .header-article-share ul,
.hdr-collapsed .__s24 .main-header .header-article-share ul {
  padding-top: 10px;
}
.__s24 .section-header-meta {
  background-color: #F5E5D5;
  border-bottom: 1px solid #d1c0af;
  overflow: hidden;
}
.__s24 .section-header-meta .container {
  height: 86px;
  position: relative;
}
.header-home .__s24 .section-header-meta .container {
  height: 116px;
}
.header-home .__s24 .section-header-meta .logo {
  margin-bottom: 0;
}
.header-home .__s24 .section-header-meta .logo a {
  font-size: 85px;
  color: #1A171B;
}
.header-home .__s24 .section-header-meta .logo a .icon-sole {
  padding-right: 50px;
}
.__s24 .section-header-meta .section-header-link {
  display: block;
  color: #555555;
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  padding: 34px 0;
}
.__s24 .section-header-meta .section-header-link .icon {
  padding: 0 5px;
}
.__s24 .section-header-meta .pos-left,
.__s24 .section-header-meta .pos-right {
  position: absolute;
  z-index: 1;
  top: 0;
}
.__s24 .section-header-meta .pos-left.section-header-box,
.__s24 .section-header-meta .pos-right.section-header-box {
  top: 14px;
}
.__s24 .section-header-meta .pos-left {
  left: 5px;
}
.__s24 .section-header-meta .pos-left.section-header-box {
  left: 15px;
}
.__s24 .section-header-meta .pos-right {
  right: 5px;
}
.__s24 .section-header-meta .pos-right.section-header-box {
  right: 15px;
}
.__s24 .section-header-meta .section-header-title {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  text-align: center;
}
.__s24 .section-header-meta .section-header-title .header-title {
  font-size: 48px;
  margin-bottom: 10px;
}
.__s24 .section-header-meta .section-header-title ul.section-header-menu {
  position: relative;
  top: -8px;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  line-height: 13px;
}
.__s24 .section-header-meta .section-header-title ul.section-header-menu li {
  display: inline-block;
  text-transform: none;
  padding: 0 8px;
  border-right: 1px solid #d1c0af;
}
.__s24 .section-header-meta .section-header-title ul.section-header-menu li:last-child {
  border-right: 0 none;
}
.__s24 .section-header-meta .section-header-title ul.section-header-menu li a {
  text-transform: uppercase;
  color: #356e89;
  font-weight: bold;
}
.__s24 .section-header-meta .section-header-title ul.section-header-menu li a.meteo {
  color: #1A171B;
  font-weight: normal;
}
.__s24 .section-header-meta .section-header-title ul.section-header-menu li a:hover,
.__s24 .section-header-meta .section-header-title ul.section-header-menu li a:focus {
  text-decoration: none;
}
.__s24 .section-header-meta .section-header-title ul.section-header-menu li.today a {
  color: #1A171B;
  font-weight: normal;
  text-transform: uppercase;
}
.__s24 .section-header-meta .section-header-title ul.section-header-menu .icon {
  position: relative;
  top: 2px;
  font-size: 15px;
  line-height: 15px;
}
@media (max-width: 2px) {
  .__s24 .section-header-meta .section-header-title ul.section-header-menu {
    font-size: 11px;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
}
.__s24 .main-header-nav,
.__s24 .section-nav {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #1A171B;
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  height: 36px;
  overflow: hidden;
  background-color: #F5E5D5;
}
.__s24 .main-header-nav .title,
.__s24 .section-nav .title {
  font-size: 14px;
  position: absolute;
  z-index: 30;
  left: 20px;
  color: #356e89;
  line-height: 36px;
}
.__s24 .main-header-nav ul li,
.__s24 .section-nav ul li {
  display: inline-block;
}
.__s24 .main-header-nav ul li h6.meta,
.__s24 .section-nav ul li h6.meta {
  color: #234357;
  padding: 0 6px;
  line-height: 36px;
}
.__s24 .main-header-nav ul li a,
.__s24 .section-nav ul li a {
  color: #1A171B;
  line-height: 36px;
  padding: 0 6px;
  font-size: 14px;
  display: block;
  height: 36px;
  position: relative;
}
@media (min-width: 9999px) {
  .__s24 .main-header-nav ul li a,
  .__s24 .section-nav ul li a {
    font-size: 15px;
    padding: 0 12px;
  }
}
.__s24 .main-header-nav ul li a:hover,
.__s24 .section-nav ul li a:hover,
.__s24 .main-header-nav ul li a.active,
.__s24 .section-nav ul li a.active {
  color: #356e89;
  text-decoration: none;
}
.__s24 .main-header-nav ul li a[aria-describedby],
.__s24 .section-nav ul li a[aria-describedby] {
  color: #356e89;
}
.__s24 .main-header-nav ul li a[aria-describedby]:after,
.__s24 .section-nav ul li a[aria-describedby]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #E5D5C5;
}
#s_main .__s24 .main-header-nav ul li li,
#s_main .__s24 .section-nav ul li li {
  margin-right: 20px;
}
#s_main .__s24 .main-header-nav ul li a,
#s_main .__s24 .section-nav ul li a {
  font-size: 20px !important;
  line-height: 36px;
}
.__s24 .main-header-nav .prev,
.__s24 .section-nav .prev,
.__s24 .main-header-nav .next,
.__s24 .section-nav .next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  color: #356e89;
  text-decoration: none !important;
  outline: 0 none !important;
  line-height: 32px;
  z-index: 20;
}
.__s24 .main-header-nav .prev.disabled,
.__s24 .section-nav .prev.disabled,
.__s24 .main-header-nav .next.disabled,
.__s24 .section-nav .next.disabled {
  display: none;
  cursor: default;
}
.__s24 .main-header-nav .prev span,
.__s24 .section-nav .prev span,
.__s24 .main-header-nav .next span,
.__s24 .section-nav .next span {
  line-height: 32px;
  font-size: 20px;
}
.__s24 .main-header-nav .prev,
.__s24 .section-nav .prev {
  left: 0;
  padding-left: 14px;
  text-align: left;
  background-image: -webkit-linear-gradient(left, #F5E5D5 50%, rgba(245, 229, 213, 0) 80%);
  background-image: -o-linear-gradient(left, #F5E5D5 50%, rgba(245, 229, 213, 0) 80%);
  background-image: linear-gradient(to right, #F5E5D5 50%, rgba(245, 229, 213, 0) 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5e5d5', endColorstr='#00f5e5d5', GradientType=1);
}
.__s24 .main-header-nav .next,
.__s24 .section-nav .next {
  right: 0;
  padding-right: 14px;
  text-align: right;
  background-image: -webkit-linear-gradient(left, rgba(245, 229, 213, 0) 20%, #F5E5D5 50%);
  background-image: -o-linear-gradient(left, rgba(245, 229, 213, 0) 20%, #F5E5D5 50%);
  background-image: linear-gradient(to right, rgba(245, 229, 213, 0) 20%, #F5E5D5 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5e5d5', endColorstr='#fff5e5d5', GradientType=1);
}
.__s24 .main-header-nav .scroller-container,
.__s24 .section-nav .scroller-container {
  z-index: 19;
}
@media (min-width: 9999px) {
  .__s24 .main-header-nav,
  .__s24 .section-nav {
    font-size: 15px;
  }
  .__s24 .main-header-nav li a,
  .__s24 .section-nav li a {
    padding: 0 13px;
  }
}
.hdr-collapsed .section-header .__s24 .main-header-nav,
.hdr-collapsed .section-header .__s24 .section-nav {
  background-color: #f7eadd;
  border-bottom-color: #d1c0af;
  font-size: 13px;
}
.hdr-collapsed .section-header .__s24 .main-header-nav li a,
.hdr-collapsed .section-header .__s24 .section-nav li a {
  padding: 0 8px;
}
.__s24 .section-nav {
  text-align: left;
  font-weight: normal;
}
.__s24 .section-nav ul li a {
  color: #356e89;
}
.__s24 .section-nav ul li a.active {
  color: #234357;
}
.__s24 .section-nav ul li a:hover {
  color: #234357;
}
.__s24 .section-nav ul li a {
  font-weight: normal;
  text-transform: lowercase;
}
.hdr-collapsed .__s24 .main-header-nav .prev {
  background-image: -webkit-linear-gradient(left, #f7eadd 50%, rgba(247, 234, 221, 0) 80%);
  background-image: -o-linear-gradient(left, #f7eadd 50%, rgba(247, 234, 221, 0) 80%);
  background-image: linear-gradient(to right, #f7eadd 50%, rgba(247, 234, 221, 0) 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7eadd', endColorstr='#00f7eadd', GradientType=1);
}
.hdr-collapsed .__s24 .main-header-nav .next {
  background-image: -webkit-linear-gradient(left, rgba(247, 234, 221, 0) 20%, #f7eadd 50%);
  background-image: -o-linear-gradient(left, rgba(247, 234, 221, 0) 20%, #f7eadd 50%);
  background-image: linear-gradient(to right, rgba(247, 234, 221, 0) 20%, #f7eadd 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7eadd', endColorstr='#fff7eadd', GradientType=1);
}
.__s24 .main-header-nav-container {
  position: relative;
  height: 35px;
}
.__s24 .section-nav {
  margin-bottom: 30px;
  border-bottom: 1px solid #d1c0af;
}
.__s24 .section-nav .prev,
.__s24 .section-nav .next {
  width: 35px;
  height: 33px;
  overflow: hidden;
}
.__s24 .section-nav .prev {
  padding-left: 0;
}
.__s24 .section-nav .next {
  padding-right: 0;
}
.__s24 .section-nav ul li a .count {
  margin-left: 5px;
  font-weight: 300;
  font-size: 13px;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.__s24 .section-nav ul li a.active {
  box-shadow: inset 0 -3px 0 #356e89;
  font-weight: bold;
}
@media (min-width: 3px) {
  .__s24 #header.header-article .main-header {
    height: 92px;
  }
  .hdr-collapsed .__s24 #header.header-article .main-header {
    height: 50px;
  }
  .__s24 .hdr-collapsed #header.header-home .main-header {
    height: 36px;
    border-bottom: 0;
  }
  .__s24 .hdr-collapsed #header.header-home .main-header-nav {
    display: block !important;
  }
}
@media (max-width: 9998px) {
  .__s24 .main-header .header-title {
    font-size: 32px;
  }
  .__s24 .main-header .header-article-title {
    font-size: 14px;
  }
  .__s24 .main-header-nav {
    font-size: 13px;
  }
  .__s24 .main-header-nav li a {
    padding: 0 12px;
  }
  .__s24 .hdr-collapsed .section-header .main-header .header-home-title .icon-sole {
    font-size: 32px;
  }
}
@media (max-width: 2px) {
  .__s24 .main-header .btn {
    color: #356e89 !important;
    padding: 2px 8px;
    border-radius: 0;
    font-size: 11px;
    font-weight: normal;
  }
  .__s24 .main-header .btn-pri {
    background-color: transparent !important;
    color: #234357 !important;
    border-right: 1px solid #d1c0af;
    font-weight: bold;
  }
  .__s24 .main-header .btn-pri:hover {
    color: #234357 !important;
    border-color: transparent !important;
    border-right: 1px solid #d1c0af !important;
  }
  .__s24 .main-header .header-title {
    font-size: 26px;
  }
  .__s24 .main-header .tools-left .label {
    max-width: 0;
  }
  .header-article .__s24 .main-header .container > .header-title,
  .header-category .__s24 .main-header .container > .header-title {
    font-size: 32px;
    line-height: 50px;
  }
  .__s24 .main-header-nav {
    font-size: 14px;
  }
  .__s24 .main-header-nav li a {
    padding: 0 12px;
  }
  .__s24 .section-header .main-header {
    height: 52px;
    line-height: 44px;
    border-bottom: none;
  }
  .__s24 .section-header.header-home .main-header {
    height: 60px;
  }
  .__s24 .section-header.header-home .main-header .header-home-title .icon-sole {
    font-size: 46px;
  }
  .__s24 .section-header.header-home .main-header .btn {
    color: #234357 !important;
    padding: 2px 10px;
    border-radius: 50px;
    font-weight: bold;
  }
  .__s24 .section-header.header-home .main-header .btn-pri {
    background-color: #356e89 !important;
    color: white !important;
    border-right: none;
    font-weight: bold;
  }
  .hdr-collapsed .__s24 .section-header.header-home .main-header .btn {
    color: #356e89 !important;
    padding: 2px 8px;
    border-radius: 0;
    font-size: 11px;
    font-weight: normal;
  }
  .hdr-collapsed .__s24 .section-header.header-home .main-header .btn-pri {
    background-color: transparent !important;
    color: #234357 !important;
    border-right: 1px solid #d1c0af;
    font-weight: bold;
  }
  .hdr-collapsed .__s24 .section-header.header-home .main-header .btn-pri:hover {
    color: #234357 !important;
    border-color: transparent !important;
    border-right: 1px solid #d1c0af !important;
  }
  .hdr-collapsed .__s24 .section-header.header-home .main-header .header-home-title .icon-sole {
    font-size: 32px;
  }
  .__s24 .section-header .section-header-meta {
    background-color: #e7d6c6;
    height: 30px;
    padding: 5px 0;
  }
  .__s24 .section-header .section-header-meta .section-header-box {
    display: none;
  }
  .__s24 .section-header .section-header-meta .section-header-title {
    position: static;
  }
  .__s24 .section-header .section-header-meta .section-header-title .logo,
  .__s24 .section-header .section-header-meta .section-header-title .header-title {
    display: none;
  }
  .__s24 .section-header .section-header-meta .section-header-title .section-header-menu {
    line-height: 20px;
    top: 0;
  }
  .__s24 .section-header .section-header-meta .section-header-title .section-header-menu li {
    border-right-color: rgba(255, 255, 255, 0.4);
    padding: 0 12px;
  }
}
.__s24 #menu-popover-container {
  position: relative;
}
.__s24 #menu-popover-container .popover {
  z-index: 99999;
  position: absolute;
  padding: 30px 0;
  background-color: #E5D5C5;
  top: -1px !important;
}
.__s24 #menu-popover-container .popover.left {
  left: 15px !important;
}
.__s24 #menu-popover-container .popover.right {
  left: auto !important;
  right: 15px !important;
}
.__s24 #menu-popover-container .popover .popover-content .equal .cell {
  padding: 0 26px;
  vertical-align: top;
  border-right: 1px solid #d1c0af;
}
.__s24 #menu-popover-container .popover .popover-content .equal .cell:last-child {
  border-right: 0 none;
}
.__s24 #menu-popover-container .popover .popover-content .equal .cell a {
  color: #1A171B;
}
.__s24 #menu-popover-container .popover .popover-content .equal .cell a:hover {
  color: #356e89;
}
.__s24 #menu-popover-container .popover .popover-content .equal .cell h6.meta {
  color: #234357;
  margin-bottom: 15px;
}
.__s24 #menu-popover-container .popover .popover-content .equal .cell ul li {
  margin: 0 0 10px;
  line-height: 1.1em;
}
.__s24 #menu-popover-container .popover .popover-content .equal .cell ul li:last-child {
  margin-bottom: 0;
}
.__s24 .hp-weekend {
  display: block;
  width: 78px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #d1c0af;
  background: #F5E5D5;
  color: #234357;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -40px;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-weight: 800;
  font-style: italic;
  font-size: 14px;
}
.__s24 .scroller-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.__s24 .scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.__s24 #navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  right: auto;
  width: 230px;
  background-color: white;
  z-index: 100000;
  border-right: 1px solid #1A171B;
  left: -50px;
  margin-left: -360px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: margin-left 0s 0.4s, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: margin-left 0s 0.4s, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: margin-left 0s 0.4s, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.nav-open .__s24 #navigation {
  left: 0;
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.__s24 #navigation .scroller-container {
  overflow: visible;
}
.__s24 #navigation .iScrollVerticalScrollbar {
  right: 0;
  left: 1px;
}
.__s24 #navigation ul.main-navigation-list > li {
  position: relative;
}
.__s24 #navigation ul.main-navigation-list > li .arrow-left {
  position: absolute;
  z-index: 100000;
  right: 24px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid rgba(53, 110, 137, 0.2);
  border-bottom: 10px solid transparent;
}
.__s24 #navigation ul.main-navigation-list > li .arrow-left:after {
  position: absolute;
  content: "";
  right: -11px;
  top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid white;
  border-bottom: 10px solid transparent;
  z-index: 1;
}
.__s24 #navigation ul.main-navigation-list > li > a {
  display: block;
  padding: 6px 15px;
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
  color: #1A171B;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}
.__s24 #navigation ul.main-navigation-list > li > a .icon-sole {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
.__s24 #navigation ul.main-navigation-list > li > a .icon-angle-right {
  float: right;
  color: #356e89;
}
.touch .__s24 #navigation ul.main-navigation-list > li > a .icon-angle-right {
  display: none !important;
}
.__s24 #navigation ul.main-navigation-list > li > a:hover,
.__s24 #navigation ul.main-navigation-list > li > a.active,
.__s24 #navigation ul.main-navigation-list > li > a.js-active {
  text-decoration: none;
  background-color: #f0faff;
}
.__s24 #navigation ul.main-navigation-list > li > a:hover:after,
.__s24 #navigation ul.main-navigation-list > li > a.active:after,
.__s24 #navigation ul.main-navigation-list > li > a.js-active:after {
  background-color: transparent;
}
.__s24 #navigation ul.main-navigation-list > li > a.red-bg {
  background-color: #b92222;
  color: white;
}
.__s24 #navigation ul.main-navigation-list > li > a.red-bg:after {
  background-color: transparent;
}
.__s24 #navigation ul.main-navigation-list > li > a.edition {
  margin-top: 20px;
  padding: 18px 0 48px;
  background-color: #f1f1f1;
  text-align: center;
  color: #234357;
}
.__s24 #navigation ul.main-navigation-list > li > a.edition:after {
  background-color: transparent;
}
.__s24 #navigation ul.main-navigation-list > li > a.edition .label {
  display: block;
  margin-bottom: 18px;
}
.__s24 #navigation ul.main-navigation-list > li > a.edition .edition-img {
  max-width: 216px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.__s24 #navigation ul.main-navigation-list > li.separator {
  margin-bottom: 16px;
}
.__s24 #navigation ul.main-navigation-list > li.separator:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #efefef;
}
.__s24 #navigation ul.main-navigation-list > li.home {
  line-height: 34px;
}
.__s24 #navigation ul.main-navigation-list > li.home .icon-24 {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 8px;
}
.__s24 #navigation ul.main-navigation-list > li.home a:hover {
  background-color: transparent;
}
.__s24 #navigation ul.main-navigation-list > li.blue > a {
  color: #234357;
}
.__s24 #navigation ul.main-navigation-list > li.blue > a:after {
  background-color: rgba(53, 110, 137, 0.2);
}
.__s24 #navigation ul.main-navigation-list > li.blue > a:hover,
.__s24 #navigation ul.main-navigation-list > li.blue > a.active,
.__s24 #navigation ul.main-navigation-list > li.blue > a.js-active {
  background-color: #f1f1f1;
}
.__s24 #navigation ul.main-navigation-list > li.blue > a:hover:after,
.__s24 #navigation ul.main-navigation-list > li.blue > a.active:after,
.__s24 #navigation ul.main-navigation-list > li.blue > a.js-active:after {
  background-color: transparent;
}
.__s24 #navigation .popover {
  width: 180px;
  z-index: 99999;
  position: absolute;
  padding: 20px 0 10px;
  margin-left: -25px;
}
.__s24 #navigation .popover .popover-content {
  background-color: white;
  border: 1px solid rgba(53, 110, 137, 0.2);
  padding: 15px 20px;
}
.__s24 #navigation .popover .title {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #1A171B !important;
  font-weight: bold;
  font-size: 11px;
}
.__s24 #navigation .popover .title:after {
  display: block;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #356e89;
  margin: 6px 0;
}
.__s24 #navigation .popover ul li {
  padding: 0;
}
.__s24 #navigation .popover ul li a {
  display: block;
  padding: 5px 0;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  color: #1A171B !important;
  border-bottom-color: transparent;
  font-size: 13px;
}
.__s24 #navigation .popover ul li a:hover {
  text-decoration: none;
}
.__s24 .popover {
  z-index: 500;
  position: absolute;
}
.__s24 .a-block {
  text-align: center;
  padding: 15px 0;
}
.__s24 .a-block.a-rectangle {
  padding-top: 0;
}
#s_sidebar .__s24 .a-block,
#sidebar .__s24 .a-block {
  padding-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 2px) {
  #s_sidebar .__s24 .a-block,
  #sidebar .__s24 .a-block {
    margin-bottom: 30px;
    padding: 15px 0;
    background: #E5D5C5;
  }
  .no-touch #s_sidebar .__s24 .a-block,
  .no-touch #sidebar .__s24 .a-block {
    background: none;
    padding: 5px 0 0;
  }
  #s_sidebar .__s24 .a-block.a-bg-dblue,
  #sidebar .__s24 .a-block.a-bg-dblue {
    padding: 0;
    background-color: #112531;
  }
  #s_sidebar .__s24 .a-block.a-bg-dblue img,
  #sidebar .__s24 .a-block.a-bg-dblue img {
    margin: 0 auto;
  }
}
.__s24 .a-masthead {
  border-bottom: 1px solid #d1c0af;
}
.__s24 .a-masthead div {
  margin: 0 auto;
}
.__s24 .a-leaderboard {
  position: relative;
  height: 120px;
  background: #E5D5C5;
}
.__s24 .a-leaderboard div {
  margin: 0 auto;
}
.__s24 .a-leaderboard .container {
  padding: 0;
}
.backgroundAdv .__s24 .a-leaderboard {
  display: none;
}
@media (max-width: 2px) {
  .touch .__s24 .a-expandible {
    position: relative;
    padding: 0 0 0 420px !important;
    background: none !important;
  }
  .touch .__s24 .a-expandible .abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
  }
}
.__s24 body.wsRadioSkin,
.__s24 body.backgroundAdv {
  background-repeat: no-repeat;
  background-position: -465px top;
}
@media (min-width: 3px) {
  .__s24 body.wsRadioSkin,
  .__s24 body.backgroundAdv {
    background-position: center top !important;
    background-attachment: fixed;
  }
}
@media (min-width: 9999px) {
  .__s24 body.wsRadioSkin,
  .__s24 body.backgroundAdv {
    background-size: 2290px;
  }
}
.__s24 body.wsRadioSkin #pg_wrapper,
.__s24 body.backgroundAdv #pg_wrapper {
  margin: 0 auto;
}
@media (min-width: 2px) {
  .__s24 body.wsRadioSkin #pg_wrapper,
  .__s24 body.backgroundAdv #pg_wrapper {
    max-width: 1008px;
  }
}
@media (min-width: 9998px) {
  .__s24 body.wsRadioSkin #pg_wrapper,
  .__s24 body.backgroundAdv #pg_wrapper {
    max-width: 1200px;
  }
}
.__s24 body.wsRadioSkin #btop,
.__s24 body.backgroundAdv #btop {
  height: 95px;
}
@media (min-width: 9999px) {
  .__s24 body.wsRadioSkin #btop,
  .__s24 body.backgroundAdv #btop {
    height: 115px;
  }
}
.__s24 body.wsRadioSkin #bleft,
.__s24 body.backgroundAdv #bleft,
.__s24 body.wsRadioSkin #bright,
.__s24 body.backgroundAdv #bright {
  position: absolute;
  top: 0;
  bottom: 0;
}
.__s24 body.wsRadioSkin #bleft,
.__s24 body.backgroundAdv #bleft {
  left: 0;
}
.__s24 body.wsRadioSkin #bright,
.__s24 body.backgroundAdv #bright {
  right: 0;
}
.__s24 .ntv a {
  color: #CE5623 !important;
}
.__s24 .ntv a:hover {
  color: #BC4C19 !important;
}
.__s24 .ntv h3 a {
  color: #1A171B !important;
}
.__s24 .ntv h3 a:hover {
  color: rgba(26, 23, 27, 0.75) !important;
}
.__s24 .ntv h3.mid {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 9998px) {
  .__s24 .ntv h3.mid {
    font-size: 18px;
    line-height: 20px;
  }
}
.__s24 .ntv .info {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1em;
  color: #CE5623 !important;
  margin-bottom: 5px;
}
.ntv-strip .__s24 .ntv,
.side-block .__s24 .ntv {
  margin-bottom: 0;
}
.ntv-strip .__s24 .ntv p,
.side-block .__s24 .ntv p {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  font-weight: 300;
}
.ntv-strip .__s24 .ntv p.more,
.side-block .__s24 .ntv p.more {
  font-weight: normal;
}
.__s24 .well-ntv {
  padding: 10px;
  background: #F6EEE6;
}
.i .__s24 .well-ntv {
  margin-bottom: 10px !important;
}
.__s24 .ntv-strip {
  border-top: 1px solid #AD9A88;
  padding: 7px 10px;
  background: #E5D5C5;
}
.__s24 .ntv-strip h5,
.__s24 .ntv-strip h5 a {
  color: #CE5623 !important;
}
.__s24 .ntv-strip h5 a:hover {
  color: #BC4C19 !important;
}
.__s24 .ntv-strip ul.row {
  margin: 0 -7.5px;
}
.__s24 .ntv-strip ul.row > li {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.__s24 .ntv-strip article.prew {
  margin: 0;
}
.__s24 .col-div-5 {
  float: left;
  width: 20%;
  padding: 0 15px;
  position: relative;
  min-height: 1px;
}
@media (max-width: 2px) {
  .__s24 .touch .a-masthead {
    overflow-y: hidden;
    position: relative;
  }
  .__s24 .touch .zoom-tablet,
  .__s24 .touch #eyeDiv {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.78);
    -ms-transform: scale(0.78);
    -o-transform: scale(0.78);
    transform: scale(0.78);
    margin: 0 auto;
  }
  .__s24 .touch #eyeDiv {
    top: 60px !important;
  }
  .__s24 .touch #mmPushDiv {
    height: 170px !important;
  }
}
.__s24 .modal-backdrop.in {
  opacity: 0.96;
  filter: alpha(opacity=96);
  background: white;
}
.__s24 .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #F6EEE6;
}
.__s24 .article-index .modal-content {
  background: #F5E5D5;
  border-radius: 0;
}
.__s24 .article-index .modal-header {
  position: relative;
  border: none;
}
.__s24 .article-index .modal-header .modal-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #356e89;
}
.__s24 .article-index .modal-header h6 {
  color: #356e89;
  padding: 5px 0 10px;
  border-bottom: 1px solid #d1c0af;
  margin-bottom: 7.5px;
}
.__s24 .article-index .modal-header p.abstract {
  color: #356e89;
}
.__s24 .article-index .btn-close {
  background: none;
  color: #AD9A88;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
.__s24 .article-index .modal-body {
  padding-top: 0;
}
.__s24 .index-list {
  font-size: 12px;
}
.__s24 .index-list li {
  padding: 5px 0;
  position: relative;
}
.__s24 .index-list li ol {
  padding-top: 5px;
  padding-left: 20px;
}
.__s24 .index-list li a {
  color: #356e89;
  text-decoration: none !important;
  outline: 0 none;
}
.__s24 .index-list li a.collapsed,
.__s24 .index-list li a.leaf {
  color: #AD9A88;
}
.__s24 .index-list li a.current.leaf {
  font-weight: bold;
}
.__s24 .index-list li a:hover,
.__s24 .index-list li a.current {
  color: #356e89 !important;
}
.__s24 .fixed-height {
  max-height: 400px;
  overflow-y: auto;
}
.__s24 .fixed-height::-webkit-scrollbar-track {
  background-color: #F5E5D5;
}
#modal-disclaimer .__s24 .fixed-height::-webkit-scrollbar-track {
  background-color: white;
}
.__s24 .fixed-height::-webkit-scrollbar {
  width: 4px;
  background-color: #F5E5D5;
}
#modal-disclaimer .__s24 .fixed-height::-webkit-scrollbar {
  background-color: white;
}
.__s24 .fixed-height::-webkit-scrollbar-thumb {
  background-color: #AD9A88;
  border-radius: 4px;
}
#modal-disclaimer .__s24 .fixed-height::-webkit-scrollbar-thumb {
  background-color: #555555;
}
.__s24 .modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.__s24 #modal-login .modal-dialog {
  width: 360px;
}
.__s24 #modal-login .modal-header {
  border: none;
  color: #234357;
  padding: 32px 24px 0 24px;
}
.__s24 #modal-login .modal-header .modal-title {
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: lowercase;
  font-size: 22px;
  line-height: 0.5em;
  font-weight: bold;
  /*margin-bottom: @baseDim / 3;*/
  margin-bottom: 6px;
}
.__s24 #modal-login .modal-header p {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.3em;
  margin: 0 0 11px 0;
}
.__s24 #modal-login .modal-header button.close {
  margin-top: -20px;
  margin-right: -1px;
}
.__s24 #modal-login .modal-body {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-left: 24px;
  padding-right: 24px;
}
.__s24 #modal-login .modal-body .utils label,
.__s24 #modal-login .modal-body .utils a {
  font-size: 11px;
  line-height: 22px;
  color: #356e89;
}
.__s24 #modal-login .modal-body .utils label {
  text-transform: uppercase;
  font-weight: normal;
}
.__s24 #modal-login .modal-body .button-list {
  margin: 15px 0;
}
.__s24 #modal-login .modal-body .button-list .btn-pri {
  border-radius: 20px;
  padding: 7px 30px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1em;
}
.__s24 #modal-login .modal-body .button-list .btn-txt {
  color: #356e89 !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 1em;
}
.__s24 #modal-login .modal-body .social-login {
  border-top: 2px solid #f2f2f2;
  padding: 20px 0;
  text-align: center;
}
.__s24 #modal-login .modal-body .social-login h6 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  line-height: 1em;
  margin-bottom: 10px;
}
.__s24 #modal-login .modal-body .social-login ul li {
  display: inline-block;
  margin: 0 4px;
}
.__s24 #modal-login .modal-body .social-login ul li a {
  display: block;
  color: white;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
}
.__s24 #modal-login .modal-body .social-login ul li a.fb {
  background: #4963a4;
}
.__s24 #modal-login .modal-body .social-login ul li a.tw {
  background: #55acee;
}
.__s24 #modal-login .modal-body .social-login ul li a.gp {
  background: #df4b31;
}
.__s24 #modal-login .modal-body .social-login ul li a.in {
  background: #0086ac;
}
.__s24 #modal-login .modal-body .social-login ul li a .icon {
  line-height: 30px;
}
.__s24 #modal-search .close,
.__s24 #modal-scad .close,
.__s24 #modal-disclaimer .close {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  z-index: 50;
  top: 0;
  right: -54px;
}
@media (max-width: 2px) {
  .__s24 #modal-search .close,
  .__s24 #modal-scad .close,
  .__s24 #modal-disclaimer .close {
    right: -34px;
  }
}
.__s24 #modal-search .close .icon-circle,
.__s24 #modal-scad .close .icon-circle,
.__s24 #modal-disclaimer .close .icon-circle {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: white;
  font-size: 14px;
  background: #356e89;
  border-radius: 34px;
}
.__s24 #modal-scad .close {
  top: -30px;
  right: 0;
}
.__s24 #modal-scad .modal-dialog {
  background: #F6EEE6;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  min-width: 750px;
}
.__s24 #modal-scad .modal-content {
  background: none;
}
.__s24 #modal-scad .modal-header {
  margin: 30px 0 0;
  padding: 0;
  border-bottom-color: #234357;
  position: relative;
}
.__s24 #modal-scad .modal-header h2 {
  font-size: 26px;
  line-height: 1em;
  color: #234357;
}
.__s24 #modal-scad .modal-header nav {
  position: absolute;
  top: 0;
  left: 130px;
  padding: 0 15px;
  width: 215px;
  text-align: center;
}
.__s24 #modal-scad .modal-header nav .current {
  display: block;
  line-height: 26px;
  font-size: 22px;
  color: #356e89;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
}
.__s24 #modal-scad .modal-header nav a {
  position: absolute;
  top: 0;
  font-size: 24px;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 15px;
}
.__s24 #modal-scad .modal-header nav a span {
  line-height: 26px;
}
.__s24 #modal-scad .modal-header nav a.prev {
  left: 0;
}
.__s24 #modal-scad .modal-header nav a.next {
  right: 0;
}
.__s24 #modal-scad .modal-body {
  padding: 20px 0;
}
.__s24 .modal-form {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.__s24 .modal-form .help-block {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 300;
  color: #234357;
}
.__s24 .modal-form .form-group label,
.__s24 .modal-form .radio label,
.__s24 .modal-form .checkbox label {
  font-size: 11px;
  line-height: 20px;
  min-height: 20px;
  color: #234357;
  font-weight: normal;
  text-transform: uppercase;
}
.__s24 .modal-form .form-group label .tooltip-custom,
.__s24 .modal-form .radio label .tooltip-custom,
.__s24 .modal-form .checkbox label .tooltip-custom {
  text-transform: none;
}
.__s24 .modal-form .form-group input,
.__s24 .modal-form .form-group textarea,
.__s24 .modal-form .form-group .list-box {
  background: white;
  border: 1px solid #8D9496;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  font-size: 13px;
  color: #1A171B;
}
.__s24 .modal-form .form-group input:focus,
.__s24 .modal-form .form-group textarea:focus,
.__s24 .modal-form .form-group .list-box:focus {
  border-color: #234357;
}
.__s24 .modal-form .form-group input {
  height: auto;
  border-radius: 20px;
}
.__s24 .modal-form .form-group input.input-small {
  border-radius: 8px;
  padding: 3px 7px;
}
.__s24 .modal-form .form-group textarea,
.__s24 .modal-form .form-group .list-box {
  border-radius: 8px;
  resize: none;
}
.__s24 .modal-form .radio,
.__s24 .modal-form .checkbox {
  margin: 0 0 5px;
}
.__s24 .modal-form .radio label,
.__s24 .modal-form .checkbox label {
  line-height: 20px;
}
.__s24 .modal-form .eq-h {
  padding: 3px 0;
}
.__s24 .modal-form .verify {
  font-size: 13px;
  line-height: 11px;
}
.__s24 .modal-form .disclaimer {
  font-size: 9px;
  line-height: 11px;
  margin-bottom: 0;
  font-weight: 300;
}
.__s24 .modal-form .disclaimer strong {
  font-weight: normal;
}
.__s24 .modal-share-text,
.__s24 .modal-add-to-my24 {
  width: 555px;
}
.__s24 .modal-share-text .modal-header,
.__s24 .modal-add-to-my24 .modal-header,
.__s24 .modal-share-text .modal-body,
.__s24 .modal-add-to-my24 .modal-body,
.__s24 .modal-share-text .modal-footer,
.__s24 .modal-add-to-my24 .modal-footer {
  margin: 0 20px;
  padding-left: 0;
  padding-right: 0;
}
.__s24 .modal-share-text .modal-title,
.__s24 .modal-add-to-my24 .modal-title {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #234357;
  margin: 2px 0 15px;
}
.__s24 .modal-share-text h3,
.__s24 .modal-add-to-my24 h3 {
  margin: 0;
}
.__s24 .modal-share-text .list-inline,
.__s24 .modal-add-to-my24 .list-inline {
  margin-top: 5px;
}
.__s24 .modal-share-text .list-inline li,
.__s24 .modal-add-to-my24 .list-inline li {
  display: inline-block;
  margin-right: 20px;
}
.__s24 .modal-share-text .form-group,
.__s24 .modal-add-to-my24 .form-group {
  position: relative;
}
.__s24 .modal-share-text .form-group .icon-abs,
.__s24 .modal-add-to-my24 .form-group .icon-abs {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
}
.__s24 .modal-share-text .list-box,
.__s24 .modal-add-to-my24 .list-box {
  padding-right: 5px !important;
}
.__s24 .modal-share-text .list-box label,
.__s24 .modal-add-to-my24 .list-box label {
  text-transform: none;
  font-size: 13px;
}
.__s24 .modal-share-text .list-box .scrollable,
.__s24 .modal-add-to-my24 .list-box .scrollable {
  padding-right: 15px;
  overflow-y: scroll;
  max-height: 100px;
  position: relative;
}
.__s24 .modal-share-text .list-box .scrollable .i,
.__s24 .modal-add-to-my24 .list-box .scrollable .i {
  border-color: #efefef;
}
.__s24 .modal-share-text .new-folder,
.__s24 .modal-add-to-my24 .new-folder {
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.__s24 .modal-add-to-my24 .modal-title {
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: lowercase;
  font-size: 22px;
  margin-bottom: 5px;
}
.__s24 .modal-add-to-my24 .modal-title img {
  vertical-align: top;
}
.__s24 .modal-add-to-my24 p {
  font-weight: 300;
  color: #234357;
  margin-bottom: 0;
  font-size: 13px;
}
.__s24 .modal-add-to-my24 label.checked {
  font-weight: bold;
}
.__s24 #modal-disclaimer .modal-dialog {
  width: 830px;
}
@media (max-width: 2px) {
  .__s24 #modal-disclaimer .modal-dialog {
    width: 650px;
  }
}
.__s24 #modal-disclaimer .close {
  top: -30px;
}
.__s24 #modal-disclaimer .modal-content {
  margin-top: 50px;
}
.__s24 #modal-disclaimer .modal-body {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 20px;
}
.__s24 #modal-disclaimer .modal-body .modal-header {
  padding: 30px 0;
  margin-bottom: 15px;
  border-top: 1px solid #d1c0af;
  border-bottom: 1px solid #d1c0af;
}
.__s24 #modal-disclaimer .modal-body .modal-header p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}
.__s24 #modal-disclaimer .modal-body .fixed-height {
  height: 200px;
  font-size: 13px;
  font-weight: 300;
}
.__s24 #modal-disclaimer .modal-body .fixed-height strong,
.__s24 #modal-disclaimer .modal-body .fixed-height b {
  font-weight: 400;
}
.__s24 #footer-common {
  margin-top: 60px;
  background: #112531;
  padding: 20px 0 30px;
  /* ### Mobile */
}
.__s24 #footer-common,
.__s24 #footer-common a,
.__s24 #footer-common a:hover,
.__s24 #footer-common .opy {
  color: white;
}
.__s24 #footer-common a:hover {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}
.__s24 #footer-common ul,
.__s24 #footer-common p {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
}
.__s24 #footer-common #footer-main-nav {
  padding-bottom: 10px;
  border-bottom: 1px solid #5a7281;
  margin-bottom: 30px;
}
.__s24 #footer-common #footer-main-nav .nav {
  padding-top: 12px;
  float: right !important;
}
.__s24 #footer-common #footer-main-nav .nav li {
  display: inline-block;
  font-family: "sole_headline_sc", "sole_headline", Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase !important;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin-left: 9px;
}
@media (min-width: 9999px) {
  .__s24 #footer-common #footer-main-nav .nav li {
    margin-left: 28px;
  }
}
.__s24 #footer-common #footer-main-nav .nav li a {
  text-decoration: none !important;
}
@media (max-width: 2px) {
  .touch .__s24 #footer-common #footer-main-nav {
    text-align: center;
  }
  .touch .__s24 #footer-common #footer-main-nav .s-logo {
    margin-left: -12px;
  }
  .touch .__s24 #footer-common #footer-main-nav .nav {
    display: none;
  }
}
.__s24 #footer-common #site-index {
  margin-bottom: 60px;
}
.__s24 #footer-common #site-index h6 {
  font-size: 11px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.__s24 #footer-common #site-index ul.list li {
  margin-bottom: 7px;
}
.__s24 #footer-common #site-index .split span:before,
.__s24 #footer-common #site-index .split span:after {
  border-color: #356e89;
}
.__s24 #footer-common p {
  margin-bottom: 7px;
}
.__s24 #footer-common p a {
  font-weight: bold;
}
.__s24 #footer-common .footer-share {
  margin-bottom: 30px;
}
.__s24 #footer-common .share {
  text-align: center;
  font-size: 15px;
}
.__s24 #footer-common .share li {
  display: inline-block;
  margin: 0 4px;
}
.__s24 #footer-common .share li.store {
  margin: 0 0 0 6px;
}
.__s24 #footer-common .share li.store a {
  width: auto;
  background: none !important;
  border-radius: 0;
}
.__s24 #footer-common .share a {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #356e89;
  border-radius: 30px;
  outline: 0 none;
}
.__s24 #footer-common .share a:hover {
  background-color: #234357;
}
.__s24 #footer-common .share a span {
  line-height: 30px;
  font-size: 16px;
}
.__s24 #footer-common .to-top {
  margin-top: 30px;
}
@media (min-width: 3px) {
  .__s24 #footer-common .to-top {
    display: none;
  }
}
.no-touch .__s24 #footer-common .to-top {
  display: none;
}
.__s24 #footer-common .btn-empty {
  border-color: white !important;
  color: white !important;
  text-decoration: none !important;
}
@media (max-width: 1px) {
  .touch .__s24 #footer-common .share li.store {
    display: none;
  }
  .touch .__s24 #footer-common p {
    text-align: left !important;
  }
}
.__s24 .s-logo {
  display: inline-block;
  font-size: 32px;
  line-height: 1em;
  text-decoration: none !important;
}
.footer-info .__s24 .s-logo {
  margin: 10px 0 5px -18px;
}
.search-field {
  padding: 15px 0;
}
.search-field p.label {
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #AD9A88;
  font-size: 11px;
  line-height: 1em;
  padding: 0 20px;
}
.search-field form {
  position: relative;
  display: block;
}
.search-field .search-input {
  width: 100%!important;
  height: 54px;
  border-radius: 54px;
  padding: 12px 59px 12px 27px;
  color: #234357;
  font-family: sole_headline, Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  background: #F6EEE6;
}
.search-field .search-input::-moz-placeholder {
  color: #AD9A88;
  opacity: 1;
}
.search-field .search-input:-ms-input-placeholder {
  color: #AD9A88;
}
.search-field .search-input::-webkit-input-placeholder {
  color: #AD9A88;
}
.search-field .search-input .placeholder {
  color: #AD9A88;
}
.search-field div.search-input {
  line-height: 30px;
  cursor: text;
}
.search-field .search-submit {
  position: absolute;
  top: 0;
  right: 10px;
  border: none;
  background: 0 0;
  height: 54px;
  line-height: 54px;
  width: 54px;
  text-align: center;
  font-size: 26px;
  color: #356e89;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.search-field .search-submit span {
  line-height: 54px;
}
.search-field .search-submit:hover {
  margin: 0;
  background: 0 0;
  border: none;
  color: #234357;
}
.search-field .disabled {
  color: #AD9A88;
}
.search-field .disabled:hover {
  color: #AD9A88;
  cursor: default;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99992;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
div.modal-backdrop.in {
  opacity: .96;
  filter: alpha(opacity=96);
  background: #fff;
}
div.modal-backdrop.fade.in {
  opacity: .8;
  filter: alpha(opacity=80);
  background: #F6EEE6;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 1008px) {
  .modal-lg {
    width: 900px;
  }
}
#modal-search .form {
  overflow-x: hidden;
}
#modal-search .form button,
#modal-search .form input,
#modal-search .form select {
  border: none;
}
#modal-search .icon-close:before {
  content: "\e616";
}
#modal-search .icon-button-search:before {
  content: "\e805";
}
#modal-search .close {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  z-index: 50;
  top: 0;
  right: -54px;
}
#modal-search .close .icon-circle {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #356e89;
  border-radius: 34px;
  cursor: pointer;
}
#modal-search [class*=" icon-"],
#modal-search [class^=icon-] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#modal-search .modal-dialog {
  width: 830px;
  background: transparent;
}
#modal-search .modal-content {
  background: 0 0;
}
#modal-search .modal-body {
  padding: 30px 0;
}
#modal-search .modal-body .search-field .search-input {
  border-bottom: 1px solid #112531;
  background: 0 0;
  border-radius: 0;
  padding-left: 5px;
}
#modal-search .modal-body .search-field .search-submit {
  right: 0;
}
#modal-search #suggestions-list {
  padding: 5px 0;
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#modal-search #suggestions-list li {
  border-bottom: 1px solid #d1c0af;
}
#modal-search #suggestions-list li.fin {
  background: #faf5f0;
  padding: 15px 25px 0;
  border: none;
}
#modal-search #suggestions-list li.fin li:last-child {
  border: none;
}
#modal-search #suggestions-list li.fin a {
  margin: 0 -25px;
}
#modal-search #suggestions-list li.fin a .active,
#modal-search #suggestions-list li.fin a:hover {
  background: #F6EEE6;
}
#modal-search #suggestions-list li.fin .icon {
  margin-right: 7.5px;
}
#modal-search #suggestions-list li.fin .index {
  display: inline-block;
  width: 140px;
}
#modal-search #suggestions-list li a {
  display: block;
  padding: 17px 25px 15px;
  color: #356e89;
  font-size: 13px;
  line-height: 13px;
}
#modal-search #suggestions-list li a .active,
#modal-search #suggestions-list li a:hover {
  background: #F6EEE6;
}
#modal-search #suggestions-list li .label,
#modal-search #suggestions-list li h6 {
  color: #AD9A88;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 11px;
  line-height: 13px;
}
#modal-search .no-res {
  padding: 5px 0;
}
#modal-search .no-res p {
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 7.5px;
  color: #356e89;
}
#modal-search .no-res p a:hover {
  text-decoration: underline;
}
@media (max-width: 1007px) {
  #modal-search .close {
    right: -34px;
  }
  #modal-search .modal-dialog {
    width: 650px;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
.__s24 div,
.__s24 dl,
.__s24 dt,
.__s24 dd,
.__s24 ul,
.__s24 ol,
.__s24 li,
.__s24 h1,
.__s24 h2,
.__s24 h3,
.__s24 h4,
.__s24 h5,
.__s24 h6,
.__s24 pre,
.__s24 form,
.__s24 fieldset,
.__s24 input,
.__s24 textarea,
.__s24 p,
.__s24 blockquote,
.__s24 th,
.__s24 td {
  margin: 0;
  padding: 0;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.modal-footer:after,
.container:after,
.container-fluid:after,
.row:after,
.__s24 .form-horizontal .form-group:after,
.__s24 .btn-toolbar:after,
.__s24 .btn-group-vertical > .btn-group:after,
.__s24 .modal-footer:after,
.__s24 .container:after,
.__s24 .container-fluid:after,
.__s24 .row:after {
  clear: both;
}
.__s24 button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.form button:focus,
.form input:focus,
.form select:focus {
  outline: 0 none!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#pg_wrapper {
  background: #F5E5D5;
}
#wrapper {
  margin: 0 auto;
  position: relative;
}
.__s24 div.socialLogin {
  padding: 20px 0;
}
.__s24 #header-common {
  text-transform: uppercase !important;
}
.__s24 .scroller a {
  font-weight: bold;
}
.__s24 .header-title a {
  font-weight: bold;
  text-transform: lowercase !important;
}
.__s24 .popover-content a {
  font-weight: normal;
  text-transform: initial !important;
}
.__s24 #footer-common .nav a {
  font-weight: bold;
}
.__s24 .modal-login {
  text-transform: initial !important;
}
.__s24 #header-common a.header-title + span {
  text-transform: initial !important;
}
.__s24 #footer-common .container > .footer-info p {
  margin-left: 20px;
  margin-top: 5px;
}
.__s24 .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 2px) {
  .__s24 .container {
    width: 750px;
  }
}
@media (min-width: 3px) {
  .__s24 .container {
    width: 1002px;
  }
}
@media (min-width: 9999px) {
  .__s24 .container {
    width: 1170px;
  }
}
.no-touch .__s24 .container {
  width: 1002px;
}
@media (min-width: 9999px) {
  .no-touch .__s24 .container {
    width: 1170px;
  }
}
.backgroundAdv .__s24 .a-leaderboard {
  display: none;
}
body.wsRadioSkin,
body.backgroundAdv {
  background-repeat: no-repeat;
  background-position: -465px top;
}
@media (min-width: 3px) {
  body.wsRadioSkin,
  body.backgroundAdv {
    background-position: center top !important;
    background-attachment: fixed;
  }
}
@media (min-width: 9999px) {
  body.wsRadioSkin,
  body.backgroundAdv {
    background-size: 2290px;
  }
}
body.wsRadioSkin #pg_wrapper,
body.backgroundAdv #pg_wrapper {
  margin: 0 auto;
}
@media (min-width: 2px) {
  body.wsRadioSkin #pg_wrapper,
  body.backgroundAdv #pg_wrapper {
    max-width: 1008px;
  }
}
@media (min-width: 9998px) {
  body.wsRadioSkin #pg_wrapper,
  body.backgroundAdv #pg_wrapper {
    max-width: 1200px;
  }
}
body.wsRadioSkin #btop,
body.backgroundAdv #btop {
  height: 95px;
}
@media (min-width: 9999px) {
  body.wsRadioSkin #btop,
  body.backgroundAdv #btop {
    height: 115px;
  }
}
body.wsRadioSkin #bleft,
body.backgroundAdv #bleft,
body.wsRadioSkin #bright,
body.backgroundAdv #bright {
  position: absolute;
  top: 0;
  bottom: 0;
}
body.wsRadioSkin #bleft,
body.backgroundAdv #bleft {
  left: 0;
}
body.wsRadioSkin #bright,
body.backgroundAdv #bright {
  right: 0;
}
/* FIX SKIN */
/*
#wrapper {
  padding: 0 !important;
}
*/
@media (min-width: 1008px) {
  #header-common.header-article .main-header {
    height: 92px;
  }
}
@media (min-width: 1008px) {
  .hdr-collapsed #header-common.header-article .main-header {
    height: 50px;
  }
}
.__s24 .col-xs-1,
.__s24 .col-sm-1,
.__s24 .col-md-1,
.__s24 .col-lg-1,
.__s24 .col-xs-2,
.__s24 .col-sm-2,
.__s24 .col-md-2,
.__s24 .col-lg-2,
.__s24 .col-xs-3,
.__s24 .col-sm-3,
.__s24 .col-md-3,
.__s24 .col-lg-3,
.__s24 .col-xs-4,
.__s24 .col-sm-4,
.__s24 .col-md-4,
.__s24 .col-lg-4,
.__s24 .col-xs-5,
.__s24 .col-sm-5,
.__s24 .col-md-5,
.__s24 .col-lg-5,
.__s24 .col-xs-6,
.__s24 .col-sm-6,
.__s24 .col-md-6,
.__s24 .col-lg-6,
.__s24 .col-xs-7,
.__s24 .col-sm-7,
.__s24 .col-md-7,
.__s24 .col-lg-7,
.__s24 .col-xs-8,
.__s24 .col-sm-8,
.__s24 .col-md-8,
.__s24 .col-lg-8,
.__s24 .col-xs-9,
.__s24 .col-sm-9,
.__s24 .col-md-9,
.__s24 .col-lg-9,
.__s24 .col-xs-10,
.__s24 .col-sm-10,
.__s24 .col-md-10,
.__s24 .col-lg-10,
.__s24 .col-xs-11,
.__s24 .col-sm-11,
.__s24 .col-md-11,
.__s24 .col-lg-11,
.__s24 .col-xs-12,
.__s24 .col-sm-12,
.__s24 .col-md-12,
.__s24 .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.__s24 .col-xs-1,
.__s24 .col-xs-2,
.__s24 .col-xs-3,
.__s24 .col-xs-4,
.__s24 .col-xs-5,
.__s24 .col-xs-6,
.__s24 .col-xs-7,
.__s24 .col-xs-8,
.__s24 .col-xs-9,
.__s24 .col-xs-10,
.__s24 .col-xs-11,
.__s24 .col-xs-12 {
  float: left;
}
.__s24 #footer-common {
  margin-top: 0;
}
.__s24 .main-header-nav-container {
  position: relative;
  height: 35px;
}
.w-fixed #header-common .container,
.w-fixed #footer-common .container,
.w-fixed #header-common .s24-header,
.w-fixed #footer-common .s24-header {
  width: 970px !important;
  margin: 0 auto;
}
.w-fixed #pg_wrapper {
  width: 990px;
  margin: 0 auto;
}
.w-fixed.backgroundAdv {
  background-size: 1889px !important;
}
.w-fixed.backgroundAdv #wrapper {
  padding: 0 !important;
}
.no-touch.w-fixed .container {
  width: 990px;
  padding: 0;
}
/*
.__s24 {
  .s24-header-container {
    min-width: 0 !important;
    .s24-header {
      width: auto !important;
    }
  }
}
*/
.__s24 .main-header-nav-container {
  position: relative;
  height: 35px;
}
#modal-search .icon-close:before {
  content: "\e90d";
}
#modal-search .icon-button-search:before {
  content: "\e912";
}
