﻿html, body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    background-color: #ffffff;
    min-height: 100vh;
}
* {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #003e7e;
}
a:hover {
    color: #2774c9;
}


/* PRINT OPTIONS */
.NoPrint { display: initial; }
.OnPrint { display: none; }
@media only print{
    .OnPrint { display: initial !important; }
    .NoPrint { display: none !important; }
    .COL_50 { width: 50% !important; }
}


/* TEXT/FONT STYLES */
.TXT_L { text-align: left; }
.TXT_C { text-align: center; }
.TXT_R { text-align: right; }
.TXT_B { font-weight: bold; }
.TXT_I { font-style: italic; }
.TXT_S { font-size: .8rem; }




/* STRUCTURE/LAYOUT */
.FLOAT_L { float: left; }
.FLOAT_R { float: right; }
.COL_X, .COL_25, .COL_33, .COL_50, .COL_66, .COL_75 {
    float: left;
}
.COL_25 { width: 25%; }
.COL_33 { width: 33.3333%; }
.COL_50 { width: 50%; }
.COL_66 { width: 66.6666%; }
.COL_75 { width: 75%; }
.ROW_New { clear: both; }



/* BOXES/CONTAINERS */
.BOX_Pad { padding: 1rem; }
.BOX_PadLR { padding: 0 1rem; }
.BOX_Off { margin: 1rem; }
.BOX_PadHalf { padding: .5rem; }
#BOX_Main {
    margin: 0 auto;
    padding: .5rem;
    width: 1200px;
}
#BOX_MainHeader {
    background-color: #ffffff;
}
    #BOX_MainHeader .Inner {
        margin: 0 auto;
        padding: 0;
        width: 1200px;
    }
.BOX_Content {
    position: relative;
    margin: 0 .5rem 1.5rem .5rem;
    padding: 1rem;
    background-color: #ffffff;
    word-wrap: break-word;
}
.BOX_SpectrumBand {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #373737;
}
    .BOX_SpectrumBand .IMG_SpectrumBand {
        float: left;
        width: 100%;
        height: .5rem;
        transition: all 2s;
        opacity: 0.0;
        filter: alpha(opacity=0);
    }
.BOX_FadeRuleA {
    clear: both;
    border-bottom: 2px solid #cccccc;
}
.BOX_FadeRuleB {
    clear: both;
    border-bottom: 2px solid #dddddd;
}
.BOX_SubNavOuter {
    position: relative;
}
.BOX_SubNav {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
}
    .BOX_SubNavOuter:hover .BOX_SubNav {
        display: block;
    }
    .BOX_SubNav a {
        display: block;
        margin: 0 .2rem;
        padding: 2px 5px;
        background-color: #3090c7;
        color: #ffffff;
        border-top: solid 1px #ffffff;
        text-decoration: none;
        text-align: center;
        font-size: .8rem;
        font-weight: bold;
    }
    .BOX_SubNav a:hover {
        background-color: #ffffff;
        color: #3090c7;
    }
#BOX_Foot {
    display: block;
    background-color: #999999;
    color: #333333;
    font-size: .7rem;
}
    #BOX_Foot a {
        display: block;
        color: #ffffff;
        text-decoration: none;
    }
.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_LongResults {
    display: block;
}
    .BOX_LongResults a {
        display: block;
        margin: 0;
        padding: .3rem 1rem;
        color: #333333;
        text-decoration: none;
        transition: all 500ms;
    }
        .BOX_LongResults a:hover {
            background-color: #ffffff;
        }
        .BOX_LongResults a b {
            display: block;
            color: #2774c9;
            transition: all 500ms;
        }
        .BOX_LongResults a:hover b {
            color: #003e7e;
        }
        .BOX_LongResults a img {
            float: right;
            max-width: 33.3333%;
            max-height: 10rem;
            margin: .5rem 0 .5rem .5rem;
            border: 1px solid #dddddd;
            background-color: #ffffff;
        }
.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_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_FooterLogos {
    padding: 1rem;
    background-color: #013e7d;
    text-align: center;
}
.IMG_FootLogo {
    margin: .5rem 1.5rem;
    max-height: 40px;
}



/* LABELS */
.LAB_BodyText, .BOX_ArticleContent {
    font-family: Georgia, serif;
}
.LAB_Title {
    display: block;
    color: #666666;
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
}
.LAB_Head {
    display: block;
    margin: 0 0 .5rem 0;
    padding: 0;
    color: #003e7e !important;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 1px solid #003e7e;
    text-decoration: none;
}
.LAB_SubHead {
    display: block;
    color: #003e7e;
    font-size: 1.25rem;
    font-weight: bold;
}
.LAB_Feedback {
    display: block;
    padding: 2px 5px;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    z-index: 100;
}
.LAB_TimePassed {
    float: right;
    padding: 0 0 0 .5rem;
    color: #2774c9;
    font-size: .8rem;
    text-align: right;
}
.LAB_Author {
    text-transform: uppercase;
}



/* LISTS */
.LST_Links, .LST_Links li {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style: none;
}
.LST_Links li a {
    display: inline-block;
    padding: 2px 1rem;
    font-weight: bold;
    background-color: #003e7e;
    color: #ffffff;
    border-radius: 2px;
}
    .LST_Links li a:hover {
        background-color: #2774c9;
    }


/* BUTTONS */
.BTN_HeadAction {
    display: block;
    margin: 0 .2rem;
    padding: 2px 5px;
    background-color: #003e7e;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
}
    .BTN_HeadAction:hover {
        background-color: #ffffff;
        color: #003e7e;
    }
.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;
}
    .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;
}



/* IMAGES */
.IMG_Bordered {
    border: 1px solid #dddddd;
}
.IMG_Thumb {
    float: right;
    margin: 0 0 .5rem .5rem;
    max-width: 50%;
}
.IMG_ThumbSmall {
    float: right;
    margin: 0 0 .5rem .5rem;
    max-width: 25%;
}


/* SEPARATORS */
.HR_Soft {
    border: 1px solid #eeeeee;
}






/* Tablet screens, 640-990 */
@media (max-width: 989px) {

    .COL_25, .COL_33, .COL_50, .COL_66, .COL_75 {
        width: 100%;
    }

}
