.africanHeader{
    height: 50vh;
    background-image: url("../images/discipleship_header.jpg");
    position: relative;
}

.vh10{
    height: 10vh;
}

.africanVideo{
    width:80%;
    height:100%;
    position: absolute;
    top:20%;
    left:0;
    right:0;
    margin: auto;
}


.africanVideo iframe{
    width:100%;
    height: 100%;
}


.discipleshipNavWrapper{
    width:80%;
}

#navbarNav li a{
    font-size: 22px;
}

#navbarNav li.active a{
    color:#D92E00;
}

#navbarNav a:hover{
    color:#FAAA28;
}

.featureImage{
    max-width: 100px;
}

div.providerWrappers{
    height: 100px;
}
div.owl-carousel div.item{
    text-align: center;
}
div.owl-carousel div.item img{
    max-height: 100px;
    width: auto;
    display: inline-block;
}

.calendarEvent{
    background-color: #FFFCFC;
    position: relative;
}

div:nth-child(even) > div.calendarEvent:before{
    position: absolute;
    content:'';
    width:30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FAAA28;
    top: 30px;
    left: -47px;
}

div:nth-child(odd) > div.calendarEvent:before{
    position: absolute;
    content:'';
    width:30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FAAA28;
    top: 30px;
    right: -45px;
}

div:nth-child(even) > div.calendarEvent:after{
    position: absolute;
    content:'';
    width:1px;
    height: 120%;
    border-right: dashed 1px #FAAA28;
    top:0;
    left: -32px;

}

div:last-child > div.calendarEvent:after{
    display: none!important;
}


div.calenderDate{
    position: relative;
}
div.calenderDateRight:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #FFFCFC;
    background: none;
    top:30px;
    right: -12px;

}

div.calenderDateLeft:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #FFFCFC;
    background: none;
    top:30px;
    left: -12px;

}