<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Site CSS */
:root {
--grid-gap: 0px;
--font1: 'Fira Sans', Verdana, sans-serif;
--font2: 'Fira Sans', Verdana, sans-serif;
--font-size: 16px;
--theme_background_1: rgb(16, 8, 141);
--theme_foreground_1: #fff;
--theme_background_2: rgba(16, 8, 141, 0.15);
--theme_foreground_2: #000;
--theme_background_3: rgba(16, 8, 141, 0.02);
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(244, 233, 205);
--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(244, 233, 205);
color:#000;
}
article h1, aside h1, footer h1 {
color:rgb(3, 153, 255);

}
article h2, aside h2, footer h2 {
color:rgb(3, 153, 255);

}
article h3, aside h3, footer h3 {
color:rgb(3, 153, 255);

}
article h4, aside h4, footer h4 {
color:rgb(3, 153, 255);

}
article h5, aside h5, footer h5 {
color:rgb(3, 153, 255);

}
article h6, aside h6, footer h6 {
color:rgb(3, 153, 255);

}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(0, 0, 0);
color:rgb(255, 255, 255);
grid-template-areas:'';
min-height:420px;
}
header div#inner {
height:420px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1270/logos/HBC-Logo-min.png?r=80527&amp;maxwidth=1920&amp;maxheight=600');
}
#header_bar {
min-height:160px;
background-color:rgba(255, 255, 255, 0.8);
color:rgb(16, 8, 141);
}
nav {
background-color:rgb(16, 8, 141);
color:rgb(255, 255, 255);
border-top:6px solid rgb(16,8,141);
border-bottom:6px solid rgb(3,153,255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(16, 8, 141);
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(3, 153, 255);
color:#ffffff;
}
nav ul {justify-content:center;}
article {
background-color:rgb(255, 255, 255);
color:#000;
}
aside {
background-color:rgb(235, 234, 234);
color:#000;
border:6px solid rgb(3,153,255);
}
footer {
background-color:rgb(16, 8, 141);
color:rgb(255, 255, 255);
border-top: 6px solid rgb(3,153,255);
}
@media(min-width: 780px) {
article section {padding: 2rem 2rem;}
aside section {padding: 2rem 2rem;}
footer section {padding: 2rem 2rem;}
}
section.breadcrumb, section.breadcrumb:nth-child(odd) {
background-color:rgb(3, 153, 255);
color:rgb(255, 255, 255);
}
section.breadcrumb a {
color:rgb(255, 255, 255);
}
#breadcrumbhomeicon {fill:rgb(255, 255, 255);}
@media(min-width: 1000px) {
.header_heading {align-self:end;justify-self:right;}
.header_subheading {align-self:end;justify-self:right;}
}
body#p9078 {}
body#p9093 {}
body#p9107 {}
body#p9141 {}
body#p9142 {}
body#p9154 {}
body#p9155 {}
body#p11169 {}
body#p11448 {}
body#p11526 {}
body#p11609 {}
body#p11765 {}
body#p12625 {}
body#p12639 {}
body#p12696 {}
body#p13107 {}
body#p13108 {}
body#p13979 {}
body#p14029 {}
body#p14058 {}
body#p14072 {}
body#p16226 {}
body#p16227 {}
body#p16565 {}
body#p17116 {}
/* Custom CSS */
#header_bar_1232 {
font-size:36px;
}
.header_logo {
margin:1rem;
margin-top:5rem;
}

main {
-webkit-box-shadow: 0 0 0 6px rgb(16, 8, 141),0 0 3px 4px rgb(16, 8, 141);
box-shadow: 0 0 0 6px rgb(16, 8, 141),0 0 3px 4px rgb(16, 8, 141);
}

article section:not(:first-child),
aside section:not(:first-child)  {
margin-top:1rem;
}

nav.desktop_nav_2 &gt; ul &gt; li {
  margin: 0 2px;
}

@media only screen and (max-width: 600px) {
body.margin_1 {
padding:0;
}
h1 {
font-size:30px;
}
h2 {
font-size: 26px;
}
.header_heading {
font-size:30px;
}
.header_logo {
margin-top:2rem;
}
}
</pre></body></html>