.sticky-wrapper .navbar.stuck{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
*[data-animation]{ opacity: 0; }
.sweet-alert[data-animation]{ opacity: 1; }
*[data-animation].animated{ opacity: 1; }
#mainLogoImg,
#additionalLogoImg{
    max-height: 100px;
}
.page-wrapper{
    transition: all 250ms ease;
}
@media(max-width: 570px){
    #mainLogoImg{
        max-width: 60px;
    }
    .CollegeHeaderBox h1{
        font-size: 20px;
    }
    .CollegeHeaderBox h4{
        font-size: 14px;
    }
    #topNavMenu.navbar-expand-lg .navbar-nav{
        flex-direction: row;
    }
    #topNavMenu.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .page-wrapper.container{
        padding-left: 0;
        padding-right: 0;
    }
}
.footerMenu{
    list-style: square;
}
.footerMenu > li{
    margin-bottom: 5px;
}
.footerMenu > li > a{
    font-size: 115%;
}
#heroNewsBox{
    width: 35%;
}
#heroSliderBox{
    width: 65%;
}
@media(max-width: 570px){
    #heroNewsBox{
        width: 100%;
    }
    #heroSliderBox{
        width: 100%;
    }
}
#homePageSlider{
    height: 500px;
}
.slideImage{
    height: 500px;
    position: relative;
}
.slide .slideInfo{
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    color: #fff;
    width: 100%;
}
.slide .slideInfo.animated{
    opacity: 1;
}
.btnSlideInfo{
    background: #6e1a98;
    color: #fff;
}
#ticker-wrapper {
    overflow: hidden;
    padding: 5px;
    width: 90%;
    height: 40px;
    cursor: default;
    margin: auto;
}
#list-updates {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    height: 40px;
}
#list-updates li {
    display: block;
    float: left;
    padding-right: 25px;
    white-space: nowrap;
    font-size: 18px;
}
#list-updates a{
    text-decoration: underline;
}
.list-image{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 24.5% 24.5% 24.5% 24.5%;
    grid-column-gap: 1%;
}
@media(max-width: 570px){
    .list-image{
        grid-template-columns: 49% 49%;
        grid-column-gap: 2%;
        grid-row-gap: 10px;
    }
}
.list-image > li img{
    width: 100%;
    height: 150px;
    border-radius: 5px;
    transition: ease-in all 300ms;
    background-position: center;
}
.list-image > li img:hover{
    transform: scale(1.05);
}

.listUpdates{
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 428px;
    overflow: hidden;
}
.listUpdates > li{
    display: block;
    padding: 5px;
    border-bottom: dotted 1px #ccc;
}
.listUpdates .badge{
    font-size: 65%;
}

#linkBoxList{
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1%;
    grid-row-gap: 10px;
}
@media(max-width: 570px){
    #linkBoxList{
        grid-template-columns: 49% 49%;
    }
}
.linkBox{
    padding: 5px;
}
.linkBox > a{
    display: block;
    text-decoration: none;
}
.linkBox > a > span.content{
    display: block;
    height: 125px;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.linkBox > a > span.content > span.contentWrapper{
    display: block;
    height: 125px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    padding: 10px;
    opacity: 0;
}
.linkBox > a > span.content > span.contentWrapper.animated{
    opacity: 1;
}
.linkBox > a > span.caption{
    display: block;
    padding: 5px;
    background: #666;
    color: #fff;
    text-align: left;
}

.parallaxSection{
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

ul.list-brands{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
ul.list-brands > li{
    display: inline-block;
    padding: 15px;
    vertical-align: top;
}
ul.list-quick-links{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.list-quick-links > li{
    padding: 10px 0;
    border-bottom: dotted 1px #999;
}
ul.list-quick-links > li > a{
    font-size: 14px;
    font-weight: bold;
}
#newsNavTabs .nav-link{
    padding: 0.5rem 1rem;
}
ul.newsBox{
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 300px;
    overflow: hidden;
}
ul.newsBox > li.news-item{
    display: block;
    border-bottom: dotted 1px #999;
    padding: 3px;
}
ul.newsBox > li.news-item h4{
    font-size: 16px;
    margin-top: 0;
}

ul.list-awards{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.list-awards > li{
    display: block;
    padding: 25px 0;
}
ul.list-awards > li:first-child{
    padding-top: 0;
}
.awardImage{
    width: 150px;
}
@media(max-width: 570px){
    .awardImage{
        max-width: 100%;
        width: auto;
    }
}

.boxDataContent{
    max-height: 350px;
    overflow: auto;
}
.videoImage{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 300ms ease-in;
}
.videoImage:hover{
    transform: scale(1.05);
}
.videoLink{
    display: inline-block;
    width: 100%;
    height: 300px;
    position: relative;
}
.videoLink .playIcon{
    position: absolute;
    font-size: 64px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    top: 35%;
    left: 40%;
}
.videoLink .videoTitle{
    position: absolute;
    display: block;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
}

.peopleList{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.peopleList > li{
    display: inline-block;
    width: 44%;
    padding: 0 0 5% 5%;
    vertical-align: top;
}
.peopleList > li > img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 225px;
    border-radius: 5px;
}

@media(max-width: 570px){
    .peopleList > li > img{
        height: 165px;
    }
}
.peopleName{
    font-size: 10px;
    text-align: center;
    padding-top: 3px;
}
.page-menu .list-group-item{
    padding: 0.5rem 1rem;
    font-size: 90%;
}

.image-gallery-list-images{
    list-style: none;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding: 0;
}
@media(max-width: 570px){
    .image-gallery-list-images{
        grid-template-columns: 100%;
    }
}
.image-gallery-list-images li a{ 
    display: block;
    padding: 15px;
}
.image-gallery-list-images li img{
    width: 100%;
    height: 250px;
    border-radius: 5px;
    transition: ease-out all 200ms;
    background-position: center;
}
.image-gallery-list-images li img:hover{
    transform: scale(1.05);
}

.list-videos{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
@media(max-width: 570px){
    .list-videos{
        grid-template-columns: 100%;
    }
}
ul.list-videos > li{
    margin-bottom: 25px;
}
ul.list-videos > li > .entry-wrapper{
    padding: 15px;
    overflow: hidden;
}
ul.list-videos > li > .entry-wrapper img{
    border-radius: 10px;
}
ul.list-videos > li > .entry-wrapper:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.videoListContainer{
    display: grid;
    grid-template-columns: 24.25% 24.25% 24.25% 24.25%;
    grid-column-gap: 1%;
    grid-row-gap: 15px;
}
@media(max-width: 570px){
    .videoListContainer{
        grid-template-columns: 100%;
        grid-row-gap: 15px;
    }
}

#sectionCounter .fa{
    font-size:54px
}
.counter.counter-large{
    font-size:36px;
    margin:25px 0;
}