/* 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: 'Gayathri', sans-serif;
--font2: 'Gayathri', sans-serif;
--font-size: 22px;
--theme_background_1: rgb(161, 182, 185);
--theme_foreground_1: #fff;
--theme_background_2: rgb(227, 227, 227);
--theme_foreground_2: #000;
--theme_background_3: rgb(161, 182, 185);
--theme_foreground_3: #000;
--body_foreground: rgba(0, 0, 0, 0.51);
--body_background: ;
--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 {
color:rgba(0, 0, 0, 0.51);
}
header {
grid-template-areas:'logo logo logo logo logo logo logo logo logo logo logo logo';
min-height:240px;
}
header div#inner {
height:240px;
}
.header_logo, .header_bar_logo {
background-image:url('https://web-cdn.org/s/73/logos/signature banner4.jpg?r=797015&maxwidth=1920&maxheight=600');
}
#header_bar {
}
nav {
background-color:rgb(167, 183, 182);
color:rgb(255, 255, 255);
}
nav a {
color:rgb(255, 255, 255);
}
nav ul ul {
background-color:rgb(167, 183, 182);
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(139, 148, 148);
color:rgb(255, 255, 255);
}
nav ul {justify-content:center;}
article {
}
aside {
}
footer {
background-color:rgb(164, 185, 183);
color:rgb(255, 255, 255);
}
@media(min-width: 780px) {
article section {padding: 4rem 4rem;}
aside section {padding: 4rem 4rem;}
footer section {padding: 4rem 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:center;justify-self:center;}
.header_subheading {align-self:center;justify-self:center;}
}
/* Individual Sections */
section#block_3229 {
background-color:transparent;
}
section#block_3229::before {background-color:rgba(87, 134, 110, 0.01);}
body#p1614 {}
body#p3021 {}
body#p6939 {}
body#p16581 {}
body#p3045 {}
body#p3046 {}
body#p3047 {}
body#p14390 {}
/* Custom CSS */
/* mailchimp */
#mc_embed_signup {
max-width:90vw;
}
#mc_embed_signup .button {
background:#A7B7B6 !important;
}
#mc_embed_signup .button:hover {
background:#8B9494 !important;
}
.mc-field-group input {
max-width:90vw !important;
}


footer section {
padding:0;
}

#site_essentials a {
display:none !important;
}

@media only screen and (max-width: 600px) {
header, header div#inner {
min-height:auto;
max-height:100px;
}
}
