/* Header - Main Container */
.headerContainer { position: fixed; top: 0; width: 100%; z-index: 10; background: #FFFFFF; /* transition: all 500ms ease-out; */ height: 160px; }
#header { width: 100%; background: #FFFFFF; padding: 0; margin: 0 auto; }
.headerLogo { float: left; position: fixed; z-index: 20; margin: 60px 0 0 20px; }
.headerLogo img { float: left; height: 90px; width: auto; /* transition: all 1s ease-out; */ }
.mobileIcon { display: none; }

/* Header - Top Links */
.headerLinks { float: right; text-align: right; font-size: 16px; width: 100%; margin: -160px -10px 0; font-weight: 600; line-height: 30px; padding: 10px; max-height: 30px; background: #00619D; /* transition: all 500ms; */ }

.headerLinks a { color: #FFFFFF; display: inline-block; margin: 0 5px 0 15px; text-decoration: none; position: relative; }
.headerLinks a::after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: 1px; left: 0; background-color: #FFFFFF; transform-origin: bottom right; transition: transform 0.5s ease-out; }
.headerLinks a:hover::after { transform: scaleX(1); transform-origin: bottom left; }
.headerLinks .headerHours a:hover::after { transform: scaleX(0); }
.headerHours { color: #FFF; float: left; }

/* Header - Mobile */
.topIcon { display: none; }
.headerNav a.standard svg { line-height: inherit; }
.dropdown .dropbtn svg { margin-left: 5px; }

/* Header - Navigation */
.headerNav { overflow: hidden; float: right; margin: 50px 0 0; }
.headerNav a { float: left; display: block; color: #0F1910; text-align: center; padding: 36px 12.5px 34px; text-decoration: none; margin-left: 25px; font-size: 32px; line-height: 40px; position: relative; }
.headerNav a.standard { font-weight: 700; font-family: 'Raleway'; }

.dropdown { float: left; overflow: hidden; }
.dropdown .dropbtn { font-size: 32px; line-height: 40px; border: none; outline: none; font-weight: 700; padding: 36px 12.5px 34px; background-color: transparent; line-height: inherit; font-family: 'Raleway'; margin: 0; margin-left: 25px; }
.dropdown .dropbtn a { padding: 0; float: none; display: inline; margin-left: 0; position: relative; }

.dropdown-content { display: none; position: absolute; background-color: #DAE7BA; z-index: 10; overflow: hidden; margin-left: 15px; }
.dropdown-content.dropdown-dept { display: none; }
.dropdown-content a { float: none; padding: 5px 0; text-decoration: none; display: block; text-align: left; text-transform: none !important; font-size: 18px; line-height: 25px; margin-left: 0; position: relative; font-weight: 600; }
.dropdown-content a span { position: relative; }

.dropdown-content.dropdown-dept a { width: calc(33.3333% - 20px); float: left; }
.dropdown-content a span::after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: -3px; left: 0; background-color: #0F1910; transform-origin: bottom right; transition: transform 0.5s ease-out; }

.dropdown-content a:hover { color: #0F1910; }
.dropdown-content a:hover span::after { transform: scaleX(1); transform-origin: bottom left; }

.dropdown-content a svg { margin-left: 5px; }

.dropdown:hover .dropdown-content { display: block; padding: 10px 20px; width: 275px; }
.dropdown:hover .dropdown-content:before { width: 100%; opacity: 1; }
.dropdown:hover .dropdown-content.dropdown-dept { display: flex; flex-direction: column; flex-wrap: wrap; width: calc(100% - 40px); height: 245px; padding: 10px 20px; left: 0; margin-left: 0; }

@keyframes changewidth {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.headerSiteDivider { width: 100%; height: 10px; background: url(/images/divider.png); background-repeat: repeat-x; background-size: auto 10px; background-position: center right; top: 80px; position: absolute; }

/* Header - Search */
.headerSearch { width: 110px; height: 110px; float: right; text-align: center; font-size: 40px; line-height: 110px; margin: 50px 0 0 20px; background: #92C73E; }
.headerSearch svg { font-size: 50px; height: 50px; margin: 30px 0; }
.headerSearch button { background: none; border: none; color: #0F1910; padding: 0 20px; margin: 0; cursor: pointer; }

#homeSearch { background: #92C73E; width: calc(100% - 40px); padding: 20px; position: fixed; top: 160px; z-index: 2; transition: 0.5s all; }
.headerSearchForm { display: flex; width: 100%; max-width: 600px; margin: 0 auto; }
.headerSearchForm input { margin: 0; border: 0; padding: 8px 12px; height: 40px; font-size: 18px; width: 100%; font-family: 'Raleway', sans-serif; }
.headerSearchForm button { width: 60px; background: #FFF; height: 40px; padding: 8px 4px; font-size: 24px; font-weight: 700; color: #0C3142; font-family: 'Roboto', sans-serif; border: none; }

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

/* Header - Sticky w/ Scrolling */
.sticky { height: 110px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06), 0 2px 16px rgba(0, 0, 0, 0.12); }
.sticky .headerLinks { transition: all 500ms; overflow: hidden; }
.sticky .headerNav { margin-top: 0; transition: margin-top 500ms; }
.sticky .headerLogo { margin-top: 10px; transition: 500ms margin-top; }
.sticky .headerLogo img { }
.sticky .headerSearch { margin-top: 0; transition: all 500ms; }
.stickyContent #homeSearch { top: 110px; transition: top 500ms; }

/* Header - Alert */
.alert { background: #70302D; color: #FFFFFF; padding: 12px 200px; text-align: center; font-size: 20px; font-weight: 700; }
.alert a { color: #FFFFFF; text-decoration: none; }
.alertButton { background: rgba(255,255,255,.2); padding: 0 10px; margin-left: 10px; display: inline-block; }

/* Header - Mobile */

@media screen and (max-width: 1050px) {
  .headerSearchForm { float: right; max-width: calc(100% - 200px); }
}

@media screen and (max-width: 1300px) {
  .headerNav a, .dropdown .dropbtn { font-size: 26px; }
  .dropdown-content a { font-size: 18px; }
  .headerSearch svg { font-size: 40px; height: 40px; margin: 35px 0; }
}

@media screen and (max-width: 1150px) {
  .headerNav a, .dropdown .dropbtn { font-size: 20px; }
  .dropdown-content a { font-size: 16px; }
}

@media screen and (max-width: 1050px) {
  .headerContainer { height: 85px; }
  .headerLogo, .sticky .headerLogo { margin-top: 5px; }
  .headerLogo img, .sticky .headerLogo img { height: 75px; }
  .sticky { box-shadow: none; }
  .alert { padding: 14px 10px; font-size: 18px; }

  .mobileIcon { display: inline; }
  .headerLinks { display: none; }

  .topIcon { display: block; margin: 0; float: right; background: #92C73E; z-index: 10; position: relative; }
  .topIcon a.icon { float: right; display: block; height: 85px; font-size: 40px; padding: 0 22px; width: auto !important; color: #0F1910; }
  .topIcon a.icon svg { font-size: 40px; padding: 22.5px 0; }
  .headerNav.responsive { position: relative; float: right; text-align: left; margin: 0; z-index: 3; background: #FFFFFF; padding: 5px 0 0; width: 100%; }
  .headerLinks.responsive { position: relative; float: right; text-align: left; display: block; background: #FFFFFF; margin: 0; width: 100%; max-height: none; line-height: 20px; padding: 0 0 35px; }
  .headerLinks.responsive a { display: block; margin: 7.5px 12.5px; width: calc(100% - 25px); color: #0F1910; }
  .headerLinks.responsive a:hover::after { transform: scaleX(0); }
  .headerLinks.responsive .headerHours { bottom: 0; height: 35px; background: #00619D; float: none; position: absolute; width: 100%; }
  .headerLinks.responsive .headerHours a { color: #FFF; }
  .headerWx { display: none; }
  .dropdown .dropbtn { padding: 5px 12.5px; }
  .headerNav a { padding: 10px 12.5px; }

  .headerSearch { background: none; width: 90px; margin: 0; height: 85px; line-height: 85px; }
  .headerSearch svg { font-size: 40px; height: 40px; margin: 22.5px 0; }
  .headerSearch button { padding: 0 10px; }
  #homeSearch { top: 85px; padding: 25px; width: calc(100% - 50px); }
  .headerSearchForm { max-width: 100%;  }

  .mobileIcon { display: inline; }

  .headerNav a, .dropdown .dropbtn { display: none; } 

  .headerNav.responsive a { float: none; display: block; text-align: left; margin-left: 0; }
  .headerNav.responsive .dropdown .dropbtn a { display: inline; }
  .headerNav.responsive .dropdown {float: none;}
  .headerNav.responsive .dropdown-content {position: relative; max-width: none !important; width: calc(100% - 25px) !important; margin-left: 0; padding: 12.5px; }

  .dropdown:hover .dropdown-content.dropdown-dept { width: calc(100% - 25px); padding: 12.5px; position: relative; left: auto; height: 224px; }

  .headerNav.responsive .dropdown .dropbtn { display: block; width: 100%; text-align: left; margin-left: 0; }
  .headerNav.responsive .dropdown-content a { padding: 0; line-height: 32px; }
  .dropdown-content, .sticky .dropdown-content { border-top: none; }
  
  .sticky .headerSearch { margin-top: 0; transition: all 500ms; }
  .sticky .headerSearch svg { font-size: 40px; height: 40px; margin: 22.5px 0; transition: font-size 500ms, line-height 500ms; }
  .stickyContent { padding-top: 85px; }
  .stickyContent #homeSearch { top: 85px; transition: top 500ms; }
}

@media screen and (max-width: 700px) { 
  .dropdown:hover .dropdown-content.dropdown-dept { height: 308px; }
  .dropdown:hover .dropdown-content.dropdown-dept a { width: 50%; line-height: 28px; }
}

@media screen and (max-width: 640px) { 
  .dropdown:hover .dropdown-content.dropdown-dept a.allServices { display: none; }
}

@media screen and (max-width: 525px) { 
  .headerLogo, .sticky .headerLogo { margin: 10px 0 0 10px; }
  .headerLogo img, .sticky .headerLogo img  { height: 65px; }
  .headerSearch { width: 70px; }
}

@media screen and (max-width: 450px) {
  .topIcon a.icon { font-size: 35px; padding: 0 18px; }
  .headerLogo, .sticky .headerLogo { margin-top: 20px; }
  .headerLogo img, .sticky .headerLogo img  { height: 50px; }
  .headerSearch { width: 60px; }
  .headerSearch svg, .sticky .headerSearch svg { font-size: 30px; height: 30px; margin: 25px 0; }
}

@media screen and (max-width: 450px) { 
  .dropdown:hover .dropdown-content.dropdown-dept { height: 372px; }
  .dropdown:hover .dropdown-content.dropdown-dept a { font-size: 15px; line-height: 22px; width: calc(50% - 5px); margin-right: 5px; padding: 6px 0; }
}