/***************************************************

SOCIAL POLICY PAGE STYLES 

***************************************************/
.page-wrap {
  background: unset;
  padding: 0;
}
.dod-seal {
  min-height: 10rem;
  margin: -1rem 0;
}
.intro-blurb {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 80%;
}
.intro-blurb h3 {
  /* font-family: 'Oswald';
    font-weight: 400;*/
  font-size: 1.5rem;
  margin-bottom: 0.2em;
  /* border-bottom: 1px solid #ffcd00;*/
  padding-bottom: 10px;
}
.intro-blurb p {
  margin: 0;
}
.top-seal {
    margin-bottom: 3rem;
    padding: 1.5rem;
    background: #fff;
    margin-top: 3.8rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
}
.page-banner-inner {
  
    max-height: 450px;
  
}
.page-banner-inner::before {
  height: 100%;
  background: -moz-linear-gradient(top, rgba(21, 38, 59, 0) 0%, rgba(21, 38, 59, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(21, 38, 59, 0) 0%, rgba(21, 38, 59, 1) 100%);
  background: linear-gradient(to bottom, rgba(21, 38, 59, 0) 0%, rgba(21, 38, 59, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0015263b', endColorstr='#15263b', GradientType=0);
}
/*.page-banner-inner::before {
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0)), to(rgba(240 240 240)));
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgb(240 240 240) 100%);
}*/
/***************************************************

	MAIN SECTION

***************************************************/
.social-bg {
  position: relative;
  z-index: 10;
  padding: 1em 2em 0 0;
  width: 100%;
}
.social-title {
  text-transform: uppercase;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-align: center;
  font-weight: 500;
  margin: 0 0 2rem;
  font-size: 1.7rem;
}
.social-title:before {
  content: '';
  border-top: solid 2px #888888;
  position: absolute;
  width: 10%;
  display: inline-block;
  transform: translate(-110%, 1rem);
}
.social-title:after {
  content: '';
  border-top: solid 2px #888888;
  position: absolute;
  width: 10%;
  display: inline-block;
  transform: translate(10%, 1rem);
}
h3.DGOVTitle {
  border-bottom: 1px solid #ccc;
  padding: 5px 20px;
  font-size: 1.1rem;
  color: #fff;
  margin: 1em 0 .5em;
  background: #254267;
}
.social-description {
  padding-top: .5em;
}
.social-description p {
  padding: .5em 0 1em;
  margin: 0;
}
.social-description ul {
  color: #333;
  line-height: 1.7em;
  padding-left: 35px;
}
.social-description ul li {
  list-style: none;
}
.social-description ul li:before {
  content: "•";
  position: absolute;
  left: 30px;
  color: #355E93;
}
/***************************************************

	SIDEBAR SECTION

***************************************************/
.sidebar-section .sidebar-section-inner {
  background: #fff;
}
.social-list ul li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.social-list ul li {
  margin-top: 5px;
  font-size: 18px;
  padding-bottom: 5px;
  border-top: 1px solid #e7e7e7;
  line-height: 1.5em;
}
.social-list ul li a {
  display: inline-block;
  padding: 10px 0;
  color: #355e93;
}
.social-list p {
  font-size: 18px;
}
.social-list ol li a {
  padding-top: 0;
}
.social-list ol li {
  margin-top: 5px;
  font-size: 18px;
  padding-bottom: 0;
  padding-top: 10px;
  line-height: 1.5em;
}
.social-list .fas {
  font-weight: 900;
  font-size: 13px;
  padding-left: 5px;
}
/***************************************************

	SEALS SECTION

***************************************************/
.source {
  display: block;
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  background: #355e93;
  color: #fff;
  padding: 2px 15px;
}
.source.Army {
  background: #376251;
}
.source.Marine {
  background: #990F00;
}
.source.Navy {
  background: #88743A;
}
.source.Air {
  background: #144A75;
}
.source.National {
  background: #000000;
}
.icon-anchor {
  display: inline;
  white-space: nowrap;
}
span.source.Army:after {
  background: url(/portals/1/Page-Assets/branding-guide/armed-forces/sealArmy.png);
  float: right;
  display: inline-block;
  height: 60px;
  width: 60px;
  content: "";
  margin-top: -18px;
  margin-right: -30px;
  background-size: 60px 60px;
}
span.source.Navy:after {
  background: url(/portals/1/Page-Assets/branding-guide/armed-forces/sealNavy.png);
  float: right;
  display: inline-block;
  height: 60px;
  width: 60px;
  content: "";
  margin-top: -18px;
  margin-right: -30px;
  background-size: 60px 60px;
}
span.source.Marine:after {
  background: url(/portals/1/Page-Assets/branding-guide/armed-forces/sealMarineCorps.png);
  float: right;
  display: inline-block;
  height: 60px;
  width: 60px;
  content: "";
  margin-top: -18px;
  margin-right: -30px;
  background-size: 60px 60px;
}
span.source.Air:after {
  background: url(/portals/1/Page-Assets/branding-guide/armed-forces/sealAirForce.png);
  float: right;
  display: inline-block;
  height: 60px;
  width: 60px;
  content: "";
  margin-top: -18px;
  margin-right: -30px;
  background-size: 60px 60px;
}
span.source.National:after {
  background: url(/portals/1/Page-Assets/branding-guide/armed-forces/sealNationalGuardBureau.png);
  float: right;
  display: inline-block;
  height: 60px;
  width: 60px;
  content: "";
  margin-top: -20px;
  margin-right: -30px;
  background-size: 60px 60px;
}
/***************************************************

	RESPONSIVE

***************************************************/
@media only screen and (max-width: 991px) {
  .blockrel-overlay {
    top: -1%;
    max-width: 85%;
    max-height: 85%;
  }
  .dod-seal {
    margin-bottom: -6rem;
  }
  .top-seal {
    padding: 2rem;
  }
  .intro-blurb {
    max-width: 100%;
  }
  .social-list ul li:first-child {
    margin-top: 10px;
  }
  .social-list ol li {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
.page-banner-inner::before {
    display: block;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(21,38,59,0) 0%, rgba(21,38,59,1) 100%);
    background: -webkit-linear-gradient(top, rgba(21,38,59,0) 0%,rgba(21,38,59,1) 100%);
    background: linear-gradient(to bottom, rgba(21,38,59,0) 0%,rgba(21,38,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0015263b', endColorstr='#15263b',GradientType=0 );
}
.page-wrap {
    padding: 30px 15px 60px!Important;
    
}
	.slice-angle-gray {
    background: #f0f0f0;
    background: linear-gradient(180deg, #f0f0f0 0%, white 750px);
  }
  .top-seal {
    margin-top: 1.5rem;
  }
  .social-title {
    font-size: 2rem;
  }
  h3.DGOVTitle {
    font-size: 1.5rem;
  }
  h3.DGOVTitle {
    margin: .5em 0;
  }
  .social-title:before, .social-title:after {
    display: none;
  }
}