/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; }

a:focus {
  outline: 1px dotted; }

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0; }

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 25px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal; }

ul {
  list-style: disc; }

li {
  margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px; }

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

/*  Sticky Footer
    http://www.cssstickyfooter.com/using-sticky-footer-code.html
---------------------------------------- */
html, body {
  height: 100%; }

#page-wrapper {
  min-height: 100%; }

#main {
  overflow: auto;
  padding-bottom: 40px; }

/* must be same height as the footer */
#footer {
  position: relative;
  margin-top: -40px;
  /* negative value of footer height */
  height: 40px;
  clear: both; }

/* clearfix
---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

@font-face {
  font-family: "CircularStd-Book";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/CircularStd-Book.woff2") format("woff2"), url("../../fonts/CircularStd-Book.woff") format("woff"), url("../../fonts/CircularStd-Book.ttf") format("truetype"), url("../../fonts/CircularStd-Book.svg#CircularStd-Book") format("svg"); }

@font-face {
  font-family: "CircularStd-Book";
  font-style: normal;
  font-weight: light;
  src: url("../../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/CircularStd-Book.woff2") format("woff2"), url("../../fonts/CircularStd-Book.woff") format("woff"), url("../../fonts/CircularStd-Book.ttf") format("truetype"), url("../../fonts/CircularStd-Book.svg#CircularStd-Book") format("svg"); }

.container {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1160px) {
    .container.pad {
      margin-left: 200px; } }
  @media screen and (max-width: 565px) {
    .container.pad {
      margin-left: 0; } }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.italicise {
  font-style: italic; }

.omega {
  margin-right: 0; }

ul.nostyle li,
.menu li {
  list-style: none;
  margin-left: 0; }

.the_content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  font-size: 26px;
  line-height: 30px; }
  .the_content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    body.home .the_content {
      margin-top: 80px; } }
  @media screen and (max-width: 565px) {
    .the_content {
      font-size: 20px;
      padding: 0px 20px;
      width: 100%; } }

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

body {
  background: #333;
  color: #fff;
  font-size: 16px;
  font-family: "CircularStd-Book", "helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif; }

.js #preloader {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible; }
  .js #preloader #loading-anim {
    -webkit-animation: spin 1s ease-in infinite;
    -moz-animation: spin 1s ease-in infinite;
    animation: spin 1s ease-in infinite;
    display: block;
    background: #e77b48;
    height: 80px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  80% {
    -webkit-transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(90deg); } }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  80% {
    -moz-transform: rotate(90deg); }
  100% {
    -moz-transform: rotate(90deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  80% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); } }

#wrapper {
  position: fixed;
  width: 100%;
  z-index: 100; }

.slick-slider {
  z-index: 99; }

#slider .slick-slide {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat !important; }

#slider .slick-track {
  height: 100vh; }

#slider .slick-arrow {
  background: url("../../images/button-arrow-prev.png") no-repeat;
  border: none;
  cursor: pointer;
  color: #fff;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 100;
  text-indent: -9999px;
  width: 50px; }

#slider .slick-prev {
  left: 30px; }

#slider .slick-next {
  background: url("../../images/button-arrow-next.png") no-repeat;
  right: 30px; }

#slider video {
  height: 100vh;
  width: 100%; }

.vjs-control-bar {
  display: none !important; }

#slider-text {
  font-size: 11px; }
  @media screen and (max-width: 565px) {
    #slider-text {
      text-align: center; } }

#logo {
  position: absolute;
  top: 80px;
  left: 40px; }
  @media screen and (max-width: 565px) {
    #logo {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 20%;
      position: relative;
      top: 0px;
      left: 0px;
      text-align: center; }
      #logo img {
        height: auto;
        max-width: 100%; } }

#masthead {
  width: 100%;
  padding-top: 20px;
  z-index: 100; }
  #masthead::after {
    clear: both;
    content: "";
    display: table; }
  #masthead a {
    color: #fff; }

.menu-primary-container {
  display: inline-block;
  margin-top: 8px; }
  .menu-primary-container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 565px) {
    .menu-primary-container {
      clear: both;
      display: block;
      text-align: center; } }
  .menu-primary-container li {
    margin-right: 1.618em;
    display: inline; }
    @media screen and (min-width: 768px) {
      .menu-primary-container li {
        display: inline-block;
        padding-right: 56px; } }
    .menu-primary-container li:last-of-type {
      margin-right: 0; }
    .menu-primary-container li a {
      border-bottom: 2px solid #fff;
      display: inline-block;
      font-size: 14px;
      padding: 10px 0 7px;
      text-transform: uppercase; }
      .menu-primary-container li a:hover {
        text-decoration: none;
        border-color: #e77b48; }
    .menu-primary-container li.current-menu-item a {
      border-color: #e77b48; }

#social-links {
  display: inline;
  float: right;
  margin-top: 10px; }
  @media screen and (max-width: 565px) {
    #social-links {
      display: none; } }
  @media screen and (max-width: 1030px) {
    #social-links:last-child {
      padding-right: 1.618em; } }
  #social-links li {
    display: inline-block; }
  #social-links a {
    background: url("../../images/social-instagram.png") no-repeat 0 0;
    display: block;
    text-indent: -999em;
    height: 36px;
    width: 37px; }
    #social-links a:hover {
      background-position: 0 -36px; }
    #social-links a#soc-twitter {
      background-image: url("../../images/social-twitter.png"); }
    #social-links a#soc-linkedin {
      background-image: url("../../images/social-linkedin.png"); }

.contact-additional-content {
  margin-left: 263px;
  margin-bottom: 50px;
  font-size: 12px; }
  .contact-additional-content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 870px) {
    .contact-additional-content {
      margin-left: 0; } }
  @media screen and (max-width: 565px) {
    .contact-additional-content {
      padding: 0px 20px;
      width: 100%; } }
  .contact-additional-content .column {
    display: inline;
    float: left;
    margin-right: 1.618em; }
    .contact-additional-content .column a {
      color: #fff; }
    .contact-additional-content .column:last-of-type {
      margin-right: 0; }

#copyright {
  position: fixed;
  bottom: 4%;
  left: 4%;
  font-size: 10px; }

.bgimage {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#journal {
  margin-top: 80px; }
  #journal .container {
    position: relative;
    margin-top: 30px; }
    #journal .container .read-more {
      text-transform: uppercase;
      color: white; }
  #journal .post-content {
    float: right;
    width: 45%;
    padding-left: 20px;
    font-size: 18px; }
    body.single #journal .post-content {
      float: none;
      width: auto; }
    #journal .post-content h2 {
      font-size: 18px;
      margin-bottom: 0.5em;
      font-weight: normal;
      color: #e77b48; }
    @media screen and (max-width: 565px) {
      #journal .post-content {
        float: none;
        width: auto;
        padding: 0 20px; } }
  #journal .post-images {
    float: right;
    width: 55%;
}
    body.single #journal .post-images {
      float: none;
      width: auto; }
    #journal .post-images img {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 20px;
      padding-left:20px; }
    @media screen and (max-width: 565px) {
      #journal .post-images {
        float: none;
        width: auto;
        padding: 0 20px; } }

.paging-navigation {
  margin: 0 0 70px; }
  @media screen and (max-width: 565px) {
    .paging-navigation {
      padding: 0 20px; } }

.wp-paginate .title {
  color: #fff !important; }

.wp-paginate a {
  background: none !important;
  border: 1px solid #333333 !important;
  color: #fff !important; }
  .wp-paginate a:hover {
    border: 1px solid #6d6d6d !important; }

.wp-paginate li {
  margin: 0 6px 0 0 !important; }

.wp-paginate .current {
  color: #e77b48 !important;
  background: none !important;
  border: 0 !important; }

/*# sourceMappingURL=Zebra.css.map */