.page-special h2 {
  font-size: 2.5em;
  line-height: 1.2em;
  text-align: center;
  padding-top: 1em;
}

.page-special #page-title {
  font-size: 2.5em;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: .5em 1em .5em;
  margin-top: 40%;
}

.page-special .wrapper {
  max-width: 1250px;
  width: 90%;
}

.page-special #header--wrapper {
  width: 100%;
  z-index: 100;
}

.page-special #header {
  width: 100%;
  height: auto;
  position: relative;
}

.page-special #header--sub-wrapper {
  height: 3.5em;
  overflow: hidden;
  width: 100%;
}

.page-special #header--logo {
  left: 0;
  top: 7px;
  max-width: 80%;
  position: relative;
  text-align: left;
  width: 80%;
}

.page-special #header--logo a {
  display: inline-block;
}

.page-special #header--buttons {
  float: right;
  max-width: 20%;
  padding: 0 .5em 0 0;
  position: relative;
  width: 20%;
}

.page-special #header--buttons-menu {
  display: inline-block;
}

.page-special #header--buttons-menu img {
  padding: 0;
  position: absolute;
	top: -35px;
	right: 14px;
}

#special-title-image-wrapper {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 100vh; /* (img-height / img-width * container-width) (853 / 1280 * 100) */
}

/** CONTENT PANE STYLING **/
.content-pane-wrapper .content {
  
}

.content-pane-wrapper .content-image {
  float: none;
}

.content-pane-wrapper .top-link {
  text-align: center;
  margin-top: 5em;
}

.node-type-special .content {
  height: auto;
  margin: 1em 0 1em;
}

/** SPECIAL PAGE MENU **/
.special--page-menu {
  text-align: right;
  padding-top: 0.25em;
}

.special--page-menu li {
  display: inline-block;
  font-weight: bold;
  margin-right: 2em;
}

.special--page-menu li a {
  color: #FFFFFF;
  text-transform: uppercase;
}

.page-special .content-pane {
  min-height: 25em;
}

@media screen and (min-width: 900px) {
  .page-special h2 {
    margin: 1.25em 0;
  }
  .page-special #header {
    position: relative;
  }
  .page-special #header--wrapper {
    position: fixed;
  }
  .page-special #header--logo a {
    display: inline-block;
  }
  .page-special #header--sub-wrapper {
    float: left;
    width: 250px;
  }
  .page-special #header--buttons {
    display: none;
  }
  .page-special #header--page-menu {
    display: block;
    float: right;
    width: calc(100% - 250px);
  }
  
  .page-special .float-left {
    float: left;
    margin: 0 2em 2em 0;
    width: calc(50% - 2em);
  }
  
  .special--page-menu {
	text-align: right;
	z-index: 101;
  }
}