/* 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: Verdana, sans-serif;
--font2: Verdana, sans-serif;
--font-size: 18px;
--theme_background_1: ;
--theme_foreground_1: rgb(0, 0, 0);
--theme_background_2: ;
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: ;
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(0, 0, 0);
--body_background: rgb(253, 246, 228);
--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 {
background-color:rgb(253, 246, 228);
color:rgb(0, 0, 0);
}
header {
background-color:rgb(253, 246, 228);
color:rgb(0, 0, 0);
grid-template-areas:'logo logo logo logo logo logo logo logo logo logo logo logo';
min-height:250px;
}
header div#inner {
height:250px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1505/logos/ABCC-XL.jpg?r=117273&maxwidth=1920&maxheight=600');
}
#header_bar {
min-height:100px;
background-color:rgb(253, 246, 228);
color:rgb(0, 0, 0);
}
nav {
background-color:rgb(253, 193, 0);
color:rgb(0, 0, 0);
font-size:120%;
border-top:2px solid rgb(255,255,255);
border-bottom:2px solid rgb(251,251,251);
}
nav a {
color:rgb(0, 0, 0);
}
nav ul ul {
background-color:rgb(253, 193, 0);
color:rgb(0, 0, 0);
}
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(252, 219, 112);
color:rgb(255, 255, 255);
}
nav ul {justify-content:flex-start;}
article {
color:rgb(0, 0, 0);
-webkit-border-radius:15px;
border-radius:15px;
}
aside {
background-color:rgb(169, 216, 179);
color:rgb(0, 0, 0);
}
footer {
background-color:rgb(253, 246, 228);
color:rgb(0, 0, 0);
border-top: 2px solid rgb(251,251,251);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 2.5rem 2.5rem;}
aside section {padding: 2.5rem 2.5rem;}
footer section {padding: 2.5rem 2.5rem;}
}
article section:nth-child(odd) {
color:rgb(0, 0, 0);
}
article section:nth-child(even) {
color:rgb(0, 0, 0);
}
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;}
}
/* Individual Sections */
section#block_41345 {
color:rgb(0, 0, 0);
}
section#block_41347 {
color:rgb(0, 0, 0);
}
section#block_41639 {
background-color:transparent;
color:rgb(0, 0, 0);
}
section#block_41639::before {background-color:rgb(253, 246, 228);}
body#p17568 {}
body#p17569 {}
body#p17583 {}
body#p17611 {}
body#p17628 {}
/* Custom CSS */
@media only screen and (min-width: 600px) {
.logos>div>* {
width:40%;
}
}
