.content-columns .col .wysiwyg h3 {
    margin: 3.5rem 0 2.5rem;
}
.contact-details .curve .background-svg img {
	z-index: -1;
	pointer-events: none;
}
header #header-logo {
    width: 100%;
    max-width: 321px;
}
.footer-top #footer-logo {
	width: 100%;
    max-width: 286px;
}
footer .footer-top .container {
	justify-content: space-between;
}
header nav ul li.menu-item-has-children .sub-menu .current-menu-item a {
    background-color: #6FCCDD;
}
header nav .menu .current-menu-parent > a {
    color: #6FCCDD !important;
}

/*.contact-details  .content-column.flex:nth-child(even) {
    flex-direction: row-reverse;
    margin: 40px 0;
}

.contact-details  .content-column.flex:nth-child(even) .img-container.col {
    margin-right: 0;
}*/


@media only screen and (max-width: 1080px) {
    header #header-logo {
        max-width: 225px;
    }
    main {
        padding-top: 88px !important;
    }
}

@media only screen and (max-width: 1024px) {
    main {
        padding-top: 78px !important;
    }
}

@media only screen and (max-width: 850px) {
    .footer-top #footer-logo {
        max-width: 286px !important;
    }
}
