/* CUSTOMIZE THE COLORS OF SOME PAGE ELEMENTS TO MATCH THE CONTENT IF YOU WANT. BE CAREFUL!!! */

/* SUB-NAVIGATION COLOR PALLETTE */

/* SECTION A: Enter a hex color below to chage the background-color edge-to-edge navigation band. NOTE: This should be the same color as button color you specify below in section */

section.sePageSection.sePageSectionResponsive.flexi-nav-container-dp {
background-color: ;

}

.sePage .sePageLayout .flexi-nav-btn-dp {

/* SECTION B: Enter a hex color below to chage the color of the text in the sub-navigation. White by default */

 color: ;

/* SECTION C: Enter a hex color below to chage the color of the background in the sub-navigation buttons */

 background: ;
}

/* SECTION D: Enter hex colors below to chage the color of the text in the sub-navigation and the background color of the sub-navigation buttons on mouse-over */

.sePage .sePageLayout .flexi-nav-btn-dp:hover {
 background: ;
 color: ;
}

/* SECTION E: Enter a hex color below to chage the color of the text in the sub-navigation on-click */

.sePage .sePageLayout .flexi-nav-btn-dp:visited, .sePage .sePageLayout .flexi-nav-btn-dp:focus {
 color: ;
}

/* INTRO SECTION BACKGROUND-COLOR */
/* SECTION F: Change the background-color to chage the background color of the intro section */

section.sePageSection.sePageSectionResponsive.gbs-intro-section-dp {
 background-color: ;
}

/* BANDED SECTION BACKGROUND-COLOR */
/* SECTION G: Change the background-color to chage the background color of all banded color sections on the page */

section.sePageSection.sePageSectionResponsive.gbs-banded-section-dp {
 background-color: ;
}

/* CHANGE THE COLOR OF TEXT LINKS IN THE PAGE BODY */
/* SECTION H: Enter HEX colors below to change the color of text links in the body of the page to match the content. */

.sePageLayout a, .sePageLayout a:visited { color: ; text-decoration: ; }

.sePageLayout a:hover, .sePageLayout a:focus, .sePageLayout a:active { color: ; text-decoration: ; }