a {
    word-break: break-word;
    text-decoration: none;
}
a:hover {
    color: #005fb3;
    text-decoration: none;
}
.bdy {
    width: 100%;
    max-width: 1300px;
}
#hdr {
    background: #fff;
    padding: 10px 20px;
    padding-bottom: 0;
}
#hdr .hdr-box {
    display: flex;
    justify-content: center;

    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.transparent-bg {
    position: absolute;
    width: 100%;
    z-index: 10;
}
#hdr .left {
    width: 300px;
}
#hdr .left img {
    max-height: unset;
    width: 175px;
}
#hdr .right {
    width: calc(100% - 300px);

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
#hdr .right li {
    margin-left: 30px;
    text-transform: uppercase;
    white-space: nowrap;
    list-style: none;
}
#hdr .right li a.btn-clear {
    padding: 0px 25px;
    color: #016f5b;
    border-color: #016f5b;
    font-weight: 600;
    line-height: 30px;
}
#hdr .right #topnav li {
    padding-bottom: 10px;
}
#hdr .right #topnav li a {
    line-height: unset;
}
#hdr .right-text p {
    text-transform: capitalize;
    font-size: 14px;
    color: #016f5b;
    font-weight: 700;
}
#hdr .right #topnav li ul {
    background: rgba(0, 0, 0, 0.6);
    box-shadow: none;
    top: 38px;
}
#hdr .right #topnav li a {
    color: #000;
    font-weight: 700;
}
#hdr .right #topnav li a:hover {
    color: #016f5b;
}
#hdr .right #topnav li ul li a {
    background: rgb(255 255 255 / 90%);
}
#hdr .upper-listing {
    display: flex;
    align-items: center;
}
#hdr .upper-listing a {
    color: #000;
}
#hdr .upper-listing li:not(:last-child) {
    padding-right: 30px;
    border-right: 2px solid #000;
}
.column,
.layoutArea {
    margin-left: 0 !important;
    width: 100% !important;
}
.news-row p:last-child {
    text-align: left;
}

#top #wowslider-container1 {
    margin-top: 0;
    max-width: inherit;
}
.video {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.homeVideo {
    height: 500px;
    object-fit: cover;
    display: block;
}

/* COMMITTEES */
.comm-box ul {
    list-style: none;
    padding: 0;
}
.comm-box ul a {
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}
.comm-box .comm-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #181818;
    opacity: 0.7;
    transition: 0.6s;
}
.comm-box .comm-link:hover {
    opacity: 1;
    color: #016f5b;
    background: #eee;
    text-decoration: none;
}

/*! SLICK */

.slick-slide::before {
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}
.slide-video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}
.main-slider {
    position: relative;
    width: 100%;
    height: 30vw;
    min-height: 8vw;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.main-slider.remove-margin {
    margin-bottom: 0;
}
.main-slider .video {
    overflow: hidden;
    height: 30vw;
}
.slick-slide {
    position: relative;
    height: 30vw;
}
.slick-image {
    width: 100%;
    height: 30vw;
    max-width: 1300px;
    margin: 0 auto;
}
.main-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.slick-dots {
    text-align: center;
    padding: 0;
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #000;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: transparent;
    background-color: #000;
    transition: all 0.3s ease;
    opacity: 0.4;
}
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover {
    opacity: 1;
}
.slick-dots li button.slick-active button {
    box-shadow: 0 0 0 2px #fff;
    opacity: 1;
}

/* footer */
#ftr-con {
    background: white;
}

@media (max-width: 1200px) {
    #hdr {
        display: none;
    }
    #hdr-mob {
        display: block;
        background: #fff;
    }
    #hdr-mob .icons .icons-bar .bar-wrap .bar {
        background: #000;
    }
    #hdr-mob.opened .icons .icons-bar .bar-wrap .bar {
        background: #fff;
    }
    #hdr-mob a {
        color: #000;
    }
    #hdr-mob.opened a {
        color: #fff;
    }
}

@media (max-width: 768px) {
    .bdy,
    .bdy-m {
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin: 20px;
    }
    #hdr-mob {
        padding: 10px;
        height: 100px;
    }
    .homeVideo {
        height: unset;
    }

    /*! SLICK SLIDE */
    .main-slider,
    .main-slider .video,
    .slick-slide,
    .slick-image {
        height: 40vw;
    }
}