.notice-wrapper .block {
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.notice-wrapper {
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fdb813;
  color: #45545f;
  font-weight: 500;
}

.notice-wrapper #close-notice {
  float: right;
  color: #fff;
  font-size: 2em;
  margin: 0 10px;
  padding: 0;
  z-index: 99;
  position: relative;
  cursor: pointer;
  line-height: 1;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  text-align: center;
}

.notice-wrapper #close-notice:hover {
  color: rgba(255, 255, 255, 0.75);
}

.notice-wrapper .block > h2 {
  color: #fff;
  margin-bottom: .125em;
}

.notice-wrapper .block .field--name-body,
.notice-wrapper .block .field-content {
  padding: 1em 0;
}

.notice-wrapper .block .field--name-body *:last-child,
.notice-wrapper .block .field-content *:last-child {
  margin-bottom: 0;
}

.notice-wrapper .block .field--name-body a,
.notice-wrapper .block .field-content a {
  font-weight: 600;
}

.search-wrapper {
  transition: top 0.75s ease;
  position: fixed;
  z-index: 999;
  top: -150%;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #1d252c;
  background: rgba(29, 37, 44, 0.75);
  color: #fff;
}

@media (min-width: 480px) {
  .search-wrapper {
    padding: 40px;
  }
}

.search-wrapper.open {
  top: 0;
}

.search-wrapper #close-search {
  float: right;
  color: white;
  font-size: 2em;
  cursor: pointer;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #1d252c;
  border: 0;
  outline: 0;
  box-shadow: none;
  text-align: center;
}

.search-wrapper #close-search:hover {
  color: #fdb813;
}

.search-wrapper .search-block-form {
  text-align: center;
  width: 100%;
  padding-top: 20px;
  clear: both;
  font-size: 0;
}

@media (min-height: 400px) {
  .search-wrapper .search-block-form {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: -30px;
    padding-top: 0;
  }
}

.search-wrapper .search-block-form label {
  display: none;
}

.search-wrapper .search-block-form .form-item {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}

.search-wrapper .search-block-form .form-item input {
  width: 300px;
  height: 66px;
  font-size: 24px;
  padding: 6px 12px;
  border: 0;
}

@media (min-width: 480px) {
  .search-wrapper .search-block-form .form-item input {
    /* Saf3-4, iOS 1+, Android 1.5+ */
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 50px;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50px;
    /* useful if you don't want a bg color from leaking outside the border: */
    background-clip: padding-box;
  }
}

@media (min-width: 640px) {
  .search-wrapper .search-block-form .form-item input {
    width: 420px;
  }
}

@media (min-width: 980px) {
  .search-wrapper .search-block-form .form-item input {
    width: 600px;
  }
}

.search-wrapper .search-block-form .form-actions {
  display: inline-block;
  vertical-align: top;
}

.search-wrapper .search-block-form .form-actions input {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-backface-visibility: hidden;
  -moz-transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  transition: all 0.5s;
  /* Saf3-4, iOS 1+, Android 1.5+ */
  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  /* useful if you don't want a bg color from leaking outside the border: */
  background-clip: padding-box;
  display: inline-block;
  zoom: 1;
  outline: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  font: normal 700 1em/1.25em "adelle-sans-condensed", "adelle-sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  padding: 0.75em 1.25em;
  letter-spacing: .0125em;
  -webkit-appearance: none;
  margin: 0 6px 6px 0 !important;
  color: #fff !important;
  background: #fdb813;
  border: 0;
  text-shadow: -1px -1px 1px #efa902;
  margin: 0 !important;
  font-size: 22px;
  line-height: 22px;
  height: 66px;
  padding: 21px;
}

.search-wrapper .search-block-form .form-actions input::before {
  bottom: 100%;
  transition: bottom .35s;
}

.search-wrapper .search-block-form .form-actions input::before, .search-wrapper .search-block-form .form-actions input::after {
  transition: all 0.5s;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -1.35em;
  height: 100%;
  width: 1.25em;
  z-index: 2;
}

.search-wrapper .search-block-form .form-actions input::before {
  content: '';
  background-color: rgba(29, 37, 44, 0.25);
  mix-blend-mode: overlay;
}

.search-wrapper .search-block-form .form-actions input::after {
  content: "\f101";
  font-family: "Font Awesome 5 Pro", "adelle-sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: .9em;
  font-weight: 400;
  width: 1.25em;
  z-index: 3;
  text-align: center;
  text-shadow: none;
}

.search-wrapper .search-block-form .form-actions input:hover, .search-wrapper .search-block-form .form-actions input:active, .search-wrapper .search-block-form .form-actions input:focus {
  transition: all 0.3s;
  color: #fff !important;
  background: #7c868d;
  text-decoration: none;
  text-shadow: -1px -1px 1px #687178;
}

.search-wrapper .search-block-form .form-actions input:not(input):hover, .search-wrapper .search-block-form .form-actions input:not(input):active, .search-wrapper .search-block-form .form-actions input:not(input):focus {
  background: #7c868d;
  padding-left: .75em;
  padding-right: 1.75em;
}

.search-wrapper .search-block-form .form-actions input:not(input):hover::before, .search-wrapper .search-block-form .form-actions input:not(input):hover::after, .search-wrapper .search-block-form .form-actions input:not(input):active::before, .search-wrapper .search-block-form .form-actions input:not(input):active::after, .search-wrapper .search-block-form .form-actions input:not(input):focus::before, .search-wrapper .search-block-form .form-actions input:not(input):focus::after {
  transition: all 1s;
  right: 0;
}

@media (min-width: 480px) {
  .search-wrapper .search-block-form .form-actions input {
    /* Saf3-4, iOS 1+, Android 1.5+ */
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 0;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0;
    /* useful if you don't want a bg color from leaking outside the border: */
    background-clip: padding-box;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

#header {
  background: #fff;
  font-family: "adelle-sans-condensed", "adelle-sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  width: 100%;
  position: relative;
  z-index: 99;
}

@media (max-width: 479px) {
  #header .header-wrapper > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#header .block-system-branding-block {
  position: absolute;
  z-index: 997;
  width: 200px;
  max-width: 100%;
  padding: 0 10px;
  margin: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 96px;
}

#header .block-system-branding-block img {
  padding-bottom: 3%;
}

@media (min-width: 480px) {
  #header .block-system-branding-block {
    padding: 0 30px;
    width: 260px;
  }
}

@media (min-width: 640px) {
  #header .block-system-branding-block {
    width: 360px;
  }
}

@media (min-width: 1080px) {
  #header .block-system-branding-block {
    width: 260px;
    top: 46px;
    height: 58px;
    z-index: 999;
  }
}

@media (min-width: 1280px) {
  #header .block-system-branding-block {
    left: calc(50% - 640px);
    width: 360px;
  }
}

#header .block-system-branding-block a, #header .block-system-branding-block img {
  display: block;
}

#header.js-is-sticky, #header.js-is-stuck {
  box-shadow: -2px 4px 3px rgba(29, 37, 44, 0.1);
}

#header.js-is-stuck {
  position: -webkit-sticky;
  position: sticky;
}

.top-wrapper {
  background: #45545f;
  text-align: right;
  font-size: 0;
}

.top-wrapper .block-menu {
  overflow: hidden;
  clear: none;
  float: none;
  display: inline-block;
}

.top-wrapper .block-menu .menu {
  margin: 0 -10px;
}

.top-wrapper .block-menu .menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.top-wrapper .block-menu .menu li a {
  font-family: "adelle-sans-condensed", "adelle-sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  transition: all .25s ease-out;
}

.top-wrapper .block-menu .menu li a:hover {
  color: #fdb813;
  transition: all .35s ease-out;
}

.top-wrapper .block-menu:first-child .menu {
  margin-right: 0;
}

.top-wrapper .block-menu:last-child .menu {
  margin-left: 0;
}

/*# sourceMappingURL=header.css.map */
