@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 480px) {
    #banner {
        background-image: url(../images/Aviation1.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        /*background-size:contain; */
        background-size: cover
        }
    }
/*"Part of" font color */
.child {
    color: #005498
    }
/*button color//////*/
.button-big, #content .button-big {
    background: #0096d6;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(111, 182, 212, 0.5), inset 0 0 0 2px rgba(111, 182, 212, 0.85), 0 3px 3px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(111, 182, 212, 0.5), inset 0 0 0 2px rgba(111, 182, 212, 0.85), 0 3px 3px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(111, 182, 212, 0.5), inset 0 0 0 2px rgba(111, 182, 212, 0.85), 0 3px 3px 1px rgba(0, 0, 0, 0.75);
    background-image: -moz-linear-gradient(top, #0096d6, #005e85);
    background-image: -webkit-linear-gradient(top, #0096d6, #005e85);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0096d6), to(#005e85));
    background-image: -ms-linear-gradient(top, #0096d6, #005e85);
    background-image: -o-linear-gradient(top, #0096d6, #005e85);
    background-image: linear-gradient(top, #0096d6, #005e85)
    }
.button-big:a, #content .button-big:a {
    color: #FFF
    }
#content .button-big:visited {
    color: #FFF
    }
.button-big:hover, #content .button-big:hover {
    color: #fff;
    background: #0096d6;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(228, 228, 228, 0.5), inset 0 0 0 2px rgba(228, 228, 228, 0.85), 0 3px 3px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(228, 228, 228, 0.5), inset 0 0 0 2px rgba(228, 228, 228, 0.85), 0 3px 3px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(228, 228, 228, 0.5), inset 0 0 0 2px rgba(228, 228, 228, 0.85), 0 3px 3px 1px rgba(0, 0, 0, 0.75);
    background-image: none
    }
#content ul.secondaryPgMenu li ul {
    color: #0096d6
    }
#nav-btn-group a, #nav-btn-group a:link, #nav-btn-group a:visited {
    color: #FFF
    }
#date {
    font-weight: bold;
    font-size: 1.5em
    }
#content .wide {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-left: 0
    }
@media only screen and (min-width: 1200px) {
    .main #top {
        height: 55px
        }
    /* from mobileMenu */
    #nav {
        top: 0
        }
    }