#feature-links {
	 margin: 25px 22px;
	 text-align: center;
}
 #feature-links ul {
	 margin: 0 auto;
	 width: 100%;
	 padding: 0;
}
 #feature-links li {
	 list-style: none;
	 vertical-align: middle;
	/*cursor: pointer;
	*/
	 color: #ffffff;
	 width: auto;
	 margin: 0 0 3px;
	 padding: 0;
	 text-align: center;
	 transition: all 0.18s ease-in;
}
 #feature-links a {
	 background: transparent;
	 color: white !important;
	 font-size: 13px;
	 font-weight: 500;
	 letter-spacing: 0.1em;
	 padding: 22px;
	 width: 100%;
	 margin: 0;
	 display: inline-block;
	 text-transform: uppercase;
	 line-height: 1.4em;
	 background: #115740;
	 transition: all .3s ease;
}
 #feature-links a:hover, #feature-links a:focus {
	 text-decoration: none;
	 background: #163029;
}
 @media screen and (min-width: 1000px) {
	 #feature-links {
		 width: 100%;
		 margin: 0;
		 background: #115740;
		 text-align: center;
		 border-top: 4px solid #B9975B;
	}
	 #feature-links ul {
		 margin: 0 auto;
		 width: 100%;
	}
	 #feature-links li {
		 display: inline-block;
		 width: 33.33%;
		 border-left: 1px solid rgba(255,255,255,.2);
		 margin-bottom: 0;
	}
	 #feature-links li:first-child {
		 border-left: none;
	}
}
/*** EMT Messages ***/
 #minor_emergency {
	 padding: 20px 15px 40px;
	 position: relative;
	 color: #115740;
	 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: #115740;
	 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;
}
 #desktop_header #top_logo {
	 display: block;
	 margin: 0 auto !important;
}
 #top_logo, #top_logo img {
	 width: 285px !important;
	 height: auto;
}
/** Slideshow **/
 #slideshow .slides li {
	 position: relative;
}
 #slideshow .flex-direction-nav {
	 position: absolute;
	 bottom: 20px;
	 left: 50%;
	 right: auto;
	 transform: translateX(-50%);
	 width: 74px;
	 height: 35px;
}
 #slideshow .flex-nav-prev, #slideshow .flex-nav-next {
	 position: absolute;
	 left: 0;
}
 #slideshow .flex-nav-next {
	 left: auto;
	 right: 0;
	 border-left: 2px solid #606060;
}
 #slideshow .flex-direction-nav a {
	 position: relative;
	 top: auto;
	 bottom: 0;
	 margin: 0;
	 background: rgba(0,0,0,0.4);
	 color: #f7f7f7;
}
 #slideshow .flex-direction-nav a:before {
	 line-height: 35px;
}
 #slideshow img {
	 border-bottom: 100px solid #000000;
}
 #slideshow .flex-caption {
	 position:absolute;
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
	 left:0;
	 right:0;
	 bottom:0;
	 z-index:1;
	 padding: 0 3% 70px 3%;
	 text-align: left;
	 color: #ffffff !important;
	 text-shadow: 1px 1px 1px #000;
	/*width: 94%;
	*/
	 background: -moz-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,0.97) 99%, rgba(0,0,0,1) 100%);
	 background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(20%,rgba(0,0,0,1)));
	 background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%);
	 background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%);
	 background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%);
	 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
 #slideshow .flex-caption .home_title, #slideshow .flex-caption .home_title a {
	 font-weight: 600;
	 font-size: 32px;
	 line-height: 1.05em;
}
 #slideshow .flex-caption .home_title a:hover {
	 text-decoration: none;
}
 #slideshow .flex-caption a, #slideshow .flex-caption a:hover {
	 color: #ffffff !important;
}
 #slideshow .flex-caption .home_caption a {
	 text-decoration: underline;
}
 #slideshow .flex-caption .home_caption {
	 font-size: 14px;
	 line-height: 1.4em;
	 letter-spacing: 0.02em;
	 padding: 0;
	 width: 100%;
	 position: relative;
}
 #slideshow .flex-caption .caption-container {
	 max-width: 990px;
	 margin: 0 auto;
}
 #home_content {
	 position: relative;
}
 #news_column a, #news_column a:hover, #news_column a:focus {
	 color: #87673d;
}
 .home_col {
	 padding: 44px 22px;
}
 .home_col ul {
	 list-style-type: none;
	 overflow: hidden;
	 margin: 0;
	 padding: 0;
}
 .home_col h3, .home_col a {
	 color: #866F45;
}
 .home_col h3 {
	 font-weight: bold;
	 font-size: 18px;
	 line-height: 26px;
	 letter-spacing: 0.02em;
	 text-transform: uppercase;
	 text-align: center;
}
 .home_col a.more_link {
	 font-size: 14px;
	 line-height: 40px;
	 letter-spacing: 0.01em;
	 display: block;
	 border: 1px solid #115740;
	 text-align: center;
	 max-width: 810px;
	 margin: auto;
}
 .home_col .more_arrow {
	 font-size: 14px;
	 padding-left: 8px;
}
 .home_item {
	 margin: 15px 0;
}
 .home_item img {
	 width: 100%;
}
 .news_item .item_caption {
	 display: none;
	 font-size: 15px;
}
 .news_item .overlay_caption_container {
	 display: block;
}
 .feature_item a, .news_item a {
	 position: relative;
	 display: block;
}
 .news_item .item_caption, .faculty_item a, .news_item a:hover, .faculty_item a:hover {
	 font-weight: bold;
	 color: #115740 !important;
}
 .overlay_caption_container {
	 display: block;
	 position: absolute;
}
 .overlay_caption_container {
	 bottom: 5px;
	 width: 100%;
	 height: 55%;
	 background: -moz-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 60%);
	/* FF3.6+ */
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,1)));
	/* Chrome,Safari4+ */
	 background: -webkit-linear-gradient(top, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 60%);
	/* Chrome10+,Safari5.1+ */
	 background: -o-linear-gradient(top, rgba(0,0,0,0) 20%,rgba(0,0,0,1) 60%);
	/* Opera 11.10+ */
	 background: -ms-linear-gradient(top, rgba(0,0,0,0) 20%,rgba(0,0,0,1) 60%);
	/* IE10+ */
	 background: linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(0,0,0,1) 60%);
	/* W3C */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
	/* IE6-9 */
}
 .overlay_caption {
	 position: absolute;
	 display: block;
	 bottom: 0;
	 width: 90%;
	 padding: 15px;
}
 .overlay_caption_headline {
	 font-weight: 700;
	 display: block;
	 font-size: 14px;
	 line-height: 20px;
	 color: #ffffff;
	 letter-spacing: 0.02em;
}
 .overlay_caption_headline a, .overlay_caption_headline a:hover {
	 display: inline;
	 color: #ffffff;
	 text-decoration: underline;
}
 .feature_tag {
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 line-height: 26px;
	 padding: 5px 15px;
	 font-size: 14px;
	 letter-spacing: 0.02em;
	 font-weight: bold;
	 color: #ffffff !important;
	 background: #b79257;
	 text-transform: uppercase;
}
 .feature_tag.green_tag {
	 background: #789D4A;
}
 .feature_tag.blue_tag {
	 background: #4cc3c7;
}
 .feature_tag.red_tag {
	 background: #f15a22;
}
 .faculty_item {
	 color: #115740;
	 border-bottom: 2px solid #d9e0e2;
	 padding-bottom: 3%;
	 font-size: 15px;
}
 .faculty_item:last-child {
	 border-bottom: none;
}
 .faculty_item:first-child {
	 margin-top: 15px;
}
 .faculty_item a.faculty_news_source {
	 color: #866F45 !important;
	 display: block;
	 padding: 5px 0 10px;
}
 .event_item {
	 border: 1px solid #D0D3D4;
	 display: table;
	 clear: both;
	 height: 80px;
	 margin-bottom: 5px;
	 overflow: hidden;
	 text-decoration: none !important;
	 position: relative;
	 width: 98%;
}
 .home_col .event_item {
	 color: #115740 !important;
}
 .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: #ffffff;
}
 .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_item {
	 border: 3px solid #D9E0E2;
	 padding: 4% 4% 4% 0;
	 width: 100%;
	 margin-bottom: 10px;
}
 .event_name {
	 border-left: 3px solid #D9E0E2;
	 margin-left: 65px;
}
 .event_name span {
	 padding: 0px 0px 0px 6%;
}
 footer {
	 clear: both;
}
/* #prospective_students {
	*/
	/* background-color: #75a194;
	*/
	/* color: #ffffff;
	*/
	/* overflow: hidden;
	*/
	/* text-align: center;
	*/
	/* clear: both;
	*/
	/*
}
*/
 #prospective_students {
	 background-color: #eff0f0;
	 color: #115740;
	 overflow: hidden;
	 text-align: center;
	 clear: both;
	 letter-spacing: 0.015em;
}
/* #prospective_students h3 {
	*/
	/* text-transform: uppercase;
	*/
	/* font-size: 22px;
	*/
	/* background: #115740;
	*/
	/* width: 100%;
	*/
	/* padding: 15px 0;
	*/
	/* margin-bottom: 10px;
	*/
	/* -webkit-box-shadow: 0px -2px 23px 7px rgba(0,0,0,0.5);
	*/
	/* -moz-box-shadow: 0px -2px 23px 7px rgba(0,0,0,0.5);
	*/
	/* box-shadow: 0px -2px 23px 7px rgba(0,0,0,0.5);
	*/
	/*
}
*/
 #prospective_students h3 {
	 font-size: 37px;
	 background: transparent;
	 width: 100%;
	 padding: 44px 22px 22px;
	 color: #115740;
	 font-weight: 500 !important;
	 font-family: "Noto Serif", times, serif;
}
 #prospective_students h5 {
	 font-size: 15px;
	 text-transform: uppercase;
	 margin: 15px 0 10px;
}
 #prospective_students a, #prospective_students a:hover {
	/*color: #ffffff;
	*/
	 display: block;
	 line-height: 1.6em;
	 font-size: 15px;
	 color: #87673d;
}
 #prospective_students .fa {
	 font-size: 40px;
	 display: block;
	 margin: 0 auto;
}
 .prospective_col {
	 padding-bottom: 25px;
	 padding-top: 25px;
	 border-bottom: 1px solid #D0D3D4;
	 width: 100%;
}
 .prospective_col.deadlines {
	 border-bottom: none;
}
 .prospective_col.deadlines img {
	 width: 80px;
	 height: 80px;
}
 #prospective_container {
	 display: flex;
	 flex-wrap: wrap;
	 padding: 0 22px;
}
/*** Tablet and above ***/
 @media screen and (min-width: 650px) {
	 #slideshow .flex-direction-nav {
		 bottom: 40px;
	}
	 #slideshow img {
		 border-bottom: none;
	}
	 #slideshow .flex-caption .home_title, #slideshow .flex-caption .home_title a {
		 font-size: 60px;
		 line-height: 1.05em;
	}
	 #slideshow .flex-caption {
		 text-align: center;
		 padding-bottom: 105px;
		 padding-top: 105px;
		 background: -moz-linear-gradient(top, rgba(0,0,0,0) 10%, 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(10%,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) 10%,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) 10%,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) 10%,rgba(0,0,0,0.97) 99%,rgba(0,0,0,1) 100%);
		/* IE10+ */
		 background: linear-gradient(to bottom, rgba(0,0,0,0) 10%,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 */
	}
	 #slideshow .flex-caption .home_caption {
		 font-weight: bold;
		 text-transform: uppercase;
	}
	 #home_content {
		 width: 100%;
		 margin: 0 auto;
	}
	 #news_column, #feature_column, #event_column {
		 overflow: hidden;
	}
	 #news_column {
		 width: 50%;
	}
	 #faculty_column {
		 width: 50%;
	}
	 #feature_column li, #event_column li {
		 float: left;
	}
	 #news_column li:last-child, #event_column li:last-child {
		 margin-right: 0px;
	}
	 .more-link {
		 max-width: 47%;
		 margin: 0 auto;
	}
	 #feature_column, #event_column {
		 clear: both;
	}
	 #feature_column li {
		 width: 48%;
		 margin-right: 4%;
	}
	 #feature_column li:nth-child(even) {
		 margin-right: 0;
	}
	 #faculty_column {
		 position: absolute;
		 right: 0;
		 top: 0;
	}
	 #event_column li {
		 width: 33%;
		 margin-right: 2%;
	}
	 #event_column li:last-child {
		 margin-right: 0;
	}
	 .event_item {
		 padding: 5% 5% 5% 0;
		 width: 100%;
		 margin: auto;
		 height: 100%;
	}
	 .event_name span {
		 padding-left: 10%;
	}
	 #prospective_students h3 {
		 margin-bottom: 50px;
	}
	 .prospective_col {
		 width: 50%;
		 float: left;
		/*height: 240px;
		*/
		 padding-top: 44px;
		 padding-bottom: 44px;
		 margin-bottom: 0px;
	}
	 .prospective_col.statistics {
		 border-bottom: none;
	}
	 .prospective_col.visit_options, .prospective_col.deadlines {
		 border-left: 1px solid #D0D3D4;
		 width: 49%;
		 width: calc(50% - 1px);
	}
	 #prospective_students h3 {
		 margin-bottom: 0px;
	}
	 #event_column ul {
		 width: 100%;
		 max-width: 810px;
		 margin: 0 auto;
		 display: flex;
		 align-items: stretch;
	}
}
/*** Tablet only ***/
 @media screen and (min-width: 650px) and (max-width: 1059px) {
	/*.faculty_item {
		*/
		/* font-size: 18px;
		*/
		/* line-height: 26px;
		*/
		/* letter-spacing: -0.02em;
		*/
		/*
	}
	*/
	 .prospective_col.statistics {
		 clear: both;
	}
}
/*** Desktop styling ***/
 @media screen and (min-width: 1000px) {
	 #search_site {
		 top: 16px !important;
	}
	 #desktop_header #search_site #q {
		 visibility: visible;
		 border: 1px solid #d9dcdd;
		 padding: 6px;
		 width: 280px;
		 height: auto;
	}
	 #desktop_header #search_site.open #q {
		 width: 280px;
		 padding: 6px;
		 margin-right: 0;
		 margin-top: 0;
		 outline: inherit;
	}
	 #search_form_fields {
		 display: flex;
	}
	 #desktop_header #tactical_nav .search_site_submit {
		 background: #115740;
		 color: #ffffff;
		 transition: all .2s ease;
	}
	 #desktop_header #tactical_nav .search_site_submit:hover, #desktop_header #tactical_nav .search_site_submit:focus {
		 background: #000;
	}
	 #tactical_nav {
		 flex-direction: column;
		 align-items: flex-start;
		 justify-content: flex-end;
	}
	 #desktop_header #tactical_nav #top_tactical_nav_row {
		 padding-bottom: 8px;
		 border-bottom: 1px solid #115740;
		 width: 365px;
		 text-align: left;
		 position: relative;
	}
	 #desktop_header #tactical_nav #bottom_tactical_nav_row {
		 width: 388px;
		 text-align: left;
		 position: relative;
	}
	 #top_tactical_nav_row li:last-child {
		 padding-right: 0px;
	}
	 #bottom_tactical_nav_row li {
		 padding-top: 9px;
	}
	 .tactical_nav_row li > a:hover, .tactical_nav_row li > a:focus {
		 border-bottom: none !important;
		 color: #866F45 !important;
		 text-decoration: none;
	}
	 #top_logo {
		 position: relative;
		 top: -37px;
	}
	 #top_logo img {
		 margin-bottom: 0px;
	}
	 #prospective_container {
		 width: 990px;
		 margin: 0 auto;
		/*padding-bottom: 44px;
		*/
	}
	 .prospective_col {
		 width: 25% !important;
		 border-right: 1px solid #D0D3D4;
		 padding-top: 22px;
		 padding-bottom: 44px;
		 margin-bottom: 0px;
		 border-bottom: none;
		 border-left: none !important;
	}
	 .prospective_col:last-child {
		 border-right: none;
	}
}
 @media screen and (min-width: 1060px) {
	 #top_logo img {
		 margin-top: -10px;
		 width: 270px;
	}
	/* Slideshow */
	 #slideshow .flex-viewport, #slideshow .slides li {
		 max-height: 583px;
		 height: 64vh;
	}
	 #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;
	}
	/*** Content ***/
	 #news_column .home_item, #feature_column .home_item {
		 width: 315px !important;
	}
	 #events_column li {
		 width: 260px;
	}
	 #news_column {
		 background: #eff0f0;
		/*border-bottom: 1px solid #d8dcdb;
		*/
		 width: 100%;
		 padding-bottom: 1%;
	}
	 .home_col {
		 padding-left: 0;
		 padding-right: 0;
	}
	 .home_col a.more_link {
		 border: none;
		 text-align: right;
	}
	 #news_container, #faculty_feature_cols {
		 width: 1025px;
		 margin: 0 auto;
		 position: relative;
	}
	 .news_item .item_caption {
		 display: block;
	}
	 .news_item .overlay_caption_container {
		 display: none;
	}
	 #news_column h3, #faculty_column h3 {
		 text-align: left;
	}
	 #news_column .more_link {
		 position: absolute;
		 top: 0;
		 right: 0;
	}
	 #news_column li, #feature_column li {
		 float: left;
		 margin-right: 40px;
	}
	 #news_column li:last-item {
		 margin-right: 0px;
	}
	 #feature_column {
		 width: 690px;
	}
	 .feature_item:nth-child(1), .feature_item:nth-child(2) {
		 margin-top: 0;
	}
	 #faculty_column {
		 top: -6px;
		 width: 315px;
	}
	 #faculty_column .more_link {
		 position: relative;
		 top: -20px;
	}
	 #event_column {
		 padding-top: 0;
		 padding-bottom: 40px;
	}
	/*#event_column ul {
		*/
		/* width: 810px;
		*/
		/* margin: 0 auto;
		*/
		/* display: flex;
		*/
		/* align-items: stretch;
		*/
		/*
	}
	*/
	 #event_column li {
		 width: 260px;
		 margin-right: 22px;
		 margin-bottom: 10px;
	}
	 #event_column:last-item {
		 margin-right: 0px;
	}
	 #event_column .more_link {
		 text-align: center;
	}
	 #home_columns, #prospective_container {
		 width: 100%;
		 max-width: 1100px;
	}
}
/*-------------------- 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;
}
 .startfaded {
	 opacity: 0;
	 transition: opacity 1s ease;
}
 .fadein {
	 opacity: 1;
}
/* bxSlider */
 .bx-wrapper {
	 box-shadow: none;
	 border: none;
	 margin-bottom: 0;
}
 #slideshow .slides li img {
	 width: 100%;
	 max-width: none;
}
/* Controls */
 .bx-controls {
	 position: absolute;
	 left: 50%;
}
 .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	 position:absolute;
	 z-index: 700;
	 border:0;
	 background: rgba(0,0,0,0.4);
	 line-height: 36px;
	 padding:0;
	 transition: padding .4s ease-out;
	 font-size: 25px;
	 cursor: pointer;
	 color: #f7f7f7;
	 text-align: center;
	 top: auto;
}
 .bx-wrapper .bx-prev {
	 left: 50%;
	 transform: translateX(-100%);
	 border-right: 1px solid #606060;
}
 .bx-wrapper .bx-next {
	 right: 50%;
	 transform: translateX(100%);
	 border-left: 1px solid #606060;
}
 .bx-wrapper .bx-controls-direction a {
	 top: auto;
	 bottom: 20px;
	 text-indent: 0;
	 width: 36px;
	 height: 36px;
	 margin-top: 0;
}
 .bx-wrapper .bx-controls-direction a:focus {
	 outline: 1px dotted;
}
 @media screen and (min-width: 650px) {
	 .bx-wrapper .bx-controls-direction a {
		 bottom: 40px;
	}
}
 