/* Site Effects CSS */
article section::before {
content:'';
position:absolute;
top:0;
bottom:0;
left:calc(-50vw + 50%);
right:calc(-50vw + 50%);
background:inherit;
z-index:-1;
}

/* Site CSS */
:root {
--grid-gap: 0px;
--font1: 'PT Sans', sans-serif;
--font2: 'Alegreya', serif;
--font-size: 18px;
--theme_background_1: rgb(0, 88, 4);
--theme_foreground_1: #fff;
--theme_background_2: rgb(225, 244, 227);
--theme_foreground_2: #000;
--theme_background_3: rgb(240, 240, 240);
--theme_foreground_3: ;
--body_foreground: rgb(0, 0, 0);
--body_background: ;
--block_color_1:var(--theme_background_1);
--block_color_1_alt:var(--theme_foreground_1);
--block_color_2:var(--theme_background_2);
--block_color_2_alt:var(--theme_foreground_2);
}
body {
color:rgb(0, 0, 0);
}
header {
background-color:rgb(0, 88, 4);
color:rgba(255, 255, 255, 0.81);
min-height:460px;
}
header div#inner {
height:460px;
}
#header_bar {
min-height:160px;
background-color:rgba(255, 255, 255, 0.81);
color:rgb(0, 0, 0);
}
nav {
background-color:rgb(0, 88, 4);
color:rgb(255, 255, 255);
border-top:3px solid rgb(0,88,4);
border-bottom:6px solid rgb(255,207,0);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(0, 88, 4);
color:rgb(255, 255, 255);
}
nav li:hover, nav li:active, nav li:hover>a, nav li:active>a, nav a.on, nav li.on, #menu_opener:hover::before, nav ul ul li:hover, nav ul ul li:hover>a {
background-color:rgb(255, 207, 0);
color:rgb(0, 0, 0);
}
nav ul {justify-content:center;}
article {
}
aside {
}
footer {
background-color:rgb(0, 88, 4);
color:rgb(255, 255, 255);
border-top: 6px solid rgb(255,207,0);
}
@media(min-width: 780px) {
article section {padding: 2rem 4rem;}
aside section {padding: 2rem 4rem;}
footer section {padding: 2rem 4rem;}
}
section.breadcrumb, section.breadcrumb:nth-child(odd) {
background-color:#555555;
color:#ffffff;
}
section.breadcrumb a {
color:#ffffff;
}
#breadcrumbhomeicon {fill:#ffffff;}
@media(min-width: 1000px) {
.header_heading {align-self:center;justify-self:center;}
.header_subheading {align-self:center;justify-self:center;}
}
body#p7388 {}
body#p7389 {}
body#p7390 {}
body#p7400 {}
body#p7639 {}
body#p9668 {}
body#p16519 {}
body#p19568 {}
/* Custom CSS */
.header_heading,
.header_subheading {
background:rgba(0,0,0,.7);
padding:1rem 3rem;
max-width:90vw;
border-radius:10px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
color:#005804;
}
section.logos a {
border-radius:10px;
}
nav a {
margin:0 3px;
padding:.2rem 1rem;
}
nav a.on,
nav li:hover,
nav li:hover a {
border-radius:10px 10px 0 0;
}
@media only screen and (max-width: 600px) {
.header_heading {
font-size:37px;
padding:1rem;
}
.header_subheading {
font-size:34px;
padding:1rem;
}
}
@media only screen and (max-width: 375px) {
.header_heading {
font-size:33px;
padding:1rem;
}
.header_subheading {
font-size:30px;
padding:1rem;
}
}
