/* Site CSS */
:root {
--grid-gap: 0px;
--font1: 'Open Sans', sans-serif;
--font2: Outfit, sans-serif;
--font-size: 18px;
--theme_background_1: rgb(84, 94, 117);
--theme_foreground_1: #fff;
--theme_background_2: rgba(84, 94, 117, 0.05);
--theme_foreground_2: #000;
--theme_background_3: rgba(84, 94, 117, 0.08);
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(167, 204, 237);
--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(167, 204, 237);
color:#000;
}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(48, 77, 109);
color:rgb(255, 255, 255);
min-height:430px;
}
header div#inner {
height:430px;
}
#header_bar {
min-height:200px;
}
nav {
background-color:rgb(48, 77, 109);
color:rgb(255, 255, 255);
border-top:6px solid rgb(48,77,109);
border-bottom:6px solid rgb(167,204,237);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(48, 77, 109);
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(167, 204, 237);
color:rgb(0, 0, 0);
}
nav ul {justify-content:center;}
article {
background-color:rgb(255, 255, 255);
color:#000;
}
aside {
background-color:rgb(235, 234, 234);
color:#000;
border:6px solid rgb(3,153,255);
}
footer {
background-color:rgb(84, 94, 117);
color:rgb(255, 255, 255);
border-top: 6px solid rgb(167,204,237);
}
@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:rgb(255, 255, 255);
color:rgb(0, 0, 0);
}
section.breadcrumb a {
color:rgb(0, 0, 0);
}
#breadcrumbhomeicon {fill:rgb(0, 0, 0);}
@media(min-width: 1000px) {
.header_heading {align-self:end;justify-self:center;}
.header_subheading {align-self:center;justify-self:center;}
}
/* Individual Sections */
section#block_41217 {
color:rgb(255, 255, 255);
}
section#block_41217>div {max-height:2000px;overflow-x:hidden;overflow-y:scroll;}
body#p14582 {}
body#p14584 {}
body#p14587 {}
body#p14588 {}
body#p17506 {}
/* Custom CSS */
.header_heading {
background:rgba(84, 94, 117,.6);
padding:.5rem 3rem;
margin:1rem;
}

article section:not(:first-child),
aside section:not(:first-child)  {
margin-top:1rem;
}

nav.desktop_nav_2 > ul > li {
  margin: 0 2px;
}

figcaption {
background-color:rgba(255,255,255,.6);
}

@media only screen and (max-width: 600px) {
  body.margin_1 {
    padding:0;
  }
  h1 {
    font-size:30px;
  }
  h2 {
    font-size: 26px;
  }
  .header_heading {
    font-size:30px;
  }
  .header_bar_logo {
    margin-top:2rem;
    opacity:0.17;
  }
  #header_bar {
    grid-template-rows: 4fr 0 1fr;
  }
  header div#inner {
    height:120px;
  }
}

@media only screen and (min-width: 800px) {
  #header_bar {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
  }
  header h1 {
    font-size:4.5vw !important;
  }
}


