﻿body {

}
#LocationUL {
    list-style-image: url('../images/BlueBullet.gif');
    padding-left:5px;
    margin-left:15px;
}

#LocationUL li a{
    color: #007FA6;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px ;
    line-height: 23px;
    text-decoration:none;

}


#LocationUL li a:hover{
    color: #007FA6;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px ;
    line-height: 23px;
    text-decoration:underline;
}

#changeLocationTitle
{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px ;
    color: #595959;
}

#LocationUL li{ 
    list-style-type: disc;
    font-size:15px;
    line-height : 25px;
}

#SignInButton input{
    background-color: #008099; 
    border: 1px solid #015679; 
    color: #ffffff; 
    margin-left: 0px; 
    margin-bottom: 6px; 
    display: inline-block; 
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; 
    font-size: 14px; 
    font-weight: 400; 
    padding: 3px 10px 3px 10px; 
    text-align: center; text-decoration: none;
    width:50px;
}

.otherHeaderContent tr > td > a{
    color: #007FA6;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px ;
    line-height: 20px;
    text-decoration:none;
}

.registrationButton {
        background-color: #008099;
        border: 1px solid #015679;
        color: #ffffff;
        margin: .25rem 1rem 1rem 0rem;
        display: inline-block;
        font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
        font-size: 16px;
        font-weight: 600;
        padding: 5px 10px 5px 10px;
        text-align: center;
        text-decoration: none;
    }

    .registrationButton:visited {
        background-color: #008099;
        border: 1px solid #015679;
        color: #ffffff;
        display: inline-block;
        font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
        font-size: 16px;
        font-weight: 600;
        padding: 5px 10px 5px 10px;
        text-align: center;
        text-decoration: none;
    }

    .registrationButton:hover {
        background-color: #4d6e7d;
        color: #ffffff;
    }
    .removeBlackBullets{
        padding-left:5px;
        margin-left:15px;
    }

    @media (max-width: 800px) {
        .registrationButton {
            margin: 0px !important;
            display: inline-block;
            font-size: 14px !important;
            font-weight: 600;
            padding: 3px 5px 3px 5px !important;
        }
        .registrationButton:visited {
            background-color: #008099;
            border: 1px solid #015679;
            color: #ffffff;
            margin: 5px;
            display: inline-block;
            font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
            font-size: 16px;
            font-weight: 600;
            padding: 5px 10px 5px 10px;
            text-align: center;
            text-decoration: none;
        }
    }

     .pageHeadline {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    }

     .contentGreyHR {
        color: #D8D8D8;
        background-color: #D8D8D8;
        height: 1px;
        border: 0;
        margin-top: .5rem;
        margin-bottom: .5rem;
        width: 100%;
    }

    .bottom1rem {
        margin-bottom: 1rem;
        font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    }