h1 { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }

/* Change text in the header to buttons / 7145710-zen (SH) */
.custom-buttons-in-header a {
    background: #3bb09d;
    color: #fff;
    padding: 5px 10px;
    margin: 5px 0px;
    box-shadow: 1px 2px 3px #dbf9f4;
    border-radius: 20px;
}

/* Padding Around Single Links And Submenu Links | 7145710-ZD BB */
.wp-block-navigation-item__label {
    padding: 0px;
}

/* 7150807-zd | Fix menu item padding | Sabbir A */

ol.has-background, ul.has-background {
  padding: 0px !important;
}


body { overflow-x: hidden; /* Hide horizontal scrollbar */
}

/* Target the cover image on mobile to be shown in full | 7297461-zen rg */ 
@media screen and (max-width: 768px){
img.wp-block-cover__image-background.wp-image-1676 {
    object-fit: contain;
}

.wp-block-cover.contain-image-on-mobile {
    min-height: 300px !important;
}
}

/* Resetting default Nav padding, which is being overwritten by a wildcard declaration in a static CSS file | 7292337-ZD MK */
ul li ul.wp-block-navigation-submenu li a {
    padding: 0.5em 1em;
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Change text colour on login page AL zen-8308195 */

.css-twxn7x, .css-flo2mg {
    color: #97989a !important;
}