* {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.container-fluid,
.container {
    max-width:1310px;
    margin-right:auto;
    margin-left:auto
}
.container-fluid {
    padding-left:15px;
    padding-right:15px
}
@media screen and (min-width:992px) {
    .container-fluid {
        padding-left:30px;
        padding-right:30px
    }
}
.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-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
}
a[x-apple-data-detectors] {
    color:inherit !important;
    text-decoration:none !important;
    font-size:inherit !important;
    font-family:inherit !important;
    font-weight:inherit !important;
    line-height:inherit !important
}
html {
    overflow-x:hidden
}
body {
    background-color:#fff;
    color:#333;
    font-size:13px;
    line-height:18px;
    font-family:'Roboto',sans-serif;
    overflow-x:hidden;
    margin-top:40px
}
img,
video,
iframe {
    aspect-ratio:attr(width) / attr(height)
}
a {
    color:inherit;
    text-decoration:none
}
a:hover {
    text-decoration:none
}
.archive summary p a {
    text-decoration:underline;
    text-decoration-color:#f72210
}
.archive summary p a:hover {
    text-decoration:none
}
.main {
    background-color:white
}
.form-text.error {
    border-color:#f72210 !important
}
#breakingnews-placeholder.empty-breaking {
    height:0
}
#breakingnews-placeholder,
.responsive-breaking {
    height:44px
}
@media(max-width:767px) {
    #breakingnews-placeholder.empty-breaking {
        height:0
    }
    #breakingnews-placeholder,
    .responsive-breaking {
        height:65px
    }
}
@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
    }
}
.isfollow-article .container-fluid {
    padding-left:15px;
    padding-right:15px
}
.header-menu-global {
    box-shadow:0 4px 4px rgba(0,0,0,.25);
    display:flex;
    top:0;
    align-items:center;
    position:fixed;
    overflow:hidden;
    left:0
}
header.header-menu-global {
    position:fixed;
    width:100%;
    box-shadow:0 4px 4px rgb(0 0 0 / 25%);
    z-index:999;
    background-color:white;
    transition:top .3s
}
.header-menu-global .header-logo {
    display:flex;
    align-items:center;
    position:relative;
    height:40px
}
#nav-menu a.newsweek-logo img {
    vertical-align:middle
}
#nav-menu .header-right .login a {
    padding:10px;
    white-space:nowrap
}
#nav-menu {
    margin:0 auto;
    height:40px;
    display:flex;
    justify-content:center;
    font-size:15px;
    font-family:'Roboto',sans-serif
}
.additional-tabs {
    display:none;
    align-items:left;
    position:fixed;
    top:40
}
.additional-tabs.visible {
    display:block
}
.additional-tabs a {
    background-color:#fff;
    width:280px;
    padding:15px;
    box-shadow:0 4px 4px rgba(0,0,0,.25)
}
#nav-menu .center-list {
    display:none
}
#nav-menu .the-red .ad-btn {
    padding-left:15px;
    color:#000;
    font-family:'Roboto',sans-serif;
    border-bottom:1px solid #c4c4c4
}
#nav-menu .center-list a:hover,
#nav-menu .the-red .ad-btn:hover {
    color:#f72210
}
#nav-menu li,
header .additional-tabs li {
    display:inline-block
}
#nav-menu a {
    display:block;
    padding-left:10px;
    padding-right:10px;
    text-decoration:none;
    color:#333
}
#nav-menu li.search-icon .header-lense-right {
    padding-left:0;
    padding-right:0
}
header .additional-tabs {
    display:none;
    align-items:center
}
#nav-menu .additional-btn {
    background-color:#fff;
    height:40px
}
.subscription-btn {
    background-color:#ffe400;
    line-height:40px;
    font-weight:700;
    border:0;
    cursor:pointer;
    text-transform:uppercase;
    white-space:nowrap
}
button.login-btn {
    position:relative;
    background-color:#fff;
    padding:10px;
    min-width:78px;
    font-weight:700;
    color:#000;
    border:0;
    cursor:pointer;
    border-right:1.5px solid #c4c4c4;
    white-space:nowrap
}
button.login-btn:active {
    background-color:#c3c3c3;
    color:#fff
}
button.login-btn .login-text {
    padding:10px
}
.button-loading .login-text {
    display:none
}
.button-loading::after {
    content:"";
    position:absolute;
    top:0;
    width:16px;
    height:16px;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    border:3px solid transparent;
    border-top-color:#000;
    border-radius:50%;
    animation:button-loading-spinner 1s ease infinite
}
@keyframes button-loading-spinner {
    from {
        transform:rotate(0turn)
    }
    to {
        transform:rotate(1turn)
    }
}
@media only screen and (max-width:480px) {
    .header-menu-global .header-logo {
        text-align:center;
        padding-right:0;
        align-self:center
    }
    .header {
        text-align:center
    }
    a button {
        text-decoration:none;
        color:#000
    }
    a {
        text-decoration:none
    }
}
.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;
    margin-left:10px;
    position:absolute;
    right:15px;
    top:12px
}
.stickyhead.fixed ul.page-nav li,
.page-header.fixed ul.page-nav li {
    border-left:0;
    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,.1) 0 2px 2px;
    -webkit-box-shadow:rgba(0,0,0,.1) 0 2px 2px;
    box-shadow:rgba(0,0,0,.1) 0 2px 2px;
    color:rgba(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
}
.block-title {
    font:500 16px/16px 'Roboto',sans-serif;
    text-transform:uppercase;
    padding-bottom:11px;
    color:rgba(12,11,11,.8)
}
.image img {
    width:100%;
    height:auto;
    display:block
}
h1 {
    font-family:'Roboto',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',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-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:0 !important
}
#pelcro-app .pelcro-prefix-view .pelcro-prefix-btn {
    background:#f72210 !important;
    border-color:#f72210 !important;
    background-image:none !important;
    border-radius:0 !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:0 !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:0 !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:Arial,Helvetica,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',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
}
.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;
    aspect-ratio:16/9
}
.tvplayer>div,
.tvplayer .cnx-main-container {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.tvplayer {
    z-index:1
}
div.image a.zero {
    display:block;
    height:100%;
    position:absolute;
    opacity:0;
    left:0;
    right:0;
    top:0;
    bottom:0
}
#SIGNIN {
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    width:100%;
    height:100%;
    padding:25px;
    background-color:rgba(0,0,0,.8);
    box-shadow:0 4px 8px rgba(0,0,0,0.1)
}
#SIGNIN .nw-login {
    position:relative;
    margin:auto;
    max-width:525px;
    width:100%;
    z-index:9999;
    top:100px
}
.login-popup {
    background:white;
    padding:15px;
    border-radius:5px;
    box-shadow:0 2px 10px rgba(0,0,0,0.2)
}
.login-popup iframe {
    display:block;
    width:100%;
    height:100%;
    max-height:100%
}
.zephr-modal-close {
    font:14px/23px "Helvetica",sans-serif;
    text-align:center;
    display:block;
    position:absolute;
    top:-22px;
    right:0;
    z-index:9999;
    color:#fff;
    background-color:transparent;
    border:0;
    width:23px;
    height:23px;
    font-size:38px;
    cursor:pointer
}
@media screen and (max-width:991px) {
    .page-header .header-bottom {
        display:none
    }
    .expand-menu .page-header .header-bottom {
        display:block
    }
    .page-header.fixed .header-bottom {
        display:none
    }
    .page-header.fixed.show .header-bottom {
        top:50px;
        display:block
    }
}
.exclusive-content {
    align-items:center;
    border:1px solid #f72210;
    color:#f72210;
    display:flex;
    font-size:12px;
    font-weight:500;
    padding:0 5px;
    width:fit-content;
    margin-top:15px;
    margin-bottom:15px;
    text-transform:uppercase;
    white-space:nowrap
}
.exclusive-content img.exclusive-lock {
    padding-right:5px;
    width:15px
}
.exclusive-content span {
    display:inline
}
.stickyPlayer .videocontent {
    background-color:white;
    box-shadow:0 0 20px 0 rgba(0,0,0,.25);
    padding:1px;
    position:fixed;
    bottom:5px;
    right:5px;
    z-index:10001;
    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,.6);
    color:white;
    border-radius:3px 3px 0 0;
    cursor:pointer;
    font-size:11px;
    font-weight:500;
    display:block;
    padding:0 5px;
    line-height:18px;
    position:absolute;
    right:0;
    top:-18px
}
.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,.25);
    position:fixed;
    z-index:10;
    top:85px;
    right:2px
}
.not-logged-in .mStickyPlayer #close_fusion_jwplayer {
    background-color:rgba(0,0,0,.6);
    color:white;
    border-radius:3px 3px 0 0;
    cursor:pointer;
    display:block;
    font-size:11px;
    font-weight:500;
    padding:0 5px;
    line-height:18px;
    position:absolute;
    right:0;
    top:-16px
}
.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
}
.not-logged-in .mStickyPlayer2 .videocontent {
    box-shadow:0 0 20px 0 rgba(0,0,0,.25);
    position:fixed;
    z-index:10;
    top:85px;
    right:2px
}
.not-logged-in .mStickyPlayer2 #close_fusion_jwplayer {
    background-color:rgba(0,0,0,.6);
    color:white;
    border-radius:3px 3px 0 0;
    cursor:pointer;
    display:block;
    font-size:11px;
    font-weight:500;
    padding:0 5px;
    line-height:18px;
    position:absolute;
    right:0;
    top:-16px
}
.not-logged-in .mStickyPlayer2 .tvplayer {
    position:relative
}
.not-logged-in .mStickyPlayer2 .tvplayer,
.not-logged-in .mStickyPlayer2 #fusion_jwplayer {
    width:200px;
    margin-left:auto;
    margin-right:auto
}
.isfollow-article .mStickyPlayer .videocontent,
.isfollow-article .mStickyPlayer2 .videocontent {
    top:105px
}
#piano_inline {
    z-index:10;
    position:fixed;
    bottom:0;
    right:0;
    width:100%
}
.page-top #dfp-ad-top {
    background-color:#f4f5f6
}
.insidenw .container,
.insidenw .container-fluid,
.standard-article .container,
.standard-article .container-fluid {
    max-width:1180px
}
.insidenw .node-article .content-correction {
    padding-bottom:20px
}
.insidenw .node-article .content-correction>div {
    margin-bottom:20px
}
.article-header {
    padding-bottom:20px;
    text-transform:uppercase
}
.article-header .category {
    font:bold 20px/20px 'Roboto',sans-serif;
    color:#f72210;
    margin-bottom:15px
}
.article-header .category.blue {
    color:#3581f4
}
@media screen and (min-width:768px) {
    .article-header .category {
        font-size:27px;
        line-height:30px
    }
}
.article-header h1 {
    margin-bottom:15px
}
.article-header .subtitle {
    font:bold 24px/24px 'Roboto',sans-serif;
    color:#999;
    margin-bottom:10px
}
@media screen and (min-width:768px) {
    .article-header .subtitle {
        font-size:28px;
        line-height:28px
    }
}
.article-header .byline {
    color:#555
}
.article-header .byline img {
    max-height:20px
}
.article-header .byline2 {
    position:relative;
    font-family:'Roboto',sans-serif;
    line-height:24px;
    color:#5c5c5c;
    text-transform:uppercase;
    padding-top:57px;
    padding-bottom:35px
}
.article-header .byline2::after,
.article-header .byline2::before {
    content:"";
    display:block;
    background-color:#d9d9d9;
    height:1px;
    position:absolute;
    top:23px;
    left:0;
    right:0
}
.article-header .byline2::after {
    top:20px
}
.article-header .byline2 .headshot {
    position:absolute;
    top:2px;
    right:9px;
    z-index:1
}
.article-header .byline2 .author {
    font-size:22px;
    font-weight:bold;
    color:#f72210
}
.article-header .byline2 .author:hover {
    color:black
}
.article-header .byline2 .user-title {
    font-weight:bold;
    font-style:italic;
    font-size:16px;
    margin-left:-5px
}
.article-header .headshot {
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    width:129px;
    height:129px;
    background-color:#f72210;
    overflow:hidden;
    position:relative
}
.article-header .headshot img {
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    width:auto;
    height:129px;
    max-width:inherit;
    max-height:inherit;
    position:absolute;
    left:50%
}
.article-header .headshot a {
    display:block;
    height:100%
}
.article-header .author-name {
    color:#f72210;
    font-weight:bold;
    font-family:'Roboto',sans-serif
}
.article-header .author-name:hover {
    color:black
}
figcaption,
.figcaption {
    background-color:#f5f5f5;
    font:15px/18px 'Roboto',sans-serif;
    padding:10px 15px 15px
}
figcaption .caption,
.figcaption .caption {
    color:#666
}
figcaption .credit,
.figcaption .credit {
    margin-top:5px;
    color:black;
    text-transform:uppercase
}
figcaption a,
.figcaption a {
    text-decoration:underline #f72210;
    color:black;
    font-weight:bold
}
figcaption a:hover,
.figcaption a:hover {
    text-decoration:none;
    color:#f72210
}
figcaption {
    margin-bottom:30px
}
figcaption span {
    display:block
}
.embed-image {
    clear:both;
    display:block
}
.embed-image span {
    display:block
}
.filed-under {
    font:bold 12px/12px 'Roboto',sans-serif;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:25px
}
.filed-under a {
    display:block;
    color:#999;
    background-color:#e5e5e5;
    padding:9px 20px;
    margin-right:10px;
    margin-bottom:10px
}
.filed-under a:hover {
    color:#f72210;
    text-decoration:none
}
.filed-under a:first-of-type {
    background-color:#f72210;
    color:white
}
.content-correction-links {
    font-size:13px;
    line-height:13px;
    text-transform:uppercase
}
.content-correction-links a {
    font-weight:bold;
    font-family:'Roboto',sans-serif;
    letter-spacing:1.5px;
    color:#f72210
}
.content-correction-links a:hover {
    color:black
}
.content-correction .correction-box-inner {
    position:relative
}
.content-correction .genericon-close-alt {
    color:rgba(0,0,0,.5);
    background-color:transparent;
    width:30px;
    height:30px;
    line-height:30px;
    position:absolute;
    top:0;
    right:0;
    z-index:1
}
.content-correction .category {
    font:bold 17px/30px 'Roboto',sans-serif;
    color:#f72210;
    text-transform:uppercase;
    margin-bottom:10px
}
.content-correction header {
    padding-right:30px;
    margin-bottom:15px
}
.btn-share {
    display:none;
    width:40px;
    height:40px;
    line-height:40px;
    color:#666
}
.btn-share:hover {
    color:#777
}
.btn-share::before {
    content:"\f476"
}
.social-share {
    border-top:2px solid #f4f5f6;
    border-bottom:2px solid #f4f5f6;
    padding:15px 0;
    margin-bottom:25px
}
.social-share .block-title {
    padding-bottom:0;
    margin-right:10px;
    margin-left:5px
}
@media(max-width:410px) {
    .social-share .block-title {
        display:none
    }
}
.social-share .genericon {
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    width:35px;
    height:35px;
    font-size:18px;
    line-height:35px;
    color:white;
    margin-left:5px
}
.social-share .genericon-facebook-alt {
    background-color:#3b5998
}
.social-share .genericon-facebook-alt:hover {
    background-color:#355089
}
.social-share .genericon-twitter {
    background-color:#1da1f2
}
.social-share .genericon-twitter:hover {
    background-color:#1b91d9
}
.social-share .genericon-tumblr {
    background-color:#35465c
}
.social-share .genericon-tumblr:hover {
    background-color:#2f3f53
}
.social-share .genericon-linkedin {
    background-color:#0077b5
}
.social-share .genericon-linkedin:hover {
    background-color:#006ba3
}
.social-share .genericon-googleplus {
    background-color:#dd4b39
}
.social-share .genericon-googleplus:hover {
    background-color:#c64333
}
.social-share .genericon-mail {
    background-color:#999
}
.social-share .genericon-mail:hover {
    background-color:#898989
}
.social-share .genericon-comment {
    background-color:black
}
.social-share .genericon-comment:hover {
    background-color:#333
}
.social-share .genericon-reddit {
    background-color:#ff4500
}
.social-share .genericon-reddit:hover {
    background-color:#c73f23
}
#block-ibtmedia-dfp-nativo-right>.content>div {
    margin-left:auto;
    margin-right:auto
}
#block-ibtmedia-dfp-nativo-right>.content>div .rc-content {
    background-color:#f4f5f6;
    border:1px solid #d9d9d9;
    margin:-1px;
    padding:20px !important
}
#block-ibtmedia-dfp-nativo-right>.content>div .ntv-rr-byline {
    font:bold 17px/16px 'Roboto',sans-serif !important;
    color:#3581f4 !important
}
#block-ibtmedia-dfp-nativo-right>.content>div .ntv-rr-title a {
    font:bold 20px/20px 'Roboto',sans-serif !important
}
@media screen and (min-width:768px) {
    #block-ibtmedia-dfp-nativo-right>.content>div .ntv-rr-title a {
        font-size:24px !important;
        line-height:24px !important
    }
}
#block-ibtmedia-dfp-nativo-right>.content>div .ntv-rr-preview {
    font:13px/18px Arial,Helvetica,sans-serif !important;
    color:#555
}
@media screen and (min-width:768px) {
    #block-ibtmedia-dfp-nativo-right>.content>div .ntv-rr-preview {
        font-size:15px !important;
        line-height:20px !important
    }
}
.c_sponsor {
    padding-bottom:15px
}
.c_sponsor .category {
    margin-bottom:0
}
.c_sponsor .byline {
    padding-top:4px
}
.next-caption a {
    border-color:#f72210
}
.next-caption a:hover,
.next-caption a::after {
    background-color:#f72210
}
.arb-btn a::before {
    background-color:rgba(247,34,16,.6)
}
.more-slideshows li:first-child {
    padding-top:0
}
.article-body>div.subscribe3 {
    border-top:1px solid #e4e4e4;
    padding-top:15px;
    color:#0c0b0b;
    font-size:15px;
    line-height:21px
}
.article-body>div.subscribe3 .block-title {
    font:bold 20px/20px 'Roboto',sans-serif;
    text-transform:capitalize
}
.article-body>div.subscribe3 .text {
    color:rgba(12,11,11,.8);
    text-transform:capitalize;
    margin-bottom:15px
}
.article-body>div.subscribe3 .text .highlight {
    color:rgba(12,11,11,.8)
}
.article-body>div.subscribe3 .genericon-checkmark {
    display:inline-block;
    color:#999
}
.article-body>div.subscribe3 .genericon-checkmark:before {
    content:"\f418"
}
.article-body>div.subscribe3 .lk {
    font-size:14px;
    line-height:14px;
    padding-top:8px;
    padding-bottom:8px;
    margin-top:20px
}
.article-body>div.subscribe3 .lk::after {
    width:7px;
    height:11px
}
.article-body>div.subscribe3 .lk:hover {
    color:white
}
@media screen and (min-width:768px) {
    .article-body>div.subscribe3 {
        float:left;
        width:222px;
        margin-right:45px
    }
}
.article-videoplayer {
    margin-bottom:20px
}
@media(max-width:767px) {
    .latest-in article {
        border-top:1px solid #ddd;
        padding-top:10px;
        padding-bottom:10px
    }
    .latest-in article:before,
    .latest-in article:after {
        content:" ";
        display:table
    }
    .latest-in article:after {
        clear:both
    }
    .latest-in .image {
        float:left;
        width:135px;
        margin-right:15px
    }
}
@media(min-width:768px) and (max-width:991px) {
    .latest-in li:nth-child(odd) {
        clear:left
    }
}
@media(min-width:992px) {
    .latest-in article {
        position:relative
    }
    .latest-in h4 {
        position:absolute;
        bottom:0;
        left:0;
        right:0;
        background-color:white;
        margin-bottom:0;
        padding-top:10px;
        padding-bottom:30px
    }
}
#block-menu-menu-about-us {
    font:bold 20px/20px 'Roboto',sans-serif;
    color:black;
    padding-bottom:30px
}
#block-menu-menu-about-us h2 {
    display:none
}
#block-menu-menu-about-us a:hover {
    color:#666
}
#block-menu-menu-about-us li {
    padding:9px 0
}
#block-menu-menu-about-us li.active-trail a {
    color:#f72210
}
.menu {
    list-style-type:none
}
.node-corporate-page h1 {
    font-size:30px;
    line-height:30px;
    text-transform:uppercase
}
.node-corporate-page h1::before {
    content:"";
    display:inline-block;
    vertical-align:middle;
    width:28px;
    height:27px;
    background-color:#f72210;
    margin-right:10px
}
.category {
    display:none
}
.article-body .masthead {
    font-weight:bold;
    font-family:'Roboto',sans-serif
}
.article-body .masthead ul,
.article-body .masthead ol {
    margin-left:0;
    margin-bottom:22px
}
.article-body .masthead ul li,
.article-body .masthead ol li {
    list-style:none
}
.article-body .masthead a {
    border-bottom:0
}
.article-body .masthead a:hover {
    color:#f72210
}
.article-body .masthead .block-title {
    border-top:1px solid #e4e4e4;
    padding-top:30px;
    margin-top:30px;
    margin-bottom:20px;
    color:#f72210;
    font-size:20px;
    line-height:20px
}
.article-body .masthead label {
    color:#666;
    font-size:16px;
    line-height:16px
}
.article-body .masthead .name {
    color:black;
    font-size:22px;
    line-height:22px;
    text-transform:uppercase
}
.article-body .masthead li {
    margin-bottom:30px
}
.article-body .masthead .block-title2 {
    clear:both;
    border-top:1px solid #e4e4e4;
    padding-top:30px;
    margin-bottom:20px;
    color:#f72210;
    font-size:20px;
    line-height:20px;
    text-transform:uppercase
}
.article-body .masthead .level3 {
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    color:#050505;
    font-size:22px;
    line-height:22px
}
.article-body .masthead .level3 li {
    width:50%;
    padding-right:10px;
    margin-bottom:15px
}
.article-body .masthead .level3 li .name {
    margin-bottom:15px
}
@media screen and (min-width:768px) {
    .article-body .masthead .level1 li {
        float:left;
        margin-right:50px
    }
    .article-body .masthead .level1 li:first-child {
        float:none;
        margin-right:0
    }
    .article-body .masthead .level2 li {
        display:-webkit-flex;
        display:flex;
        -webkit-align-items:flex-end;
        align-items:flex-end
    }
    .article-body .masthead .level2 label {
        width:25%;
        padding-right:30px
    }
    .article-body .masthead .level2 .name {
        width:75%
    }
}
@media screen and (min-width:992px) {
    .article-body .masthead .level3 li {
        width:25%
    }
}
.article-body strong {
    display:block;
    font:bold 20px/20px 'Roboto',sans-serif;
    text-transform:uppercase;
    margin-bottom:5px
}
.article-body .lk {
    border-bottom:0;
    margin-right:15px
}
.article-body .lk:hover {
    color:white
}
.article-body .block-title {
    margin-bottom:0;
    padding-bottom:5px
}
.article-body ul.corrections {
    margin-bottom:30px
}
.np {
    font-weight:700;
    font-size:14px;
    line-height:28px;
    color:#666
}
.np-error {
    color:#f72210
}
.np-ty-text {
    line-height:18px;
    padding-top:5px
}
input.error {
    border:1px solid #f72210
}
.messages {
    padding-top:15px
}
.node-webform form {
    background-color:#f4f5f6;
    border:1px solid #d9d9d9;
    padding:30px
}
.node-webform form label {
    display:none
}
@media screen and (min-width:992px) {
    .node-webform form>div {
        display:-webkit-flex;
        display:flex;
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-left:-10px;
        margin-right:-10px
    }
    .node-webform .form-item {
        width:50%;
        padding-left:10px;
        padding-right:10px
    }
    .node-webform .webform-component-textarea {
        width:100%
    }
    .node-webform .form-actions {
        width:100%;
        padding-left:10px;
        padding-right:10px
    }
    .correction-form .node-webform .webform-component--email {
        width:100%;
        padding-left:10px;
        padding-right:10px
    }
}
.article-body .spec-content ul,
.article-body ul.spec-tabs {
    margin-left:0;
    margin-bottom:0
}
.article-body .spec-content ul li,
.article-body ul.spec-tabs li {
    list-style:none
}
.spec-tabs {
    display:-webkit-flex;
    display:flex;
    border-bottom:1px solid #e5e5e5;
    font-weight:bold;
    font-size:16px;
    line-height:18px
}
@media screen and (min-width:992px) {
    .spec-tabs {
        font-size:16px;
        line-height:48px;
        height:50px
    }
}
.spec-tabs li {
    margin-left:15px;
    text-align:center
}
.spec-tabs li:first-child {
    margin-left:0
}
.spec-tabs li a {
    display:block;
    cursor:pointer;
    background-color:#e5e5e5;
    border:1px solid #e5e5e5;
    color:#777;
    padding:0 20px
}
@media screen and (min-width:768px) {
    .spec-tabs li a::after {
        content:" Guidelines"
    }
}
.spec-tabs li a:hover {
    text-decoration:none;
    border-color:#e5e5e5
}
.spec-tabs li a.active {
    background-color:white;
    border-color:#e5e5e5;
    border-bottom-color:white;
    color:black
}
.spec-tabs li a.active:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity:1
}
.spec-tabs li a.current {
    background-color:white;
    border-bottom-color:white;
    color:black;
    position:relative
}
.spec-tabs li a.current:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity:1
}
.spec-tabs li a.current::before {
    content:"";
    display:block;
    height:1px;
    background-color:white;
    position:absolute;
    bottom:-2px;
    left:0;
    right:0
}
@media screen and (max-width:767px) {
    .spec-tabs {
        margin-left:-20px;
        margin-right:-20px;
        padding-left:20px
    }
    .spec-tabs li {
        margin-left:10px
    }
}
.spec-content {
    padding:25px 0
}
@media screen and (min-width:768px) {
    .spec-content {
        border:1px solid #e5e5e5;
        border-top:0;
        padding-left:25px;
        padding-right:25px
    }
}
.spec-content .block-title {
    margin-bottom:15px
}
.spec-content.mobile li {
    border-top:1px solid #e5e5e5;
    padding:25px 0;
    position:relative
}
@media screen and (min-width:768px) {
    .spec-content.mobile li {
        min-height:172px;
        padding-right:272px
    }
    .spec-content.mobile li .image {
        position:absolute;
        top:25px;
        right:0
    }
}
.table {
    margin-bottom:20px;
    border-bottom:1px solid #e5e5e5
}
.table .thead {
    background-color:#f4f5f6;
    display:none
}
.table .tr {
    border-top:1px solid #e5e5e5
}
.table label {
    display:inline;
    font-weight:normal
}
.table .th,
.table .td {
    vertical-align:middle;
    word-break:break-word
}
@media screen and (max-width:767px) {
    .table .tr {
        padding:25px 0
    }
    .table .td:first-of-type {
        font-weight:bold;
        font-size:15px;
        line-height:20px;
        letter-spacing:1.5px;
        text-transform:uppercase
    }
}
@media screen and (min-width:768px) {
    .table {
        border-right:1px solid #e5e5e5;
        text-align:center;
        font-weight:300;
        font-size:16px;
        line-height:20px
    }
    .table label {
        display:none
    }
    .table .thead,
    .table .tr {
        display:table;
        width:100%;
        table-layout:fixed;
        padding:0
    }
    .table .th,
    .table .td {
        display:table-cell;
        width:2%;
        padding:15px;
        border-left:1px solid #e5e5e5
    }
    .table .th {
        font-weight:600
    }
}
.article-body .spec-content ul.list,
.article-body .spec-content ol.list {
    padding-left:30px;
    margin-bottom:17px;
    margin-left:0
}
.article-body .spec-content ol.list>li {
    list-style:decimal outside;
    padding-bottom:10px
}
.article-body .spec-content ol.list>li ul.corrections {
    margin-bottom:0
}
.article-body .spec-content ul.list>li {
    list-style:disc;
    padding-bottom:10px
}
