@media (max-width: 999px) {
  h1 {
    margin-bottom: -35px;
    font-size: 75px;
    line-height: 75px;
  }

  form fieldset {
    margin: 0 -25px -25px;
    width: calc(100% + 50px);
  }

  form .formfield,
  form fieldset p {
    margin: 25px;
  }

  form .formfield {
    width: calc(50% - 50px);
  }

  form .formfield.colspan {
    width: calc(100% - 50px);
  }

  .hideOnMobile {
    display: none;
  }

  header .logo label {
    display: none;
  }

  section.hero .play {
    left: -150px;
    opacity: 0;
  }

  section.hero .media::after {
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.6);
  }

  section.hero .heroText {
    left: 0;
    width: 100%;
  }

  div.content {
    padding-left: 50px;
    padding-right: 50px;
  }

  section .tiles.col2 .tile,
  section .tiles.col3 .tile {
    width: calc(100% - 50px);
  }

  .imageContainer.multiple .image {
    width: calc(100% - 50px);
  }

  .imageContainer.multiple .image:first-child {
    margin-right: 50px;
    margin-bottom: -25px;
  }

  .imageContainer.multiple .image:last-child {
    margin-left: 50px;
    margin-top: -25px;
  }

  .imageContainer.multiple .image.lower {
    margin-top: 0;
  }

  section .storyBook .text {
    padding: 50px;
  }
}

@media (min-width: 700px) and (max-width: 1599px) {
  section.cta:hover,
  section.cta:focus {
    margin: -150px 0 0;
  }

  section.cta:hover div.wrapper,
  section.cta:focus div.wrapper {
    padding: 150px 50px;
  }
}

@media (min-width: 700px) {
  section.cta:hover::before,
  section.cta:focus::before {
    visibility: visible;
    opacity: 1;
    transition: 0.45s cubic-bezier(.35,0,.32,.92) visibility 0s cubic-bezier(.35,0,.32,.92) 0;
    -webkit-transition: 0.45s cubic-bezier(.35,0,.32,.92), visibility 0s cubic-bezier(.35,0,.32,.92) 0;
    -moz-transition: 0.45s cubic-bezier(.35,0,.32,.92), visibility 0s cubic-bezier(.35,0,.32,.92) 0;
  }

  section.cta:not(.dark):hover a,
  section.cta:not(.dark):focus a,
  section.cta:not(.dark):hover div.wrapper,
  section.cta:not(.dark):focus div.wrapper {
    background: #FFFFFF;
  }

  section.cta:not(.dark):hover a,
  section.cta:not(.dark):focus a {
    box-shadow: 0px 4px 16px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 4px 16px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 16px rgba(0,0,0,0.3);
  }

  section .storyBook .media {
    padding: 0 !important;
  }

  section .single.imageLeft .text {
    margin-left: 50% !important;
  }

  .imageContainer.gridGallery .image.colspan .media {
    padding-bottom: 50%;
  }
}

@media (max-width: 699px) {
  body::after {
    display: none;
  }

  header,
  header::before {
    top: 0;
  }

  form .formfield {
    width: calc(100% - 50px);
  }

  section.header a.btn label,
  section.header a.btn label {
    padding-left: 5px;
    padding-right: 25px;
  }

  a.btn:not(.navburger):hover,
  a.btn:not(.navburger):focus {
    margin-right: 0;
  }

  a.btn label,
  a.btn label {
    padding-right: 5px;
    color: #FFFFFF;
  }

  a.btn label::before,
  a.btn label::before {
    width: calc(100% + 1px);
    left: 0;
    right: auto;
  }

  header .navburger label {
    display: none;
  }

  header.fixed,
  header.fixed::before {
    height: 100px;
  }

  header.fixed div.wrapper {
    padding: 25px 50px;
    height: auto;
  }

  h1 {
    margin-left: 0;
    margin-bottom: -25px;
    font-size: 40px;
    line-height: 40px;
  }

  article h2 {
    hyphens: manual;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
	   word-break: break-word;
  }

  .hyphenate {
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
	   word-break: break-word;
  }

  section.header a.back {
    display: none;
  }

  section.hero .title h1 {
    font-size: 100px;
  }

  section.hero .title h2 {
    margin-left: 0px;
    text-indent: 0px;
    font-size: 22px;
    letter-spacing: 2.5px;
  }

  section.hero .title h2 font {
    margin-left: 0;
  }

  div.content {
    padding-left: 0;
    padding-right: 0;
  }

  section .columns.col2 .column,
  section .columns.col3 .column {
    width: calc(100% - 50px) !important;
  }

  .tile,
  .column {
    width: calc(100% - 50px) !important;
  }

  section .tiles a.tile:hover,
  section .tiles a.tile:focus {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 2;
  }

  section .storyBook .media,
  section .storyBook .text {
    position: relative;
    width: 100%;
    height: auto;
  }

  section .storyBook .text {
    padding: 50px 0;
  }

  section .single.imageLeft .media,
  section .single.imageRight .media {
    left: auto
    right: auto;
  }

  .imageContainer.gridGallery .image {
    width: calc(100% - 50px) !important;
  }

  .imageContainer.gridGallery .image .media {
    padding-bottom: 56.25%;
  }

  .navigation nav li a {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 479px) {
  section:not(.hero) h1 {
    letter-spacing: 6px;
    font-weight: 800;
  }

  header div.wrapper,
  header.fixed div.wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  section div.wrapper,
  footer div.wrapper {
    padding: 50px 35px;
  }

  section.hero .title h1 {
    font-size: 80px;
  }

  section.hero .title h2 {
    font-size: 16px;
    letter-spacing: 2px;
  }

  section.cta div.wrapper,
  section.cta div.wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .navigation nav li a {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (orientation: landscape) {
    section.fullHeight {
      position: relative;
      min-height: 450px;
      height: 100vh;
    }
}
