﻿.ms-rtestate-field h1, 
h1.ms-rteElement-H1, 
.ms-rtestate-field h2, 
h2.ms-rteElement-H2 {	
	color: #000;
}

/* overwrite bundle.css */
.swiper-container, .swiper-wrapper * {
	box-sizing: border-box;	
}

.slider .swiper-pagination-bullet {
	box-sizing: border-box;
	min-width: unset;	
}

@media (max-width: 767px) {	      
      .intro .slider {
      	position: absolute;
      }        
}

.slider-gallery .swiper-slide {	
	width: 100% !important;
}

.swiper-container {	
	width: 100%;
}

.slider-articles .swiper-container {	
	width: calc(100vw - 60px);
}
        
/* END overwrite bundle.css */

/* Swipe Slider Caption */
.slide-captions {
	max-width: 945px;
	margin: auto;
}

.slide-captions .box.box--spot {	
	position:relative !important;
}

/* END Swipe Slider Caption */

/*Government Shutdown Notice css*/
.shutdown p a {
	color: #fff !important;
	text-decoration: underline; }

.shutdown p a:hover {
	color: yellow !important; }
	
/*Post when shutdown is over*/
.shutdown {
	display: none; }
/*Government Shutdown Notice css*/

