/* Add here all your CSS customizations */

    .section-fluid {
        width: 100%;
        padding:40px 170px 0 170px;
        margin-right: auto;
        margin-left: auto;
    }  
    
    .grad-rate {
        margin-bottom: -30px;
    }
  
.side-menu h4{
    font-size:19px;
    font-weight:bold;
    margin-bottom:0.3rem;
    color:#222222;
    font-family:"firasans","Helvetica Neue",Arial,sans-serif;
}

.hide-on-desktop {
    display:none;
}    
.headertitle {
        font-size:52px;
        font-weight:700px;
        color:#ffffff;
        margin-top: 0px;
}
.list-unstyled {
    padding:15px 0 0 0;
}
.list-unstyled a{
	color:#ffffff;
	font-size:18px;
	margin: 5px 0 0 20px;
}
.list-unstyled a:hover{
	color:#ffffff;
    text-decoration:underline;
}
.sublinks {
    padding:0 15px 0 15px;
}
span.videotitle {
    font-size: 2.8em;
    z-index: 100;
    line-height:64px;
    margin-top:400px;
}


section.video p {
    font-size:20px;
    margin-top:-15px;
}

.overlay {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%
}
.overlay .overlay-wrap,
.text-overlay {
 opacity:0;
 position:relative;
 width:100%;
 height:100%;
 background-color:rgba(0,0,0,.6)
}
body:not(.device-touch) .overlay .overlay-wrap,
body:not(.device-touch) .text-overlay {
 -webkit-transition:all .3s ease-in-out;
 -o-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out
}
.overlay .overlay-wrap i {
 position:absolute;
 opacity:.8;
 font-size:24px;
 line-height:1;
 width:24px;
 height:24px;
 text-align:center;
 top:50%;
 margin-top:-12px;
 left:50%;
 margin-left:-12px;
 color:#fff
}
.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay {
 opacity:1
}
.text-overlay {
 position:absolute;
 opacity:.85;
 top:auto;
 bottom:0;
 height:auto;
 padding:40px 20px 15px;
 text-shadow:1px 1px 1px rgba(0,0,0,.3);
 background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
 background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.85)));
 background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
 background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
 background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
 background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#a6000000',GradientType=0 );
 backface-visibility:hidden
}
.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
 margin:0;
 color:#f5f5f5
}
.text-overlay-title h2 {
 font-size:28px
}
.text-overlay-title h3 {
 font-size:17px;
 font-weight:600
}
.text-overlay-meta,
.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
 max-width:100%;
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden
}
.text-overlay-meta {
 color:#ccc;
 font-size:13px
}
.text-overlay-meta span i {
 position:relative;
 top:1px;
 font-size:14px
}
.news-carousel .text-overlay {
 padding:40px 30px 25px
}
.news-carousel .text-overlay-title {
 margin:15px 0 10px
}
.news-carousel .text-overlay-title h2,
.news-carousel .text-overlay-title h3,
.news-carousel .text-overlay-title h4 {
 line-height:1.2;
 text-overflow:none;
 white-space:normal
}
.news-carousel .text-overlay-meta {
 font-size:14px
}
.news-carousel .rounded-skill {
 position:absolute;
 margin:0!important;
 top:30px;
 right:30px;
 color:#fff;
 font-weight:700
}


.post-news .post-content .title {
  margin: 0px 0 0 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;

}

.post-news {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 300px;
  height: 100%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-news:hover,
.hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.post-news:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  transform: scale(1.0);
  opacity: 1;
}
.post-news .thumbnail {
  background: #000000;
  height: 100%;
  overflow: hidden;
}
.post-news .thumbnail .date {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  background: #e57910;
  width: 55px;
  height: 55px;
  padding: 10.5px 0;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-news .thumbnail .date .day {
  font-size: 18px;
}
.post-news .thumbnail .date .month {
  font-size: 18px;
  text-transform: uppercase;
  line-height:18px;
}
.post-news .thumbnail img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
    opacity: 1;
}
.post-news .post-content {
  position: absolute;
  bottom: 10px;
  color:#ffffff;
  width: 100%;
  padding: 0px 20px 0px 20px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-news .post-content h3{
    text-shadow: 2px 2px 4px #333333;
}
.post-news .post-content p{
    text-shadow: 6px 6px 6px #000000;
    color:#ffffff;
    font-size:16px;
    line-height:16px;
    padding-top:8px;
    display:block;
}
.post-news .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e57910;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-news .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e57910;
  font-size: 20px;
  font-weight: 400;
}
.post-news .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-news .post-content .post-meta {
  margin: 10px 0 0;
  padding-bottom: 25px;
  color: #999999;
}
.post-news .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-news .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}


@media (max-width: 991px) {
	.thumbnail {
		border: 0;
	}
.post-news .post-content{
  bottom:10px;
          background-color:transparent;
}
.campus-life-mobile p h1 a{
  text-align:center;

}   
.hide-on-desktop {
    display:block;
} 
    .section-fluid {
        width: 100%;
        padding:40px 50px 0 50px;
        margin-right: auto;
        margin-left: auto;
    }   
}

@media (max-width: 575px) {
.featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured {

	font-size: 30px;
	height: 85px;
	padding: 0;
	width: 85px;
	margin-top: 0;
	margin-bottom: 0px;
	background: #FFF;
	color: #777;
	line-height: 80px;
}  

.grad-rate h2{
    text-align:center;
}

.badge-primary {
    width:100%;
}

    .section-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }  

section.video {
	-webkit-transform: translate3d(0, 0, 0);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}

section.video p {
    font-size:14px;
}

section.video span.experience {
    font-size: 1.2em;
}

span.videotitle {
    font-size: 1.2em;
    z-index: 100;
    text-shadow: .04em .04em 0 #b4b4b4;
    line-height:30px;
}

.featured-boxes-style-6 .featured-box .icon-featured:after {
	border-radius: 50%;
	box-sizing: content-box;
	content: "";
	display: block;
	height: 100%;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}  

.nav-link p {
    max-width:100px;
    text-align:center;
    margin: 0 auto;
    padding-top:10px;
}

.headerlabel {
        font-size:12px;
        color:#ffffff;
        margin-top: 0px;
}
.headertitle {
        font-size:22px;
        font-weight:700px;
        color:#ffffff;
        margin-top: 0px;
        width: 300px;
        overflow:visible;
}
/* Counters */
.counters .counter {
    max-width:130px;
    text-align:center;
    margin: 0 auto;
    padding-top:10px;

}

.counters .fa, .counters .icons {
	display: block;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 5px;
}

.counters strong {
    width: 130px;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 2.5rem!important;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.counters label {
    width: 130px;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
    text-transform:uppercase;
}

.counters .counter-side-icon .fa, .counters .counter-side-icon .icons, .counters .counter-side-icon strong {
	display: inline-block;
}

.counters .counter-with-unit strong {
	display: inline-block;
}

.counters.with-borders .counter {
	border-radius: 6px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	padding: 25px;
}

.counters.counters-sm .fa, .counters.counters-sm .icons {
	font-size: 25px;
	line-height: 25px;
}

.counters.counters-sm strong {
	font-size: 35px;
	line-height: 35px;
}

.counters.counters-sm label {
	font-size: 15px;
	line-height: 15px;
}

.counters.counters-lg .fa {
	font-size: 45px;
	line-height: 45px;
}

.counters.counters-lg strong {
	font-size: 60px;
	line-height: 60px;
}

.counters.counters-lg label {
	font-size: 25px;
	line-height: 25px;
}

.counters.counters-text-light .counter {
	color: #FFF !important;
}

.counters.counters-text-light .counter .fa, .counters.counters-text-light .counter .icons, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label {
	color: #FFF !important;
}

.counters.counters-text-dark .counter {
	color: #2e353e !important;
}

.counters.counters-text-dark .counter .fa, .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label {
	color: #2e353e !important;
}
}