.tp-bullets.simplebullets.square {
bottom: 0px !important;
width: 100% !important;
background: rgba(0, 0, 0, 0.26);
}
.tp-bullets.simplebullets.square .bullet{
width: 25%;
height: 140px;
background-position: center;
border-top: 3px solid rgba(255, 255, 255, 0);
}
.bullet:nth-of-type(1) {
background-image: url("/sites/default/files/slide1-thumb.png") !important;
height: 140px;
width: 280px;
background-repeat:no-repeat !important;
}
.bullet:nth-of-type(2) {
background-image: url("/sites/default/files/slide2-thumb.png") !important;
height: 140px;
width: 280px;
background-repeat:no-repeat !important;
}
.bullet:nth-of-type(3) {
background-image: url("/sites/default/files/slide3-thumb.png") !important;
height: 140px;
width: 280px;
background-repeat:no-repeat !important;
}
.bullet:nth-of-type(4) {
background-image: url("/sites/default/files/slide4-thumb.png") !important;
height: 140px;
width: 280px;
background-repeat:no-repeat !important;
}
.bullet.selected{
background-color:#000 !important;
border-top:3px solid #115835 !important;
}
.node-type-article .post-content h2 {
  display: none;
}

/* ----------
CHANGES 2015-06-22
---------- */

/* HEADER */
/*.front .sticky-wrapper {
	position: fixed;
	z-index: 100;
}*/
.front #section-header.fixed-transition,
#section-header.fixed-transition {	
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
.front #section-header.fixed-transition {
	background: #000000;
}
#section-header .container {
	position: relative;
}
#section-header .row .col-lg-6 {
	width: auto;
}
.site-logo img {
	height: 72px;
}
#section-header .dexp-dropdown > ul > li {
	padding-right: 16px;
	padding-top: 0;
}
#sedtion-header .dexp-dropdown > ul > li.last {
	padding-right: 0;
}
#section-header .dexp-dropdown > ul > li > a, #section-header .dexp-dropdown > ul > li > span.nolink {
	font-weight: 400;
	font-size: 13px;
	padding: 0;
}
#section-header .row .region-navigation {
	bottom: 5px;
	left: 161px;
	padding-right: 0;
	position: absolute;
	width: auto;
}
#section-header .row .region-navigation::before {
	content: 'The nonprofit fundraising arm of UH Athletics: \00a0 “The team behind the team.”';
	font-size: 14px;
	color: #A5A5A5;
	font-style: italic;
	font-weight: 400;
	position: absolute;
	top: -40px;
}
/*#section-header.fixed-transition .row .region-navigation:before {
	color: #666666;
}*/
#dexp-layerslider-layer {
	color: #227955;
	font-size: 50px !important;
	font-weight: 700;
	left: 0 !important;
	line-height: 1.25 !important;
	text-align: center;
	width: 100%;
}
#dexp-layerslider-layer--2 {
	color: #ffffff;
	font-size: 27px !important;
	font-weight: 700;
	line-height: 1.25 !important;
	width: 100%;
	text-align: center;
	left: 0 !important;
}
#dexp-layerslider-layer--3:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/video-pattern.png") repeat;
	z-index: 3;
}

/* SLIDER */
.front .region-slider {
	position: relative;
}
.front .home-leadin {
	bottom: 0;
	left: 0;
	padding-bottom: 40px;
	position: absolute;
	width: 100%;
	z-index: 99;
}

/* HOMEPAGE LEAD-INS */
 
@media (min-width: 991px) {
	.region-slider .home-leadin{
	    margin-bottom: -5%;	
	}
}

.region-slider .home-leadin ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 588px;
}
.region-slider .home-leadin li.leadin-item a,
.region-slider .home-leadin li.leadin-item a:focus,
.region-slider .home-leadin li.leadin-item a:hover {
	text-decoration: none;
}
.region-slider .home-leadin li.leadin-item {
	float: left;
	list-style: none;
	margin: 0 2%;
	width: 160px;
}

.region-slider .home-leadin li.leadin-item:first-child {
	margin-left: 0;
}
.region-slider .home-leadin li.leadin-item:last-child {
	margin-right: 0;
}
.region-slider .home-leadin li.leadin-item img {
	background: #1d6849;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
.region-slider .home-leadin li.leadin-item span {
	color: #ffffff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
}

#leadin-item04, #leadin-item05{
	display:none;
	width:0px;
	clear:both;
}

.front .view-blog .node-teaser .field-item {
	height: 200px;
}
.front .view-blog .node-teaser .field-item img {
	height: auto;
	width: auto;
}
.bean-front-page-marketing-banner .field-name-field-link {
	text-align: center;
}
.bean-front-page-marketing-banner .marketing-button {
  color: #ffffff;
  padding: 10px 20px;
  background-color: #fc482c;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.bean-front-page-marketing-banner .marketing-button:hover {
	background-color: #E04028;
	color: #ffffff;
}
 
@media (min-width: 721px) {
	#section-slider .region-slider:after {
		content: "VIDEO BY SHANE GRACE";
		color: #ffffff;
		display: block;
		right: 30px;
		position: absolute;
		font-size: 10px;
		bottom: 5px;
		z-index: 90;
	}
}

@media (min-width: 992px) {
	#section-header .dexp-dropdown > ul > li > .green {
		background: #1d6849;
		padding: 5px 8px;
	}
	#section-header .dexp-dropdown > ul > li > .green:hover {
		background: #3d9272;
		color: #ffffff;
	}
	.front .sticky-wrapper {
		position: relative;
		z-index: 100;
	}
	.front #section-header {
		background: rgba(0, 0, 0, 0);
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	.layerslider-bannercontainer {
		max-height: 660px !important;
	}
	.layerslider-banner {
		max-height: 660px !important;
		height: 660px !important;
	}
	#dexp-layerslider-layer--3 {
		height: 660px !important;
	}
	.front #section-slider {
		position: relative;
		top: -110px;
	}
	/* HOMEPAGE LEAD-INS larger margins*/
.region-slider .home-leadin ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 686px;
}
	.region-slider .home-leadin li.leadin-item {
	float: left;
	list-style: none;
	margin: 0 6%;
	width: 160px;
	}
}

@media (min-width: 1200px) {
	#section-header .dexp-dropdown > ul > li > a, #section-header .dexp-dropdown > ul > li > span.nolink {
		font-size: 15px;
	}
	#section-header .dexp-dropdown > ul > li {
		padding-right: 20px;
	}
}

@media (max-width: 1199px) {
	/*#section-header .dexp-dropdown > ul > li {
		padding-bottom: 5px;
	}*/
	.front .home-leadin {
		padding-bottom: 2%;
	}
	.front .view-blog .node-teaser .field-item {
		height: 160px;
	}
}

@media (max-width: 991px) {
	.dexp-menu-toggler {
		top: 0;
	}
	#section-header .container {
		width: 100%;
	}
	#section-header .row .region-navigation {
		width: 100%;
		float: right;
		position: static;
		margin: 0;
		height: 20px;
	}
	.front .home-leadin {
		padding-bottom: 1%;
	}
	.region-slider .home-leadin ul {
		width: 402px;
	}
	.region-slider .home-leadin li.leadin-item {
		margin: 0;
		width: 130px;
	}
	.region-slider .home-leadin li.leadin-item img {
		height: 80px !important;
		width: 80px !important;
	}
	#dexp-layerslider-layer {
		top: 35px !important;
		font-size: 45px !important;
	}
	#dexp-layerslider-layer--2 {
		top: 110px !important;
		font-size: 21px !important;
	}
	.region-slider .home-leadin li.leadin-item span {
		font-size: 15px;
		line-height: 1.25;
		padding-top: 15px;
	}
	#section-header .row .region-navigation:before {
		top: 12px;
		left: 161px;
		width: 50%;
	}
}

@media (max-width: 720px) {
	.region-slider {
		background: #1d6849;
	}
	.front .home-leadin {
		position: static;
		bottom: inherit;
	}
	.region-slider .home-leadin ul {
		width: 100%;
	}
	.region-slider .home-leadin li.leadin-item {
		margin: 0;
		padding-bottom: 25px;
		padding-left: 10px;
		padding-right: 10px;
		width: 50%;
	}
	.region-slider .home-leadin li.leadin-item span {
		padding-top: 10px;
	}
}

@media (max-width: 468px) {
	#section-header .row .region-navigation::before {
		display: none;
	}
}