@font-face {
font-family: TitleFontTop;
src: url(https://prhome.defense.gov/Portals/52/css/fonts/Roboto-Thin.ttf);
}

@font-face {
font-family: TitleFontTop;
src: url(https://prhome.defense.gov/Portals/52/css/fonts/Roboto-Thin.ttf) format("embedded-opentype");
}

@font-face {
font-family: TitleFontBottom;
src: url(https://prhome.defense.gov/Portals/52/css/fonts/Roboto-Medium.ttf);
}

@font-face {
font-family: TitleFontBottom;
src: url(https://prhome.defense.gov/Portals/52/css/fonts/Roboto-Medium.ttf) format("embedded-opentype");
}

@font-face {
font-family: HeaderNavFont;
src: url(https://prhome.defense.gov/Portals/52/css/fonts/Roboto-Bold.ttf);
}

@font-face {
font-family: HeaderNavFont;
src: url(https://prhome.defense.gov/Portals/52/css/fonts/Roboto-Bold.ttf) format("embedded-opentype");
}

/* HEADER */

#topHeader {display:none !important}


.siteLogo {
float:left; margin: 5px 0px 20px 30px
}
.titleTop {
font-family: TitleFontTop;
font-weight: 100;
font-size: 19px;
line-height: 1.8;
}
.prTitleFontTop {
margin-bottom: 5px;
color: #fff !important;
float: left; margin: 20px 20px 15px 5px;
}

.titleBottom {
font-family: TitleFontBottom;
font-weight: 500;
font-size: 24px;
padding: 0;
letter-spacing: 1px;
float: left;
}

#mainHeader-inner {
display: none !important;
}

header {
display: none !important
}

.mainHeader {

overflow: hidden;
background: linear-gradient(270deg, rgba(216,221,228,0.3) 3.08%, rgba(255,255,255,0) 60.84%), #143C6A;
height: 115px;
border-bottom: 1px solid #efefef;
border-top:8px solid #14222b !important;
}



/* SLIDER */

.item img {
width: 100% !important;
/* max-height:950px !important;
min-height: 1280px !important; */
overflow: hidden !important;
max-height: 900px !important;
}

.carousel-indicators {
top: 30px !important;
}

.carousel-caption {
top: 30px !important;
}

.carousel-caption {
margin-top: 100px !important
}

.carousel-caption-sub {
font-size: 28px !important;
color: #efefef !important;
}
@font-face {
font-family: sliderFont;
src: url(/Portals/52/css/fonts/Roboto-Black.ttf);
}

h3.capHeader {
color: #fff !important;
font-size: 90px !important;
font-family: sliderFont !important;
border-bottom: 1px solid #ccc;
}

.breadcrumb li a {color: #fff !important;}
.breadcrumb li.active {color: #ccc !important;}

/* CONTENT */

body {overflow-x: hidden !important; }
#siteWrapper {overflow-x: hidden !important; }

a.btn-info {color:#fff !important}

.leadTitleFont { font-size: 35px !important;}

div.container {
width: 100% !important;
padding: 0 !important;
}

main {
background: #fff !important;
border: 0 !important;
border-top: none !important;
margin: 0 !important;
min-height: 350px;
}
.midContent {
background-image: linear-gradient(to right, #14222b, #223e53);
}
.splashInner {text-shadow: 1px 1px 1px #000 !important}

/* FOOTER */

footer .footer-above {
background-color: #14222b !important;
padding:30px 50px !important;
padding-bottom: 0 !important;
border-top: 1px solid #ccc !important;
}

footer .footer-below {
background-color: #000 !important;
padding:10px 40px !important;
}

footer .terms-priv {

visibility: hidden !important;

}
footer .footer-above, a, a:visited {
color: #afaeae !important;
text-decoration: none !important;
outline: 0 !important;
}

footer .footer-above, footer a:focus, footer a:hover, footer a:visited {
color: #afaeae !important;
background-position: 0;
}

.footer-above a {
font-size: 18px !important;
text-transform: uppercase; !important;
background-image: linear-gradient(
to right,
#fff,
#fff 50%,
#afaeae 50%
);
background-size: 200% 100%;
background-position: -100%;
display: inline-block;
padding: 5px 0;
position: relative;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 0.2s ease-in-out;
}

.footer-above a:before {
content: '';
background: #afaeae;
display: block;
position: absolute;
bottom: -3px;
left: 0;
width: 0;
height: 3px;
transition: all 0.2s ease-in-out;
}

.footer-above a:hover::before {
width:100%;
}
footer .footer-below, footer .terms-priv a:link, footer .terms-priv a:visited {
color: #646667 !important;
}

footer div.copyright {color:#fff !important;}

/* MOBILE */

@media screen and (max-width: 600px) {
.breadcrumb {
display: none !important;
}
/* .carousel {display: none !important;} */
/* .titleBottom {
display: none !important;
} */

.prTitleFontTop {
display: none !important;
}

.splashInner {
/* padding-left: 100px; */
/* padding-top: 200px; */
/* font-size: 50px !important; */
padding-top: 10px !important;
font-size: 25px !important;
text-align: center !important;
}
.splashWrapper {
/* height: 300px; */
height: 100px !important;
}
.leadTitleFont {
/* margin-top: 50px; */
margin-top: 10px !important;
}
div.list-group {
/* margin-left: 50px; */
margin: 0 50px !important;
}

}