#features .featuredCaptionText { display:block !important; height:auto !important;}
.featuredCaptionText{
    background-color: transparent;
	background-color: rgba(0,0,0,0);
}
.featuredCaptionText.darkbg{
    background-color: black;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

html, body {
	height: 100% !important;
	margin:0;
	padding:0;
	overflow: auto;
}

.homepage, .featuredTop, .missionsHomeNew, .master-slider, #content, #contentBlueOuter_contentPage {
	position: relative !important;
	height: inherit !important;
	transition: height 0.2s ease-out;
}
.carousel_module_container {
	 width: 100%;
	 clear: both;
}
 .carousel_module_container:last-child {
	 margin-bottom: 0;
}
 .carousel_module_container .over_carousel_header .module_title {
	 margin-top: 0;
}

.homepage_carousel .gradient_container_top, .gradient_container_bottom, .white_gradient_container_bottom {
    z-index: 7;
}

.gradient_container_top {
    background: -owg-linear-gradient(rgba(0,0,0,0.6), transparent);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.6)), to(transparent));
    background: linear-gradient(rgba(0,0,0,0.6), transparent);
    pointer-events: none;
    top: 0;
}

.homepage_carousel .gradient_container_bottom {
    background: -owg-linear-gradient(transparent, rgba(0,0,0,0.9));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.9)));
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    pointer-events: none;
    bottom: 0;
}

.homepage_carousel .gradient_container_top, .homepage_carousel .gradient_container_bottom, .white_gradient_container_bottom {
    height: 200px;
    width: 100%;
    position: absolute;
    z-index: 1;
}

 .medium_mid {
	 height: 500px;
}
 .medium_large, .large {
	 height: 600px;
}
 .xlarge {
	 height: 700px;
}
 .xxlarge {
	 height: 750px;
}
  .master-slider {
	 width: 100%;
	 height: 100%;
}
  .floating_text_area header {
	 position: relative;
	 margin-bottom: 0;
	 padding: 0 22px;
}
  .floating_text_area header:after {
	 background: url("/layout/general/css/masterslider/arrow_up_white_@2x.png") no-repeat;
	 content: "";
	 position: absolute;
	 right: 0;
	 top: 0.9em;
	 background-size: 12px;
	 height: 7.5px;
	 width: 12px;
}
  .media_feature_title {
	 color: white;
	 font-size: 1.4em;
	 margin: 0 auto;
}
  .media_feature_title a {
	 color: white;
	 text-decoration: none;
}
  .media_feature_title:hover {
	 cursor: pointer;
}

.media_feature_subheading {
    font-size: smaller;
    color: #dcc5aa;
    font-weight: 400;
}
  /* .media_feature_title:after {
	 background: url("/layout/general/css/masterslider/arrow_up_white_@2x.png") no-repeat;
	 content: "";
	 margin-left: 14px;
	 background-size: 12px;
	 height: 7.5px;
	 width: 12px;
	 display: inline-block;
} */
  /* .subtitle {
	 font-size: 1.1em;
	 margin: 0.4em 0 0.4em;
} */
  .homepage_carousel .description {
	 max-height: 130px;
	 overflow-y: auto;
}
.homepage_carousel .description a {
	 color: #69b9ff;
	 font-weight:500;
}
.homepage_carousel .description p {
	 color: inherit;
}
 .medium_large .description, .large .description, .xlarge .description, .xxlarge .description {
	 max-height: none;
	 overflow: hidden;
	 margin-bottom: 0;
	 display: none;
}
 .medium_large .floating_text_area.open header, .large .floating_text_area.open header, .xlarge .floating_text_area.open header, .xxlarge .floating_text_area.open header {
	 margin-bottom: 0.7em;
}
 .medium_large .floating_text_area.open header .media_feature_title:after, .large .floating_text_area.open header .media_feature_title:after, .xlarge .floating_text_area.open header .media_feature_title:after, .xxlarge .floating_text_area.open header .media_feature_title:after {
	 transform: rotate(180deg);
}
 .small .floating_text_area, .medium .floating_text_area, .medium_mid .floating_text_area {
	 background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
	 background-size: 100%;
	 background-repeat: no-repeat;
	 background-position: bottom;
}
 .small header, .medium header, .medium_mid header {
	 cursor: pointer;
	 margin-bottom: 0.4em;
}
 .small .description, .medium .description, .medium_mid .description {
	 display: none;
	 cursor: pointer;
}
 .small .media_feature_title:after, .medium .media_feature_title:after, .medium_mid .media_feature_title:after {
	 display: none;
}
 .small .gradient_container_bottom, .medium .gradient_container_bottom, .medium_mid .gradient_container_bottom {
	 display: none;
}
.floating_text_area {
    width: 100%;
    /* padding: 1.4em; */
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    bottom: 155px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-color: rgba(0,0,0,0.4);
}

@media screen and (max-width:769px) {
	.floating_text_area {
		bottom:230px;
	}
}
 .medium_large .floating_text_area, .large .floating_text_area, .xlarge .floating_text_area, .xxlarge .floating_text_area {
	 padding: 1.4em;
	 text-align: left;
	 bottom: 5em;
	 background-color: black;
	 width: auto;
	 max-width: 500px;
}
 .medium_large .floating_text_area.left, .large .floating_text_area.left, .xlarge .floating_text_area.left, .xxlarge .floating_text_area.left, .medium_large .floating_text_area.bottom_left, .large .floating_text_area.bottom_left, .xlarge .floating_text_area.bottom_left, .xxlarge .floating_text_area.bottom_left {
	 left: 5%;
}
 .medium_large .floating_text_area.right, .large .floating_text_area.right, .xlarge .floating_text_area.right, .xxlarge .floating_text_area.right, .medium_large .floating_text_area.bottom_right, .large .floating_text_area.bottom_right, .xlarge .floating_text_area.bottom_right, .xxlarge .floating_text_area.bottom_right {
	 right: 5%;
}
 .medium_large .floating_text_area header, .large .floating_text_area header, .xlarge .floating_text_area header, .xxlarge .floating_text_area header {
	 padding: 0;
}
 .medium_large .floating_text_area header:after, .large .floating_text_area header:after, .xlarge .floating_text_area header:after, .xxlarge .floating_text_area header:after {
	 content: none;
}
  .floating_text_area.open header:after {
	 transform: rotate(180deg);
}
  .ms-nav-prev,  .ms-nav-next {
	 margin-top: -40px;
}
/* ------------------ nav styles -------------------- */

  .ms-slide-bgvideocont {
	 background-color: #000;
}
  .ms-slide-bgvideocont video {
	 max-width: none;
}
  .ms-nav-next,  .ms-nav-prev {
	 display: none;
}
 .medium_mid .ms-nav-next, .medium_large .ms-nav-next, .large .ms-nav-next, .xlarge .ms-nav-next, .xxlarge .ms-nav-next, .medium_mid .ms-nav-prev, .medium_large .ms-nav-prev, .large .ms-nav-prev, .xlarge .ms-nav-prev, .xxlarge .ms-nav-prev {
	 display: block;
}
 .no-touchevents .medium .ms-nav-next, .no-touchevents .small .ms-nav-next, .no-touchevents .medium .ms-nav-prev, .no-touchevents .small .ms-nav-prev {
	 display: block;
}
  .ms-nav-prev,  .ms-nav-next {
	 width: 40px;
	 height: 80px;
	 margin-top: -60px;
}
  .ms-nav-prev {
	 background: url("/layout/general/css/masterslider/arrow_left_slim.png") !important;
	 background-size: 40px 95px !important;
	 background-position: 0 !important;
	 left: 0 !important;
	 border-top-right-radius: 6px;
	 border-bottom-right-radius: 6px;
}
  .ms-nav-next {
	 background: url("/layout/general/css/masterslider/arrow_right_slim.png") !important;
	 background-size: 40px 95px !important;
	 background-position: 0 !important;
	 right: 0 !important;
	 border-top-left-radius: 6px;
	 border-bottom-left-radius: 6px;
}
  .ms-bullets {
	 left: 0;
	 right: 0 !important;
	 margin: 0 auto;
	 bottom: 132px !important;
	 z-index: 10;
	 display: inline-block;
}
 .medium_mid .ms-bullets {
	 bottom: 1.5em;
}
 .medium_large .ms-bullets, .large .ms-bullets, .xlarge .ms-bullets, .xxlarge .ms-bullets {
	 bottom: 2.2em;
}
  .ms-bullet {
	 background-color: white !important;
	 background-image: none !important;
	 border-radius: 50% 50% 50% 50% !important;
	 height: 8px !important;
	 width: 8px !important;
	 opacity: 0.5 !important;
	 margin: 0 10px !important;
}
.ms-bullets.ms-dir-h .ms-bullet:first-child:nth-last-child(6),
.ms-bullets.ms-dir-h .ms-bullet:first-child:nth-last-child(6) ~.ms-bullet {
	margin: 0 5px !important;
}
  .ms-bullet:hover {
	 opacity: 1 !important;
}
  .ms-bullet-selected {
	 opacity: 1 !important;
}


	.dashboard_bottom {
		margin-top: -120px;
	}

	.ms-nav-next {
		background-size: 40px 103px;
		background-position: 0;
		right: 15px !important;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
	}

	.ms-nav-next {
		width: 40px;
		height: 80px;
		margin-top: -60px;
	}

	.ms-nav-next, .ms-nav-prev {
		display: none;
    }
    
    .homepage_carousel .floating_text_area .media_feature_title {
        color: white;
        margin-top: 0;
        margin-bottom: .4em;
        font-size: 1.6em;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        font-weight: 400;
    }

    .homepage_carousel .floating_text_area .description {
        max-height: 130px;
        overflow-y: auto;
        padding: 0 1.4em;
        color: #ffffff;
        font-weight: 300;
	}


    .mission_home_rotator .description {
        margin-top: 10px;
    }
    .mission_home_rotator .description .moreLinkGroup a{color:#ffe4c4 !important}
    .mission_home_rotator {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: calc(100% - 45px);
    }   
    .mission_home_rotator .header-title {
        width: auto;
        position: absolute;
        bottom: 40vh;
        color: #f1f1f1;
        line-height: normal;
        display:inline-block;
        left: 0;
        right: 0;
        top: calc(50% - 100px);
        text-align:center;
        max-width: 500px;
        margin: 0 auto;
      }
  .mission_home_rotator .header-content {
    display: inline-block;
    padding: 10px;
    border: 1px rgba(255, 255, 255, 0.05) solid;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
  }
      .mission_home_rotator .header-title h2 {
        font-weight: 600;
        margin: 0;
        display: inline-block;
        text-transform:uppercase;
        text-shadow: 1px 1px 4px rgba(34, 34, 34, 0.5);
        font-size:2em;
      }
  
      .mission_home_rotator .mission_home_rotator_clock{
        width: auto;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        font-size: 200%;
        text-shadow: 1px 1px 2px rgba(102, 102, 102, 0.8);
        display:inline-block;
        vertical-align:top;
    }
    .mission_home_rotator .mission_home_rotator_clock .date {
        display:inline-block;text-transform: uppercase; letter-spacing: 1px; vertical-align: middle;line-height: 33px;padding: 0 20px 0 10px;border-right: rgba(255, 255, 255, 0.5) solid 1px;
        color: #ffe4c4; 
    }
    .mission_home_rotator .mission_home_rotator_clock .date .day {
            font-size: 1.1em;
    }
    .mission_home_rotator .mission_home_rotator_clock .time_label {
        color: #ffe4c4;
    }
    .mission_home_rotator .mission_home_rotator_clock .month {
        letter-spacing: -3px;
    }
    .mission_home_rotator .mission_home_rotator_clock .countdown-container {
        display:inline-block;
        vertical-align: middle;    
        margin: 0 auto !important;
    }
    .mission_home_rotator .mission_home_rotator_clock .date span {
        font-weight:600;
        display: block;
    }
    .mission_home_rotator .mission_home_rotator_clock .countdown_time {
        padding: 0;
    }
    .mission_home_rotator .mission_home_rotator_clock .countdown_time .unit { 
        font-size: 1.3em;
        font-weight: 500;
    }
      .mission_home_rotator .mission_home_rotator_clock .countdown_title {
          color: white;
      }
      .mission_home_rotator .mission_home_rotator_clock .countdown_title {
          margin:0;
          padding:5px 0 3px;
      }
      .mission_home_rotator .header-more {
        width: 100%;
        position: absolute;
        padding: 10px 0 5px;
        bottom: 0;
        font-weight:600;
        text-align:center;
        color:white;
        z-index:11;
      }
  
      .mission_home_rotator .header-more.blink {
        animation: blink 5s linear infinite;
      }
  
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }

@media (min-width: 769px), print {
	.homepage_carousel .floating_text_area.box.left, .homepage_carousel .floating_text_area.no-box.left {
		left: 8%;
	}
	.homepage_carousel .floating_text_area.box.right, .homepage_carousel .floating_text_area.no-box.right {
		right: 8%;
	}
	.homepage_carousel .floating_text_area.box {
		background-color: rgba(0,0,0,0.2);
		-webkit-transition: background-color 300ms linear;
		-ms-transition: background-color 300ms linear;
		transition: background-color 300ms linear;
	}
	.homepage_carousel .floating_text_area.box:hover {
		background-color: rgba(0,0,0,0.6);
		-webkit-transition: background-color 300ms linear;
		-ms-transition: background-color 300ms linear;
		transition: background-color 300ms linear;
	}

	.homepage_carousel .floating_text_area.box, .homepage_carousel .floating_text_area.no-box {
		position: absolute;
		width: 400px;
	}

	.homepage_carousel .floating_text_area {
		bottom: calc(125px + 3em);
		background-color: transparent;
    }
    
    .homepage_carousel .floating_text_area {
        text-align: left;
        padding: 1.4em;
        margin: 0;
	}
	
	span.moreLinkGroup {
		display: block;
		margin-top: 20px;
	}

	.floating_text_area { 
		padding-bottom: 0px;
	}
}
/* FOR "MIDDLE" VERSION ALIGNMENT (MOBILE AND DESKTOP) */

.homepage_carousel .text_area.box.middle, .homepage_carousel .text_area.no-box.middle {
	width: auto;
	position: absolute;
	bottom: 40vh;
	color: #f1f1f1;
	line-height: normal;
	display:inline-block;
	left: 0;
	right: 0;
	top: calc(50% - 100px);
	text-align:center;
}
.homepage_carousel .text_area.middle.box.middle .middle_content {
	display: inline-block;
	padding: 10px 25px;
	border: 1px rgba(255, 255, 255, 0.05) solid;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 7px;
}
.homepage_carousel .text_area.middle .media_feature_title {
	font-weight: 600;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px rgb(34 34 34 / 50%);
	font-size: 2em;
} 
.homepage_carousel .text_area.middle .media_feature_title {
	cursor: inherit;
}
.homepage_carousel .text_area.middle .description, 
.homepage_carousel .text_area.middle .sub_description{
	font-size:1em;
	color: #F1F1F1;
	font-weight: 300;
	max-height:unset;
	margin:10px auto 5px;
}
.homepage_carousel .text_area.middle .description p, 
.homepage_carousel .text_area.middle .sub_description p {
	margin:auto;
}
.mission-home .homepage_carousel .text_area.middle span.moreLinkGroup a:only-child {
	padding: 5px 0;
	display: block;
	background: none;
	font-weight: 600;
	font-size:20px;
	color: #ffe4c4;
}
.mission-home .homepage_carousel .text_area.middle span.moreLinkGroup a:hover {
	text-decoration: underline;
}
.mission-home .homepage_carousel .text_area.middle span.moreLinkGroup {
	margin-top:5px;
}
	
	@media (min-width: 1200px) and (min-width: 769px), print and (min-width: 1200px) {
		.homepage_carousel .floating_text_area.box, .homepage_carousel .floating_text_area.no-box {
			width: 530px;
		}
	}

	@media (min-width: 1024px) and (min-width: 769px), print and (min-width: 1024px), print and (min-width: 769px), print {
		.homepage_carousel .floating_text_area.box, .homepage_carousel .floating_text_area.no-box {
			width: 480px;
		}
	}

	@media (min-width: 600px), print {
		.homepage_carousel .floating_text_area .media_feature_title {
			font-size: 2em;
			width: 80%;
		}
	}
	

	@media (min-width: 769px), print {
		.ms-nav-next, .ms-nav-prev {
			display: block; 
		}
		
		.homepage_carousel .floating_text_area .media_feature_title {
			font-size: 1.5em;
			margin-bottom: .4em;
			width: 100%;
		}

		  .floating_text_area {
			width: 100%;
			padding: 2em 1.4em 2.8em;
			bottom: 0;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			color: white;
		}

		.homepage_carousel .floating_text_area .description {
			font-size: 0.8em;
			font-weight: 300;
			line-height: 1.4em;
			padding: 0;
			max-height: none;
			overflow: hidden;
		}

		.ms-nav-next {
			margin-top: -80px;
		}
		
    }

	@media (min-width: 1024px), print {
		.homepage_carousel .floating_text_area .media_feature_title {
			font-size: 1.4em;
		}
	}

	@media (min-width: 1200px) {
		.homepage_carousel .floating_text_area .media_feature_title {
			font-size: 1.5em;
		}
	}

	@media (min-width: 1700px) and (min-width: 769px), print and (min-width: 1700px) {
		.homepage_carousel .floating_text_area.box.left, .homepage_carousel .floating_text_area.no-box.left {
			left: 4%;
		}
    }
    
	@media (min-width: 501px) and (max-width: 624px), print and (min-width: 1700px) {
		.dashboard_bottom {
            margin-top: -105px;
        }
    }
    
    .floating_text_area .description p {
        margin: 0px;
    }

    

	.ms-slide-layers {
		left: 0 !important; 
	}

	.ms-view {
		left: 0 !important; 
	}
	.ms-container { 
		max-width: none !important;
	}
	span.moreLinkGroup a {
		display: block;
	}

	span.moreLinkGroup a:only-child {
		font-weight: 700;
		display: inline-block;
		margin-bottom: .5em;
		margin-left: auto;
		margin-right: auto;
		background-color: #3D75B3;
		color: white;
		line-height: 1em;
		border: 0;
		text-decoration: none;
		border-radius: 4px;
		cursor: pointer;
		text-shadow: none;
		font-size: 13px;
		padding: 12px 24px;
		text-transform: uppercase;
		white-space: nowrap;
	}
	@media (max-width: 769px) {
		span.moreLinkGroup a:only-child {
			display: block;
			width: fit-content;
			margin-top: 10px;
		}
	}