div.flexslider {
	margin-bottom: 30px;
}

.flexslider .slides img {

}

.flexslider li {
	position: relative;
}

.flexslider li .meta {
	position: absolute;
	top: 50px;
	left: 20px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-family: 'Roboto', sans-serif;
}

.flexslider li a {
	color: white;
}

.flexslider li .h1 {
	position:relative;
    padding: 12px 18px 12px;
	margin-bottom: 0;
	font-size: 3.0em;
	font-weight: 300;
}

.flexslider li .h2 {
    line-height: 1.5em;
	padding: 13px 18px 11px;
	font-size: 1.5em;
	margin-bottom: 0;
	font-weight: 300;
}

.flexslider li a.click {
    display:block; 
    position:absolute; 
}

.flexslider li a.left-bottom {
    width:50%; height:50%; 
    left: 0; bottom: 0; 
}

.flexslider li a.right-bottom {
    width:50%; height:50%; 
    right: 0; bottom: 0; 
}

.flexslider li a:hover.hover
{
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-bottom-color:rgba(255,255,255,0.5);
}

.flexslider li a.left {
    width:50%; height:100%;
    left: 0; bottom: 0; 
}

.flexslider li a.full {
    width:100%; height:100%;
    left: 0; bottom: 0; 
}

.flex-control-nav {
	position: absolute;
	width: 100%;
	bottom: 5%;
    left: 0%;
}

.flex-control-nav a {
	text-decoration: none;
	display: block;
	width: 3%;
	height: 8%;
	background-color: #fff;
	margin: -5% 0 0;
	position: absolute;
	top: 15%;
	z-index: 10;
	overflow: hidden;
	opacity: .5;
	cursor: pointer;
	color: #fff;
}

.flex-control-paging li {margin: 0 20px 0 20px; z-index: 20;}
.flex-control-paging li a:hover { background: #009fc2;}
.flex-control-paging li a.flex-active { background: #009fc2;}
.flex-control-paging li a {overflow: hidden; width: 35px; height: 4px; display: block; background: #fff; cursor: pointer; text-indent: 9999px; -webkit-transition-duration: 0; -moz-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s;}


.flexslider:hover,
.flexslider:hover  {
	opacity: 1;
}

#newsroom-button {
   text-shadow:#66bc29 0 -1px 0;text-decoration:none;background-color:#66bc29;background-image:-ms-linear-gradient(top,#b2dd94,#66bc29);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b2dd94),to(#66bc29));background-image:-webkit-linear-gradient(top,#b2dd94,#66bc29);background-image:-o-linear-gradient(top,#b2dd94,#66bc29);background-image:linear-gradient(top,#b2dd94,#66bc29);background-image:-moz-linear-gradient(top,#b2dd94,#66bc29);background-repeat:repeat-x;border:#66bc29 1px solid;
   padding:5px 20px 1px;height:22px;z-index:99;margin:0;font-size:14px;
   float: right;
   margin: 0px 0px 0 0;
   border-radius:5px;color:#fff;cursor:pointer;margin:5px 5px 0 0;font-weight:bold;box-shadow:inset 0 0 2px #fff,0 0 3px #666;
   text-align: center;
}

a #newsroom-button,a:visited #newsroom-button{color:#fff !important;text-decoration:none;}

#newsroom-button:hover {
    color: #fff;
    background-position: 0 15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
	background-color: #b2dd94;
}

@media only screen and (max-width: 649px) {
    #newsroom-button {
      float: none;
    }
  
    .flexslider li .meta {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	
	.flexslider li .h1 {
		font-size: 1.8em;
		width: 100%;
        padding:inherit;
    }

    .flexslider li .h2 {
		font-size: 0.8em;
		width: 100%;
        padding:inherit;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
	flexslider .slides > li {
		height:auto !important;
	}

    .ui-clearfix {
	    clear: both;
    }
}