.slide-content h1, .highlights-heading h1, #home-members .heading h1{
    color: #C70F34;
    font-family: 'Roboto-Black';
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.homepage-banner {
    width: 100%;
    min-height: calc(100vh - 32px);
    /* min-height: 906px; */
    background-image: url("../images/homeBackground-Desktop.jpg");
    background-position: center;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-animation: myfirst 5s;
    /* Chrome, Safari, Opera */
    animation: myfirst 5s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes myfirst {
    from { opacity: 0.1;}
    to { opacity: 1;}
}
.homepage-banner .video-player{
    background: #fff;
    position: absolute;
    bottom: 0;
    /* top:798px;*/
    right: 0;
    z-index: 8;
    animation: animateright 3s 3s forwards;
    visibility: hidden;
}
@keyframes animateright{
    from{ right:-450px; opacity:0;}
    to{visibility: visible; right:0; opacity:1}
}
.homepage-banner .video-player a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.homepage-banner .video-player a>img {
    width: 185px;
    height: auto;
}

.homepage-banner .video-player a>img.play-btn {
    width: 64px;
    position: absolute;
    left: 60px;
}

.homepage-banner .video-player a>span {
    width: 225px;
    padding: 20px;
}

.homepage-banner .video-player a>span>p {
    color: #5E5E5E;
    font-size: 16px;
    margin: 0;
}

.homepage-banner .video-player a>span>p.title-red {
    color: #C70F34;
    font-size: 20px;
}

.homepage-banner .container,
.content-container #menu-container{
    padding-right: 15px;
    padding-left: 15px;
}

ul {list-style: none;}

a {text-decoration: none; color: #000000;}

#menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
}

#menu-container .menu-list{
    display: block;
    position: absolute;
    top: 32px;
    width: 100%;
    max-width: 300px;
    height: calc(100vh - 32px);
    box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px;
    z-index: 9;
    overflow-y: hidden;
    overflow-x: hidden;
    left: -100%;
    background-color: #88142E;
    padding: 100px 30px 0px;
}

.logo-title .vertical-bar {
    padding-right: 48px;
    border-right: 2px solid #000000;
}

.logo-title .p-l-48 { padding-left: 48px;}

div.homepage-heading{
    position: relative;
    top: 178px;
}
div.homepage-heading p {
    font-family: 'MinionPro-Regular' !important;
    font-size: 50px;
    text-align: center;
    margin: 0;
    position: relative;    
}

.content-container section#home-messages { min-height: 792px;}

.home-messages .slick-dots li button:before,
.home-members .slick-dots li button:before { font-size: 10px;}

.slick-dots li button:before {
    opacity: 1 !important;
    color: #000000 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #C70F34 !important;
}

.home-messages ul.slick-dots {
    display: inline-block;
    bottom: 192px;
    width: auto;
    left: 75%;
    transform: translate(-50%, -50%);
}

.home-messages .slide-item-1 {
    background-image: url("../images/ChiefJustice.jpg");
    background-size: cover;
    height: 880px;
    display: grid !important;
    grid-template-columns: auto auto;
    justify-items: end;
}
.home-messages .slide-item-2 {
    background-image: url("../images/background_Vincent.png");
    background-size: cover;
    height: 880px;
    display: grid !important;
    grid-template-columns: auto auto;
    justify-items: end;
}
.home-messages .slide-item-3 {
    background-image: url("../images/background_Debbie.png");
    background-size: cover;
    height: 880px;
    display: grid !important;
    grid-template-columns: auto auto;
    justify-items: end;
}
.slide-item-2 .slide-content h1, .slide-item-3 .slide-content h1{
    color: #fff;
    font-family: 'Roboto-Black';
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.slide-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
    position: relative;
}
.slide-content {
    color: #fff;
    /* text-shadow: 5px 5px 10px #000000; */
}
#home-members .heading{
    text-align: center;
    width: 40%;
    margin: 0 auto;
    padding-bottom: 20px;
}
#home-members .heading p {
    color: #000000;
    text-align: center;
    padding: 0 20px;
}

.slick-center .slide-content { bottom: 0 !important;}

.slick-center .slide-content img { transform: unset !important;}

.slick-center .slide-content figcaption { display: unset !important;}

.home-members .slide-content { overflow: hidden;}

.home-members .slide-item-1 .slide-content { bottom: 0px;}

.home-members .slide-item-1 img {
    width: 100%;
    height: auto;
    text-align: center;
    transform: scale(0.75);
}

.home-members .slide-content {
    width: 100%;
    padding: 0;
    position: relative;
}

.slide-content figcaption {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    color: #fff;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: normal;
    padding: 8px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    display: none;
}

.slide-content a.learn-more {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 55px;
    width: 161px;
    height: 55px;
    border: 1px solid #fff;
}

section#home-highlights{
    position: relative;
    top: -90px;
    padding: 0 0 1rem 10rem;
    margin-bottom: 30px;
    background-color: #FFF4E7;
}

#home-highlights .highlights-heading{
    width: 50%;
    position: relative;
    display: grid;
    margin: 0 auto;
    padding: 50px 0;
}

.highlights-heading a.learn-more {
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 55px !important;
    width: 161px !important;
    height: 55px !important;
    border: 1px solid #000000;
}

.timeline-navigation a.inactive {
    border-color: #A99181 !important;
    color: #A99181 !important;
}
.events a{
    color: #A99181 !important; 
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.events a.selected {color: #C70F34 !important;}

.timeline-navigation a { color: #A99181 !important;}

li.selected.animationSpeed::marker, li.animationSpeed::marker {color: #FFF4E7 !important;}

.fa-arrow-circle-left:before {content: "\f137" !important;}

.fa-arrow-circle-right:before {content: "\f138" !important;}

.scroll-left, .scroll-right{visibility: hidden !important;}

.horizontal-timeline .events {
    background: #A99181 !important;
    /* background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%) !important; */
    background-position: top !important;
    background-size: 15px 1px !important;
    background-repeat: repeat-x !important;
}
.horizontal-timeline .filling-line{
    background-color: #A99181 !important;
}
.horizontal-timeline .events-content li{
    background-color: #FFF4E7 !important;
}
.horizontal-timeline .events a::after{
    background-color: #A99181 !important;
}
.horizontal-timeline .events a.older-event::after, .horizontal-timeline .events a.selected::after{
    background-color: #C70F34 !important;
}
.horizontal-timeline .events a:hover {
    text-decoration: none !important;
}
.horizontal-timeline .events-content .external-content{
    position: relative;
    display: grid;
    grid-template-columns: 40% 50%;
    justify-content: space-around;
}
.horizontal-timeline .events-content .external-content img{
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 25px;
}
.horizontal-timeline .events-content .external-content span{
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.horizontal-timeline .events-content .external-content span strong{
    color: #C70F34;
}
.horizontal-timeline .events a:nth-child(10){margin-left: -65px;}

@media only screen and (max-width: 1025px) {
    section#home-highlights {
        padding: 0 0 2rem 0;;
        margin-top: -30px;
        margin-bottom: 30px;
        background-color: #FFF4E7;
    }
}
/* ---------------------tablet devices view---------------------*/
@media only screen and (max-width: 769px) {
    .home-messages .slide-item-1, .home-messages .slide-item-2, .home-messages .slide-item-3 {
        background-position-x: 30%;
    }
    #home-messages span.slide-content {
        width: 60%;
        padding: 0px 15px;
        justify-content: unset;
        top: 250px;
    }
    .home-messages ul.slick-dots {
        bottom: 22px;
        padding: unset;
        width: auto;
        left: 50%;
    }
    #home-members .heading {
        width: 75%;
    }
}
/* ---------------------mobile devices view---------------------*/
@media only screen and (max-width: 426px) {
    p {
        font-family: 'Roboto';
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .homepage-banner {
        background-image: url(../images/homeBackground-Mob.png);
        height: calc(100vh - 32px);
    }

    #menu-container .menu-list {
        width: 300px;
        min-height: calc(100vh - 30px);
        max-height: calc(100vh - 30px);       
        overflow-y: auto;
    }
    div.homepage-heading{
        position: relative;
        top: 20vh;
    }
    div.homepage-heading p {
        font-size: 28px;
        width: auto;
        text-align: center;        
    }
    .homepage-banner .video-player {
        bottom: 0;
        top: unset;
    }
    .homepage-banner .video-player a>img {
        width: 125px;
    }
    .homepage-banner .video-player a>img.play-btn {
        width: 32px;
        left: 47px;
    }
    .homepage-banner .video-player a>span {
        width: 225px;
        padding: 0 15px;
    }
    .home-messages .slide-item-1, .home-messages .slide-item-2, .home-messages .slide-item-3 {
        background-position-x: 25%;
    }
    .slide-content h1, .highlights-heading h1, #home-members .heading h1 {
        font-size: 24px !important;
    }
    .home-messages ul.slick-dots {
        bottom: 120px;
        padding: unset;
        width: auto;
        left: 50%;
    }
    #home-members .heading {
        width: 100%;
    }
    .doc-links {
        margin-top: 50px;
    }
    #home-messages span.slide-content {
        width: 100%;
        padding: 0px 15px;
        justify-content: unset;
        top: 365px;
    }
    #home-highlights .highlights-heading {
        width: 94%;
    }
    .horizontal-timeline .events-content .external-content {
        display: grid;
        grid-template-columns: auto;
    }
    .timeline-navigation#leftNav, .timeline-navigation#rightNav {
        margin-top: -10px !important;
    }
    .horizontal-timeline .timeline {
        margin: 0 0 -50px 0 !important;
    }
    .horizontal-timeline .events-wrapper {
        height: 80px !important;
    }
}
