/* 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: 'Open Sans', sans-serif;
--font2: 'Marcellus', serif;;
--font-size: 19px;
--theme_background_1: rgb(17, 106, 115);
--theme_foreground_1: #fff;
--theme_background_2: rgb(236, 236, 236);
--theme_foreground_2: ;
--theme_background_3: rgb(255, 255, 255);
--theme_foreground_3: ;
--body_foreground: rgb(19, 19, 19);
--body_background: rgb(212, 212, 212);
--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(212, 212, 212);
color:rgb(19, 19, 19);
}
article h1, aside h1, footer h1 {
color:#116A73;

}
article h2, aside h2, footer h2 {
color:#116A73;

}
article h3, aside h3, footer h3 {
color:#116A73;

}
article h4, aside h4, footer h4 {
color:#116A73;

}
article h5, aside h5, footer h5 {
color:#116A73;

}
article h6, aside h6, footer h6 {
color:#116A73;

}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(17, 106, 115);
color:rgb(255, 255, 255);
grid-template-areas:'logo logo logo heading heading heading heading heading heading heading heading heading';
min-height:300px;
}
header div#inner {
height:300px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/1414/logos/Michael-Evans.jpg?r=123049&maxwidth=1920&maxheight=600');
}
#header_bar {
}
nav {
background-color:rgb(236, 236, 236);
font-size:80%;
}
nav ul ul {
background-color:rgb(236, 236, 236);
}
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(17, 106, 115);
color:rgb(255, 255, 255);
}
nav ul {justify-content:flex-start;}
article {
background-color:rgb(255, 255, 255);
}
aside {
}
footer {
background-color:rgb(236, 236, 236);
border-top: 12px solid rgb(17,106,115);
}
footer #site_essentials {
text-align:center;
}
@media(min-width: 780px) {
article section {padding: 0rem 4rem;}
aside section {padding: 0rem 4rem;}
footer section {padding: 0rem 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:end;justify-self:center;}
.header_subheading {align-self:start;justify-self:center;}
}
/* 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;
}



@media only screen and (max-width: 600px) {
header, header>div#inner {
min-height:0;
height:55vw;
}
.header_layout1.with_strapline div#inner {
  grid-template-rows: 2fr 1fr;
}
}
