#calendar .selectedDate {
    background-color: rgba(121, 10, 0, 0.5);
    color: white;
}
#calendar {
    cursor: pointer;
}


/*Home Page Styles*/
.name-blog .title {
    padding: 10px 0 10px 15px;
    /*background-color: #790A00;*/
    background-image: url('/front/images/pattern/title-bg.png');
    background-size: cover;
    background-repeat: repeat-x;
    width: 100%;
    color: #fff!important;
    font-size: 18px!important;
    line-height: 25px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}

.white-background{
    background: #fff;
}

.margin-none{
    margin-top: 0px !important;
}

.name-blog .title i{
    /*font-size: 18px!important;*/
}

.name-blog .module-list {
    position: absolute;
    top:10px;
    right:10%;
    color: #fff;
}

#main_slider .carousel-indicators li {
    width: 7%;
}

#main_slider .carousel-inner .item img {
    width: 100%;
}

.paneltransparent form img {
    height:55px;
    width:55px;
}

.paneltransparent form .form-group {
    margin-top: 5%;
}

.paneltransparent form .form-group input {
    font-size: 20px;
    background: transparent;
    border:none;
    border-bottom: 2px solid #fff;
    color:#fff; width: 100%;
}

.paneltransparent form button {
    display:none;
}

.paneltransparent-logo {
    padding: 20%;
    word-wrap: break-word;
    text-align: center;
    margin: auto;
}

.paneltransparent-logo img {
    height: 30px;
    width: 30px;
}

.paneltransparent-logo span {
    font-weight: bold;
    color: #fff
}

.paneltransparent-logo:hover {
    background-color: #790A00;
}

input[name="search"].form-control::placeholder {
    font-size: 24px;
}

.slider-title {
    font-size: 24px;
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.7);
    font-weight: bold;
}

.carousel-caption {
    position: fixed;
    background-color: rgb(33, 35, 39, 0.5);
    color: #fff;
    left: 50%;
    right: 3%;
    top: 60%;
    border-radius: 15%;
    margin:5%;
}

.announcements {
    padding: 2%;
}

.cs-category-links a {
    min-height: 74px;
}

.cs-category-links a h4{
    font-size: 2vh;
}

.logos {
    margin-top: 2%;
}

.customer-logos {
    min-height: 400px;
}

.logos .slide {
    padding: 0;
    margin-bottom: 20px;
    word-wrap: break-word;
    text-align: center;
    background: transparent;
}

.logos .slide {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.logos .slide img {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    height: 65px;
}

.logos .slide-title {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logos .slide .logo-title {
    margin: auto;
    font-weight: bold;
}

.news .grid-item-inner {
    height: 346.7px;
    background-color: #fff;
}

.news .event-thumbnail a img {
    height: 100%;
}

.news .cs-category-links a {
    min-height: 96px;
}

.news-slider .item-content {
    height: 120px;
}

.news-item-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.university-video {
    height: 400px;
}

.activity_row {
    padding-top: 23%;
    padding-bottom: 5%;
}

.animated-slider {
   /*margin: 40px 0 40px 0;*/
}

/*Media Codes*/
@media screen and (max-width: 768px) {
    .paneltransparent{
        width: 100%;
        height: 50px;
        background: #212327;
        opacity: 0.9
    }

    .paneltransparent .row {
        display: none;
    }

    .carousel .item {
        height: 200px;
    }

    .item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        min-height: 200px;
    }

    .name-blog .module-list {
        right: 15%;
    }

    .thumbnail-overlay {
        display: none;
    }

}

@media screen and (min-width: 768px) {
    .paneltransparent{
         width: 100%;
         height: 85px;
         background: #212327;
         opacity: 0.9;
     }

     .carousel .item {
        height: 500px;
    }

    .item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        min-height: 500px;
    }

}
