<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: 'Open Sans', sans-serif;
--font2: 'Saira Stencil One', cursive;
--font-size: 18px;
--theme_background_1: rgb(100, 102, 95);
--theme_foreground_1: #fff;
--theme_background_2: rgb(227, 227, 227);
--theme_foreground_2: #000;
--theme_background_3: rgb(240, 240, 240);
--theme_foreground_3: ;
--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);
}
article h1, aside h1, footer h1 {
color:#64665F;

}
article h2, aside h2, footer h2 {
color:#B2BAA2;

}
article h3, aside h3, footer h3 {
color:#64665F;

}
article h4, aside h4, footer h4 {
color:#B2BAA2;

}
article h5, aside h5, footer h5 {
color:#64665F;

}
article h6, aside h6, footer h6 {
color:#B2BAA2;

}
header {
background-color:rgb(178, 186, 162);
color:rgb(0, 0, 0);
grid-template-areas:'';
min-height:400px;
}
header div#inner {
height:400px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1214/logos/cctlogo.png?r=27924&amp;maxwidth=1920&amp;maxheight=600');
}
#header_bar {
min-height:160px;
background-color:rgb(255, 255, 255);
color:rgb(0, 0, 0);
}
nav {
background-color:rgb(100, 102, 95);
color:rgb(255, 255, 255);
border-bottom:15px double rgb(255,255,255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(100, 102, 95);
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(0, 0, 0);
color:rgb(255, 255, 255);
}
nav ul {justify-content:center;}
article {
}
aside {
}
footer {
background-color:rgb(178, 186, 162);
color:rgb(0, 0, 0);
border-top: 15px double rgb(255,255,255);
}
@media(min-width: 780px) {
article section {padding: 4rem 4rem;}
aside section {padding: 4rem 4rem;}
footer section {padding: 4rem 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;}
}
/* Individual Sections */
section#block_31959 {
background-color:transparent;
}
section#block_31959::before {background-color:rgb(255, 255, 255);}
body#p6755 {}
body#p6757 {}
body#p6760 {}
body#p6761 {}
body#p6762 {}
body#p6763 {}
body#p6765 {}
body#p6768 {}
body#p6769 {}
body#p6771 {}
body#p6775 {}
body#p6776 {}
body#p6777 {}
body#p6781 {}
body#p6782 {}
body#p6784 {}
body#p6791 {}
body#p6793 {}
body#p6798 {}
body#p6799 {}
body#p6800 {}
body#p6801 {}
body#p6802 {}
body#p6805 {}
body#p6912 {}
body#p11585 {}
body#p11848 {}
body#p13500 {}
body#p13503 {}
body#p13504 {}
body#p13505 {}
body#p13506 {}
body#p14722 {}
body#p16286 {}
body#p17029 {}
/* Custom CSS */
.header_logo {
margin:20px;
}
.header_heading {
font-size:30px;
color:rgba(255,255,255,.9);
}


@media only screen and (min-width: 600px) {
.header_logo {
margin:60px;
}
.header_heading {
font-size:60px;
color:rgba(255,255,255,.75);
}
}

@media only screen and (max-width: 1800px) {
nav&gt;ul&gt;li&gt;a,
nav&gt;ul&gt;li&gt;span {
font-size:17px;
}
}
@media only screen and (max-width: 1700px) {
nav.desktop_nav_2&gt;ul&gt;li&gt;a,
nav.desktop_nav_2&gt;ul&gt;li&gt;span {
font-size:16px;
padding:1rem .6rem;
}
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
nav.desktop_nav_2&gt;ul&gt;li&gt;a,
nav.desktop_nav_2&gt;ul&gt;li&gt;span {
letter-spacing:-1px;
}
}
</pre></body></html>