/* FONTS */
@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 */
header {display:none !important}
#topHeader {display:none !important}

.siteLogo {
    float:left; margin: 20px 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: 25px 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;
  }
  
/* CONTENT */

a:visited, p a  {padding-left: 3px; color: #143c6a !important; text-decoration: underline !important;}
a:hover, p a:hover {color: #256ec1!important; text-decoration: none !important;}

/* FOOTER */
.copyright {display: none;}
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: #222222 !important; 
  padding:10px 40px !important;
} 

footer .terms-priv { 

  visibility: hidden !important;

} 
footer .footer-above, {
  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;
}