/* =============================================================================
   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: #373737;
  font-size: 100%;
  line-height: 1.4em;
  font-family: 'aktiv-grotesk-std','helvetica neue',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: 400;
  color: #2e6bb4; }

a:visited {
  color: #1e5ba4; }

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

a:focus {
  outline: thin dotted; }

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

a.linkbright {
  color: #f5851e; }

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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

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

$unit: percentage(58 / 960);
$gutter: percentage(24 / 960);
*/
/*! layout elements
--------------------------------*/
/* HTML definitions */
body {
  margin: 0;
  padding: 0;
  background-color: #e3e6ea;
  font-family: "freight-sans-pro", "lucida sans", "lucida grande", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  color: #49454f; }

::-moz-selection {
  background: #e2b261;
  color: #e3e6ea;
  text-shadow: none; }

::selection {
  background: #e2b261;
  color: #e3e6ea;
  text-shadow: none; }

a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  a:visited {
    color: #fff; }
  a:hover {
    color: #fff;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  #forsale a, #history a, #tour a {
    color: #da9d36; }
    #forsale a:hover, #history a:hover, #tour a:hover {
      color: #e2b261; }

h1, h2, h3, h4, h5, h6 {
  font-family: "refrigerator-deluxe", "Hoefler Text", Utopia, "Liberation Serif", Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 200;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 .4em 0;
  text-transform: uppercase; }
  #forsale h1, #history h1, #forsale h2, #history h2, #forsale h3, #history h3, #forsale h4, #history h4, #forsale h5, #history h5, #forsale h6, #history h6 {
    color: #49454f; }

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

h2 {
  font-size: 250%; }

h3 {
  font-size: 150%; }

h4 {
  font-size: 125%; }

h1 a, h2 a, h3 a, h4 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
  text-decoration: none;
  font-weight: 200;
  color: #fff; }

p, ul, ol, hr {
  margin: 0 0 1.4em 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: 125%; }

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

/*!-- STRUCTURE
--------------------------------*/
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.clearfix, #page, #branding, #main, .contain, .aligncenter, #header, .colbox, .band, #planselector, #floorplan, .thumbarray {
  position: relative;
  *zoom: 1; }
  .clearfix:before, #page:before, #branding:before, #main:before, .contain:before, .aligncenter:before, #header:before, .colbox:before, .band:before, #planselector:before, #floorplan:before, .thumbarray:before, .clearfix:after, #page:after, #branding:after, #main:after, .contain:after, .aligncenter:after, #header:after, .colbox:after, .band:after, #planselector:after, #floorplan:after, .thumbarray:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0; }
  .clearfix:after, #page:after, #branding:after, #main:after, .contain:after, .aligncenter:after, #header:after, .colbox:after, .band:after, #planselector: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: 90%;
  max-width: 1056px;
  clear: both; }

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

#page {
  position: relative; }

#navmain,
#navmobile {
  position: relative;
  font-size: 150%;
  text-align: center; }
  #navmain ul,
  #navmobile ul {
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 1056px;
    clear: both; }
    #navmain ul li,
    #navmobile ul li {
      display: inline-block; }
      #navmain ul li a,
      #navmobile ul li a {
        color: white;
        text-transform: uppercase;
        font-family: "refrigerator-deluxe", "Hoefler Text", Utopia, "Liberation Serif", Times, "Times New Roman", serif;
        font-weight: 300; }
        #navmain ul li a:hover,
        #navmobile ul li a:hover {
          color: #253349;
          text-decoration: none; }

#navmobile {
  font-size: 150%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(218, 157, 54, 0.95);
  color: white;
  z-index: 10001; }
  #navmobile ul {
    padding: 0;
    list-style: none;
    width: 100%; }
    #navmobile ul li {
      display: block;
      margin: 0; }

#navmobile, #menu_button {
  display: none; }

#header,
#branding {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

#header {
  z-index: 1; }
  #header .overlay {
    background-color: rgba(218, 157, 54, 0.6); }

#branding {
  text-align: center;
  z-index: 2; }
  #branding #logo {
    width: 73.2954545455%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto 2rem;
    position: relative; }
    #branding #logo a {
      display: block;
      text-indent: 1111%;
      white-space: nowrap;
      overflow: hidden;
      height: 0;
      padding-bottom: 9%;
      background-position: 0 50%;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-image: url("../img/daylight-building-logo-rev.png"); }
  #branding h2 {
    font-size: 150%; }
  #branding .midblock {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }
  #branding #downarrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2rem; }
    #branding #downarrow a {
      display: block; }
      #branding #downarrow a i {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        font-size: 36px; }
      #branding #downarrow a:hover i {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); }
  #branding #menu_button {
    cursor: pointer; }
  #branding.fixed {
    position: fixed;
    bottom: auto;
    z-index: 300;
    background: #49454f;
    width: 100%;
    height: 60px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s; }
    #branding.fixed #logo {
      width: 31.6287878788%;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 320px;
      float: left;
      margin-right: 1.7045454545%;
      width: 100%;
      margin: 0; }
    #branding.fixed h2, #branding.fixed #downarrow {
      display: none; }
    #branding.fixed .midblock {
      padding: 0 5%;
      height: 100%;
      position: relative;
      left: auto;
      top: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      top: auto !important; }
    #branding.fixed #navmain {
      width: 68%;
      font-size: 100%;
      float: right; }
      #branding.fixed #navmain ul {
        width: 100%;
        text-align: right;
        line-height: 3.3;
        margin: 0; }
        #branding.fixed #navmain ul li {
          margin: 0 0 0 1rem; }
          #branding.fixed #navmain ul li a {
            color: white; }
          #branding.fixed #navmain ul li.current a,
          #branding.fixed #navmain ul li:hover a {
            color: #da9d36; }

#main {
  -webkit-transform: all;
  -moz-transform: all;
  -o-transform: all;
  transform: all;
  padding-top: 30px;
  z-index: 2; }

#bottom {
  background-color: rgba(73, 69, 79, 0.95);
  color: #e3e6ea; }
  #bottom a {
    color: #c6ccd4; }
  #bottom a:hover {
    color: #e3e6ea; }

.showmore {
  cursor: pointer;
  font-size: 16px; }

.posterimg {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.credit {
  color: white;
  text-align: right;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  margin: 0;
  font-size: 62.5%;
  font-style: italic; }
  .credit a {
    font-weight: normal; }

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

.first {
  margin-left: 0; }

.last {
  margin-right: 0; }

.unit1 {
  width: 6.6287878788%; }

.unit2 {
  width: 14.9621212121%; }

.unit3 {
  width: 23.2954545455%; }

.unit4 {
  width: 31.6287878788%; }

.unit5 {
  width: 39.9621212121%; }

.unit6 {
  width: 48.2954545455%; }

.unit7 {
  width: 56.6287878788%; }

.unit8 {
  width: 64.9621212121%; }

.unit9 {
  width: 73.2954545455%; }

.unit10 {
  width: 81.6287878788%; }

.unit11 {
  width: 89.9621212121%; }

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

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

.colbox {
  margin: 0 -0.8522727273%; }

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

/*-- sections
--------------------------------*/
.band {
  color: #fff;
  position: relative;
  padding: 2.5rem 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .band .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .band .contain {
    padding: 1.5em 0 .5em; }

#history,
#forsale {
  color: #49454f; }
  #history .overlay,
  #forsale .overlay {
    background-color: #e3e6ea; }

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

#features,
#tour {
  color: white; }
  #features .overlay,
  #tour .overlay {
    background-color: #253349; }

#floorplans .overlay {
  background-color: #da9d36; }

#images .overlay {
  background-color: #253349; }

#tour .overlay {
  background-color: rgba(37, 51, 73, 0.9); }

#tour .posterimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: url(../img/daylight-building-current-short.jpg);
  background-size: cover; }

/*-- Content
--------------------------------*/
.feature_list {
  margin-bottom: 1.5em; }

/*-- Floorplans - floor selection
--------------------------------*/
#planselector {
  padding: 0;
  list-style: none;
  width: 100%; }
  #planselector .floor_button {
    float: left; }

.fpimg {
  float: left;
  width: 100%; }

.floor_button {
  display: block;
  text-align: left;
  margin: 0 1em 5px 0;
  padding: .5rem .5rem .5rem 0;
  line-height: 1;
  font-size: 200%;
  font-family: "refrigerator-deluxe", "Hoefler Text", Utopia, "Liberation Serif", Times, "Times New Roman", serif;
  color: #49454f; }
  .floor_button:hover {
    cursor: pointer; }
  .floor_button:hover, .floor_button.active, .floor_button:active {
    color: white; }

#floorplan {
  margin-bottom: 2rem; }
  #floorplan .fp {
    width: 100%;
    height: 50%; }
    #floorplan .fp #full-floor,
    #floorplan .fp #unit-numbers,
    #floorplan .fp .fp-text {
      fill: #253349; }
    #floorplan .fp .unit * {
      fill: transparent; }
    #floorplan .fp .unit:hover {
      cursor: pointer; }
    #floorplan .fp .unit:hover *, #floorplan .fp .unit.on * {
      fill: #253349; }
    #floorplan .fp .unit.av:hover * {
      fill: #3b8502; }
    #floorplan .fp .unit.uc:hover *, #floorplan .fp .unit.sold:hover * {
      fill: #c12702; }
    #floorplan .fp .unit.tom:hover * {
      fill: #90641a; }

ul.dllist {
  list-style: none;
  padding: 0;
  float: left; }
  ul.dllist a {
    display: block;
    line-height: 1.5;
    padding-left: 20px;
    background-image: url(../img/icon-pdf.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px; }
    ul.dllist a span {
      font-weight: 400; }

/*-- images
--------------------------------*/
img {
  height: auto; }
  img.alignright {
    float: right;
    margin: 0 0 1rem 1.7045454545%; }
  img.alignleft {
    float: left;
    margin: 0 1.7045454545% 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 .thumb {
  float: left;
  margin: 0% 0.8522727273% 1.7045454545% 0.8522727273%; }
  .thumbarray .thumb a {
    overflow: hidden;
    display: block;
    background: #e3e6ea; }
    .thumbarray .thumb a img {
      width: 100%;
      height: auto; }
      .thumbarray .thumb a img:hover {
        opacity: 0.8; }

/*-- footer
--------------------------------*/
#indicia {
  float: left;
  margin-bottom: 1rem; }
  #indicia .logo, #indicia .address {
    float: left;
    width: 48.2954545455%; }
  #indicia .address {
    float: right;
    padding-top: 2em; }
    #indicia .address address {
      font-style: normal; }

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

/*-- MEDIA QUERIES
--------------------------------*/
@media screen and (min-width: 0px) and (max-width: 420px) {
  img.size-med {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: both; }
  .thumbarray .thumb {
    width: 48.2954545455%; }
  ul.dllist {
    -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; } }

@media screen and (min-width: 421px) and (max-width: 640px) {
  img.size-med {
    width: 48.2954545455%; }
  .feature_list {
    width: 50%;
    float: left; }
  #header.fixed #menu_button {
    display: block; }
  #header.fixed #navmain {
    display: none; } }

@media screen and (min-width: 421px) and (max-width: 640px) {
  ul.dllist {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.7045454545%;
    -moz-column-gap: 1.7045454545%;
    -o-column-gap: 1.7045454545%;
    column-gap: 1.7045454545%;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    -o-column-rule: none;
    column-rule: none; } }

@media screen and (max-width: 640px) {
  .feature_list {
    width: 100%; }
  img.hist_img, img.size-med {
    margin-bottom: 1em;
    width: 100% !important;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4); } }

@media screen and (max-width: 700px) {
  body {
    font-size: 87.5%;
    line-height: 1.4; }
  h2 {
    font-size: 200%; }
  h3 {
    font-size: 130%; }
  #header h2 {
    font-size: 100%; }
  #branding #logo {
    padding: .5em 0;
    margin-bottom: 1rem; }
    #branding #logo a {
      background-image: url("../img/daylight-building-logo-stacked-rev.png");
      padding-bottom: 38%; }
  #branding.fixed #logo {
    width: 50%;
    max-width: 120px;
    padding: 0; }
  #branding.fixed .midblock {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 100%; }
  .band {
    padding: 1rem 0; }
    .band .contain {
      padding: 1rem 0 .5em; }
  img.size-med {
    width: 48.2954545455%; }
  #planselector, #planlist {
    width: 100%;
    margin-bottom: .5em; }
  .floor_button {
    font-size: 175%; }
  .thumbarray .thumb {
    width: 31.6287878788%; }
  .footlogo, .footaddress {
    float: left;
    clear: both;
    width: 48.2954545455%; }
  .footlogo {
    margin-right: 1.7045454545%; }
  #indicia {
    width: 100%; }
  .feature_list {
    float: none; }
  img.alignleft {
    float: right;
    margin: 0 0 1rem 1.7045454545%; } }

@media screen and (orientation: landscape) and (max-height: 380px) {
  #header #branding #logo {
    width: 70%;
    margin-bottom: 1rem; }
    #header #branding #logo a {
      background-image: url("../img/daylight-building-logo-rev.png");
      padding-bottom: 9%; }
  #header #navmain {
    display: none; }
  #header #menu_button {
    margin: 1rem  auto;
    display: block;
    font-size: 180%; }
  #header #downarrow {
    display: none; }
  #header.fixed {
    height: 60px; }
    #header.fixed #menu_button {
      margin: 0; }
  .band {
    padding: 1.5rem .5rem; } }

@media screen and (min-width: 701px) {
  body {
    font-size: 100%;
    line-height: 1.5; }
  .feature_list {
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.7045454545%;
    -moz-column-gap: 1.7045454545%;
    -o-column-gap: 1.7045454545%;
    column-gap: 1.7045454545%;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    -o-column-rule: none;
    column-rule: none; }
    .feature_list li {
      line-height: 1.2;
      margin-bottom: .5rem; }
  img.size-med {
    width: 39.9621212121%; }
  #features .col {
    width: 31.6287878788%; }
  ul.dllist {
    width: auto; }
  #indicia {
    width: 48.2954545455%;
    margin-right: 6.6287878788%; }
  .thumbarray .thumb {
    width: 14.9621212121%; } }

@media screen and (max-width: 768px) {
  #navmain ul {
    padding: 3.4090909091% 0; }
    #navmain ul li {
      margin: 0 0.5em; }
      #navmain ul li a {
        font-weight: 400;
        line-height: 1;
        font-size: 100%; }
  #navmobile {
    opacity: 0;
    height: 0;
    overflow: hidden;
    top: 100%;
    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%); }
    #navmobile .closex {
      cursor: pointer;
      position: absolute;
      right: 2.5rem;
      top: .75rem; }
      #navmobile .closex:hover {
        color: #253349; }
    #navmobile.visible {
      opacity: 1;
      top: 0;
      height: 100vh;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  #branding.fixed #navmain {
    display: none; }
  #branding.fixed #menu_button {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
    float: right; } }

@media screen and (min-width: 769px) {
  #navmain ul {
    border-top: 1px solid white;
    margin-top: 2rem;
    padding-top: 1.5rem;
    line-height: 2;
    font-size: 125%; }
    #navmain ul li {
      margin: 0 0.75em; }
  #branding.fixed {
    background-image: none; }
    #branding.fixed #navmain {
      position: absolute;
      right: 5%;
      font-size: 87.5%;
      line-height: 3.3; }
      #branding.fixed #navmain ul {
        padding-top: 0;
        border: none; }
        #branding.fixed #navmain ul li {
          margin-left: .5rem; }
  .fpimg {
    width: 64.9621212121%;
    margin-bottom: 1em;
    float: left;
    margin-right: 1.7045454545%; } }

@media screen and (min-width: 971px) {
  #header.fixed #navmain {
    font-size: 100%; }
    #header.fixed #navmain ul li {
      margin-left: 1rem; }
  .fpimg {
    width: 64.9621212121%;
    margin-right: 6.6287878788%; }
  ul.dllist {
    width: 23.2954545455%; } }
