.custom-news-grid {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
}

.custom-news-grid > div {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px -20px;
}

.custom-news-grid > div > div {
    width: 33.3333%;
    padding: 0 20px 40px 20px;
    display: flex;
}

.custom-news-grid > div > div > div {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0px 22px 33px 0px rgba(0,0,0,0.3);
}

.custom-news-grid h3 {
    margin: 0 0 1em 0;
    font-size: 16px;
    line-height: 1.6em;
    font-family: 'IBM Plex Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    letter-spacing: normal;
}

.custom-news-grid a {
    font-weight: 700;
}

.custom-news-grid .logo {
    display: flex;
    align-items: center;
    min-height: 55px;
    margin: 0 0 10px 0;
}

.custom-news-grid .logo img {
    display: block;
    margin: 0 auto;
    max-width: 220px;
    height: auto;
    width: auto;
    max-height: 55px;
}

.custom-news-list {
    font-size: 16px;
    line-height: 1.6em;
}

.custom-news-list > div > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.custom-news-list > div > div + div {
    border-top: solid 1px #cacdd1;
    margin-top: 40px;
    padding-top: 40px;
}

.custom-news-list h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 28px;
    line-height: 1.6em;
    font-weight: 300;
}

.custom-news-list a {
    font-weight: 700;
}

.custom-news-list .logo {
    width: 23%;
    padding: 0 30px;
}

.custom-news-list .logo img {
    display: block;
    margin: 0 auto;
}

.custom-news-list .content {
    width: 77%;
    padding: 0 0 0 40px;
}

.custom-news-list .date {
    margin: 0;
    padding: 0;
}

.custom-pr-list {
    font-size: 15px;
    line-height: 1.6em;
}

.custom-pr-list > div {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -20px -30px;
}

.custom-pr-list > div > div {
    width: 50%;
    padding: 0 30px 20px 30px;
}

.custom-pr-list h3 {
    font-size: inherit;
    font-weight: 500;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    line-height: 1.6em;
}

.custom-pr-list h3 a {
    color: #0c6e83;
}

.custom-pr-list h3 a:focus,
.custom-pr-list h3 a:hover {
    color: #3c4656;
}

.custom-pr-list .date {
    margin: 0;
    padding: 0;
}

body.single-press_release .et_pb_text_inner h4 {
    font-weight: 300;
    border-bottom: solid 1px #cacdd1;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.mfp-bg {
    z-index: 100000 !important;
}

.mfp-wrap {
    z-index: 100001 !important;
}

.generic-form label {
    display: block;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.generic-form [type="text"],
.generic-form [type="email"] {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 10px;
    float: none;
    margin: 0;
}

.generic-form .required {
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
    color: #898989;
}

.generic-form [type="submit"] {
	font-size: 15px;
	background-color: #0c6e83;
	border: 2px solid #0c6e83;
	border-radius: 50px;
	padding: 5px 35px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
    cursor: pointer;
}

.generic-form [type="submit"]:focus,
.generic-form [type="submit"]:hover {
    background: #fff;
    color: #0c6e83;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
}

.contact-form .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.contact-form .row > div {
    width: 50%;
    padding: 0 20px 20px 20px;
}

.contact-form .row.contact > div {
    width: 33.3333%;
}

.form-error {
    background: red;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.mega-menu {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    transition: 0.25s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.mega-menu > div {
    margin: 0 auto;
    display: flex;
}

.mega-menu a {
    transition: 0.25s ease;
}

/*
.mega-menu li {
    cursor: pointer;
}
*/

.mega-menu .left {
    --bg-color: #055D70;

    position: relative;
    color: #fff;
    width: 24%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: no-repeat center center;
    background-size: cover;
}

.mega-menu .left:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: var(--bg-color);
    z-index: -1;
    width: 10000px;
}

.mega-menu .left > div {
    max-width: 415px;
    padding: 50px 10%;
}

.mega-menu .left h2 {
    font-size: 30px;
    line-height: 1.08em;
    color: #fff;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.mega-menu .left h2:last-child {
    margin: 0;
}

.mega-menu .left .btn {
    border: solid 2px #fff;
    border-radius: 100px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding: 13px 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.mega-menu .left .btn:focus,
.mega-menu .left .btn:hover {
    background: #fff;
    color: #055D70;
}

.mega-menu .menu {
    position: relative;
    width: 52%;
    font-size: 12px;
    line-height: 16px;
    color: #3C4656;
    padding: 40px 3%;
}

.mega-menu .menu a {
    color: #3C4656;
    text-decoration: none;
}

.mega-menu .menu a:hover,
.mega-menu .menu a:focus {
    text-decoration: underline;
}

.mega-menu .menu .icon {
    position: absolute;
    top: 14px;
    left: 25px;
    border-radius: 5px;
    background: #fff;
    width: 34px;
    height: 34px;
    border: solid 1px #E4E4E4;
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-menu .menu .has-description .icon {
    top: 20px;
}

.mega-menu .menu > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 20px 40px;
}

.mega-menu .menu > ul > li {
    width: calc(50% - 20px);
}

.mega-menu .menu > ul > li > div {
    padding: 20px 20px 20px 80px;
    border-radius: 5px;
    position: relative;
    transition: 0.25s ease;
}

.mega-menu .menu > ul > li:hover > div,
.mega-menu .menu > ul > li:focus-within > div {
    background: #f6f6f6;
}

.mega-menu .menu > ul > li.menu-item-has-children > div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10000px;
    background: #f6f6f6;
    z-index: -1;
    border-radius: 5px 0 0 5px;
    transition: 0.25s ease;
    /* opacity: 0; */
}

.mega-menu .menu > ul > li.menu-item-has-children.active > div {
    border-radius: 5px 0 0 5px;
}

.mega-menu .menu > ul > li.menu-item-has-children.active > div:after {
    opacity: 1;
}

.mega-menu .menu > ul > li > div > a,
.mega-menu .menu > ul > li > div > button {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    background: none;
    text-align: left;
    padding: 0;
    margin: 0;
    border: none;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
}

.mega-menu .menu .tertiary-menu {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 7%;
    transition: 0.25s ease;
    /*
    visibility: hidden;
    opacity: 0;
    */
}

.mega-menu .menu .tertiary-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #F6F6F6;
    z-index: -1;
    width: 10000px;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.mega-menu .menu .tertiary-menu > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mega-menu .menu .tertiary-menu > ul > li + li {
    margin-top: 30px;
}

.mega-menu .menu .tertiary-menu > ul > li.mobile-menu-item-only + li {
    margin-top: 0;
}

.mega-menu .menu .tertiary-menu > ul > li > div {
    position: relative;
    padding: 0 0 0 65px;
}

.mega-menu .menu .tertiary-menu > ul > li > div > a {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.mega-menu .menu .tertiary-menu > ul > li > div > a .icon {
    position: absolute;
    top: -2px;
    left: 11px;
}

.mega-menu .menu li.active > .tertiary-menu {
    visibility: visible;
    opacity: 1;
}

.mega-menu .menu.wide {
    width: 76%;
}

.mega-menu .menu.wide > ul > li {
    width: calc(33.3333% - 30px);
}

.mega-menu .right {
    width: 24%;
    font-size: 13px;
    line-height: 17px;
    position: relative;
    padding: 50px 0;
}

.mega-menu .right:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 50px;
    background: #3C4656;
    z-index: -1;
    width: 1px;
}

.mega-menu .right h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.mega-menu .right > div {
    max-width: 415px;
    padding: 0 10%;
}

.mega-menu .summary {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

li.active > .mega-menu,
button[aria-expanded="true"] + .mega-menu {
    opacity: 1;
    visibility: visible;
}

#site-header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 1px #858a94;
}

#site-header .logo {
    max-width: 200px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 26px;
}

#site-header .logo img {
    width: 200px;
}

#main-nav {
    position: absolute;
    right: 0;
    top: 38px;
}

#main-nav > ul {
    display: flex;
    gap: 0 clamp(10px, 1.8vw, 40px);
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main-nav > ul > li > a,
#main-nav > ul > li > button {
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-thickness: 2px;
    text-decoration-color: transparent;
    color: #3C4656;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.25s ease;
    cursor: pointer;
    padding: 0;
    background: none;
    margin: 0;
    border: none;
    appearance: none;
}

/*
#main-nav > ul > li.menu-item-has-children > a:after,
#main-nav > ul > li.menu-item-has-children > button:after,
#main-nav > ul > li.has-mega-menu > a:after,
#main-nav > ul > li.has-mega-menu > button:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 12px;
    background: currentColor;
    -webkit-mask-image: url(../images/arrow.svg);
    mask-image: url(../images/arrow.svg);
    margin: -2px 0 0 7px;
    vertical-align: middle;
}
*/

#main-nav > ul > li > a:focus,
#main-nav > ul > li > a:hover,
#main-nav > ul > li > button:focus,
#main-nav > ul > li > button:hover,
#main-nav > ul > li > button[aria-expanded="true"] {
    color: #00A1B3;
    text-decoration-color: currentColor;
}

#main-nav > ul > li > button {
    margin: 0 0 0 7px;
}

#main-nav > ul > li > button > svg {
    width: 7px;
}

/*
#main-nav > ul > li > button[aria-expanded="true"]:after {
    transform: rotate(90deg);
}
*/

#main-nav > ul > li > button[aria-expanded="true"] svg {
    transform: rotate(90deg);
}

#main-nav > ul > li > button[aria-expanded="true"] + .mega-menu {
    opacity: 1;
    display: block;
}

#mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 100000;
    overflow: auto;
}

#mobile-menu > div {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 40px 5%;
}

#mobile-menu .close {
    position: absolute;
    top: 23px;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
}

#mobile-menu .close path {
    transition: 0.25s ease;
}

#mobile-menu .close:focus path,
#mobile-menu .close:hover path {
    fill: #00A1B3;
}

#mobile-menu .close svg {
    width: 20px;
    height: auto;
    display: block;
}

#main-menu-mobile {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main-menu-mobile a {
    text-decoration: none;
}

#main-menu-mobile a:focus,
#main-menu-mobile a:hover,
#main-menu-mobile button:focus,
#main-menu-mobile button:hover {
    text-decoration: underline;
    color: #3C4656;
}

#main-menu-mobile ul {
    margin: 0;
    padding: 0 0 20px 20px;
    list-style-type: none;
}

#main-menu-mobile > li {
    margin: 0 0 10px 0;
}

#main-menu-mobile > li > a,
#main-menu-mobile > li > button {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    text-decoration-color: transparent;
    color: #3C4656;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.25s ease;
    cursor: pointer;
    padding: 0;
    background: none;
    margin: 0;
    border: none;
    appearance: none;    
}

#main-menu-mobile > li > a:focus,
#main-menu-mobile > li > a:hover,
#main-menu-mobile > li > button:focus,
#main-menu-mobile > li > button:hover {
    color: #00A1B3;
    text-decoration-color: currentColor;
}

#main-menu-mobile > li > button:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 12px;
    background: currentColor;
    -webkit-mask-image: url(../images/arrow.svg);
    mask-image: url(../images/arrow.svg);
    margin: -2px 0 0 7px;
    vertical-align: middle;
}

#main-menu-mobile > li > ul > li > button {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #0c6e83;
    text-align: inherit;
}

#main-menu-mobile > li > ul > li > button:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 12px;
    background: currentColor;
    -webkit-mask-image: url(../images/arrow.svg);
    mask-image: url(../images/arrow.svg);
    margin: -2px 0 0 5px;
    vertical-align: middle;
}

#main-menu-mobile li.menu-item-has-children > ul {
    display: none;
}

#main-menu-mobile li.menu-item-has-children > button[aria-expanded="true"] + ul {
    display: block;
}

#main-menu-mobile button[aria-expanded="true"]:after {
    transform: rotate(90deg);
}

#mobile-menu-toggle {
    display: none;
    position: absolute;
    top: 23px;
    right: 0px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
}

#mobile-menu-toggle path {
    transition: 0.25s ease;
}

#mobile-menu-toggle:focus path,
#mobile-menu-toggle:hover path {
    fill: #00A1B3;
}

#mobile-menu-toggle svg {
    width: 20px;
    height: auto;
    display: block;
}

@media only screen and (max-width: 1080px) {

    #main-nav {
        display: none;
    }

    #mobile-menu-toggle {
        display: block;
    }

    body.show-mobile-menu {
        overflow: hidden;
    }

    body.show-mobile-menu #mobile-menu {
        display: block;
    }

    #site-header {
        height: 70px;
    }

    #site-header .logo {
        top: 11px;
    }

}

@media only screen and (max-width: 980px) {

    .custom-news-grid > div > div {
        width: 100%;
    }

    .custom-news-grid .logo img {
        max-width: 100%;
        max-height: 1000px;
    }

    .custom-news-list h2 {
        font-size: 21px;
    }

    .custom-news-list .logo {
        width: 100%;
        padding: 0 0 30px 0;
    }

    .custom-news-list .content {
        width: 100%;
        padding: 0;
    }

    .contact-form .row > div,
    .contact-form .row.contact > div {
        width: 100%;
    }
}
