/* ===============================
 MAIN NAVIGATION MENU TYPOGRAPHY
   =============================== */

/* Desktop main menu */
.WaGadgetMenuHorizontal .menuInner a span {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    text-transform: none !important;
}

/* Dropdown menu items */
.WaGadgetMenuHorizontal .menuInner ul ul a span {
    font-family: 'Poppins', sans-serif !important;
    text-transform: none !important;
}

/* Mobile menu */
.WaGadgetMenuVertical .menuInner a span {
    font-family: 'Poppins', sans-serif !important;
    text-transform: none !important;
}

/* Disable clicking top-level menu items that have submenus */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.dir > .item > a {
    pointer-events: none;
    cursor: default;
}


/* ==============================================
                 TYPOGRAPHY
   ============================================= */

/* PARAGRAPH TEXT - Set Variables */
.WaGadgetContent p,
.WaGadgetContent p font,
.WaGadgetHeadline p,
.WaGadgetHeadline p font {
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #2D2E2E !important;
    font-weight: normal !important;
    text-transform: none !important;
}

/* ===============================
       FOOTER (Change link styles of quick links in footer)
   =============================== */
/* Target only links in this specific gadget */
.black-links-gadget a,
.black-links-gadget a span {
  color: #2d2e2e !important;    
}

.black-links-gadget a:hover,
.black-links-gadget a:hover span {
  color: #2d2e2e !important;            /* stay black on hover */
  text-decoration: underline !important; /* underline appears */
  border-bottom: none !important;    /* ensure red underline is gone */
}


/* Change style of TOP OF PAGE button */
#myBtn {
    background-color: #2d2e2e !important; /* force black */
    color: #ffffff !important;            /* white text */
    border: none !important;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    position: fixed !important;
    bottom: 40px !important;
    right: 40px !important;
    z-ind
