﻿/* ************** Header Section ******************************* */

/* -- Textual Department and Agency (Optional Use, text can be part of logo.png rather than textual) -- */
#header_department {
    font-size: 1.5em;
}

#header_division {
    font-size: 2.5em;
}

/* Styles the 3D Button */
.threeD-button-blue, .threeD-button-red14, .threeD-button-red175 {
    width: 100%;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #07526e;
    padding: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    border: none;
    background: #20405F;
    background-image: linear-gradient(rgb(15,62,85) 0%, rgb(15,62,85) 100%);
    border-radius: 15px;
}

    .threeD-button-blue:active, .threeD-button-red14:active, .threeD-button-red175:active {
        top: 3px;
        box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #07526e, 0px 5px 3px #999;
    }

    .threeD-button-blue:before, .threeD-button-red14:before, .threeD-button-red175:before {
        font-family: 'socialfont';
        font-size: 1.75em;
        line-height: 1.25em;
        font-weight: normal;
        color: #fff;
        width: 90%;
        height: 90px;
        display: block;
        position: absolute;
        padding-top: 10px;
        top: 10px;
        text-shadow: 1px 1px 2px #07526e;
    }

    .threeD-button-blue:active:before, .threeD-button-red14:active:before {
        top: 7px;
        font-size: 50px;
        text-shadow: 0px 3px 0px #07526e, 0px 5px 1px #07526e;
    }

    .threeD-button-blue:hover, .threeD-button-blue3up:hover {
        top: 7px;
        text-shadow: 0px 3px 0px #1A427F, 0px 5px 1px #1A427F;
        color: yellow;
    }

.threeD-button-blue {
    box-shadow: inset 0px 1px 0px #1A427F, 0px 5px 0px 0px #0d3d56, 0px 10px 5px #1A427F;
}

.threeD-button-red14 {
    font-size: 1.25em;
    color: white !important;
    background: #D00000;
    box-shadow: inset 0px 1px 0px #A80000, 0px 5px 0px 0px #A80000, 0px 10px 5px #999;
}

.threeD-button-red175 {
    font-size: 1.75em;
    color: white !important;
    font-style: italic;
    background: #D00000;
    box-shadow: inset 0px 1px 0px #A80000, 0px 5px 0px 0px #A80000, 0px 10px 5px #999;
}

.page_program_1 img {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.twitter-timeline {
    height: 400px !important;
}
/*
.remediate-link {
    display: none;
}

.remediate_logoSmall {
    display:none;
}
*/