/* v1.3 */

.a4-footer-note {
    margin: 2em auto 1em;
    padding: 0.75em 1em;
    max-width: 1000px;
    font-size: 1.0em;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/* COMMENT Remove WP generated footer spacing */

footer.wp-block-template-part
> .wp-block-group.is-layout-flow {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* COMMENT START tighten the large space in the footer note text */

/*.a4-footer-note {*/
/*    margin: 1.0em auto 1.0em;*/
/*}*/

/* COMMENT START tighten the large space in the footer note text */

/* COMMENT START hide the large space above the footer note text */

/* linter does not like, historical docs */
/*footer.wp-block-template-part*/
/*> .wp-block-group.is-layout-flow {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/
/* linter does not like, historical docs */

/* linter tolerates */
footer.wp-block-template-part > .wp-block-group {
    padding-top: 80 !important;
    padding-bottom: 80 !important;
}
/* linter tolerates */

/* COMMENT START hide the large space above the footer note text */

/******************************************************************************/

/* COMMENT START NON SCROLLING HEADER */

/*header.wp-block-template-part {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 99999;*/
/*    min-height: 72px;*/
/*    background: linear-gradient(90deg, #0F8FE2 0%, #3C7BE2 100%);*/
/*}*/

/* COMMENT NOT FULLY TESTED, LEAVE OFF */

/*header.wp-block-template-part > .wp-block-group {*/
/*    background: linear-gradient(*/
/*        90deg,*/
/*        rgba(15, 143, 226, 0.92) 0%,*/
/*        rgba(63, 122, 226, 0.92) 100%*/
/*    );*/
/*}*/


/* COMMENT Main header wrapper fade from 0F8FE2 to 3F7AE2*/
/* COMMENT Height added and looks promising MAY17 */

/*header.wp-block-template-part > .wp-block-group {*/
/*    background: linear-gradient(90deg, #0F8FE2 0%, #3C7BE2 100%);*/
/*    position: relative;*/
/*    z-index: 99999;*/
    
/*    min-height: 72px;*/
/*    max-height: 80px;*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
    
/*}*/

/* COMMENT Navigation */

/*header.wp-block-template-part .wp-block-navigation {*/
/*    position: relative;*/
/*    z-index: 100000;*/
/*}*/

/* COMMENT Force menu text visible */

/*header.wp-block-template-part .wp-block-navigation a,*/
/*header.wp-block-template-part .wp-block-navigation span {*/
/*    color: #fff !important;*/
/*}*/

/* COMMENT Prevent clipping */

/*header.wp-block-template-part,*/
/*header.wp-block-template-part * {*/
/*    overflow: visible;*/
/*}*/

/* COMMENT END NON SCROLLING HEADER */

