h4 {
    font-size: 1.125rem;
}

.slick-slide img {
    position: absolute;
}
.single-slick,
.slick-wrapper {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.single-slick.slick-initialized,
.slick-wrapper.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.slick-wrapper .controller {
    top: 50%;
    position: absolute;

    z-index: 1;
    color: #fff;
    cursor: pointer;
}
.slick-wrapper .controller:hover {
    color: #32a3db;
}
.slick-wrapper .slick-prev {
    left: 15px;
}
.slick-wrapper .slick-next {
    right: 15px;
}
.slick-wrapper .slick-slide {
    margin: 0 5px;
    overflow: hidden;
    position: relative;
}
.slick-wrapper .item {
    min-height: 300px;
}
.slick-wrapper .item a {
    display: block;
}
.slick-wrapper .item .item-content {
    width: 80%;

    left: 0;
    bottom: 25px;
    position: absolute;

    font-weight: 600;
    font-size: 16px;

    margin: 0 15px;
}
.slick-wrapper .item .item-content > span {
    padding: 5px;
    color: #ffffff;
    display: block;
    width: fit-content;
    word-wrap: break-word;
}
.slick-wrapper .item .item-content p {
    line-height: 1.6; 
    padding: 2px 0; 
    width: auto;
    margin: 0;
}
.slick-wrapper .item .item-content p span.caption {
    color: #014b6e;
    background-color: #ffffff;

    display: inline;
    padding: 0.45rem;

    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.news-section {
    background: #F4F8F9;
    margin: 50px 0 100px 0;
}

.news-section h1.heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 19px;
}

.feature{

}

.news-section .img-wrapper {
    position: relative;
}
.news-section .feature img {
    width: 100%;
    border-radius: 3px;
    aspect-ratio: 530 / 400;
    object-fit: cover;
    object-position: center;
}
.news-section .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    color: #004A6E;
}
.news-section span.date {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #33A3DC;
}
.news-section .list:not(:first-of-type) {
    margin-top: 1em;
}
.news-section .list .media img {
    width: 242px;
    border-radius: 3px;
    aspect-ratio: 200 / 150;
    object-fit: cover;
    object-position: center;
}
.news-section .list .media .media-body {
    position: relative;
}
@media (max-width: 992px) {
    .news-section .list .media img {
        width: 100%;
    }
}


.over-nell {
    padding-bottom: 36px;
}
.over-nell .left-side {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.over-nell h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
}
.over-nell h3 i {
    vertical-align: middle;
}
.over-nell p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.over-nell a.btn {
    font-weight: 700;
    text-transform: uppercase;
    background-color: white!important;
    color: #f15a23!important;
    font-size: 16px;
    line-height: 19px;
    border-radius: 4px;
    align-items: center;
    height: 42px;
    display: inline-flex;
}
.over-nell a.btn i.far {
    padding-right: 20px;
    color: #f15a23;
}
.over-nell iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    min-height: 364px;
    padding-top: 43px;
}


.focus-points h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
}
.focus-points .card-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.focus-points .card-column {
    width: 334px;
    height: 271px;
    flex: 1 0 33%;
    margin: 45px 0;
}
.focus-points .card {
    width: 302px;
    height: 231px;
    background-color: #ADDAF1;
    border-radius: 8px;
    border: none;
    transition: 0.5s;
}
.focus-points h5 {
    max-width: 275px;
}
.focus-points p {
    font-size: 16px;
    font-weight: 400;
}
.focus-points .card svg {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}
.focus-points .card svg path {
    transition: 0.5s;
}
.focus-points h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.focus-points .card p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    max-width: 275px;
}
.focus-points a.btn {
    position: absolute;
    background-color: #f15a23;
    width: 229px;
    height: 42px;
    border-radius: 4px;
    margin: auto 0 auto 15px;
    bottom: -20px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.2s;
}
.focus-points a.btn .text-wrapper {
    text-align: center;
}
.focus-points a.btn i.far {
    color: #fff;
    padding-right: 15px;
}

.focus-points .card:hover {
    background-color: #FDDAC5;
    width: 334px;
    height: 271px;
}
.focus-points .card:hover a.btn {
    opacity: 100;
}
.focus-points .card:hover svg {
    transform: translateX(-50%) scale(1.3);
    margin-bottom: 0;
}
.focus-points .card:hover svg path.orange {
    fill: #f15a23;
}
@media (max-width: 767px) {
    .focus-points .card:hover {
        background-color: #FDDAC5;
        width: 334px;
        height: 271px;
    }
    .focus-points .card:hover a.btn {
        opacity: 100;
    }
    .focus-points .card:hover svg {
        width: 134px;
        height: 135px;
        margin-bottom: 0;
    }
    .focus-points .card:hover svg path.orange {
        fill: #f15a23;
    }
}

.subscribe {
    min-height: 50px;
    position: relative;
    top: -50px;
    border-radius: 5px;
    padding: 35px 25px;

    color: #f15a23;
    font-weight: 500;
}
.subscribe h3 {
    font-weight: 700;
}
.subscribe p {
    font-size: 16px;
}
.subscribe form {
    padding: 40px 0;
}
.subscribe form button {
    cursor: pointer;
}
.subscribe form input[type=email] {
    border: 1px solid #f15a23 !important;
}

.projects .project-item .media {
    background-color: #f4f8f9;
}


.partners .partner {
    text-align: center;
}
.partners div.label h5 {
    padding-top: 10px;
    border-top: 2px solid #014b6e;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
	color: #004a6d;
}

/* calendar styling fix */
#ca .calendar-arrow span.prev i {
    margin-bottom: .25rem;
    margin-right: .25rem;
}
#ca .calendar-arrow span.next i {
    margin-bottom: .25rem;
    margin-left: .25rem;
}

/* Image gallery prev and next buttons */
.controller i {
    height: 2em!important;
    width: 2em!important;
}
.controller i:hover {
    border-color: #014b6e;
}
.slick-track .slick-slide .item {
    position: relative;
}
.tripleslick-items .slick-slide {
    min-height: 180px
}
.tripleslick-items .slick-slide img {
    width: 180px;
}

/* Image gallery add opac bg-colors for hidden slick images so that the prev and next buttons are visible enough */
.slick-track .slick-slide[aria-hidden=true] .item:after {
    background-color: rgba(1, 75, 110, .7);
    position: absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.highlighted-agenda .img-w {
    text-align: center;
}
.highlighted-agenda img {
    width: 300px !important;
    height: 155px !important;
}

.home-data-container .project-item {
    float: left;
}

@media only screen and (max-width: 360px) {
    .subscribe {
        padding: 25px;
    }
    .subscribe-form > input {
        padding: 10px;
    }
}