/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* This stylesheet generated by Transfonter (http://transfonter.org) on July 12, 2016 7:59 PM */
@font-face {
  font-family: 'circular-bold';
  src: url("../fonts/CircularStd-Bold.eot");
  src: url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

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

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

body {
  font-family: "circular-book";
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-family: "circular-bold"; }

a {
  text-decoration: none;
  color: #f7941d;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  a:hover {
    color: #2c2c2c; }

#wpadminbar {
  z-index: 15000000000; }

body {
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  animation: fadein 0.5s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(51, 51, 51, 0.5); }

.overlay-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(247, 148, 29, 0.86); }

.overlay-accent-solid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #f7941d; }

.hide {
  display: none; }

.clear {
  clear: both; }

.page-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px; }
  .page-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .page-wrapper {
      padding: 100px 40px; } }
  .page-wrapper h1 {
    color: #f7941d;
    text-transform: uppercase;
    font-size: 1.25em; }

body.page-id-17 .regular-content, body.page-id-516 .regular-content {
  padding-bottom: 0 !important; }

body.page-id-17 .page-wrapper {
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px; }
  body.page-id-17 .page-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    body.page-id-17 .page-wrapper {
      padding: 100px 40px; } }

.button {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 40px;
  text-transform: capitalize;
  letter-spacing: 2px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: .75em;
  font-family: 'circular-bold';
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear; }
  @media screen and (min-width: 960px) {
    .button {
      font-size: .875em;
      padding: 12px 20px; } }
  .button:hover {
    background: #f7941d;
    border: 1px solid #f7941d; }

.gform_wrapper {
  margin: 0 !important; }

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important; }

.gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0 !important;
  margin-bottom: 20px !important; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px !important;
  background: rgba(161, 161, 161, 0.25);
  border: 1px solid #a1a1a1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none; }

.gform_wrapper textarea {
  background: rgba(161, 161, 161, 0.25);
  border: 1px solid #a1a1a1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
  background: #f7941d !important;
  padding: 12px 30px 12px 30px !important; }

.gform_wrapper .gform_footer {
  text-align: center; }

#grnhse_iframe .opening a {
  color: #f7941d !important; }

.site-header-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear; }
  .site-header-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .site-header-wrapper {
      padding: 25px 40px; } }
  .site-header-wrapper .site-header .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .site-header-wrapper .site-header .logo:last-child {
      margin-right: 0; }
    @media screen and (min-width: 960px) {
      .site-header-wrapper .site-header .logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .site-header-wrapper .site-header .logo:last-child {
          margin-right: 0; } }
    .site-header-wrapper .site-header .logo img {
      max-width: 65px;
      position: relative;
      top: 3px; }
      @media screen and (min-width: 960px) {
        .site-header-wrapper .site-header .logo img {
          max-width: 82px;
          top: 0; } }
  .site-header-wrapper .site-header .gloabl-nav-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .site-header-wrapper .site-header .gloabl-nav-wrapper:last-child {
      margin-right: 0; }
    @media screen and (min-width: 960px) {
      .site-header-wrapper .site-header .gloabl-nav-wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .site-header-wrapper .site-header .gloabl-nav-wrapper:last-child {
          margin-right: 0; } }
  .site-header-wrapper.sticky {
    background: #ffffff;
    border-bottom: 1px solid rgba(161, 161, 161, 0.1); }
    .site-header-wrapper.sticky .global-nav .special a {
      color: #2c2c2c;
      border: 1px solid #2c2c2c; }
    .site-header-wrapper.sticky .global-nav ul li a {
      color: #2c2c2c; }
      .site-header-wrapper.sticky .global-nav ul li a:hover {
        color: #f7941d; }
    .site-header-wrapper.sticky .global-nav ul li.special a:hover {
      color: #ffffff;
      border: 1px solid #f7941d; }
    .site-header-wrapper.sticky .mobile-nav-btn a {
      color: #2c2c2c; }

.mobile-nav-btn {
  float: right; }
  .mobile-nav-btn a {
    font-size: 2em;
    color: #ffffff; }
  @media screen and (min-width: 960px) {
    .mobile-nav-btn {
      display: none; } }

.mobile-nav {
  display: none;
  background: #1a1a1a;
  text-align: center;
  padding: 80px 0 20px 0;
  position: fixed;
  width: 100%;
  z-index: 999999; }
  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .mobile-nav ul li {
      display: block; }
      .mobile-nav ul li a {
        color: #ffffff;
        display: block;
        padding: 15px 0; }

.global-nav {
  display: none; }
  @media screen and (min-width: 960px) {
    .global-nav {
      display: block; } }
  .global-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .global-nav ul {
        text-align: right; } }
    @media screen and (min-width: 960px) {
      .global-nav ul li {
        display: inline-block; } }
    .global-nav ul li a {
      display: inline-block;
      color: #ffffff;
      padding: 5px 15px; }
      .global-nav ul li a:hover {
        color: #f7941d; }
    .global-nav ul li.current-menu-item a {
      color: #f7941d; }
    @media screen and (min-width: 960px) {
      .global-nav ul li.special a {
        border: 1px solid #ffffff;
        border-radius: 60px;
        padding: 7px 18px 10px 18px;
        color: #ffffff;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        transition: 0.2s linear; }
        .global-nav ul li.special a:hover {
          background: #f7941d;
          color: #ffffff;
          border: 1px solid #f7941d; } }

.footer-locations-wrapper {
  background: #1a1a1a;
  color: #ffffff; }
  .footer-locations-wrapper h1 {
    text-align: center;
    color: rgba(255, 255, 255, 0.5); }
  .footer-locations-wrapper .footer-locations {
    max-width: 1390px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px; }
    .footer-locations-wrapper .footer-locations::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .footer-locations-wrapper .footer-locations {
        padding: 100px 40px; } }
    .footer-locations-wrapper .footer-locations h1 {
      margin-bottom: 2em;
      margin-top: 0;
      font-size: 1.25em;
      text-transform: uppercase; }
    .footer-locations-wrapper .footer-locations ul.locations {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer-locations-wrapper .footer-locations ul.locations li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        color: rgba(255, 255, 255, 0.5); }
        .footer-locations-wrapper .footer-locations ul.locations li:last-child {
          margin-right: 0; }
        @media screen and (min-width: 960px) {
          .footer-locations-wrapper .footer-locations ul.locations li {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 23.23176%; }
            .footer-locations-wrapper .footer-locations ul.locations li:last-child {
              margin-right: 0; } }
        .footer-locations-wrapper .footer-locations ul.locations li .abbr {
          width: 48%;
          float: left;
          position: relative;
          background-size: 90px 90px;
          background-repeat: no-repeat;
          background-position: center; }
          .footer-locations-wrapper .footer-locations ul.locations li .abbr img {
            max-width: 100%; }
          .footer-locations-wrapper .footer-locations ul.locations li .abbr span {
            font-family: "circular-bold";
            color: #ffffff;
            font-size: 1.875em;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
        .footer-locations-wrapper .footer-locations ul.locations li .details {
          width: 45%;
          float: right;
          padding: 1em 0; }
        .footer-locations-wrapper .footer-locations ul.locations li i {
          color: #f7941d; }
        .footer-locations-wrapper .footer-locations ul.locations li .phone {
          color: #ffffff; }
          .footer-locations-wrapper .footer-locations ul.locations li .phone a {
            color: #ffffff; }

.site-footer-wrapper {
  background: #2c2c2c;
  color: rgba(255, 255, 255, 0.5); }
  @media screen and (min-width: 960px) {
    .site-footer-wrapper {
      font-size: .8em; } }
  @media screen and (min-width: 960px) and (min-width: 1244px) {
    .site-footer-wrapper {
      font-size: 1em; } }
  .site-footer-wrapper .site-footer {
    max-width: 1390px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px; }
    .site-footer-wrapper .site-footer::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .site-footer-wrapper .site-footer {
        padding: 100px 40px; } }
    .site-footer-wrapper .site-footer .copyrights, .site-footer-wrapper .site-footer .footer-nav, .site-footer-wrapper .site-footer .footer-social {
      padding: .75em 0; }
      @media screen and (min-width: 960px) {
        .site-footer-wrapper .site-footer .copyrights, .site-footer-wrapper .site-footer .footer-nav, .site-footer-wrapper .site-footer .footer-social {
          padding: 1em 0; } }
      @media screen and (min-width: 960px) {
        .site-footer-wrapper .site-footer .copyrights, .site-footer-wrapper .site-footer .footer-nav, .site-footer-wrapper .site-footer .footer-social {
          padding: 0; } }
    .site-footer-wrapper .site-footer .copyrights {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center; }
      .site-footer-wrapper .site-footer .copyrights:last-child {
        margin-right: 0; }
      @media screen and (min-width: 960px) {
        .site-footer-wrapper .site-footer .copyrights {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%;
          text-align: left; }
          .site-footer-wrapper .site-footer .copyrights:last-child {
            margin-right: 0; } }
    .site-footer-wrapper .site-footer .footer-nav {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center; }
      .site-footer-wrapper .site-footer .footer-nav:last-child {
        margin-right: 0; }
      @media screen and (min-width: 960px) {
        .site-footer-wrapper .site-footer .footer-nav {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .site-footer-wrapper .site-footer .footer-nav:last-child {
            margin-right: 0; } }
    .site-footer-wrapper .site-footer .footer-social {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center; }
      .site-footer-wrapper .site-footer .footer-social:last-child {
        margin-right: 0; }
      @media screen and (min-width: 960px) {
        .site-footer-wrapper .site-footer .footer-social {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%;
          text-align: right; }
          .site-footer-wrapper .site-footer .footer-social:last-child {
            margin-right: 0; } }
    .site-footer-wrapper .site-footer .footer-nav ul, .site-footer-wrapper .site-footer .footer-social ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .site-footer-wrapper .site-footer .footer-nav ul li, .site-footer-wrapper .site-footer .footer-social ul li {
        display: inline-block; }
        .site-footer-wrapper .site-footer .footer-nav ul li a, .site-footer-wrapper .site-footer .footer-social ul li a {
          color: #ffffff;
          padding: 10px 5px; }
          @media screen and (min-width: 960px) {
            .site-footer-wrapper .site-footer .footer-nav ul li a, .site-footer-wrapper .site-footer .footer-social ul li a {
              padding: 10px 20px; } }
          .site-footer-wrapper .site-footer .footer-nav ul li a:hover, .site-footer-wrapper .site-footer .footer-social ul li a:hover {
            color: #f7941d; }

.bottom-arrow {
  font-size: 20px;
  background: #f7941d;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px 12px;
  border-radius: 50%; }
  @media screen and (min-width: 960px) {
    .bottom-arrow {
      font-size: 30px;
      padding: 10px 15px;
      bottom: -30px; } }
  .bottom-arrow a {
    color: #ffffff; }

.accent-arrow {
  font-size: 20px;
  background: #f7941d;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 105px;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 13px;
  border-radius: 50%; }
  @media screen and (min-width: 960px) {
    .accent-arrow {
      top: 110px;
      font-size: 30px;
      padding: 10px 15px; } }

.slide {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media screen and (min-width: 960px) {
    .slide {
      height: 750px; } }
  .slide h1 {
    width: 100%;
    color: #ffffff;
    font-size: 2em;
    margin: 0;
    padding: 0 1em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    z-index: 2; }
    @media screen and (min-width: 960px) {
      .slide h1 {
        font-size: 4em;
        padding: 0 4em; } }

.cycle-pager {
  text-align: center;
  position: absolute;
  bottom: 2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  z-index: 999;
  font-size: 1.875em; }
  @media screen and (min-width: 960px) {
    .cycle-pager {
      bottom: 5em; } }
  .cycle-pager span {
    display: inline-block;
    padding: 2px;
    cursor: pointer; }
  .cycle-pager .cycle-pager-active {
    color: #f7941d; }

.centered-text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
  text-align: center; }
  .centered-text::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .centered-text {
      padding: 100px 40px; } }
  .centered-text h1 {
    margin-top: 0;
    font-family: 'circular-book';
    font-size: 1.125em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: normal;
    color: #f7941d; }
    @media screen and (min-width: 960px) {
      .centered-text h1 {
        font-size: 1.25em; } }
  .centered-text p {
    font-size: 1.25em;
    color: #a1a1a1;
    line-height: 1.4em;
    margin-bottom: 0; }
    @media screen and (min-width: 960px) {
      .centered-text p {
        font-size: 1.5em; } }

.page-header {
  position: relative;
  background-size: cover; }
  .page-header h1 {
    font-size: 2.25em; }
    @media screen and (min-width: 960px) {
      .page-header h1 {
        font-size: 4em;
        margin-bottom: 15px; } }
  .page-header .inner-page-header {
    max-width: 1390px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    color: #ffffff;
    position: relative;
    z-index: 3;
    padding: 3em 0 1em 0; }
    .page-header .inner-page-header::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .page-header .inner-page-header {
        padding: 100px 40px; } }
    @media screen and (min-width: 960px) {
      .page-header .inner-page-header {
        padding: 8em 0; } }
    .page-header .inner-page-header p {
      font-family: 'circular-medium';
      font-size: 1.25em;
      line-height: 1.4em;
      margin-bottom: 2em; }
      @media screen and (min-width: 960px) {
        .page-header .inner-page-header p {
          font-size: 1.5em; } }
    .page-header .inner-page-header .button {
      font-size: 17px;
      text-transform: none;
      font-family: "circular-book";
      background: #ffffff;
      color: #2c2c2c;
      padding: 8px 30px;
      letter-spacing: 0; }
      .page-header .inner-page-header .button:hover {
        background: #f7941d; }

.team-member {
  width: 33.333333%;
  float: left;
  position: relative; }
  @media screen and (min-width: 960px) {
    .team-member {
      width: 16.6666666%; } }
  .team-member img {
    max-width: 100%;
    display: block; }
  .team-member .overlay-accent {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .team-member .team-details {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    color: #ffffff;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    font-size: 1em;
    line-height: 1.4em;
    font-family: 'circular-bold'; }
    @media screen and (min-width: 960px) {
      .team-member .team-details {
        font-size: 1.25em; } }
    .team-member .team-details span {
      display: block;
      color: #2c2c2c;
      font-size: .6666666em; }
      @media screen and (min-width: 960px) {
        .team-member .team-details span {
          margin-top: 1em; } }
  .team-member:hover .overlay-accent, .team-member:hover .team-details, .team-member:focus .overlay-accent, .team-member:focus .team-details {
    opacity: 1; }

.join {
  background: #f7941d; }
  .join img {
    display: hidden; }
  .join .team-details {
    opacity: 1;
    line-height: 1.4em; }
    .join .team-details a {
      color: #2c2c2c; }

.more-team {
  color: #ffffff !important;
  text-align: center; }

.rest-of-team {
  display: none; }

.homepage-intro {
  position: relative;
  padding-top: 3.5em; }
  .homepage-intro .scroll-more {
    position: absolute;
    top: 15px;
    text-align: center;
    width: 100%;
    z-index: 99999; }
    .homepage-intro .scroll-more .icon {
      top: -35px;
      width: 40px;
      height: 40px;
      color: #ffffff;
      background: #f7941d;
      border-radius: 50%;
      position: relative;
      margin: auto auto -15px auto; }
      @media screen and (min-width: 960px) {
        .homepage-intro .scroll-more .icon {
          top: -50px;
          width: 67px;
          height: 67px;
          margin: auto auto -25px auto; }
          .homepage-intro .scroll-more .icon i {
            font-size: 30px; } }
      .homepage-intro .scroll-more .icon i {
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    .homepage-intro .scroll-more .words {
      color: #a1a1a1;
      font-family: "circular-bold";
      font-size: 0.875em;
      text-decoration: underline; }
      @media screen and (min-width: 960px) {
        .homepage-intro .scroll-more .words {
          font-size: 1.125em; } }

.homepage-intro, .homepage-about {
  background: #2c2c2c;
  color: #ffffff; }
  .homepage-intro h1, .homepage-about h1 {
    margin-top: 0;
    font-size: 1.125em;
    color: #f7941d;
    text-transform: uppercase; }
    @media screen and (min-width: 960px) {
      .homepage-intro h1, .homepage-about h1 {
        font-size: 1.25em; } }
  .homepage-intro p, .homepage-about p {
    font-size: 1.375em;
    font-family: 'circular-medium'; }
    @media screen and (min-width: 960px) {
      .homepage-intro p, .homepage-about p {
        font-size: 1.5em; } }

.homepage-intro {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .homepage-intro .inner {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px;
    text-align: center; }
    .homepage-intro .inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .homepage-intro .inner {
        padding: 100px 40px; } }
  .homepage-intro p {
    margin-bottom: 0; }

.homepage-about .inner {
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
  padding-bottom: 2.5em !important; }
  .homepage-about .inner::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .homepage-about .inner {
      padding: 100px 40px; } }

.homepage-about .about-overview {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 1em; }
  .homepage-about .about-overview:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .homepage-about .about-overview {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .homepage-about .about-overview:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .homepage-about .about-overview {
      margin-bottom: 0; } }
  .homepage-about .about-overview h1 {
    color: #f7941d;
    font-size: 1.375em;
    margin-top: 0;
    text-transform: none; }
    @media screen and (min-width: 960px) {
      .homepage-about .about-overview h1 {
        font-size: 1.5em; } }
  .homepage-about .about-overview .about-link a {
    color: #ffffff;
    font-size: 1.0625em;
    text-decoration: underline;
    font-family: 'circular-bold'; }
  .homepage-about .about-overview .about-blurb p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9375em; }

.homepage-about .about-blurbs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .homepage-about .about-blurbs:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .homepage-about .about-blurbs {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 8.5298%;
      margin-right: 0; }
      .homepage-about .about-blurbs:last-child {
        margin-right: 0; } }
  .homepage-about .about-blurbs .blurb {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: center;
    margin-bottom: 1em; }
    .homepage-about .about-blurbs .blurb:last-child {
      margin-right: 0; }
    .homepage-about .about-blurbs .blurb:nth-child(2n) {
      margin-right: 0; }
    .homepage-about .about-blurbs .blurb:nth-child(2n+1) {
      clear: left; }
    @media screen and (min-width: 960px) {
      .homepage-about .about-blurbs .blurb {
        margin-bottom: 3em; } }
    @media screen and (min-width: 960px) {
      .homepage-about .about-blurbs .blurb {
        text-align: left; } }
    .homepage-about .about-blurbs .blurb .blurb-image {
      float: left;
      width: 100%; }
      @media screen and (min-width: 960px) {
        .homepage-about .about-blurbs .blurb .blurb-image {
          width: 25%; } }
      .homepage-about .about-blurbs .blurb .blurb-image img {
        max-width: 100px;
        margin-bottom: 1em; }
        @media screen and (min-width: 960px) {
          .homepage-about .about-blurbs .blurb .blurb-image img {
            margin-bottom: 0; } }
    .homepage-about .about-blurbs .blurb .blurb-info {
      float: left;
      width: 100%;
      font-size: 0.9375em;
      color: rgba(255, 255, 255, 0.5); }
      @media screen and (min-width: 960px) {
        .homepage-about .about-blurbs .blurb .blurb-info {
          width: 70%;
          margin-left: 5%; } }
      .homepage-about .about-blurbs .blurb .blurb-info h2 {
        font-size: 1.0625em;
        color: #ffffff;
        margin-top: 0; }
      .homepage-about .about-blurbs .blurb .blurb-info p {
        font-size: 0.9375em; }

.image-left-content-right, .content-left-image-right {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #2c2c2c;
  color: #ffffff;
  position: relative; }
  .image-left-content-right::after, .content-left-image-right::after {
    clear: both;
    content: "";
    display: table; }

.image-left, .content-right, .image-right, .content-left {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 960px) {
    .image-left, .content-right, .image-right, .content-left {
      width: 50%;
      float: left; } }
  .image-left img, .content-right img, .image-right img, .content-left img {
    max-width: 100%; }

.image-left, .image-right {
  background-size: cover;
  background-position: center;
  height: 400px; }
  @media screen and (min-width: 960px) {
    .image-left, .image-right {
      height: auto; } }

.content-inner {
  padding: 2em;
  max-width: 700px;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (min-width: 960px) {
    .content-inner {
      padding: 5em; } }
  .content-inner h1 {
    font-size: 1.5em;
    line-height: 1.25em;
    margin-top: 0; }
    @media screen and (min-width: 960px) {
      .content-inner h1 {
        font-size: 2.5em; } }
  .content-inner p {
    font-size: 1.125em;
    line-height: 1.5em;
    color: rgba(255, 255, 255, 0.5); }
  .content-inner .button {
    margin-top: 1em;
    padding: 7px 35px;
    text-transform: none; }

.image-left-content-right .content-inner {
  margin-top: -4em; }
  @media screen and (min-width: 960px) {
    .image-left-content-right .content-inner {
      margin-top: 0; } }

@media screen and (min-width: 960px) {
  .content-left-image-right .content-inner {
    margin-top: 0; } }

.partner-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  padding: 1em 2em;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-top: 25px;
  background: #ffffff;
  z-index: 100000;
  box-shadow: 0 0 50px 50px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 960px) {
    .partner-popup {
      width: 60%;
      margin-top: 45px; } }
  .partner-popup h1 {
    text-transform: uppercase;
    color: #f7941d;
    letter-spacing: 2px;
    font-size: 1.2em;
    margin-bottom: 0; }
    @media screen and (min-width: 960px) {
      .partner-popup h1 {
        font-size: 2em; } }
  .partner-popup p {
    font-size: 1.1em;
    color: #a1a1a1; }
  .partner-popup .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.875em;
    color: #2c2c2c; }

.full-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75); }

.history {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em; }
  .history::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .history {
      padding: 2em 20px; } }
  .history h1 {
    margin-top: 0;
    text-align: center;
    padding: 1em 0; }
    @media screen and (min-width: 960px) {
      .history h1 {
        padding: 2em 0; } }

@media screen and (min-width: 960px) {
  .history-meta {
    float: left;
    width: 30%;
    position: relative;
    text-align: right;
    padding-right: 100px; } }

.history-meta h2 {
  font-size: 1.15em;
  margin-top: 0;
  position: relative;
  top: 0px;
  color: #f7941d;
  line-height: 1em; }

.history-meta span {
  font-size: 1em;
  color: #a1a1a1;
  position: relative;
  top: -15px; }

@media screen and (min-width: 960px) {
  .history-meta::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    height: 100%;
    width: 1px;
    background: #2c2c2c; } }

@media screen and (min-width: 960px) {
  .history-meta .bullet {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 3px solid #f7941d;
    background: #ffffff !important;
    position: absolute;
    top: 0;
    right: 39px;
    z-index: 2; } }

@media screen and (min-width: 960px) {
  .history-info {
    float: left;
    width: 70%;
    padding-bottom: 2em; } }

.history-info p {
  font-size: 1.125em;
  line-height: 1.666666em;
  color: #a1a1a1; }

.history-info p:first-child {
  margin-top: -3px; }

.history-info p:last-child {
  margin-bottom: 0;
  padding-bottom: 2em; }

.history-item:last-of-type .history-meta::after {
  background: none; }

.image-strip {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 960px) {
    .image-strip {
      height: 220px; } }
  .image-strip .image-strip-inner {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px;
    padding: 3em 2em 3em 2em !important;
    position: relative;
    z-index: 3; }
    .image-strip .image-strip-inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .image-strip .image-strip-inner {
        padding: 100px 40px; } }
    @media screen and (min-width: 960px) {
      .image-strip .image-strip-inner {
        padding: 4em 0 4em 0 !important; } }
  .image-strip h1 {
    margin-top: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 1.375em;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media screen and (min-width: 960px) {
      .image-strip h1 {
        font-size: 2em; } }
  .image-strip .image-strip-text {
    position: relative;
    opacity: 0;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear; }
  .image-strip:hover .image-strip-text, .image-strip.active .image-strip-text {
    opacity: 1;
    top: 1.75em; }
  .image-strip:hover .overlay-accent, .image-strip.active .overlay-accent {
    opacity: 1; }
  .image-strip:hover .overlay-dark, .image-strip.active .overlay-dark {
    opacity: 0; }
  .image-strip:hover h1, .image-strip.active h1 {
    top: 2.2em; }
  .image-strip .overlay-accent {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .image-strip .overlay-dark {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }

.blurb-grid {
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px; }
  .blurb-grid::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .blurb-grid {
      padding: 100px 40px; } }
  .blurb-grid h1 {
    text-align: center;
    margin-bottom: 1em; }
    @media screen and (min-width: 960px) {
      .blurb-grid h1 {
        margin-bottom: 2em; } }

.blurb-grid-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 1em;
  text-align: center; }
  .blurb-grid-item:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .blurb-grid-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .blurb-grid-item:last-child {
        margin-right: 0; } }
  .blurb-grid-item:nth-child(4n) {
    margin-right: 0; }
  .blurb-grid-item:nth-child(4n+1) {
    clear: left; }
  @media screen and (min-width: 960px) {
    .blurb-grid-item {
      padding: 2em; } }
  .blurb-grid-item img {
    width: 90px; }
  .blurb-grid-item h2 {
    font-size: 1.125em;
    margin-bottom: 1em; }
    @media screen and (min-width: 960px) {
      .blurb-grid-item h2 {
        font-size: 1.5em; } }
  .blurb-grid-item p {
    font-size: 1.1875em;
    color: #a1a1a1;
    line-height: 2.11em; }

.gallery {
  background: #2c2c2c;
  position: relative; }
  .gallery .gallery-heading {
    max-width: 1390px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px;
    padding: 2em 0 3em 0 !important;
    color: #ffffff; }
    .gallery .gallery-heading::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .gallery .gallery-heading {
        padding: 100px 40px; } }
    .gallery .gallery-heading h1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center;
      font-size: 1.125em;
      letter-spacing: 2px;
      color: #a1a1a1;
      text-transform: uppercase; }
      .gallery .gallery-heading h1:last-child {
        margin-right: 0; }
      @media screen and (min-width: 960px) {
        .gallery .gallery-heading h1 {
          font-size: 1.5em; } }
  .gallery .gallery-item {
    position: relative;
    width: 50%;
    float: left;
    line-height: 0; }
    @media screen and (min-width: 960px) {
      .gallery .gallery-item {
        width: 25%; } }
    .gallery .gallery-item img {
      width: 100%; }
    .gallery .gallery-item .overlay-dark {
      -webkit-transition: 0.2s linear;
      -moz-transition: 0.2s linear;
      transition: 0.2s linear; }
    .gallery .gallery-item .gallery-meta {
      position: absolute;
      width: 100%;
      padding: 1em;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      z-index: 3;
      color: #ffffff;
      line-height: 1.2em;
      text-align: center;
      font-family: "circular-bold";
      font-size: 1.25em;
      opacity: 0;
      -webkit-transition: 0.2s linear;
      -moz-transition: 0.2s linear;
      transition: 0.2s linear; }
      @media screen and (min-width: 960px) {
        .gallery .gallery-item .gallery-meta {
          font-size: 1.875em; } }
    .gallery .gallery-item.active .overlay-dark {
      background: rgba(247, 148, 29, 0.86); }
    .gallery .gallery-item.active .gallery-meta {
      opacity: 1; }

.stories {
  background: #1a1a1a;
  position: relative; }
  .stories .stories-inner {
    max-width: 1390px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px;
    color: #ffffff;
    text-align: center; }
    .stories .stories-inner::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .stories .stories-inner {
        padding: 100px 40px; } }
  .stories .small-title {
    color: #f7941d;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 2px; }
    @media screen and (min-width: 960px) {
      .stories .small-title {
        font-size: 1.0625em; } }
  .stories .big-title {
    font-size: 1.5em;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 960px) {
      .stories .big-title {
        font-size: 3.125em; } }
  .stories .cycle-pager {
    display: none;
    position: absolute;
    bottom: -30px; }
    @media screen and (min-width: 960px) {
      .stories .cycle-pager {
        bottom: -50px; } }
  .stories .story {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    line-height: 0; }
    .stories .story:last-child {
      margin-right: 0; }
    @media screen and (min-width: 960px) {
      .stories .story {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .stories .story:last-child {
          margin-right: 0; } }
    .stories .story:nth-child(2n) {
      margin-right: 0; }
    .stories .story:nth-child(2n+1) {
      clear: left; }
    .stories .story img {
      width: 100%; }
    .stories .story .story-meta {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      z-index: 3;
      line-height: 1.3em;
      -webkit-transition: 0.2s linear;
      -moz-transition: 0.2s linear;
      transition: 0.2s linear;
      color: #ffffff; }
      .stories .story .story-meta h1 {
        margin-top: 0;
        font-size: 1.25em; }
        @media screen and (min-width: 960px) {
          .stories .story .story-meta h1 {
            font-size: 2em; } }
    .stories .story .hover-meta {
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      z-index: 3;
      color: #ffffff;
      font-size: 1.25em;
      line-height: 1.2em;
      font-family: 'circular-medium';
      -webkit-transition: 0.2s linear;
      -moz-transition: 0.2s linear;
      transition: 0.2s linear; }
      @media screen and (min-width: 960px) {
        .stories .story .hover-meta {
          font-size: 1.875em; } }
    .stories .story .overlay-dark {
      -webkit-transition: 0.2s linear;
      -moz-transition: 0.2s linear;
      transition: 0.2s linear; }
    .stories .story:hover .overlay-dark {
      background: rgba(247, 148, 29, 0.86); }
    .stories .story:hover .hover-meta {
      opacity: 1; }
    .stories .story:hover .story-meta {
      opacity: 0; }

.footer-careers-wrapper {
  position: relative; }
  .footer-careers-wrapper .cta-left-image {
    width: 100%;
    line-height: 0; }
    @media screen and (min-width: 960px) {
      .footer-careers-wrapper .cta-left-image {
        width: 50%;
        float: left; } }
    .footer-careers-wrapper .cta-left-image img {
      width: 100%; }
  .footer-careers-wrapper .cta-btn-p {
    margin-bottom: 0; }
  .footer-careers-wrapper .cta-right {
    width: 100%;
    text-align: center;
    color: #ffffff;
    position: relative; }
    @media screen and (min-width: 960px) {
      .footer-careers-wrapper .cta-right {
        width: 50%;
        float: left; } }
    .footer-careers-wrapper .cta-right .cta-right-content {
      padding: 3em;
      width: 100%; }
      @media screen and (min-width: 960px) {
        .footer-careers-wrapper .cta-right .cta-right-content {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
      .footer-careers-wrapper .cta-right .cta-right-content h1 {
        font-family: "circular-bold";
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 1em;
        margin-top: 0; }
      .footer-careers-wrapper .cta-right .cta-right-content .large-heading {
        color: #ffffff;
        font-size: 2em;
        font-family: 'circular-bold'; }
        @media screen and (min-width: 960px) {
          .footer-careers-wrapper .cta-right .cta-right-content .large-heading {
            font-size: 3em; } }
      .footer-careers-wrapper .cta-right .cta-right-content p {
        font-size: 1.125em; }
      .footer-careers-wrapper .cta-right .cta-right-content .careers-text {
        position: relative;
        top: -1em; }
        @media screen and (min-width: 960px) {
          .footer-careers-wrapper .cta-right .cta-right-content .careers-text {
            padding: 0 5em; } }
      @media screen and (min-width: 960px) {
        .footer-careers-wrapper .cta-right .cta-right-content .button {
          margin-top: 1em; } }
  .footer-careers-wrapper .footer-careers {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #d7d7d7; }
    .footer-careers-wrapper .footer-careers::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 960px) {
      .footer-careers-wrapper .footer-careers {
        padding: 100px 40px; } }
    .footer-careers-wrapper .footer-careers h1 {
      font-family: "circular-bold";
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1em;
      margin-top: 0; }
    .footer-careers-wrapper .footer-careers .large-heading {
      color: #ffffff;
      font-size: 2em;
      font-family: 'circular-bold'; }
      @media screen and (min-width: 960px) {
        .footer-careers-wrapper .footer-careers .large-heading {
          font-size: 3em; } }
    .footer-careers-wrapper .footer-careers p {
      font-size: 1.125em; }
    .footer-careers-wrapper .footer-careers .careers-text {
      position: relative;
      top: -1em; }
      @media screen and (min-width: 960px) {
        .footer-careers-wrapper .footer-careers .careers-text {
          padding: 0 5em; } }
    @media screen and (min-width: 960px) {
      .footer-careers-wrapper .footer-careers .button {
        margin-top: 1em; } }

.content-sidebar {
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px; }
  .content-sidebar::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .content-sidebar {
      padding: 100px 40px; } }
  .content-sidebar .col1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .content-sidebar .col1:last-child {
      margin-right: 0; }
    @media screen and (min-width: 960px) {
      .content-sidebar .col1 {
        margin-left: 8.5298%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .content-sidebar .col1:last-child {
          margin-right: 0; } }
  .content-sidebar .col2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .content-sidebar .col2:last-child {
      margin-right: 0; }
    @media screen and (min-width: 960px) {
      .content-sidebar .col2 {
        margin-left: 8.5298%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .content-sidebar .col2:last-child {
          margin-right: 0; } }

.story-header {
  position: relative;
  height: 400px; }
  @media screen and (min-width: 960px) {
    .story-header {
      height: 600px; } }
  .story-header .story-header-meta {
    position: absolute;
    z-index: 3;
    color: #ffffff;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center; }
    @media screen and (min-width: 960px) {
      .story-header .story-header-meta {
        margin-top: -1.5em; } }
    .story-header .story-header-meta h1 {
      font-size: 1.75em;
      letter-spacing: 1px;
      color: #f7941d;
      text-transform: uppercase;
      margin-bottom: 0; }
      @media screen and (min-width: 960px) {
        .story-header .story-header-meta h1 {
          font-size: 4em; } }
    .story-header .story-header-meta span {
      display: inline-block;
      font-family: 'circular-medium';
      font-size: 1.75em; }
      @media screen and (min-width: 960px) {
        .story-header .story-header-meta span {
          font-size: 4em; } }

.story-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px; }
  .story-content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 960px) {
    .story-content {
      padding: 100px 40px; } }
  .story-content .story-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .story-content .story-left:last-child {
      margin-right: 0; }
    .story-content .story-left h2 {
      text-transform: uppercase;
      font-size: 1.25em;
      color: #f7941d;
      letter-spacing: 1px; }
  .story-content .story-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .story-content .story-right:last-child {
      margin-right: 0; }
    .story-content .story-right p {
      font-size: 1.125em;
      line-height: 1.66666em;
      color: #a1a1a1; }
