﻿section.beta {
    color: #000;
    background: #ddddff;
}

.betaDownloadBox {
    background-color: lightgray;
}

section.beta a,
section.beta a:hover,
section.beta a:focus,
section.beta a:active,
section.beta a.active {
    outline: 0;
    color: #0026AA;
}

.footer-col ul li a {
    color: white !important;
}

section.mission {
    color: white;
    background: #555555;
}


hr.star-mission {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-mission:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}



hr.star-mission {
    border-color: #fff;
}

hr.star-mission:after {
    color: #fff;
    background-color: #555555;
}


hr.star-light:after {
    background-color: gray !important;
}

.losGehts {
    background-color: lightgray;
    color: #000 !important;
    font-weight:bold;
}