/* Site CSS */
:root {
--grid-gap: 0px;
--font1: 'Raleway', sans-serif;
--font2: Calibri,Candara,Segoe,Segoe UI,Optima,sans-serif;
--font-size: 18px;
--theme_background_1: rgb(2, 83, 75);
--theme_foreground_1: #fff;
--theme_background_2: rgb(239, 239, 239);
--theme_foreground_2: rgb(68, 66, 66);
--theme_background_3: rgba(0, 117, 105, 0.47);
--theme_foreground_3: rgb(0, 0, 0);
--body_foreground: rgb(68, 68, 68);
--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(68, 68, 68);
}
header {
background-color:rgb(0, 117, 105);
background-image:url('https://web-cdn.org/s/130/image/slides/map.jpg?maxwidth=1000');;
color:rgb(255, 255, 255);
grid-template-areas:'';
min-height:10px;
}
header div#inner {
height:10px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/130/logos/logo7.png?r=20104&maxwidth=1920&maxheight=600');
}
#header_bar {
min-height:200px;
}
nav {
background-color:rgb(2, 83, 75);
color:rgb(255, 255, 255);
font-size:120%;
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(2, 83, 75);
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(6, 91, 91);
color:#ffffff;
}
nav ul {justify-content:space-evenly;}
article {
background-color:rgb(255, 255, 255);
color:rgb(58, 58, 58);
}
aside {
background-color:rgb(239, 239, 239);
color:#000;
}
footer {
background-color:rgb(2, 83, 75);
color:rgb(255, 255, 255);
}
footer #site_essentials {
text-align:center;
}
@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:#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:start;justify-self:start;}
}
body#p3279 {}
body#p3284 {}
body#p3285 {}
body#p3286 {}
body#p3290 {}
body#p3291 {}
body#p3293 {}
body#p3474 {}
body#p12999 {}
body#p13000 {}
/* Custom CSS */
@media only screen and (min-width: 1025px) {


aside {
border-left:1px dashed #999;
}
}

@media(min-width: 1600px) {

	main {
		grid-template-columns: 10vw repeat(3, 1fr) 100px 10vw;
	}

}

