.announcement-search-wrapper{
    margin: 10px auto;
}

section.page-title h2{
    margin: 0 0 0 10px;
}

.announcement-search-wrapper .title-wrapper{
    margin-bottom: 10px;
}

form{
    max-width: 1000px;
    margin: 0px auto;
}

/* ISATEC */
.form-field {
    margin: 10px 0;
}

.half{
    display: flex;
    width: 100%;
    gap: 20px;
}

.half .name{
    width: 50%;
}

.half .email{
    width: 50%;
}

.form-field{
    width: 100%;
}

.enquiry-wrapper{
    margin-top: 20px;
}

textarea{
    height: 200px;
}

.form-control{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.form-control:not(#ddlLastTradedDate){
    padding: 18px 20px;
}

input.form-control[type="email"]{
    padding: 0px 10px !important;
}

label{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.enquiry-label{
    margin-bottom: 10px;
}

.btn-submit:not(.cookie-content a){
    margin: auto;
    margin-top: 20px;
}

.search-btn-wrapper {
    position: relative;
}

input[type="submit"]:not(.search-wrapper input):hover {
    transform: translate(0, -5px);
}

input[type="submit"]:hover+.dummy-btnborder {
    opacity: 1;
    transform: translate(calc(-50% + 3px), -2px);
}

.dummy-btnborder {
    content: '';
    display: inline;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translate(calc(-50% + 3px), 0px);
    bottom: 0;
    transition: 0.3s ease-in-out;
    border-radius: 100px;
    border-width: 3px;
    border-bottom: 7px solid;
    border-right: 5px solid;
    opacity: 0;
    width: 226px;
    height: 54px;
    margin: auto;
    border-color: #08BAD5;
}

.no-touch a.primary-btn:hover,
.no-touch input[type="submit"].primary-btn:hover{
    border-radius: 100px;
}

.related-sites{
    margin: 60px 0 50px 0;
}

.related-sites h1{
    text-align: center;
}

.logo-slider{
    display: flex;
    justify-content: center;
    /* gap: 30px; */
    flex-wrap: wrap;
}

.highlight-features{
    display: flex;
}

.highlight-features a{
    width: calc(100% / 3);
    background-size: cover;
}

.highlight-features .highlight-feature{
    height: 328px;
}

.highlight-features a.highlight-feature{
    padding: 35px 25px;
}

.highlight-features a.highlight-feature:after{
    content: none;
}

.highlight-features a.highlight-feature .tag{
    display: none;
}

.highlight-feature hr{
    border: 2px solid;
    width: 40px;
    margin: 0;
    opacity: 1;
}

.highlight-feature{
    position: relative;
}

.highlight-feature .feature{
    position: relative;
    z-index: 2;
}

.highlight-features .highlight-feature:hover .bg{
    opacity: 0.5;
}

.highlight-features .highlight-feature .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.0;
    transition: 500ms;
}

.featureContent{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.highlight-features .highlight-feature:hover .btn-go{
    opacity: 1;
}

.btn-go{
    width: fit-content;
    background-color: white;
    border-radius: 100px;
    padding: 10px 20px;
    margin: 0 auto;
    opacity: 0;
    transition: 500ms;
}

.banner-slide-img{
    min-height: 500px;
    background-size: contain;
    background-position: center;
}

.carousel-container{
    margin: 0px 10px 0px 10px;
}

.logo-search-wrapper{
    gap: 20px;
}

.related-sites-carousel{
    padding: 20px 33px 20px 30px;
}

.related-sites-carousel .item {
    border: none !important;
}

.related-sites-carousel .owl-nav{
    top: 90px !important;
    width: 100% !important;
}

.related-sites-carousel .owl-nav .owl-prev span, .related-sites-carousel .owl-nav .owl-next span{
    display: none !important;
}


.related-sites-carousel .owl-nav .owl-prev {
    float: left;
    background-color: transparent !important;
    border-top: 2px solid black !important;
    border-left: 2px solid black !important;
    transform: rotate(-45deg);
}

.related-sites-carousel .owl-nav .owl-next {
    float: right;
    background-color: transparent !important;
    border-right :2px solid black !important;
    border-bottom: 2px solid black !important;
    transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
    section.page-title h2{
        margin: 0;
    }

    .logo-slider{
        flex-direction: row;
    }

    .highlight-features{
        flex-direction: column;
    }

    .highlight-features a{
        width: 100%;
    }

    .site{
        width: 45%;
    }

    .site img{
        margin: auto;
    }
}