/* 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: 15px;
--font1: Calibri,Candara,Segoe,Segoe UI,Optima,sans-serif;
--font2: 'Marcellus', serif;;
--font-size: 19px;
--theme_background_1: rgb(201, 219, 225);
--theme_foreground_1: rgb(19, 19, 19);
--theme_background_2: rgb(236, 236, 236);
--theme_foreground_2: ;
--theme_background_3: rgb(255, 255, 255);
--theme_foreground_3: ;
--body_foreground: rgb(85, 85, 85);
--body_background: rgb(187, 208, 216);
--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);
accent-color:#5aa4ba;
}
body {
background-color:rgb(187, 208, 216);
color:rgb(85, 85, 85);
}
article h1, aside h1, footer h1 {
color:rgb(90, 164, 186);

}
article h2, aside h2, footer h2 {
color:rgb(90, 164, 186);

}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(201, 219, 225);
background-image:url('https://web-cdn.org/s/1446/image/Banners/Old-Site-Banner.jpg');;
color:rgb(90, 164, 186);
grid-template-areas:'';
min-height:260px;
}
header div#inner {
height:260px;
}
#header_bar {
}
nav {
background-color:rgb(201, 219, 225);
color:rgb(90, 164, 186);
font-size:90%;
}
nav a {
color:rgb(90, 164, 186);
}
nav ul ul {
background-color:rgb(201, 219, 225);
color:rgb(90, 164, 186);
}
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(90, 164, 186);
color:rgb(255, 255, 255);
}
nav ul {justify-content:flex-start;}
article {
background-color:rgb(255, 255, 255);
}
aside {
background-color:rgb(201, 219, 225);
}
footer {
background-color:rgb(201, 219, 225);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 1rem 2rem;}
aside section {padding: 1rem 2rem;}
footer section {padding: 1rem 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:start;justify-self:center;}
.header_subheading {align-self:center;justify-self:center;}
}
/* Individual Sections */
section#block_34475 {
--block_color_1:#5aa4ba;
--block_color_1_alt:#000;
}
section#block_34475 .iconify::before {background-color:#5aa4ba;}
body#p14500 {}
body#p14506 {}
/* Custom CSS */
main {
background:#fff;
padding:10px;
box-shadow:0 0 2px 0 rgba(0,0,0,.4);
}
nav.desktop_nav_2 ul > li > a {
text-transform:uppercase;
padding:.5rem;
margin:.5rem;
}
nav.desktop_nav_2 ul ul {
box-shadow: 0 4px 3px 0 rgba(0,0,0,.5);
}
nav.desktop_nav_2 ul ul > li > a {
margin:.1rem .5rem;
}
nav.desktop_nav_2 ul > li:hover {
background-color:transparent;
}
nav.desktop_nav_2 ul > li:hover a {
background-color:#989898;
}
main.wide footer > div {
margin:0;
}

.tl_times {
        /* slightly larger times on the timeline*/
	font-size:14px;
}

@media only screen and (max-width: 1279px) {
  header, header > div#inner {
    height: 23vw;
    min-height:0;
  }
}
