html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
mark {
	background-color: transparent;
	color: inherit;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
@-ms-viewport {
    width: device-width;
}
@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}
html {
    box-sizing: border-box;
    overflow-x: hidden;
}
*, *:before, *:after {
    box-sizing: inherit;
}
#mlogo{
    max-width: 100%;
}
#wlogo path {
    fill-opacity: 0;
    transition: fill-opacity 1s;
}
.finished {
    fill-opacity: 1!important;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    hyphens: auto;
	line-height: 1;
    -webkit-text-size-adjust: none;
    -ms-overflow-style: scrollbar;
}
#logo{
    background-color: #fff;
    position: fixed;
    top: -1px;
    left: 10px;
    z-index: 100;
    padding: 3px;
}
#logo img{
    width: 130px;
}
.rsp {
    max-width: 100%;
}
.panel .rsp {
    margin-top: 2.2em;
}
.xtra {
    margin-top: 2.5em;
}
strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
h1, h2, h3, h4, a {
    color: #327137;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
}
h2{
    font-size: 2em;
}

.panel h3 {
    margin-top: 0.5em;
    line-height: 1.2em;
}
.panel h3::before {
    content: "";
    display: block;
    margin: 40px 1px 20px;
    width: 80px;
    border-top: 3px solid #327137;
}
.hlt h3 {
    margin-top: 0.5em;
    line-height: 1.2em;
}
.hlt h3::before {
    content: "";
    display: block;
    margin: 40px 1px 20px;
    width: 80px;
    border-top: 3px solid #327137;
}
h3, h4 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.pSpace {
    margin-top: 40px;
}
.assoc {
    margin: 20px 0 20px;
}
p {
    line-height: 1.6em;
}
.grid p {
    line-height: 1.8em;
    margin-bottom: 1em;
}
#nav-trigger {
    display: none;
}
.nav-trigger {
    position: absolute;
}
.ctr {
    margin-top: 40px;
    text-align: center;
    font-size: 1.8em;
}
label[for="nav-trigger"] {
    font-size: 1.6em;
    color: #327137;
    position: fixed;
    right: 5px;
    top: 5px;
    padding: 6px 8px 7px 8px;
    z-index: 200;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
}

.nav-trigger + label,
.navigation {
    transition: right 0.4s;
}
.nav-trigger:checked + label {
    right: 280px;
}
.nav-trigger:checked ~ .navigation {
    right: 0;
}
nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 270px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -320px;
    bottom: 0;
    z-index: 200;
    text-align: left;
    background: #fffefb;
    display: block;
    overflow-y: auto;
}
nav li {
    margin: 0;
}
nav li a {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 10px;
    border-bottom: 1px solid #327137;
    background: #fffefb;
    transition: all 0.5s;
}
nav li a:hover {
    color: #fff;
    background: #327137;
}
.button {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 3px;
    background: #327137;
    transition: all 0.4s;
}
.button:hover {
    background: #000;
}
.social {
    max-width: 40px;
}
.panel ul li {
    margin: 20px 0 20px 20px;
    line-height: 1.6em;
    font-weight: 600;
    list-style: square;
    color: #0c487c;
}

.spacer{
    margin-top: 90px!important;
}
.ben li{
    list-style: square;
    line-height: 1.9em
}
.imgspacer{
    height: 40vh;
    margin-bottom: 80px;
}
.base{
    height: 40vh;
}
.date{
    font-weight: 600;
    color: #327137;
}
.home{
    background: url(../img/home-space.jpg) no-repeat no-repeat center center fixed; 
    background-size: cover;
}
.tiptop{
    height: 50vh;
    background: url(../img/tips-header.jpg) no-repeat no-repeat center center fixed; 
    background-size: cover;
}
.bentop{
    height: 50vh;
    background: url(../img/benefit-top.jpg) no-repeat no-repeat center center fixed; 
    background-size: cover;
}
.restop{
    height: 50vh;
    background: url(../img/res-top.jpg) no-repeat no-repeat center center fixed; 
    background-size: cover;
}
.contop{
    height: 50vh;
    background: url(../img/contact-top.jpg) no-repeat no-repeat center center fixed; 
    background-size: cover;
}
.evetop{
    height: 50vh;
    background: url(../img/events-top.jpg) no-repeat no-repeat center center fixed; 
    background-size: cover;
}
.featuredSm {
    height: 30vh;
     background: linear-gradient(45deg, #efefbb, #d4d3dd);
    display: grid;
}
.featuredText {
    margin: auto auto;
    text-align: center;
}
.featuredSm .featuredText {
    width: 100%;
    padding: 0 40px;
    margin: auto auto;
}
.fgrid {
    width: 100%;
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.fimg{
    background: url(../img/main.jpg) no-repeat no-repeat center center; 
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 300px;

}
.grid {
    width: 90%;
    margin: 0 auto 120px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
}
.cell {
    background-color: rgb(220, 220, 220);
    height: 100px;
}
.featuredText h2 {
    font-size: 9vw;
    margin-bottom: 20px;
}
.featuredSm .featuredText h2 {
    font-size: 10vw;
    margin-bottom: 0px;
}
.featuredText p {
    color: #333;
    font-size: 1.4em;
}
.sectionHead {
    grid-column-end: span 12;
    padding: 100px 0 0;
}
.sub {
    font-size: 1.1em;
    color: #555;
}
.sectionHead h2 {
    font-size: 2em;
    margin-bottom: 30px;
}
.sectionHead h2::after {
    content: "";
    display: block;
    margin: 20px 1px;
    width: 100px;
    border-top: 5px solid #327137;
}
/* default - small devices */
[class*="col"] {
    grid-column-end: span 12;
}
/* below 600px typically tablet*/
.sm1 {
    grid-column-end: span 12;
}
.sm2 {
    grid-column-end: span 6;
}
.sm2third {
    grid-column-end: span 8;
}
.sm3 {
    grid-column-end: span 4;
}
.sm4 {
    grid-column-end: span 3;
}
.sm6 {
    grid-column-end: span 2;
}
.sm12 {
    grid-column-end: span 1;
}
.multi {
    column-count: 1;
}

.run{
    max-width: 100%;
}
figcaption{
    margin: 10px 0 20px;
    font-weight: 600;
    color: #327137;
}
/* above 601px typically tablet*/
@media only screen and (min-width: 601px) {
    .multi {
        hyphens: auto;
        column-count: 2;
        column-gap: 40px;
    }
    .grid {
        grid-gap: 50px;
    }
    body {
        hyphens: none;
    }
    .md1 {
        grid-column-end: span 12;
    }
    .md2 {
        grid-column-end: span 6;
    }
    .md2third {
        grid-column-end: span 8;
    }
    .md3 {
        grid-column-end: span 4;
    }
    .md4 {
        grid-column-end: span 3;
    }
    .md6 {
        grid-column-end: span 2;
    }
    .md12 {
        grid-column-end: span 1;
    }
    .featured {
        min-height: 90vh;  
    }
    .featuredText {
        width: 90%;
    }
    .featuredText h2 {
        font-size: 8vw;
        margin-bottom: 40px;
    }
    .featuredSm .featuredText h2 {
        font-size: 6vw;
        margin-bottom: 0px;
    }
    .sub {
        font-size: 2.1vw;
    }
    .sectionHead {
        padding: 90px 30px 0;
    }
    .sectionHead h2 {
        font-size: 2.5em;
    }
    .assoc {
        margin: 40px 0;
    }
}
/* above 1025px typically desktop*/
@media only screen and (min-width: 1025px) {
    body {
        hyphens: none;
    }
    #logo{
        background-color: transparent;
        z-index: 300;
        padding: 0;
    }
    label[for="nav-trigger"] {
        display: none;
    }
    .run{
        max-width: 50%;
        float: right;
        margin-left: 20px;
    }
    figcaption{
        clear: both;
        float: right;
        display: inline-block;
        width: 50%;
        margin-left: 20px;
    }
    nav ul {
        overflow-y: hidden;
        padding: 14px 0 0 0;
        margin: 0;
        width: 100%;
        height: 45px;
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        background: #fff;
        border-bottom: 1px solid #327137;
        box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.5);
    }
    nav li {   
        text-align: center;
        display: inline; 
    }
    nav li a {
        display: inline;
        border: none;
    }
    .col1 {
        grid-column-end: span 12;
    }
    .col2 {
        grid-column-end: span 6;
    }
    .col2third {
        grid-column-end: span 8;
    }
    .col3 {
        grid-column-end: span 4;
    }
    .col4 {
        grid-column-end: span 3;
    }
    .col6 {
        grid-column-end: span 2;
    }
    .col12 {
        grid-column-end: span 1;
    }
    .grid {
        width: 70%;
    }
    .featuredText h2 {
        font-size: 6vw;
        margin-bottom: 40px;
    }
    .featuredSm .featuredText h2 {
        font-size: 5vw;
        margin-bottom: 0px;
    }
    .sub {
        font-size: 1.4vw;
    }
    .sectionHead {
        padding: 120px 10% 10px;
    }
    
    .assoc {
        margin: 40px 20px;
    }
}
.panel {
    background: #ffffff;
    padding: 20px 20px 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.20);
}
.panel h2{
    font-size: 1.4em;
    line-height: 1.4em;
    padding-bottom: 20px;
}
a p{
    color: #000;
}
a.panel{
    transition: background 0.5s;
}
a.panel:hover{
    background: #fdfcf1;
}
.assoc_logo {
    max-width: 250px;
    margin: 10px 0 40px;
    display: block;
    border-radius: 50%;
}
footer {
    background-color: #717b72;
    padding: 90px 0;
}
footer a, footer p {
    color: #fff;
}
.rsp{
    max-width: 100%;
    width: 100%;
}
#map{
    width: 100%;
    height: 60vh;
}
.alt{
    color: #fff146!important;
}
.panel ul li span {
    color: rgb(101, 150, 143);
}
.ctr {
    text-align: center;
}
.featuredContent {
    background: linear-gradient(45deg, #fffad1, #fffefb);
    display: grid;
}
.reverse {
    background-color: #717b72;
    padding-bottom: 1px;
}
.reverse h2, .reverse p{
    color: #fff;
}
.reverse .sectionHead h2::after {
    content: "";
    display: block;
    margin: 20px 1px;
    width: 100px;
    border-top: 5px solid #fff;
}
/* inViewport */
[data-inviewport="scale-in"] {
    transition: 1.5s;
    transform: scale(0.1);
}
[data-inviewport="scale-in"].is-inViewport {
    transform: scale(1);
}
[data-inviewport="top-in"] {
    transition: 1.5s;
    transform: translateY(-150px);
    opacity: 0;
}
[data-inviewport="top-in"].is-inViewport {
    transform: translateY(0);
    opacity: 1;
}
[data-inviewport="left-in"] {
    transition: 1.5s;
    transform: translateX(-150px);
    opacity: 0;
}
[data-inviewport="left-in"].is-inViewport {
    transform: translateX(0);
    opacity: 1;
}
[data-inviewport="right-in"] {
    transition: 1.5s;
    transform: translateX(150px);
    opacity: 0.5;
}
[data-inviewport="right-in"].is-inViewport {
    transform: translateX(0);
    opacity: 1;
}

[data-inviewport="base-in"] {
    transition: 1.5s;
    transform: translateY(150px);
    opacity: 0;
}
[data-inviewport="base-in"].is-inViewport {
    transform: translateY(0);
    opacity: 1;
}
[data-inviewport="fade-rotate"] {
    transition: 1.5s;
    opacity: 0;
}
[data-inviewport="fade-rotate"].is-inViewport {
    transform: rotate(180deg);
    opacity: 1;
}