html {
  overflow-x:hidden;
}
body {
  background-color: #f4f5f6;
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-family: Arial,Helvetica,sans-serif;
  overflow-x: hidden;
}
img, video, iframe { aspect-ratio: attr(width) / attr(height); }
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.main {
  background-color: white;
  padding-top: 20px;
}
.container-fluid,
.container {
  max-width: 1310px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 992px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*------------------------------------*\
    $ELEMENT HEADER
\*------------------------------------*/

.page-header {
  z-index: 10;
  position: relative;
}
.page-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
}
#stickyHeaderBar {
  transform: translateY(-52px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#stickyHeaderBar.show {
  transform: translateY(0);
}
.not-logged-in .page-header.fixed {
  z-index: 10001;
}
.page-header .container {
  position: relative;
}
.page-header .brand svg {
  display:block;
  width: 132px;
  height: 20px;
}
@media screen and (min-width: 992px) {
  .page-header .brand svg {
    width: 396px;
    height: 60px;
    margin: 10px auto 0;
  }
}
.page-header date {
  display: none;
  font: 16px/34px "Roboto Condensed", sans-serif;
  color: white;
}
@media screen and (min-width: 992px) {
  .page-header date {
    display: block;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header date {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  #nw-weather-micro{display:none!important;}
}
.page-header .brand svg {
  fill: white;
}
.page-header .header-middle {
  background-color: #f72210;
}
.page-header .editions-menu ul {
  background-color: white;
  color: rgba(0, 0, 0, 0.55);
}
.page-header .editions-menu ul a:hover {
  color: black;
}
.page-header .editions-menu.expand .lk-1 {
  background-color: white;
  color: #f72210;
}
.page-header .lk-2,
.page-header .lk-1 {
  color: white;
}
.page-header .lk-3 {
  background-color: white;
  color: #f72210;
}
.page-header .lk-3 svg {
  fill: #f72210;
}
.page-header form.search-block-form--2 input[type="text"] {
  color: rgba(0, 0, 0, 0.55);
  background-color: white;
}
.page-header .header-bottom {
  background-color: white;
  border-bottom-color: #f4f5f6;
}
.page-header .header-bottom::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media screen and (min-width: 992px) {
  .page-header .header-bottom {
    padding-right: 160px;
  }
}
.page-header ul.page-nav {
  color: black;
}
.page-header ul.page-nav a:hover {
  color: #f72210;
}
@media screen and (max-width: 991px) {
  .page-header ul.page-nav {
    padding-top: 10px;
  }/*
  .page-header ul.page-nav a::after {
    background-color: rgba(0, 0, 0, 0.55);
  }*/
  .page-header ul.page-nav a:hover {
    background-color: black;
    color: white;
  }
  .page-header ul.page-nav a:hover::after {
    background-color: #f72210;
  }
  .page-header ul.page-nav a.green:hover {
    background-color: #30ad23;
    color: white;
  }
}
@media screen and (min-width: 992px) {
  .page-header .brand svg {
    fill: white;
  }
  .page-header .header-middle {
    background-color: #f72210;
  }
  .page-header ul.page-nav li {
    border-left-color: #d9d9d9;
  }
  .page-header .header-bottom::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 22px;
    background-color: #f72210;
    border-left: 12px solid white;
    border-top: 13px solid #f72210;
  }
  .page-header form.search-block-form--2 input[type="text"] {
    right: 102px;
  }
  .page-header form.search-block-form--2 input[type="text"]:focus {
    width: calc(100% - 102px);
    text-indent: 15px;
  }
  .page-header form.search-block-form--2 .element-invisible {
    right: 82px;
  }
  .page-header .header-top {
    background-color: #f72210;
  }
  .page-header .header-bottom::before {
    width: 66px;
  }
}
.page-header.fixed .brand svg {
  fill: white;
}
.page-header.fixed .header-middle {
  background-color: #f72210;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-header.fixed .header-bottom .flex-md {
  display: block;
}
.page-header.fixed form.search-block-form--2 input[type="text"] {
  color: rgba(0, 0, 0, 0.55);
  background-color: white;
  width: auto;
  text-indent: inherit;
}/*
.page-header.fixed ul.page-nav a::after {
  background-color: rgba(0, 0, 0, 0.55);
}*/
.page-header.fixed ul.page-nav a:hover {
  background-color: black;
  color: white;
}
.page-header.fixed ul.page-nav a:hover::after {
  background-color: #f72210;
}
.genericon-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index:10;
  top: 0;
  right: 0;
}
.genericon-menu::before, .genericon-menu::after {
  content: "";
}
.genericon-menu > span, .genericon-menu::before, .genericon-menu::after {
  display: block;
  width: 18px;
  height: 2px;
  background-color: rgba(255,255,255,.55);
  margin-left: auto;
  margin-right: auto;
}
.genericon-menu > span {
  margin-top: 3px;
  margin-bottom: 3px;
}

.genericon-flipboard {
  background: url(/img/home/flipboard_srrw.png) no-repeat 50% 50% #f52828;
}

@media screen and (min-width: 768px) {
  .genericon-menu {
    width:70px;
  }
  .genericon-menu > span {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .genericon-menu > span, .genericon-menu::before, .genericon-menu::after {
    width:30px;
    height:4px;
  }
}
@media screen and (min-width: 992px) {
  .genericon-menu {
    display: none;
  }
  .stickyhead.fixed .genericon-menu, .page-header.fixed .genericon-menu {
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .header-top .col-1 {
    display: none;
  }
  .header-top .col-2 {
    position: absolute;
    z-index:1;
    top: 50%;
    transform:translateY(-50%);
    right: 50px;
  }
}
@media screen and (max-width: 480px) {
  .header-top .col-2 {
    right: 40px;
  }
  .genericon-menu {
    width:40px;
  }
}
@media screen and (min-width: 992px) {
  .header-top {
    position: relative;
    height: 95px;
    padding: 20px 10px 15px;
  }
}

.header-middle {
  position: relative;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .header-middle {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    padding:10px 0;
  }
}

form.search-block-form--2 input {
  vertical-align: middle;
}
form.search-block-form--2 input[type="text"] {
  top: 0;
  font-size: 16px;
  height: 20px;
  width: 175px;
}
form.search-block-form--2 input[type="text"]:focus {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form.search-block-form--2 .edit-actions--2,
form.search-block-form--2 input[type="submit"] {
  font-size: 0;
  width: 0;
  height: 0;
}
form.search-block-form--2 .element-invisible {
  background: url(../../images/icon-search-glass.svg) center/contain no-repeat white;
  width: 20px;
  height: 20px;
  clip: auto;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  form.search-block-form--2 {
    position: relative;
    padding-right: 20px;
    margin-left: 15px;
    margin-right: 10px;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  form.search-block-form--2 input[type="text"] {
    width: 60px;
    height: 54px;
    position: absolute;
    top: 0;
  }
  form.search-block-form--2 .element-invisible {
    top: 18px;
  }
}

.header-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .header-bottom {
    -moz-box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 2px;
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    right: 0;
    width: 220px;
    height: calc(100vh - 50px);
    padding: 10px 0;
  }
  .expand-menu .header-bottom {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 992px) {
  .header-bottom {
    position: relative;
    display: block;
  }
}

ul.page-nav .ndelible {
  font-size: 0;
  background: url(../../images/NDELIBLE.black3.gif) 15px 5px/89px no-repeat;
  display: block;
}
ul.page-nav .ndelible:hover {
  background-color: transparent;
}
ul.page-nav .ndelible:hover::after {
  background-color: #f72210;
}
@media screen and (min-width: 992px) {
  ul.page-nav .ndelible {
    background-position: 0 0;
    width: 89px;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
  }
}

ul.page-nav {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
ul.page-nav a {
  display: block;
}
ul.page-nav a.green {
  color: #30ad23;
}
ul.page-nav a.green:hover {
  color: rgba(48, 173, 35, 0.8);
}
@media screen and (max-width: 991px) {
  ul.page-nav {
    padding-top: 10px;
  }
  ul.page-nav a {
    padding: 5px 15px;
    position: relative;
  }
  ul.page-nav a::after {
    content: "›";
    display: inline-block;
    vertical-align: middle;
    /*width: 8px;
    height: 14px;
    -webkit-mask-image: url(../../images/icon-arrow-right.svg);
    mask-image: url(../../images/icon-arrow-right.svg);*/
    margin-left: 10px;
    position: absolute;
    right: 15px;
    top: 0px;
  }
}
@media screen and (min-width: 992px) {
  ul.page-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  ul.page-nav li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    border-left-width: 1px;
    border-left-style: solid;
  }
  ul.page-nav li:first-child {
    border-left-width: 0;
  }
}
.trending-topics-wrapper {
  border-top: 1px solid #dedede;
  margin-top: 13px;
  padding-top: 8px;
}
.trending-topics {
  font: 18px/18px "Roboto Condensed", sans-serif;
  color: #807f84;
}
.trending-topics li {
  padding: 6px 15px;
}
.trending-topics strong {
  display:inline-block;
  color: black;
  margin-bottom:8px;
}
.trending-topics a:hover {
  color: #f72210;
}
@media screen and (min-width: 992px) {
  .trending-topics-wrapper {
    border-top-color:#f4f5f7;
    padding-top:13px;
    border-top-width:2px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-right:-160px;
    margin-bottom:-10px;
    position:relative;
  }
  .trending-topics-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .trending-topics {
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
  }
  .trending-topics li {
    flex:none;
    text-align: center;
    padding:0 0 0 30px;
  }
}

.stickyhead.fixed .header-top .col-1,
.page-header.fixed .header-top .col-1 {
  display: none;
}
.stickyhead.fixed .header-top,
.page-header.fixed .header-top {
  position:static;
}
.stickyhead.fixed .header-top .col-2,
.page-header.fixed .header-top .col-2 {
  position: absolute;
  z-index:2;
  top: 50%;
  transform:translateY(-50%);
  right: 50px;

}
@media screen and (max-width: 480px) {
  .stickyhead.fixed .header-top .col-2,
  .page-header.fixed .header-top .col-2 {
    right: 50px;
  }
}
.stickyhead.fixed .container,
.page-header.fixed .container {
  max-width: inherit;
}
.stickyhead.fixed .brand svg,
.page-header.fixed .brand svg {
  width: 132px;
  height: 20px;
  margin: 0 auto 0 0;
}
.stickyhead.fixed .header-top,
.page-header.fixed .header-top {
  height: auto;
  padding: inherit;
}
.stickyhead.fixed .header-middle,
.page-header.fixed .header-middle {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  left: inherit;
  z-index: 1;
  padding-left:15px;
  padding-right:15px;
}
.stickyhead.fixed form.search-block-form--2,
.page-header.fixed form.search-block-form--2 {
  position: relative;
  padding-right: 20px;
  margin-left: 15px;
  margin-right: 10px;
}
.stickyhead.fixed form.search-block-form--2 input[type="text"],
.page-header.fixed form.search-block-form--2 input[type="text"] {
  font-size: 16px;
  height: 20px;
  width: 100%;
  position: static;
}
.stickyhead.fixed form.search-block-form--2 .element-invisible,
.page-header.fixed form.search-block-form--2 .element-invisible {
  top: 0;
  right: 0;
}
.stickyhead.fixed .header-bottom,
.page-header.fixed .header-bottom {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 2px;
  position: absolute;
  right: 0;
  height: calc(100vh - 50px);
  padding: 10px 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.stickyhead.fixed .header-bottom::before,
.page-header.fixed .header-bottom::before {
  content: none;
}
.expand-menu .genericon-menu>span {
  display:none;
}
.expand-menu .genericon-menu::after,
.expand-menu .genericon-menu::before{
  position:absolute;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.expand-menu .genericon-menu::before{
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.expand-menu .genericon-menu::after{
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);

}
.expand-menu .stickyhead.fixed .header-bottom, .expand-menu
.page-header.fixed .header-bottom {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 220px;
}
.stickyhead.fixed ul.page-nav,
.page-header.fixed ul.page-nav {
  display: block;
  padding-top: 10px;
}
.stickyhead.fixed ul.page-nav a,
.page-header.fixed ul.page-nav a {
  padding: 5px 15px;
  position: relative;
}
.stickyhead.fixed ul.page-nav a::after,
.page-header.fixed ul.page-nav a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;/*
  -webkit-mask-image: url(../../images/icon-arrow-right.svg);
  mask-image: url(../../images/icon-arrow-right.svg);*/
  margin-left: 10px;
  position: absolute;
  right: 15px;
  top: 12px;
}
.stickyhead.fixed ul.page-nav li,
.page-header.fixed ul.page-nav li {
  border-left: none;
  padding-left: inherit;
  padding-right: inherit;
}
@media screen and (min-width: 992px) {
  .stickyhead.fixed ul.page-nav li,
  .page-header.fixed ul.page-nav li {
    text-align: unset;
  }
}
.stickyhead.fixed.v1 ul.page-nav .ndelible:hover,
.page-header.fixed.v1 ul.page-nav .ndelible:hover {
  background-color: transparent;
}
.stickyhead.fixed.v1 ul.page-nav .ndelible:hover::after,
.page-header.fixed.v1 ul.page-nav .ndelible:hover::after {
  background-color: #f72210;
}
@media screen and (min-width: 992px) {
  .stickyhead.fixed ul.page-nav,
  .page-header.fixed ul.page-nav {
    width: 220px;
  }
  .stickyhead.fixed ul.page-nav .ndelible,
  .page-header.fixed ul.page-nav .ndelible {
    background-position: 15px 5px;
    width: inherit;
    height: inherit;
    margin-left: 0;
    margin-right: 0;
  }
  .stickyhead.fixed .trending-topics,
  .page-header.fixed .trending-topics {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    text-transform: initial;
    margin-right: 0;
    text-align: left;
    width: 220px;
  }
  .stickyhead.fixed .trending-topics li,
  .page-header.fixed .trending-topics li {
    text-align: left;
    display: block;
    padding: 5px 15px;
  }
}
.marketplace-suggestion ul,
.amp-suggestions ul {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
  color: rgba(0, 0, 0, 0.55);
  background-color: white;
}
.marketplace-suggestion ul li,
.amp-suggestions ul li {
  position: relative;
  padding: 10px 15px;
}
.marketplace-suggestion ul li::before,
.amp-suggestions ul li::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
.marketplace-suggestion ul li:first-child::before,
.amp-suggestions ul li:first-child::before {
  content: none;
}
.marketplace-suggestion ul li.amp_selected,
.amp-suggestions ul li.amp_selected {
  background-color: #f4f5f6;
}
.marketplace-suggestion ul img,
.amp-suggestions ul img {
  max-height: 24px;
  margin-right: 10px;
}

@media screen and (min-width: 992px) {
  #amp_suggestions_container1 {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
  }
  .page-header.fixed #amp_suggestions_container1 {
    position: static;
  }
}

#amp_suggestions_container2 {
  position: absolute;
  top: -1px;
  left: -15px;
  right: -15px;
  z-index: 2;
}
/*IBM Weather*/
#nw-weather-micro { position:absolute; top:10px; left:20px; }
#nw-weather-micro::after {
    content: "";
    display: inline-block;
    margin-left: 3px;
    width: 6px;
    height: 6px;
    border-top-width: 2px;
    border-right-width: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-style: solid;
    border-right-style: solid;
}

.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; }
}
.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;
  margin-left: 3px;
  width:4px;
  height:4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width:1px;
  border-top-style:solid;
  border-right-width:1px;
  border-right-style:solid;
}
@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 {
    margin-left: 5px;
    width:6px;
    height:6px;
    border-top-width:2px;
    border-right-width:2px;
  }
}
@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;
  }
}

.page-top.fixed {
  left: 0;
  right: 0;
}
@media (min-width:992px) {
	.not-logged-in #dfp-ad-top {
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
}
.page-sidebar .block {
  clear: left;
  margin-bottom: 20px;
}
.block-title {
  font: bold 16px/16px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  padding-bottom: 11px;
  color: rgba(12, 11, 11, 0.8);
}
.image img {
  width: 100%;
  height:auto;
  display: block;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  position: relative;
  color: black;
}
h1 a:hover {
  text-decoration: underline #f72210;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4 {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  position: relative;
  color: black;
  font-weight: bold;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline #f72210;
}
h2 {
  font-size: 22px;
  line-height: 22px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 20px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 18px;
}

h5 {
  font-size: 16px;
  line-height: 16px;
}

h6 {
  font-size: 14px;
  line-height: 14px;
}
.info h2, .info h3, .info h4, .info h5, .info h6 {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 33px;
    line-height: 33px;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 24px;
  }

  h4, .h4 {
    font-size: 22px;
    line-height: 22px;
  }

  h5 {
    font-size: 20px;
    line-height: 20px;
  }

  h6 {
    font-size: 18px;
    line-height: 18px;
  }
}
iframe,
object {
  max-width: 100%;
}
/*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;}
#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}
.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;
}
#pelcro-app .dashboard-content {
  overflow-x: hidden !important;
}
.subscribe-block .pelcro-subscribe-button::after {
  width: 6px;
  height: 11px;
  content: "›";
  display: inline-block;
  margin-left: 9px;/*
  background: url(../../images/icon-arrow-right.svg) center / contain no-repeat;*/
}

.n-title {
  font: bold 19px/19px "Roboto Condensed", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.n-title .icon-n {
  -webkit-flex: none;
  flex: none;
  display: block;
  width: 29px;
  height: 28px;
  background: url(../../images/logo-n1.svg) center/contain no-repeat #f72210;
  margin-right: 10px;
}

.lazyload{visibility:hidden;}
.imageBox { clear:both; margin:10px auto; font-style:normal; position:relative; max-width:100%; height:auto; }
.imgPhoto { width:100%; height:auto; }
.videocontent{position:relative;padding-bottom:56.25%}
.tvplayer > div, .tvplayer .cnx-main-container{position:absolute;top:0;left:0;width:100%;height:100%}
.tvplayer{z-index:1;}

div.image { position: relative; }
div.image a.zero {
  display: block;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
