#mobile-nav-toggle{
    top: 82px;
}

.banner-content h2{
    color: #FFFFFF;
}
.banner-content p{
    color: #CCC;
}

.welcome-banner{
    background-image: url('/img/cover.jpg');
}
.register-banner{
    background-image: url('/img/banner-bg.jpg');
}
.home-banner{
    background-image: url('/img/e1.jpg');
}
.about-banner{
    background-image: url('/img/about-img.jpg');
}

.desc-wrap {
    min-height: 150px;
    box-shadow: 0 5px 20px 0 #DDD !important;
}

.light-details h4{
    color: #000 !important;
}

.shadowed-box{
    box-shadow: 0 0 30px 0 #CCC;
}

.tegimus:hover{
    color: #f64010;
}

.image-fill{
    width: 100%;
    height: 100%;
    min-height: 200px;
    overflow: auto;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-photo{
    width: 180px;
    height: 180px;
    border: none;
    vertical-align: middle;
}

.image-icon{
    display: inline;
    height: 16px;
    width: 16px;
    margin: -4px 0 0 9px;
}

.content-no-wrap{
    white-space: nowrap;
    overflow: auto;
}

.section-gap-small{
    padding: 60px 0;
}

.underline_on_hover{
    text-decoration: none;
}
.underline_on_hover:hover{
    text-decoration: underline;
}

.bulleted-list{
    margin-left: 25px;
    list-style: disc;
}

.footer-links a{
    color: white;
}

.footer-bottom {
    padding-top: 10px !important;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

/** Posts Related **/
.post-item .title{
    color: #000;
}
.post-item .title:hover{
    color: #000080;
}

.post-markdown p{
    text-align: justify;
}

/** Vendor Overriding **/
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    display: inline;
}

/** Responsive **/
@media (max-width: 1199.98px){
    .banner-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 991.98px){
    .banner-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 480px){
    .banner-content h2 {
        font-size: 28px;
    }
}