/* navigation */

.header-container ul a { color: #000000 }
.header-container ul { list-style: none }

/* .header-container .container { width: 100% } */

@media (min-width: 640px) {
  .header-container .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .header-container .container {
    max-width: 768px
  }
}

@media (min-width: 1024px) {
  .header-container .container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .header-container .container {
    max-width: 1280px
  }
}

.header-container .header {
  background: linear-gradient(45deg, #0F2047 50%, #BF0D3E 50%);
  padding: 0;
  font: 1.0em Arial, Helvetica, san-serif;
  text-align: left;
  border: none
}

.header-container .header a { font-weight: normal; line-height: 1.5 }

.header-container .header > div {
  background: linear-gradient(67deg, #0F2047 190px, #BF0D3E 190px);
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  height: 4rem;
  display: -webkit-box;
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #fff;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.menu-items {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  -webkit-box-pack: center;
          justify-content: center;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: absolute;
  z-index: 50;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 4rem;
  max-width: 24rem;
  width: 100%;
  background-color: #fff;
  color: #2c5282;
  position: fixed;
  overflow-y: scroll;
}

.menu-items > div {
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.menu-items > div > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-color: transparent;
  color: #2c5282;
}

.menu-items > div ul a:hover { color: #bf0d3e }

.menu-items > div ul {
  margin-left: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
  border-right-width: 1px;
  border-color: #fed7d7;
  text-transform: none;
  margin-right: 7px;
}

.menu-items > div i {
  font-size: 1.5rem;
}

.header .extra {
  border-top-width: 1px;
  text-transform: none;
  margin-top: 0.75rem;
}

.header .extra a {
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 0.125rem;
  padding: 0.25rem;
  font-weight: 300;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.header .extra i {
  margin-right: 0.25rem;
}

.header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 4rem;
  z-index: 40;
  opacity: 0.5;
  background: #05142D;
}

.header .social {
  font-size: 0.875rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header .social div { width: 6rem }

.header .social div a {
	/* padding: 0.25rem; */
	height: 1.5rem;
	width: 1.5rem;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.header .social div a { color: #ffffff }

.header .social span {
  border-left-width: 1px;
  opacity: 0.5;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.header .social > a {
  border-radius: 9999px;
  height: 2rem;
  width: 2rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  color: #ffffff
}

.search {
  width: 6rem;
  /* background-color: transparent;
  background: rgba(255, 255, 255, 0.8); */
  background-color: #ffffff;
  color: #000;
  outline: 0;
  border: 0;
  padding-left: 4px
}

.search::-webkit-input-placeholder { color: #ddd; opacity: 1 }
.search::-moz-placeholder { color: #ddd; opacity: 1 }
.search:-ms-input-placeholder { color: #ddd; opacity: 1 }
.search::-ms-input-placeholder { color: #ddd; opacity: 1 }
.search:placeholder { color: #ddd; opacity: 1 }

@media (min-width: 784px) {
  .header > div {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .menu-items {
    display: -webkit-box;
    display: flex;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: transparent;
    width: auto;
    margin: 0;
    position: relative;
    color: #fff;
    max-width: 100%;
    margin-top: 0.25rem;
    padding: 0.5rem 0;
    overflow-y: visible;
  }

  .menu-items > div > a {
    color: #fff;
    border-bottom-width: 2px;
  }

  .menu-items > div ul {
    position: absolute;
    border-width: 0;
    background-color: #fff;
    color: #000;
    padding: 0.5rem;
    border-width: 2px;
    margin: 0;
    border-radius: 0.25rem;
    display: none;
    border-color: #87afeb;
    border-style: solid;
  }

  .menu-items > div span {
    display: none;
  }

  .header .extra {
    display: none;
  }

  .header .overlay {
    display: none;
  }
}

@media (min-width: 784px) {
  [data-menu] > div:hover > a {
    border-color: #9b2c2c;
  }

  [data-menu] > div:hover ul {
    display: block;
    min-width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  [data-toggle=menu] {
    display: none !important;
  }
}
