/*
blue:#46718C
green: #858F62
black: #1D1D1E
orange: #FFAA39

red: #76a226
orange: #F57E13
    
font-family: 'Montserrat', sans-serif;
*/

.to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    height: 40px;
    font-size: 1.25em;
    text-decoration: none;
    background: rgba(79,112,25,0.95);
    color: #FFF;
    padding: .25rem .5rem;
    border-radius: 7px;
    display: none;
    opacity: .9;
    z-index: 800
}
    .to-top-btn:hover, .to-top-btn:focus {
        background: #F57E13;
        color: #FFF
    }

#topMobileNav {
    display: none;
    background: #1D1D1E;
    background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(118,162,38,1) 60%, rgba(79,112,25,1) 100%);
    height: 75px;
}

#mobileLogo {
    padding:.5rem 2rem;
}
#mobileLogo img {
    
}

#home-logo {
    width:400px;
    max-width:100%;
}

.screenReaderOnly, .srcOnly {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.bg {
    background: #FFF;
    overflow:hidden;    
}
.bgSub {
    background: url("/img/bkgMain.png") center center no-repeat;
    overflow: hidden;
    background-size:cover;
    background-attachment:fixed;
}


    #nav-icon {
        width: 1.875rem;
        height: 1.875rem;
        position: absolute;
        top: 1.5rem;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        right: 2rem;
        z-index: 500
    }

    #nav-icon span {
        position: absolute;
        height: 4px;
        width: 100%;
        background: #FFF;
        border-radius: 4px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    #nav-icon span:nth-child(1) {
        top: 0
    }

    #nav-icon span:nth-child(2) {
        top: .625rem
    }

    #nav-icon span:nth-child(3) {
        top: 1.25rem
    }

    #nav-icon.open span:nth-child(1) {
        top: .625rem;
        background: #FFF;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    #nav-icon.open span:nth-child(2) {
        opacity: 0;
        left: -45px
    }

    #nav-icon.open span:nth-child(3) {
        top: .625rem;
        background: #FFF;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

.hero-full-screen {
   /* height: 100vh;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url("/img/bkgMain.png") center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.hero-full-screen .middle-content-section {
    text-align: center;
    color: #fefefe;
    background-color: rgba(255,255,255,.95);
    padding: 3rem;
    border-radius: 10px;
    max-width: 100%;
}


.top-content-section {
    background-color: rgba(255,255,255,.5);
    padding: 2rem 1rem 1rem 1rem;
    border-bottom: 1px solid #76a226;
    margin-bottom: 3rem;
}

.top-content-section-sub {
    /* background:linear-gradient(180deg, rgba(255,255,255,1) 30%,rgba(245,126,19,.85) 60%, rgba(238,41,39,.85) 100%);*/
    background-color: rgba(255,255,255,.5);
    padding: 1rem;
    border-bottom: 1px solid #858F62;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 100px;
}
.button-group {
    text-align:right;
}

    .button-group .button {
       /* background: #76a226;*/
        background: rgba(79,112,25,0.95);
        font-family: 'Montserrat', sans-serif;
        font-size: 1.15rem;
        font-weight: 600;
        text-transform: uppercase;
        color: #FFF;
        margin-right: .5rem;
        border: none;
        border-radius: 8px;
        box-shadow: 0 1px 5px rgba(255,255,255, 0.3);
    }

        .button-group .button:hover, .button-group .button:focus, .button-group .button:active {
            background: #76a226;
        }

    .top-content-section-sub .button-group {
        padding-top:2rem;
    }  

    #pnlFeatureImage {
        width: 100%;
        height: 100px;
        overflow: hidden;
        border-bottom: 1px solid #858F62;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    }
    #pnlFeatureImage img {
        width:100%;
    }

#subPageContent {
    min-height: 80vh;
    background-color: #FFF;
    padding: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.breadlink {
    color:#999;
}
    .breadlink:hover {
        color: #F57E13;
    }
.page-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-bottom: double 3px #999;
    color: #76a226;
}

.page-content {
    padding-right:2rem;
}

.page-navigation {
    margin-top:6rem;
    padding: 2rem 1rem 2rem 0;
    min-height: 400px;
    background-color: #fefefe;
    border: 1px solid #cacaca;
}

    .subpage-nav {
        list-style: none;
    }
    .subpage-nav li {
        font-size: 1rem;
        border-bottom: 1px solid #f4f4f4;
    }
    .subpage-nav li a {
        display: inline-block;
        color: #1D1D1E;
        width: 100%;
        padding: .5rem;
        text-decoration: none;
        text-transform: capitalize;
    }
    .subpage-nav li a:hover, .subpage-nav li a:focus, .subpage-nav li a:active {
        color: #858F62;
    }

    .subpage-nav-active {
        color: #858F62 !important;
        font-weight: bold;
    }

    #sponsors-section-sub {
        border-top: double 3px #858F62;
        width: 100%;
        margin-top:3rem;
        padding-top:3rem;
    }







.hero-full-screen2 .middle-content-section {
  margin:0 auto;
  width:100%;
  max-width:600px;
  text-align: center;
  color: #fefefe;
    background-color: rgba(255,255,255,.7);
    padding: 15px 30px;
    border-radius: 10px;  
}

#pageContent {
    background-color:#fff;
}

.wysiwyg {
    margin-top:1rem;
}

.logoCard {
    margin: .5rem 0;
    display: inline-block;
    max-width: 33.3333%;
}

.display-type {
    font-family: 'Montserrat', sans-serif;
    color: #232323;
    font-weight: 600;
}


.fancy-title, .home-page .wysiwyg-title {
    font-family: 'Montserrat', sans-serif;
    color: #76a226;
    font-weight: 600;
    border-top: double 3px #999;
    border-bottom: double 3px #999;
    padding: 5px 0;
    margin: 1.5rem 0;
    text-align: center;
}

.orange {
  background-color: #61A144;
}

.orange:focus {
  background-color: #0D564E !important;
}



.hero-full-screen .top-content-section, .top-content-section-sub {
    width: 100%;
}



    .hero-full-screen .bottom-content-section {
        padding: 1rem;
    }

.hero-full-screen .bottom-content-section svg {
  height: 3.75rem;
  width: 3.75rem;
  fill: #fefefe;
}

.hero-full-screen .middle-content-section svg {
  height: 3.75rem;
  width: 3.75rem;
  fill: #fefefe;
}


.hero-full-screen .top-bar {
  background: transparent;
}

.hero-full-screen .top-bar .menu {
  background: transparent;
}

.hero-full-screen .top-bar .menu-text {
  color: #fefefe;
}

.hero-full-screen .top-bar .menu li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-full-screen .top-bar .menu a {
  color: #fefefe;
  font-weight: bold;
}

#happenings-section, #sponsor-section, #volunteer-section, #vendors-section {
  padding-top:3rem;
  padding-bottom:3rem;
}
#about-section {
    padding-bottom:3rem;
}
    #about-section img {
        margin:0 1rem .5rem 0;
    }
.eventLabel {
    color: #0D564E;
    font-weight: 600
}
.eventTitle{font-weight:bold; text-transform:capitalize}

.headline2{font-size:2rem;color:#61A144;font-weight:bold;padding-top:1rem}


@media(max-width:1023px) {
    .button-group {
        text-align: center;
    }
    .top-content-section-sub {
        background: rgba(255,255,255,.95);
    }
    #topMobileNav {
        display: block;
    }
    .top-content-section, .top-content-section-sub {
        background-color: rgba(0,0,0,.5);
        padding: 0;
        border-bottom: 1px solid #76a226 ;
        height: 1px;
        overflow: hidden;
        transition: all .5s;
    }

        .top-content-section.open {
            background-color: rgba(255,255,255,.5);
            padding: 2rem 1rem 1rem 1rem;
             border-bottom: 1px solid #76a226 ;
            height: 425px;
            overflow: hidden;
        }

        .top-content-section-sub img {
            display: none;
        }

        .top-content-section-sub.open {
            background-color: rgba(255,255,255,.5);
            padding: 0rem 1rem 1rem 1rem;
            border-bottom: 1px solid #76a226;
            height: 425px;
            overflow: hidden;
        }
    .button-group .button {
        width: 100%;
    }
    .top-content-section-sub {       
        margin-bottom: 0px;
    }
}

@media(max-width:665px) {
   

    

    .hero-full-screen .middle-content-section {
        border-radius: 0px;
    }
    
    .hero-full-screen {
        height:initial;
    }
    .hero-full-screen .middle-content-section {
        margin-top: 1rem;
    }
}


@media(max-width:445px)
{
    .headline2{font-size:1.25rem;}
    .button-group .button{font-size:1rem}
}


#footerSection {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #1D1D1E;
    color: #FFF;
    padding: 4rem;
}
    #footerSection a {
        color: #76a226;
    }
        #footerSection a:hover, #footerSection a:focus, #footerSection a:active {
            color: #F57E13;
        }