@charset "UTF-8";
/* Base */
/* Fonts */
/* Font Sizes */
/* Colour Palette */
/* Colours */
/* Layout */
/* Navigation */
/* Breakpoints */
/* Admin Bar */
/* Modules */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -moz-text-size-adjust: 100%;
  /* Prevents mobile text size adjust after orientation change */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a, a:focus, a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #404040;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/* Elements */
html {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
html.mm-blocking {
  height: auto;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
h1, h2 {
  margin-bottom: 50px;
}
h3 {
  margin-top: 45px;
  margin-bottom: 25px;
}
.page-part-columns-parts h3 {
  margin-top: 0;
}
h5, h6 {
  margin-bottom: 30px;
}
h1 + h2, h2 + h2, h3 + h3 {
  margin-top: -55px;
}
h1 + h3 {
  margin-top: -35px;
}
.page-part-image-side h1 + h3 {
  margin-top: -48px;
}
h2 + h3 {
  margin-top: -48px;
}
.subpage-grid  h2 + h3 {
  margin-top: -18px;
}
.subpage-grid  h3 + p {
  margin-top: -14px;
}
.subpage-grid  .peepo {
  margin-bottom: 0px;
}
.page-part-image-hero-text p:last-child {
  margin-bottom: 20px;
}
.single-post h1 + h2 {
  margin-top: -48px;
}
h6 {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 25px;
}
p {
  margin-bottom: 1.4em;
}
p:last-child {
  margin-bottom: 0;
}
a, a:link {
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
hr {
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
embed, iframe, object {
  max-width: 100%;
}
ul, ol {
  margin: 0 0 1.5em 0;
}
ul {
  list-style: none;
}
ul li {
  margin-bottom: 5px;
  padding-left: 12px;
  background: url(../images/bullet.svg) no-repeat 0 12px;
}
.no-svg ul li {
  background-image: url(../images/bullet.png);
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  width: 100%;
  margin: 0 0 1.5em;
}
table tr:nth-child(2) td {
  border-top: none;
}
table tr th {
  padding-bottom: 8px;
  font-weight: normal;
  color: #222;
  border-bottom: 1px solid #ccc;
  vertical-align: bottom;
}
table tr th:first-child, table tr th:nth-child(2) {
  width: 40%;
}
table tr td {
  padding: 7px 0 10px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
table tr td.total {
  color: #222;
  border-top: 1px solid #ccc;
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  table {
    width: 90%;
  }
}
/**
 * iPad Portrait-
 */
@media screen and (max-width: 767px) {
  h1, h2 {
    margin-bottom: 40px;
  }
  h1 + h2, h2 + h2 {
    margin-top: -40px;
  }
  h1 + h3 {
    margin-top: -10px;
  }
  .page-part-image-side h1 + h3 {
    margin-top: -28px;
  }
  h2 + h3 {
    margin-top: -28px;
  }
  .single-post h1 + h2 {
    margin-top: -22px;
  }
}
/* WordPress */
.page-content img.wp-smiley, .entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* Libraries */
/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -47px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  background: transparent;
  opacity: 0.4;
  position: relative;
  cursor: pointer;
}
.flickity-page-dots .dot::before {
  border-top: 1px solid #222;
  content: '-';
  overflow: hidden;
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 1px;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
/* Theme */
html {
  font-size: 62.5%;
}
@media screen and (min-width: 1401px) {
  html {
    font-size: 66.40625%;
  }
}
@media screen and (min-width: 1601px) {
  html {
    font-size: 70.3125%;
  }
}
@media screen and (min-width: 1801px) {
  html {
    font-size: 74.21875%;
  }
}
html, body {
  -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea {
  font-family: "acumin-pro", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #858585;
  line-height: 1.7em;
}
b, strong {
  color: #222;
  font-weight: normal;
}
dfn, cite, em, i {
  font-style: italic;
  color: #555;
}
pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  line-height: 1.6;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.5rem;
}
mark, ins {
  text-decoration: none;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
dt {
  font-weight: bold;
}
th {
  font-weight: bold;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #222;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
h1 > a, h2 > a, h3 > a {
  color: #222;
}
h1, h2, h3, h4, h5 {
  font-family: "source-sans-pro", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
h1::after, h2::after {
  content: ' —';
}
h1.no-dash, h2.no-dash {
  padding-left: 0;
}
h1.no-dash::after, h2.no-dash::after {
  display: none;
}
h1 {
  margin-left: -3px;
}
h1, h1 + h2 {
  font-size: 5rem;
  line-height: 1.04em;
}
.page-template-default h1, .error404 h1 {
  font-size: 4.5rem;
}
h2 {
  font-size: 3.2rem;
  line-height: 1.1875em;
}
h3 {
  font-size: 2.5rem;
  line-height: 1.2em;
}
.subpage-grid  h2 + h3 {
  color: #858585;
}
.subpage-grid  .peepo {
  color: #222;
}
.subpage-grid  .peepo a {
  color: #222;
}
.subpage-grid  .peepo a:hover {
  color: #444;
}
h4 {
  border-bottom: 1px solid rgba(155, 121, 104, 0.4);
  margin-bottom: 1em;
  padding-bottom: 10px;
}
h4, h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.4rem;
}
h5 {
  font-style: normal;
  line-height: 1.45em;
}
p {
  font-style: normal;
}
p.caption {
  color: #fff;
}
/* Links */
a {
  color: #444;
}
a:visited {
  color: #444;
}
a:hover, a:focus, a:active {
  color: #000;
}
a:visited {
  color: #444;
}
a:hover, a:focus, a:active {
  color: #000;
}
a.button {
  min-height: 42px;
  margin-top: 20px;
  padding: 7px 40px 10px;
  border: 1px solid #444;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
a.button:hover {
  color: #000;
  border-color: #000;
}
/* Forms */
button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-size: 1.5rem;
  font-size: 1.2rem;
  color: #222;
  line-height: 1 !important;
  box-shadow: none !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select, .gform_wrapper .gfield_label, .gform_wrapper .enduranceland-section .gsection_description {
  font-size: 1.5rem;
  font-weight: 400 !important;
  color: rgba(155, 121, 104, 0.65);
  line-height: inherit !important;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .gform_wrapper .gfield_label::-webkit-input-placeholder, .gform_wrapper .enduranceland-section .gsection_description::-webkit-input-placeholder {
  color: rgba(155, 121, 104, 0.65);
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .gform_wrapper .gfield_label::-moz-placeholder, .gform_wrapper .enduranceland-section .gsection_description::-moz-placeholder {
  color: rgba(155, 121, 104, 0.65);
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .gform_wrapper .gfield_label:-ms-input-placeholder, .gform_wrapper .enduranceland-section .gsection_description:-ms-input-placeholder {
  color: rgba(155, 121, 104, 0.65);
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, .gform_wrapper .gfield_label:-moz-placeholder, .gform_wrapper .enduranceland-section .gsection_description:-moz-placeholder {
  color: rgba(155, 121, 104, 0.65);
}
.gform_wrapper .enduranceland-section .gsection_description {
  font-size: 1.4rem;
  font-weight: 400 !important;
  color: rgba(155, 121, 104, 0.65);
  line-height: inherit !important;
}
/* Nav  */
.primary-navigation li > a {
  color: #858585;
  font-weight: 500;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.primary-navigation li > a:hover {
  color: #222;
}
.primary-navigation li.current-menu-item > a, .primary-navigation li.current-menu-parent > a, .primary-navigation li.current-menu-ancestor > a, .primary-navigation li.current-item > a {
  color: #222;
}
.anchor-nav {
  letter-spacing: 2px;
}
/* Footer */
.site-footer {
  font-size: 1.3rem;
  color: #bbb;
}
.site-footer a {
  color: #bbb;
  text-decoration: none;
}
.site-footer a:hover {
  color: #555;
}
.site-footer li.current-item > a {
  color: #555;
}
/* Page Part Columns */
.page-part-columns-parts h3 {
  font-size: 7.2rem;
  font-weight: 200;
  line-height: 1em;
}
.page-part-columns-parts .column-part__content {
  text-align: center;
}
/* Subpage Grid */
.subpage-grid .entry-title {
  font-size: 2.5rem;
  line-height: 1.2em;
}
.subpage-grid .entry-subtitle {
  font-size: 2rem;
  line-height: 1em;
}
/* Anchor Nav */
.anchor-nav ul li {
  font-family: "acumin-pro", Arial, sans-serif;
  text-transform: uppercase;
}
/* News */
.page-posts.columns-3 .entry-header a, .single-post .entry-header a {
  text-decoration: none;
}
.page-posts.columns-3 .entry-header a h2, .single-post .entry-header a h2 {
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.page-posts.columns-3 .entry-header a:hover h2, .single-post .entry-header a:hover h2 {
  color: #000;
}
.page-posts.columns-3 .entry-header h2, .single-post .entry-header h2 {
  font-size: 2.5rem;
  line-height: 1.2em;
  text-transform: none;
}
.page-posts.columns-3 .entry-header h2::after, .single-post .entry-header h2::after {
  content: none;
}
.page-posts.columns-3 .entry-header .posted-on, .single-post .entry-header .posted-on {
  color: #BABABA;
}
/* News article */
.single-post .entry-header h1 {
  font-size: 4.5rem;
  line-height: 1.067em;
}
/* Post Navigation */
.paging-navigation .nav-previous a, .paging-navigation .nav-next a, .paging-navigation .nav-parent a, .post-navigation .nav-previous a, .post-navigation .nav-next a, .post-navigation .nav-parent a {
  color: #222;
}
/* Gravity Form Confirmation */
.gform_confirmation_message {
  color: #222;
}
/**
 * Search Modal
 */
#search input.search-field {
  font-family: "source-sans-pro", Arial, sans-serif;
  font-weight: 300 !important;
  letter-spacing: 0;
}
/**
 * iPhone telephone links
 */
a[href^="tel:"] {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  /* Image Hero Text */
  .page-part-image-hero-text h1, .page-part-image-hero-text h1 + h2, .page-part-image-hero-text p {
    color: #fff;
  }
}
/**
 * iPad Portrait
 */
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.8rem;
    line-height: 1.25em;
  }
}
/**
 * iPad Portrait-
 */
@media screen and (max-width: 767px) {
  /* Journal article */
  h1, h1 + h2 {
    font-size: 3.5rem;
    line-height: 1.03em;
    margin-left: 0;
  }
  .page-template-default h1, .error404 h1 {
    font-size: 3.5rem;
  }
  h1 + h2::after {
    content: ' —';
    display: inline;
  }
  h2 {
    padding-left: 0;
  }
  h2::after {
    display: none;
  }
  h5 {
    font-family: "acumin-pro", Arial, sans-serif;
    font-size: 1.4rem;
    color: #858585;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0;
  }
  p {
    font-size: 1.4rem;
    color: #858585;
  }
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select, .gform_wrapper .gfield_label {
    color: #858585;
  }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .gform_wrapper .gfield_label::-webkit-input-placeholder {
    color: #858585;
  }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .gform_wrapper .gfield_label::-moz-placeholder {
    color: #858585;
  }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .gform_wrapper .gfield_label:-ms-input-placeholder {
    color: #858585;
  }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, .gform_wrapper .gfield_label:-moz-placeholder {
    color: #858585;
  }
  .single-post .entry-header h1 {
    font-size: 3.5rem;
    line-height: 1.03em;
  }
}
/**
 * iPhone 6s plus-
 */
@media screen and (max-width: 413px) {
  .home .page-parts > .page-part:first-child h2 {
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1.1em;
  }
}
/**
 * iPhone 5 only
 */
@media screen and (max-width: 374px) {
  h2 {
    font-size: 2.3rem;
    line-height: 1.3em;
  }
}
/**
 * Web Font Loading
 */
.site-header #site-navigation #menu-primary, .site-main .paging-navigation, .site-main .post-navigation, .page-content, .entry-header, .entry-summary, .entry-content-inner, .site-footer-content, .entry-image .caption {
  opacity: 1;
}
.wf-loading .site-header #site-navigation #menu-primary, .wf-loading .site-main .paging-navigation, .wf-loading .site-main .post-navigation, .wf-loading .page-content, .wf-loading .entry-header, .wf-loading .entry-summary, .wf-loading .entry-content-inner, .wf-loading .site-footer-content, .wf-loading .entry-image .caption {
  opacity: 0;
}
.wf-active .site-header #site-navigation #menu-primary, .wf-active .site-main .paging-navigation, .wf-active .site-main .post-navigation, .wf-active .page-content, .wf-active .entry-header, .wf-active .entry-summary, .wf-active .entry-content-inner, .wf-active .site-footer-content, .wf-active .entry-image .caption, .wf-inactive .site-header #site-navigation #menu-primary, .wf-inactive .site-main .paging-navigation, .wf-inactive .site-main .post-navigation, .wf-inactive .page-content, .wf-inactive .entry-header, .wf-inactive .entry-summary, .wf-inactive .entry-content-inner, .wf-inactive .site-footer-content, .wf-inactive .entry-image .caption {
  opacity: 1;
}
/**
 * @package     Endurance Land
 * @subpackage  Extends
 */
.centered {
  text-align: center;
}
button, input, select, textarea {
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}
/**
 * @package     Endurance Land
 * @subpackage  Pagination CSS
 */
.site-main .paging-navigation, .site-main .post-navigation {
  margin: 20px 25px 30px;
  padding-bottom: 20px;
  overflow: hidden;
}
.site-main .paging-navigation .nav-outer, .site-main .post-navigation .nav-outer {
  float: right;
}
.site-main .paging-navigation {
  margin: 0;
  padding: 30px 25px 35px;
  border-top: 1px solid #EEEEEE;
}
.site-main .post-navigation {
  border-bottom: 1px solid #EEEEEE;
}
.site-main .post-navigation.project {
  margin: 0;
  padding: 30px 25px 35px;
  border-bottom: none;
  border-top: 1px solid #EEEEEE;
}
.paging-navigation .nav-previous, .paging-navigation .nav-next, .paging-navigation .nav-parent, .post-navigation .nav-previous, .post-navigation .nav-next, .post-navigation .nav-parent {
  width: auto;
  float: none;
  display: inline-block;
}
.paging-navigation .nav-previous a, .paging-navigation .nav-next a, .paging-navigation .nav-parent a, .post-navigation .nav-previous a, .post-navigation .nav-next a, .post-navigation .nav-parent a {
  width: auto;
  display: block;
  background-image: url(../images/pagination-arrows-article.svg);
  background-repeat: no-repeat;
  opacity: 0.3;
  text-decoration: none;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.no-svg .paging-navigation .nav-previous a, .no-svg .paging-navigation .nav-next a, .no-svg .paging-navigation .nav-parent a, .no-svg .post-navigation .nav-previous a, .no-svg .post-navigation .nav-next a, .no-svg .post-navigation .nav-parent a {
  background-image: url(../images/pagination-arrows-article.png);
}
.paging-navigation .nav-previous a:hover, .paging-navigation .nav-next a:hover, .paging-navigation .nav-parent a:hover, .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .post-navigation .nav-parent a:hover {
  opacity: 1;
}
.paging-navigation .nav-previous a span, .paging-navigation .nav-next a span, .paging-navigation .nav-parent a span, .post-navigation .nav-previous a span, .post-navigation .nav-next a span, .post-navigation .nav-parent a span {
  display: none;
}
.paging-navigation.infinite-news .nav-previous, .post-navigation.infinite-news .nav-previous {
  display: none;
}
.paging-navigation .nav-previous a, .paging-navigation .nav-parent a, .post-navigation .nav-previous a, .post-navigation .nav-parent a {
  padding-left: 15px;
  background-position: 0 0;
}
.paging-navigation .nav-next a, .post-navigation .nav-next a {
  padding-right: 15px;
  background-position: right -50px;
}
.paging-navigation .nav-previous, .post-navigation .nav-previous {
  margin-right: 40px;
}
/* Float nav on screens larger than 470px */
@media screen and (min-width: 470px) {
  .site-main .paging-navigation, .site-main .post-navigation {
    margin: 120px 25px 30px;
  }
  .site-main .paging-navigation .nav-outer, .site-main .post-navigation .nav-outer {
    margin-bottom: 0;
    float: right;
  }
  .site-main .paging-navigation .nav-previous, .site-main .post-navigation .nav-previous {
    margin-right: 0;
  }
  .site-main .paging-navigation .nav-next, .site-main .post-navigation .nav-next {
    margin-left: 40px;
  }
  .site-main .paging-navigation {
    margin: 0;
  }
  .site-main .paging-navigation .nav-links {
    float: right;
  }
  .site-main .paging-navigation .nav-next {
    margin-left: 0;
  }
  .site-main .paging-navigation .nav-previous {
    margin-right: 0;
  }
  .site-main .paging-navigation .nav-next {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .site-main .paging-navigation {
    margin: 0;
    padding: 30px 60px 35px;
  }
  .site-main .post-navigation {
    margin: 100px 40px 30px;
  }
  .site-main .post-navigation.project {
    margin: 0;
    padding: 30px 60px 35px;
  }
  .paging-navigation .nav-previous a span, .paging-navigation .nav-next a span, .paging-navigation .nav-parent a span, .post-navigation .nav-previous a span, .post-navigation .nav-next a span, .post-navigation .nav-parent a span {
    display: inline;
  }
}
/**
 * Clearings
 */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
}
.clear:after, .entry-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/**
 * Posts and pages
 */
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-content:first-child, .entry-content:first-child, .entry-summary:first-child {
  margin-top: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/**
 * @package     Endurance Land
 * @subpackage  Site
 */
#site {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.site {
  box-sizing: border-box;
  left: 0px;
  min-height: 100%;
  padding-top: 120px;
  position: relative;
  -webkit-transition: left 400ms ease-in-out;
  -moz-transition: left 400ms ease-in-out;
  -o-transition: left 400ms ease-in-out;
  transition: left 400ms ease-in-out;
}
.single-past-project .site {
  padding-top: 64px;
}
.site:after {
  content: ' ';
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: opacity 400ms, visibility 400ms;
  -moz-transition: opacity 400ms, visibility 400ms;
  -o-transition: opacity 400ms, visibility 400ms;
  transition: opacity 400ms, visibility 400ms;
}
.no-csspointerevents .site:after {
  display: none;
}
.nav-showing .site {
  left: 100%;
}
.nav-showing .site:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .site {
    padding-bottom: 90px;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Site Header
 */
.site-header {
  background-color: #fff;
  box-sizing: border-box;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  border-bottom: 1px solid rgba(238, 238, 238, 0);
  -webkit-transition: height 400ms ease-in-out, left 400ms ease-in-out, border-bottom 400ms ease-in-out;
  -moz-transition: height 400ms ease-in-out, left 400ms ease-in-out, border-bottom 400ms ease-in-out;
  -o-transition: height 400ms ease-in-out, left 400ms ease-in-out, border-bottom 400ms ease-in-out;
  transition: height 400ms ease-in-out, left 400ms ease-in-out, border-bottom 400ms ease-in-out;
}
.admin-bar .site-header {
  top: 46px;
}
.header-min .site-header, .force-header-min .site-header {
  height: 65px;
  border-bottom-color: #eee;
}
.error404 .site-header, .blog .site-header, .single-post .site-header, .single-project .site-header, .page-template-default .site-header, .site-header.has-divider-line {
  border-bottom-color: #eee;
}
.site-header.mm-slideout {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .site-header.has-divider-line.mobile-divider-line {
    border-bottom-color: rgba(238, 238, 238, 0);
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Site Branding
 */
.site-branding {
  width: 175px;
  height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.site-branding a {
  text-decoration: none;
}
.header-min .site-branding {
  width: 115px;
  height: 40px;
  margin-top: -19px;
}
.site-title {
  height: 60px;
  background: url(../images/endurance-land-logo.svg) no-repeat 0 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.no-svg .site-title {
  background-image: url(../images/endurance-land-logo.png);
  background-size: 100%;
}
.header-min .site-title {
  height: 40px;
}
.site-title a {
  padding-top: 60px;
  display: block;
  text-indent: -999px;
}
@media screen and (min-width: 768px) {
  .site-branding {
    left: 60px;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Menu Toggle
 */
.menu-toggle {
  display: block;
  margin-top: -19px;
  overflow: hidden;
  position: fixed;
  top: 50px;
  right: 5px;
  text-indent: -999px;
  width: 58px;
  height: 58px;
  z-index: 200;
  -webkit-transition: all 400ms ease-in-out !important;
  -moz-transition: all 400ms ease-in-out !important;
  -o-transition: all 400ms ease-in-out !important;
  transition: all 400ms ease-in-out !important;
}
.header-min .menu-toggle, .force-header-min .menu-toggle {
  top: 22px;
}
@media screen and (max-width: 919px) {
  .nav-showing .menu-toggle {
    top: 22px;
  }
}
.menu-toggle::before {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  content: '';
  margin-top: -4px;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 18px;
  height: 9px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.menu-toggle::after {
  border-top: 1px solid black;
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 18px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.menu-toggle:hover::before, .menu-toggle:hover::after {
  border-color: rgba(0, 0, 0, 0.4);
}
.nav-showing .menu-toggle {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-showing .menu-toggle::before {
  border-top-color: transparent;
  margin-top: 0;
  height: 1px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-showing.nav-open .menu-toggle {
  left: 40px;
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  .menu-toggle {
    right: 40px;
  }
}
@media screen and (min-width: 1150px) {
  .menu-toggle {
    display: none;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Menu Toggle
 */
.menu-top {
  display: block;
  margin-top: -19px;
  overflow: hidden;
  position: fixed;
  top: 40px;
  left: -60px;
  text-indent: -999px;
  width: 38px;
  height: 58px;
  z-index: 200;
  -webkit-transition: all 400ms ease-in-out !important;
  -moz-transition: all 400ms ease-in-out !important;
  -o-transition: all 400ms ease-in-out !important;
  transition: all 400ms ease-in-out !important;
}
.header-min .menu-top, .force-header-min .menu-top {
  top: 22px;
}
@media screen and (max-width: 919px) {
  .nav-showing .menu-top {
    top: 22px;
  }
}
.menu-top::after {
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  content: '<';
  display: block;
  overflow: hidden;
  position: absolute;
  top: 24px;
  left: 14px;
  text-indent: -999px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-showing.nav-open .menu-top {
  left: 15px;
}
/**
 * Hide menu top link if not mobile-style nav
 */
@media screen and (min-width: 920px) {
  .menu-top {
    display: none;
    top: 40px;
  }
}
.primary-navigation {
  display: none;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.primary-navigation ul li {
  padding-left: 40px;
  display: inline-block;
  background: none;
}
@media screen and (min-width: 783px) {
  .admin-bar .primary-navigation {
    height: 152px;
  }
  .admin-bar.header-min .primary-navigation, .admin-bar.force-header-min .primary-navigation {
    height: 97px;
  }
  .admin-bar .primary-navigation .menu {
    top: 152px;
  }
  .admin-bar .primary-navigation .menu ul {
    top: 152px;
  }
  .admin-bar.header-min .primary-navigation .menu, .admin-bar.force-header-min .primary-navigation .menu {
    top: 97px;
  }
  .admin-bar.header-min .primary-navigation .menu ul, .admin-bar.force-header-min .primary-navigation .menu ul {
    top: 97px;
  }
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 1150px) {
  .primary-navigation {
    display: block;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Site Footer
 */
.site-footer {
  margin: 0;
  padding: 0 25px;
  border-top: 1px solid #EEEEEE;
  background-color: #fff;
}
.site-footer .site-footer-content {
  padding: 31px 0 29px;
  text-align: left;
}
.site-footer .footer-navigation ul {
  display: inline-block;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.site-footer .footer-navigation li {
  display: inline-block;
  margin: 0 0 0.5em;
  margin-left: 0;
  padding-left: 0;
  padding-right: 20px;
  background: none;
}
.site-footer .footer-navigation #menu-footer-social li {
  height: 18px;
  overflow: hidden;
  opacity: 0.2;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}
.site-footer .footer-navigation #menu-footer-social li.follow {
  opacity: 1;
  padding-right: 10px;
}
.site-footer .footer-navigation #menu-footer-social li.twitter {
  text-indent: -9999em;
  background-image: url(../images/twitter.svg);
}
.no-svg .site-footer .footer-navigation #menu-footer-social li.twitter {
  background-image: url(../images/twitter.png);
}
.site-footer .footer-navigation #menu-footer-social li.twitter a {
  width: 15px;
}
.site-footer .footer-navigation #menu-footer-social li.linkedin {
  text-indent: -9999em;
  background-image: url(../images/linkedin.svg);
}
.no-svg .site-footer .footer-navigation #menu-footer-social li.linkedin {
  background-image: url(../images/linkedin.png);
}
.site-footer .footer-navigation #menu-footer-social li.linkedin a {
  width: 15px;
}
.site-footer .footer-navigation #menu-footer-social li.instagram {
  text-indent: -9999em;
  background-image: url(../images/instagram@2x.png);
  background-size: 13px 15px;
}
.no-backgroundsize .site-footer .footer-navigation #menu-footer-social li.instagram {
  background-image: url(../images/instagram.png);
}
.site-footer .footer-navigation #menu-footer-social li.instagram a {
  width: 13px;
}
.site-footer .footer-navigation #menu-footer-social li.icon {
  margin-left: 8px;
  padding-right: 14px;
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.site-footer .footer-navigation #menu-footer-social li.icon:hover {
  opacity: 0.5;
}
.site-footer .footer-navigation #menu-footer-social li:last-child {
  padding-right: 0;
}
.site-footer .footer-navigation #menu-footer-social li a {
  height: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-navigation li:first-child::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding: 0 60px;
  }
  .site-footer .footer-navigation li {
    margin-left: 20px;
    padding-right: 20px;
  }
  .site-footer .footer-navigation #menu-footer-social li.follow {
    padding-right: 15px;
  }
  .site-footer .site-footer-content {
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .site-footer .site-footer-content {
    text-align: left;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .site-footer .footer-navigation {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .site-footer .footer-navigation ul {
    margin-bottom: 0;
  }
  .site-footer .footer-navigation li.menu-item-credit::before {
    display: none;
  }
  .site-footer #menu-footer-social {
    float: right;
  }
  .site-footer .site-info {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Anchor Nav Template
 */
.anchor-nav {
  background-color: #2B2B2B;
  border-bottom: 1px solid #222;
  box-sizing: border-box;
  padding-top: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: padding-top 400ms 0ms ease-in-out, left 400ms ease-in-out;
  -moz-transition: padding-top 400ms 0ms ease-in-out, left 400ms ease-in-out;
  -o-transition: padding-top 400ms 0ms ease-in-out, left 400ms ease-in-out;
  transition: padding-top 400ms 0ms ease-in-out, left 400ms ease-in-out;
}
.nav-showing .anchor-nav {
  left: 100%;
}
.anchor-nav h1 {
  font-size: 1.6rem;
  margin: 0;
  padding: 13px 25px;
  text-transform: uppercase;
  background-color: #2B2B2B;
  cursor: pointer;
}
.anchor-nav h1 .more-less-icon {
  margin-left: 28px;
}
.anchor-nav ul {
  background-color: #2B2B2B;
  border-top: 1px solid #222;
  box-sizing: border-box;
  list-style: none;
  margin: -25px 0 0;
  min-width: 320px;
  padding: 20px 25px 50px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out, margin-top 400ms 0ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out, margin-top 400ms 0ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out, margin-top 400ms 0ms ease-in-out;
  transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out, margin-top 400ms 0ms ease-in-out;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.09);
}
.anchor-nav ul li {
  margin: 0;
  padding: 0;
}
.anchor-nav ul li a {
  display: block;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  padding: 12px 0;
  text-decoration: none;
}
.anchor-nav.expanded ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, margin-top 400ms 0 ease-in-out;
  -moz-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, margin-top 400ms 0 ease-in-out;
  -o-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, margin-top 400ms 0 ease-in-out;
  transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, margin-top 400ms 0 ease-in-out;
}
.header-min .anchor-nav.expanded ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.admin-bar .anchor-nav {
  top: 46px;
}
.header-min .anchor-nav {
  padding-top: 65px;
  -webkit-transition: padding-top 400ms 400ms ease-in-out, left 400ms ease-in-out;
  -moz-transition: padding-top 400ms 400ms ease-in-out, left 400ms ease-in-out;
  -o-transition: padding-top 400ms 400ms ease-in-out, left 400ms ease-in-out;
  transition: padding-top 400ms 400ms ease-in-out, left 400ms ease-in-out;
}
@media screen and (min-width: 783px) {
  .admin-bar .anchor-nav {
    top: 32px;
  }
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  .anchor-nav h1, .anchor-nav ul {
    padding-left: 60px;
    padding-right: 60px;
  }
  .anchor-nav h1 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .anchor-nav ul {
    width: auto;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Page Header
 */
.page-header .page-content-inner {
  max-width: 920px;
  padding: 0 40px;
}
.page-header.full-height, .page-header.full-height-404 {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 10vh);
  margin-top: -120px;
  padding-top: 120px;
  position: relative;
}
.page-header.full-height .page-content, .page-header.full-height-404 .page-content {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 10vh - 120px - 60px);
}
#ie9 .page-header.full-height .page-content, #ie9 .page-header.full-height-404 .page-content {
  min-height: 0;
}
@media screen and (min-width: 783px) {
  .page-header .page-content {
    max-width: 920px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-header.full-height .page-content {
    padding-bottom: 80px;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Page Part Content Side (Left/Right)
 */
.page-part {
  margin: 0;
  padding: 0;
}
.page-part.opt-line-above {
  border-top: 1px solid #e6e6e6;
}
.page-part.opt-line-below {
  border-bottom: 1px solid #e6e6e6;
}
.page-part .entry-image {
  overflow: hidden;
}
.page-part .entry-image img {
  display: block;
  min-width: 100%;
  width: auto;
  height: auto;
}
.page-part .entry-content {
  box-sizing: border-box;
  margin: 0;
  padding: 30px 0;
  text-align: left;
}
.post-type-archive-person .page-part-default.page-part .entry-content {
  padding: 0 25px;
}
.page-part .entry-content-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  width: 100%;
}
.page-template-default .page-part .entry-content-inner {
  margin: 0 0 30px;
  padding: 40px 25px 0;
  max-width: 800px;
}
.page-template-default .page-part .entry-content-inner h1 {
  margin-bottom: 60px;
}
.page-part.full-height-bleed .entry-image {
  position: relative;
}
.page-part.full-height-bleed .entry-image .image-placeholder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-part.page-part-wide .entry-content-inner {
  max-width: calc(100% - 50px);
}
.page-part.page-part-wide#instagram-feed .entry-content {
  padding: 20px 0 60px;
}
.page-part.no-post-thumbnail .entry-content {
  padding: 30px 0;
}
.page-part.no-bg .entry-content {
  padding-bottom: 50px;
}
.page-part.no-bg .entry-content .entry-content-inner {
  width: 100%;
  max-width: 700px;
  padding: 0 25px;
}
.js .page-part.has-alternative-link {
  cursor: pointer;
}
.page-part-image-left .entry-content-inner, .page-part-image-right .entry-content-inner {
  margin-left: 0;
  margin-right: 0;
}
#contact-us.page-part .entry-content-inner {
  max-width: 750px;
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  .page-part {
    padding: 0;
  }
  .page-part.has-down-arrow {
    padding-bottom: 60px;
  }
  .page-part .entry-content {
    padding: 30px;
  }
  .post-type-archive-person .page-part-default.page-part .entry-content {
    padding: 30px 60px;
  }
  .page-part .entry-content-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-default .page-part .entry-content-inner {
    margin-bottom: 0;
    padding: 80px 30px 0;
    max-width: 800px;
  }
  .page-template-default .page-part .entry-content-inner h1 {
    margin-bottom: 100px;
  }
  .page-part.full-height-bleed {
    min-height: calc(100vh - 120px);
  }
  .page-part.full-height-bleed .entry-image .image-placeholder {
    padding-top: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .page-part.page-part-wide .entry-content-inner {
    max-width: calc(100% - 120px);
  }
  .page-part.no-bg .entry-content-inner {
    margin-top: 70px;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Page Part Content (Bleed)
 */
.page-part-content-bleed {
  padding: 0px;
}
.page-part-content-bleed .entry-content {
  padding-left: 30px;
  padding-right: 30px;
}
/**
 * @package     Endurance Land
 * @subpackage  Page Part Content Side (Left/Right)
 */
.page-part-content-grid {
  padding: 25px;
}
.page-part-content-grid .grid-items {
  margin-top: 30px;
  margin-bottom: -30px;
}
.page-part-content-grid .grid-item {
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
}
.page-part-content-grid .entry-content {
  padding-top: 25px;
}
.page-part-content-grid .entry-content-inner {
  max-width: 100%;
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  .page-part-content-grid {
    padding: 60px;
  }
  .page-part-content-grid .entry-content {
    padding: 30px 0 0;
  }
  .page-part-content-grid .grid-items {
    overflow: hidden;
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .page-part-content-grid .grid-item {
    float: left;
    padding: 30px;
    width: 25%;
  }
  .page-part-content-grid .grid-item:nth-child(4n + 1) {
    clear: left;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Page Part Image Side (Left/Right)
 */
.page-part-image-side .entry-content {
  position: relative;
  padding: 50px 25px 55px;
}
.page-part-image-side.page-part-image-side-bleed {
  padding: 0px;
}
.page-part-image-side .entry-content-inner {
  max-width: 500px;
}
.js.no-touchevents .page-part-image-side.has-alternative-link .entry-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.js.no-touchevents .page-part-image-side.has-alternative-link:hover .entry-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.page-part-image-side:nth-child(1) {
  padding: 0 25px 55px;
}
.page-part-image-hero-text + .page-part-image-side .entry-content, .single-project .page-parts.project + .page-part-image-side .entry-content {
  padding-top: 0;
}
/* Partners layout */
#investment-partners .entry-image {
  margin: 0 25px 60px;
}
@media screen and (min-width: 768px) {
  /* Partners layout */
  .page-part-image-side {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .page-part-image-side .entry-image, .page-part-image-side .entry-content {
    width: 50%;
  }
  .page-part-image-side .entry-content {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 0px;
  }
  .page-part-image-side .entry-content.has-down-arrow .entry-content-inner {
    padding-bottom: 25px;
  }
  .page-part-image-side.page-part-image-side-bleed .entry-content {
    padding: 60px;
  }
  #investment-partners .entry-image {
    margin: 100px 0;
    padding: 0 70px;
  }
  .page-part-image-left, .page-part-image-right {
    /* Image bleed 50/50 layout */
  }
  .page-part-image-left .entry-image, .page-part-image-right .entry-image {
    padding: 0;
  }
  .page-part-image-left .entry-content, .page-part-image-right .entry-content {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 90px 60px 80px !important;
  }
  .page-part-image-left.page-part-image-side-bleed .entry-image, .page-part-image-right.page-part-image-side-bleed .entry-image {
    padding: 0;
  }
  .page-part-image-left.page-part-image-side-bleed .entry-content, .page-part-image-right.page-part-image-side-bleed .entry-content {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px;
  }
  .page-part-image-left .entry-image, .page-part-image-left.page-part-image-side-bleed .entry-image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-part-image-left .entry-content, .page-part-image-left.page-part-image-side-bleed .entry-content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-part-image-right .entry-image, .page-part-image-right.page-part-image-side-bleed .entry-image {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-part-image-right .entry-content, .page-part-image-right.page-part-image-side-bleed .entry-content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Page Part Image Bar
 */
.page-part-template-page-part-image-below.has-content .entry-image {
  margin-top: 30px;
}
.page-part-template-page-part-image-below .entry-content-inner {
  max-width: 950px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .page-part-template-page-part-image-below.has-content .entry-image {
    margin-top: 60px;
  }
  .page-part-template-page-part-image-below .entry-content-inner {
    width: 80%;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Page Part Columns
 */
.page-part-columns {
  padding: 25px;
}
.page-part-columns .entry-content {
  padding-bottom: 0;
}
.page-part-columns .image-columns {
  margin-bottom: 60px;
  padding-top: 20px;
}
.page-part-columns .image-columns .column-item {
  float: left;
  width: 50%;
}
.page-part-columns .image-columns .column-item .image-placeholder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-part-columns .column {
  box-sizing: border-box;
  margin-bottom: 60px;
  text-align: left;
}
.page-part-columns .entry-content-inner {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .page-part-columns {
    padding: 30px;
  }
  .page-part-columns .entry-content {
    padding: 60px 0 0;
  }
  .page-part-columns .image-columns {
    margin: 0 30px 30px;
  }
  .page-part-columns .image-columns .column-item {
    width: 25%;
  }
  .page-part-columns .columns {
    margin-bottom: 0;
    overflow: hidden;
  }
  .page-part-columns .column {
    float: left;
    padding: 30px;
    width: 50%;
  }
  .page-part-columns .column:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .page-part-columns .column {
    width: 25%;
  }
  .page-part-columns .column:nth-child(2n + 1) {
    clear: none;
  }
  .page-part-columns .column:nth-child(4n + 1) {
    clear: left;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Page Part Columns
 */
.page-part-floorplans {
  background-color: #fdecde !important;
  color: #7d5844;
  padding: 25px;
}
.page-part-floorplans h1, .page-part-floorplans h2, .page-part-floorplans h3, .page-part-floorplans h4 {
  color: #7d5844;
}
.page-part-floorplans .entry-content-inner {
  max-width: 100%;
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  .page-part-floorplans {
    padding: 60px;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Page Part Image Bar
 */
.page-part-image-bar.has-content .entry-image {
  margin-bottom: 0;
}
.page-part-image-bar.has-content .entry-content {
  padding: 50px 25px 60px;
}
.page-part-image-bar .entry-content-inner {
  max-width: 500px;
  width: 100%;
}
.page-part-image-bar .entry-content-inner .col1 {
  margin-bottom: 40px;
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  .page-part-image-bar.has-content .entry-image {
    margin-bottom: 50px;
  }
  .page-part-image-bar.has-content .entry-content {
    padding: 50px 0 90px;
  }
  .page-part-image-bar .entry-content-inner {
    max-width: none;
    width: 100%;
  }
  .page-part-image-bar .entry-content-inner .col1, .page-part-image-bar .entry-content-inner .col2 {
    width: 50%;
    padding: 0 60px;
    float: left;
  }
  .page-part-image-bar .entry-content-inner .col1 .inner, .page-part-image-bar .entry-content-inner .col2 .inner {
    max-width: 500px;
    margin: 0 auto;
  }
}
/*
.page-part-image-left,
.page-part-image-right {
	padding: 0;
	margin: 0 auto;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: opacity, visibility, -webkit-transform, transform;
	-moz-transition: opacity, visibility, transform;
	-ms-transition: opacity, visibility, -mstransform, transform;
	-o-transition: opacity, visibility, -webkit-transform, transform;
	transition: opacity, visibility, -webkit-transform, -ms-transform, transform;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);

    &:not( .bleed ) {
		margin: 20px auto;
    }

	.column.text {
		opacity: 1;
		-webkit-transition: opacity 1s 500ms;
		-moz-transition: opacity 1s 500ms;
		-ms-transition: opacity 1s 500ms;
		-o-transition: opacity 1s 500ms;
		transition: opacity 1s 500ms;
	}
	

	.column-text {
		margin: 20px 20px 40px;

		h2,
		h3 {
			margin-bottom: 40px;

			& + h3,
			& + h4 {
				margin-top: -35px;
			}

		}

		> :last-child {
			margin-bottom: 0;
		}

	}

}

.page-part-image-left.inview,
.page-part-image-right.inview {

	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);

	.column.text {
		opacity: 1;
	}

}
*/
@media screen and (min-width: 1024px) {
  .page-part-image-left.offset.has-offset-after .entry-content-inner {
    padding-bottom: 7.1428571429vw;
  }
  .page-part-image-left.offset + .page-part-image-right.offset.has-offset-before {
    margin-top: -7.1428571429vw;
  }
  .page-part-image-left.offset + .page-part-image-right.offset.has-offset-before .entry-content-inner {
    padding-top: 7.1428571429vw;
  }
  .page-part-image-right.offset.has-offset-after .entry-content-inner {
    padding-bottom: 7.1428571429vw;
  }
  .page-part-image-right.offset + .page-part-image-left.offset.has-offset-before {
    margin-top: -7.1428571429vw;
  }
  .page-part-image-right.offset + .page-part-image-left.offset.has-offset-before .entry-content-inner {
    padding-top: 7.1428571429vw;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Page Part Image Bar
 */
.page-part-slideshow.is-slideshow.no-content {
  padding-bottom: 26px;
}
.page-part-slideshow.is-slideshow .gallery-slider {
  margin-bottom: 54px;
  padding-bottom: 56.3%;
}
.page-part-slideshow.is-slideshow .gallery-slider .flickity-viewport {
  width: 100%;
  position: absolute;
}
.page-part-slideshow.is-slideshow .gallery-slide {
  height: 100%;
  margin-right: 25px;
  padding-top: 0 !important;
}
.page-part-slideshow.is-slideshow .entry-content {
  padding: 30px 25px 40px;
}
.page-part-slideshow.page-part-slideshow-bleed {
  padding: 0;
}
.page-part-slideshow.page-part-slideshow-bleed.is-slideshow {
  padding-bottom: 26px;
}
.page-part-slideshow.page-part-slideshow-bleed.is-slideshow .gallery-slide {
  margin-right: 0;
}
.page-part-slideshow.page-part-slideshow-bleed .entry-content {
  padding-left: 30px;
  padding-right: 30px;
}
.page-part-slideshow .entry-content {
  padding: 50px 25px 55px;
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  .page-part-slideshow.is-slideshow .gallery-slide {
    margin-right: 60px;
  }
  .page-part-slideshow.is-slideshow .entry-content {
    padding: 50px 0 65px;
  }
  .page-part-slideshow .entry-content {
    padding: 100px 0 100px;
  }
  .page-part-slideshow .entry-content-inner {
    max-width: none;
    width: 100%;
  }
  .page-part-slideshow .entry-content-inner .col1, .page-part-slideshow .entry-content-inner .col2 {
    width: 50%;
    padding: 0 60px;
    float: left;
  }
  .page-part-slideshow .entry-content-inner .col1 .inner, .page-part-slideshow .entry-content-inner .col2 .inner {
    max-width: 500px;
    margin: 0 auto;
  }
}
.column-parts {
  margin: 40px 25px;
}
.column-parts__inner {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.column-parts__inner > * {
  margin: 0;
  padding: 20px;
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  .column-parts__inner {
    margin-left: -50px;
    margin-right: -50px;
  }
  .column-parts__inner > * {
    margin: 0;
    padding: 50px;
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media screen and (min-width: 1024px) {
  .column-parts {
    margin: 20px 60px;
  }
  .column-parts__inner > * {
    -webkit-box-flex: 0 1 25%;
    -moz-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  .column-parts--3 .column-parts__inner > *, .column-parts--6 .column-parts__inner > * {
    -webkit-box-flex: 0 1 33.33%;
    -moz-box-flex: 0 1 33.33%;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
  }
  .column-parts--5 .column-parts__inner > *, .column-parts--10 .column-parts__inner > * {
    -webkit-box-flex: 0 1 20%;
    -moz-box-flex: 0 1 20%;
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Page Posts
 */
.blog .entry-content {
  padding-bottom: 50px;
}
.blog .entry-content .entry-content-inner {
  width: 100%;
  max-width: none;
  padding: 0 25px;
}
.blog .entry-content .entry-content-inner .wrapper {
  max-width: 420px;
}
.page-posts {
  padding: 0 25px;
}
.page-posts .hentry {
  box-sizing: border-box;
  text-align: left;
}
.page-posts .hentry .entry-image {
  height: 100%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page-posts .hentry .entry-image-container {
  margin-bottom: 40px;
}
.page-posts .hentry .entry-content {
  margin: 0;
  padding: 0;
}
.page-posts .hentry .entry-header, .page-posts .hentry .entry-summary {
  padding: 0;
}
.page-posts .hentry .entry-summary {
  margin-top: 30px;
}
.single-post .page-posts .hentry .entry-summary {
  display: none;
}
.page-posts .hentry h2 {
  margin-bottom: 20px;
  padding-left: 0;
}
.page-posts.columns-3 {
  background-color: #fff;
}
.page-posts.adjacent-posts-previews {
  padding-top: 30px;
  border-top: 1px solid #EEEEEE;
}
@media screen and (min-width: 768px) {
  .blog .page-parts {
    border-bottom: 1px solid #EEEEEE;
  }
  .blog .entry-content {
    padding-bottom: 30px;
  }
  .blog .entry-content .entry-content-inner {
    padding-left: 30px;
  }
  .page-posts {
    padding: 60px 40px;
  }
  .page-posts.columns-3 {
    overflow: hidden;
  }
  .page-posts.columns-3 .entry-content {
    margin-top: 0;
    padding: 0 10% 0 0;
  }
  .page-posts.columns-3 .entry-header, .page-posts.columns-3 .entry-summary {
    padding: 0;
  }
  .page-posts.columns-3 .entry-image-container {
    overflow: hidden;
  }
  .page-posts.columns-3 .entry-image-container div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 400ms ease-in-out;
    -moz-transition: transform 400ms ease-in-out;
    -o-transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
  }
  .page-posts.columns-3 .entry-image-container:hover div {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .page-posts.adjacent-posts-previews {
    padding-top: 60px;
  }
  .single-post .page-posts .hentry .entry-summary {
    display: block;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Subpage Grid
 */
.subpage-grid {
  margin-top: 0;
  padding: 25px;
  background-color: #fff;
}
.subpage-grid .entry-image {
  background-color: rgba(0, 0, 0, 0);
  margin: 0 0 30px 0;
  position: relative;
}
.subpage-grid .entry-image a, .subpage-grid .entry-image img {
  display: block;
}
.subpage-grid .entry-image a, .subpage-grid .entry-image div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subpage-grid .entry-image img {
  width: 100%;
  height: auto;
}
.subpage-grid .entry-image .entry-image-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 400ms;
}
.subpage-grid .column-item:hover .entry-image-2 {
  opacity: 1;
}
.subpage-grid .entry-title, .subpage-grid .entry-subtitle {
  padding: 0;
}
.subpage-grid .entry-title::after, .subpage-grid .entry-title::before, .subpage-grid .entry-subtitle::after, .subpage-grid .entry-subtitle::before {
  display: none;
}
.subpage-grid .entry-header-summary {
  margin: 30px 0 0 0;
  opacity: 0.4;
}
.subpage-grid .entry-header, .subpage-grid .entry-summary {
  width: 90%;
  max-width: 600px;
}
.subpage-grid .entry-header h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .subpage-grid {
    padding: 60px 40px 40px;
    overflow: hidden;
  }
  .subpage-grid .entry-image {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .subpage-grid .entry-image div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 400ms ease-in-out;
    -moz-transition: transform 400ms ease-in-out;
    -o-transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
  }
  .subpage-grid .entry-image:hover div {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .persons.subpage-grid .entry-image:hover div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .subpage-grid.persons .columns-images {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-wrap: wrap;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Full Height
 */
.blog .page-parts > :first-child, .page-template-full-height .page-parts > :first-child, .page-template-subpage-grid .page-parts > :first-child, .page-template-past-projects .page-parts > :first-child, .post-type-archive-project .page-parts > :first-child, .post-type-archive-person .page-parts > :first-child, .single-project .page-parts > :first-child {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -120px;
  padding-top: 120px;
  position: relative;
}
.blog .page-parts > :first-child > :first-child, .page-template-full-height .page-parts > :first-child > :first-child, .page-template-subpage-grid .page-parts > :first-child > :first-child, .page-template-past-projects .page-parts > :first-child > :first-child, .post-type-archive-project .page-parts > :first-child > :first-child, .post-type-archive-person .page-parts > :first-child > :first-child, .single-project .page-parts > :first-child > :first-child {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog.admin-bar .page-parts > :first-child, .page-template-full-height.admin-bar .page-parts > :first-child, .page-template-subpage-grid.admin-bar .page-parts > :first-child, .page-template-past-projects.admin-bar .page-parts > :first-child, .post-type-archive-project.admin-bar .page-parts > :first-child, .post-type-archive-person.admin-bar .page-parts > :first-child, .single-project.admin-bar .page-parts > :first-child {
  margin-top: -166px;
  padding-top: 166px;
}
.full-height {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -120px;
  padding-top: 120px;
  position: relative;
}
.admin-bar .full-height {
  margin-top: -166px;
  padding-top: 166px;
}
@media screen and (min-width: 783px) {
  .blog .page-parts > .page-part:first-child, .page-template-full-height .page-parts > .page-part:first-child, .page-template-subpage-grid .page-parts > .page-part:first-child, .page-template-past-projects .page-parts > .page-part:first-child, .post-type-archive-project .page-parts > .page-part:first-child, .post-type-archive-person .page-parts > .page-part:first-child, .single-project .page-parts > .page-part:first-child {
    padding-bottom: 10px;
  }
  .blog.admin-bar .page-parts > :first-child, .page-template-full-height.admin-bar .page-parts > :first-child, .page-template-subpage-grid.admin-bar .page-parts > :first-child, .page-template-past-projects.admin-bar .page-parts > :first-child, .post-type-archive-project.admin-bar .page-parts > :first-child, .post-type-archive-person.admin-bar .page-parts > :first-child, .single-project.admin-bar .page-parts > :first-child {
    margin-top: -152px;
    padding-top: 152px;
  }
  .admin-bar .full-height {
    margin-top: -152px;
    padding-top: 152px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-full-height .page-parts > .page-part:first-child, .page-template-subpage-grid .page-parts > .page-part:first-child, .page-template-past-projects .page-parts > .page-part:first-child, .post-type-archive-project .page-parts > .page-part:first-child, .post-type-archive-person .page-parts > .page-part:first-child, .single-project .page-parts > .page-part:first-child {
    padding-bottom: 10px;
  }
  .page-template-full-height .page-parts > .page-part:first-child > :first-child, .page-template-subpage-grid .page-parts > .page-part:first-child > :first-child, .page-template-past-projects .page-parts > .page-part:first-child > :first-child, .post-type-archive-project .page-parts > .page-part:first-child > :first-child, .post-type-archive-person .page-parts > .page-part:first-child > :first-child, .single-project .page-parts > .page-part:first-child > :first-child {
    min-height: calc(100vh - 10vh - 120px - 60px);
    padding-top: 0 !important;
  }
  #ie9 .page-template-full-height .page-parts > .page-part:first-child > :first-child, #ie9 .page-template-subpage-grid .page-parts > .page-part:first-child > :first-child, #ie9 .page-template-past-projects .page-parts > .page-part:first-child > :first-child, #ie9 .post-type-archive-project .page-parts > .page-part:first-child > :first-child, #ie9 .post-type-archive-person .page-parts > .page-part:first-child > :first-child, #ie9 .single-project .page-parts > .page-part:first-child > :first-child {
    min-height: 0;
  }
  .page-template-full-height .page-parts .lazy-background, .page-template-subpage-grid .page-parts .lazy-background, .page-template-past-projects .page-parts .lazy-background, .post-type-archive-project .page-parts .lazy-background, .post-type-archive-person .page-parts .lazy-background, .single-project .page-parts .lazy-background {
    min-height: calc(100vh - 10vh - 120px - 60px);
    padding-top: 0 !important;
  }
  #ie9 .page-template-full-height .page-parts .lazy-background, #ie9 .page-template-subpage-grid .page-parts .lazy-background, #ie9 .page-template-past-projects .page-parts .lazy-background, #ie9 .post-type-archive-project .page-parts .lazy-background, #ie9 .post-type-archive-person .page-parts .lazy-background, #ie9 .single-project .page-parts .lazy-background {
    min-height: 0;
  }
  .home .page-parts > .page-part:first-child > :first-child, .home .page-parts .lazy-background {
    min-height: calc(100vh - 10vh - 100px) !important;
  }
  .blog .page-parts > .page-part:first-child > :first-child {
    min-height: calc(100vh - 10vh - 420px - 60px);
  }
  .post-type-archive-project .page-parts > .page-part:first-child, .post-type-archive-person .page-parts > .page-part:first-child {
    padding-bottom: 0;
  }
  .full-height {
    min-height: calc(100vh - 10vh);
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Gallery Slider
 */
.gallery-slider {
  margin-bottom: 80px;
}
.gallery-slider .gallery-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.gallery-slider .gallery-slide img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
/**
 * @package     Endurance Land
 * @subpackage  Image Bar
 */
.image-bar {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.image-bar-image {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#splash {
  opacity: 0;
  visibility: hidden;
  z-index: 99997;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
#splash::before {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#00000000',GradientType=1);
  content: ' ';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
#splash::after {
  background: url(../images/endurance-land-logo-wo.svg) no-repeat 25px center;
  content: ' ';
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
.show-splash #splash::after {
  opacity: 1 !important;
  visibility: visible !important;
}
#splash .splash-image {
  opacity: 0;
  visibility: hidden;
  z-index: 99998;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
#splash .splash-image.show {
  opacity: 1;
  visibility: visible;
}
#splash .bg-caption {
  color: #fff;
  padding-top: 5px;
  border-top: 3px solid #fff;
  position: absolute;
  right: 25px;
  bottom: 10px;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
.show-splash #splash .bg-caption {
  opacity: 1;
  visibility: visible;
}
.has-splash body {
  overflow: hidden;
}
.has-splash #splash {
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  z-index: 99997;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
.has-splash #splash::before {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#00000000',GradientType=1);
  content: ' ';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
.has-splash #splash::after {
  background: url(../images/endurance-land-logo-wo.svg) no-repeat 25px center;
  content: ' ';
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
.show-splash .has-splash #splash::after {
  opacity: 1;
  visibility: visible;
}
.has-splash #splash .splash-image {
  background-position: center center;
  background-size: cover;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99998;
  -webkit-transition: opacity 750ms, visibility 750ms;
  -moz-transition: opacity 750ms, visibility 750ms;
  -o-transition: opacity 750ms, visibility 750ms;
  transition: opacity 750ms, visibility 750ms;
}
.has-splash #splash .splash-image.show {
  opacity: 1;
  visibility: visible;
}
.has-splash.hide-splash body {
  overflow: visible;
}
.has-splash.hide-splash #splash {
  pointer-events: none;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 750ms 1500ms, visibility 750ms 1500ms;
  -moz-transition: opacity 750ms 1500ms, visibility 750ms 1500ms;
  -o-transition: opacity 750ms 1500ms, visibility 750ms 1500ms;
  transition: opacity 750ms 1500ms, visibility 750ms 1500ms;
}
.has-splash.hide-splash #splash::after, .has-splash.hide-splash #splash .bg-caption {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 750ms 0, visibility 750ms 0;
  -moz-transition: opacity 750ms 0, visibility 750ms 0;
  -o-transition: opacity 750ms 0, visibility 750ms 0;
  transition: opacity 750ms 0, visibility 750ms 0;
}
.has-splash.hide-splash #splash .splash-image {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: opacity 750ms 750ms, visibility 750ms 750ms;
  -moz-transition: opacity 750ms 750ms, visibility 750ms 750ms;
  -o-transition: opacity 750ms 750ms, visibility 750ms 750ms;
  transition: opacity 750ms 750ms, visibility 750ms 750ms;
}
.has-splash.hidden-splash #splash {
  display: none;
}
.no-svg.has-splash #splash::after {
  background-image: url(../images/endurance-land-logo-wo.png);
}
@media screen and (min-width: 375px) {
  .has-splash #splash::after {
    background-position: 8% center;
  }
}
@media screen and (min-width: 768px) {
  #splash .bg-caption {
    right: 60px;
    bottom: 20px;
  }
}
.more-less-icon {
  display: inline-block;
  line-height: 11px;
  overflow: hidden;
  position: relative;
  width: 11px;
  height: 11px;
}
.more-less-icon::before {
  border-top: 1px solid #222;
  content: ' ';
  position: absolute;
  top: 5px;
  left: 0;
  width: 11px;
}
.more-less-icon::after {
  border-left: 1px solid #222;
  content: ' ';
  position: absolute;
  top: 0px;
  left: 5px;
  height: 11px;
}
.anchor-nav h1 .more-less-icon::after {
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.less.more-less-icon::after, .anchor-nav.expanded h1 .more-less-icon::after {
  opacity: 0;
}
/**
 * @package     Endurance Land
 * @subpackage  Fullscreen Slider
 */
.fullscreen-slider-container {
  box-sizing: border-box;
  height: calc(100vh - 64px);
  margin: 0;
  padding-top: 64px;
  position: relative;
  text-align: center;
}
.fullscreen-slider-container .entry-image {
  height: calc(100vh - 256px);
  min-height: 100px;
  overflow: hidden;
  width: 100%;
}
.fullscreen-slider-container .entry-image .entry-image-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fullscreen-slider-container .entry-image .entry-image-slide .image-placeholder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  left: 50px;
}
.fullscreen-slider-container .entry-image .entry-image-slide img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 100%;
}
.fullscreen-slider-container .entry-content {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  margin: 32px auto 0;
}
.fullscreen-slider-container .entry-title, .fullscreen-slider-container .entry-subtitle {
  line-height: 1.2em;
  margin: 0 auto;
}
.fullscreen-slider-container .entry-title {
  font-size: 2rem;
}
.fullscreen-slider-container .entry-subtitle {
  font-size: 1.8rem;
  margin-top: 3px;
}
.fullscreen-slider-container .back-link {
  position: absolute;
  top: 10px;
  right: 10px;
}
.fullscreen-slider {
  height: calc(100vh - 256px);
  min-height: 100px;
  overflow: hidden;
}
.fullscreen-slider .gallery-slide {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fullscreen-slider .gallery-slide .image-placeholder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  left: 50px;
}
.fullscreen-slider .gallery-slide img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 100%;
}
.fullscreen-slider .flickity-prev-next-button {
  background: url(../images/arrow-down.png) no-repeat 6px 7px;
  background-size: 50px 150px;
  box-shadow: none;
  content: '↓';
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  text-indent: -999px;
  width: 50px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: bottom 200ms, opacity 200ms;
  -moz-transition: bottom 200ms, opacity 200ms;
  -o-transition: bottom 200ms, opacity 200ms;
  transition: bottom 200ms, opacity 200ms;
}
.fullscreen-slider .flickity-prev-next-button svg {
  display: none;
}
.fullscreen-slider .flickity-prev-next-button:disabled {
  opacity: 0.3 !important;
}
.fullscreen-slider .flickity-prev-next-button:hover {
  opacity: 0.6;
}
.fullscreen-slider .flickity-prev-next-button.previous {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fullscreen-slider .flickity-prev-next-button.next {
  background-position: 5px 7px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.no-backgroundsize .fullscreen-slider .flickity-prev-next-button {
  background-position: 5px -193px;
  background-size: 100px 300px;
}
.fullscreen-slider-overlay {
  background-color: #fff;
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: opacity 250ms, visibility 250ms;
  -moz-transition: opacity 250ms, visibility 250ms;
  -o-transition: opacity 250ms, visibility 250ms;
  transition: opacity 250ms, visibility 250ms;
}
.fullscreen-slider-showing {
  overflow-y: hidden;
}
.fullscreen-slider-showing .fullscreen-slider-overlay {
  opacity: 1;
  visibility: visible;
}
/**
 * @package     Endurance Land
 * @subpackage  Close Icon
 */
a.close-icon {
  background: url(../images/close.png) no-repeat 0 0;
  background-size: 50px 100px;
  content: 'x';
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  opacity: 1;
  text-indent: -999px;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
a.close-icon:hover {
  opacity: 0.6;
}
.gform_wrapper {
  /**
	 * Enquiry Form
	 */
  /**
	 * Newsletter
	 */
}
.gform_wrapper input[type="text"], .gform_wrapper textarea, .gform_wrapper select {
  width: 100%;
  min-height: 36px;
  padding: 5px 10px !important;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background-color: transparent;
}
.gform_wrapper input[type="submit"] {
  width: auto !important;
  background-color: rgba(155, 121, 104, 0.1);
  border: 1px solid rgba(204, 204, 204, 0.5);
  cursor: pointer;
  display: inline-block;
  padding: 9px 15px 9px !important;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}
.gform_wrapper input[type="submit"]:hover {
  background-color: rgba(155, 121, 104, 0.2);
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="submit"], .gform_wrapper textarea, .gform_wrapper select {
  outline: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gform_wrapper select {
  background: url(../images/drop-down-arrow.svg) no-repeat calc(100% - 12px) 14px;
  background-position: right 12px top 14px;
}
.no-svg .gform_wrapper select {
  background-image: url(../images/drop-down-arrow.png);
}
.gform_wrapper li.gfield {
  margin-top: 16px !important;
}
.gform_wrapper li.gfield .ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper li.gfield .gfield_label {
  display: none !important;
}
.gform_wrapper .gform_confirmation_message {
  margin-top: 30px;
}
.gform_wrapper .enquiry-form li.gfield {
  padding-right: 0 !important;
}
.gform_wrapper .enquiry-form li.gfield.inline-tf input[type="text"] {
  width: 100%;
}
.gform_wrapper .enquiry-form li.gfield.mailing-list {
  margin-top: 25px !important;
}
.gform_wrapper .enquiry-form li.gfield.mailing-list .gfield_label, .gform_wrapper .enquiry-form li.gfield.mailing-list .ginput_container, .gform_wrapper .enquiry-form li.gfield.mailing-list .ginput_container li {
  display: inline-block !important;
  vertical-align: top;
}
.gform_wrapper .enquiry-form li.gfield.mailing-list > label {
  margin-left: 10px;
  margin-right: 15px;
  margin-bottom: 8px;
}
.gform_wrapper .enquiry-form li.gfield.mailing-list .ginput_container ul {
  margin: 0 0 0 10px;
}
.gform_wrapper .enquiry-form li.gfield.mailing-list .ginput_container ul li label {
  margin-left: 10px;
  margin-right: 30px;
  font-size: inherit;
  line-height: 19px;
}
.gform_wrapper .enquiry-form select {
  width: 100% !important;
}
.gform_wrapper .enquiry-form .gform_footer {
  text-align: center;
}
.gform_wrapper .enquiry-form .enduranceland-section {
  margin: 30px 0 0;
  padding: 0;
  border-bottom: none;
}
.gform_wrapper .enquiry-form .enduranceland-section .gsection_title {
  display: none;
}
.gform_wrapper .enquiry-form .enduranceland-section .gsection_description {
  margin: 0;
  padding: 0 10px !important;
}
.gform_wrapper .newsletter-signup-form {
  margin-top: 40px;
  text-align: center;
}
.gform_wrapper .newsletter-signup-form .gform_body, .gform_wrapper .newsletter-signup-form .gform_footer {
  display: block;
  text-align: center;
}
.gform_wrapper .newsletter-signup-form .gform_body {
  width: 100%;
}
.gform_wrapper .newsletter-signup-form .gform_footer {
  width: auto;
  margin: 0;
}
.gform_wrapper .newsletter-signup-form .gform_fields li.gfield, .gform_wrapper .newsletter-signup-form input[type="text"] {
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
  display: block;
}
.gform_wrapper .newsletter-signup-form .gform_fields li.gfield .ginput_container, .gform_wrapper .newsletter-signup-form input[type="text"] .ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper .newsletter-signup-form .gform_fields li.gfield {
  margin-top: 16px !important;
}
/**
 * Error
 */
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) input[type="text"], .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) textarea, .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) select {
  border-color: #970901 !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) .gfield_description {
  display: none;
}
.gform_wrapper.gform_validation_error .error-required {
  margin: 0;
  padding: 10px 0;
  color: #970901;
  text-align: center;
}
.gform_wrapper.gform_validation_error .gform_ajax_spinner {
  padding-top: 0px;
}
.gform_wrapper.gform_validation_error .enquiry-form .gform_body ul li.gfield.gfield_error.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (min-width: 414px) {
  /**
	 * Error
	 */
  .gform_wrapper {
    /* Enquiry */
    /* Newsletter */
  }
  .gform_wrapper input[type="submit"] {
    width: auto !important;
  }
  .gform_wrapper .enquiry-form li.gfield.inline-tf {
    width: 50%;
    display: inline-block;
  }
  .gform_wrapper .enquiry-form li.gfield.inline-tf.left .ginput_container {
    padding-right: 8px;
  }
  .gform_wrapper .enquiry-form li.gfield.inline-tf.right .ginput_container {
    padding-left: 8px;
  }
  .gform_wrapper .enquiry-form li.gfield.mailing-list {
    margin-bottom: 25px;
  }
  .gform_wrapper .newsletter-signup-form .gform_fields li.gfield {
    width: 50% !important;
    max-width: calc(100% - 16px) !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .gform_wrapper .newsletter-signup-form .gform_body {
    width: 71%;
  }
  .gform_wrapper .newsletter-signup-form .gform_body, .gform_wrapper .newsletter-signup-form .gform_footer, .gform_wrapper .newsletter-signup-form .gform_fields li.gfield, .gform_wrapper .newsletter-signup-form input[type="text"] {
    display: inline-block;
  }
  .gform_wrapper.gform_validation_error .enquiry-form .gform_body ul li.gfield.gfield_error.inline-tf.gfield_contains_required:not(.gf_left_half):not(.gf_right_half) {
    width: 50% !important;
  }
}
/**
 * Radio Buttons
 */
input[type="radio"] {
  width: 18px;
  height: 20px;
  margin-top: 0 !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
input[type="radio"] + label {
  width: auto;
  height: 20px;
  margin-left: 0 !important;
  padding: 0 0 0 28px !important;
  display: inline-block;
  cursor: pointer;
  font-style: italic;
  background: url(../images/checkbox.svg) no-repeat 0 0;
}
.no-svg input[type="radio"] + label {
  background-image: url(../images/checkbox.png);
}
input[type="radio"]:checked + label {
  width: auto;
  height: 20px;
  padding: 0 0 0 28px !important;
  display: inline-block;
  font-weight: 400 !important;
  background-position: 0 -50px;
}
.gform_wrapper .newsletter-signup-form > .error-required {
  display: none;
}
.gform_wrapper .newsletter-signup-form .gform_body ul li.gfield.gfield_error .validation_message {
  color: #970901;
  display: block !important;
  padding: 0;
  text-align: left;
}
.gform_wrapper .newsletter-signup-form .gform_footer {
  position: relative;
  vertical-align: top;
}
.gform_wrapper .newsletter-signup-form .gform_footer img.gform_ajax_spinner {
  margin-left: -16px;
  position: absolute;
  top: 60px;
  left: 50%;
}
@media screen and (min-width: 414px) {
  .gform_wrapper .newsletter-signup-form .gform_footer {
    position: relative;
  }
  .gform_wrapper .newsletter-signup-form .gform_footer img.gform_ajax_spinner {
    margin-left: 0px;
    position: absolute;
    top: 26px;
    left: 100%;
  }
}
.lazy {
  width: 100%;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
  -webkit-transition-delay: 100ms;
  /* Safari */
}
.lazy.lazy-loaded {
  opacity: 1;
}
.lazy-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-part-image-hero-text .lazy-background {
  background-position: 0 center;
}
/**
 * @package     Endurance Land
 * @subpackage  Custom Perfect Scroll
 *
 * See base styles in `sass/lib/_perfect-scrollbar.scss`
 */
.ps-scrollbar-x-rail, .ps-scrollbar-y-rail {
  z-index: 100;
}
.ps-container {
  /**
	 * Search Modal
	 */
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x, .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #222;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail, .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.3);
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x, .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #222;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail, .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.3);
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x, .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #222;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover, .ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #222;
}
.ps-container.ps-theme-no-hide > .ps-scrollbar-x-rail, .ps-container.ps-theme-no-hide > .ps-scrollbar-y-rail {
  opacity: 1;
}
.searchwp-live-search-results.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x, .searchwp-live-search-results.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #fff;
}
.searchwp-live-search-results.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail, .searchwp-live-search-results.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.3);
}
.searchwp-live-search-results.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x, .searchwp-live-search-results.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #fff;
}
.searchwp-live-search-results.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail, .searchwp-live-search-results.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent;
}
.searchwp-live-search-results.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x, .searchwp-live-search-results.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #fff;
}
.searchwp-live-search-results.ps-container:hover > .ps-scrollbar-x-rail:hover, .searchwp-live-search-results.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent;
}
.searchwp-live-search-results.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .searchwp-live-search-results.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #fff;
}
.main-navigation > .menu {
  /**
	 * Limit width of pushed nav to 460px
	 */
}
.main-navigation > .menu > .ps-scrollbar-x-rail, .main-navigation > .menu > .ps-scrollbar-y-rail {
  left: calc(100% - 15px);
  right: auto;
  -webkit-transition: left 400ms ease-in-out;
  -moz-transition: left 400ms ease-in-out;
  -o-transition: left 400ms ease-in-out;
  transition: left 400ms ease-in-out;
}
.main-navigation > .menu.open > .ps-scrollbar-x-rail, .main-navigation > .menu.open > .ps-scrollbar-y-rail {
  left: calc(50% - 15px);
  right: auto;
}
@media screen and (min-width: 920px) {
  .main-navigation > .menu > .ps-scrollbar-x-rail, .main-navigation > .menu > .ps-scrollbar-y-rail, .main-navigation > .menu.open > .ps-scrollbar-x-rail, .main-navigation > .menu.open > .ps-scrollbar-y-rail {
    left: 445px;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Journal Post
 */
.page-post {
  padding: 0;
  background-color: #fff;
}
.page-post .hentry {
  margin-bottom: 2em;
  box-sizing: border-box;
  padding: 25px;
}
.page-post .hentry .entry-header h2 {
  padding-left: 0;
  margin-bottom: 40px;
}
.page-post .hentry .entry-content {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  position: relative;
}
.page-post .hentry .entry-content .outer {
  max-width: 500px;
  margin: 0 auto;
}
.page-post .hentry .entry-content .inner {
  padding: 0;
}
.page-post .hentry .entry-content .inner .entry-content-inner {
  margin-top: 30px;
}
.page-post .hentry .entry-images .inner {
  max-width: 920px;
}
.page-post .hentry .entry-images .inner p {
  margin-bottom: 2px;
}
.page-post .hentry .entry-images .inner img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-post {
    padding: 20px;
  }
  .page-post .hentry {
    margin-bottom: 0;
    padding: 40px;
  }
  .page-post .hentry .entry-content {
    margin-top: 15px;
    padding-top: 30px;
  }
  .page-post .hentry .entry-content .outer {
    max-width: 600px;
  }
  .page-post .hentry .entry-content .inner {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1024px) {
  .page-post .hentry .entry-content, .page-post .hentry .entry-images {
    width: 50%;
  }
  .page-post .hentry .entry-content {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
  }
  .page-post .hentry .entry-content .outer {
    min-height: calc(100vh - 200px);
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-post .hentry .entry-content .inner {
    width: calc(100% - 80px);
    padding: 40px 0 40px 0;
  }
  .page-post .hentry .entry-images {
    float: right;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Enquiry Details
 */
.enquiry-details {
  margin: 30px auto;
}
.enquiry-details:last-child {
  margin-bottom: 0;
}
.enquiry-details .content-part {
  box-sizing: border-box;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}
.enquiry-details .content-part-addresses {
  max-width: 800px;
}
.enquiry-details .content-part-address {
  padding-top: 30px;
  padding-bottom: 30px;
}
.enquiry-details .content-part-address h6 {
  margin-bottom: 15px;
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  .enquiry-details {
    margin: 30px auto;
  }
}
/**
 * iPad Landscape+
 */
@media screen and (min-width: 1024px) {
  .enquiry-details {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .enquiry-details .content-part-addresses {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .enquiry-details .content-part-address {
    padding-right: 60px;
  }
  .enquiry-details .content-part-address:last-child {
    padding-right: 0;
  }
  .enquiry-details .content-part-address h6 strong {
    min-height: 100px;
    margin-bottom: 20px;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
}
.down-arrow {
  background: url(../images/arrow-down.png) no-repeat center 20px;
  background-size: 50px 150px;
  content: '↓';
  cursor: pointer;
  display: none;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  text-indent: -999px;
  width: auto;
  height: 92px;
  -webkit-transition: bottom 200ms, opacity 200ms;
  -moz-transition: bottom 200ms, opacity 200ms;
  -o-transition: bottom 200ms, opacity 200ms;
  transition: bottom 200ms, opacity 200ms;
}
.down-arrow:hover {
  bottom: 5px;
  opacity: 1;
}
.no-backgroundsize .down-arrow {
  margin-left: 60px;
  background-position: center -180px;
  background-size: 100px 300px;
}
.post-type-archive-project .down-arrow, .post-type-archive-person .down-arrow {
  bottom: 0;
}
.post-type-archive-project .down-arrow:hover, .post-type-archive-person .down-arrow:hover {
  bottom: -5px;
}
.no-bg .down-arrow {
  background-image: url(../images/arrow-down-blk.png);
}
@media screen and (min-width: 768px) {
  .down-arrow {
    display: block;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Page Part Image Bar
 */
.page-part-image-hero-text {
  position: relative;
}
.page-part-image-hero-text .entry-image {
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
  overflow: visible;
}
.single-project .page-part-image-hero-text .entry-image {
  display: none !important;
}
.page-part-image-hero-text .entry-image .caption {
  margin-bottom: 0;
  color: #bbb;
  font-size: 1.3rem;
  position: absolute;
  right: 25px;
  bottom: -30px;
  display: none;
}
.page-part-image-hero-text .entry-content {
  padding: 50px 25px 15px;
}
.page-part-image-hero-text .entry-content-inner {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-part-image-hero-text {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-part-image-hero-text .entry-image {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: -1;
    overflow: hidden;
  }
  .single-project .page-part-image-hero-text .entry-image {
    display: block !important;
  }
  .page-part-image-hero-text .entry-image .caption {
    padding-top: 5px;
    color: #fff;
    font-size: 1.4rem;
    border-top: 3px solid #fff;
    right: 60px;
    bottom: 34px;
    display: block;
  }
  .page-part-image-hero-text .entry-content {
    min-height: calc(100vh - 120px);
    padding: 120px 0 0;
    /**/
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .home .page-part-image-hero-text .entry-content {
    min-height: calc(100vh - 100px);
  }
  .page-part-image-hero-text .entry-content-inner {
    max-width: 450px;
    width: 100%;
    margin: 0 0 0 60px;
  }
  .page-part-image-hero-text .page-part.n-bg .entry-content {
    padding-bottom: 30px;
  }
  .page-part-image-hero-text .page-part.n-bg .entry-content .entry-content-inner {
    padding-left: 30px;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Masonry Layout
 */
.column-item {
  margin: 0 0 70px 0;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .column-item {
    width: 50%;
    margin-bottom: 60px;
  }
  .column-item .inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .column-item {
    width: 33.3%;
  }
}
@media screen and (min-width: 2200px) {
  .column-item {
    width: 25%;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Inview
 */
.js .page-part, .js .page-part .entry-content-inner, .js .column-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 800ms ease-in-out, visibility 800ms ease-in-out, transform 800ms ease-out;
  -moz-transition: opacity 800ms ease-in-out, visibility 800ms ease-in-out, transform 800ms ease-out;
  -o-transition: opacity 800ms ease-in-out, visibility 800ms ease-in-out, transform 800ms ease-out;
  transition: opacity 800ms ease-in-out, visibility 800ms ease-in-out, transform 800ms ease-out;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.js .page-part.inview-loaded, .js .page-part .entry-content-inner.inview-loaded, .js .column-item.inview-loaded {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.js .page-parts > * {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.js .page-parts > *:first-child {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.js .page-parts > * .entry-content-inner {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.js .column-item {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
/**
 * mmenu
 */
/* Menu Structure */
.mm-menu {
  background-color: #fff !important;
}
.mm-menu .mm-navbar {
  height: 120px;
  border-bottom: 1px solid;
  border-color: #EEEEEE;
}
.mm-menu .mm-navbar a {
  padding-top: 50px;
  color: #222 !important;
}
.mm-menu .mm-navbar .mm-btn:first-child {
  top: 24px;
}
.mm-menu .mm-listview {
  margin-top: 8px !important;
}
.mm-menu .mm-listview > li {
  background: 0;
}
.mm-menu .mm-listview > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #858585;
}
.mm-menu .mm-listview > li a:hover {
  color: #222;
}
.mm-menu .mm-listview li.current-menu-item > a, .mm-menu .mm-listview li.current-post-ancestor > a, .mm-menu .mm-listview li.current-menu-ancestor > a, .mm-menu .mm-listview li.current-item > a {
  color: #222;
}
.mm-menu .mm-next {
  background: url(../images/mm-menu-next.png) no-repeat 23px 14px !important;
}
.mm-menu .mm-prev {
  background: url(../images/mm-menu-prev.png) no-repeat 23px 17px !important;
}
.mm-menu .mm-next:after, .mm-menu .mm-prev:before {
  content: none;
}
.mm-menu .mm-listview > li:not(.mm-divider):after {
  left: 0px;
  border-color: #EEEEEE;
}
.mm-menu .mm-listview > li.nav-column-extras:not(.mm-divider):after {
  border-bottom-style: none;
}
.mm-menu .mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 93px;
}
.mm-menu .nav-column-extras {
  padding: 20px 10px 20px 20px;
}
/* Retina */
.svg .mm-menu .mm-next {
  background-image: url(../images/mm-menu-next.svg);
}
.svg .mm-menu .mm-prev {
  background-image: url(../images/mm-menu-prev.svg);
}
/**
 * @package     Endurance Land
 * @subpackage  Gallery / Fullscreen Slider controls
 */
.flickity-prev-next-button {
  display: none;
}
/**
 * iPad Portrait+
 */
@media screen and (min-width: 768px) {
  .flickity-prev-next-button {
    display: block;
    background: url(../images/arrow-right.svg) no-repeat 100% 50% !important;
    box-shadow: none;
    content: '↓';
    cursor: pointer;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    text-indent: -999px;
    width: 50%;
    height: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: bottom 200ms, opacity 200ms, visibility 200ms;
    -moz-transition: bottom 200ms, opacity 200ms, visibility 200ms;
    -o-transition: bottom 200ms, opacity 200ms, visibility 200ms;
    transition: bottom 200ms, opacity 200ms, visibility 200ms;
  }
  .flickity-prev-next-button svg {
    display: none;
  }
  .no-svg .flickity-prev-next-button {
    background-image: url(../images/arrow-right.png) !important;
  }
  .fullscreen-slider .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background-position: 0 50% !important;
  }
  .flickity-prev-next-button:disabled {
    opacity: 0 !important;
    visibility: hidden;
  }
  .flickity-prev-next-button:hover {
    opacity: 0.6;
  }
  .flickity-prev-next-button.previous {
    left: 0;
    background-image: url(../images/arrow-left.svg) !important;
    background-position: 0px 50% !important;
  }
  .flickity-prev-next-button.next {
    right: 0;
  }
  .no-svg .flickity-prev-next-button.previous {
    background-image: url(../images/arrow-left.png) !important;
  }
}
/**
 * @package     Endurance Land
 * @subpackage  Search Modal
 */
/**
 * Search Menu Icon
 */
.primary-navigation ul li.search-modal {
  display: none;
}
.js .primary-navigation ul li.search-modal {
  display: inline-block;
}
.primary-navigation ul li.search-modal a {
  background: url(../images/search.png) no-repeat 0 3px;
  background-size: 15px 15px;
  display: inline-block;
  text-indent: -9999em;
  width: 15px;
  height: 23px;
}
.mm-menu .mm-listview > li.search-modal {
  display: none;
}
/**
 * Search Modal
 */
#search {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
}
#search input.search-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0px;
  box-sizing: border-box;
  color: white;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.27em;
  margin: -51px auto 0px auto;
  outline: none;
  padding: 10px;
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
}
#search input.search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.27em;
}
#search input.search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.27em;
}
#search input.search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.27em;
}
#search input.search-field:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.27em;
}
#search input.search-field::placeholder {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.27em;
}
#search.open {
  opacity: 1;
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
}
/**
 * SearchWP Live Results
 */
.searchwp-live-search-results {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  overflow: hidden;
  position: fixed !important;
  top: 47% !important;
  left: 10% !important;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  width: 80% !important;
  height: 0;
  min-height: 100px;
  max-height: 300px;
  z-index: 999999 !important;
}
.searchwp-live-search-results-showing {
  display: block;
  height: auto;
  opacity: 1;
  overflow: auto;
  padding-top: 15px;
}
.searchwp-live-search-no-results {
  padding: 3em 2em 0;
  text-align: center;
}
.searchwp-live-search-result {
  padding: 10px 0;
  text-align: center;
}
.searchwp-live-search-result p {
  border: none !important;
  font-size: 1.4rem;
  padding: 0 !important;
}
.searchwp-live-search-result a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
.search-result {
  margin: 0 0 40px 0;
}
.search-result h3 {
  margin: 0;
}
.search .paging-navigation {
  margin-left: -14px;
}
#sb_instagram {
  padding: 0 !important;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
  width: calc(100% + 26px);
  margin-left: -13px;
  margin-right: -13px;
}
#sb_instagram #sbi_images .sbi_item {
  padding: 13px !important;
}
@media screen and (min-width: 768px) {
  #sb_instagram #sbi_images {
    width: calc(100% + 60px);
    margin-left: -20px;
    margin-right: -20px;
  }
  #sb_instagram #sbi_images .sbi_item {
    padding: 20px !important;
  }
}
.instagram-follow a {
  padding-right: 24px;
  background: url(../images/instagram@2x.png) no-repeat 100% 3px;
  background-size: 13px 15px;
  opacity: 0.8;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.no-backgroundsize .instagram-follow a {
  background-image: url(../images/instagram.png);
}
.instagram-follow a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .instagram-follow {
    position: absolute;
    bottom: 1.4em;
    right: 30px;
  }
}
