/*------------------------------------*\
    $GRID

    Browser Width     Gutter     Column     Breakpoint
       0 -  480px      15px        xs
     481 -  767px      15px        xs        narrow
     768 - 991px       15px        sm        tablet
     992 - 1199px      15px        md        desktop
    1200+ px           15px        lg        large

\*------------------------------------*/
.container-fluid,
.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.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;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media screen and (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
  #nw-weather-micro.api { left:30px; }
}
@media screen and (min-width: 1440px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.fn,
.flex-n {
  -webkit-flex: none;
  flex: none;
}

.f1 {
  -webkit-flex: 1;
  flex: 1;
}

.flex-xs {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap.row:before {
  content: none;
}

.fd-c {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.order-1 {
  -webkit-order: 1;
  order: 1;
}

.order-2 {
  -webkit-order: 2;
  order: 2;
}

.order-3 {
  -webkit-order: 3;
  order: 3;
}

.ai-fe {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ai-c {
  -webkit-align-items: center;
  align-items: center;
}
.ai-s {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.as-fe {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.as-c {
  -webkit-align-self: center;
  align-self: center;
}

.jc-c {
  -webkit-justify-content: center;
  justify-content: center;
}
.jc-sb {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jc-sa {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.jc-fe {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-sm-1, .flex-md-1, .flex-lg-1, .flex-sm-2, .flex-md-2, .flex-lg-2, .flex-sm-3, .flex-md-3, .flex-lg-3, .flex-sm-4, .flex-md-4, .flex-lg-4, .flex-sm-5, .flex-md-5, .flex-lg-5, .flex-sm-6, .flex-md-6, .flex-lg-6, .flex-sm-7, .flex-md-7, .flex-lg-7, .flex-sm-8, .flex-md-8, .flex-lg-8, .flex-sm-9, .flex-md-9, .flex-lg-9, .flex-sm-10, .flex-md-10, .flex-lg-10, .flex-sm-11, .flex-md-11, .flex-lg-11, .flex-xs-12, .flex-sm-12, .flex-md-12, .flex-lg-12 {
  width: 100%;
}

.flex-xs-11 {
  width: 91.66666667%;
}

.flex-xs-10 {
  width: 83.33333333%;
}

.flex-xs-9 {
  width: 75%;
}

.flex-xs-8 {
  width: 66.66666667%;
}

.flex-xs-7 {
  width: 58.33333333%;
}

.flex-xs-6 {
  width: 50%;
}

.flex-xs-5 {
  width: 41.66666667%;
}

.flex-xs-4 {
  width: 33.33333333%;
}

.flex-xs-3 {
  width: 25%;
}

.flex-xs-2 {
  width: 16.66666667%;
}

.flex-xs-1 {
  width: 8.33333333%;
}

@media screen and (min-width: 768px) {
  .flex-sm {
    display: -webkit-flex;
    display: flex;
  }

  .flex-sm-12 {
    width: 100%;
  }

  .flex-sm-11 {
    width: 91.66666667%;
  }

  .flex-sm-10 {
    width: 83.33333333%;
  }

  .flex-sm-9 {
    width: 75%;
  }

  .flex-sm-8 {
    width: 66.66666667%;
  }

  .flex-sm-7 {
    width: 58.33333333%;
  }

  .flex-sm-6 {
    width: 50%;
  }

  .flex-sm-5 {
    width: 41.66666667%;
  }

  .flex-sm-4 {
    width: 33.33333333%;
  }

  .flex-sm-3 {
    width: 25%;
  }

  .flex-sm-2 {
    width: 16.66666667%;
  }

  .flex-sm-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .flex-md {
    display: -webkit-flex;
    display: flex;
  }

  .flex-md-12 {
    width: 100%;
  }

  .flex-md-11 {
    width: 91.66666667%;
  }

  .flex-md-10 {
    width: 83.33333333%;
  }

  .flex-md-9 {
    width: 75%;
  }

  .flex-md-8 {
    width: 66.66666667%;
  }

  .flex-md-7 {
    width: 58.33333333%;
  }

  .flex-md-6 {
    width: 50%;
  }

  .flex-md-5 {
    width: 41.66666667%;
  }

  .flex-md-4 {
    width: 33.33333333%;
  }

  .flex-md-3 {
    width: 25%;
  }

  .flex-md-2 {
    width: 16.66666667%;
  }

  .flex-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1200px) {
  .flex-lg {
    display: -webkit-flex;
    display: flex;
  }

  .flex-lg-12 {
    width: 100%;
  }

  .flex-lg-11 {
    width: 91.66666667%;
  }

  .flex-lg-10 {
    width: 83.33333333%;
  }

  .flex-lg-9 {
    width: 75%;
  }

  .flex-lg-8 {
    width: 66.66666667%;
  }

  .flex-lg-7 {
    width: 58.33333333%;
  }

  .flex-lg-6 {
    width: 50%;
  }

  .flex-lg-5 {
    width: 41.66666667%;
  }

  .flex-lg-4 {
    width: 33.33333333%;
  }

  .flex-lg-3 {
    width: 25%;
  }

  .flex-lg-2 {
    width: 16.66666667%;
  }

  .flex-lg-1 {
    width: 8.33333333%;
  }
}
.visible-xl,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .fsm {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  .hidden-md {
    display: none !important;
  }

  .fmd {
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg {
    display: block !important;
  }

  .hidden-lg {
    display: none !important;
  }

  .flg {
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .visible-xl {
    display: block !important;
  }

  .hidden-xl {
    display: none !important;
  }
}
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.element-hidden {
  display: none;
}

.element-invisible {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.hidden {
  display: none;
  visibility: hidden;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.affix {
  position: fixed;
}

.fixed {
  position: fixed;
  z-index: 1;
}
.not-logged-in .fixed {
  z-index: 1000;
}

.absolute {
  position: absolute;
}

header {
  position: relative;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.not-logged-in header.fixed {
  z-index: 10001;
}

/*------------------------------------*\
    $BASE
\*------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

.image a,
header, footer, nav, section, article, hgroup, figure {
  display: block;
}

ul li.expanded,
ul li.collapsed,
ul li.leaf {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.primary {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.primary li a {
  background-color: transparent;
}
ul.primary li a:hover {
  background-color: transparent;
}
ul.primary li.active a {
  background-color: transparent;
}

li a.active {
  color: inherit;
}

.ui-tabs {
  padding: 0;
  position: inherit;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

.ui-tabs .ui-tabs-nav li {
  border: 0;
  float: inherit;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: inherit;
  top: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: inherit;
  text-decoration: none;
  padding: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: pointer;
  color: inherit;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: inherit;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
  color: inherit;
}

.ui-tabs .ui-tabs-panel {
  background: none;
  display: block;
  border: 0;
  padding: 0;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
  color: inherit;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-widget-content {
  background: none;
  border: 0;
  color: inherit;
}

.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

.ui-widget-header {
  background: none;
  border: 0;
  color: inherit;
  font-weight: inherit;
}

.ui-corner-bottom {
  border-radius: 0;
}

body {
  font-family: sans-serif;
  min-width: 320px;
  background-color: white;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
}

body > img,
body > iframe {
  display: none;
}

#BF_WIDGET_1 {
  height: 0;
}

a {
  text-decoration: none;
  outline: 0;
}
a:active, a:hover {
  text-decoration: none;
}

iframe,
object,
img {
  max-width: 100%;
}

img {
  vertical-align: middle;
  height: auto;
}

.image img {
  width: 100%;
}

form select,
form .form-text,
form .form-submit {
  -webkit-appearance: none;
  border-radius: 0;
}
form select::-ms-clear,
form .form-text::-ms-clear,
form .form-submit::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
form select::-ms-reveal,
form .form-text::-ms-reveal,
form .form-submit::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
form .form-submit {
  cursor: pointer;
  text-align: center;
}

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

.form-text:focus::-webkit-input-placeholder, form .form-submit:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-text:focus:-moz-placeholder, form .form-submit:focus:-moz-placeholder {
  color: transparent;
}

.form-text:focus::-moz-placeholder, form .form-submit:focus::-moz-placeholder {
  color: transparent;
}

.form-text:focus:-ms-input-placeholder, form .form-submit:focus:-ms-input-placeholder {
  color: transparent;
}

input[type="text"],
input[type="submit"] {
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

picture.lazysize {
  display: block;
  background-color: #f0f0f0;
  width: 100%;
}
picture.lazysize img {
  width: 100%;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 500ms ease-in-out 100ms;
  -moz-transition: opacity 500ms ease-in-out 100ms;
  -o-transition: opacity 500ms ease-in-out 100ms;
  transition: opacity 500ms ease-in-out 100ms;
}
picture.lazysize img.lazyloaded {
  opacity: 1;
}

.b-lazy-wrap {
  display: block;
  background-color: #f0f0f0;
  width: 100%;
}

span.b-lazy,
img.b-lazy {
  width: 100%;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 500ms ease-in-out 100ms;
  -moz-transition: opacity 500ms ease-in-out 100ms;
  -o-transition: opacity 500ms ease-in-out 100ms;
  transition: opacity 500ms ease-in-out 100ms;
}
span.b-lazy.b-loaded,
img.b-lazy.b-loaded {
  opacity: 1;
}

/*------------------------------------*\
    $MODULE
\*------------------------------------*/
.not-logged-in .article-body > .dfp-tag-wrapper {
  /*clear:both;*/
  float:left;
  width:100%;
  border-top:3px solid #f2f2f2;
  border-bottom:3px solid #f2f2f2;
  padding-top:9px;
  padding-bottom:9px;
  position:relative;
  margin-top:20px;
  margin-bottom:20px;
}
.not-logged-in .article-body > .dfp-tag-wrapper::before {
  content:"ADVERTISEMENT";
  font:9px/9px "Helvetica",sans-serif;
  color:#808080;
  position:absolute;
  top:-15px;
  right:20px;
}
.dfp-tag-wrapper { position:relative; z-index:2; }
.dfp-dynamic-tag,
.dfp-tag-wrapper .dfp-tag-wrapper {
  text-align: center;
}
.dfp-dynamic-tag iframe,
.dfp-dynamic-tag div,
.dfp-tag-wrapper .dfp-tag-wrapper iframe,
.dfp-tag-wrapper .dfp-tag-wrapper div {
  margin-left: auto;
  margin-right: auto;
  max-width: inherit;
}
.article-body .dfp-dynamic-tag div,
.article-body .dfp-dynamic-tag iframe, 
aside .dfp-dynamic-tag div,
aside .dfp-dynamic-tag iframe, 
.article-body.dfp-tag-wrapper .dfp-tag-wrapper div,
.article-body .dfp-tag-wrapper .dfp-tag-wrapper iframe, 
aside .dfp-tag-wrapper .dfp-tag-wrapper div,
aside .dfp-tag-wrapper .dfp-tag-wrapper iframe {
  margin-bottom: 0;
}
.dfp-tag-wrapper.mpu-only { width:300px; margin:auto; }
.dfp-tag-wrapper.absolute {
	position:absolute;
}
.dfp-tag-wrapper.fixed {
	position:fixed;
  background-color: #fff;
}
.dfp-tag-wrapper.fixed::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  height: 2px;
  bottom: -2px;
}

.page-top.fixed {
  left: 0;
  right: 0;
}

#dfp-ad-adhesion {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: white;
  border-top: 1px solid #E5E5E5;
  text-align: center;
  padding: 0;
}
#dfp-ad-adhesion::before {
  content: none;
}

#dfp-ad-bottom,
#dfp-ad-top {
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-sidebar .block {
  clear: left;
  margin-bottom: 20px;
}

.ibt-h5player-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  color: #fff;
}

.ibt-h5player-container video {
  width: 100%;
}

.ibt_player object {
  min-width: 100%;
  min-height: 100%;
  visibility: hidden !important;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.videocontent-wrapper {
  background-color: black;
}

.videocontent {
  position: relative;
}

.stickyPlayer .videocontent {
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  padding: 1px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 10001;
  /*width: 33.33333333%;
  max-width:480px;
  min-width:330px;
  min-height:186.5px;*/
  width: 330px;
  height: 186.5px;
}
@media (min-width: 1170px) {
  .stickyPlayer .videocontent {
    width: 400px;
    height: 225px;
  }
}
@media (min-width: 1366px) {
  .stickyPlayer .videocontent {
    width: 480px;
    height: 270px;
  }
}
@media (min-width: 1550px) {
  .stickyPlayer .videocontent {
    width: 535px;
    height: 302px;
  }
}
.stickyPlayer #close_fusion_jwplayer {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 3px 3px 0px 0px;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 16px;
  line-height: 18px;
  position: absolute;
  right: 1px;
  top: -16px;
}
.stickyPlayer #close_fusion_jwplayer::before {
  float: left;
  content: "CLOSE";
  font-weight: bold;
  font-size: 8px;
  font-family: Arial, sans-serif;
  padding-left: 6px;
}
.stickyPlayer #close_fusion_jwplayer::after {
  float: right;
  content: "\f405";
  font-size: 16px;
  font-family: 'Genericons';
  width: 16px;
  height: 16px;
}
.stickyPlayer.embed-responsive .videocontent {
  padding-bottom: 18.574%;
}
@media (min-width: 1366px) {
  .stickyPlayer.embed-responsive .videocontent {
    height: 268.88px;
    padding-bottom: 0;
  }
}

.not-logged-in .mStickyPlayer .videocontent {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  padding: 1px;
  position: fixed;
  z-index: 10;
  top: 64px;
  right: 14px;
  height: 143px;
}
.not-logged-in .mStickyPlayer #close_fusion_jwplayer {
  display: inline-block;
  cursor: pointer;
  color: white;
  position: absolute;
  right: 7px;
  top: 7px;
  z-index:11;
}
.not-logged-in .mStickyPlayer #close_fusion_jwplayer::after {
  display: inline-block;
  vertical-align: middle;
  content: "\f405";
  font: 18px/18px 'Genericons';
  width: 18px;
  height: 18px;
}
.not-logged-in .mStickyPlayer .tvplayer {
  position: relative;
}
.not-logged-in .mStickyPlayer .tvplayer,
.not-logged-in .mStickyPlayer #fusion_jwplayer {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.node-article .break-2,
.node-article .break-3 {
  clear: right;
}
.node-article .videocontent iframe {
  margin-bottom: 0;
}

.source {
  margin: 35px 0;
  position: relative;
  padding-top: 40px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #181818;
}
.node-featured .source, .node-magazine .source {
  margin-top: 8px;
}
.source::before {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #E5E5E5;
  position: absolute;
  top: 0;
  left: 0;
}
.source-logo {
  display: block;
  max-width: 100%;
  margin-top: 5px;
  font-size: 0;
  height: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.source-logo.international-business-times {
  width: 383px;
  background-image: url("../images/byline-ibt.svg");
}
.source-logo.newsweek {
  width: 132px;
  background-image: url("../images/byline-nw.svg");
}

.item-list .pager {
  margin: 0;
}
.item-list .pager li {
  margin: 0;
  padding: 0;
}

/*------------------------------------*\
    $FONTS
\*------------------------------------*/
@font-face {
  font-family: 'Genericons';
  font-display: swap;
  src: local('Genericons'),
    url("../fonts/Genericons.eot");
font-display: swap;
  src: url("../fonts/Genericons.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Genericons.woff") format("woff"),
  url("../fonts/Genericons.ttf") format("truetype"),
  url("../fonts/Genericons.svg#Genericons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.genericon {
  font-size: 26px;
  vertical-align: top;
  text-align: center;
  display: block;
  font-family: "Genericons";
  cursor: pointer;
}

.genericon-chat:before {
  content: "\f108";
}

.genericon-collapse:before {
  content: "\f432";
}

.genericon-comment:before {
  content: "\f300";
}

.genericon-expand:before {
  content: "\f431";
}

.genericon-downarrow:before {
  content: "\f502";
}

.genericon-facebook:before {
  content: "\f203";
}

.genericon-facebook-alt:before {
  content: "\f204";
}

.genericon-feed:before {
  content: "\f413";
}

.genericon-flag:before {
  content: "\f468";
}

.genericon-googleplus:before {
  content: "\f218";
}

.genericon-googleplus-alt:before {
  content: "\f218";
}

.genericon-home:before {
  content: "\f409";
}

.genericon-info:before {
  content: "\f455";
}

.genericon-instagram:before {
  content: "\f215";
}

.genericon-linkedin-alt:before {
  content: "\f208";
}

.genericon-linkedin:before {
  content: "\f207";
}

.genericon-mail:before {
  content: "\f410";
}

.genericon-menu:before {
  content: "\f419";
}

.genericon-next:before {
  content: "\f429";
}

.genericon-pinterest-alt:before {
  content: "\f210";
}

.genericon-pinterest:before {
  content: "\f209";
}
.genericon-play:before { content: "\f452"; }
.genericon-previous:before {
  content: "\f430";
}

.genericon-reddit:before {
  content: "\f222";
}

.genericon-search:before {
  content: "\f400";
}

.genericon-subscribe:before {
  content: "\f463";
}

.genericon-tumblr:before {
  content: "\f214";
}

.genericon-twitter:before {
  content: "\f202";
}

.genericon-uparrow:before {
  content: "\f500";
}

.genericon-warning:before {
  content: "\f414";
}

.genericon-close:before {
  content: "\f405";
}

.genericon-close-alt:before {
  content: "\f406";
}

.uxab .article-header h1 {
  font-weight: bold;
}
.uxab .article-body {
  position: relative;
}
.uxab .article-body::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.uxab #dfp-ad-bottom {
  border-top: 0;
}
@media (max-width: 767px) {
  .uxab .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ts-btn {
  text-align: center;
  position: relative;
  margin-top: -30px;
}
.ts-btn a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  background-color: #30BCED;
  color: white;
  padding: 0 25px;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 2px;
  text-indent: 2px;
  text-transform: uppercase;
}
.ts-btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;
  color: white;
}
/*IBM Weather*/
#nw-weather-micro { position:absolute; top:10px; left:20px; }
.fixed #nw-weather-micro { top:5px; left:170px; }
#nw-weather-micro.api { top:12px; }
.fixed #nw-weather-micro.api { top:8px; }
#nw-weather-micro.api .weather-country { padding-left:8px; }
#nw-weather-micro .weather-link { position:absolute; top:10px; left:10px; width:190px; display:block; z-index:2; text-indent:-300px; overflow:hidden; }
#nw-weather-micro .wxmap--src-widgets-current-conditions-components-current-conditions__root { min-width:70px; }
#nw-weather-micro .wxmap--src-widgets-current-conditions-components-currents-body-currents-body__root { min-height:40px; }
#nw-weather-micro .weather-icon, #nw-weather-micro .wxmap--src-widgets-current-conditions-components-currents-body-currents-body__icon-svg { width:24px; height:24px; margin:0; }
#nw-weather-micro .weather-icon { vertical-align:text-top; }
#nw-weather-micro .weather-arrow { vertical-align:baseline; }
#nw-weather-micro header h2,
#nw-weather-micro, #nw-weather-micro .wxmap--src-widgets-current-conditions-components-currents-body-currents-body__root_sm .wxmap--src-widgets-current-conditions-components-currents-body-currents-body__temp { font:15px/34px "Roboto Condensed",sans-serif; font-weight:bold; color:#fff; }
#nw-weather-micro header { position:absolute; left:42px; width:150px; }
#nw-weather-micro header,
#nw-weather-micro .wxmap--src-widgets-current-conditions-components-currents-body-currents-body__root.wxmap--src-widgets-current-conditions-components-currents-body-currents-body__light-gray,
#nw-weather-micro .wxmap--src-widgets-current-conditions-components-currents-body-currents-body__root.wxmap--src-widgets-current-conditions-components-currents-body-currents-body__light-gray .wxmap--src-widgets-current-conditions-components-currents-body-currents-body__primary { background:none; border:none; justify-content: left;}
#nw-weather-micro .wxmap--src-widgets-current-conditions-components-currents-body-currents-body__primary_sm .wxmap--src-widgets-current-conditions-components-currents-body-currents-body__temp { padding:0 8px; }
#nw-weather-micro .wxmap--src-widgets-current-conditions-components-header-header__settings { display:none; }
#nw-weather-micro .wxmap--src-widgets-current-conditions-components-header-header__root { background:url(/img/weather/ic-white-arrow.png) 89% 50% no-repeat; }
@media screen and (max-width: 991px) {
	#nw-weather-micro { top:5px; left:170px; }
	#nw-weather-micro.api { top:8px; }
}
@media screen and (max-width: 640px) {
	#nw-weather-micro header, #nw-weather-micro.api .weather-country { display:none; }
}
@media screen and (max-width: 400px) {
	#nw-weather-micro { display:none; }
}
/*Pelcro subscription*/
#pelcro-app .pelcro-prefix-view .pelcro-prefix-header{background-color: #f72210 !important;margin-bottom: 20px !important;}
#pelcro-app .pelcro-prefix-view .pelcro-prefix-modal-header{border-bottom: 0px !important;}
#pelcro-app .pelcro-prefix-view .pelcro-prefix-btn {background: #f72210 !important;border-color: #f72210 !important;background-image: none !important;border-radius: 0px !important;}
#pelcro-app .pelcro-prefix-view .pelcro-prefix-btn:focus,
#pelcro-app .pelcro-prefix-view .pelcro-prefix-btn:hover{background: #f72210 !important;border-color: #f72210 !important;}
#pelcro-app .pelcro-prefix-view .pelcro-prefix-link{color: #ff5029 !important;background-image: none !important;}
#pelcro-app .pelcro-prefix-view .pelcro-prefix-site-name {display: none !important;}
#pelcro-app #list .pelcro-prefix-view .pelcro-prefix-product-button {border-radius: 0px !important;}
#pelcro-app .pelcro-prefix-authorship{display: none !important;}
#pelcro-app .pelcro-prefix-view #pelcro-view-select .pelcro-prefix-center-text{display: none !important;}
#pelcro-app .pelcro-prefix-view .pelcro-prefix-input, #pelcro-app .pelcro-prefix-view .StripeElement{border-radius: 0px !important;}
#pelcro-app .pelcro-prefix-view #pelcro-view-dashboard .pelcro-prefix-dashboard-block.logo {background-color: #f72210 !important;}
#pelcro-app #list .pelcro-prefix-view .pelcro-prefix-plan-field-wrapper{overflow-x: hidden !important;}
#pelcro-app .pelcro-prefix-view .pelcro-prefix-close:not(:disabled):not(.disabled) {color: #fff !important;}
#pelcro-app .pelcro-prefix-view h1, #pelcro-app .pelcro-prefix-view h2, #pelcro-app .pelcro-prefix-view h3, #pelcro-app .pelcro-prefix-view h4, #pelcro-app .pelcro-prefix-view h5, #pelcro-app .pelcro-prefix-view h6, #pelcro-app .pelcro-prefix-view p, #pelcro-app .pelcro-prefix-view label{font-family: "foundry_context_boldbold",Helvetica,Arial,sans-serif !important;}
#pelcro-app .pelcro-prefix-view h4{font-weight: 600 !important;}

.subscribe-block .pelcro-subscribe-button {
  position: relative;
  font: bold 18px/18px "Roboto Condensed",sans-serif;
  cursor:pointer;
  background-color:#f72310;
  color:white;
  text-transform: uppercase;
  display: inline-block;
  padding:10px 10px 10px 12px;
  border-radius:3px;
}
.subscribe-block .pelcro-subscribe-button::after {
  width: 8px;
  height: 14px;
  content: "";
  display: inline-block;
  margin-left: 9px;
  background: url(../images/icon-arrow-right.svg) center / contain no-repeat;
}
.page-header .pelcro-login-button,
.page-header .pelcro-subscribe-button {
  font:bold 13px/24px "Roboto Condensed",sans-serif;
  cursor:pointer;
  text-transform:uppercase;
  display:inline-block;
  padding-left:12px;
  padding-right:12px;
  border-radius:24px;
}
.page-header .pelcro-login-button {
  background-color:#f72310;
  color:white;
}
.page-header .pelcro-subscribe-button {
  background-color:#ffe400;
  color:black;
  border-radius:24px;
  display:flex;
  align-items:center;
}
.page-header .pelcro-subscribe-button::after {
  content:"";
  display:inline-block;
  width:4px;
  height:9px;
  background-color:black;
  -webkit-mask: url(../images/icon-arrow-right.svg) center / contain no-repeat;
  mask: url(../images/icon-arrow-right.svg) center / contain no-repeat;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .page-header .pelcro-login-button {
    font-size:0;
    background:url(../images/user-w.svg) center / contain no-repeat;
    width:30px;
    height:30px;
    padding-left:0;
    opacity:0.75;
  }
}
@media (min-width: 768px) {
  .page-header .pelcro-login-button,
  .page-header .pelcro-subscribe-button {
    font-size:18px;
    line-height:30px;
    padding-left:15px;
    padding-right:15px;
    margin-top:4px;
    margin-bottom:4px;
  }
  .page-header .pelcro-subscribe-button::after {
    width:6px;
    height:11px;
    margin-left: 9px;
  }
}
@media (min-width:375px) and (max-width:991px) {
  .page-header .pelcro-subscribe-button {
    margin-left:10px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .page-header .pelcro-subscribe-button {
    margin-right:14px;
  }
}
@media (min-width:1050px) {
  .page-header .pelcro-subscribe-button {
    margin-right:14px;
    margin-left:10px;
  }
}
#pelcro-app #pelcro-view-menu,
#pelcro-app .pelcro-prefix-view .pelcro-prefix-modal-header,
.pelcro-subscribed .pelcro-subscribe-button,
.pelcro-subscribed #block-nw-nw-footer-subscription,
#pelcro-app .pelcro-prefix-view .pelcro-prefix-unsubscribe-btn,
#pelcro-app .pelcro-prefix-view #pelcro-view-meter,
#pelcro-app .pelcro-prefix-view #pelcro-view-meter .pelcro-prefix-site-logo{display:none!important}
#pelcro-app .pelcro-prefix-view .pelcro-prefix-header{
  background-color:transparent!important;
  margin-bottom:0!important;
}
#pelcro-app .pelcro-prefix-view .pelcro-prefix-close:not(:disabled):not(.disabled) {
  color:#f72210 !important;
}
#pelcro-app #pelcro-view-dashboard .pelcro-prefix-dashboard-close span{color:transparent}