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

/* Header - Top Links */
.headerLinks { float: right; text-align: right; width: calc(100% - 100px); margin: -95px 100px 0 -10px; line-height: 18px; padding: 10px; max-height: 18px; font-size: 16px; transition: all 500ms; text-transform: uppercase; }
.headerLinks a { color: #0F1910; display: inline-block; margin: 0 5px 0 10px; text-decoration: none; position: relative; }
.headerLinks a::after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: -4px; left: 0; background-color: #0A6485; transform-origin: bottom right; transition: transform 0.5s ease-out; }
.headerLinks a:hover { color: #0A6485; }
.headerLinks a:hover::after { transform: scaleX(1); transform-origin: bottom left; }

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

/* Header - Navigation */
.headerNav { overflow: hidden; float: right; margin: 42px 0 0; }
.headerNav a { float: left; display: block; color: #0F1910; text-align: center; padding: 10px 10px 14px; text-decoration: none; margin-left: 25px; font-size: 34px; line-height: 34px; }
.headerNav a.standard { font-weight: 600; font-family: 'Poppins'; }

.dropdown { float: left; overflow: hidden; }
.dropdown .dropbtn { font-size: 34px; border: none; outline: none; font-weight: 600; padding: 9px 10px 15px; background-color: transparent; font-family: 'Poppins'; margin: 0; margin-left: 25px; line-height: 27px; }
.dropdown .dropbtn a { padding: 0; float: none; display: inline; margin-left: 0; }

.dropdown-content { display: none; position: absolute; background-color: #7ED1E1; z-index: 20; overflow: hidden; margin-left: 25px; }
.dropdown-content.dropdown-dept { display: none; }
.dropdown-content a { float: none; color: #063C50; padding: 5px 10px; text-decoration: none; display: block; text-align: left; text-transform: none !important; font-size: 16px; line-height: 24px; margin-left: 0; position: relative; }
.dropdown-content a span { position: relative; }
.dropdown-content::after { content: ''; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #0F1910; animation-duration: 2.5s; animation-name: changewidth; animation-direction: alternate; }

.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: -2px; 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 i { margin-left: 5px; }

.dropdown:hover .dropdown-content { display: block; padding: 6px 0; }
.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% - 20px); height: 204px; padding: 6px 10px 6px; 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: 100px; height: 100px; float: right; text-align: center; line-height: 100px; margin: 0 -10px 0 14px; background: #7ED1E1; transition: all 500ms; }
.headerSearch i { font-size: 50px; line-height: 100px; }
.headerSearch button { background: none; border: none; color: #000; padding: 0 20px; margin: 0; cursor: pointer; }

#homeSearch { background: #7ED1E1; width: calc(100% - 40px); padding: 20px; position: fixed; top: 100px; z-index: 2; transition: all 500ms; }
.headerSearchForm { display: flex; width: 100%; max-width: 600px; margin: 0 auto; }
.headerSearchForm input { margin: 0; border: 0; padding: 8px 0 8px 12px; height: 40px; font-size: 16px; width: 100%; font-family: 'Lato', 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 { position: fixed; top: 0; width: 100%; z-index: 10; height: 80px; 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; margin-top: -118px; }
.sticky .headerNav { margin-top: 6px; transition: all 500ms; }
.sticky .headerLogo img { height: 70px; margin: 5px 0 0; }
.sticky .dropdown .dropbtn, .sticky .headerNav a.standard { padding: 17px 10px 23px; }
.sticky .headerSearch { height: 80px; }
.sticky .headerSearch i { line-height: 80px; transition: all 500ms, line-height 500ms; }
.stickyContent { padding-top: 80px; }
.stickyContent #homeSearch { top: 80px; transition: all 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: 1150px) { 
  .headerLinks a.translate_link { display: none; }
}

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

@media screen and (max-width: 1000px) {
  .alert { padding: 12px 150px; }
  .headerContainer { height: 80px; }
  .headerLogo { margin-left: 0; }
  .headerLogo img, .sticky .headerLogo img { height: 70px; margin: 5px 0 0 10px; }
  .sticky { box-shadow: none; }
  .alert { padding: 14px 10px; font-size: 18px; }

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

  .topIcon { display: block; margin: 0 -10px 0 0; float: right; background: #7ED1E1; z-index: 10; position: relative; }
  .topIcon a.icon { float: right; display: block; height: 80px; font-size: 40px; padding: 0 22px; width: auto !important; color: #0F1910; }
  .topIcon a.icon i { line-height: 80px !important; }
  .headerNav.responsive { position: relative; float: right; text-align: left; margin: 0 -10px; z-index: 3; background: #FFFFFF; padding: 5px 0 0; width: calc(100% + 20px); }
  .headerLinks.responsive { position: relative; float: right; text-align: left; display: block; background: #FFFFFF; margin: 0 -10px 10px; width: calc(100% + 20px); max-height: none; line-height: 20px; padding: 0; }
  .headerLinks.responsive a { display: block; margin: 5px 10px; width: calc(100% - 20px); }
  .headerLinks.responsive a.translate_link { display: none; }
  .headerLinks.responsive a:hover::after { transform: scaleX(0); }
  .headerWx { display: none; }
  .dropdown .dropbtn { padding: 10px 12.5px; }
  .headerNav a { padding: 10px 12.5px; }

  .headerSearch { background: none; width: 60px; margin: 0 20px 0 0; height: 80px; line-height: 80px; }
  .headerSearch i { font-size: 40px; line-height: 80px; }
  .headerSearch button { color: #063C50; padding: 0 20px; }
  #homeSearch { top: 80px; padding: 20px; width: calc(100% - 40px); }
  .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: 100% !important; margin-left: 0; }

  .dropdown:hover .dropdown-content.dropdown-dept { width: 100%; max-width: 100%; padding: 10px 0; position: relative; left: auto; height: 196px; }

  .headerNav.responsive .dropdown .dropbtn { display: block; width: 100%; text-align: left; margin-left: 0; }
  .headerNav.responsive .dropdown-content a { padding: 2px 10px; }
  .dropdown-content, .sticky .dropdown-content { border-top: none; }
}

@media screen and (max-width: 700px) { 
  .dropdown:hover .dropdown-content.dropdown-dept { height: 280px; }
  .dropdown-content.dropdown-dept a { width: calc(50% - 20px); }
  .dropdown-content.dropdown-dept a.allDepartments { display: none; }
}

@media screen and (max-width: 480px) { 
  .headerLogo img, .sticky .headerLogo img { margin: 10px 0 0 0; height: 60px; }
  .dropdown-content a { font-size: 15px; }
}

@media screen and (max-width: 420px) { 
  .headerLogo img, .sticky .headerLogo img { margin: 12.5px 0 0 0; height: 55px; }
  .topIcon a.icon { padding: 0 16px; font-size: 30px; }
  .headerSearch { margin: 0; }
  .headerSearch button { padding: 0 10px; }
  .headerSearch i { font-size: 30px; }
}