.box-content {
    width:100%;
    overflow:hidden;
    position:relative;
}
.box-content .description {
    font-size: 1em;
    padding: 0.75em 1.5em;
    height: auto;
    /*max-height: 140px;*/
    position: absolute;
    width: 65%;
    bottom: 25px;
    left: 19%;
    background-color: rgba(255,255,255,0.9);
    color: #000;
}
.box-content .description p.cta {
    font-size: 1em;
    margin-bottom: 10px;
    color:#000;
}
/*Graduation Banner*/
.box-content .descriptionGrad {
	font-size:1.3em;
	padding:0.75em 1.5em;
	height:auto;
	position:absolute;
	width:53%;
	top:40%;
	left:23%;
	text-align:center;
}
.box-content .descriptionGrad p.cta {
	font-size:1.2em;
	margin-bottom:10px;
	color:#fff;
	font-family:Lato;
}
.box-content .descriptionGrad a {
	color:#fff;
	font-family:Lato;
}
.box-content .descriptionGrad h4.title {
	font-size:2.3em;
}
/*End Graduation Banner*/

.box-content .description h2.title {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}
.box-content .description h2.title a:focus {
    outline: 5px auto #000;
  outline-offset: 3px;
}
.carousel, .slide {
    padding:0;
    margin: 0;
}
.carousel {
    position: relative;
}
.carousel ul {
    margin:0;
    padding: 0;
}
.slide {
    margin-bottom:1em;
}
.carousel .controls button {
    background-color: #616062;
    color: transparent;
    text-shadow: none;
    background-image: url(../images/slider_arrow.png);
    background-position: center;
    background-size: cover;
    border: 0;
    display: block;
}
.flex-next:hover, .flex-next:focus {
    padding-left: 15px;
}
.flex-prev:hover, .flex-prev:focus {
  padding-right: 15px;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.carousel .controls button.flex-next {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.controls button {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.carousel.active {
  overflow:hidden;
}
.active .slide {
  border: none;
  display: none;
  position:absolute;
  top:0;
  left:0;
  z-index:200;
}
.slide.current {
  width: 100%;
  float: left;
  margin-right: -100%;
  position: relative;
  opacity: 1;
  display: block;
  z-index: 2;
}
.flex-nav-prev button:hover,
.flex-nav-prev button:focus,
.flex-nav-next button:hover,
.flex-nav-next button:focus {
  width: 65px;
  height: 65px;
  outline: 5px auto #000;
  outline-offset: -6px;
}
.carousel.with-slidenav {
  padding-bottom: 3.4em;
  background-color: #dddddc;
}
.slidenav {
  position: absolute;
  bottom:.8em;
  left: 0;
  right: 0;
  text-align: center;
}
.slidenav li {
  display:inline-block;
  margin: 0 .5em;
}
.slidenav button {
  border: 0;
  background-color: #036;
  line-height: 1em;
  height: 1.5em;
  width:auto;
  font-weight: bold;
  color: #fff;
}
.slidenav button.current {
  border-radius: 0;
  color: #000000;
  background-color: #fc6719;
}
.slidenav button:hover,
.slidenav button:focus {
  outline: 5px auto #000;
  outline-offset: 4px;
}
.slidenav button.current:hover,
.slidenav button.current:focus {
  outline: 5px auto #000;
  outline-offset: 4px;
}
@media only screen and (max-width: 1024px) {
.carousel .description {
    /*max-height: 121px;*/
    width: 76%;
    bottom: 0;
    left: 12%;
    font-size: 1.2em;
}
	
}
.carousel:hover .controls.flex-prev, .carousel .controls .flex-prev {
    opacity: 1;
    left: 0px !important;
  }
.carousel:hover .controls .flex-next, .carousel .controls .flex-next {
    opacity: 1;
    right: 0px !important;
  }
.carousel:focus .controls.flex-next:focus {
  padding-left:15px;
  padding-right:15px;
  }
@media only screen and (max-width: 768px) {
	.box-content .description h4.title {
		font-size:1em;
		margin-bottom:10px;
	}
	.mobile {
		display:none;
	}
	.box-content .descriptionGrad {
    font-size: 1em;
    padding: 0.75em 1.5em;
    height: auto;
    position: absolute;
    width: 100%;
    top: 10%;
    left: 0;
    text-align: center;
}
}