@charset "utf-8";
/****************
UNIVERSAL
****************/

.about h1, .getting-here h1 {
  font-size: 2.5rem;
}
p {
  font-size: 19px;
}

.suggest .content-wrap {
  padding: 3em 2rem !important;
}
.text-link {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -2px 0 #0a856a;
  box-shadow: inset 0 -2px 0 #0a856a;
}
.text-link:hover {
  color: #000;
  background-color: #9dcec3;
  transition: background-color 350ms ease-out;
  text-decoration: none;
}

/****************
BANNER
****************/
.main-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://media.defense.gov/2021/Jun/08/2002737401/-1/-1/0/210512-D-BM568-1203.JPG') no-repeat;
  background-size: 100%;
  background-position: center;
  height: 600px;
  /*box-shadow: 0px 400px 200px -200px rgba(0,0,0,0.8) inset;*/
}
.banner-wrap {
  position: absolute;
  top: 300px;
}
.banner-wrap img {
  height: 150px;
  width: 150px;
  position: absolute;
  top: -150px;
  left: 65px;
  z-index: 999;
}
.banner-content {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(10, 10, 10, .5));
  width: 495px;
  text-align: right;
  position: relative;
  bottom: 120px;
}
.banner-wrap h1 {
  /*color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	font-size: 51px;*/
  padding: 15px 45px 20px;
  font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
}
.banner-request {
  /*background: #355e93;
    width: 255px;
    position: absolute;
    top: 100%;
    left: 150px;
	text-align: center;
	padding: 7px 0 10px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.09), 0 6px 6px rgba(0,0,0,0.13);*/
  position: absolute;
  top: 100%;
  left: 137px;
}
.banner-request i {
	font-size: 15px;
    margin-left: 5px; 
}
.banner-request a {
  background: #355E93;
  border: 1px solid #355e93;
  border-radius: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 9px 30px;
  text-transform: none;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}
.banner-request a:hover {
  transition: all 0.5s;
  background-color: #254267;
  color: #fff;
  border-color: #122b40;
  text-decoration: none;
}
.banner-request i:nth-child(2) {
  /*color: #fff;
	animation-delay: .5s;
	animation-duration: 2s;
	animation-name: flash;
	animation-iteration-count: infinite;*/
  display: none;
}
.banner-request i:nth-child(3) {
  /*color: rgba(250,250,250,0.7);
	animation-delay: .25s;
	animation-duration: 2s;
	animation-name: flash;
	animation-iteration-count: infinite;*/
  display: none;
}
.banner-request i:nth-child(4) {
  /*color: rgba(206,206,206, 0.6);
	animation-duration: 2s;
	animation-name: flash;
	animation-iteration-count: infinite;*/
  display: none;
}
.triangle-arrow {
  display: none;
  /*width: 0;
	height: 0;
	z-index: 99999;
	position: absolute;
	bottom: 110px;
	left: 50%;
	transform: translate(-50%,-50%);*/
}
.triangle-arrow i {
  font-size: 45px;
  position: absolute;
  top: 60px;
  left: -18px;
  color: #1c2022;
}

a.opmstatusMoreInfoButton.btn:after {
    content: "\f35d";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 600;
    margin: 0 10px;
    position: absolute;
}
a.opmstatusMoreInfoButton.btn {
    padding-right: 50px;
}

/*****************
ABOUT
*****************/
.about {
  position: relative;
  padding: 4rem 0 4rem;
}
.about::before {
  /*content: '';
	padding: 65px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);*/
}
.about i {
  font-size: 35px;
  padding: 23px;
}
.about2 i {
  font-size: 23px;
  padding: 29px;
}
.about2 {
  padding-bottom: 4rem;
}
/*.tour-blurb {
	padding: 0 2rem;
}*/
/*.about h2 {
	font-size: 1.5rem;
}*/
.about .dgov-grid {
  justify-content: center;
}
#tour-details {
  animation-delay: .25s;
  animation-duration: 2s;
  animation-name: fadeInUp;
}
#security {
  animation-delay: .5s;
  animation-duration: 2s;
  animation-name: fadeInUp;
}
#faqs {
  animation-delay: .75s;
  animation-duration: 2s;
  animation-name: fadeInUp;
}
.about .bottom {
  padding-top: 5rem;
}
.about-topic {
  text-align: center;
  background: linear-gradient(to bottom, rgb(219, 219, 219), #fff);
  margin: 0 1rem;
  padding: 0 2rem;
}
.about-topic p {
  height: 12rem;
}
.icon-wrap {
  display: block;
  position: relative;
  top: -40px;
}
.icon-circle {
  background: #355e93;
  color: #fff;
  border: 8px solid #fff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.icon-circle img {
  padding: 30px;
}
.video video {
  width: 100%;
}

/*****************
TOUR REQUEST
******************/
.tour-request {
  background: url('/Portals/1/Page-Assets/pentagon-tours/img/tour-request-background.jpg') no-repeat fixed;
  background-size: cover;
  background-position: top;
  padding: 7rem 1rem;
}

.tour-request .content-wrap {
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem;
}

	.tour-content h2 {
    color: #fff;
}
.tour-request p {
  color: #fff;
  max-width: 575px;
  margin: 30px auto 40px;
}
.tour-content {
  text-align: center;
}
#dnn_ctr6234_HtmlModule_lblContent > div > div > div > div:nth-child(1) > div {
  border-right: 1px solid #4c4c4c;
}

.tour-content {
	padding: 20px;
}

/*****************
GETTING HERE
******************/
.getting-here {
 background: url('/Portals/1/Page-Assets/pentagon-tours/img/directions-background.jpg') no-repeat center;
	background-size: cover;
	padding: 7rem 1rem;
	box-shadow: 0px 315px 75px -300px rgba(0,0,0,0.6) inset;

}
.getting-here .content-wrap {
  background: #fff;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.20), 0 15px 12px rgba(0, 0, 0, 0.12);
}
.getting-here-content {
    padding: 3rem 2rem 0px;
}
.getting-here-content .alert {
  background: #cb0a0a;
  color: #fff;
  padding: 10px;
  font-size: 17px;
}
.getting-here .tabs {
  width: 100%;
    margin: 0 auto;
    padding: 0 2rem 1rem;
}
.getting-here .tabs i {
  margin-left: 10px;
}
.getting-here .map {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
}
.getting-here section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #abc;
}
.getting-here input {
  display: none;
}
.getting-here label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #5e646a;
  border: 1px solid transparent;
}
.getting-here label:hover {
  color: #355e93;
  cursor: pointer;
}
.getting-here input:checked + label {
  color: #355e93;
  border: 1px solid #abc;
  border-top: 2px solid #355e93;
  border-bottom: 1px solid #fff;
}
.getting-here #tab1:checked ~ #content1, .getting-here #tab2:checked ~ #content2,  .getting-here #tab3:checked ~ #content3 {
  display: block;
}
/*****************
TOUR FACTS
******************/
.tour-facts {
  background: url('/Portals/1/Page-Assets/pentagon-tours/img/tour-facts-pano-background.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 7rem 1rem;
}
.tour-facts .content-wrap {
  background: rgba(0, 0, 0, 0.8);
  padding: 1rem;
}
.tour-facts .dgov-grid {
  justify-content: center;
}
.tour-facts .fact {
  text-align: center;
}
.tour-facts i {
  font-size: 3rem;
  color: #fff;
  padding: 0 5px 1rem;
}
.fact-title {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.fact-title p {
  margin: 0 0 15px;
}
.fact-number {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 55px;
  animation-delay: .5s;
  animation-duration: 2s;
  animation-name: fadeIn;
}
/*****************
HISTORY
******************/
.timeline {
  background: #000 url('/Portals/1/Page-Assets/pentagon-tours/img/pentagon-history-background.jpg') no-repeat center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.timeline .content-wrap {
  padding: 2rem 3rem 0;
}
.timeline h1 {
  color: #fff;
  position: relative;
  bottom: 7rem;
}
.timeline h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 5rem;
}
.slider {
  position: relative;
  top: 60px;
}
.historical-info {
  margin: 0 auto 0 20px;
}
.historical-info h3 {
  font-family: 'Crimson Text', serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
}
.historical-info p {
  line-height: 1.5;
  color: #fff;
}
.historical-info .date {
  background: #355e93;
  padding: .5rem;
  font-size: 20px;
  max-width: 200px;
  color: #fff;
  text-align: center;
  font-style: italic;
  margin-bottom: 20px;
}
.historical-image {
  margin: 0 20px 0 auto;
}
.timeline .carousel-previous {
  font-size: 2.5rem;
  color: #fff;
  position: relative;
  top: 155px;
  left: -30px;
}
.timeline .carousel-previous:hover {
  cursor: pointer;
}
.timeline .carousel-next {
  font-size: 2.5rem;
  color: #fff;
  position: relative;
  bottom: 208px;
  left: 100%;
}
.timeline .carousel-next:hover {
  cursor: pointer;
}
.slider-for {
  margin-top: 1rem;
}
.slick-slider .slick-track {
  transform: unset !important;
  width: 100% !important;
}
.slider-for.slick-initialized.slick-slider > div > div > div:nth-child(1) {
  width: 100% !important;
  position: relative !important;
  left: 0 !important;
}
.slider-for.slick-initialized.slick-slider > div > div > div:nth-child(2) {
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
}
.slider-for.slick-initialized.slick-slider > div > div > div:nth-child(3) {
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
}
.slider-for.slick-initialized.slick-slider > div > div > div:nth-child(4) {
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
}
.slider-for.slick-initialized.slick-slider > div > div > div:nth-child(5) {
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
}
.slider-for.slick-initialized.slick-slider > div > div > div:nth-child(6) {
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
}
.slider-for.slick-initialized.slick-slider > div > div > div:nth-child(7) {
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
}
.slider-for.slick-initialized.slick-slider > div > div > div:nth-child(8) {
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
}
.slider-for.slick-initialized.slick-slider > div > div > div:nth-child(9) {
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
}
.slider-for.slick-initialized.slick-slider > div > div > div:nth-child(10) {
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
}
.slider-nav::before {
  content: '';
  position: absolute;
  left: 0;
  top: -18px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #111111, #355e93, #282c2f);
}
.slick-current .timeline-dot::before {
  background: #355e93;
  border: 2px solid #fff;
  bottom: 74px;
}
.slick-current .timeline-dot p {
  font-size: 26px;
  font-weight: bold;
}
.slick-list {
  overflow: visible !important;
}
.timeline-dot {
  color: #fff;
  position: relative;
  text-align: center;
}
.timeline-dot::before {
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  z-index: 999999;
  bottom: 64px;
  left: 47%;
  content: '';
  transform: translateY(-50%);
}
.timeline-dot:hover {
  cursor: pointer;
}
.timeline-dot:focus {
  text-transform: none;
}
.timeline-dot:hover::before {
  background: #355e93;
  border: 2px solid #fff;
}
.slider-nav.slick-initialized.slick-slider > div > div > div:nth-child(1) {
  width: 10% !important;
}
.slider-nav.slick-initialized.slick-slider > div > div > div:nth-child(2) {
  width: 10% !important;
}
.slider-nav.slick-initialized.slick-slider > div > div > div:nth-child(3) {
  width: 10% !important;
}
.slider-nav.slick-initialized.slick-slider > div > div > div:nth-child(4) {
  width: 10% !important;
}
.slider-nav.slick-initialized.slick-slider > div > div > div:nth-child(5) {
  width: 10% !important;
}
.slider-nav.slick-initialized.slick-slider > div > div > div:nth-child(6) {
  width: 10% !important;
}
.slider-nav.slick-initialized.slick-slider > div > div > div:nth-child(7) {
  width: 10% !important;
}
.slider-nav.slick-initialized.slick-slider > div > div > div:nth-child(8) {
  width: 10% !important;
}
.slider-nav.slick-initialized.slick-slider > div > div > div:nth-child(9) {
  width: 10% !important;
}
.slider-nav.slick-initialized.slick-slider > div > div > div:nth-child(10) {
  width: 10% !important;
}
.slick-disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}
/*****************
RELATED CONTENT
*****************/
.adash.suggest .items {
  padding: 0 2rem;
}
/*****************
FOOTER INFO
*****************/
.footer-info {
  background-color: #000;
  padding: 30px 2rem;
  text-transform: uppercase;
  text-align: center;
}
.footer-info li {
  color: #fff;
  display: block;
}
.footer-info li:nth-child(1) {
 font-weight: 800;
}
    
    .footer-info li:nth-child(2) {
  border-right: none;
  padding-right: 0;
}
.footer-info li:nth-child(3) {
  padding-left: 0px;
}
    .footer-info li:nth-child(3) {
      border-right: none;
  padding-right: 0;
}
.footer-info li a {
  color: #fff;
}
    
    .footer-info #contact {
  border-right: 2px solid #9e9e9e;
    padding-right: 15px;
}
/*****************
IE
******************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .opmstatusBar {
    font-size: 18px !important;
  }
  .tour-request, .tour-facts {
    background-attachment: scroll;
  }
}
/*****************
RESPONSIVE
******************/

@media screen and (min-width: 1200px)
{
.opmstatus {
 max-width: 462px;
 position: relative;
    right: 0;
    bottom: 40px;
    float: right;
}
.opmstatusOpen .opmstatusBar {
  border-top-left-radius: 20px;
}
}

@media screen and (max-width: 1550px) {
  .fact-title span {
    display: block;
  }
}
@media screen and (max-width: 1490px) {
  .about-topic p {
    height: 14rem;
  }
}
@media screen and (max-width: 1400px) {
  .fact-number {
    font-size: 46px;
  }
}
@media screen and (max-width: 1362px) {
  .about-topic p {
    height: 16rem;
  }
}
@media screen and (max-width: 1260px) {
  .about-topic p {
    height: 18rem;
  }
}
@media screen and (max-width: 1200px) {
  .guidelines, .security, .faqs {
    padding: 0 2rem 14rem;
  }
  .about-topic {
    margin-bottom: 5rem;
  }
  .about-topic p {
    height: unset;
  }
.top {
    padding: 0 1rem;
}
  .fact-number {
    font-size: 36px;
  }
  .fact-title p {
    font-size: 18px;
  }
  .timeline {
    padding: 3rem 0;
  }
  .timeline .carousel-next, .timeline .carousel-previous {
    display: none !important;
  }
  .tour-button {
    text-align: center;
  }
  .historical-info {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .triangle-arrow {
    display: none;
  }
  .about::before {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .tour-request {
    background: url('/Portals/1/Page-Assets/pentagon-tours/img/tour-request-background.jpg') no-repeat;
    background-size: cover;
  }
  .tour-facts {
    background: url('/Portals/1/Page-Assets/pentagon-tours/img/tour-facts-pano-background.jpg') no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
	#dnn_ctr6234_HtmlModule_lblContent > div > div > div > div:nth-child(1) > div {
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	
  .main-banner {
    height: 500px;
  }
  .fact-number {
    font-size: 45px;
  }
  .fact-title p {
    font-size: 21px;
  }
  .tour-content {
    padding-bottom: 50px;
  }
	.banner-wrap {
    
    top: 320px;
}
	.banner-wrap h1 {
	    font-size: 3em;	
	}
	
	.banner-request {
		left: 25%;
	}
	.banner-content {
		width: 430px;
	}

	.about {
   
    padding: 2rem 0 4rem;
}

#tour-details {
    margin: 0 0 5rem;
}
.historical-image {
    margin: 0;
}
	
}
@media screen and (max-width: 789px) {
  .footer-info li:nth-child(2) {
    border: none;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 776px) {
  .timeline {
    padding: 11rem 0 14rem;
  }
  .timeline-dot p {
    display: none;
  }
  .slick-current .timeline-dot::before {
    bottom: 16px;
  }
  .timeline-dot::before {
    bottom: 16px;
    height: 22px;
    left: 30%;
    width: 22px;
  }
}

@media screen and (max-width: 768px) {
	body {overflow-x:hidden !important;
}
.about {
    padding: 3rem 0;
   
}
	.about-topic {
  
		margin: 0;}
	#faqs {
    margin-top: 4rem;
}
.bottom {
    padding: 2rem 1rem 3rem;
}
  .main-banner {
    margin-bottom: 4rem;
  }
	div#dnn_ctr6232_ModuleContent {
    padding: 0 2rem;
}
  .opmstatus {
    position: relative !important;
    top: 0;
    margin: 4rem auto;
  }
  .opmstatusOpen .opmstatusPopup {
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
	background: linear-gradient(to top, #c9ecc9, #edffed)!important;
	      z-index: 1;
  }
  .opmstatusOpen .opmstatusBar {
border-top-left-radius: 0px;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 23px!important;
    font-weight: 600;
	  pointer-events: none;
  }
  .opmstatusViewDetails {
    display: none !important;
  }
  .opmstatusPopup::after {
    display: none;
  }
	.about2 {
    padding-bottom: 0;
}
	.about .dgov-grid {
    
    padding: 0rem;
}
.about-topic {
    
    background: linear-gradient(to bottom, rgb(219, 219, 219),rgb(244 244 244));
   
    padding: 0 2rem 4rem;
}
.tour-blurb {
    padding: 1rem 2.5rem;
}
.tour-request {
    padding: 0;
}
	.tour-request .content-wrap {
   
    padding: 2rem 0;
}
	h2#here {
    text-align: center;
    padding-bottom: 1rem;
}
	.getting-here .tabs {
    width: 100%;
    padding: 2rem;
}
	.getting-here {
   padding: 0;
    background: unset;
	}
	.getting-here-content {
    padding: 4rem 2rem 1rem;
}
  .getting-here .map {
    display: none;
  }
.tour-facts .fact:nth-child(even) {
    border-left: 1px solid white;
   
}
	.fact-number::after {
  content: '';
    position: absolute;
    bottom: -35px;
    left: 25%;
    width: 50%;
    height: 1px;
    background-color: #fff;

}
	.tour-facts {
    padding: 0;
}
	.tour-facts .fact {
    margin: 30px 0;
}
	.tour-button {
    text-align: center;
    padding-bottom: 2rem;
}
	.timeline .content-wrap {
    padding: 2rem 2rem 0;
}
	.timeline {
    padding: 4rem 0 14rem;
}
	.slider-for {
    margin-top: 0;
}
	.timeline {
    
    border-top: 1px solid #365e93;
}
.historical-info, .historical-image {
    padding: 0;
    min-width: 100%;
}
	.historical-info p {
  
    padding: 1rem 0;
}
	.historical-info .date {
 
    margin: 1rem 0 2rem;
}
	.slider-nav.slick-initialized.slick-slider {
    margin-left: -10px;
}
}
@media screen and (max-width: 740px) {
  .main-banner {
    background-size: cover;
	  height: 400px;
  }
  .banner-wrap {
    top: 280px;
  }
  .banner-wrap img {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -70px;
    left: 1rem;
    z-index: 999;
  }
  .banner-content {
    width: 100%;
    position: relative;
   
  }
  .banner-wrap h1 {
    font-size: 2.3em;
    padding: 30px 30px 40px;
  }
  .banner-request {
    width: 245px;
    position: absolute;
    left: 45px;
  }
  .banner-request a {
    margin: 0 40px 0 0;
    
}
  .getting-here .directions {
    position: unset;
    left: 0;
    width: 100%;
    padding-left: unset;
  }
  #map-panel-body {
    height: unset;
  }
  .panel-body {
    padding: 0 !important;
  }
  .directions .panel-heading {
    padding: 0 0 1rem;
  }
  .tour-facts {
    background-attachment: unset;
  }
}
@media screen and (max-width: 647px) {
  .other-stories .dgov-grid {
    text-align: center;
  }
  .story-image {
    float: none;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .fact-number::after {
   bottom: -35px;
    left: 25%;
    width: 50%;
    height: 1px;
  }
  #visitors::after {
    display: none;
  }
  .tour-facts i {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 490px) {
  /*.opmstatus {
    max-width: 325px;
  }*/
  .opmstatusBar {
    padding: 8px 1rem !important;
    font-size: 17.5px !important;
  }
}
@media screen and (max-width: 390px) {
  .opm-status {
    border-top-left-radius: 0px;
    width: 100%;
  }
}