/* Site CSS */
:root {
--grid-gap: 0px;
--font1: Calibri,Candara,Segoe,Segoe UI,Optima,sans-serif;
--font2: Calibri,Candara,Segoe,Segoe UI,Optima,sans-serif;
--font-size: 18px;
--theme_background_1: rgb(30, 4, 120);
--theme_foreground_1: #fff;
--theme_background_2: rgb(201, 201, 201);
--theme_foreground_2: #000;
--theme_background_3: rgb(244, 233, 205);
--theme_foreground_3: #000;
--body_foreground: #000;
--body_background: rgb(244, 233, 205);
--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(244, 233, 205);
color:#000;
}
main {
max-width:1280px;
margin:0 auto;
}
@media(min-width: 600px) {
main {
margin:1rem auto;
}
}
header {
background-color:rgb(30, 4, 120);
color:rgb(255, 255, 255);
min-height:330px;
}
header div#inner {
height:330px;
}
#header_bar {
}
nav {
background-color:rgb(30, 4, 120);
color:rgb(255, 255, 255);
border-top:6px solid rgb(30,4,120);
border-bottom:6px solid rgb(216,211,234);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(30, 4, 120);
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(216, 211, 234);
color:rgb(30, 4, 120);
}
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(216,211,234);
}
footer {
background-color:rgb(30, 4, 120);
color:rgb(255, 255, 255);
border-top: 6px solid rgb(216,211,234);
}
@media(min-width: 780px) {
article section {padding: 1.5rem 2rem;}
aside section {padding: 1.5rem 2rem;}
footer section {padding: 1.5rem 2rem;}
}
article section:nth-child(even) {
background-color:rgba(216, 211, 234, 0.45);
}
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:center;}
}
/* Individual Sections */
section#block_30350 {
}
section#block_30350>div {max-height:800px;overflow-x:hidden;overflow-y:scroll;}
section#block_30587 {
background-color:rgb(255, 255, 255);
color:rgb(235, 24, 24);
}
section#block_30588 {
background-color:rgb(235, 234, 234);
}
section#block_31592 {
background-color:rgb(255, 255, 255);
}
body#p12911 {}
body#p12912 {}
body#p12913 {}
body#p12955 {}
body#p13348 {}
body#p13376 {}
/* Custom CSS */
.header_heading {
font-size:50px;
background: rgba(30, 4, 120, .5);
padding: .5rem 1rem;
border-radius: .5rem;
margin:1rem;
}
.header_logo {
margin:1rem;
margin-top:5rem;
}

main {
-webkit-box-shadow: 0 0 0 6px rgb(216, 211, 234),0 0 3px 6px rgb(0,0,0,.6);
box-shadow: 0 0 0 6px rgb(216, 211, 234),0 0 3px 6px rgb(0,0,0,.6);
}

article section:not(:first-child),
aside section:not(:first-child)  {
margin-top:1rem;
}

@media only screen and (min-width: 1024px) {
nav.desktop_nav_2 > ul > li {
  margin: 0 2px;
}
}

.documents .data .data th,
.documents .data .data td {
font-size:1rem;
}

@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_logo {
margin-top:2rem;
}
}
