/* Text Elements */

p.paragraph span.paragraph-text-1 {
  color: #fff;
  font-size: .8125rem;
}

p.paragraph a.paragraph-text-2 {
  color: #fff;
}

p.paragraph.paragraph-1 {
  text-align: center;
}

span.text-element.text-2 {
  visibility: visible;
}

span.text-element.text-1 {
  visibility: hidden;
}

/* Layout Elements */

body.body-1 {
  background-color: #004284;
}

.container.container-1 {
  margin-right: auto;
  margin-left: auto;
  min-width: 90px;
  min-height: 75px;
  width: 90%;
  height: 75px;
  background-color: #fff;
  background-image: url('../logo.gif');
  background-attachment: scroll;
  background-position: right 5px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-2 {
  min-width: 90px;
  min-height: 5px;
  width: 90%;
  height: 5px;
}

.container.container-3 {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  min-width: 90px;
  width: 90%;
  background-color: #fff;
}

div.responsive-picture.picture-1 > picture > img {
  -o-object-position: left top;
     object-position: left top;
}

div.responsive-picture.picture-1 {
  margin: 0 0 0 18px;
  padding-top: 12px;
  padding-right: 0;
  padding-left: 0;
  max-width: 48px;
  width: 48%;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    margin-top: 5px;
    margin-bottom: 4px;
    color: #fff;
    text-align: center;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 400;
    font-size: .875rem;
  }

  p.paragraph a.paragraph-text-2 {
    color: #fff;
  }

  span.text-element span.text-text-1 {
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
  }

  span.text-element.text-1 {
    visibility: hidden;
    padding-top: 1px;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #004284;
  }

  .container.container-1 {
    display: block;
    float: none;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    min-width: 90%;
    min-height: 75px;
    max-width: none;
    width: 90%;
    background-color: #fff;
    background-image: url('../logo.gif');
    background-attachment: local;
    background-position: right 5px;
    background-clip: padding-box;
    background-origin: border-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-2 {
    margin-bottom: 0;
    min-width: 90px;
    min-height: 5px;
    width: 90%;
    height: 5px;
  }

  .container.container-3 {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    min-width: 90px;
    width: 90%;
    background-color: #fff;
  }

  div.responsive-picture.picture-1 {
    visibility: visible;
  }
}

@media screen and (min-width: 46.25rem) {
  /* Text Elements */

  span.text-element.text-1 {
    visibility: visible;
  }

  /* Layout Elements */

  .container.container-2 {
    min-height: 30px;
    height: 30px;
  }

  .container.container-1 {
    min-height: 100px;
    height: 100px;
    background-position: right 15px;
  }

  div.responsive-picture.picture-1 {
    visibility: hidden;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  span.text-element.text-1 {
    margin-top: 0;
    padding-top: 1px;
    color: #fff;
    font-size: 13px;
  }

  span.text-element span.text-text-1 {
    font-weight: 600;
    font-size: 1.25rem;
  }

  span.text-element span.text-text-2 {
    font-size: 1.25rem;
  }
}