<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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: 'Raleway', sans-serif;
--font2: 'Montserrat', sans-serif;
--font-size: 18px;
--theme_background_1: rgb(86, 133, 172);
--theme_foreground_1: #fff;
--theme_background_2: rgb(239, 239, 239);
--theme_foreground_2: #000;
--theme_background_3: rgb(224, 224, 224);
--theme_foreground_3: rgb(0, 0, 0);
--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(167, 195, 232);
color:rgb(255, 255, 255);
grid-template-areas:'';
min-height:350px;
}
header div#inner {
height:350px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1158/logos/logo.png?r=28249&amp;maxwidth=1920&amp;maxheight=600');
}
#header_bar {
min-height:100px;
background-color:rgba(255, 255, 255, 0.87);
color:rgb(0, 0, 0);
}
nav {
background-color:rgb(86, 133, 172);
color:rgb(255, 255, 255);
border-bottom:5px solid rgb(167,195,232);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(86, 133, 172);
color:rgb(255, 255, 255);
}
nav li:hover, nav li:active, nav li:hover&gt;a, nav li:active&gt;a, nav a.on, nav li.on, #menu_opener:hover::before, nav ul ul li:hover, nav ul ul li:hover&gt;a {
background-color:rgb(209, 35, 11);
color:rgb(255, 255, 255);
}
nav ul {justify-content:center;}
article {
}
aside {
}
footer {
background-color:rgb(86, 133, 172);
color:rgb(255, 255, 255);
border-top: 5px solid rgb(167,195,232);
}
footer #site_essentials {
text-align:right;
}
@media(min-width: 780px) {
article section {padding: 0rem 2rem;}
aside section {padding: 0rem 2rem;}
footer section {padding: 0rem 2rem;}
}
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#p4879 {}
body#p4880 {}
body#p4881 {}
body#p4882 {}
body#p4883 {}
body#p16167 {}
/* Custom CSS */
.header_heading {
font-weight:bold;
font-size: clamp(30px, 18vw, 60px);
}

h2 {margin-top:1.25em;}

h3 {font-size:1.5em;}
</pre></body></html>