/* 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: Georgia, serif;
--font2: 'Kaushan Script', cursive;
--font-size: 19px;
--theme_background_1: rgb(1, 148, 255);
--theme_foreground_1: #fff;
--theme_background_2: rgb(255, 255, 255);
--theme_foreground_2: rgb(35, 35, 35);
--theme_background_3: rgb(224, 224, 224);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: #000;
--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:#000;
}
article h1, aside h1, footer h1 {
color:#0194FF;

}
article h2, aside h2, footer h2 {
color:#0194FF;

}
article h3, aside h3, footer h3 {
color:#0194FF;

}
article h4, aside h4, footer h4 {
color:#0194FF;

}
article h5, aside h5, footer h5 {
color:#0194FF;

}
article h6, aside h6, footer h6 {
color:#0194FF;

}
header {
color:rgb(1, 148, 255);
min-height:140px;
}
header div#inner {
height:140px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1420/logos/Logo.png?r=58961&maxwidth=1920&maxheight=600');
}
#header_bar {
min-height:280px;
}
nav {
font-family:var(--font2);
background-color:rgb(255, 255, 255);
color:rgb(85, 85, 85);
}
nav a {
color:rgb(85, 85, 85);
}
nav ul ul {
background-color:rgb(255, 255, 255);
color:rgb(85, 85, 85);
}
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, 255, 255);
color:rgb(1, 148, 255);
}
nav ul {justify-content:center;}
article {
color:rgb(85, 85, 85);
}
aside {
background-color:#bbb;
color:#000;
}
footer {
background-color:rgb(1, 148, 255);
color:rgb(255, 255, 255);
/*footerw/a 10/20*/
--mask:
radial-gradient(22.36px at 50% 30px,#000 99%,#0000 101%) calc(50% - 20px) 0/40px 100%,
radial-gradient(22.36px at 50% -20px,#0000 99%,#000 101%) 50% 10px/40px 100% repeat-x;
-webkit-mask: var(--mask);
 mask: var(--mask);

}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 3rem 4rem;}
aside section {padding: 3rem 4rem;}
footer section {padding: 3rem 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#p13620 {}
body#p13626 {}
body#p13630 {}
body#p17336 {}
/* Custom CSS */
#header_bar > :first-child:last-child {
    background-position: center center;
}
