/*** 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 .fa-exclamation-triangle {
	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 3px 0;
	 padding: 20px 5%;
	 text-align: center;
	 transition: 0.3s 0.1s all ease;
}
 .spotlight_item > a, .spotlight_item > a:focus, .spotlight_item > a:hover {
	 color: #fff;
	 text-decoration: none;
	 display: block;
}
 .spotlight_item a:focus {
	 color: #fff;
	 outline: 1px dotted #fff;
}
.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: 5px;
    margin: 0;
}
.spotlight_item a.read-more-link {
	font-style: normal;
    font-weight: 600;
	color: #ffffff !important;
    background-color: transparent;
    border: 0;
    margin: 3px 0 0;
    padding: 0;
    width: auto;
    display: block;
    display: table; /* all but old IE... */
}
/* 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;
    line-height: 1.1em;
}
#events {
    margin-top: 50px;
    margin-bottom: 50px;
}
.event_item {
	border: 1px solid #D0D3D4;
	color: #115740;
	display: table;
	clear: both;
	height: 80px;
	margin-bottom: 5px;
	margin-left:-1px;
	overflow: hidden;
	text-decoration: none !important;
	position: relative;
    width: 100%;
}
.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;
}
.event_read-more {
	position: relative;
	z-index: 0;
	font-weight: bold;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}


#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;
}

@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: 17px;
    }
    /*.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;
        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_lg.png') no-repeat center center;
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 17px;
    }
    #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: 806px;
		height: 200px;
		left:50%;
	    margin-left:-403px;
	}
	#spotlight::before, #home-news::before {content:''; width:0;}
	.spotlight_item {
		margin-bottom: 0;
		width: 218px;
		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 h5 {
        margin-bottom: 10px;
        font-weight: 700;
    }
    .spotlight_item p {
        padding-top: 0;   
    }
    .spotlight_item.middle {
        right: 268px;
        border-right: 1px solid #848484;
        border-left: 1px solid #848484;
    	border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
    }
	.spotlight_item:first-child {
		right: inherit;
		left: 0;
		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 BANNER 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;  
        -o-transition: all 0.2s linear; 
        -webkit-transition: all 0.2s linear; 
        -ms-transition: all 0.2s linear; 
        transition: all 0.2s linear; 
        position: absolute;
        left: 0;
        top: -10px;
        width: 117px;
        -ms-interpolation-mode: bicubic;
    }
    .csstransforms3d #bold_logo img {

        -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);
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
    }
    #bold_logo img.lowerbanner {
        top: -5px;
    }
    #top_logo {
        position: absolute;
        top: 36px;
        left: 50%;
        transform: translateX(-50%);
    }
    #top_logo img {
        margin: 0;
        /*margin-top: 0;*/
        /*position: absolute;*/
        /*top: 36px;*/
    }
    #search_site #q {
        width: 190px;
    } 
    .search_site_submit:focus {
        outline: 1px dotted #b58e5b;
    }

}


/*-------------------- BXSLIDER CSS -------------------------- */

img:-moz-loading {
  visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
section.home-main {
    overflow: hidden;
    max-height: 645px;
    position: relative;
}

/* bxSlider */
.bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}
.home-main .bx-wrapper {
    background:url('https://www.wm.edu/css/images/wm_cypher_silver.png') no-repeat center center;
}
.home-main .bx-viewport {
    max-height: 645px;
    height: 100%;
}
.bxslider-main > li {
    max-height: 645px;
    height: auto;
}
.bxslider-main > li:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 30%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    z-index: 0;
}
.bxslider-main > li img {
    width: 100%;
    border-bottom: 100px solid #000;
}
/* Captionbox */
.static-background, .captionbox-wrapper {
  width: calc(100% - 50px);
  padding: 25px 25px 40px;
  position: absolute;
  bottom: 0;
}
.static-background {
  background: rgba(0,0,0,0.8);
  z-index: 1;
  margin-left: -10000px;
}
.static-background.onscreen {
  margin-left: 0;
}
.captionbox-wrapper {
    background: transparent;
    z-index: 1;
}
.captionbox {
    color: #fff;
    opacity: 0;
}
.captionbox h4 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-right: 15px;
    font-weight: 400;
    letter-spacing: 1.1px;
}
.captionbox p {
    margin: 0 0 0.35em;
}
.captionbox a {
    color: #fff;
}
.morelink, .captionbox .morelink {
    color: #B9975B;
    font-weight: 600;
    text-decoration: none;
}
.bxslider-main li[aria-hidden="false"] .captionbox {
  opacity: 1;
  transition-property: opacity;
  transition-delay: .5s;
  transition-duration: 1.2s;
  transition-timing-function: ease;
}
/* Controls (includes pause/play) */
.home-main .bx-wrapper .bx-controls-auto, .home-main .bx-wrapper .bx-pager {
    padding-top: 0;
}
#home_columns .bx-wrapper .bxcontrols-auto, .bx-wrapper .bx-pager {
    position: inherit;
    padding-top: 16px;
}
#features .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 20px;
}
#features .home_overlay_info h4 {
    bottom: 45px;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none;
}
.home-main .bx-wrapper .bx-prev,
.home-main .bx-wrapper .bx-next {
    display: none;
}
.bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    color: #fff;
    font-size: 28px;
    padding: 0;
    background: rgba(0,0,0,.8);
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    vertical-align: middle;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item{
    -moz-transform:translateY(-1px);    
    -ms-transform:translateY(-1px);    
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    position: absolute;
    bottom: 16px;
    z-index: 4;
    width: 20px;
    right: auto;
}
.bx-wrapper .bx-controls-auto .bx-start,
.bx-wrapper .bx-controls-auto .bx-stop {
    background: none;
    text-indent: 0;
    color: #fff;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    color: #B9975B;
}
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    outline: 1px dotted;
}
.bx-wrapper .bx-controls-auto .bx-start i,
.bx-wrapper .bx-controls-auto .bx-stop i {
    vertical-align: middle;
}
/* Pager (dots) */
.home-main .bx-wrapper .bx-controls.bx-has-pager .bx-pager,
.home-main .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    position: absolute;
    bottom: 14px;
    width: 100%;
    text-align: center;
    z-index:2;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #D0D3D4;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin: 0 6px;
}
.home-main .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #115740;
    text-decoration: none;
}
.home-main .bx-wrapper .bx-pager.bx-default-pager a:hover, .home-main .bx-wrapper .bx-pager.bx-default-pager a.active, .home-main .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #B9975B;
}
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    outline: 1px dotted #115740;
}
.home-main .bx-wrapper .bx-pager.bx-default-pager a:focus {
    outline: 1px dotted #B9975B;
}

/* Home News Column */
.news_feature a:focus,
.bxslider-news a:focus {
    outline: 1px dotted #115740;
}
.bxslider-news li a{
    display:block;  
}

/* Home Blogger Column */
.desktop_blog_info h3 + a {
    display:block;
    color: #b58e5b;
}

/* Home Featuring Column */
.desktop_featuring_item h3 + a {
    display:block;
    color: #b58e5b;
}

/* -------------- MEDIA QUERIES ---------------------- */
@media screen and (min-width: 600px) {
    .bxslider-main > li:after {
        height: 35%;
    }
}
@media screen and (min-width: 650px) {
    #features .bx-wrapper .bx-pager {
        position: inherit;
        bottom: -30px;
    }
}

@media screen and (min-width: 800px) {
    .bxslider-main > li:after {
        content: none;
    }
    .bxslider-main > li img {
        border-bottom: 0;
    }
    .static-background, .captionbox-wrapper {
        left: 30px;
        width: 300px;
        height: 165px;
        padding: 25px;
        top: 36px;
        bottom: auto;
    }
    .captionbox-wrapper.dark {
        background: rgba(0,0,0,0.8);
    }
    .captionbox .morelink {
        display: block;
        position: relative;
        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;
    }
    .home-main .bx-wrapper .bx-controls.bx-has-pager .bx-pager,
    .home-main .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        top: 192px;
        bottom: auto;
        width: 350px;
        left: 30px;
        padding-top: 20px;
    }
    .home-main .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        bottom: auto;
        top: 210px;
        left: 30px;
    }
}

@media screen and (min-width: 1000px) {
    .bxslider-main > li {
        height: 645px;
    }
    .bxslider-main > li img {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }
    .static-background, .captionbox-wrapper,
    .home-main .bx-wrapper .bx-controls.bx-has-pager .bx-pager,
    .home-main .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
    .home-main .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{
        left: 50%;
        transform: translateX(-495px);
    }
}



