/**remove WA branding**/
#idFooterPoweredByWA {
display: none;
}

/**remove author from blog posts**/
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}
.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}

/* Secondary Menu */
#id_D7nP4Fs ul a, #id_D7nP4Fs ul li::before {
    color: white;
    font-weight: bold;
}
#id_D7nP4Fs ul a:hover {
    color: #ee3b33;
}
#id_oWdKg3J {
    width: 310px !important;
}

/* Move Logo Up */
#id_9qqoKb3 {
    position: absolute;
    top: 12px;
}

/* Nav Menu size and position */
#id_svVLY2a {
    margin-top: 120px;
}
#id_svVLY2a ul.firstLevel > li > div > a {
    padding-top: 13px;
    padding-bottom: 14px;
} 

/* Nav Menu Right Align */
#id_svVLY2a ul.firstLevel {
    display: flex;
    justify-content: flex-end;
}

/* Login Link */
#id_MoBw3nY_loginLink {
    background: white;
    color: black;
}

/* Mobile */
@media only screen and (max-width: 1020px) {
    #id_9qqoKb3 {
        top: 24px;
    }
    /* Header Background fill vertically */
    #idHeaderContentHolder.template-homepage {
        background-size: auto 100% !important;
    }
}
@media only screen and (max-width: 768px) {
    #id_9qqoKb3 {
        top: 136px;
    }
    #id_3WKgjgI > table.WaLayoutTable {
        height: auto !important;
    }
    #id_dgAZ9zu {
        margin-top: 0;
    }
    #id_Ey9qjdN {
        min-height: 240px;
    }
    #id_85QrDLo {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #id_FFtUIlR {
        text-align: center;
    }
    #id_oWdKg3J {
        width: 100% !important;
    }
    /* Header Background fixed height */
    #idHeaderContentHolder.template-l2 {
        height: 240px;
    }
}
@media only screen and (max-width: 520px) {
    #id_9qqoKb3 {
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1000;
    }
    #id_9qqoKb3 img {
        max-width: 80vw;
    }
    /* Header Background fill vertically */
    #idHeaderContentHolder.template-l2 {
        background-size: auto 100% !important;
    }
}