/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, fig caption, figure, footer, header, group, nab, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 16px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

html, button, input, select, text area {
  font-family: sans-serif;
  color: #333; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 100%;
  line-height: 1.5em;
  font-family: helvetica,arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 100%; }

::-moz-selection {
  background: #ff8500;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #ff8500;
  text-shadow: none;
  color: #fff; }

a {
  text-decoration: none;
  font-weight: bold;
  color: #036; }

a:visited {
  color: #012; }

a:hover {
  text-decoration: underline;
  color: #369; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 2em;
  color: #333;
  font-size: 100%;
  font-weight: light; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

p, hr, ul, ol, address {
  margin: 0 0 1.5em 0; }

address {
  padding-left: 1em; }

ul, ol {
  padding: 0 0 0 2em; }

ul {
  list-style-type: square; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 1em 0;
  padding: 0;
  clear: both; }

hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  clear: both;
  margin: 0;
  border: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

sag:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, text area {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 13px;
  height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

div, p {
  box-sizing: border-box; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

/*
$unit: percentage(69 / 960);
$gutter: percentage(12 / 960);

$unit: percentage(58 / 960);
$gutter: percentage(24 / 960);

$unit: percentage(68 / 970);
$gutter: percentage(14 / 970);
$unit: percentage(57 / 970);
$gutter: percentage(26 / 970);

$unit: percentage(77 / 1056);
$gutter: percentage(12 / 1056);
*/
/*
$unit: percentage(66 / $fullwidth);
$gutter: percentage(24 / $fullwidth);
*/
/*! layout elements
--------------------------------*/
/* HTML definitions */
body {
  margin: 0;
  padding: 0;
  background: white;
  -webkit-transition: font-size 0.2s ease;
  -moz-transition: font-size 0.2s ease;
  -o-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
  font-family: "allumi-std", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  color: white; }

::-moz-selection {
  background: #f4b56b;
  color: #d8d2cb;
  text-shadow: none; }

::selection {
  background: #f4b56b;
  color: #d8d2cb;
  text-shadow: none; }

a {
  color: #f09d3c;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:visited {
    color: #f09d3c; }
  a:hover {
    color: #f2c610;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "ff-ernestine-pro", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  color: #fffaf5;
  margin: 0 0 .4em 0;
  text-transform: uppercase; }
  h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
    text-decoration: none;
    font-weight: 700;
    color: #f09d3c; }
    h1 a:hover, h1 a:visited:hover, h2 a:hover, h2 a:visited:hover, h3 a:hover, h3 a:visited:hover, h4 a:hover, h4 a:visited:hover, h5 a:hover, h5 a:visited:hover, h6 a:hover, h6 a:visited:hover {
      color: #ebcb48; }
  .band:nth-of-type(even) h1, #bottom:nth-of-type(even) h1, .band:nth-of-type(even) h2, #bottom:nth-of-type(even) h2, .band:nth-of-type(even) h3, #bottom:nth-of-type(even) h3, .band:nth-of-type(even) h4, #bottom:nth-of-type(even) h4, .band:nth-of-type(even) h5, #bottom:nth-of-type(even) h5, .band:nth-of-type(even) h6, #bottom:nth-of-type(even) h6 {
    color: #333; }

h1 {
  font-size: 350%;
  line-height: 1; }

h2 {
  font-size: 300%; }

h3 {
  font-size: 150%; }

h4 {
  font-size: 125%; }

p, ul, ol, hr {
  margin: 0 0 1.5em 0; }

hr {
  clear: both; }

hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  border: 0; }

iframe {
  width: 100%; }

.ghost {
  display: none; }

p.intro {
  font-size: 165%;
  line-height: 1.3;
  max-width: 700px; }

img {
  max-width: 100%;
  height: auto; }
  img.full-width {
    width: 100%; }

/*!-- STRUCTURE
--------------------------------*/
.overlay, .band:before, #bottom:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: ''; }

.clearfix, .contain, .aligncenter, #page, #hero, .colbox, #planselector, .fpimg, #floorplan, #thumbarray {
  position: relative;
  *zoom: 1; }
  .clearfix:before, .contain:before, .aligncenter:before, #page:before, #hero:before, .colbox:before, #planselector:before, .fpimg:before, #floorplan:before, #thumbarray:before, .clearfix:after, .contain:after, .aligncenter:after, #page:after, #hero:after, .colbox:after, #planselector:after, .fpimg:after, #floorplan:after, #thumbarray:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0; }
  .clearfix:after, .contain:after, .aligncenter:after, #page:after, #hero:after, .colbox:after, #planselector:after, .fpimg:after, #floorplan:after, #thumbarray:after {
    clear: both; }

.vcenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

#page, #branding, #main {
  /* 	display: block; */
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both; }

.contain {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1056px;
  clear: both; }

.aligncenter {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1056px;
  clear: both; }

#page {
  position: relative; }

#hero {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  background-image: url(../img/keener-corner-dk.jpg);
  background-size: cover;
  background-position: 75% center;
  background-repeat: no-repeat; }
  #hero h2 {
    font-size: 150%; }
  #hero #herotext {
    width: 100%;
    position: absolute;
    bottom: 2rem;
    text-align: center; }
    #hero #herotext:hover {
      font-size: 125%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  #hero #downarrow a {
    display: block;
    color: white; }
    #hero #downarrow a i {
      font-size: 36px; }
    #hero #downarrow a:hover {
      color: #f09d3c; }

#navmain {
  position: relative;
  font-size: 125%;
  text-align: center; }
  #navmain ul li {
    display: inline-block; }
    #navmain ul li a {
      color: white;
      text-transform: uppercase;
      font-family: "ff-ernestine-pro", "helvetica neue", helvetica, arial, sans-serif;
      font-weight: 400; }
    #navmain ul li:hover a {
      color: #f09d3c;
      text-decoration: none; }

#navmain {
  float: right;
  width: auto; }

#branding {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: auto;
  z-index: 3;
  padding: 1rem 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #branding #logo {
    width: 40.3409090909%;
    max-width: 720px;
    text-align: left;
    margin: 0 0 0 5%;
    position: relative;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #branding #logo a {
      display: block;
      text-indent: 1111%;
      white-space: nowrap;
      overflow: hidden;
      height: 0;
      padding-bottom: 7.5%;
      background-position: 0 50%;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-image: url(../img/keener-building-logo-h.svg); }
  #branding #menu_button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
    float: right;
    color: white;
    cursor: pointer;
    font-size: 112.5%; }
    #branding #menu_button:hover {
      color: #f09d3c; }
  #branding.fixed {
    background: rgba(191, 47, 36, 0.9); }
    #branding.fixed #navmain ul li a {
      color: white; }
    #branding.fixed #navmain ul li:hover a,
    #branding.fixed #navmain ul li.current a {
      color: #f09d3c; }

#main {
  color: white;
  -webkit-transform: all;
  -moz-transform: all;
  -o-transform: all;
  transform: all;
  z-index: 2; }

/* =12-column grid setup */
.col {
  margin: 0 1.1363636364%;
  position: relative;
  display: inline-block;
  float: left;
  min-height: 1px; }

.first {
  margin-left: 0; }

.last {
  margin-right: 0; }

.unit1 {
  width: 6.25%; }

.unit2 {
  width: 14.7727272727%; }

.unit3 {
  width: 23.2954545455%; }

.unit4 {
  width: 31.8181818182%; }

.unit5 {
  width: 40.3409090909%; }

.unit6 {
  width: 48.8636363636%; }

.unit7 {
  width: 57.3863636364%; }

.unit8 {
  width: 65.9090909091%; }

.unit9 {
  width: 74.4318181818%; }

.unit10 {
  width: 82.9545454545%; }

.unit11 {
  width: 91.4772727273%; }

.unit12 {
  width: 100%;
  margin-right: 0; }

.col img {
  max-width: 100%;
  height: auto; }

.colbox {
  margin: 0 -1.1363636364%; }

.equalize {
  display: table;
  width: 100%;
  height: 100%;
  float: left;
  clear: both; }
  .equalize .col {
    float: none;
    display: table-cell;
    padding: 0 1.1363636364%;
    margin: 0px;
    height: 100%; }
    .equalize .col.vcentered {
      vertical-align: middle; }

/*-- footer
--------------------------------*/
#bottom {
  background-color: #f2c610;
  color: #433e3b;
  min-height: none; }

/*-- sections
--------------------------------*/
.band, #bottom {
  color: #fffaf5;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-image: url("../img/bg-lights-wide.jpg"); }
  .band .contain, #bottom .contain {
    padding: 3rem 2rem; }
  .band:nth-of-type(odd):before, #bottom:nth-of-type(odd):before {
    background-color: rgba(3, 4, 5, 0.8); }
  .band:nth-of-type(even), #bottom:nth-of-type(even), .band.tour, .tour#bottom {
    color: #333; }
    .band:nth-of-type(even):before, #bottom:nth-of-type(even):before, .band.tour:before, .tour#bottom:before {
      background-color: rgba(255, 250, 245, 0.9); }
  .band#floorplans {
    background-image: url("../img/bg-ceiling-2.jpg"); }
  .band#photos {
    padding-bottom: 2rem; }
  .band#history {
    background-image: url("../img/bg-ceiling-2.jpg"); }
  .band#tour {
    /*
		color: white;
		h2 {
			color: white;
		}
*/
    /*
		&:before {
			background-color: transparentize($accent,0.1);
		}
*/ }
    .band#tour p.intro {
      margin-bottom: 0; }

.posterimg {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed; }
  .posterimg .ctext {
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .posterimg .ctext h2 {
      color: white; }

#headimg {
  background-attachment: scroll;
  position: fixed; }

.quoted {
  color: #f7cd9b;
  border-top: 1px solid #fff;
  padding-top: 1em; }

/*-- Content
--------------------------------*/
.feature_list {
  padding: 0;
  list-style: none;
  margin-bottom: 1.5em; }
  .feature_list li {
    margin-bottom: .5rem; }

.tel {
  white-space: nowrap; }

/*-- Floorplans - floor selection
--------------------------------*/
#planselector {
  padding: 0;
  list-style: none;
  width: 100%; }
  #planselector .floor_button {
    display: inline-block;
    margin: 0;
    color: white;
    color: #433e3b;
    font-family: "ff-ernestine-pro", "helvetica neue", helvetica, arial, sans-serif;
    font-size: 125%;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    border: 1px solid transparent;
    padding: 1rem; }
    #planselector .floor_button:hover, #planselector .floor_button.active {
      cursor: pointer;
      border-color: white;
      border-color: black; }
    #planselector .floor_button:hover {
      background: rgba(255, 255, 255, 0.1); }

.fpimg {
  margin: 0;
  max-width: 880px;
  position: relative; }

#floorplan {
  margin: 0;
  position: relative; }
  #floorplan .fp {
    position: relative;
    width: 100%;
    height: 50%; }
    #floorplan .fp #full-floor,
    #floorplan .fp #unit-numbers {
      fill: white;
      fill: #433e3b; }
    #floorplan .fp #unit-numbers {
      font-size: 125%; }
      #floorplan .fp #unit-numbers .street_label {
        text-transform: uppercase;
        font-size: 150%; }
    #floorplan .fp .unit * {
      fill: transparent; }
    #floorplan .fp .unit:hover {
      cursor: pointer; }
    #floorplan .fp .unit:hover *, #floorplan .fp .unit.on * {
      fill: #f09d3c; }

ul.dllist {
  margin: 0 0 1rem 0;
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 640px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.2727272727%;
  -moz-column-gap: 2.2727272727%;
  -o-column-gap: 2.2727272727%;
  column-gap: 2.2727272727%;
  -webkit-column-rule: none;
  -moz-column-rule: none;
  -o-column-rule: none;
  column-rule: none; }
  ul.dllist li {
    color: #bf2f24; }
    ul.dllist li i {
      display: inline-block;
      color: #bf2f24; }
    ul.dllist li a {
      display: inline-block;
      line-height: 1.5;
      padding-left: 1.5rem;
      background-image: url(../img/file-pdf-solid.svg);
      background-position: 0 50%;
      background-repeat: no-repeat;
      background-size: .65em; }
      ul.dllist li a span {
        font-weight: 400; }
  ul.dllist.onecol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    -o-column-rule: none;
    column-rule: none; }

/*-- images
--------------------------------*/
img {
  height: auto; }
  img.alignright {
    float: right;
    margin: 0 0 1rem 2.2727272727%; }
  img.alignleft {
    float: left;
    margin: 0 2.2727272727% 1rem 0; }
  img.hist_img {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4); }

#thumbarray {
  padding: 0 5px;
  position: relative; }
  #thumbarray .thumb {
    display: block;
    float: left;
    padding: 5px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #thumbarray .thumb a {
      overflow: hidden;
      display: block;
      background: #f09d3c;
      width: 100%;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0); }
      #thumbarray .thumb a img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #thumbarray .thumb a img:hover {
          opacity: 0.8; }

/*-- footer
--------------------------------*/
#colophon {
  border-top: 1px solid white; }
  #colophon .logo {
    width: 48.8636363636%;
    max-width: 200px; }
  #colophon address {
    font-style: normal;
    padding: 0; }

.disclaimer {
  font-size: 75%;
  font-style: italic;
  float: left;
  width: 100%; }

/*-- MEDIA QUERIES
--------------------------------*/
@media screen and (min-width: 0px) and (max-width: 540px) {
  img.size-med {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: both; }
  #thumbarray .thumb,
  #thumbarray .grid-sizer {
    width: 50%; }
    #thumbarray .thumb a,
    #thumbarray .grid-sizer a {
      height: 0;
      padding-top: 66%; }
      #thumbarray .thumb a img,
      #thumbarray .grid-sizer a img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    #thumbarray .thumb.h a img,
    #thumbarray .grid-sizer.h a img {
      width: auto;
      height: 100%;
      max-width: none; } }

@media screen and (min-width: 541px) {
  #thumbarray .thumb,
  #thumbarray .grid-sizer {
    width: calc(33.333% - 10px); }
    #thumbarray .thumb.v,
    #thumbarray .grid-sizer.v {
      width: 16.6666%; } }

@media screen and (min-width: 541px) and (max-width: 768px) {
  img.size-med {
    width: 48.8636363636%; } }

@media screen and (max-width: 768px) {
  body {
    font-size: 87.5%;
    line-height: 1.4; }
  h2 {
    font-size: 200%; }
  h3 {
    font-size: 130%; }
  #hero {
    top: 0; }
    #hero h2 {
      font-size: 200%;
      color: white;
      background: #f09d3c;
      padding: .6rem;
      width: 100%;
      margin-bottom: 0; }
  #branding {
    *zoom: 1; }
    #branding:before, #branding:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */
      height: 0; }
    #branding:after {
      clear: both; }
    #branding #logo {
      width: 57.3863636364%;
      max-width: 350px; }
    #branding #menu_button {
      display: block; }
      #branding #menu_button span {
        display: block;
        float: left;
        margin-left: .5em; }
      #branding #menu_button .menu-bars {
        width: 16px; }
    #branding.fixed #navmain ul li.current a {
      color: #f09d3c; }
  #navmain {
    font-size: 150%;
    float: left;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(191, 47, 36, 0.95);
    color: white;
    z-index: 10001;
    opacity: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
    #navmain ul {
      padding: 0;
      list-style: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      #navmain ul li {
        display: block;
        margin: 0; }
        #navmain ul li a {
          color: white;
          font-weight: 700;
          line-height: 1;
          font-size: 100%; }
          #navmain ul li a:hover {
            color: #f09d3c; }
        #navmain ul li.current a {
          color: #f09d3c; }
    #navmain .closex {
      float: right;
      padding: 1rem 0;
      margin-right: 5%;
      cursor: pointer;
      width: 16px; }
      #navmain .closex:hover {
        color: #f09d3c; }
    #navmain.visible {
      opacity: 1;
      display: block;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  .band, #bottom {
    background-attachment: scroll; }
    .band .contain, #bottom .contain {
      padding: 2rem; }
  .feature_list {
    width: 100%; }
  img.size-med {
    width: 48.8636363636%; }
  #planselector, #planlist {
    width: 100%; }
  #planselector .floor_button {
    font-size: 87.5%;
    padding: .75rem; }
  .footlogo, .address {
    clear: both; }
  .footlogo {
    margin-right: 2.2727272727%; }
  #indicia {
    width: 100%; }
  img.alignleft {
    float: right;
    margin: 0 0 1rem 2.2727272727%; } }

@media screen and (orientation: landscape) and (max-height: 414px) {
  #branding #logo {
    width: 70%; }
    #branding #logo a {
      padding-bottom: 9%; }
  #menu_button {
    margin: 0;
    display: block; }
  #downarrow {
    display: none; } }

@media screen and (min-width: 541px) {
  .feature_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.2727272727%;
    -moz-column-gap: 2.2727272727%;
    -o-column-gap: 2.2727272727%;
    column-gap: 2.2727272727%;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    -o-column-rule: none;
    column-rule: none; } }

@media screen and (min-width: 769px) {
  body {
    font-size: 100%;
    line-height: 1.5; }
  #menu_button {
    display: none; }
  #navmain {
    margin-left: 5%;
    float: left;
    clear: both; }
    #navmain ul {
      line-height: 3; }
      #navmain ul li {
        margin: 0 0.75em; }
        #navmain ul li a {
          padding: 1rem 0; }
        #navmain ul li:first-child {
          margin-left: 0; }
    #navmain .closex {
      display: none; }
  #branding {
    background: black; }
    #branding:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      content: '';
      opacity: 0.8;
      background-color: #5e5946;
      background-image: url(../img/bg-sidebar.jpg);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: multiply; }
    #branding #logo {
      margin: 1rem 0 0 5%; }
    #branding.fixed {
      background: black; }
  #main {
    overflow: hidden; }
  img.size-med {
    width: 40.3409090909%; }
  #features .col {
    width: 31.8181818182%; }
  ul.dllist {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2.2727272727%;
    -moz-column-gap: 2.2727272727%;
    -o-column-gap: 2.2727272727%;
    column-gap: 2.2727272727%;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    -o-column-rule: none;
    column-rule: none; }
  #indicia {
    width: 48.8636363636%;
    margin-right: 6.25%; }
  .posterimg h2 {
    font-size: 350%; } }

@media screen and (min-width: 971px) {
  #hero.fixed #navmain {
    font-size: 100%;
    line-height: 3; }
    #hero.fixed #navmain ul li {
      margin-left: 1rem; } }

@media screen and (orientation: portrait) {
  #branding.fixed #logo {
    margin: .5rem 0 0.5rem 5%; }
  #hero {
    position: absolute;
    height: 50vh;
    bottom: auto; }
    #hero h2 {
      font-size: 200%;
      color: white;
      background: #f09d3c;
      margin-bottom: 0; }
    #hero #herotext {
      bottom: 0; }
    #hero #downarrow {
      display: none; }
  #shim {
    margin-top: 50vh !important; }
  .posterimg {
    height: 50vh; } }

@media screen and (min-width: 769px) and (max-aspect-ratio: 1 / 1) {
  #branding.fixed #navmain {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4%;
    font-size: 87.5%; }
    #branding.fixed #navmain ul {
      padding-top: 0;
      border: none; }
      #branding.fixed #navmain ul li {
        margin-left: .5rem; } }

@media screen and (min-width: 769px) and (orientation: landscape) {
  #branding {
    width: 25%;
    height: 100vh;
    bottom: 0;
    background: black;
    padding: 0 2rem; }
    #branding #logo {
      width: 100%;
      max-width: 300px;
      margin: 2rem 0; }
      #branding #logo a {
        background-image: url(../img/keener-building-logo-v.svg);
        padding-bottom: 70%; }
    #branding #navmain {
      text-align: left;
      margin: 0;
      font-size: 100%; }
      #branding #navmain ul li {
        width: 100%;
        margin: 0; }
      #branding #navmain .closex {
        display: none; }
  #hero, #main {
    width: 75%;
    margin-left: 25%; }
  .band, #bottom {
    text-align: left; }
    .band .contain, #bottom .contain {
      padding: 2rem; }
  #planselector .floor_button {
    margin: 0 0 .5rem 0; } }

@media screen and (min-width: 901px) and (orientation: landscape) {
  #branding #navmain {
    font-size: 125%; } }

@media screen and (min-width: 1200px) {
  .band .contain, #bottom .contain {
    padding: 3rem 2rem;
    font-size: 125%; }
  #thumbarray .thumb,
  #thumbarray .grid-sizer {
    width: calc(25% - 10px); }
    #thumbarray .thumb.v,
    #thumbarray .grid-sizer.v {
      width: 12.5%; } }
