/* CSS Document */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-16px); }
  60% {
    -webkit-transform: translateY(-8px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-16px); }
  60% {
    transform: translateY(-8px); } }
header {
  background-image: url(../images/header-bg.png);
  background-position: 100% 33%;
  background-repeat: no-repeat;
  background-color: #E1E1E1;
  font-size: 0em;
  /* this is the fix for the inline-block percentage widths bug */ }

.header-logo {
  display: inline-block;
  vertical-align: top; }
  .header-logo a {
    display: block;
    max-width: 100%;
    width: 360px;
    padding: 22px 14px; }
    .header-logo a img {
      max-width: 100%;
      width: 100%;
      height: auto; }

.header-right {
  display: inline-block;
  vertical-align: top;
  float: right;
  padding-top: 10px; }
  .header-right #header-nav {
    display: inline-block;
    padding-right: 14px;
    font-size: 16px;
    text-align: right; }
    .header-right #header-nav ul {
      margin: 0px 0px 4px 0px;
      padding: 0px; }
      .header-right #header-nav ul li {
        font-size: 0px;
        display: inline-block;
        padding-left: 14px;
        padding-right: 14px;
        border-right: solid 1px #40657E; }
        .header-right #header-nav ul li:last-child {
          border-right: 0px;
          padding-right: 5px; }
        .header-right #header-nav ul li a,
        .header-right #header-nav ul li a:visited {
          font-family: Calibri, Arial, Tahoma, sans-serif;
          font-weight: 300;
          font-size: 16px;
          line-height: 16px;
          color: #40657E;
          text-decoration: none; }
        .header-right #header-nav ul li a:hover {
          color: #40657E;
          text-decoration: underline; }
    .header-right #header-nav .header-search {
      margin-bottom: 2px; }
      .header-right #header-nav .header-search form.search-form {
        font-size: 0px;
        margin: 0px; }
        .header-right #header-nav .header-search form.search-form .form-item {
          display: inline-block;
          margin: 0px; }
          .header-right #header-nav .header-search form.search-form .form-item label {
            /*display: none !important;*/ }
        .header-right #header-nav .header-search form.search-form input[type=search] {
          border: 0px;
          font-family: Calibri, Arial, Tahoma, sans-serif;
          font-weight: 300;
          font-size: 16px;
          line-height: 22px;
          width: 200px;
          height: 22px;
          padding: 10px 16px;
          margin: 0px;
          border-radius: 0px;
          -webkit-appearance: none;
          background-image: none !important; }
        .header-right #header-nav .header-search form.search-form input[type=submit] {
          display: inline-block;
          vertical-align: top;
          border: 0px;
          width: 42px;
          height: 42px;
          line-height: 42px;
          font-size: 0px;
          margin: 0px;
          text-align: center;
          border-radius: 0px;
          -webkit-appearance: none;
          background-image: url(../images/icon-search.svg);
          background-size: 42%;
          background-position: center center;
          background-repeat: no-repeat;
          background-color: #2F4B5B;
          color: #FFFFFF; }
    .header-right #header-nav .govt-search {
      margin-bottom: 10px; }
      .header-right #header-nav .govt-search a,
      .header-right #header-nav .govt-search a:visited {
        font-family: Calibri, Arial, Tahoma, sans-serif;
        font-weight: 300;
        color: #40657E;
        text-decoration: none; }
      .header-right #header-nav .govt-search a:hover {
        color: #40657E;
        text-decoration: underline; }

.header-right-ww4wa {
  display: inline-block;
  padding: 20px 23px 0 0;
  vertical-align: top; }
  .header-right-ww4wa img {
    width: 190px;
    height: 57px; }

@media only screen and (max-width: 991px) {
  header {
    background-size: contain; }

  .header-logo, .header-right-ww4wa {
    width: 100%;
    text-align: center; }
    .header-logo a, .header-right-ww4wa a {
      margin: 0 auto; }

  .header-right-ww4wa {
    padding: 0 0 30px 0; }

  .header-right {
    width: 100%;
    text-align: center; }
    .header-right #header-nav {
      text-align: center;
      padding-right: 0px; }
      .header-right #header-nav .header-search {
        text-align: center; }
      .header-right #header-nav .govt-search {
        text-align: center; } }
@media only screen and (max-width: 667px) {
  .header-logo a {
    padding: 14px 0px 6px 0px; }

  .header-right #header-nav .header-search form.search-form input[type=search] {
    width: 216px; }
  .header-right #header-nav .govt-search {
    margin-top: 10px;
    margin-bottom: 12px; }
    .header-right #header-nav .govt-search a,
    .header-right #header-nav .govt-search a:visited {
      font-size: 14px; } }
