@charset "utf-8";
/* CSS Document */
/* ..................................BANNER.............................. */
.icon-anchor {
  display: inline;
  white-space: nowrap;
}
.plan-section .social-list h2 {
  font-size: 1.2rem !important;
}
.dgov2 {
  display: none;
}
.spotlight-banner {
  background: url("https://media.defense.gov/2021/Oct/22/2002878362/1000/1000/0/211016-A-LU759-2242C.JPG");
  background-position: center 50%;
  background-size: cover;
}
.spotlight-banner .screen {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 100%)
}
/* ..........................QUOTE................................... */
.spotlight-banner-content {
  padding-bottom: 5rem;
}
img.blockrel-overlay {
  width: 150px;
  height: 150px;
}
.DnnModule.DnnModule-DNN_HTML.DnnModule-6620 {
  margin-top: -8rem;
}
.quote-name {
  text-align: right !important;
  float: right;
}
.intro-blurb p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.top-seal {
  margin-top: -2rem;
  margin-bottom: 0rem;
  padding: 3em 3em 2em;
  max-width: 75%;
  background: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 15%), 0 3px 16px rgb(0 0 0 / 15%);
}
.dod-seal {
  min-height: 150px;
  top: 1.5em;
}
/*...............................SUMMARY..................................... */
#summary .summary {
  padding-top: 1rem;
}
#summary .reviews {
  display: flex;
  align-items: center;
  justify-content: center;
}
#summary .reviews .third-col {
  padding: 0 0px;
  width: 100%;
  max-width: 40%;
  text-align: center;
}
#summary .reviews .third-col img {
  width: 100px;
  transition: all .4s ease-out;
}
#summary .reviews .third-col a:hover img {
  transform: scale(1.2);
  padding-bottom: 5px;
}
#summary .summary .title-column p {
  display: block;
  text-align: center;
  background: #15263b;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px;
  margin: 20px 0px;
}
#summary .title-column {
  margin-top: 30px;
  margin-bottom: 25px;
}
#summary ul li {
  padding-left: 15px;
}
#summary ul li::before {
  content: "•";
  padding-right: 5px;
}
.indent {
  padding-left: 15px;
}
#summary .summary a {
  line-height: inherit;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: inset 0 -2px 0 #0a856a;
  box-shadow: inset 0 -2px 0 #0a856a;
  padding: 2px 0 0;
  -webkit-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out;
}
#summary .summary a:hover {
  background-color: #9dcec3;
  color: #000;
  -webkit-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
#summary ol li {
  list-style: decimal;
}
#summary ol {
  margin-bottom: 25px;
  margin-left: 25px;
}
#summary .chartimg {
  text-align: center;
}
.third-col p {
  margin-top: 10px;
}
/*************************************************** ACCORDION SECTION ***************************************************/ 
.top-pg {
  max-width: 65%;
  margin: 0 auto;
}
.top-pg p {
  font-size: 18px;
  line-height: 1.8em;
}
.accordion {}
.itemEach {
  margin: -15px;
}
.panel-title A:hover {
  text-decoration: none;
}
.myaccordion {
  margin: 0em auto 0em;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 0px 15px;
}
.myaccordion .card, .myaccordion .card-header {}
.myaccordion .card-header {
  border-top: 1px solid #eee;
  background: transparent;
}
.myaccordion .fa-stack {
  font-size: 15px;
  color: #970a0e;
}
.myaccordion .btn {
  width: 100%;
  font-weight: 600;
  padding: 12px 30px;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #424242;
}
.myaccordion .card-body p {
  color: #767676;
}
.myaccordion .btn i {
  margin-left: unset;
}
.myaccordion .btn-link:hover, .myaccordion .btn-link:focus {
  text-decoration: none;
  outline: none;
}
.myaccordion li + li {
  margin-top: 10px;
}
.myaccordion .card-body {
  padding: 12px 30px;
}
h2.mb-0 {
  padding: 0 0 8px;
  margin: 0;
}
.sections .card-body p {
  padding: 10px 0;
  margin: 0;
  font-size: 17px;
  color: #717171;
  line-height: 1.7em;
}
a.btn.btn-sm.btn-primary.btn-nds {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btn-nds i.fas.fa-external-link-alt {
  margin-top: 3px;
}
.graphic-btn i.fas.fa-external-link-alt {
  font-size: 1rem;
  padding: 0 0 5px 10px;
}
.btn-primary i.fas.fa-external-link-alt {
  font-size: 15px;
}
.faqcover {
  background: url("/Portals/1/Spotlight/2023/DADT/usaflag-2.png");
  background-size: cover;
  border-bottom: #222774 solid 4px;
  border-top: #222774 solid 4px;
}
.faqinner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 4rem 0px;
}
.cardbody {
  padding: 20px;
  background: #fff;
}
.card-header .title {
  max-width: 90%;
  font-size: 20px;
}
.card-header i.fa-plus {
  transition: all 0.3s;
}
.mb-0:hover .title {
  text-decoration: underline;
}
i.fa-plus {
  transform: rotate(45deg) !important;
}
.collapsed i.fa-plus {
  transform: rotate(0deg) !important;
}
.title-column p {
  display: block;
  text-align: center;
  background: #15263b;
  color: #fff;
  font-size: 1.2rem;
  margin: 0px;
  padding: 20px;
}
.card-body a {
  line-height: inherit;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: inset 0 -2px 0 #0a856a;
  box-shadow: inset 0 -2px 0 #0a856a;
  padding: 2px 0 0;
  -webkit-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out;
}
.card-body a:hover {
  background-color: #9dcec3;
  color: #000;
  -webkit-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
/*.......................... TABLES .............................................*/
.dadt-table > thead > tr > th {
  background: #254267;
  border: 1px solid #355e93;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  vertical-align: middle;
}
.dadt-table > tbody > tr > th {
  text-align: left;
  border: 1px solid #adadad;
  vertical-align: middle;
  background: #f1f1f1;
}
.dadt-table > tbody > tr > td {
  text-align: right;
  border: 1px solid #adadad;
  vertical-align: middle;
}
.ast-accordion-label {
  text-align: left;
}
.chartouter .accordion-body, #dnn_ctr6621_HtmlModule_lblContent .accordion-body {
  border: 1px solid #efefef;
  padding: 20px;
  font-size: .9rem;
}
.chartouter {
  margin: 4rem 0px;
}
.chartouter p.header {
  display: block;
  text-align: center;
  background: #15263b;
  color: #fff;
  font-size: 1.2rem;
  margin: 0px;
  padding: 10px;
}
.chartouter p.header img {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 5px;
}
.chartouter p.header.army {
  background: #376251;
}
.chartouter p.header.navy {
  background: #002F6C;
}
.chartouter p.header.usmc {
  background: #C9BFA4;
  color: #000;
}
.chartouter p.header.af {
  background: #363636;
}
.chartouter .blank {
  background-color: #254267;
  border: 1px solid #355e93;
}
table.table {
  margin-bottom: 0px;
}
.table-disclaimer {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px 27px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
  margin-top: 0px;
  min-height: 37px;
}
.table-disclaimer span:first-child {
  position: absolute;
  left: 20px;
}
.table-disclaimer .fa {
  margin-left: 3px;
}
.chartouter .accordion-body p, #dnn_ctr6621_HtmlModule_lblContent .accordion-body p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 21px;
}
.table-disclaimer.active .fa {
  transform: rotate(180deg);
}
.danger {
  color: #970a0e !important;
}
/* RESPONSIVE */

@media only screen and (max-width: 690px) {
	.dadt-table>tbody>tr>th {
    font-size: 15px;
}
	
	.dadt-table>tbody>tr>td {
		font-size: 15px;
	}
	
	.dadt-table>thead>tr>th {
		font-size: 15px;
	}
	
	#summary .reviews .third-col {
		padding: 0px 0px;
	}
	
	#summary .reviews .third-col p {
		font-size: 17px;
	}
.chartouter .dgov-container {
padding: 0px;
margin: 0px;
}

.chartouter {
overflow: hidden;
}

.chartouter .dgov-grid {
margin: 0px;
}

}

@media only screen and (max-width: 768px) {
  .top-seal {
    max-width: unset;
    padding: 3em 2em 2em;
  }
  .DnnModule.DnnModule-DNN_HTML.DnnModule-6299 {
    margin-top: -2rem;
  }
  .intro-blurb p {
    margin-bottom: 20px;
  }
  .top-seal {
    margin-top: -3rem;
  }
}
@media only screen and (max-width: 1199px) {
  .top-seal {
    max-width: 100%;
  }
}