  /*! 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; }

  @font-face {
    font-family: "Akkurat-Pro-Bold";
    src: url("../fonts/lineto-akkurat-pro-bold.eot");
    src: url("../fonts/lineto-akkurat-pro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-bold.woff2") format("woff2"), url("../fonts/lineto-akkurat-pro-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal; }
  @font-face {
    font-family: "Akkurat-Pro-Light";
    src: url("../fonts/lineto-akkurat-pro-light.eot");
    src: url("../fonts/lineto-akkurat-pro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-light.woff2") format("woff2"), url("../fonts/lineto-akkurat-pro-light.woff") format("woff");
    font-weight: normal;
    font-style: normal; }
  @font-face {
    font-family: "Akkurat-Pro-Regular";
    src: url("../fonts/lineto-akkurat-pro-regular.eot");
    src: url("../fonts/lineto-akkurat-pro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-regular.woff2") format("woff2"), url("../fonts/lineto-akkurat-pro-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }
  .inner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
    .inner::after {
      clear: both;
      content: "";
      display: table; }

  .pad-top {
    padding-top: 106px !important; }
    @media screen and (min-width: 959px) {
      .pad-top {
        padding-top: 306px !important; } }

  .narrow {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .narrow:last-child {
      margin-right: 0; }
    @media screen and (min-width: 959px) {
      .narrow {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        margin-left: 17.0596085997%; }
        .narrow:last-child {
          margin-right: 0; } }

  .narrowish {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .narrowish:last-child {
      margin-right: 0; }
    @media screen and (min-width: 959px) {
      .narrowish {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 82.9403914003%;
        margin-left: 8.5298042998%; }
        .narrowish:last-child {
          margin-right: 0; } }

  .wide {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .wide:last-child {
      margin-right: 0; }

  .wide-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    margin-top: -1em;
    margin-bottom: 1em; }
    .wide-image:last-child {
      margin-right: 0; }
    .wide-image img {
      max-width: 100%; }
    @media screen and (min-width: 959px) {
      .wide-image {
        margin-top: 1em;
        margin-bottom: 2em; } }

  body {
    font-family: "Akkurat-Pro-Regular";
    -webkit-font-smoothing: antialiased; }

  a {
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear; }

  blockquote {
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    margin: 2em 0; }
    blockquote p {
      font-family: "Akkurat-Pro-Light";
      font-size: 30px;
      line-height: 48px !important; }

  .accordion-tabs-minimal {
    line-height: 1.5;
    padding: 0; }
    .accordion-tabs-minimal::after {
      clear: both;
      content: "";
      display: table; }
    .accordion-tabs-minimal .tab-header-and-content {
      list-style: none;
      margin: auto; }
      @media screen and (min-width: 40em) {
        .accordion-tabs-minimal .tab-header-and-content {
          display: inline; } }
    .accordion-tabs-minimal .tab-link {
      margin: auto;
      display: block;
      text-align: center;
      color: #a9a9a9;
      border: 1px solid #FFFFFF;
      border-radius: 20px;
      padding: 10px 40px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Bold";
      background-color: transparent;
      display: block;
      padding: 0.75em 1.618em;
      text-decoration: none; }
      .accordion-tabs-minimal .tab-link:hover {
        background: #FFFFFF;
        color: #212121; }
      @media screen and (min-width: 40em) {
        .accordion-tabs-minimal .tab-link {
          display: inline-block; } }
      .accordion-tabs-minimal .tab-link:hover {
        background: #819097;
        color: #FFFFFF; }
      .accordion-tabs-minimal .tab-link:focus {
        outline: none; }
      .accordion-tabs-minimal .tab-link.is-active {
        border-bottom: 0;
        background: #819097;
        border: 1px solid #819097; }
    .accordion-tabs-minimal .tab-content {
      display: none;
      width: 100%;
      padding-top: 3em; }
      @media screen and (min-width: 40em) {
        .accordion-tabs-minimal .tab-content {
          float: left; } }

  .global-header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    background: rgba(33, 33, 33, 0.98); }
    @media screen and (min-width: 959px) {
      .global-header {
        padding: 28px 0; } }
    @media screen and (min-width: 959px) {
      .global-header {
        background: transparent; } }
    .global-header .header-logo {
      float: left;
      display: block;
      margin-right: 2%;
      width: 38%; }
      .global-header .header-logo:last-child {
        margin-right: 0; }
      .global-header .header-logo img {
        padding: 15px;
        max-width: 150px;
        margin-left: -15px; }
    .global-header .header-nav {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .global-header .header-nav:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .global-header .header-nav {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 60%; }
          .global-header .header-nav:last-child {
            margin-right: 0; } }
    .global-header.sticky-bg {
      background: rgba(33, 33, 33, 0.95); }

  .mobile-menu-btn {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    text-align: right;
    padding: 15px;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px; }
    @media screen and (min-width: 959px) {
      .mobile-menu-btn {
        display: none;
        top: 28px; } }

  #menu-global-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    display: none; }
    @media screen and (min-width: 959px) {
      #menu-global-nav {
        display: block !important; } }
    #menu-global-nav li {
      text-align: center; }
      @media screen and (min-width: 959px) {
        #menu-global-nav li {
          display: inline-block; } }
      #menu-global-nav li a {
        display: block;
        color: #FFFFFF;
        font-size: 0.875em;
        padding: 15px;
        font-family: "Akkurat-Pro-Bold"; }
        #menu-global-nav li a:hover {
          color: #819097; }
      #menu-global-nav li.current-menu-item a, #menu-global-nav li.current_page_parent a {
        color: #819097; }
        .header-nav li.special{
          display: inline-block;
          margin-top: 15px;
          list-style: none;
        }
      .header-nav li.special a {
        border: 1px solid #FFFFFF;
        border-radius: 30px;
        padding: 10px 30px;
        margin-left: 7px;
        color: #fff;
        cursor: pointer;
        font-family: "Akkurat-Pro-Bold";
        font-size: 0.875em;
      }
        .header-nav li.special a:hover {
          border: 1px solid #819097; }
      #menu-global-nav li.special.current-menu-item a {
        color: #FFFFFF;
        border: 1px solid #FFFFFF; }
        #menu-global-nav li.special.current-menu-item a:hover {
          color: #819097;
          border: 1px solid #819097; }

  #mc_embed_signup form {
    padding: 0 !important;
    text-align: right; }
    #mc_embed_signup form input[type="email"] {
      position: relative;
      background: transparent !important;
      border: 1px solid #a9a9a9 !important;
      outline: none;
      padding: 10px !important;
      border-radius: 0;
      color: #a9a9a9;
      width: 100%; }
    #mc_embed_signup form input[type="submit"] {
      border: 1px solid #819097;
      border-radius: 20px;
      padding: 10px 40px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Bold";
      background-color: #819097;
      display: block;
      width: 150px;
      margin-top: 5px;
      margin-left: auto;
      margin-right: auto; }
      #mc_embed_signup form input[type="submit"]:hover {
        background: #FFFFFF;
        color: #212121; }
      @media screen and (min-width: 959px) {
        #mc_embed_signup form input[type="submit"] {
          margin-left: 0;
          margin-right: 0; } }
    #mc_embed_signup form .mc-form-icon {
      color: #a9a9a9;
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 16px;
      display: none; }
    #mc_embed_signup form .mce_inline_error {
      background: none !important;
      color: #819097 !important; }

  #mc_embed_signup .mc-field-group {
    width: 100% !important; }

  .global-footer {
    background: #3f3f3f;
    color: #a9a9a9;
    padding: 3em 0;
    font-size: 0.6875em; }
    @media screen and (min-width: 959px) {
      .global-footer {
        padding: 6em 0; } }
    .global-footer section {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      text-align: center;
      margin: 2em 0; }
      .global-footer section:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .global-footer section {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 23.2317613015%;
          text-align: left;
          margin: 0; }
          .global-footer section:last-child {
            margin-right: 0; } }
      .global-footer section h1 {
        font-size: 0.6875em;
        text-transform: uppercase;
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Bold";
        letter-spacing: 2px; }
      .global-footer section a {
        color: #FFFFFF; }
      .global-footer section ul {
        list-style: none;
        margin: 0;
        padding: 0; }
    .global-footer .footer-menu {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2; }
      .global-footer .footer-menu a {
        display: block;
        text-transform: uppercase;
        padding: .5em;
        letter-spacing: 2px; }
        .global-footer .footer-menu a:hover {
          color: #819097; }
    .global-footer .footer-signup h1 {
      margin-top: 0; }
    @media screen and (min-width: 959px) {
      .global-footer .footer-signup .signup-inner {
        width: 100%; } }
    .global-footer .footer-social {
      text-align: center; }
      @media screen and (min-width: 959px) {
        .global-footer .footer-social {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%; }
          .global-footer .footer-social:last-child {
            margin-right: 0; } }
      .global-footer .footer-social li {
        margin: 0 10px;
        padding: 0;
        display: inline-block; }
        .global-footer .footer-social li a {
          font-size: 8px;
          width: 30px;
          height: 30px;
          display: block;
          border: 1px solid #FFFFFF;
          border-radius: 50%;
          position: relative; }
          .global-footer .footer-social li a:hover {
            border: 1px solid #819097; }
            .global-footer .footer-social li a:hover i {
              color: #819097; }
          .global-footer .footer-social li a i {
            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; }
    .global-footer .copyrights {
      font-family: "Akkurat-Pro-Light";
      text-align: center; }
      @media screen and (min-width: 959px) {
        .global-footer .copyrights {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 14.7019570017%;
          margin-right: 0;
          text-align: right; }
          .global-footer .copyrights:last-child {
            margin-right: 0; } }
      .global-footer .copyrights p {
        margin-top: 0;
        font-size: 14px;
        line-height: 1.5em; }

  .embed-container {
    position: relative;
    padding-bottom: 60.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }

  .embed-container iframe, .embed-container object, .embed-container embed, .embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .clear {
    clear: both; }

  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 15px !important;
    outline: none;
    border-radius: 0 !important;
    border: none;
    -webkit-appearance: none; }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
      letter-spacing: 1px;
      font-family: "Akkurat-Pro-Bold";
      font-size: 14px;
      color: #a9a9a9; }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
      /* Firefox 18- */
      letter-spacing: 1px;
      font-family: "Akkurat-Pro-Bold";
      font-size: 14px;
      color: #a9a9a9; }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
      /* Firefox 19+ */
      letter-spacing: 1px;
      font-family: "Akkurat-Pro-Bold";
      font-size: 14px;
      color: #a9a9a9; }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
      letter-spacing: 1px;
      font-family: "Akkurat-Pro-Bold";
      font-size: 14px;
      color: #a9a9a9; }

  .gform_wrapper textarea {
    padding: 15px !important;
    outline: none;
    border-radius: 0 !important;
    border: none;
    -webkit-appearance: none; }
    .gform_wrapper textarea::-webkit-input-placeholder {
      letter-spacing: 1px;
      font-family: "Akkurat-Pro-Bold";
      font-size: 14px;
      color: #a9a9a9; }
    .gform_wrapper textarea:-moz-placeholder {
      /* Firefox 18- */
      letter-spacing: 1px;
      font-family: "Akkurat-Pro-Bold";
      font-size: 14px;
      color: #a9a9a9; }
    .gform_wrapper textarea::-moz-placeholder {
      /* Firefox 19+ */
      letter-spacing: 1px;
      font-family: "Akkurat-Pro-Bold";
      font-size: 14px;
      color: #a9a9a9; }
    .gform_wrapper textarea:-ms-input-placeholder {
      letter-spacing: 1px;
      font-family: "Akkurat-Pro-Bold";
      font-size: 14px;
      color: #a9a9a9; }

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

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

  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    border: 1px solid #819097;
    border-radius: 20px;
    padding: 10px 40px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFFFFF;
    font-family: "Akkurat-Pro-Bold";
    background-color: #819097;
    font-size: 0.875em !important;
    cursor: pointer; }
    .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
      background: #FFFFFF;
      color: #212121; }

  .blog-header {
    padding: 7em 0 4em 0;
    text-align: center;
    color: #a9a9a9;
    position: relative; }
    @media screen and (min-width: 959px) {
      .blog-header {
        padding: 11em 0 9em 0; } }
    .blog-header .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background: rgba(33, 33, 33, 0.5); }
    .blog-header h1 {
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Light";
      font-size: 1.5em;
      font-weight: normal;
      z-index: 1;
      position: relative; }
      @media screen and (min-width: 959px) {
        .blog-header h1 {
          font-size: 2.5em; } }
    .blog-header .cta {
      border: 1px solid #819097;
      border-radius: 20px;
      padding: 10px 40px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Bold";
      background-color: #819097;
      display: inline-block;
      margin-top: 2em;
      position: relative;
      z-index: 1; }
      .blog-header .cta:hover {
        background: #FFFFFF;
        color: #212121; }
    .blog-header .cat ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 1; }
      .blog-header .cat ul li a {
        color: #819097;
        font-family: "Akkurat-Pro-Bold";
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 10px; }
        .blog-header .cat ul li a:hover {
          color: #FFFFFF; }
    .blog-header .blog-meta {
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Light";
      position: relative;
      z-index: 1; }
      .blog-header .blog-meta a {
        color: #FFFFFF; }
        .blog-header .blog-meta a:hover {
          color: #819097; }
      .blog-header .blog-meta .date-author {
        float: none;
        display: inline-block; }
      .blog-header .blog-meta .comments {
        float: none;
        display: inline-block;
        margin: 0 1em; }

  .blog-main {
    padding: 3em 0;
    position: relative; }
    @media screen and (min-width: 959px) {
      .blog-main {
        padding: 6em 0; } }
    .blog-main .blog-author {
      display: none;
      border: 1px solid rgba(169, 169, 169, 0.2);
      text-align: center;
      margin-top: 5px; }
      @media screen and (min-width: 959px) {
        .blog-main .blog-author {
          display: block;
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 40.2913699012%;
          margin-left: -51.178825799%; }
          .blog-main .blog-author:last-child {
            margin-right: 0; } }
      .blog-main .blog-author h3 {
        color: #819097;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Akkurat-Pro-Bold";
        font-weight: normal;
        font-size: 1em;
        font-size: 11px;
        color: #212121;
        margin-bottom: 0 !important; }
      .blog-main .blog-author .title {
        font-size: 12px;
        font-family: "Akkurat-Pro-Light";
        margin-top: 0;
        margin-bottom: 2em; }
      .blog-main .blog-author img {
        padding: 2em 2em 0 2em;
        max-width: 100%; }
      .blog-main .blog-author .social-link {
        width: 33.333333333333%;
        float: left;
        border: 1px solid rgba(169, 169, 169, 0.2); }
        .blog-main .blog-author .social-link a {
          display: block;
          color: #819097;
          padding: 1em; }
          .blog-main .blog-author .social-link a:hover {
            background: #f2f4f4; }
        .blog-main .blog-author .social-link.first {
          border-left: none; }
        .blog-main .blog-author .social-link.last {
          border-right: none; }
      .blog-main .blog-author .all a {
        display: block;
        padding: 1em;
        color: #819097;
        text-transform: uppercase;
        font-family: "Akkurat-Pro-Bold";
        letter-spacing: 2px;
        font-size: 14px; }
        .blog-main .blog-author .all a:hover {
          background: #f2f4f4; }
    .blog-main.single .content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .blog-main.single .content:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .blog-main.single .content {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 57.3509785009%;
          margin-left: 25.5894128995%; }
          .blog-main.single .content:last-child {
            margin-right: 0; } }
    .blog-main .content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .blog-main .content:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .blog-main .content {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 65.8807828007%; }
          .blog-main .content:last-child {
            margin-right: 0; } }
      .blog-main .content footer {
        text-align: center; }
        .blog-main .content footer .tags h1 {
          color: #819097;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-family: "Akkurat-Pro-Bold";
          font-weight: normal;
          font-size: 1em;
          text-transform: none;
          color: #212121;
          margin-bottom: 2em; }
        .blog-main .content footer .tags a {
          font-size: 10px;
          text-transform: uppercase;
          font-family: "Akkurat-Pro-Bold";
          letter-spacing: 1px;
          border: 1px dashed #819097;
          padding: 10px 15px;
          border-radius: 25px;
          color: #212121; }
          .blog-main .content footer .tags a:hover {
            background: #819097;
            color: #FFFFFF; }
        .blog-main .content footer .share-page {
          margin-top: 3em; }
      .blog-main .content .featured-image img {
        max-width: 100%; }
      .blog-main .content h1.post-title a {
        color: #212121;
        font-family: "Akkurat-Pro-Bold";
        font-size: 24px; }
      .blog-main .content p {
        font-family: "Akkurat-Pro-Light";
        line-height: 30px; }
      .blog-main .content .blog-post {
        margin-bottom: 3em; }
      .blog-main .content .read-more {
        margin-top: 2em; }
      .blog-main .content .read-more a {
        border: 1px solid #819097;
        border-radius: 20px;
        padding: 10px 40px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Bold";
        background-color: #819097; }
        .blog-main .content .read-more a:hover {
          background: #FFFFFF;
          color: #212121; }
      .blog-main .content .blog-meta {
        color: #819097;
        font-size: 14px; }
        .blog-main .content .blog-meta .date-author {
          float: left; }
          .blog-main .content .blog-meta .date-author a {
            color: #819097; }
            .blog-main .content .blog-meta .date-author a:hover {
              color: #212121; }
        .blog-main .content .blog-meta .comments {
          float: right; }
    .blog-main .sidebar {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .blog-main .sidebar:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .blog-main .sidebar {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%; }
          .blog-main .sidebar:last-child {
            margin-right: 0; } }
      .blog-main .sidebar .searchform {
        position: relative; }
        .blog-main .sidebar .searchform label {
          display: none; }
        .blog-main .sidebar .searchform span {
          position: absolute;
          right: 0;
          top: 10px;
          color: #a9a9a9; }
        .blog-main .sidebar .searchform input[type="submit"] {
          display: none; }
        .blog-main .sidebar .searchform input[type="text"] {
          width: 100%;
          border-top: none;
          border-left: none;
          border-right: none;
          border-bottom: 1px solid rgba(169, 169, 169, 0.2);
          outline: none;
          padding: 10px 0;
          -webkit-transition: 0.2s linear;
          -moz-transition: 0.2s linear;
          transition: 0.2s linear; }
          .blog-main .sidebar .searchform input[type="text"]:focus {
            border-bottom: 1px solid #819097; }
          .blog-main .sidebar .searchform input[type="text"]::before {
            content: "&#xf002;";
            position: absolute;
            top: 0;
            right: 0; }
          .blog-main .sidebar .searchform input[type="text"]::-webkit-input-placeholder {
            font-family: "Akkurat-Pro-Bold";
            font-size: 0.75em !important;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #212121 !important;
            opacity: 1; }
          .blog-main .sidebar .searchform input[type="text"]:-moz-placeholder {
            /* Firefox 18- */
            font-family: "Akkurat-Pro-Bold";
            font-size: 0.75em !important;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #212121 !important;
            opacity: 1; }
          .blog-main .sidebar .searchform input[type="text"]::-moz-placeholder {
            /* Firefox 19+ */
            font-family: "Akkurat-Pro-Bold";
            font-size: 0.75em !important;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #212121 !important;
            opacity: 1; }
          .blog-main .sidebar .searchform input[type="text"]:-ms-input-placeholder {
            font-family: "Akkurat-Pro-Bold";
            font-size: 0.75em !important;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #212121 !important;
            opacity: 1; }
      .blog-main .sidebar .tagcloud {
        margin-top: 1em; }
        .blog-main .sidebar .tagcloud a {
          background: #f2f4f4;
          display: inline-block;
          padding: 5px 10px;
          border: 1px dashed #819097;
          border-radius: 15px; }
          .blog-main .sidebar .tagcloud a:hover {
            background: #819097;
            color: #FFFFFF !important; }
      .blog-main .sidebar .widget {
        padding: 1em 2em;
        border: 1px solid rgba(169, 169, 169, 0.4);
        margin-bottom: 2em; }
        .blog-main .sidebar .widget a {
          color: #819097;
          text-transform: uppercase;
          font-family: "Akkurat-Pro-Bold";
          letter-spacing: 1px;
          font-size: 12px; }
          .blog-main .sidebar .widget a:hover {
            color: #212121; }
        .blog-main .sidebar .widget.recentpostswidget ul {
          list-style: none;
          margin: 1em 0 0 0;
          padding: 0; }
          .blog-main .sidebar .widget.recentpostswidget ul li {
            margin-bottom: 1em !important; }
            .blog-main .sidebar .widget.recentpostswidget ul li:last-child {
              margin-bottom: 0 !important; }
        .blog-main .sidebar .widget .aptf-tweet-content a {
          color: #819097 !important; }
        .blog-main .sidebar .widget .aptf-tweets-wrapper {
          margin-top: 1em !important; }
        .blog-main .sidebar .widget.recentpostswidget a {
          text-transform: none !important;
          font-family: "Akkurat-Pro-Bold";
          font-size: 14px;
          color: #212121; }
          .blog-main .sidebar .widget.recentpostswidget a:hover {
            color: #819097; }
        .blog-main .sidebar .widget ul {
          margin: 1em 1em 1em 1em;
          padding: 0; }
          .blog-main .sidebar .widget ul li {
            margin-bottom: .5em; }
        .blog-main .sidebar .widget h2.widgettitle {
          font-family: "Akkurat-Pro-Bold";
          font-size: 0.75em !important;
          text-transform: uppercase;
          letter-spacing: 2px; }
        .blog-main .sidebar .widget .post-date {
          display: block;
          font-size: 0.75em;
          color: #a9a9a9;
          margin-top: 4px; }
        .blog-main .sidebar .widget .divider {
          width: 40px;
          border-top: 1px solid rgba(169, 169, 169, 0.4); }

  .recent-posts {
    margin-top: 3em; }
    .recent-posts h1 {
      border-bottom: 1px solid rgba(169, 169, 169, 0.2);
      padding-bottom: .5em;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #819097;
      font-family: "Akkurat-Pro-Bold";
      font-size: 18px;
      margin-bottom: 2em; }
    .recent-posts .recent-post {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .recent-posts .recent-post:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .recent-posts .recent-post {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 23.2317613015%; }
          .recent-posts .recent-post:last-child {
            margin-right: 0; } }
      .recent-posts .recent-post img {
        max-width: 100%; }
      .recent-posts .recent-post h2 {
        font-size: 18px;
        line-height: 23px; }
      .recent-posts .recent-post a {
        color: #212121; }
        .recent-posts .recent-post a:hover {
          color: #819097; }

  .faq-header {
    padding: 6em 2em 3em 2em;
    text-align: center;
    color: #FFFFFF; }
    @media screen and (min-width: 959px) {
      .faq-header {
        padding: 9em 6em; } }
    .faq-header h1 {
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Light";
      font-size: 1.5em;
      font-weight: normal; }
      @media screen and (min-width: 959px) {
        .faq-header h1 {
          font-size: 2.5em; } }
    .faq-header h2 {
      color: #819097;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Akkurat-Pro-Bold";
      font-weight: normal;
      font-size: 1em; }
    .faq-header .searchform label {
      display: none; }
    .faq-header .searchform span {
      display: none; }
    .faq-header .searchform input[type="submit"] {
      display: none; }
    .faq-header .searchform input[type="text"] {
      padding: 15px;
      width: 100%;
      -webkit-appearance: none;
      border-radius: 0; }
      @media screen and (min-width: 959px) {
        .faq-header .searchform input[type="text"] {
          width: 50%; } }
      .faq-header .searchform input[type="text"]::-webkit-input-placeholder {
        letter-spacing: 1px;
        font-family: "Akkurat-Pro-Bold";
        font-size: 14px;
        color: #a9a9a9;
        text-transform: uppercase; }
      .faq-header .searchform input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        letter-spacing: 1px;
        font-family: "Akkurat-Pro-Bold";
        font-size: 14px;
        color: #a9a9a9;
        text-transform: uppercase; }
      .faq-header .searchform input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        letter-spacing: 1px;
        font-family: "Akkurat-Pro-Bold";
        font-size: 14px;
        color: #a9a9a9;
        text-transform: uppercase; }
      .faq-header .searchform input[type="text"]:-ms-input-placeholder {
        letter-spacing: 1px;
        font-family: "Akkurat-Pro-Bold";
        font-size: 14px;
        color: #a9a9a9;
        text-transform: uppercase; }

  .term-title {
    color: #FFFFFF;
    font-family: "Akkurat-Pro-Light";
    font-size: 1.5em;
    font-weight: normal;
    color: #212121; }
    @media screen and (min-width: 959px) {
      .term-title {
        font-size: 2.5em; } }

  .faq-archive-item {
    border-bottom: 1px solid rgba(169, 169, 169, 0.2); }
    .faq-archive-item h1 {
      color: #819097;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Akkurat-Pro-Bold";
      font-weight: normal;
      font-size: 1em; }
      .faq-archive-item h1 a {
        color: #819097; }
        .faq-archive-item h1 a:hover {
          color: #212121; }

  .faqs-content {
    padding: 3em 0; }
    @media screen and (min-width: 959px) {
      .faqs-content {
        padding: 6em 0; } }

  .faq-cat {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    border: 1px solid rgba(169, 169, 169, 0.2);
    padding: 2em;
    margin-bottom: 2em; }
    .faq-cat.support {
      background: #f2f4f4;
      width: 50%;
      margin-left: auto!important;
      margin-right: auto!important;
      }
      .faq-cat.support p {
        font-size: 14px;
        line-height: 24px; }
      .faq-cat.support a {
        border: 1px solid #819097;
        border-radius: 20px;
        padding: 10px 40px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Bold";
        background-color: #819097;
        margin-top: 2em;
        display: inline-block; }
        .faq-cat.support a:hover {
          background: #FFFFFF;
          color: #212121; }
    .faq-cat:last-child {
      margin-right: 0; }
    @media screen and (min-width: 959px) {
      .faq-cat {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .faq-cat:last-child {
          margin-right: 0; }
        .faq-cat:nth-child(3) {
          margin-right: 0; } }
    .faq-cat h1 {
      color: #819097;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Akkurat-Pro-Bold";
      font-weight: normal;
      font-size: 1em;
      color: #212121; }
    .faq-cat .divider {
      width: 40px;
      border-top: 1px solid rgba(169, 169, 169, 0.4); }
    .faq-cat ul {
      margin: 0;
      padding: 0 0 0 1em; }
      .faq-cat ul li {
        margin: 1em 0; }
        .faq-cat ul li a {
          color: #212121;
          font-size: 14px;
          line-height: 1.5em;
          display: block; }
          .faq-cat ul li a:hover {
            color: #819097; }
    .faq-cat a.all {
      color: #819097;
      font-size: 14px; }

  .faq-single .content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .faq-single .content:last-child {
      margin-right: 0; }
    @media screen and (min-width: 959px) {
      .faq-single .content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 57.3509785009%; }
        .faq-single .content:last-child {
          margin-right: 0; } }
    .faq-single .content h1 {
      margin-top: 0;
      font-size: 24px; }
    .faq-single .content p {
      font-size: 16px;
      line-height: 30px; }
    .faq-single .content .meta {
      color: #819097;
      font-family: "Akkurat-Pro-Light"; }
  .faq-single .sidebar {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .faq-single .sidebar:last-child {
      margin-right: 0; }
    @media screen and (min-width: 959px) {
      .faq-single .sidebar {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        margin-left: 8.5298042998%; }
        .faq-single .sidebar:last-child {
          margin-right: 0; } }
    .faq-single .sidebar .related {
      border: 1px solid rgba(169, 169, 169, 0.2);
      padding: 2em;
      background: #f2f4f4; }
      .faq-single .sidebar .related h1 {
        color: #819097;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Akkurat-Pro-Bold";
        font-weight: normal;
        font-size: 1em;
        color: #212121;
        margin-top: 0; }
      .faq-single .sidebar .related .divider {
        width: 40px;
        border-top: 1px solid rgba(169, 169, 169, 0.4);
        margin-bottom: 1em; }
      .faq-single .sidebar .related ul {
        margin: 0;
        padding: 0 0 0 1em; }
        .faq-single .sidebar .related ul li {
          padding: 0 0 0 1em;
          margin: 1em 0; }
          .faq-single .sidebar .related ul li a {
            font-size: 14px;
            color: #212121;
            display: block; }
    .faq-single .sidebar .support {
      border: 1px solid rgba(169, 169, 169, 0.2);
      padding: 2em;
      background: #f2f4f4;
      margin-top: 2em; }
      .faq-single .sidebar .support h1 {
        color: #819097;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Akkurat-Pro-Bold";
        font-weight: normal;
        font-size: 1em;
        color: #212121; }
      .faq-single .sidebar .support .divider {
        width: 40px;
        border-top: 1px solid rgba(169, 169, 169, 0.4);
        margin-bottom: 1em; }
      .faq-single .sidebar .support p {
        font-size: 14px;
        line-height: 36px; }
      .faq-single .sidebar .support a {
        border: 1px solid #819097;
        border-radius: 20px;
        padding: 10px 40px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Bold";
        background-color: #819097;
        margin-top: 2em;
        border-radius: 30px; }
        .faq-single .sidebar .support a:hover {
          background: #FFFFFF;
          color: #212121; }

  .block-product-listing {
    padding: 3.5em 0;
    color: #a9a9a9;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 959px) {
      .block-product-listing {
        padding: 12.5em 0; } }
    .block-product-listing .product-info {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .block-product-listing .product-info:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .block-product-listing .product-info {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 40.2913699012%; }
          .block-product-listing .product-info:last-child {
            margin-right: 0; } }
      .block-product-listing .product-info h2 {
        color: #819097;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Akkurat-Pro-Bold";
        font-weight: normal;
        font-size: 1em; }
      .block-product-listing .product-info h1 {
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Light";
        font-size: 1.5em;
        font-weight: normal; }
        @media screen and (min-width: 959px) {
          .block-product-listing .product-info h1 {
            font-size: 2.5em; } }
      .block-product-listing .product-info p {
        font-size: 1em;
        line-height: 1.5em;
        font-family: "Akkurat-Pro-Light"; }
        @media screen and (min-width: 959px) {
          .block-product-listing .product-info p {
            font-size: 1.5em;
            line-height: 1.5em; } }
      .block-product-listing .product-info .buttons {
        margin: 1.5em 0 2em 0; }
        .block-product-listing .product-info .buttons a {
          border: 1px solid #FFFFFF;
          border-radius: 20px;
          padding: 10px 40px;
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #FFFFFF;
          font-family: "Akkurat-Pro-Bold";
          background-color: transparent;
          margin-right: 1em; }
          .block-product-listing .product-info .buttons a:hover {
            background: #FFFFFF;
            color: #212121; }
          .block-product-listing .product-info .buttons a.primary-btn {
            border: 1px solid #819097;
            border-radius: 20px;
            padding: 10px 40px;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #FFFFFF;
            font-family: "Akkurat-Pro-Bold";
            background-color: #819097; }
            .block-product-listing .product-info .buttons a.primary-btn:hover {
              background: #FFFFFF;
              color: #212121; }
    .block-product-listing.info-left {
      text-align: center; }
      @media screen and (min-width: 959px) {
        .block-product-listing.info-left {
          text-align: left; } }
      .block-product-listing.info-left img {
        max-width: 90%; }
        @media screen and (min-width: 959px) {
          .block-product-listing.info-left img {
            position: absolute;
            top: 50%;
            right: -5%;
            -webkit-transform: translateY(-40%);
            -moz-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
            -o-transform: translateY(-40%);
            transform: translateY(-40%);
            max-height: 650px; } }
    .block-product-listing.info-right {
      text-align: center; }
      @media screen and (min-width: 959px) {
        .block-product-listing.info-right {
          text-align: left; } }
      .block-product-listing.info-right img {
        max-width: 50%;
        max-height: 350px; }
        @media screen and (min-width: 959px) {
          .block-product-listing.info-right img {
            position: absolute;
            top: 50%;
            left: 25%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            max-height: 650px; } }
      @media screen and (min-width: 959px) {
        .block-product-listing.info-right .product-info {
          margin-left: 59.7086300988%; } }

  .block-home-hero {
    background-size: cover;
    background-position: top center;
    padding: 6em 0 3em 0; }
    @media screen and (min-width: 959px) {
      .block-home-hero {
        padding: 12.5em 0; } }
    .block-home-hero h1 {
      color: #FFFFFF;
      font-size: 3em;
      font-family: "Akkurat-Pro-Light";
      font-weight: normal;
      margin-bottom: .25em; }
    .block-home-hero p {
      color: #a9a9a9;
      font-size: 2.25em;
      font-family: "Akkurat-Pro-Light";
      margin-top: 0; }
    .block-home-hero .hero-info {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .block-home-hero .hero-info:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .block-home-hero .hero-info {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          .block-home-hero .hero-info:last-child {
            margin-right: 0; } }
    .block-home-hero a {
      border: 1px solid #FFFFFF;
      border-radius: 20px;
      padding: 10px 40px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Bold";
      background-color: transparent;
      display: inline-block;
   }
      .block-home-hero a:hover {
        background: #FFFFFF;
        color: #212121; }
      .block-home-hero a.primary-btn {
        border: 1px solid #819097;
        border-radius: 20px;
        padding: 10px 40px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Bold";
        background-color: #819097; }
        .block-home-hero a.primary-btn:hover {
          background: #FFFFFF;
          color: #212121; }

  .block-centered-text {
    padding: 3em 0;
    background: #3f3f3f;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 959px) {
      .block-centered-text {
        padding: 6em 0; } }
    .block-centered-text h1 {
      color: #819097;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Akkurat-Pro-Bold";
      font-weight: normal;
      font-size: 1em; }
    .block-centered-text p {
      font-family: "Akkurat-Pro-Light";
      font-size: 1.25em;
      line-height: 1.5em;
      font-weight: normal;
      color: #FFFFFF; }
      @media screen and (min-width: 959px) {
        .block-centered-text p {
          font-size: 1.75em;
          line-height: 48px; } }
    .block-centered-text .vid {
      margin-top: 2em;
      z-index: 3; }
      @media screen and (min-width: 959px) {
        .block-centered-text .vid {
          margin-bottom: -350px; } }

  body.page-id-5 .image-left img {
    margin-left: 0 !important;
    margin-top: 0 !important; }
  @media screen and (min-width: 959px) {
    body.page-id-5 .image-text {
      padding: 10em 0; } }

  @media screen and (min-width: 959px) {
    .image-text.move-up {
      margin-top: -4em; } }

  .image-text {
    background: #212121;
    padding: 3em 0; }
    @media screen and (min-width: 959px) {
      .image-text {
        padding: 6em 0; } }
    .image-text .button {
      margin-top: 3em; }
      .image-text .button a {
        border: 1px solid #819097;
        border-radius: 20px;
        padding: 10px 40px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Bold";
        background-color: #819097; }
        .image-text .button a:hover {
          background: #FFFFFF;
          color: #212121; }
    .image-text .text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .image-text .text:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .image-text .text {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 40.2913699012%; }
          .image-text .text:last-child {
            margin-right: 0; } }
    .image-text .image {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .image-text .image:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .image-text .image {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 40.2913699012%; }
          .image-text .image:last-child {
            margin-right: 0; } }
      .image-text .image img {
        max-width: 100%; }
    .image-text .image-right {
      text-align: center; }
      @media screen and (min-width: 959px) {
        .image-text .image-right {
          margin-left: 17.0596085997%; } }
      .image-text .image-right img {
        max-height: 400px;
        position: relative;
        top: 3em; }
        @media screen and (min-width: 959px) {
          .image-text .image-right img {
            top: 0;
            max-height: 100%; } }
      @media screen and (min-width: 959px) {
        .image-text .image-right img {
          max-width: 75%;
          margin-top: -75px; } }
    .image-text .image-left {
      text-align: center; }
      @media screen and (min-width: 959px) {
        .image-text .image-left img {
          max-width: 120%;
          margin-top: -20px;
          margin-left: -45px; } }
      @media screen and (min-width: 959px) {
        .image-text .image-left {
          text-align: left; } }
    @media screen and (min-width: 959px) {
      .image-text .text.shift {
        margin-left: 17.0596085997%; } }
    .image-text h2 {
      color: #819097;
      font-size: 3.25em;
      font-family: "Akkurat-Pro-Light";
      font-weight: normal;
      margin-bottom: 30px;
      margin-top: 0;
      line-height: 1em; }
      @media screen and (min-width: 959px) {
        .image-text h2 {
          font-size: 4.5em; } }
    .image-text h3 {
      color: #819097;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Akkurat-Pro-Bold";
      font-weight: normal;
      font-size: 1em;
      margin-top: 0;
      margin-bottom: 30px; }
    .image-text h1 {
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Light";
      font-size: 1.5em;
      font-weight: normal; }
      @media screen and (min-width: 959px) {
        .image-text h1 {
          font-size: 2.5em; } }
    .image-text p {
      font-size: 1em;
      color: #a9a9a9;
      line-height: 1.5em; }
    .image-text.Dark h1 {
      color: #212121; }
    .image-text.Dark p {
      color: #a9a9a9; }

  .block-spacer {
    background: #212121; }
    @media screen and (min-width: 959px) {
      .block-spacer {
        height: 400px;
        width: 100%; } }

  .feature-grid {
    text-align: center;
    padding: 3em 0; }
    @media screen and (min-width: 959px) {
      .feature-grid {
        padding: 6em 0; } }
    .feature-grid h1 {
      color: #819097;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Akkurat-Pro-Bold";
      font-weight: normal;
      font-size: 1em; }
    .feature-grid h2 {
      font-family: "Akkurat-Pro-Light";
      font-size: 1.25em;
      line-height: 1.5em;
      font-weight: normal; }
      @media screen and (min-width: 959px) {
        .feature-grid h2 {
          font-size: 1.75em;
          line-height: 48px; } }
    .feature-grid .grid-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 1em; }
      @media screen and (min-width: 959px) {
        .feature-grid .grid-item {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%;
          padding: 3em; }
          .feature-grid .grid-item:last-child {
            margin-right: 0; } }
      .feature-grid .grid-item:last-child {
        margin-right: 0; }
      .feature-grid .grid-item:nth-child(3n) {
        margin-right: 0; }
      .feature-grid .grid-item .icon {
        margin-bottom: 1em; }
        @media screen and (min-width: 959px) {
          .feature-grid .grid-item .icon {
            margin-bottom: 3em; } }
        .feature-grid .grid-item .icon img {
          max-width: 85px; }
      .feature-grid .grid-item h1 {
        margin-bottom: 1em;
        font-size: 0.875em;
        font-family: "Akkurat-Pro-Bold";
        color: #212121;
        font-weight: normal; }
        @media screen and (min-width: 959px) {
          .feature-grid .grid-item h1 {
            margin-bottom: 2em; } }
      .feature-grid .grid-item p {
        font-family: "Akkurat-Pro-Light";
        font-size: 1em;
        line-height: 22px;
        color: #7e7e7e; }

  .checkered {
    background: #3f3f3f;
    color: #a9a9a9;
    position: relative; }
    .checkered .text, .checkered .image {
      position: relative; }
      @media screen and (min-width: 959px) {
        .checkered .text, .checkered .image {
          width: 50%;
          float: left; } }
      .checkered .text img, .checkered .image img {
        width: 100%;
        height: 100% !important; }
    .checkered .image {
      line-height: 0; }
    .checkered .info {
      padding: 3em; }
      @media screen and (min-width: 959px) {
        .checkered .info {
          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%);
          padding: 0;
          width: 60%; } }
      .checkered .info h1 {
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Light";
        font-size: 1.5em;
        font-weight: normal; }
        @media screen and (min-width: 959px) {
          .checkered .info h1 {
            font-size: 2.5em; } }
      .checkered .info p {
        font-size: 1em;
        line-height: 24px;
        font-family: "Akkurat-Pro-Light"; }
      .checkered .info a {
        border: 1px solid #FFFFFF;
        border-radius: 20px;
        padding: 10px 40px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Bold";
        background-color: transparent;
        display: inline-block;
        margin-top: 1.5em;
        font-size: 11px !important;
        padding: 6px 40px; }
        .checkered .info a:hover {
          background: #FFFFFF;
          color: #212121; }
        .checkered .info a:hover {
          background: #819097;
          border: 1px solid #819097;
          color: #FFFFFF; }

  .featured-image-text {
    padding: 3em 0;
    text-align: center;
    background: #212121;
    color: #a9a9a9; }
    @media screen and (min-width: 959px) {
      .featured-image-text {
        padding: 6em 0; } }
    .featured-image-text h1 {
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Light";
      font-size: 1.5em;
      font-weight: normal; }
      @media screen and (min-width: 959px) {
        .featured-image-text h1 {
          font-size: 2.5em; } }
    .featured-image-text img {
      max-width: 100%; }
    .featured-image-text p {
      font-size: 1.125em;
      color: #a9a9a9;
      font-family: "Akkurat-Pro-Light"; }
    .featured-image-text .sub {
      font-size: 20px; }
    .featured-image-text a {
      border: 1px solid #FFFFFF;
      border-radius: 20px;
      padding: 10px 40px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Bold";
      background-color: transparent;
      display: inline-block;
      margin-top: 2em; }
      .featured-image-text a:hover {
        background: #FFFFFF;
        color: #212121; }
      .featured-image-text a:hover {
        background: #819097;
        border: 1px solid #819097;
        color: #FFFFFF; }

  .praise {
    padding: 3em 0;
    background: #819097;
    text-align: center; }
    @media screen and (min-width: 959px) {
      .praise {
        padding: 6em 0; } }
    .praise .featured-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-bottom: 2em; }
      .praise .featured-item:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .praise .featured-item {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%;
          margin-bottom: 0; }
          .praise .featured-item:last-child {
            margin-right: 0; } }
      .praise .featured-item img {
        max-width: 180px; }
      .praise .featured-item:nth-child(3) {
        margin-right: 0; }
      .praise .featured-item p {
        padding: 1em;
        font-family: "Akkurat-Pro-Light";
        font-size: 1em;
        line-height: 1.75em;
        margin-bottom: 0; }
    .praise .logos {
      margin-top: 4em; }
      .praise .logos img {
        max-width: 100%; }

  body.page-id-5 .installation-grid .item:nth-child(2) img {
    position: relative;
    left: 30px; }

  .installation-grid {
    padding: 3em 0;
    text-align: center; }
    @media screen and (min-width: 959px) {
      .installation-grid {
        padding: 6em 0; } }
    .installation-grid h1 {
      color: #819097;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Akkurat-Pro-Bold";
      font-weight: normal;
      font-size: 1em; }
    .installation-grid p {
      font-family: "Akkurat-Pro-Light";
      font-size: 1.25em;
      line-height: 1.5em;
      font-weight: normal;
      margin-bottom: 2em; }
      @media screen and (min-width: 959px) {
        .installation-grid p {
          font-size: 1.75em;
          line-height: 48px; } }
    .installation-grid .item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-top: 1em;
      padding: 3em;
      background: #f2f4f4; }
      .installation-grid .item:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .installation-grid .item {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%; }
          .installation-grid .item:last-child {
            margin-right: 0; } }
      .installation-grid .item img {
        max-height: 95px; }
      .installation-grid .item h1 {
        margin-top: 2em;
        font-size: 0.875em;
        color: #212121; }
      .installation-grid .item p {
        font-family: "Akkurat-Pro-Light";
        font-size: 1em;
        line-height: 1.5em;
        padding: 1em 1em 0em 1em;
        margin-bottom: 0;
        color: #7e7e7e; }

  .image-list .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    float: left; }
    @media screen and (min-width: 959px) {
      .image-list .image {
        width: 50%; } }
    .image-list .image img {
      max-width: 100%; }
  .image-list .text {
    text-align: center;
    width: 100%;
    float: left;
    background: #f2f4f4;
    padding: 2em; }
    @media screen and (min-width: 959px) {
      .image-list .text {
        width: 50%;
        text-align: left; } }
    @media screen and (min-width: 959px) {
      .image-list .text {
            padding: 5em 5em 8em 11em; } }
    .image-list .text h1 {
      color: #819097;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Akkurat-Pro-Bold";
      font-weight: normal;
      font-size: 1em;
      margin-bottom: 0; }
    .image-list .text p {
      margin-top: 1em;
      color: #212121;
      font-size: 36px;
      font-family: "Akkurat-Pro-Light";
      margin-bottom: 0.5em;
      margin-top: 0.5em; }
    @media screen and (min-width: 959px) {
      .image-list .text .wrapper {
        width: 90%; } }
  .image-list .item {
    padding: 1em 0 1em 0;
    text-align: center;
    border-bottom: 1px solid rgba(169, 169, 169, 0.2); }
    @media screen and (min-width: 959px) {
      .image-list .item {
        padding: 3em 0 3em 0;
        text-align: left; } }
    .image-list .item:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .image-list .item .number {
      color: #819097;
      font-family: "Akkurat-Pro-Light";
      font-size: 4.5em; }
      @media screen and (min-width: 959px) {
        .image-list .item .number {
          width: 20%;
          float: left; } }
    .image-list .item .info {
      float: left; }
      @media screen and (min-width: 959px) {
        .image-list .item .info {
          width: 80%; } }
    .image-list .item h2 {
      color: #819097;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Akkurat-Pro-Bold";
      font-weight: normal;
      font-size: 1em;
      margin-top: 0; }
    .image-list .item p {
      font-size: 0.875em;
      line-height: 1.5em; }

  .app {
    padding: 3em 0;
    background: #212121; }
    @media screen and (min-width: 959px) {
      .app {
        padding: 6em 0; } }
    @media screen and (min-width: 959px) {
      .app {
        padding: 10em 0 10em 0; } }
    .app .text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      color: #a9a9a9; }
      @media screen and (min-width: 959px) {
        .app .text {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%; }
          .app .text:last-child {
            margin-right: 0; } }
      .app .text:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .app .text {
          margin-top: 50px; } }
      .app .text h1 {
        color: #819097;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Akkurat-Pro-Bold";
        font-weight: normal;
        font-size: 1em; }
      .app .text .subheading {
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Light";
        font-size: 1.5em;
        font-weight: normal;
        color: #FFFFFF; }
        @media screen and (min-width: 959px) {
          .app .text .subheading {
            font-size: 2.5em; } }
      .app .text .copy p {
        font-size: 0.875em;
        line-height: 1.5em;
        font-size: 1em !important; }
      .app .text .buttons {
        margin-top: 2em;
        font-size: 14px !important; }
      .app .text .buttons a {
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Bold";
        font-size: 1em;
        margin-right: 2em; }
        .app .text .buttons a i {
          font-size: 1.375em;
          color: #a9a9a9;
          margin-right: 10px;
          position: relative;
          top: 2px;
          -webkit-transition: 0.2s linear;
          -moz-transition: 0.2s linear;
          transition: 0.2s linear; }
        .app .text .buttons a:hover {
          color: #819097; }
          .app .text .buttons a:hover i {
            color: #819097; }
    .app .image {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding-top: 2em; }
      .app .image:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .app .image {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          margin-left: 17.0596085997%;
          padding-top: 0; }
          .app .image:last-child {
            margin-right: 0; } }
      .app .image img {
        max-width: 100%; }

  .product-header {
    background: #212121;
    color: #a9a9a9;
    text-align: center;
    padding: 6em 0 2em 0; }
    @media screen and (min-width: 959px) {
      .product-header {
        padding: 12em 0 6em 0; } }
    .product-header .image {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .product-header .image:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .product-header .image {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 65.8807828007%; }
          .product-header .image:last-child {
            margin-right: 0; } }
      .product-header .image img {
        max-width: 100%; }
    .product-header .info {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-top: 3em; }
      .product-header .info:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .product-header .info {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%; }
          .product-header .info:last-child {
            margin-right: 0; } }
      .product-header .info .small-heading {
        color: #819097;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Akkurat-Pro-Bold";
        font-weight: normal;
        font-size: 1em; }
      .product-header .info h1 {
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Light";
        font-size: 1.5em;
        font-weight: normal; }
        @media screen and (min-width: 959px) {
          .product-header .info h1 {
            font-size: 2.5em; } }
      .product-header .info p {
        line-height: 1.5em; }
      .product-header .info a {
        border: 1px solid #FFFFFF;
        border-radius: 20px;
        padding: 10px 40px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Bold";
        background-color: transparent;
        display: inline-block;
        border-radius: 30px; }
        .product-header .info a:hover {
          background: #FFFFFF;
          color: #212121; }
      .product-header .info .fineprint {
        font-size: 9px; }
    .product-header .color {
      width: 30px;
      height: 30px;
      display: inline-block;
      border-radius: 50%;
      margin: 2em 3px; }

  .features-specs {
    background: #212121;
    color: #a9a9a9;
    padding: 3em 0;
    border-top: 1px solid rgba(169, 169, 169, 0.2); }
    @media screen and (min-width: 959px) {
      .features-specs {
        padding: 6em 0; } }
    .features-specs .buttons {
      text-align: center;
      margin-bottom: 3em; }
      .features-specs .buttons a {
        border: 1px solid #FFFFFF;
        border-radius: 20px;
        padding: 10px 40px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Bold";
        background-color: transparent;
        display: block;
        margin: 0 10px 10px 10px; }
        .features-specs .buttons a:hover {
          background: #FFFFFF;
          color: #212121; }
        @media screen and (min-width: 959px) {
          .features-specs .buttons a {
            display: inline-block;
            margin: 0 10px 0 10px; } }
        .features-specs .buttons a.is-active {
          background: #819097;
          border: 1px solid #819097;
          color: #FFFFFF; }
    .features-specs .panel {
      display: none; }
      .features-specs .panel.is-active {
        display: block; }
      .features-specs .panel h1 {
        color: #819097;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Akkurat-Pro-Bold";
        font-weight: normal;
        font-size: 1em;
        margin-bottom: 10px; }
      .features-specs .panel p {
        margin-top: 0;
        line-height: 1.5em;
        margin-bottom: 1em; }
      .features-specs .panel .item {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .features-specs .panel .item:last-child {
          margin-right: 0; }
        @media screen and (min-width: 959px) {
          .features-specs .panel .item {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 40.2913699012%; }
            .features-specs .panel .item:last-child {
              margin-right: 0; }
            .features-specs .panel .item:nth-child(2n) {
              margin-right: 0;
              margin-left: 8.5298042998%; } }
      .features-specs .panel .spec {
        text-align: center;
        border: 1px solid #819097;
        float: left;
        display: block;
        width: 102.3576515979%;
        margin-bottom: 10px; }
        .features-specs .panel .spec:last-child {
          width: 100%; }
        @media screen and (min-width: 959px) {
          .features-specs .panel .spec {
            float: left;
            display: block;
            width: 25.5894128995%; }
            .features-specs .panel .spec:last-child {
              width: 23.2317613015%; } }

  .text-oversized {
    padding: 4em 0;
    background: #3f3f3f;
    color: #a9a9a9;
    background-repeat: no-repeat;
    position: relative; }
    @media screen and (min-width: 959px) {
      .text-oversized {
        padding: 16em 0; } }
    .text-oversized h1 {
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Light";
      font-size: 1.5em;
      font-weight: normal;
      z-index: 1;
      position: relative; }
      @media screen and (min-width: 959px) {
        .text-oversized h1 {
          font-size: 2.5em; } }
    .text-oversized p {
      line-height: 1.5em; }
    .text-oversized .small-heading {
      color: #819097;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Akkurat-Pro-Bold";
      font-weight: normal;
      font-size: 1em;
      z-index: 1;
      position: relative; }
    .text-oversized .content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      z-index: 1;
      position: relative; }
      .text-oversized .content:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .text-oversized .content {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 40.2913699012%; }
          .text-oversized .content:last-child {
            margin-right: 0; } }
    .text-oversized .button-p a {
      border: 1px solid #819097;
      border-radius: 20px;
      padding: 10px 40px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Bold";
      background-color: #819097;
      display: inline-block;
      margin-top: 2em;
      z-index: 1;
      position: relative; }
      .text-oversized .button-p a:hover {
        background: #FFFFFF;
        color: #212121; }
    .text-oversized .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(33, 33, 33, 0.8);
      z-index: 0; }
      @media screen and (min-width: 959px) {
        .text-oversized .overlay {
          background: transparent; } }

  .parallax-strip {
    height: 300px; }
    @media screen and (min-width: 959px) {
      .parallax-strip {
        height: 600px; } }

  .text-heading {
    padding: 5em 0 2em 0;
    background: #212121;
    color: #a9a9a9;
    text-align: center; }
    @media screen and (min-width: 959px) {
      .text-heading {
        padding: 9em 0 6em 0; } }
    .text-heading .small-heading {
      color: #819097;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Akkurat-Pro-Bold";
      font-weight: normal;
      font-size: 1em; }
    .text-heading h1 {
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Light";
      font-size: 1.5em;
      font-weight: normal; }
      @media screen and (min-width: 959px) {
        .text-heading h1 {
          font-size: 2.5em; } }
    .text-heading p {
      font-family: "Akkurat-Pro-Light";
      font-size: 1.25em;
      line-height: 1.5em;
      font-weight: normal; }
      @media screen and (min-width: 959px) {
        .text-heading p {
          font-size: 1.75em;
          line-height: 48px; } }

  .image-blocked-text {
    background: #f2f4f4;
    position: relative; }
    .image-blocked-text .image {
      width: 100%; }
      @media screen and (min-width: 959px) {
        .image-blocked-text .image {
          width: 50%;
          float: left;
          line-height: 0; }
          .image-blocked-text .image img {
            width: 100%; } }
      .image-blocked-text .image img {
        width: 100%; }
    .image-blocked-text .text {
      width: 100%;
      position: relative; }
      @media screen and (min-width: 959px) {
        .image-blocked-text .text {
          width: 50%;
          float: left; } }
      .image-blocked-text .text .content {
        padding: 2em; }
        @media screen and (min-width: 959px) {
          .image-blocked-text .text .content {
            padding: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 70%;
            -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%); } }
        .image-blocked-text .text .content h1 {
          color: #FFFFFF;
          font-family: "Akkurat-Pro-Light";
          font-size: 1.5em;
          font-weight: normal;
          color: #819097; }
          @media screen and (min-width: 959px) {
            .image-blocked-text .text .content h1 {
              font-size: 2.5em; } }
        .image-blocked-text .text .content p {
          font-size: 1em;
          line-height: 1.5em;
          font-family: "Akkurat-Pro-Light";
          font-family: "Akkurat-Pro-Light"; }
          @media screen and (min-width: 959px) {
            .image-blocked-text .text .content p {
              font-size: 1.5em;
              line-height: 1.5em; } }
        .image-blocked-text .text .content a {
          border: 1px solid #819097;
          border-radius: 20px;
          padding: 10px 40px;
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #FFFFFF;
          font-family: "Akkurat-Pro-Bold";
          background-color: #819097; }
          .image-blocked-text .text .content a:hover {
            background: #FFFFFF;
            color: #212121; }

  .team {
    padding: 3em 0; }
    @media screen and (min-width: 959px) {
      .team {
        padding: 6em 0; } }
    .team .narrow {
      text-align: center; }
      .team .narrow h1 {
        color: #819097;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Akkurat-Pro-Bold";
        font-weight: normal;
        font-size: 1em; }
      .team .narrow p {
        font-family: "Akkurat-Pro-Light";
        font-size: 1.25em;
        line-height: 1.5em;
        font-weight: normal;
        margin-bottom: 3em; }
        @media screen and (min-width: 959px) {
          .team .narrow p {
            font-size: 1.75em;
            line-height: 48px; } }
    .team .member {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      text-align: center;
      margin-bottom: 2em; }
      .team .member:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .team .member {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%;
          padding: 0 1em;
          margin-bottom: 0; }
          .team .member:last-child {
            margin-right: 0; } }
      .team .member h1 {
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Light";
        font-size: 1.5em;
        font-weight: normal;
        color: #212121;
        margin-bottom: 0;
        margin-top: 1em; }
        @media screen and (min-width: 959px) {
          .team .member h1 {
            font-size: 2.5em; } }
      .team .member .title {
        color: #819097;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Akkurat-Pro-Bold";
        font-weight: normal;
        font-size: 1em;
        margin-bottom: 1.5em; }
      .team .member p {
        font-size: 1em;
        line-height: 1.5em;
        color: #a9a9a9; }

  .contact-form {
    padding: 5em 0 2em 0;
    background: #212121;
    color: #a9a9a9;
    text-align: center; }
    @media screen and (min-width: 959px) {
      .contact-form {
        padding: 9em 0 6em 0; } }
    .contact-form .small-heading {
      color: #819097;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Akkurat-Pro-Bold";
      font-weight: normal;
      font-size: 1em; }
    .contact-form h1 {
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Light";
      font-size: 1.5em;
      font-weight: normal; }
      @media screen and (min-width: 959px) {
        .contact-form h1 {
          font-size: 2.5em; } }

  .media {
    padding: 3em 0;
    text-align: center; }
    @media screen and (min-width: 959px) {
      .media {
        padding: 6em 0; } }
    .media h1 {
      color: #FFFFFF;
      font-family: "Akkurat-Pro-Light";
      font-size: 1.5em;
      font-weight: normal;
      color: #212121;
      margin-bottom: .5em; }
      @media screen and (min-width: 959px) {
        .media h1 {
          font-size: 2.5em; } }
    .media p {
      line-height: 22px;
      margin-bottom: 0; }
    .media img {
      max-width: 230px; }
    .media a {
      color: #819097; }
      .media a:hover {
        color: #212121; }

  .media-grid {
    padding: 3em 0;
    text-align: center; }
    @media screen and (min-width: 959px) {
      .media-grid {
        padding: 6em 0; } }
    .media-grid .item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-bottom: 2em; }
      .media-grid .item:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .media-grid .item {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%;
          padding: 3em 1em;
          margin-bottom: 1em; }
          .media-grid .item:last-child {
            margin-right: 0; }
          .media-grid .item:nth-child(3n) {
            margin-right: 0; } }
      .media-grid .item a {
        display: block; }
        .media-grid .item a:hover {
          color: #819097; }
      .media-grid .item h1 {
        color: #819097;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Akkurat-Pro-Bold";
        font-weight: normal;
        font-size: 1em;
        text-transform: none;
        color: #212121; }
      .media-grid .item .date {
        color: #a9a9a9; }

  .faqs {
    padding: 3em 0;
    background: #3f3f3f;
    color: #a9a9a9; }
    @media screen and (min-width: 959px) {
      .faqs {
        padding: 6em 0; } }
    .faqs .meta {
      margin-bottom: 2em;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .faqs .meta:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .faqs .meta {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 23.2317613015%; }
          .faqs .meta:last-child {
            margin-right: 0; } }
      .faqs .meta h1 {
        color: #FFFFFF;
        font-size: 3em;
        font-family: "Akkurat-Pro-Light";
        font-weight: normal;
        color: #819097;
        margin-top: 0; }
      .faqs .meta p strong {
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 24px !important;
        letter-spacing: 1px; }
      .faqs .meta a {
        border: 1px solid #819097;
        border-radius: 20px;
        padding: 10px 40px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Bold";
        background-color: #819097;
        display: inline-block;
        margin-top: 2em; }
        .faqs .meta a:hover {
          background: #FFFFFF;
          color: #212121; }
    .faqs .content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .faqs .content:last-child {
        margin-right: 0; }
      @media screen and (min-width: 959px) {
        .faqs .content {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 57.3509785009%;
          margin-left: 8.5298042998%; }
          .faqs .content:last-child {
            margin-right: 0; } }
    .faqs .faq-item {
      border-bottom: 1px solid rgba(169, 169, 169, 0.2);
      margin-bottom: 2em; }
      .faqs .faq-item:last-child {
        border-bottom: none; }
      .faqs .faq-item h1 {
        color: #FFFFFF;
        font-family: "Akkurat-Pro-Light";
        font-size: 1.5em;
        font-weight: normal;
        margin-top: 0; }
        @media screen and (min-width: 959px) {
          .faqs .faq-item h1 {
            font-size: 2.5em; } }
        .faqs .faq-item h1 a {
          color: #a9a9a9;
          display: block; }
          .faqs .faq-item h1 a:hover {
            color: #FFFFFF; }
      .faqs .faq-item .body {
        display: none;
        color: #FFFFFF; }
        .faqs .faq-item .body p {
          font-size: 18px;
          line-height: 33px; }

  .share-page span {
    color: #FFFFFF;
    font-family: "Akkurat-Pro-Bold";
    letter-spacing: 2px;
    margin-right: 1em;
    font-size: .875em;
    position: relative;
    top: -4px; }
  .share-page a {
    color: #a9a9a9;
    padding: 5px 10px;
    font-size: 1.5em; }
    .share-page a:hover {
      color: #819097; }

  /* Custom Css by Marie*/
  footer .tags a{
    display: inline-block;
    margin-top: 10px;
    margin-left: 5px;
  }
  .recent-post{
    text-align: center;
  }
  .blog-main .sidebar .tagcloud a{
    margin-top: 10px;
  }
  @media screen and (max-width: 1500px){
     section.image-list .text{
      padding: 6em 3em 3em 8em;
      }
  }
  @media screen and (min-width: 959px) and (max-width: 1190px){
     .block-product-listing.info-left img{
           right: -200px;
     }
     section.image-list .text .wrapper{
           width: 100%;
     }
     section.image-list .text{
       padding: 35px;
     }
  }
  @media screen and (max-width: 958px){
    .image-list .item .info{
      float: none!important;
    }
    .blog-post{
      display: flex;
      flex-flow: column;
    }
    .blog-author{
      display: block!important;
      order: 3;
    }
    .header-nav li.special a{
    /*border: none;*/
    }
  }

  #sgcboxWrapper .gform_wrapper{
    overflow: hidden;
  }

  .waitlist_form_wrapper .waitlist_form .gform_fields .gfield .ginput_container input,
  .waitlist_form_wrapper .waitlist_form textarea{
    border: 1px solid #ccc!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 5px!important;
  }
  .waitlist_form_wrapper .waitlist_form .waitlist_description{
    line-height: 25px!important;
  }

  .menu-global-nav-container{
    float: left;
  }

  .post-type-archive-faqs li.menu-item.current_page_parent a,
  .single-faqs li.menu-item.current_page_parent a{
    color: #FFFFFF!important;
  }
  .single-faqs li.menu-item-999 a{
    color: #819097!important;
  }