/* 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: Calibri,Candara,Segoe,Segoe UI,Optima,sans-serif;
--font2: 'Merriweather', serif;
--font-size: 18px;
--theme_background_1: rgb(0, 0, 53);
--theme_foreground_1: rgb(255, 255, 255);
--theme_background_2: rgb(226, 226, 226);
--theme_foreground_2: rgb(0, 0, 0);
--theme_background_3: rgb(202, 202, 202);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(255, 255, 255);
--body_background: rgb(255, 255, 255);
--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(255, 255, 255);
color:rgb(255, 255, 255);
}
header {
background-color:rgb(0, 0, 53);
color:rgb(255, 255, 255);
min-height:450px;
}
header div#inner {
height:450px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1511/logos/Logo-Small.jpg?r=8911&maxwidth=1920&maxheight=600');
}
#header_bar {
min-height:150px;
}
nav {
background-color:rgb(0, 0, 53);
color:rgb(255, 255, 255);
font-size:120%;
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(0, 0, 53);
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(0, 0, 53);
color:rgb(251, 203, 137);
}
nav ul {justify-content:flex-start;}
article {
color:rgb(0, 0, 0);
-webkit-border-radius:15px;
border-radius:15px;
}
aside {
background-color:rgb(169, 216, 179);
color:rgb(0, 0, 0);
}
footer {
background-color:rgb(251, 203, 137);
color:rgb(0, 0, 53);
border-top: 10px solid rgb(0,0,53);
}
@media(min-width: 780px) {
article section {padding: 2.5rem 2.5rem;}
aside section {padding: 2.5rem 2.5rem;}
footer section {padding: 2.5rem 2.5rem;}
}
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_41943 {
background-color:transparent;
color:rgb(255, 255, 255);
}
section#block_41943::before {background-color:rgb(0, 0, 53);}
body#p17735 {}
body#p17736 {}
body#p17737 {}
body#p17739 {}
body#p17743 {}
body#p17752 {}
body#p17753 {}
body#p17754 {}
body#p17761 {}
body#p17764 {}
body#p17765 {}
body#p17766 {}
body#p17767 {}
body#p17768 {}
body#p17769 {}
body#p17770 {}
body#p18036 {}
/* Custom CSS */
.header_heading {
background-color:#00003522;
padding:1em 2em;
font-size:3em;
}

@media only screen and (max-width: 600px) {
  .header_heading {
    padding:1em 0;
  }
}
