/* Text Elements */

h1.desktop-title {
  color: #1779ba;
  text-align: center;
  font-size: 40px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h1.heading-1 {
  text-align: center;
  font-size: 14px;
}

a.link-text.title {
  color: #1779ba;
  font-size: 20px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

/* Layout Elements */

.container.nav-region {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.container {
  padding-right: 0;
  padding-left: 0;
}

.container.desktop-title {
  display: none;
}

.container.nav-bar {
  display: block;
  -ms-flex-pack: justify;
  max-width: none;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.subnav-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.neutral-galley-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 16px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.orbit {
  max-width: 1280px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

.container.footer {
  background-color: #fff;
}

div.responsive-picture.logo {
  margin-right: auto;
  margin-left: auto;
}

ul.list-container.orbit-container {
  height: auto;
}

div.responsive-picture.orbit-image {
  max-width: none;
  width: 100%;
  border: .3125rem solid #767683;
  box-shadow: rgba(0, 0, 0, .5) 10px 10px 10px 10px;
}

div.responsive-picture.orbit-image > picture > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  a.link-text.title {
    display: none;
  }

  /* Layout Elements */

  .container.nav-region {
    max-width: 1000px;
  }

  .container.desktop-title {
    display: inline;
  }

  .container.nav-bar {
    display: block;
    max-width: 600px;
  }

  .container.neutral-galley-container-2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    width: 400px;
    border-width: .625rem;
    border-style: none;
    border-radius: 10px;
    box-shadow: none;
    opacity: 1;
  }

  li.list-item-container.is-active.orbit-slide {
    max-width: 600px;
  }

  div.responsive-picture.orbit-image {
    max-width: none;
    width: 100%;
  }
}

@media screen and (min-width: 49rem) {
  /* Layout Elements */

  .container.orbit {
    max-width: none;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.desktop-title {
    border: 1.25rem none #c9cdcf;
    border-radius: 20px;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  h1.heading-1 {
    color: #000;
  }

  a.link-text.title {
    display: none;
  }

  /* Layout Elements */

  .container.nav-region {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.nav-bar {
    display: block;
    max-width: 1200px;
    width: auto;
  }

  .container.neutral-galley-container-2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
    border-style: none;
    border-color: #9a9ba2;
    box-shadow: none;
  }

  .container.orbit {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
  }

  .container.footer {
    background-color: #fff;
    color: #fff;
  }

  ul.list-container.orbit-container {
    margin-right: auto;
    margin-left: auto;
  }

  li.list-item-container.is-active.orbit-slide {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }

  div.responsive-picture.orbit-image {
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
    border: .625rem solid #848e96;
    border-radius: 10px;
  }
}

@media screen and (min-width: 78.875rem) {
  /* Layout Elements */

  .container.nav-bar {
    display: block;
    max-width: 1200px;
    width: auto;
  }

  .container.subnav-section {
    padding-bottom: 20px;
  }

  .container.neutral-galley-container-2 {
    max-width: 750px;
    width: auto;
  }

  .container.orbit {
    max-width: 1200px;
  }

  li.list-item-container.is-active.orbit-slide {
    max-width: 1200px;
  }

  div.responsive-picture.orbit-image {
    max-width: 1200px;
  }
}