﻿/* HTML OVERRIDES */
html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    background-color: #eeeeee;
    min-height: 100vh;
}
img, object, embed, video, table, iframe {
    max-width: 100%;
}
article img {
    height: auto !important;
}
a {
    text-decoration: none;
    color: #2774c9;
}
dt {
    font-weight: bold;
}
h1 {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1em;
}
h1:before, .LAB_PM_Bullets:before {
    margin: 0 0 0 -1em;
    padding: 0 .35em 0 0;
    color: #2774c9;
    content: ".:";
    font-weight: 900;
    font-size: .9em;
}


/* STRUCTURE/LAYOUT */
.COL_X, .COL_16, .COL_20, .COL_25, .COL_28, .COL_30, .COL_33, .COL_40, .COL_50, .COL_60, .COL_66, .COL_70, .COL_72, .COL_75, .COL_80, .COL_100 {
    float: left;
    margin: 0;
    padding: 0;
}
.COL_16 { width: 16.6666%; }
.COL_20 { width: 20%; }
.COL_25 { width: 25%; }
.COL_28 { width: 28%; }
.COL_30 { width: 30%; }
.COL_33 { width: 33.3333%; }
.COL_40 { width: 40%; }
.COL_50 { width: 50%; }
.COL_60 { width: 60%; }
.COL_66 { width: 66.6666%; }
.COL_70 { width: 70%; }
.COL_72 { width: 72%; }
.COL_75 { width: 75%; }
.COL_80 { width: 80%; }
.COL_100 { width: 100%; }
.ROW_New {
    clear: both;
}
.ROW_Half {
    display: none;
    clear: both;
}
.ROW_HR {
    display: block;
    margin: 1rem 0;
    clear: both;
    height: 1px;
    background-color: #cccccc;
}
.ROW_Under {
    clear: both;
    border-bottom: 1px solid #eeeeee;
}


/* SPACING/ALIGNMENTS */
.BOX_Pad {
    padding: 1rem;
}
.BOX_PadLR {
    padding: 0 1rem;
}
.BOX_PadTB {
    padding: 1rem 0;
}
.BOX_Off {
    margin: 1rem;
}
.BOX_OffLR {
    margin: 0 1rem;
}
.BOX_OffTB {
    margin: 1rem 0;
}

.FLOAT_L {
    float: left !important;
}
.FLOAT_R {
    float: right !important;
}
.TXT_L {
    text-align: left;
}
.TXT_C {
    text-align: center;
}
.TXT_R {
    text-align: right;
}
.TXT_B {
    font-weight: bold;
}
.TXT_I {
    font-style: oblique;
}
.TXT_S {
    font-size: .8rem;
}



/* CONTAINERS */
.BOX_MainCol {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    min-width: 320px;
    max-width: 100%;
}
.BOX_Ad, .BOX_LeadAd, .BOX_CarouselAd, .BOX_StickyAd {
    display: block;
    padding: 1rem;
    text-align: center;
}
    .BOX_Ad *, .BOX_LeadAd *, .BOX_CarouselAd *, .BOX_StickyAd * {
        max-width: 100%;
    }
    .BOX_Ad img, .BOX_LeadAd img, .BOX_CarouselAd img, .BOX_StickyAd img {
        border: 1px solid #dddddd;
        background-color: #ffffff;
        height: auto;
    }
    .BOX_Ad:after, .BOX_LeadAd:after, .BOX_CarouselAd:after, .BOX_StickyAd:after {
        display: block;
        content: 'sponsor';
        margin: 0;
        padding: 0;
        color: #999999;
        text-align: center;
        font-size: .7rem;
    }
.BOX_GhostAd {
    position: fixed;
    top: 40px;
    z-index: 1;
}
    .BOX_GhostAd .BOX_Ad:after {
        display: none;
    }
.BOX_LeadPad {
    display: none;
}
.BOX_FootPad {
    display: none;
}
.BOX_CarouselAd {
    margin: .5rem;
    padding: .80rem .5rem;
    background-color: #333333;
}

#BOX_Head {
    padding: 1rem 0;
    background-color: #ffffff;
}
#BOX_SubNav {
    background-color: #ffffff;
}
#BOX_HeadLite {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 2px solid rgba(200, 200, 200, .5);
    z-index: 99;
}
    #BOX_HeadLiteInner {
        background-color: #ffffff;
        border-bottom: 2px solid rgba(200, 200, 200, .8);
        height: 40px;
        padding: .5rem 0;
    }
#BOX_HeadLiteMenu, #BOX_HeadLiteSearch {
    position: fixed;
    display: none;
    left: 5vw;
    top: 5vh;
    width: 90vw;
    max-width: 600px;
    max-height: 90vh;
    overflow: auto;
    background-color: #dddddd;
    border: 1px solid rgba(0, 62, 126, 1);
    border-bottom: .5rem solid rgba(0, 62, 126, 1);
    z-index: 1005;
}
    #BOX_HeadLiteSearch { left: auto; right: 5vw; }
    #BOX_HeadLiteMenuInner, #BOX_HeadLiteSearchInner {
        display: block;
        color: rgba(0, 62, 126, 1);
        padding: 0 1rem 1rem 1rem;
    }
    #BOX_HeadLiteLogo {
        float: left;
    }
    #BTN_HeadLiteSearch {
        display: none;
    }
    #BOX_HeadLampSearch {
        padding: .5rem;
        text-align: right;
    }
#BOX_PubBanner {
    padding: .5rem .5rem 0 .5rem;
    background: linear-gradient(to bottom, #ffffff 20%, #bec2e0 100%);
    color: #555555;
    font-size: 1.2rem;
    font-weight: bold;
}
    #BOX_PubBanner img {
        height: 40px;
    }
.BOX_FadeRuleA {
    clear: both;
    border-bottom: 2px solid #cccccc;
}
.BOX_FadeRuleB {
    clear: both;
    border-bottom: 2px solid #dddddd;
}
#BOX_Body {
    min-height: 100vh;
    background-color: #eeeeee;
    position: relative;
}
#BOX_Foot {
    display: block;
    background-color: #999999;
    color: #333333;
    font-size: .7rem;
}
    #BOX_Foot a {
        display: block;
        color: #ffffff;
        text-decoration: none;
    }
#BOX_FootLite {
    display: none;
    padding: 1rem;
    text-align: center;
}
#BOX_Floor {
    display: block;
    padding: 1rem;
    background-color: #999999;
    color: #333333;
    text-align: center;
}
#BOX_SearchSuggestions {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    z-index: 100;
}
.BOX_OnMobile {
    display: none;
}
.BOX_Content {
    margin: 0 .5rem 1rem .5rem;
    padding: 1rem;
    background-color: #ffffff;
    border-bottom: .5rem solid #dddddd;
    word-wrap: break-word;
    transition: all 500ms;
}
    .BOX_Content:hover {
        background-color: #dddddd;
    }
    .BOX_Content.Abridged, .BOX_Abridged {
        position: relative;
        overflow: hidden;
    }
    .BOX_Content.Abridged .BTN_More, .BOX_Abridged .BTN_More {
        position: absolute;
        padding: .5rem;
        left: 0;
        bottom: 0;
        width: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50%);
        text-align: center;
        text-decoration: none;
    }
        .BOX_Content.Abridged .BTN_More span, .BOX_Abridged .BTN_More span {
            padding: 0 1rem;
            background-color: #2774c9 ;
            color: #dddddd;
            text-decoration: none;
            border-radius: .5rem;
        }
        .BOX_Content.Abridged .BTN_More:hover span, .BOX_Abridged .BTN_More:hover span {
            color: #ffffff;
        }
.BOX_Bulletin {
    margin: 0 .5rem 1rem .5rem;
    text-align: center;
}
    .BOX_Bulletin .LAB_BulletinHead {
        display: block;
        padding: .1rem;
        background-color: #aa0000;
        color: #ffffff;
        font-weight: bolder;
        font-size: 1.1rem;
        line-height: 1;
    }
    .BOX_Bulletin .BOX_BulletinBody {
        display: block;
        padding: 1rem;
        background-color: #dddddd;
        color: #000000;
        line-height: 1;
    }
.BOX_ArticleContent {
    font-size: 1rem;
    line-height: 1.5em;
}
.BOX_PromotedContent {
}
    .BOX_PromotedContent b {
        font-size: 1.2rem;
    }
.BOX_Carousel {
    display: block;
}
.BOX_CarouselSlide {
    position: relative;
    margin: .5rem;
}
    .BOX_CarouselSlide a {
        text-decoration: none;
    }
    .BOX_CarouselSlide a img {
        display: block;
        width: 100%;
        border: 1px solid #dddddd;
    }
    .BOX_CarouselSlide a span, .BOX_CarouselSlide a div {
        position: absolute;
        padding: 1rem 0 .2rem 0;
        width: 100%;
        left: 1px;
        bottom: 1px;
        color: #ffffff;
        background: none;
        text-align: center;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
        font-size: 1.1rem;
        text-shadow: 1px 1px #000000;
    }
    .BOX_CarouselSlide a div {
        font-size: .9rem;
        font-weight: bold;
    }
        .BOX_CarouselSlide a:hover span, .BOX_CarouselSlide a:hover div {
            background: linear-gradient(to bottom, rgba(0, 62, 126, 0) 0, rgba(0, 62, 126, 1) 100%);
        }
.BOX_Hilight {
    padding: 0 0 0 .5rem;
    border-left: 3px solid #2774c9;
}
.BOX_SocialButtons {
    padding: 0 1rem;

}
    .BOX_SocialButtons a {
        display: inline !important;
        padding: 1px !important;
        background: none !important;
    }
    .BOX_SocialButtons a:hover {
        background: none !important;
    }
    .BOX_SocialButtons img {
        width: 32px;
    }
.BOX_HomeProducts {
}
    .BOX_HomeProducts .BOX_HomeProduct {
        display: block;
    }
        .BOX_HomeProducts .BOX_HomeProduct a {
            display: block;
            padding: 1rem;
            text-decoration: none;
            color: #000000;
            font-size: .9rem;
            transition: all 500ms;
        }
        .BOX_HomeProducts .BOX_HomeProduct a:hover {
            background-color: #ffffff;
        }
        .BOX_HomeProducts .BOX_HomeProduct b {
            display: block;
            color: #2774c9;
            font-weight: bold;
            font-size: .9rem;
            transition: all 500ms;
        }
            .BOX_HomeProducts .BOX_HomeProduct:hover b {
                color: #003e7e;
            }
        .BOX_HomeProducts .BOX_HomeProduct span {
            display: block;
            color: #333333;
            font-weight: bold;
            font-size: .8rem;
        }
        .BOX_HomeProducts .BOX_HomeProduct i {
            display: block;
            color: #2774c9;
            font-weight: bold;
            font-size: .8rem;
            text-align: right;
        }
        .BOX_HomeProducts .BOX_HomeProduct.Featured {
            background-color: #8dddfb;
        }
        .BOX_HomeProducts .BOX_HomeProduct.Featured  b {
            color: #000000;
        }
            .BOX_HomeProducts .BOX_HomeProduct.Featured:hover  b {
                color: #003e7e;
            }
        .BOX_HomeProducts .BOX_HomeProduct.Featured  i {
            color: #003e7e;
        }
        .BOX_HomeProducts .BOX_HomeProduct.Featured span {
            color: #333333;
        }
        .BOX_HomeProducts .BTN_HomeProductAction {
            float: right;
            padding: .1rem 1rem;
            margin: .1rem;
            background-color: #003e7e;
            color: #ffffff;
            font-size: .7rem;
            font-weight: bold;
            text-decoration: none;
        }
.BOX_HomeProdButtons {
    padding: 1rem;
    background-color: #666666;
    color: #ffffff;
}
    .BOX_HomeProdButtons a {
        color: #ffffff;
        text-decoration: none;
    }
.BOX_HomeVideos {
    margin: 0;
    padding: 0;
}
.BOX_IndustryEvents {
    display: block;
}
    .BOX_IndustryEvents a {
        display: block;
        margin: 0 0 5px 0;
        padding: .3rem;
        color: #333333;
        text-decoration: none;
        font-size: .8rem;
        border-bottom: 1px solid #eeeeee;
    }
        .BOX_IndustryEvents a:hover {
            background-color: #2774c9;
            color: #ffffff;
        }
.BOX_LongResults {
    display: block;
}
    .BOX_LongResults a, .BOX_LongResults span {
        display: block;
        margin: 0;
        padding: .3rem 1rem;
        color: #333333;
        text-decoration: none;
        transition: all 500ms;
    }
        .BOX_LongResults a.Featured {
            background-color: #8dddfb;
        }
        .BOX_LongResults a.Featured b {
            color: #000000;
        }
        .BOX_LongResults a:hover, .BOX_LongResults span:hover {
            background-color: #ffffff;
        }
        .BOX_LongResults a b, .BOX_LongResults span b {
            display: block;
            color: #2774c9;
            transition: all 500ms;
        }
        .BOX_LongResults a:hover b, .BOX_LongResults span:hover b {
            color: #003e7e;
        }
        .BOX_LongResults a img, .BOX_LongResults span img {
            float: right;
            max-width: 33.3333%;
            max-height: 10rem;
            margin: .5rem 0 .5rem .5rem;
            border: 1px solid #dddddd;
            background-color: #ffffff;
        }

.BOX_DateLarge {
    float: left;
    display: block;
    margin: .2rem .5rem .5rem 0;
    padding: 0;
    background-color: #ffffff;
    color: #555555;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid #555555;
}
    .BOX_DateLarge .LAB_DateMonth {
        display: block;
        margin: 1px;
        padding: 1px .4rem;
        background-color: #2774c9;
        color: #ffffff;
        font-size: 1rem;
        font-weight: normal;
    }
.BOX_VideoThumb {
    position: relative;
    margin: 2px;
    min-height: 5rem;
    text-align: center;
}
    .BOX_VideoThumb a span, .BOX_VideoThumb a b {
        position: absolute;
        padding: 1rem 0 .2rem 0;
        width: 100%;
        left: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
        color: #ffffff;
        text-align: center;
        font-size: 1.1rem;
        text-shadow: 1px 1px #000000;
    }
    .BOX_VideoThumb a b {
        font-size: .9rem;
        font-weight: bold;
    }
        .BOX_VideoThumb a:hover span, .BOX_VideoThumb a:hover b {
            background: linear-gradient(to bottom, rgba(0, 62, 126, 0) 0, rgba(0, 62, 126, 1) 100%);
        }
.BOX_SuggestedContentItem {
    position: relative;
    display: block;
    margin: .5rem;
    border: 1px solid #dddddd;
    height: 120px;
    overflow: hidden;
    text-align: center;
}
    .BOX_SuggestedContentItem img {
        max-width: 100%;
        max-height: 150%;
    }
    .BOX_SuggestedContentItem span {
        position: absolute;
        padding: 1rem 0 .2rem 0;
        width: 100%;
        left: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
        color: #ffffff;
        text-align: center;
        font-size: .9rem;
        font-weight: bold;
        text-shadow: 1px 1px #000000;
    }
    .BOX_SuggestedContentItem:hover span {
        background: linear-gradient(to bottom, rgba(0, 62, 126, 0) 0, rgba(0, 62, 126, 1) 100%);
    }
#BOX_SocialShare {
    position: relative;
    z-index: 1002;
}
    #BOX_SocialShareInner {
        position: absolute;
        margin: 0 0 0 -.5rem;
        padding: 2px 5px;
        left: -2rem;
        color: #000000;
        font-size: .8rem;
        background-color: rgba(255, 255, 255, 0);
        transition: background-color 500ms;
    }
        #BOX_SocialShareInner:hover {
            background-color: #2774c9;
            color: #ffffff;
        }
    #BOX_SocialShareInner a {
        display: block;
        margin: 4px 0 0 0;
    }
        #BOX_SocialShareInner a img {
            width: 32px;
        }
#BOX_CompanyEmailer {
    position: fixed;
    padding: 1rem;
    width: 500px;
    max-width: 90%;
    max-height: 80vh;
    overflow: auto;
    right: 0;
    top: 60px;
    background-color: #ffffff;
    background: linear-gradient(to bottom, #ffffff 20%, #aec6e1 100%);
    border: 1px solid #2774c9;
    border-bottom: .5rem solid #2774c9;
    z-index: 2;
}
    #BOX_CompanyEmailer {
        background: linear-gradient(to bottom, #ffffff 20%, #8ed69e 100%);
        border: 1px solid #1d7e33;
        border-bottom: .5rem solid #1d7e33;
    }
.BOX_PromotedBadge {
    float: right;
    margin: 0 10px 5px 0;
    padding: 2px;
    background-color: #dddddd;
    color: #666666;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
}
.BOX_TechLink {
    display: block;
    position: relative;
    margin: 0 1rem 1rem 1rem;
    padding: 0;
    background-color: #ffffff;
    border-bottom: .5rem solid #dddddd;
    word-wrap: break-word;
    transition: all 500ms;
}
    .BOX_TechLink:hover {
        background-color: #dddddd;
    }
    .BOX_TechLink img {
        float: left;
    }
    .BOX_TechLink span {
        position: absolute;
        padding: .5rem;
        left: 0;
        top: 0;
        width: calc(100% - 1rem);
        background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
        color: #ffffff;
        font-size: 1.1rem;
        font-weight: bold;
        text-shadow: 1px 1px #000000;
        transition: all 500ms;
    }
    .BOX_TechLink:hover span {
        background: linear-gradient(to top, rgba(0, 62, 126, 0) 0, rgba(0, 62, 126, 1) 100%);
    }
.BOX_FormLabel {
    float: left;
    width: 25%;
    text-align: right;
}
.BOX_FormField {
    float: left;
    width: 75%;
    padding-bottom: .5rem;
}
    .BOX_FormField * {
        margin-left: 2%;
    }
#BOX_EditLinks
{
    position: absolute;
    margin: 0;
    padding: 4px;
    width: 16px;
    left: 0;
    top: 0;
    z-index: 99;
    border: 1px dashed #666666;
    background-color: #eeeeee;
    color: #000000;
    text-align: center;
}
#BOX_ExternalEditor
{
    position: fixed;
    margin: 2% 10%;
    padding: 10px;
    width: 80%;
    height: 80%;
    left: 0;
    top: 0;
    z-index: 2000;
    background-color: #cccccc;
    color: #000000;
}
    #BOX_ExternalEditor .BTN_ExternalEditorClose {
        position: absolute;
        top: -.5rem;
        right: -.5rem;
        padding: 2px 5px;
        border: 1px solid #333333;
        text-decoration: none;
        background-color: #ffffff;
        color: #333333;
        font-size: 1rem;
    }
.BOX_ResImgViewer
{
    position: fixed;
    margin: 2vh 10vw;
    padding: 10px;
    width: 80vw;
    height: 80vh;
    left: 0;
    top: 0;
    z-index: 1010;
    color: #000000;
}
    .BOX_ResImgViewer .BOX_ResImgThumbs {
        float: left;
        width: 10%;
        height: 100%;
        overflow: auto;
        background-color: #666666;
        border: 2px solid #666666;
    }
    .BOX_ResImgViewer #BOX_ResImgFull {
        position: relative;
        height: 100%;
        overflow: hidden;
        background-color: #cccccc;
        border: 2px solid #666666;
    }
        .BOX_ResImgViewer #BOX_ResImgFull #IMG_ResImgFull {
            position: absolute;
            max-width: none;
            max-height: none;
        }
    .BOX_ResImgViewer #LAB_ResImgCaption {
        padding: 2px;
        border-bottom: 2px solid #666666;
        background-color: #ffffff;
        color: #000000;
        text-align: center;
    }
.BOX_UserAlert {
    position: fixed;
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    right: 100vw;
    bottom: 0;
    background-color: #c7d92e;
    color: #000000;
    border-top: 1px solid #8e983c;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    z-index: 1000;
    transition: all 1000ms;
}
    .BOX_UserAlert .BTN_Close {
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #8e983c;
        padding: 0 5px;
        background-color: inherit;
        color: #000000;
        text-decoration: none;
    }
.BOX_OnTab {
    display: none;
}
.BOX_SymbolChart {
    display: inline-block;
    position: relative;
    margin: 1px;
    width: 1.3rem;
    height: 1em;
}
.BOX_SymbolChartInner {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 1.3rem;
    height: 1.2rem;
    overflow: hidden;
    background-color: rgba(64, 64, 64, .4);
    text-align: center;
    transition: all 100ms;
}
    .BOX_SymbolChartInner:hover {
        background-color: rgba(64, 64, 64, 1);
    }
    .BOX_SymbolChartInner a {
        display: inline-block;
        margin: .1rem;
        padding: .1rem;
        border: .1rem solid #aaaaaa;
        width: .7rem;
        height: .7rem;
        line-height: .7rem;
        text-align: center;
        background-color: #eeeeee;
        color: #000000;
        text-decoration: none;
        font-size: .7rem;
        font-weight: bold;
        overflow: hidden;
        transition: all 100ms;
    }
        .BOX_SymbolChartInner a:hover {
            background-color: #ffffff;
            color: #003e7e;
        }
.BOX_HeadlineCompany {
    color: #777777;
    font-size: .9rem;
    text-align: right;
}
.BOX_QuoteBlock {
    float: right;
    clear: right;
    max-width: 40%;
    margin: 1rem;
    padding: 1.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    font-style: italic;
    background-color: #8dddfb;
    color: #333333;
    border-radius: 1rem;
    line-height: 2rem;
}
.BOX_InsertSuggested {
    float: right;
    margin: 1rem 0 1rem 1rem;
    padding: .5rem 1rem .5rem 1rem;
    max-width: 60%;
    background-color: #eeeeee;
    font-size: .9rem;
}
    .BOX_InsertSuggested ul {
        margin-left: 0;
        padding-left: 1rem;
    }
    .BOX_InsertSuggested ul li {
        margin-left: 0;
        padding-left: 0;
    }



/* LABELS */
.LAB_Head {
    display: block;
    margin: 0 0 .5rem 0;
    padding: 0;
    color: #003e7e !important;
    font-size: 1.20rem;
    font-weight: bold;
    border-bottom: 1px solid #003e7e;
    text-decoration: none;
}
    .LAB_Head img {
        max-height: 1.25rem;
    }
.LAB_SubHead {
    display: block;
    margin: 0 0 .5rem 0;
    padding: 0 0 0 .5rem;
    color: #003e7e !important;
    font-size: 1rem;
    font-weight: bold;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    text-decoration: none;
}
.LAB_TimePassed {
    float: right;
    padding: 0 0 0 .5rem;
    color: #2774c9;
    font-size: .8rem;
    text-align: right;
}
.LAB_PubLabel {
    float: right;
    padding: 0 0 0 .5rem;
    color: #2774c9;
    font-size: .8rem;
    text-align: right;
}
.LAB_CompanyName {
    color: #2774c9;
    font-size: .8rem;
}
.LAB_Note {
    color: #777777;
    font-size: .9rem;
}
.LAB_OnDemand {
    float: left;
    display: block;
    margin: 0 .5rem .2rem 0;
    padding: 1px .5rem;
    background-color: #eeeeee;
    color: #555555;
    text-align: center;
    font-size: .7rem;
    font-weight: bold;
    border: 1px solid #555555;
}
.LAB_ActionSmall {
    float: right;
    margin: 1px 0 1px .5rem;
    padding: 2px 8px;
    background-color: #2774c9 !important;
    color: #eeeeee !important;
    font-size: .6rem;
    text-decoration: none;
    border-radius: .5rem;
}
    .LAB_ActionSmall img {
        float: none !important;
        margin: 0 !important;
        border: none !important;
        vertical-align: middle;
        background-color: transparent !important;
    }
.LAB_DefaultSearch {
    color: #999999;
    font-style: italic;
}
.LAB_PromotedHeading {
    display: block;
    color: #666666;
    text-align: center;
    font-size: 11px;
    padding: 1px 5px;
}
.LAB_Feedback {
    display: block;
    padding: 2px 5px;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    z-index: 100;
}
.LAB_Author {
    text-transform: uppercase;
}




/* LISTS */
.LST_NewslettersList, .LST_NewslettersList li {
    margin: 0;
    padding: 0;
    list-style: none;
}
    .LST_NewslettersList li a {
        display: block;
        padding: .2rem .5rem;
        border-bottom: 1px solid #cccccc;
        font-size: .8rem;
        background-color: #eeeeee;
        color: #000000;
    }
        .LST_NewslettersList li a:hover {
            background-color: #cccccc;
        }
.LST_SubNav {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
    .LST_SubNav .BTN_SubNav {
        float: left;
        margin: 0;
        padding: 0;
        width: 11.1111%;
        border-bottom: .5rem solid #999999;
        list-style: none;
        text-align: center;
    }
        .LST_SubNav .BTN_SubNav .BTN_SubNavInner .BTN_SubNavTab {
            display: block;
            margin: 0;
            padding: 0;
            height: 1.5rem;
            text-decoration: none;
            font-size: .8rem;
            font-weight: bold;
            color: #000000;
        }
        .LST_SubNav .BTN_SubNav .BTN_SubNavInner {
            display: block;
            position: relative;
        }
        .LST_SubNav .BTN_SubNav .BTN_SubNavInner .BOX_MMLinks {
            position: absolute;
            visibility: hidden;
            opacity: 0.0;
            filter: alpha(opacity=0);
            left: 0;
            top: 1.5rem;
            margin: 0;
            background-color: #ffffff;
            border: 1px solid #999999;
            border-bottom: .5rem solid #999999;
            z-index: 2;
            text-align: left;
            font-size: .9rem;
            transition: all 50ms;
            transition-delay: 50ms;
        }
            .LST_SubNav .BTN_SubNav .BTN_SubNavInner:hover .BOX_MMLinks {
                visibility: visible;
                opacity: 1.0;
                filter: alpha(opacity=100);
            }
            .LST_SubNav .BOX_MMLinks a {
                display: block;
                color: #000000;
                text-decoration: none;
                padding: .1rem 1rem;
                border-bottom: 1px solid #eeeeee;
                white-space: nowrap;
            }
                .LST_SubNav .BOX_MMLinks a:hover {
                    color: rgba(0, 62, 126, 1);
                }

.LST_Headlines {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
    .LST_Headlines li {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid #eeeeee;
        clear: both;
    }
        .LST_Headlines li a {
            display: block;
            margin: 0;
            padding: .2rem;
            color: #000000;
            text-decoration: none;
            background-position: 0 0;
            background-size: 100%;
        }
            .LST_Headlines li a.Promoted {
                background-color: #dddddd;
            }
            .LST_Headlines li a:hover, .LST_Headlines li a.Active {
                background-color: #2774c9 !important;
                color: #ffffff !important;
            }
                .LST_Headlines li a:hover * {
                    color: #dddddd;
                }

.LST_PM_Bullets {
    margin: 0;
    padding: 0;
    list-style: none;
}
    .LST_PM_Bullets li {
        float: none;
        margin: 0 0 0 1rem;
        padding: 0;
        list-style: none;
        width: auto;
        text-align: left;
        border: none;

    }
    .LST_PM_Bullets li:before {
        float: left;
        margin: 0 0 0 -1rem;
        padding: 0 .30rem 0 0;
        color: #2774c9;
        content: ".:";
        font-weight: 900;
        font-size: .9em;
    }
.LST_PageLinks
{
    display: block;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
    .LST_PageLinks li
    {
        display: inline;
        margin: 0 2px;
        padding: 0;
        list-style: none;
    }
    .LST_PageLinks li a, .LST_PageLinks li b
    {
        display: inline-block;
        margin: 2px;
        padding: 2px 5px;
        border: 1px solid rgba(0, 62, 126, 1);
        border-radius: 4px;
        color: rgba(0, 62, 126, 1);
        text-decoration: none;
    }
    .LST_PageLinks li a:hover, .LST_PageLinks li a.Active, .LST_PageLinks li b
    {
        background-color: rgba(0, 62, 126, 1);
        color: #ffffff;
    }


/* BUTTONS */
.BTN_Txt {
    display: block;
    color: #000000;
    text-decoration: none;
}
    .BTN_Txt:hover {
        color: rgba(0, 62, 126, 1);
        text-decoration: none;
    }
.BTN_HeadAction {
    display: block;
    margin: .2rem;
    padding: 2px 5px;
    background-color: #003e7e;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: .8rem;
    font-weight: bold;
}
    .BTN_HeadAction:hover {
        background-color: #ffffff;
        color: #003e7e;
    }
.BTN_ViewAll {
    float: right;
    margin: .5rem;
}
.BTN_Action {
    display: inline-block;
    margin: 2px;
    padding: 1px 1rem;
    background-color: #2774c9 !important;
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    border: none;
    cursor: pointer;
}
    .BTN_Action:hover, .BTN_Action.Active {
        background-color: #003e7e !important;
    }
.BTN_ActionSmall {
    float: right;
    margin: 1px 0 1px .5rem;
    padding: 2px 8px !important;
    background-color: #666666 !important;
    color: #dddddd !important;
    font-size: .6rem;
    text-decoration: none;
    border-radius: .5rem;
    border: none;
    cursor: pointer;
}
.BTN_ActionLarge {
    display: block;
    margin: 2px;
    padding: .5rem 2rem;
    background-color: #2774c9 !important;
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
    .BTN_ActionLarge:hover, .BTN_ActionLarge.Active {
        background-color: #003e7e !important;
    }
.BTN_ActionAlt {
    margin: 1px 0 1px .5rem;
    padding: 2px 8px;
    background-color: #2774c9 !important;
    color: #ffffff !important;
    font-size: 1rem;
    text-decoration: none;
    border-radius: .5rem;
    cursor: pointer;
}
    .BTN_ActionSmall:hover, .BTN_ActionAlt:hover {
        background-color: #333333 !important;
        color: #ffffff !important;
    }
    .BTN_ActionSmall img, .BTN_ActionAlt img {
        vertical-align: text-top;
    }
.BTN_ActionHeadLite {
    float: left;
    margin: .1rem;
    padding: .2rem 1rem;
    width: 130px;
    background-color: #ffffff;
    color: rgba(0, 62, 126, 1);
    border: 1px solid #dddddd;
    text-decoration: none;
    cursor: pointer;
}
    .BTN_ActionHeadLite:first-letter {
        font-size: 1.2rem;
        font-weight: bold;
    }
    .BTN_ActionHeadLite:hover, .BTN_ActionHeadLite.Active {
        background-color: rgba(0, 62, 126, 1);
        color: #ffffff;
    }
.BTN_MoreNews {
    position: fixed;
    left: -5px;
    right: auto;
    top: 40%;
    z-index: 2;
}
    .BTN_MoreNews.Open {
        left: auto;
        right: -5px;
    }
.BTN_Tag {
    display: inline-block;
    margin: 1px;
    padding: 2px 5px;
    text-decoration: none;
    color: #666666;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: .8rem;
}
.BTN_PromotedContent
{
    display: block;
    margin: 0;
    padding: 5px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
}
    .BTN_PromotedContent:hover
    {
        background-color: #666666;
        color: #dddddd;
    }
    .BTN_PromotedContent .BOX_PromotedCompany
    {
        float: right;
        margin: 5px 0 0 0;
        font-size: 11px;
    }
.BTN_ContentLink {
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: inherit;
    transition: all 500ms;
}
    .BTN_ContentLink:hover {
        background-color: #ffffff;
    }
    .BTN_ContentLink b {
        color: #2774c9;
    }
.BTN_EDUTerm {
    color: #ff6000;
    font-weight: bold;
}
.BTN_BGCat {
    color: #1d7e33 !important;
    border-color: #1d7e33 !important;
    font-weight: bold;
}



/* IMAGES */
.IMG_VideoThumb {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
}
.IMG_HomeProduct {
    width: 100%;
    height: 120px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 50%;
    border: 1px solid #dddddd;
}
.IMG_HeadlineThumb {
    float: right;
    margin: 0 0 2px 5px;
    max-width: 40%;
    max-height: 8rem;
    border: 1px solid #dddddd;
}
.IMG_ContentThumb {
    float: right;
    margin: 0 0 2px 5px;
    max-width: 25%;
    border: 1px solid #dddddd;
}
.IMG_SearchThumb {
    float: right;
    margin: 0 0 2px 5px;
    max-width: 15%;
    max-height: 100px;
    border: 1px solid #dddddd;
}
.IMG_MMThumb {
    max-height: 140px;
    border: 1px solid #dddddd;
}
.IMG_MMThumbSmall {
    float: right;
    margin-left: 5px;
    max-width: 35%;
    max-height: 70px;
    border: 1px solid #dddddd;
}
.IMG_Bordered {
    border: 1px solid #dddddd;
}
.IMG_BorderedHi {
    border: 1px solid #003e7e;
}


/* Print options */
.NoPrint {}
.OnPrint { display: none; }


/* Full widescreen */
@media (min-width: 1600px) {
    .BOX_MarginOut {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        border: 1px solid rgba(128, 128, 128, .5);
        width: 200px;
        z-index: 1001;
    }
        .BOX_MarginOut img {
            width: 100%;
            margin: 0 0 1rem 0;
            padding: 0;
        }
        .BOX_MarginOut .BOX_Hide {
            display: none;
        }
}


/* Collapsed widescreen, 990-1275 */
@media (max-width: 1274px) {
    #BOX_SocialShare {
        float: right;
        padding: 0 .5rem .5rem .5rem;
    }
    #BOX_SocialShareInner {
        position: relative;
        left: auto;
        right: 0;
        background-color: #ffffff;
    }
        #BOX_SocialShareInner a {
            display: inline-block;
        }
}


/* Tablet screens, 640-990 */
@media (max-width: 989px) {

	.COL_16 { width: 33.3333%; }
	.COL_25, .COL_75 { width: 50%; }
	.COL_28 { width: 38%; }
	.COL_72 { width: 62%; }
    .ROW_Half { display: block; }

	.BOX_Pad { padding: .8rem; }
	.BOX_PadLR { padding: 0 .8rem; }
	.BOX_PadTB { padding: .8rem 0; }
    .BOX_GhostAd { display: none !important; }
    .BOX_LeadAd {
        position: absolute;
        margin: 0;
        padding: 1rem 0;
        left: -1px;
        top: 0;
        width: 100%;
    }
    .BOX_LeadPad {
       display: block;
       height: 130px;
    }

    #BOX_PubTop { display: none; }
    #BOX_HeadLite { display: block !important; }
    #BOX_Head { display: none; }
    #BOX_SubNav { display: none; }
    #BOX_PubBanner { display: none; }
    #BOX_Foot { display: none; }
    #BOX_Body { margin-top: 50px; }
    #BOX_FootLite { display: block; }

    .BOX_Carousel .COL_33, .BOX_Carousel .COL_50, .BOX_Carousel .COL_66 { width: 100%; }
    .BOX_HomeProducts .COL_33, .BOX_HomeProducts .COL_66 { width: 50%; }
    .BOX_HomeProducts .COL_66 .COL_33 { width: 100%; }
    .BOX_HomeVideos .COL_25, .BOX_HomeVideos .COL_33, .BOX_HomeVideos .COL_66 { width: 100%; }
    .BOX_LongResults .COL_50, .BOX_LongResults .COL_33, .BOX_LongResults .COL_33 { width: 100%; }
    .BOX_SuggestedContent .COL_33 { width: 50%; }
    .BOX_WhitePaperAds .COL_20 { width: 100%; }
    .BOX_VideoGallery .COL_25, .BOX_VideoGallery .COL_50, .BOX_VideoGallery .COL_75 { width: 100%; }
    .BOX_TechLinks .COL_33 { width: 50%; }
    .BOX_FormLabel { width: 33.3333%; }
    .BOX_FormField { width: 66.6667%; }
    .BOX_SearchResults .COL_25, .BOX_SearchResults .COL_75 { width: 100%; }
    .BOX_IndustryEventsRes .COL_50, .BOX_IndustryEventsRes .COL_33 { width: 100%; }
    .BOX_InsertSuggested {
        float: none;
        clear: both;
        display: block;
        margin: 1rem 0;
        max-width: none;
    }

    .BOX_NoTab {
        display: none;
    }
    .BOX_OnTab {
        display: block;
    }

    .BTN_Action {
        font-size: .9rem;
    }
}




/* Phone, 320-640 */
@media (max-width: 639px) {

    .COL_16, .COL_10, .COL_20 { width: 50%; }
	.COL_X, .COL_25, .COL_28, .COL_30, .COL_33, .COL_40, .COL_50, .COL_60, .COL_66, .COL_70, .COL_72, .COL_75, .COL_80, .COL_90 { width: 100%; }

	.BOX_Pad { padding: .5rem; }
	.BOX_PadLR { padding: 0 .5rem; }
	.BOX_PadTB { padding: .5rem 0; }

    #BOX_HeadLiteLogo {
        float: none;
        text-align: center;
    }
    #BTN_HeadLiteSearch {
        display: block;
    }
    #BOX_HeadLampSearch {
        display: none;
    }
    .BOX_LeadAd { position: relative; top: 0; width: auto; }
    .BOX_LeadPad { display: none; }
    #BOX_SocialShare { float: none; padding: 0 .5rem; text-align: center; z-index: unset; }
    #BOX_SocialShareInner { position: relative !important; top: auto !important; left: auto !important; }
    .BOX_TechLinks .COL_33 { width: 100%; }
    .BOX_FormLabel { width: 100%; text-align: left; }
    .BOX_FormField { width: 100%; }
    .BOX_UserAlert { display: none; }

    .BOX_FullPar {
        margin-top: 0 !important;
    }

    .BOX_HiddenColumn {
        width: 0;
        height: 0;
        overflow: hidden;
    }
        .BOX_HiddenColumn #BOX_AdLeft1, .BOX_HiddenColumn #BOX_AdLeft2, .BOX_HiddenColumn #BOX_AdLeft3 {
            position: absolute;
            width: 40%;
            padding: 0 5%;
            border: none;
            z-index: 1;
        }
        .BOX_HiddenColumn #BOX_AdLeft1 {
            left: 0;
            bottom: 1rem;
        }
        .BOX_HiddenColumn #BOX_AdLeft2 {
            left: 50%;
            bottom: 1rem;
        }
        .BOX_HiddenColumn #BOX_AdLeft3 {
            left: 0;
            bottom: 50vw;
            width: 90%;
        }
    .BOX_FootPad {
        display: block;
        height: 45vw;
    }
    .BOX_FootPadB {
        display: block;
        height: 300px;
    }
    
    .BOX_NoMobile {
        display: none;
    }
    .BOX_OnMobile {
        display: block;
    }

    .BOX_QuoteBlock {
        display: block;
        max-width: none;
    }

    .BTN_Action {
        font-size: .8rem;
    }
}