html {
  color: #000;
  background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
.red {
  color: #ff4438;
}
.magenta {
  color: #b11cab;
}
.purple {
  color: #b11cab;
}
.indigo {
  color: #786fb4;
}
.blue {
  color: #3ab0c8;
}
.orange-two {
  color: #f2682a;
}
.gold {
  color: #f5a800;
}
.orange {
  color: #f2682a;
}
* {
  box-sizing: border-box;
  font-variant-ligatures: none;
  comment: do not need no stinking ligatures;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 110%;
  color: #666;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#doc {
  position: relative;
}
em {
  font-style: italic;
}
title,
strong,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
  zzfont-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
h1 {
  font-size: 25px;
  letter-spacing: 0.06em;
}
.clear {
  clear: both;
}
a {
  color: #f8681b;
}
#logo-type img {
  border: none;
  width: 460px;
  max-width: 90%; 
  height: auto
}
a:hover {
  color: #f5a800;
}
#header {
  float: left;
  width: 100%;
  background-color: #fff;
}
.work #header {
  z-index: 99;
}
#content {
  float: left;
  width: 100%;
  background-color: #fff;
}
.home #content {
  padding-bottom: 15px;
}
#post_wrapper {
  width: 100%;
  margin: 0 auto;
  transition: 1s all;
}
.page #post_wrapper {
  width: 100%;
}
.clear {
  clear: both;
  width: 100%;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.devnote {
  position: absolute;
  font-size: 9px;
  color: #ccc;
  z-index: 9999999999;
  comment: hide this when site goes live;
  display: none;
}
#footer {
  color: #fff;
  margin: 0;
  clear: both;
  background-color: #ff4438;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  comment: tracking indesign 100;
  line-height: 45px;
  height: 75px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer p {
  padding: 10px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: black;
}
.divider {
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  padding-left: 10px;
}
#footer li {
  padding-right: 10px;
}
#address {
  float: left;
  margin-left: 15px;
}
.mobile-only {
  display: none;
}
.storycontent {
  width: 100%;
  position: relative;
  margin: 0 auto;
  color: #fff;
  padding: 0;
}
.storycontent a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.storycontent .section_nav li a:hover {
  font-weight: 800;
}
.single-post .storycontent {
  color: #000;
}
.single-post .storycontent h1 {
  text-align: left;
}
.home .storycontent {
  padding: 0;
}
.page .storycontent {
  width: 100%;
}
#hileman_grid .orange,
.orange #post_wrapper {
  background-color: #f8681b;
}
#hileman_grid .orange-two,
.orange-two #post_wrapper {
  background-color: #f2682a;
}
#hileman_grid .blue,
.blue #post_wrapper {
  background-color: #46afc6;
}
#hileman_grid .indigo,
.indigo #post_wrapper {
  background-color: #786fb4;
}
#hileman_grid .purple,
.purple #post_wrapper {
  background-color: #a23193;
}
#hileman_grid .magenta,
.magenta #post_wrapper {
  background-color: #ae01ae;
}
#hileman_grid .red,
.red #post_wrapper {
  background-color: #ff4438;
}
#hileman_grid .gold,
.gold #post_wrapper {
  background-color: #f5a800;
}
.gold .storycontent a {
  color: #fff;
  text-decoration: none;
}
.gold .storycontent a:hover {
  text-decoration: underline;
}
#footer {
  bottom: 0;
  width: 100%;
}
.footer_menu_container {
  float: right;
}
.menu-footer ul li a {
  display: inline-block;
}
.menu-footer ul li {
  float: left;
  margin-right: 1em;
}
.menu-footer {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
}
#hileman_grid_container {
  padding: 8px;
  padding-top: 0;
  margin-top: 0;
  top: 8px;
  position: relative;
  border-top: 8px solid #fff;
}
.home #hileman_grid_container {
  top: 0;
}
#hileman_grid {
  position: relative;
  width: 100%;
  border: 8px solid #fff;
}
#hileman_grid li {
  width: 25%;
  height: 220px;
  line-height: 220px;
  float: left;
  border: 8px solid #fff;
  display: block;
  overflow: hidden;
}
#hileman_grid li .innerbox {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 1s all;
  width: 100%;
  height: 100%;
}
#hileman_grid li .innerbox:hover {
  transition: 1s all;
  transform: scale(1.1);
}
#hileman_grid li span {
  display: none;
  comment: hide caption;
}
#hileman_grid li.for_space {
  visibility: hidden;
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  comment: this is so we fill space;
}
#hileman_grid .r1 {
  position: absolute;
  top: 0;
}
#hileman_grid .r2 {
  position: absolute;
  top: 220px;
}
#hileman_grid .r3 {
  position: absolute;
  top: 440px;
}
#hileman_grid .r4 {
  position: absolute;
  top: 660px;
}
#hileman_grid .r5 {
  position: absolute;
  top: 880px;
}
#hileman_grid .r6 {
  position: absolute;
  top: 1100px;
}
#hileman_grid .r7 {
  position: absolute;
  top: 1320px;
}
#hileman_grid .r8 {
  position: absolute;
  top: 1540px;
}
#hileman_grid .c1 {
  position: absolute;
  left: 0;
}
#hileman_grid .c2 {
  position: absolute;
  left: 25%;
}
#hileman_grid .c3 {
  position: absolute;
  left: 50%;
}
#hileman_grid .c4 {
  position: absolute;
  left: 75%;
}
#hileman_grid .w1 {
  width: 25%;
}
#hileman_grid .w2 {
  width: 50%;
}
#hileman_grid .w3 {
  width: 75%;
}
#hileman_grid .w4 {
  width: 100%;
}
#hileman_grid .h1 {
  height: 220px;
  line-height: 220px;
}
#hileman_grid .h2 {
  height: 440px;
  line-height: 440px;
}
#hileman_grid .h3 {
  height: 660px;
  line-height: 660px;
}
#hileman_grid .h4 {
  height: 880px;
  line-height: 880px;
}
#logo img {
  height: 110px;
  margin: 20px 0 0px;
  width: auto;
}
#logo {
  display: flex;
  justify-content: space-around;
}
#logo-type {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: center;
  height: 38px;
  margin: 0;
}

#site-description {
  align-content: center;
}
#masthead {
  clear: both;
  width: 100%;
  margin: 0 auto;
  height: 190px;
}
.storycontent h1,
.storycontent h2,
.page-header {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  line-height: 140%;
}
.storycontent h2 {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 190%;
}
.page-content {
  margin: 0 auto;
}
.storycontent p,
.page-content p {
  padding-bottom: 50px;
  line-height: 200%;
}
h4 {
  line-height: 175%;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
#featured_image {
  position: relative;
  margin-bottom: 16px;
}
#featured_image img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
}
#featured_image .label_outer {
  position: absolute;
  width: 100%;
  top: 48%;
}
.label,
#featured_image .label {
  text-align: center;
  padding: 0.5em 1em;
  background-color: #f5a800;
  color: #000;
  font-size: 20px;
  display: table;
  margin: 0 auto;
  font-weight: 400;
}
#more_posts_outer {
  position: relative;
  width: 100%;
  clear: both;
  float: left;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
}
#more_posts {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
  z-index: 100;
}
#more_posts a {
  text-decoration: none;
  color: #000;
}
#more_posts a:hover {
  color: orange;
}
.next_post,
.previous_post {
  float: left;
  width: 45%;
  padding-top: 10px;
}
.next_post {
  text-align: right;
}
#more_posts_outer .backtotop {
  width: 10%;
  float: left;
}
.backtotop a {
  width: 50px;
  height: 50px;
  display: block;
  background-image: url(sprite_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
  margin: 0 auto;
}
.backtotop a:hover {
  opacity: 0.7;
}
.sectionheader {
  z-index: 1;
}

.home #hileman_grid li span {
  display: block;
  text-align: center;
  comment: home is the only place we show captions;
}
.home #hileman_grid li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0);
  font-size: 6px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.99),
    -4px -4px 10px rgba(0, 0, 0, 0.99);
}
.home #hileman_grid li:hover a {
  transition: 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #fff;
  font-size: 18px;
}
.home #hileman_grid li.notextlink:hover a {
  text-shadow: none;
  color: rgba(0, 0, 0, 0);
}
.home #hileman_grid li.notextlink a {
  text-shadow: none;
  color: rgba(0, 0, 0, 0);
}
.home .container_link a {
  text-decoration: none;
}
.contact blockquote {
  padding-left: 120px;
  padding-top: 4em;
}
.contact .storycontent a {
  font-weight: 700;
}
.search #content,
.error404 #content {
  background-color: #ff4438;
  color: #fff;
}
.search #post_wrapper,
.error404 #post_wrapper {
  padding-right: 160px;
  padding-top: 6em;
}
.error404 #content a,
.search #content a {
  color: #fff;
}
.search .search-submit {
  padding: 0.5em 1em;
  border-radius: 30px;
  border: none;
}
.search-field {
  padding: 0.5em 1em;
}
.search .storycontent {
  padding-left: 160px;
  padding-right: 160px;
}
.home blockquote,
.about blockquote {
  padding-left: 10%;
  padding-right: 10%;
  background-color: #ff4438;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home h1 {
  letter-spacing: 0;
}
.contact #hileman_grid_container {
  border-top: 0;
}

.goleft {
  background-position: -160px center;
  transition: 1s all;
}

#downbutton {
  position: fixed;
  width: 100%;
  height: 42px;
  bottom: 20px;
  zzz-index: 999;
}
#downbutton .scrolldown {
  background-image: url(sprite_triangle_red.png);
  background-repeat: no-repeat;
  background-position: -100px 0;
  height: 42px;
  opacity: 0.8;
  width: 42px;
  text-align: center;
  display: block;
  margin: -15px auto;
  border-radius: 42px;
}
#downbutton .scrolldown.up {
  comment: when we are at bottom of page then triangle should point up;
  background-position: -150px 0;
}
.mobile #downbutton .scrolldown,
.contact #downbutton .scrolldown {
  display: none;
  comment: do not need this on mobile or contact page;
}
.sectionheader {
  background-color: #f5a800;
  padding: 15px;
  position: relative;
  width: 100%;
}
.previous-joint-ventures {
  background-color: #f8681b;
}
.other-projects {
  background-color: #ff4438;
}
.sectionheader h1 {
  margin: 0;
  font-size: 25px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  line-height: 44px;
}
.section_nav {
  font-size: 13px;
  line-height: 15px;
  position: absolute;
  right: 78px;
  top: 6px;
  width: 170px;
}
.storycontent .section_nav li a {
  font-weight: 300;
}
.storycontent .section_nav li.active a {
  font-weight: 700;
}
.contact .storycontent p {
  font-size: 20px;
}

.work .content a {
  color: #ff4438;
  text-decoration: underline;
}
.contact .the_caption {
  display: none;
}
.contact .rsContent img {
  cursor: default;
}
.contact blockquote {
  position: absolute;
  top: 0;
  left: 0;
}
.error404 #downbutton,
.search #downbutton,
.post-template-default #downbutton {
  display: none;
}
.search-results .hentry {
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
}
.search-results .hentry:last-child {
  border-bottom: none;
}
.search .storycontent {
  padding-left: 0;
  padding-right: 0;
}
.post-template-default #content {
  padding-left: 160px;
  padding-right: 160px;
}
.post-template-default .storycontent {
  color: grey;
}
.post-template-default #post_wrapper {
  min-height: calc(100vh - 125px);
}
.search-results .btn {
  border: 1px solid #fff;
  padding: 10px;
}
.home .the_caption h3 {
  cursor: pointer;
}
.home.ios #hileman_grid li .innerbox:hover {
  transition: none;
  transform: none;
}
.home.ios #hileman_grid li span {
  opacity: -1.5;
}

.privacy-policy .storycontent {
  padding-left: 120px;
  padding-right: 120px;
}
.privacy-policy .storycontent,
.privacy-policy .storycontent a,
.privacy-policy .storycontent h2 {
  color: #000;
  text-align: left;
}
.privacy-policy .storycontent h2,
.privacy-policy .storycontent h3 {
  font-weight: 700;
}
.privacy-policy .storycontent p:first-of-type {
  padding-bottom: 0;
}
.privacy-policy #downbutton {
  display: none;
}

.abBlackBox {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px;
}
.abWhiteBox {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px;
}
.abTextAlignCenter {
  text-align: center;
}

#footer a.underline {
  text-decoration: underline;
}
