  /* site css here */



/* secondary nav begin */
	
	.fa:hover {
	opacity: 1;
}
	
.engineering-navigation {
    list-style: none;
    display: flex;
    justify-content:space-around;
    display: -webkit-flex;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    background-color: #867540;
    
}
.font-nav li {
    font-family: 'Open Sans Bold', arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: calc(14px + .5vw);
    line-height: 1.05;
	display: inline-block;
}
.engineering-navigation a {
    text-decoration: none;
    padding: .7em;
    margin: 0 1em 0 1em;
    display: block;
    color: white;
}
.engineering-navigation li {
    list-style-image: none;
    text-decoration: none;
}
.engineering-navigation li a:hover {
    background: midnightblue;
    color: white;

}

@media screen and (max-width: 1000px) and (min-width: 701px) {
.engineering-navigation a {
    margin: 0 auto;
}
}

@media screen and (max-width: 700px) {
.engineering-navigation {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
}
.engineering-navigation a {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 120%;
}
}
/*END SECONDARY NAV*/



.box-engineering {
    border-top: 7px solid maroon;
    margin-bottom: 28px;
    margin-top: 12px;
    padding: 10px 26px 18px 26px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
}


.zips {
	font-family:  'Oswald', sans-serif; Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #FFF;
	line-height:32px;
        font-weight:normal;
}

.goldBar {
    margin: 36px 0 12px 0;
    font-size: 140%;
    padding: 4px 10px 6px 10px;
    color: #fff;
    background-color: #041e42;
    font-family: "oswald", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.number {
    font-family: 'Open Sans Bold', 'oswald', sans-serif;
    font-size: calc(20px + 1.5vw);
    line-height: 1.05em;
    color: white;
    text-align: center;
}
.number-descriptor {
    color: #f2f2f2;
    font-family: 'Open Sans', 'oswald', sans-serif;
    font-size: 16px;
}

.apply-container-child {
    display: inline-block;
    padding: 3% 2% 3% 2%;
}
.apply-container-child:hover {
    background-color: #7C6D3B;
}


  
 @media (max-width: 768px) {
.center-content-ua {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}
}