a.fl-button {
    border-radius: 10px !important;
}

/* This class is added on scroll */
.page-tab-fixed,
.page-tab-fixed-no-breadcrumbs {
    position: fixed;
    top: 113px;
    z-index: 9;
    width: 100%;
    transition: all 500ms linear;
    background: #fff;
}

.page-tab-fixed-no-breadcrumbs {
    top: 85px;
}

.fl-row {
    z-index: inherit !important;
}

/* HEADER ROW BEGIN */
/** This is to prevent the header row with logo and background from overlapping their top menu: https://webpagefx.mangoapps.com/msc/OTk3NDMyXzEwNjQwNzEy */
.fl-row.headerRow {
    /* z-index: 0 !important; */
    z-index: 99 !important;
}
/* Position the logo which shows on mobile */
.headerRow .aeroLogoMask {
    right:  -35%;
    z-index: 2;
}
/* HEADER ROW END */
@media screen and (min-width: 1024px) {

    /* Only display the career menu link on mobile */
    #menu-main-menu .career-mobile,
    #menu-main-menu-german .career-mobile,
    #menu-main-menu-english-uk .career-mobile {
        display: none;
    }
}

.site-header {
    z-index: 1000 !important;
}


.fl-rich-text ul,
.fl-module ul {
    font-size: 16px;
}

@media (min-width: 768px) {
    .fl-rich-text ul,
    .fl-module ul {
        font-size: 18px;
    }
}

