
/* Fix MIA <ul> bullets */
article ul,
.mainContent ul {
    list-style-type: disc;
}


/* Media & Events page style - added in 06-2023 */
.media-entry .video-container,
.media-entry .image-container,
.event-entry .image-container{
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.media-entry .image-container,
.event-entry .image-container { 
    background-repeat: no-repeat; 
    background-size: cover;
}
.media-entry .video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.uk-card-title { font-size: 1.2rem; }
.media-entry ul,
.event-entry ul { list-style: disc; }

.news-link a {
	color: #666;
    text-decoration: none;
    cursor: pointer;
}

.news-link a:hover {
    color: #4d4d4f;
    text-decoration: underline;
}

@media (min-width: 1600px) {
    .media-entry .uk-child-width-1-3\@xl>*
    .event-entry .uk-child-width-1-3\@xl>* {
        width: 50%;
    }
}
@media (min-width: 1680px) {
    .media-entry .uk-child-width-1-3\@xl>*
    .event-entry .uk-child-width-1-3\@xl>* {
        width: 33.32223%;
    }
}

.bg-green {
background-color: #52be30;
}

.landing-bg{
	height: 100vh;
}

@media screen and  (max-width: 640px) {
 .landing-bg{height: 300px;}
}
/*
@media screen and  (min-width: 640px) {
 .landing-bg{height: 500px;}
}

@media screen and  (min-width: 768px) {
 .landing-bg{height: 600px;}
}
*/

/* The following CSS existed but this file was not linked, 
commented out to use this file so that it doesn't affect anything at the same time */

/* 
#sub-pop .uk-modal-body{
    border: 3px solid black;
    background-color:  #fff;
    text-align: center
}
#sub-pop .modal-details{
    margin-top: -25px;
    font-size: 16px;
    font-weight: bold;
}
#sub-pop .wrapper{
    padding: 0;
}
#sub-pop h4{
    margin: 30px 0 5px 0;
    color: #000;
    text-transform: uppercase;
}
#sub-pop h4 img {
            margin: 0 20px 5px 0;
}
#sub-pop .uk-modal-close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000;
    padding: 5px 10px;
    font-size: 25px;
    font-weight: bold;
    font-family: cursive;
}
#sub-pop input{
    background: #dfdfdf;
    border: none;
    color: #4c4d4f;
    font-size: 18px;
    height: 60px;
    margin: 10px 20px 0 0;
    padding: 0 20px;
    width: 100%;
}
#sub-pop select{
    background: #dfdfdf;
    border: none;
    color: #4c4d4f;
    font-size: 18px;
    height: 60px;
    margin: 10px 20px 0 0;
    padding: 0 20px;
    width: 100%;
}
#sub-pop .submit{
    background: #414042;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 60px;
    margin: 10px 0;
    padding: 0 30px;
    text-transform: uppercase;
    transition: 0.3s all;
}
#sub-pop p small{
    text-align: justify;
} */
