/* 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: Georgia, serif;
--font-size: 22px;
--theme_background_1: rgb(126, 180, 176);
--theme_foreground_1: #fff;
--theme_background_2: rgb(227, 227, 227);
--theme_foreground_2: #000;
--theme_background_3: rgb(206, 206, 206);
--theme_foreground_3: #000;
--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:rgb(3, 168, 155);

}
article h2, aside h2, footer h2 {
color:rgb(3, 168, 155);

}
article h3, aside h3, footer h3 {
color:rgb(3, 168, 155);

}
article h4, aside h4, footer h4 {
color:rgb(3, 168, 155);

}
article h5, aside h5, footer h5 {
color:rgb(3, 168, 155);

}
article h6, aside h6, footer h6 {
color:rgb(3, 168, 155);

}
header {
background-color:rgb(0, 0, 0);
grid-template-areas:'';
min-height:280px;
}
header div#inner {
height:280px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/123/logos/8067D356-AF2B-4650-9D2B-8477E91DA64F.png?r=78127&maxwidth=1920&maxheight=600');
}
#header_bar {
color:rgb(47, 86, 83);
}
nav {
background-color:rgba(91, 136, 133, 0.98);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgba(91, 136, 133, 0.98);
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(137, 212, 225);
color:rgb(255, 255, 255);
}
nav ul {justify-content:center;}
article {
}
aside {
}
footer {
background-color:rgb(113, 146, 143);
color:rgb(255, 255, 255);
}
@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#p4984 {}
body#p4985 {}
body#p4986 {}
body#p4990 {}
body#p4991 {}
body#p4992 {}
body#p4994 {}
body#p5017 {}
body#p5146 {}
body#p5781 {}
body#p6669 {}
body#p11290 {}
body#p11659 {}
body#p11800 {}
body#p12037 {}
body#p14095 {}
body#p14218 {}
body#p14714 {}
body#p14982 {}
body#p15444 {}
body#p16142 {}
body#p16513 {}
body#p16850 {}
body#p17087 {}
body#p17236 {}
body#p17365 {}
/* Custom CSS */
/* remove opacity hover effect for images */
article a:has(figure) {
opacity:1;
}
