/*** EMT Messages ***/
#minor_emergency {
    padding: 20px 15px 40px;
    position: relative;
    color: #8f0614;
    margin: 0 auto;
    z-index: 20;
    max-width: 990px;
}
#minor_emergency + #main-header {
	border-top: 6px solid #B9975B;
}
#minor_emergency + #main-header.closed_message {
	border-top: none !important;
}
#minor_emergency .icon-warning {
	font-size: 60px;
	float: left;
	margin: 0 20px 10px 0;
}
#minor_emergency .em_title {
    font-weight: bold;
    text-transform: uppercase;
}
#minor_emergency .em_date {
    font-style: italic;
}
#minor_emergency .em_desc a, #minor_emergency .em_desc a:visited, 
#minor_emergency .em_desc a:active {
    color: #000;
    text-decoration: underline;
}
#minor_emergency .em_desc a:hover {
    text-decoration: underline;
}
#minor_emergency #close_minor {
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #8f0614;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px; font-size: 1.1rem; /* =11px */
    padding: 5px 10px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#major_emergency {
    background: #820c0b;
    min-height: 380px;
    width: 94%;
    padding: 3%;
    color: #ffffff;
}
#major_emergency a, #major_emergency a:visited {
    color: #F0B323;
}
#major_emergency .emergency-item {
	max-width: 990px;
    margin: 1em auto 2em;
}
#major_emergency .em_title {
	line-height: 1.3em;
}
#major_emergency .em_date {
	font-style: italic;
	margin-top: 0;
}
/* Slideshow */
#slideshow {
	width: 100%;
	position: relative;
}
#slideshow .flexslider {
    min-height: 280px;
    overflow: hidden;
    background: #ffffff url('images/wm_cypher_silver.png') no-repeat center center;
}
#slideshow .flex-control-paging {
	bottom: 11px;
	position: absolute;
	z-index: 100;
}
#slideshow .flex-control-paging li a {background: #ffffff;}
#slideshow .flex-control-paging li a:hover { background: #B9975B;}
#slideshow .flex-control-paging li a.flex-active { background: #B9975B;}
#slideshow .flexslider li {
	position: relative;
}
#slideshow .flexslider li img {
	z-index: 10;
	border-bottom: 100px solid #000000;
}
#slideshow_caption_main_box {
	display: none;
}
.slideshow_caption_container {
	color: #ffffff;
	z-index: 100;
	width: 100%;
	position: absolute;
}
.flex-active-slide .slideshow_caption {
	display: block;
}
.slideshow_caption {
	position: absolute;
	bottom: 0;
	width: 92%;
	padding: 4% 4% 45px 4%;
}
.slideshow_caption_container.flex_caption {
    bottom: 0;
	height: 50%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 30%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    font-weight: 200;
    line-height: 1.4em;
}
.slideshow_caption_title {
	display: block;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 0px;
	margin-right: 15px;
	font-weight: 400;
    letter-spacing: 1.1px;
}
.slideshow_caption_info a {
	font-weight: 600;
	color: #B9975B;
}
/* Spotlight */
#spotlight {
	padding-bottom: 25px;
    position: relative;
    z-index: 200;
}
.spotlight_item {
    cursor: pointer;
	color: #ffffff;
	background: #115740;
	width: 90%;
	margin: 0 0 15px 0;
	padding: 20px 5%;
	text-align: center;
}
.spotlight_item h5 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3em;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
}
.spotlight_item p {
	line-height: 1.8em;
	display: none;
	font-style: italic;
    text-align: left;
    padding-top: .5em;
    margin: 0;
}
.spotlight_item a.read-more-link {
	font-style: normal;
	color: #ffffff !important;
    background-color: transparent;
    border: 1px solid #ffffff;
    margin: 10px auto;
    padding: 5px;
    width: auto;
}
/* Columns */
#home_columns, #spotlight {
	margin: 25px 0px;
	position: relative;
}
.home_col {
	position: relative;
	margin: 25px 0;
}
#spotlight, .home_col {
	margin-left: 15px;
	margin-right: 15px;
}
.home_col h3 {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #b58e5b;
	margin-bottom: 20px;
}
.home_col h3 a, .home_col h3 a:visited, .home_col h3 a:active, .home_col h3 a:hover {
    color: #b58e5b !important;
    text-decoration: none;
}
#events {
    margin-top: 50px;
    margin-bottom: 50px;
}
.event_item {
	border: 1px solid #D0D3D4;
	color: #115740;
	display: table;
	clear: both;
	height: 80px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none !important;
	position: relative;
    width: 98%;
}
.event_item:last-child {
    margin-bottom: 0px !important;
}
.event_datetime {
	width: 80px;
	display: table-cell;
    vertical-align: middle;
	position: relative;
	z-index: 10;
	text-align: center;
	margin: 5px 0;
    background-color: #D0D3D4;
}
.event_month, .event_day, .event_time {
	display: block;
}
.event_month {
	font-size: 16px;
}
.event_day {
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
}
.event_time {
	font-style: italic;
	font-size: 12px;
	line-height: 1.4em;
}
.event_name {
	position: relative;
	z-index: 0;
	font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}
.event_name span {
	padding: 15px;
	display: block;
	font-size: 13px;
	line-height: 1.5em;
}

#home-news h3 a, #home-news h3 a:visited, #home-news h3 a:active, #home-news h3 a:hover {
	color: #115740 !important;
    text-decoration: none;
}
.news_feature {
	position: relative;
	overflow: hidden;
	margin: 0px 0 1% 0;
}
.news_feature a {
	display: block;
}
.news_feature img, .home_overlay_info img {
	width: 100%;
}
.news_item {
	width: 49.5%;
	float: left;
	position: relative;
}
.news_item:first-child {
	margin-right: 1%;
}
.news_caption, .news_feature_caption_container {
	color: #ffffff;
	display: block;
	position: absolute;
	line-height: 1.4em;
}
.news_feature_caption_container, .home_content_caption {
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 20%, rgba(0,0,0,0.97) 99%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.97)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.97) 99%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.97) 99%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.97) 99%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.97) 99%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.news_feature_caption {
	position: absolute;
	display: block;
	bottom: 0;
	width: 94%;
	padding: 3% 3%;
}
.news_caption_headline {
	font-weight: bold;
	display: block;
    font-size: 16px;
    line-height: 1.4em;
}
.news_caption_details {
    display: none;
}
.news_caption {
	width: 88%;
	padding: 6%;
	height: 83%;
	top: 0;
	font-weight: bold;
	background-color: rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
#home-news .home-more-news-link {
    margin-top: 0;
    width: 49%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #115740;
}
.home-more-news-link img {
    border: 1px solid #c9c9c9;
}
.home-more-news-link span {
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
}
.item_caption {
	position: relative;
	display: block;
	background: none;
	color: #115740;
	padding: 0;
	padding-top: .5em;
}
.item_caption a {
    font-weight: bold;
	color: #b58e5b;	
}
.desktop_blog_info, .desktop_featuring_item {
	display: none;
}
#blogs img, .mobile_featuring_item img {
	display: block;
}
#blogs img {
    width: 100%;
}
.home_overlay_info h4 {
	position: absolute;
    color: #ffffff;
    bottom: 15px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
}
.flexslider .home_overlay_info h4 {
    bottom: 45px;
}
.home_overlay_info a {
    color: #ffffff;
}
.home_overlay_info img {
	z-index: 10;
	position: relative;
}
.mobile_blog_info h4 {
    bottom: 15px;
}
.home_content_caption {
	position: absolute;
    z-index: 20;
    bottom: 0;
    height: 35%;
}
.home_content_caption .item_caption {
	font-weight: 600;
	color: #ffffff;
}
.mobile_featuring_video_play {
    margin-left: 5px;
    position: relative;
    top: 2px;
}
#features, #blogs {
    margin: 0 0 2px 0;
    padding-bottom: 0px;
}
#features.home_col .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: auto;
    overflow: hidden;
}
#features.home_col .video-container iframe,  
#features.home_col .video-container object,  
#features.home_col .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile_featuring_item {
    position: relative;
}
#features .flex-control-nav {
    position: absolute;
    bottom: 15px;
    z-index: 100;
}
#features .home_content_caption  {
    height: 50%;
}
#features .home_overlay_info h4 a {
    bottom: 45px;
}
#home_columns {
    margin-bottom: 0px;
}

/** FOR THE BOLD CAMPAIGN UPDATES **/
#side_tactical_nav li.bold-side {
    height: 64px;
    border: 0;
    background: #B9975B;
}
#side_tactical_nav li.bold-side img {
    height: 64px;
}
.side-menu li.bold-side a {
    margin-left: 0;
}  
#side_tactical_nav li.bold-side a:hover, #side_tactical_nav li.bold-side a.active {
    border-bottom: 0;
    padding-bottom: 0;
}
#side_tactical_nav li.last-side-tactical {
    border-bottom: 1px solid #fff;
}


@media screen and (min-width: 550px) {
    .slideshow_caption_container.flex_caption {
        height: 40%;
    }
    #slideshow .flexslider {
        min-height: 450px;
    }
}
/*** Tablet and Desktop styling ***/
@media screen and (min-width: 650px) {
    .home_col {
    	padding-bottom: 25px !important;
    }
    .slideshow_caption_container.flex_caption {
        height: 35%;
    }
    #slideshow .flexslider {
        min-height: 505px;
    }
	.spotlight_item {
        width: 39%;
        display: inline-block;
        padding-top: 25px;
        padding-bottom: 25px;
	}
    .spotlight_item h5 {
        font-size: 18px;
    }
    .spotlight_item.first {
        margin: 0 1% 0 0;
    }
	.event_item {
		border: none;
		margin-bottom: 30px;
	}
	.event_datetime {
		width: 65px;
        background-color: #ffffff;
	}
	.event_name {
		border-left: 7px solid #D0D3D4;
		margin-left: 65px;
	}
	.event_name span {
		padding: 0px 0px 0px 10px;
	}
	/* Override news story caption styling */
	#home-news h3 {
		font-size: 30px;
		line-height: 1.2em;
        margin-bottom: 25px;
	}
    #home-news .news_item img, .news_feature img {
        border: 1px solid #c9c9c9;
    }
    .news_feature img {
        width: 99%;
    }
	#home-news .news_feature {
		margin-bottom: 35px;
	}
	#home-news .news_feature_caption_container, #home-news .news_feature_caption, #home-news .news_caption {
		position: relative;
		background: none;
        filter: none;
		color: #115740;
		padding: 0;
		margin-top: .5em;
		width: 100%;
        font-size: 14px;
        line-height: 1.4em;
	}
    #home-news .news_caption_details {
        display: block;
    }
    #home-news .news_feature_caption_container {
        height: auto;
    }
	#home-news .news_feature a:hover, #home-news .news_item a:hover {
		text-decoration: none;
	}
	#home-news .news_item {
		width: 47%;
	}
	#home-news .news_item:first-child {
		margin-right: 5%;
	}
	.mobile_blog_info, .mobile_featuring_item {
		display: none;
	}
	.desktop_blog_info, .desktop_featuring_item {
		display: block;
	}
    #features .flex-control-nav {
        position: relative;
        bottom: inherit;
    }
}

/*** Two column, tablet only ***/
@media screen and (min-width: 650px) and (max-width: 999px) {
	.home_col {
		width: 45%;
		min-height: 350px;
		position: relative;
		margin: 25px 2% 0;
	}
    #home_columns {
        margin-top: 0px;
    }
	#spotlight::before, #home-news::before {content:''; width:0;}
	#events, #features {
		float: right;
		margin-left: 0px;
        margin-right: 25px;
        margin-top: 25px;
	}
	#home-news, #blogs {
		float: left;
		clear: both;
		margin: 25px 0 0 2%;
	}
}
/*** Small desktop ***/
@media screen and (min-width: 800px) {
    #home_swoop {
        width: 100%;
        height: 119px;
        position: absolute;
        bottom: 0px;
        background: url('images/homepage_swoop.png') no-repeat bottom center;
        z-index: 50;
    }
    #center_swoop {   
        bottom: 0;
        display: block;
        background: url('images/center_swoop.png') no-repeat center center;
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 13px;
    }
    #slideshow .flexslider li img {
    	border-bottom: none;
	}
	#slideshow .flex-control-paging {
		top: 196px;
		bottom: inherit;
		left: 55px;
		width: 300px;
		z-index: 130;
	}
    .slideshow_caption_container.flex_caption {
        font-weight: 100;
        line-height: 1.5em;
    }
	#slideshow_caption_main_box {
        display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 120;
		width: 300px;
		padding: 25px;
		height: 165px;
	}
    .lt-ie9 #slideshow_caption_main_box {
        background-color: #000000 !important;
    }
	.slideshow_caption_container {
		top: 36px;
		left: 30px;
		z-index: 125;
		background: transparent !important;
	}
    .slideshow_caption_container.flex_caption {
        display: none;
    }
	.slideshow_caption, .flex-active-slide .slideshow_caption {
		display: none !important;
		background: transparent;
	}
	.slideshow_caption_learn_more {
		display: block;
		position: relative;
		font-weight: 400;
		text-align: right;
		text-transform: uppercase;
		font-size: 16px;
		background: url('images/slideshow-caption-line.png') no-repeat -59px 0;
		padding-right: 74px;
		margin-top: 10px;
	}
    .slideshow_caption_learn_more:hover {
        text-decoration: none;
    }
    #spotlight {
    	position: absolute;
		bottom: 0;
		z-index: 50;
		margin: 0;
		padding: 0;
		width: 697px;
		height: 200px;
		left:50%;
	    margin-left:-347px;
	}
	#spotlight::before, #home-news::before {content:''; width:0;}
	.spotlight_item {
		margin-bottom: 0;
		width: 299px;
		padding-left: 25px;
		padding-right: 25px;
		position: absolute;
		right: 0;
		bottom: 0;
		border-radius: 0px 10px 0px 0px;
		-moz-border-radius: 0px 10px 0px 0px;
		-webkit-border-radius: 0px 10px 0px 0px;
		background-color: #163029;
        display: block;
	}
	.spotlight_item:first-child {
		right: inherit;
		left: 0;
		width: 297px;
		border-right: 1px solid #848484;
		border-radius: 10px 0px 0px 0px;
		-moz-border-radius: 10px 0px 0px 0px;
		-webkit-border-radius: 10px 0px 0px 0px;
	}
	.spotlight_item.show_info {
		background-color: #115740;
	}
}

/*** Desktop styling ***/
@media screen and (min-width: 1000px) {
	#home_columns {
		width: 990px;
		margin: 0 auto;
		position: relative;
	}
	
	/* DESKTOP HEADER */
    #wm_easter_egg {
        position: absolute;
        width: 75px;
        height: 75px;
        top: 75px;
        right: 275px;
    }
	/* Slideshow */
    #slideshow .flex-viewport {
        max-height: 625px;
    }
    #slideshow .slides li {
        position: relative;
        height: 625px;
    }
     #slideshow .slides li img {
        position: absolute;
        /* top-aligned - top: 0; */
        /* center-aligned */
        top: 50%;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }
    .lt-ie9 #slideshow .slides li img {
        top: 0;   
    }
	.slideshow_caption_container {
		margin: 0 auto;
		width: 990px;
		left: 0px;
		right: 0px;
	}
	#slideshow .flex-control-paging {
		left: -320px;
		width: 100%;
	}
	/* Columns */
	.home_col {
		padding-top: 30px;
	}
	#home-news {
		z-index: 200;
		height: 725px;
		width: 355px;
		margin: 0 auto;
		padding-left: 45px;
		padding-right: 45px;
        padding-top: 38px;
		-webkit-box-shadow: 0 0px 0px 0px white, 0 2px 0px 0px white, 6px 0 8px -4px rgba(0, 0, 0, 0.4), -6px 0 8px -4px rgba(0, 0, 0, 0.4); 
		-moz-box-shadow: 0 0px 0px 0px white, 0 2px 0px 0px white, 6px 0 8px -4px rgba(0, 0, 0, 0.4), -6px 0 8px -4px rgba(0, 0, 0, 0.4); 
    	box-shadow: 0 0px 0px 0px white, 0 2px 0px 0px white, 6px 0 8px -4px rgba(0, 0, 0, 0.4), -6px 0 8px -4px rgba(0, 0, 0, 0.4);
        position: relative;
        top: -8px;
	}
	#events, #blogs, #features {
		position: absolute;
		top: 0;
		width: 225px;
	}
	#events {
		left: 0;
        margin-top: 25px;
	}
    #blogs {
        margin-top: 25px;
        max-height: 325px;
        overflow: hidden;
    }
	#blogs, #features {
		right: 0;
	}
    #blogs .item_caption, #features .item_caption {
        max-height: 85px;
    }
	#features {
		top: 375px;
		margin-left: 0;
		margin-right: 0;
        max-height: 275px;
	}    
    /* FOR THE BOLD CAMPAIGN UPDATES */
    #tactical_nav {
        height: 205px;
    }
    #tactical_nav ul {
        margin-left: 137px;
        padding-top: 14px;
    }
    #tactical_nav li {
        display: block;
        padding: 0 0 2px;
    }
    #tactical_nav a {
        padding: 0 0 1px;
    }
    #bold_logo img {
        -moz-transition: all 0.2s linear;  /* FF4+ */
        -o-transition: all 0.2s linear;  /* Opera 10.5+ */
        -webkit-transition: all 0.2s linear;  /* Saf3.2+, Chrome */
        -ms-transition: all 0.2s linear;  /* IE10 */
        transition: all 0.2s linear; 
        position: absolute;
        left: 0;
        top: -10px;
        width: 117px;
        -ms-interpolation-mode: bicubic;
    }
    .csstransforms3d #bold_logo img {
        /*-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);*/ /* image looks terrible using tranform on windows chrome */
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        /*transform: translate3d(0, 0, 0) scale3d(1, 1, 1);*/ /* image looks terrible using tranform on windows chrome */
        /*-webkit-backface-visibility: hidden;*/ /* image looks terrible using tranform on windows chrome */
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        /*backface-visibility: hidden;*/ /* image looks terrible using tranform on windows chrome */
    }
    #bold_logo img.lowerbanner {
        top: -5px;
    }
    #top_logo img {
        margin-top: 0;
        position: absolute;
        top: 36px;
    }
    #search_site #q {
        width: 190px;
    }  

}
