

/* Header - Main Container */
.headerContainer { width: 100%; background: #FFF; height: 85px; }
#header { width: calc(100% - 40px); padding: 10px 0; margin: 0 auto; }

/* Header - Top Links */
.headerLinks { float: right; text-align: right; font-size: 15px; width: calc(100% - 350px); margin: 4px 15px 4px 0; font-weight: 500; line-height: 19px; }
.headerLinks a { color: #000; display: inline-block; margin: 0 5px 0 10px; text-decoration: none; border-bottom: 2px solid transparent; }
.headerLinks a:hover, .headerLinks a:active { border-bottom: 2px solid #7AB662; transition: border-bottom 1s ease; }
.headerLinks br { display: none; }

.headerLogo { float: left; }
.headerLogo img { height: 65px; width: auto; transition: ease all 1s; }

/* Header - Sticky w/ Scrolling */
.sticky { position: fixed; top: 0; width: 100%; z-index: 10; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06), 0 2px 16px rgba(0, 0, 0, 0.12) }
.sticky + .content { padding-top: 85px; }

/* Header - Navigation */
.topnav { overflow: hidden; float: right; margin: 2px 12.5px 0 0; }
.topnav a { float: left; display: block; color: #01587A; text-align: center; padding: 5px 10px; text-decoration: none; text-transform: uppercase; margin-left: 10px; font-size: 22px; }
.topnav a:hover { color: #FFF; }
.topIcon { display: none; }
.dropdown { float: left; overflow: hidden; }
.dropdown .dropbtn { font-size: 22px; border: none; outline: none; font-weight: 700; padding: 5px 10px 11px; background-color: transparent; line-height: inherit; margin: 0; margin-left: 10px; font-family: 'Mulish'; }
.topnav a.standard { font-weight: 700; }
.topnav a.standard i { line-height: inherit; }
.dropdown .dropbtn a { padding: 0; float: none; display: inline; margin-left: 0; }
.dropdown .dropbtn i { margin-left: 5px; }
.dropdown-content { display: none; position: absolute; background-color: #01587A; min-width: 160px; max-width: 250px; z-index: 10; overflow: hidden; margin-left: 10px; border-radius: 0 0 5px 5px; }
.dropdown-content.dropdown-dept { display: none; flex-direction: column; flex-wrap: wrap; height: 320px; min-width: 360px; max-width: 360px; }
.dropdown-content a { float: none; color: #FFF; padding: 6px 10px; text-decoration: none; display: block; text-align: left; text-transform: none !important; font-size: 14px; line-height: 20px; margin-left: 0; }
.dropdown-content.dropdown-dept a { width: calc(50% - 20px); }
.topnav a:hover, .dropdown:hover .dropbtn, .dropdown:hover .dropbtn a { background-color: #01587A; color: #FFF; border-radius: 5px 5px 0 0; }
.topnav a.standard:hover { border-radius: 5px; }
.dropdown-content a:hover { border-radius: 0px !important; }
.dropdown .dropbtn a:hover { color: #FFF; }
.dropdown-content a:hover { background-color: #004863; transition: .5s; }
.dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropdown-content.dropdown-dept { display: flex; }
.headerDividerMobile { display: none; }
a.mobileLink { display: none; }

@media screen and (max-width: 900px) {
  .topnav a { font-size: 18px; }
  .dropdown .dropbtn { font-size: 18px; }
  .dropdown-content a { font-size: 14px; }
  #header { width: calc(100% - 20px); }
  .headerLinks { font-size: 13px; line-height: 17px; margin-top: 6px; }
  a.mobileLink { display: none; }
}

/* Header Search - */
.headerSearch { width: 85px; height: 85px; float: right; background: #7AB662; text-align: center; color: #000; margin: -10px -20px -10px 0; }
.headerSearch i { font-size: 45px; line-height: 85px; }
.headerSearch button { background: none; border: none; color: #000; padding: 0; margin: 0; cursor: pointer; }

@media screen and (max-width: 900px) {
  .headerSearch { margin-right: -10px; }
}
@media screen and (max-width: 850px) {
  .headerSearch { width: 65px; margin-right: 0; }
  .headerLinks { width: 300px; margin-top: 11px; line-height: 21px; }
  .sticky .headerSearch { height: 70px; margin: -5px 0; }
  .sticky .headerSearch i { line-height: 70px; }
  .sticky .topnav.responsive { margin-top: 5px; }
}
@media screen and (max-width: 700px) {
  .headerLinks { width: calc(100% - 380px); margin: 0; line-height: 65px; }
  .headerLinks .wxText { display: none; }
  .headerLinks a { display: none; }
  .headerDividerMobile { display: block; padding: 10px 0 0; margin: 10px 0 0; border-top: 1px solid #EEF2F4; }
  a.mobileLink { display: block; text-transform: initial; font-size: 16px; padding: 0 10px; }
}
@media screen and (max-width: 500px) {
  .headerLinks { display: none; }
}
@media screen and (max-width: 380px) {
  .headerLogo img { height: 55px; margin: 5px 0 0; }
  .sticky .headerLogo img { margin: 0; }
}

#homeSearch { background: #7AB662; width: calc(100% - 40px); padding: 20px; position: fixed; top: 85px; z-index: 5; transition: 0.5s all; }
.sticky + .content #homeSearch { top: 85px; }

.searchForm2 { display: flex; width: 100%; max-width: 600px; margin: 0 auto; }
.searchForm2 input { margin: 0; border: 0; padding: 8px 12px; height: 40px; font-size: 16px; width: 100%; font-family: 'Lato', sans-serif; border-top-left-radius: 12px; border-bottom-left-radius: 12px; background: rgba(255, 255, 255, .8); }
.searchForm2 button { width: 119px; background: rgba(255, 255, 255, .8); height: 40px; padding: 8px 4px; font-size: 16px; font-weight: 700; color: #000000; font-family: 'Lato', sans-serif; border: 0; border-radius: 0 12px 12px 0; border-left: 1px solid #7AB662; cursor: pointer; }

#homeSearch nl-autocomplete { height: auto; width: 100%; }
#homeSearch nl-autocomplete .awesomplete { height: auto }

/* Header - Alert */
.alert { background: #93374E; color: #FFF; padding: 10px 10px; text-align: center; font-size: 22px; font-weight: 700; }
.alert a { color: #FFF; text-decoration: none; }
.alert a:hover { color: #FFF; }
.alertButton { background: rgba(255,255,255,.2); padding: 0 10px; margin-left: 10px; display: inline-block; }

@media screen and (max-width: 600px) {
  .alert { font-size: 18px; }
}

/* Credit */
#credit { background: #1d3f1c; color: #FFF; font-size: 12px; line-height: 30px; padding: 5px 10px; width: calc(100% - 20px); text-align: center; }
#credit .container { width: 100%; max-width: 1440px; margin: 0 auto; }
#credit .copyright { width: calc(100% - 200px); float: left; text-align: left; }
#credit .poweredBy { width: 200px; float: right; text-align: right; }
#credit .poweredBy a { color: #FFF; text-decoration: none; }
#credit img { height: 24px; width: auto; margin: -3px 0 0 10px; vertical-align: middle; border: none; }

@media screen and (max-width: 480px) {
  #credit .copyright { width: 100%; float: none; text-align: center; line-height: 20px; padding: 5px 0; }
  #credit .poweredBy { width: 100%; text-align: center; }
}

/* Home - About */

.homeCallout { width: 100%; padding: 75px 0; font-size: 18px; line-height: 28px; }
.homeCallout p:first-child { margin-top: 0; }
.homeCallout p:last-child { margin-bottom: 0; }
.homeCallout h2 { margin-top: 5px; text-transform: uppercase; font-family: 'TrioBold'; font-size: 40px; line-height: 44px; }
.homeCallout a { font-weight: 700; }
.homeCalloutFeature { width: calc(100% - 40px); max-width: 740px; margin: 0 auto; display: flex; text-align: center; letter-spacing: .5px; }

/* Footer */
.didYouKnow { width: 100%; background: url(/images/footer.png); background-position: center bottom; background-size: auto 500px; margin: 20px 0 0; background-repeat: no-repeat; }
.didYouKnow .featureContent { width: calc(100% - 20px); max-width: 550px; padding: 0 10px 400px; text-align: center; margin: 0 auto; }
.didYouKnow h3 { font-size: 40px; line-height: 44px; font-family: 'TrioBold'; text-transform: uppercase; }

.infoFooter { display: none; }
.footerContainer { width: calc(100% - 40px); margin: 0 auto; text-align: center; background: #1d3f1c; color: #FFF; text-align: center; padding: 0 20px 20px; }
.footerContainer img { display: block; height: 65px; margin: -50px auto 25px; }
.footerContainer a.textLink { display: inline-block; margin: 0 20px; font-weight: 700; color: #FFF; text-decoration: none; }

@media screen and (max-width: 600px) {
  .park { width: calc(100% - 15px); }
  .didYouKnow { background-size: auto 250px; }
  .footerContainer { width: calc(100% - 20px); padding: 0 10px 20px; }
  .footerContainer img { margin: -15px auto 25px; }
  .footerContainer a.textLink { margin: 0 5px; }
  .didYouKnow .featureContent { padding-bottom: 245px; }
}
