/* Font Family Assignment */

p, a, li, ul, span, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
}

#primary-menu ul li > a {
    font-family: Arial, Helvetica, sans-serif;
}

/* Set Heading Colours */

h1 {
    color: #2b3366;
}

h2, h3, h4, h5, h6 {
    color: #43a14d;
}

/* Set Footer  Colours */

.footer-13 .primaryBg, #footer.primaryBg {
    background: #2b3366 !important;
    
}

.footer4 .col-sm-4 {
color: #fff;
}

#footer.dark, .dark #footer {
border-top: 5px solid #43a14d;
}

/* Remove Overlay on home video */

.video-overlay {display:none;}


.slider-arrow-right, .slider-element .owl-next, .flex-next {
    display: none;
}

.slider-arrow-left, .slider-element .owl-next, .flex-next {
    display: none;
}

.startSlider, .stopSlider {
display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
display: none;
}

/* Adjust spacing between home video and content */

.content-wrap {
padding: 0px 0;
}

/* Hover colour on featured articles */

.newsslider-3 .entry-title h4, .newsslider-3 .entry-title h4 a, .newsslider-3 .entry-title h3, .newsslider-3 .entry-title h3 a:hover {
color: #43a14d;
}