/* compiled by scssphp v0.0.12 on Wed, 07 May 2025 17:46:30 -0500 (0.2056s) */

/*
Theme Name: ThreeFive 1.0
Theme URI: 
Author: Bret Hummel
Author URI: http://brethummel.com/
Description: Custom theme developed for ThreeFive
Version: 1.0
*/
/* Slider */
/*! 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. */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.tm {
  font-size: medium;
  vertical-align: text-top; }

html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /** 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 {
  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 {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
  /** 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] {
  /* 1 */
  border-bottom: none;
  /* 2 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /** 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;
  /** Correct the line-height for all headings in Chrome mobile, Firefox, iOS Safari, Microsoft Edge and IE. */ }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.15;
  /** 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 {
  /* 1 */
  font-family: monospace, monospace;
  /* 2 */
  font-size: 1em;
  /** 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 {
  /* 1 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* Forms ========================================================================== */
  /** 1. Change font properties to `inherit` in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */ }

button, input, optgroup, select, textarea {
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /** 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 {
  overflow: visible;
  /** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ }

button, select {
  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"] {
  /* 2 */
  -webkit-appearance: button;
  /** 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 {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  color: inherit;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 3 */
  padding: 0;
  /* 1 */
  white-space: normal;
  /** 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"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  /** 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"] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  outline-offset: -2px;
  /** 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 {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit; }

header {
  position: relative;
  z-index: 3; }
  header nav {
    position: absolute;
    right: 39px;
    top: 34px;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
  header nav {
    top: 24px; } }
    @media screen and (max-width: 767px) {
  header nav {
    top: 30px;
    right: 30px; } }
    header nav .mobile-nav .menu-button {
      cursor: pointer; }
      header nav .mobile-nav .close-button {
        cursor: pointer;
        position: absolute;
        top: -2px;
        display: none; }
      header nav .mobile-nav .tinter {
        background-color: rgba(0, 0, 0, .7);
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: opacity 2s;
        display: none; }
      header nav .mobile-nav .menu {
        display: none;
        background-color: rgba(16, 176, 215, .97);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%; }
        header nav .mobile-nav .menu .logo {
          padding: 22px 0px 0px 28px; }
        header nav .mobile-nav .menu ul {
          padding: 28px 30px 40px 30px; }
          header nav .mobile-nav .menu ul li {
            text-align: left;
            border-bottom: 1px solid rgba(255, 255, 255, .4); }
            header nav .mobile-nav .menu ul li:last-of-type {
              border-bottom: none; }
            header nav .mobile-nav .menu ul li a {
              color: white;
              font-size: 16px;
              line-height: 60px; }
              header nav .mobile-nav .menu ul li a:hover {
                color: white; }
    header nav.sticky-nav {
      position: fixed;
      top: -40px;
      transition: top 0.25s;
      right: unset;
      left: 0px;
      height: 36px;
      background-color: white;
      width: 100%;
      -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, .2));
      filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2)); }
      header nav.sticky-nav .logo {
        height: 28px;
        margin-top: 3px;
        padding-left: 24px; }
      header nav.sticky-nav ul {
        float: right;
        padding-top: 7px;
        margin-right: 24px; }
        header nav.sticky-nav ul li {
          display: inline-block;
          line-height: 1;
          margin-left: 30px;
          /* for sm */ }
          @media (min-width: 768px) and (max-width: 991px) {
  header nav.sticky-nav ul li {
    margin-left: 22px; } }
          header nav.sticky-nav ul li a:hover {
            color: black; }
    header nav ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      header nav ul li {
        text-align: right; }
        header nav ul li a {
          font-family: 'UniSans', Arial, sans-serif;
          color: #00b0d1;
          font-size: 12px;
          line-height: 24px;
          letter-spacing: 0.15em;
          text-transform: uppercase;
          text-decoration: none;
          cursor: pointer;
          /* for sm */ }
          @media (min-width: 768px) and (max-width: 991px) {
  header nav ul li a {
    font-size: 10px;
    line-height: 20px; } }
          header nav ul li a:visited {
            color: #00b0d1; }
          header nav ul li a:hover {
            color: white;
            text-decoration: none; }
          header nav ul li a .new {
            color: #f26137; }

html body {
  font-family: 'UniSans', Arial, sans-serif;
  font-weight: normal;
  background-color: #092737;
  color: #092737; }
  html body .vert-center {
    /* Safari */
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: center;
    display: flex;
    justify-content: center; }
  @media (min-width: 992px) {
      html body .container {
        /* Effectively removes Bootstrap lg breakpoint */
        width: 1000px; } }

footer {
  background-color: #f26137; }
  footer .content {
    height: 50px;
    color: white;
    padding-top: 15px; }

.hero {
  position: relative; }
  .hero.container {
    padding: 0px; }
  .hero .page-hero {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    /* for sm */
    /* for xs */
    /* minimum readability */
    /* for xs :: iPhone 5 */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero .page-hero {
      height: 420px; } }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .hero .page-hero {
      height: 54.5vw; } }
  @media screen and (min-width: 370px) and (max-width: 550px) {
    .hero .page-hero {
      height: 300px; } }
  @media screen and (max-width: 369px) {
    .hero .page-hero {
      height: 260px; } }
  .hero .logo {
    width: 250px;
    /* for sm */
    /* for xs */
    /* minimum readability */
    /* for xs :: iPhone 5 */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero .logo {
      width: 200px; } }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .hero .logo {
      width: 26.5vw; } }
  @media screen and (min-width: 370px) and (max-width: 550px) {
    .hero .logo {
      height: 146px;
      -webkit-filter: drop-shadow(0px 0px 12px #000) drop-shadow(0px 0px 20px #000);
      filter: drop-shadow(0px 0px 12px #000) drop-shadow(0px 0px 20px #000); } }
  @media screen and (max-width: 369px) {
    .hero .logo {
      height: 120px;
      -webkit-filter: drop-shadow(0px 0px 12px #000) drop-shadow(0px 0px 20px #000);
      filter: drop-shadow(0px 0px 12px #000) drop-shadow(0px 0px 20px #000); } }
  .hero .hero-text {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
    text-align: center;
    /* Safari */
    -webkit-align-items: center;
    align-items: center; }
  .hero .hero-text h1 {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: bold;
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    margin: 22px 0px 18px 0px;
    padding: 0px;
    letter-spacing: 0.015em;
    /* for sm */
    /* for xs */
    /* minimum readability */
    /* for xs :: iPhone 5 */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .hero .hero-text h1 {
      font-size: 58px;
      line-height: 58px;
      margin: 18px 0px 12px 0px; } }
    @media screen and (min-width: 551px) and (max-width: 767px) {
    .hero .hero-text h1 {
      font-size: 7.5vw;
      line-height: 7.5vw;
      margin: 2vw 0px 1.4vw 0px; } }
    @media screen and (min-width: 370px) and (max-width: 550px) {
    .hero .hero-text h1 {
      font-size: 41px;
      line-height: 41px;
      margin: 11px 0px 8px 0px; } }
    @media screen and (max-width: 369px) {
    .hero .hero-text h1 {
      font-size: 34px;
      line-height: 34px;
      margin: 11px 0px 8px 0px; } }
  .hero .hero-text .bluestone {
    font-family: 'DinNextSlabPro', Arial, sans-serif;
    font-size: 28px;
    color: #00b0d1;
    /* for sm */
    /* for xs */
    /* minimum readability */
    margin: 25px; }
    @media (min-width: 768px) and (max-width: 991px) {
    .hero .hero-text .bluestone {
      font-size: 17px; } }
    @media screen and (min-width: 691px) and (max-width: 767px) {
    .hero .hero-text .bluestone {
      font-size: 2.15vw; } }
    @media screen and (max-width: 690px) {
    .hero .hero-text .bluestone {
      font-size: 15px; } }
  .hero .hero-text p {
    font-family: 'DinNextSlabPro', Arial, sans-serif;
    color: #fff;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.08em;
    /* for sm */
    /* for xs */
    /* minimum readability */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .hero .hero-text p {
      font-size: 15px; } }
    @media screen and (min-width: 691px) and (max-width: 767px) {
    .hero .hero-text p {
      font-size: 2vw; } }
    @media screen and (max-width: 690px) {
    .hero .hero-text p {
      font-size: 14px; } }
    .hero .hero-text p .blue {
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: bold;
      font-size: 20px;
      color: #00b0d1;
      text-transform: uppercase;
      /* for sm */
      /* for xs */
      /* minimum readability */ }
      @media (min-width: 768px) and (max-width: 991px) {
    .hero .hero-text p .blue {
      font-size: 17px; } }
      @media screen and (min-width: 691px) and (max-width: 767px) {
    .hero .hero-text p .blue {
      font-size: 2.15vw; } }
      @media screen and (max-width: 690px) {
    .hero .hero-text p .blue {
      font-size: 15px; } }

.about {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 60px;
  /* for xs */ }
  @media screen and (max-width: 767px) {
  .about {
    padding-top: 40px;
    padding-bottom: 40px; } }
  .about .row {
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .about .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .about .intro {
    margin-bottom: 35px; }
  .about .intro .blocklabel {
    padding-right: 8px;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .about .intro .blocklabel {
      padding-right: 4px; } }
    @media screen and (max-width: 767px) {
    .about .intro .blocklabel {
      padding-left: 15px !important; } }
    .about .intro .blocklabel h3 {
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 32px;
      letter-spacing: 0.075em;
      color: #092737;
      text-transform: uppercase;
      text-align: right;
      padding: 0px;
      margin: 0px;
      /* for sm */
      /* for xs */ }
      @media (min-width: 768px) and (max-width: 991px) {
    .about .intro .blocklabel h3 {
      font-size: 12px;
      line-height: 24px; } }
      @media screen and (max-width: 767px) {
    .about .intro .blocklabel h3 {
      text-align: left;
      font-size: 12px;
      line-height: 24px; } }
  .about .intro .text p {
    font-family: 'DinNextSlabPro', Arial, sans-serif;
    font-size: 21px;
    line-height: 27px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .about .intro .text p {
        font-size: 18px;
        line-height: 24px; } }
  .about .offset {
    position: fixed;
    bottom: 80px;
    background-color: red;
    height: 1px;
    width: 100%;
    z-index: 100; }
  .about .tabs {
    margin-bottom: 25px;
    /* for transition */
    padding-top: 0px;
    /* for transition */
    transition: padding-top 1s;
    /* for transition */
    -webkit-transition: padding-top 1s; }
  .about .tabs.under {
    /* for transition */
    padding-top: 60px; }
  .about .tabs ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
 }
    @media screen and (max-width: 767px) {
 }
    .about .tabs ul li {
      display: inline-block;
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.075em;
      color: #092737;
      text-transform: uppercase;
      width: 140px;
      padding: 0px;
      margin: 0px 60px 0px 0px;
      cursor: pointer;
      /* for transition */
      opacity: 1;
      /* for transition */
      transition: opacity 1s;
      /* for transition */
      -webkit-transition: opacity 1s;
      /* for sm */
      /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .about .tabs ul li {
        width: 135px;
        margin: 0px 40px 0px 0px;
        font-size: 12px;
        line-height: 17px; } }
    @media screen and (max-width: 767px) {
      .about .tabs ul li {
        width: 25vw;
        margin: 0px 4vw 0px 0px;
        font-size: 12px;
        line-height: 17px; } }
    .about .tabs ul li.on {
      color: #f26137; }
      .about .tabs ul li.on:after {
        background-color: #f26137;
        /* for sm */ }
        @media (max-width: 991px) {
      .about .tabs ul li.on:after {
        margin-top: 2px; } }
    .about .tabs ul li:after {
      content: '';
      display: block;
      position: relative;
      height: 7px;
      background-color: #616466;
      /* for transition */
      width: 100%;
      /* for transition */
      transition: width 1s;
      /* for transition */
      -webkit-transition: width 1s;
      /* for sm */ }
      @media (max-width: 991px) {
      .about .tabs ul li:after {
        margin-top: 2px; } }
    .about .tabs ul li.under {
      /* for transition */
      opacity: 0; }
      .about .tabs ul li.under:after {
        /* for transition */
        width: 0%; }
  .about .content {
    /* for transition */
    opacity: 1;
    /* for transition */
    transition: opacity 1s;
    /* for transition */
    -webkit-transition: opacity 1s; }
  .about .content.under {
    /* for transition */
    opacity: 0; }
  .about .content div {
    font-size: 0px;
    vertical-align: top;
    display: none;
    overflow: visible; }
    .about .content div.on {
      display: block; }
    .about .content div .left {
      display: inline-block;
      width: 400px;
      padding-right: 25px;
      /* for sm */
      /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .about .content div .left {
        width: 350px; } }
    @media screen and (max-width: 767px) {
      .about .content div .left {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0px; } }
    .about .content div .left .intro {
      font-family: 'DinNextSlabPro', Arial, sans-serif;
      font-size: 19px;
      line-height: 25px;
      color: #f26137;
      margin-bottom: 15px;
      /* for sm */ }
      @media (min-width: 768px) and (max-width: 991px) {
      .about .content div .left .intro {
        font-size: 16px;
        line-height: 21px; } }
    .about .content div .left .body-copy {
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: normal;
      font-size: 15.5px;
      line-height: 1.5;
      /* for sm */ }
      @media (min-width: 768px) and (max-width: 991px) {
      .about .content div .left .body-copy {
        font-size: 14px; } }
    .about .content div .right {
      display: inline-block;
      width: 200px;
      /* for sm */
      /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .about .content div .right {
        width: 175px; } }
    @media screen and (max-width: 767px) {
      .about .content div .right {
        width: 100%; } }
    .about .content div .right .intro {
      font-family: 'DinNextSlabPro', Arial, sans-serif;
      font-size: 18px;
      line-height: 24px;
      color: #f26137;
      margin-bottom: 25px;
      /* for sm */ }
      @media (max-width: 991px) {
      .about .content div .right .intro {
        font-size: 16px;
        line-height: 21px; } }
  .about .content .coverage .right .key {
    font-size: 14px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    /* for sm */ }
    @media (max-width: 991px) {
        .about .content .coverage .right .key {
          font-size: 13px; } }
    .about .content .coverage .right .key li {
      margin-bottom: 12px; }
      .about .content .coverage .right .key li.corphq:before {
        background-image: url("../images/icon_corphq.svg"); }
      .about .content .coverage .right .key li.satellites:before {
        background-image: url("../images/icon_satellites.svg"); }
      .about .content .coverage .right .key li.studies:before {
        background-image: url("../images/icon_studies.svg"); }
      .about .content .coverage .right .key li:before {
        content: '';
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        padding-left: 23px; }
  .about .content .careers .right h3 {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
        .about .content .careers .right h3 {
          font-size: 12px;
          line-height: 21px; } }
    .about .content .careers .right ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
    .about .content .careers .right ul li {
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 1.25; }
      .about .content .careers .right ul li a {
        font-family: 'UniSans', Arial, sans-serif;
        font-weight: normal;
        color: #00b0d1;
        /* for sm */ }
        @media (min-width: 768px) and (max-width: 991px) {
        .about .content .careers .right ul li a {
          font-size: 13px; } }
        .about .content .careers .right ul li a:after {
          content: ' »';
          font-family: Arial, sans-serif; }
        .about .content .careers .right ul li a:visited {
          color: #00b0d1; }
      .about .content .careers .right ul li.all a {
        color: #092737; }
        .about .content .careers .right ul li.all a:visited {
          color: #092737; }

.videos {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px 75px 0px; }
  .videos .container {
    padding-left: 10px;
    padding-right: 10px; }
  .videos .content.container {
    padding: 0px; }
  .videos .content .intro-section {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
    /* for transition */
    padding-top: 0px;
    /* for transition */
    opacity: 1;
    /* for transition */
    transition: opacity 1s, padding-top 1s;
    /* for transition */
    -webkit-transition: opacity 1s, padding-top 1s;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .videos .content .intro-section {
      margin-right: 0px;
      margin-left: 0px; } }
    @media screen and (max-width: 767px) {
    .videos .content .intro-section {
      padding-right: 20px;
      padding-left: 10px; } }
    .videos .content .intro-section.under {
      /* for transition */
      padding-top: 60px;
      /* for transition */
      opacity: 0; }
    .videos .content .intro-section .blocklabel {
      padding-right: 8px;
      text-align: right;
      /* for xs */ }
    @media screen and (max-width: 767px) {
      .videos .content .intro-section .blocklabel {
        padding-left: 15px; } }
    .videos .content .intro-section .blocklabel h3 {
      float: right;
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.075em;
      color: white;
      text-transform: uppercase;
      width: 140px;
      padding: 0px;
      margin: 8px 0px 0px 0px;
      /* for sm */ }
    @media (max-width: 991px) {
        .videos .content .intro-section .blocklabel h3 {
          width: 140px;
          float: none;
          text-align: left;
          font-size: 12px;
          line-height: 14px !important;
          margin-bottom: 24px; } }
    .videos .content .intro-section .blocklabel h3:after {
      content: '';
      display: block;
      position: relative;
      height: 7px;
      background-color: #f26137;
      /* for transition */
      width: 100%;
      /* for transition */
      transition: width 1s;
      /* for transition */
      -webkit-transition: width 1s;
      /* for sm */ }
      @media (max-width: 991px) {
        .videos .content .intro-section .blocklabel h3:after {
          margin-top: 2px; } }
    .videos .content .intro-section .blocklabel h3.under:after {
      /* for transition */
      width: 0%; }
    .videos .content .intro-section .intro {
      padding-right: 25px;
      margin-bottom: 34px;
      /* for xs */ }
    @media screen and (max-width: 767px) {
      .videos .content .intro-section .intro {
        padding-right: 15px; } }
    .videos .content .intro-section .intro p {
      font-family: 'DinNextSlabPro', Arial, sans-serif;
      font-size: 21px;
      line-height: 27px;
      color: white;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
        .videos .content .intro-section .intro p {
          font-size: 18px;
          line-height: 24px; } }
  .videos .carousel {
    font-size: 0px;
    /* for transition */
    opacity: 1;
    /* for transition */
    transition: opacity 1s;
    /* for transition */
    -webkit-transition: opacity 1s; }
  .videos .carousel.row {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 15px;
    padding-right: 15px; }
  .videos .carousel.under {
    /* for transition */
    opacity: 0; }
  .videos .carousel .video-nav {
    display: inline-block;
    vertical-align: middle;
    width: 7.5%;
    text-align: center;
    /* for sm */ }
    .videos .carousel .video-nav img {
      cursor: pointer; }
    @media (min-width: 768px) and (max-width: 991px) {
    .videos .carousel .video-nav {
      width: 7%; } }
  .videos .carousel .video-carousel {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    /* for xs */ }
    @media screen and (max-width: 767px) {
    .videos .carousel .video-carousel {
      width: 100%; } }
    .videos .carousel .video-carousel .video {
      display: inline-block;
      width: 32%;
      position: relative;
      margin: 0px 5px;
      /* for sm */
      /* for xs */
      /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .videos .carousel .video-carousel .video {
        width: 31%; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .videos .carousel .video-carousel .video {
        width: 50%;
        margin: 0px;
        margin-bottom: 12px; }
        .videos .carousel .video-carousel .video:nth-child(odd) {
          padding-right: 6px; }
        .videos .carousel .video-carousel .video:nth-child(even) {
          padding-left: 6px; } }
    @media screen and (max-width: 480px) {
      .videos .carousel .video-carousel .video {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px; } }
    .videos .carousel .video-carousel .video .play {
      position: absolute;
      top: calc(50% - 30px);
      left: calc(50% - 28px);
      z-index: 5;
      width: 56px;
      -webkit-filter: drop-shadow(0px 0px 12px #000);
      filter: drop-shadow(0px 0px 12px #000);
      /* for sm */
      /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
        .videos .carousel .video-carousel .video .play {
          top: calc(50% - 25px);
          left: calc(50% - 23px);
          width: 46px; } }
    .nivo-lightbox-wrap {
      left: 10vw !important;
      right: 10vw !important;
      height: calc(80vw * .5625) !important;
      top: calc((100% - (80vw * .5625))/2) !important;
      bottom: unset !important;
      /* for sm */
      /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
  .nivo-lightbox-wrap {
    left: 5vw !important;
    right: 5vw !important;
    height: calc(90vw * .5625) !important;
    top: calc((100% - (90vw * .5625))/2) !important; } }
  @media screen and (max-width: 767px) {
  .nivo-lightbox-wrap {
    left: 0px !important;
    right: 0px !important;
    height: calc(100vw * .5625) !important;
    top: calc((100% - (100vw * .5625))/2) !important; } }

.services {
  background-color: #e9f3f8;
  padding-top: 70px;
  padding-bottom: 80px;
  /* for xs */ }
  @media screen and (max-width: 767px) {
  .services {
    padding-top: 40px;
    padding-bottom: 34px; } }
  .services .row {
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .services .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .services .extra h2 {
    font-size: 16px; }
  .services .intro-section {
    /* for transition */
    padding-top: 0px;
    /* for transition */
    opacity: 1;
    /* for transition */
    transition: opacity 1s, padding-top 1s;
    /* for transition */
    -webkit-transition: opacity 1s, padding-top 1s; }
  .services .intro-section.under {
    /* for transition */
    padding-top: 60px;
    /* for transition */
    opacity: 0; }
  .services .intro-section .blocklabel {
    padding-right: 8px;
    text-align: right;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .services .intro-section .blocklabel {
      padding-right: 4px; } }
    @media screen and (max-width: 767px) {
    .services .intro-section .blocklabel {
      padding-left: 15px; } }
    .services .intro-section .blocklabel h3 {
      float: right;
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.075em;
      color: #092737;
      text-transform: uppercase;
      width: 140px;
      padding: 0px;
      margin: 8px 0px 0px 0px;
      /* for sm */ }
    @media (max-width: 991px) {
      .services .intro-section .blocklabel h3 {
        width: 140px;
        float: none;
        text-align: left;
        font-size: 12px;
        line-height: 14px !important;
        margin-bottom: 24px; } }
    .services .intro-section .blocklabel h3:after {
      content: '';
      display: block;
      position: relative;
      height: 7px;
      background-color: #f26137;
      /* for transition */
      width: 100%;
      /* for transition */
      transition: width 1s;
      /* for transition */
      -webkit-transition: width 1s;
      /* for sm */ }
    @media (max-width: 991px) {
        .services .intro-section .blocklabel h3:after {
          margin-top: 2px; } }
    .services .intro-section .blocklabel h3.under:after {
      /* for transition */
      width: 0%; }
  .services .intro-section .intro {
    padding-right: 25px;
    margin-bottom: 34px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .services .intro-section .intro {
      margin-bottom: 20px; } }
    .services .intro-section .intro p {
      font-family: 'DinNextSlabPro', Arial, sans-serif;
      font-size: 21px;
      line-height: 27px;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .services .intro-section .intro p {
        font-size: 18px;
        line-height: 24px; } }
  .services .services-list {
    font-size: 0px; }
  .services .services-list div {
    vertical-align: top;
    display: inline-block;
    width: 200px;
    padding-right: 15px;
    /* for sm */
    /* for xs */
    /* for xs :: iPhone 5 */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .services .services-list div {
      width: 175px; } }
    @media screen and (min-width: 370px) and (max-width: 767px) {
    .services .services-list div {
      width: 50%; }
      .services .services-list div:last-of-type {
        margin-top: 14px; } }
    @media screen and (max-width: 369px) {
    .services .services-list div {
      width: 100%; }
      .services .services-list div:last-of-type {
        margin-top: unset; } }
  .services .services-list h3 {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.075em;
    padding: 0px;
    margin: 0px 0px 6px 0px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .services .services-list h3 {
      font-size: 12px;
      line-height: 21px; } }
  .services .services-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .services .services-list ul li:last-of-type {
      margin-bottom: 14px; }
    .services .services-list ul li a {
      margin-bottom: 8px;
      cursor: pointer;
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: normal;
      font-size: 14.5px;
      line-height: 1.5;
      margin: 0px;
      padding: 0px;
      color: #092737;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
        .services .services-list ul li a {
          font-size: 13px; } }
    .services .services-list ul li a:hover {
      color: #00b0d1; }
    .services .services-list ul li a:visited {
      color: #092737; }
    .services .services-list ul li a:after {
      content: '\00a0»';
      font-family: Arial, sans-serif; }
    .services .services-list ul li:after {
      content: '' !important; }

.clients {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 80px;
  /* for xs */ }
  @media screen and (max-width: 767px) {
  .clients {
    padding-top: 40px;
    padding-bottom: 34px; } }
  .clients .row {
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .clients .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .clients .intro-section {
    /* for transition */
    padding-top: 0px;
    /* for transition */
    opacity: 1;
    /* for transition */
    transition: opacity 1s, padding-top 1s;
    /* for transition */
    -webkit-transition: opacity 1s, padding-top 1s; }
  .clients .intro-section.under {
    /* for transition */
    padding-top: 60px;
    /* for transition */
    opacity: 0; }
  .clients .intro-section .blocklabel {
    padding-right: 8px;
    text-align: right;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .clients .intro-section .blocklabel {
      padding-right: 4px; } }
    @media screen and (max-width: 767px) {
    .clients .intro-section .blocklabel {
      padding-left: 15px; } }
    .clients .intro-section .blocklabel h3 {
      float: right;
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.075em;
      color: #092737;
      text-transform: uppercase;
      width: 140px;
      padding: 0px;
      margin: 8px 0px 0px 0px;
      /* for sm */ }
    @media (max-width: 991px) {
      .clients .intro-section .blocklabel h3 {
        width: 140px;
        float: none;
        text-align: left;
        font-size: 12px;
        line-height: 14px !important;
        margin-bottom: 24px; } }
    .clients .intro-section .blocklabel h3:after {
      content: '';
      display: block;
      position: relative;
      height: 7px;
      background-color: #f26137;
      /* for transition */
      width: 100%;
      /* for transition */
      transition: width 1s;
      /* for transition */
      -webkit-transition: width 1s;
      /* for sm */ }
    @media (max-width: 991px) {
        .clients .intro-section .blocklabel h3:after {
          margin-top: 2px; } }
    .clients .intro-section .blocklabel h3.under:after {
      /* for transition */
      width: 0%; }
  .clients .intro-section .intro {
    padding-right: 25px;
    margin-bottom: 34px;
    /* for sm */ }
    .clients .intro-section .intro p {
      font-family: 'DinNextSlabPro', Arial, sans-serif;
      font-size: 21px;
      line-height: 27px;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .clients .intro-section .intro p {
        font-size: 18px;
        line-height: 24px; } }
  .clients .logos-list {
    font-size: 0px;
    padding-left: 0px;
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .clients .logos-list {
      padding-left: 15px; } }
  .clients .logos-list div {
    display: inline-block;
    padding: 6px;
    margin-bottom: 22px;
    width: 20%;
    /* for sm */
    /* for xs */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .clients .logos-list div {
      width: 25%; } }
    @media screen and (min-width: 501px) and (max-width: 767px) {
    .clients .logos-list div {
      width: 33.3%; } }
    @media screen and (min-width: 370px) and (max-width: 500px) {
    .clients .logos-list div {
      width: 50%; } }
    .clients .logos-list div img {
      display: none; }
  .clients .disclaimer {
    margin-top: 30px;
    font-style: italic;
    font-size: 12px;
    color: #c0c0c0; }

.security {
  background-color: #e9f3f8;
  padding-top: 70px;
  padding-bottom: 80px;
  /* for xs */ }
  @media screen and (max-width: 767px) {
  .security {
    padding-top: 40px;
    padding-bottom: 34px; } }
  .security .row {
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .security .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .security .extra h2 {
    font-size: 16px; }
  .security .intro-section {
    /* for transition */
    padding-top: 0px;
    /* for transition */
    opacity: 1;
    /* for transition */
    transition: opacity 1s, padding-top 1s;
    /* for transition */
    -webkit-transition: opacity 1s, padding-top 1s; }
  .security .intro-section.under {
    /* for transition */
    padding-top: 60px;
    /* for transition */
    opacity: 0; }
  .security .intro-section .blocklabel {
    padding-right: 8px;
    text-align: right;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .security .intro-section .blocklabel {
      padding-right: 4px; } }
    @media screen and (max-width: 767px) {
    .security .intro-section .blocklabel {
      padding-left: 15px; } }
    .security .intro-section .blocklabel h3 {
      float: right;
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.075em;
      color: #092737;
      text-transform: uppercase;
      width: 140px;
      padding: 0px;
      margin: 8px 0px 0px 0px;
      /* for sm */ }
    @media (max-width: 991px) {
      .security .intro-section .blocklabel h3 {
        width: 140px;
        float: none;
        text-align: left;
        font-size: 12px;
        line-height: 14px !important;
        margin-bottom: 24px; } }
    .security .intro-section .blocklabel h3:after {
      content: '';
      display: block;
      position: relative;
      height: 7px;
      background-color: #f26137;
      /* for transition */
      width: 100%;
      /* for transition */
      transition: width 1s;
      /* for transition */
      -webkit-transition: width 1s;
      /* for sm */ }
    @media (max-width: 991px) {
        .security .intro-section .blocklabel h3:after {
          margin-top: 2px; } }
    .security .intro-section .blocklabel h3.under:after {
      /* for transition */
      width: 0%; }
  .security .intro-section .intro {
    padding-right: 25px;
    margin-bottom: 34px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .security .intro-section .intro {
      margin-bottom: 20px; } }
    .security .intro-section .intro p {
      font-family: 'DinNextSlabPro', Arial, sans-serif;
      font-size: 21px;
      line-height: 27px;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .security .intro-section .intro p {
        font-size: 18px;
        line-height: 24px; } }
  .security .services-list {
    font-size: 0px; }
  .security .services-list div {
    vertical-align: top;
    display: inline-block;
    width: 200px;
    padding-right: 15px;
    /* for sm */
    /* for xs */
    /* for xs :: iPhone 5 */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .security .services-list div {
      width: 175px; } }
    @media screen and (min-width: 370px) and (max-width: 767px) {
    .security .services-list div {
      width: 50%; }
      .security .services-list div:last-of-type {
        margin-top: 14px; } }
    @media screen and (max-width: 369px) {
    .security .services-list div {
      width: 100%; }
      .security .services-list div:last-of-type {
        margin-top: unset; } }
  .security .services-list h3 {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.075em;
    padding: 0px;
    margin: 0px 0px 6px 0px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .security .services-list h3 {
      font-size: 12px;
      line-height: 21px; } }
  .security .services-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .security .services-list ul li:last-of-type {
      margin-bottom: 14px; }
    .security .services-list ul li a {
      margin-bottom: 8px;
      cursor: pointer;
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: normal;
      font-size: 14.5px;
      line-height: 1.5;
      margin: 0px;
      padding: 0px;
      color: #092737;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
        .security .services-list ul li a {
          font-size: 13px; } }
    .security .services-list ul li a:hover {
      color: #00b0d1; }
    .security .services-list ul li a:visited {
      color: #092737; }
    .security .services-list ul li a:after {
      content: '\00a0ยป';
      font-family: Arial, sans-serif; }
    .security .services-list ul li:after {
      content: '' !important; }

.team {
  background-color: #e9f3f8;
  padding-top: 70px;
  /* for xs */ }
  @media screen and (max-width: 767px) {
  .team {
    padding-top: 40px; } }
  .team .row {
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .team .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .team .row.equal-height {
    display: flex;
    flex-flow: row wrap; }
    .team .row.equal-height::before {
      display: block; }
  .team .intro {
    margin-bottom: 70px;
    /* for transition */
    padding-top: 0px;
    /* for transition */
    opacity: 1;
    /* for transition */
    transition: opacity 1s, padding-top 1s;
    /* for transition */
    -webkit-transition: opacity 1s, padding-top 1s; }
  .team .intro.under {
    /* for transition */
    padding-top: 60px;
    /* for transition */
    opacity: 0; }
  .team .intro .blocklabel {
    padding-right: 8px;
    text-align: right;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .team .intro .blocklabel {
      padding-right: 4px; } }
    @media screen and (max-width: 767px) {
    .team .intro .blocklabel {
      padding-left: 15px; } }
    .team .intro .blocklabel h3 {
      float: right;
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.075em;
      color: #092737;
      text-transform: uppercase;
      width: 140px;
      padding: 0px;
      margin: 8px 0px 0px 0px;
      /* for sm */ }
    @media (max-width: 991px) {
      .team .intro .blocklabel h3 {
        width: 140px;
        float: none;
        text-align: left;
        font-size: 12px;
        line-height: 14px !important;
        margin-bottom: 24px; } }
    .team .intro .blocklabel h3:after {
      content: '';
      display: block;
      position: relative;
      height: 7px;
      background-color: #f26137;
      /* for transition */
      width: 100%;
      /* for transition */
      transition: width 1s;
      /* for transition */
      -webkit-transition: width 1s;
      /* for sm */ }
    @media (max-width: 991px) {
        .team .intro .blocklabel h3:after {
          margin-top: 2px; } }
    .team .intro .blocklabel h3.under:after {
      /* for transition */
      width: 0%; }
  .team .intro .text p {
    font-family: 'DinNextSlabPro', Arial, sans-serif;
    font-size: 21px;
    line-height: 27px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .team .intro .text p {
        font-size: 18px;
        line-height: 24px; } }
    .team .intro .text .body-copy {
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: normal;
      font-size: 15.5px;
      line-height: 1.5;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .team .intro .text .body-copy {
        font-size: 14px; } }
  .team .members {
    max-width: 1024px;
    margin: auto;
    background: none; }
  .team .members div {
    padding: 0px; }
  .team .members .person {
    /* cursor: pointer; */
    position: relative; }
    .team .members .person.col-md-2 {
      /* for md */ }
    @media (min-width: 992px) {
      .team .members .person.col-md-2 {
        width: 20%; } }
    .team .members .person:hover img {
      /* Safari 6.0 - 9.0 */
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .team .members .person:hover .details .more {
      opacity: 1; }
    .team .members .person.darkgrey {
      background-color: #232425;
      z-index: 2;
      cursor: auto; }
    .team .members .person.darkergrey {
      background-color: #1a1a1b;
      z-index: 2;
      cursor: auto; }
    .team .members .person.darkestgrey {
      background-color: #131314;
      z-index: 2;
      cursor: auto; }
    .team .members .person img {
      /* Safari 6.0 - 9.0 */
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: filter 0.5s;
      width: 100%;
      /* for sm */ }
    @media (max-width: 991px) {
      .team .members .person img {
        width: 100%; } }
    .team .members .person .details {
      position: absolute;
      width: 85%;
      bottom: 20px;
      left: 20px;
      cursor: default;
      -webkit-filter: drop-shadow(0px 0px 12px #000) drop-shadow(0px 0px 16px #000) drop-shadow(0px 0px 20px #000);
      filter: drop-shadow(0px 0px 12px #000) drop-shadow(0px 0px 16px #000) drop-shadow(0px 0px 20px #000);
      z-index: 1;
      /* for xs */ }
    @media screen and (max-width: 767px) {
      .team .members .person .details {
        bottom: 3vw;
        left: 3vw; } }
    .team .members .person .details .title {
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: bold;
      letter-spacing: 0.075em;
      font-size: 12px;
      line-height: 12px;
      text-transform: uppercase;
      color: #f26137;
      padding: 0px;
      margin: 0px 0px 5px 0px;
      width: 90%;
      /* for sm */
      /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
        .team .members .person .details .title {
          font-size: 10px;
          line-height: 10px;
          width: 95%; } }
    @media screen and (max-width: 767px) {
        .team .members .person .details .title {
          font-size: 2.3vw;
          line-height: 2.3vw;
          width: 95%; } }
    .team .members .person .details h5 {
      font-family: 'DinNextSlabPro', Arial, sans-serif;
      color: white;
      font-size: 24px;
      line-height: 0.9;
      padding: 0px;
      margin: 0px;
      /* for sm */
      /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
        .team .members .person .details h5 {
          font-size: 24px; } }
    @media screen and (max-width: 767px) {
        .team .members .person .details h5 {
          font-size: 5vw; } }
    .team .members .person .details .more {
      opacity: 0;
      transition: opacity 0.5s;
      /* for sm */ }
    @media (max-width: 991px) {
        .team .members .person .details .more {
          opacity: 1; } }

.contact {
  background-color: #061a26;
  padding-top: 70px;
  padding-bottom: 80px;
  /* for xs */ }
  @media screen and (max-width: 767px) {
  .contact {
    padding-top: 40px; } }
  .contact .intro-section {
    /* for transition */
    padding-top: 0px;
    /* for transition */
    opacity: 1;
    /* for transition */
    transition: opacity 1s, padding-top 1s;
    /* for transition */
    -webkit-transition: opacity 1s, padding-top 1s;
    /* for xs */ }
  .contact .intro-section.under {
    /* for transition */
    padding-top: 60px;
    /* for transition */
    opacity: 0; }
  @media screen and (max-width: 767px) {
    .contact .intro-section {
      padding-right: 20px;
      padding-left: 20px;
      padding-top: 40px; } }
  .contact .intro-section .blocklabel {
    padding-right: 8px;
    text-align: right;
    /* for xs */ }
    @media screen and (max-width: 767px) {
    .contact .intro-section .blocklabel {
      padding-left: 15px; } }
    .contact .intro-section .blocklabel h3 {
      float: right;
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.075em;
      color: white;
      text-transform: uppercase;
      width: 140px;
      padding: 0px;
      margin: 8px 0px 0px 0px;
      /* for sm */ }
    @media (max-width: 991px) {
      .contact .intro-section .blocklabel h3 {
        width: 140px;
        float: none;
        text-align: left;
        font-size: 12px;
        line-height: 14px !important;
        margin-bottom: 24px; } }
    .contact .intro-section .blocklabel h3:after {
      content: '';
      display: block;
      position: relative;
      height: 7px;
      background-color: #f26137;
      /* for transition */
      width: 100%;
      /* for transition */
      transition: width 1s;
      /* for transition */
      -webkit-transition: width 1s;
      /* for sm */ }
    @media (max-width: 991px) {
        .contact .intro-section .blocklabel h3:after {
          margin-top: 2px; } }
    .contact .intro-section .blocklabel h3.under:after {
      /* for transition */
      width: 0%; }
  .contact .intro-section .intro {
    padding-right: 25px;
    margin-bottom: 34px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .contact .intro-section .intro {
      margin-bottom: 20px; } }
    .contact .intro-section .intro p {
      font-family: 'DinNextSlabPro', Arial, sans-serif;
      font-size: 21px;
      line-height: 27px;
      color: white;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .contact .intro-section .intro p {
        font-size: 18px;
        line-height: 24px; } }
  .contact .map-section {
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .contact .map-section {
      padding-right: 20px;
      padding-left: 20px; } }
  .contact .map-section .google-map {
    width: 100%;
    height: 260px; }
  .contact .map-section .address {
    height: 260px;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
    /* for xs */ }
    @media screen and (max-width: 767px) {
    .contact .map-section .address {
      padding-top: 20px;
      height: unset; } }
    .contact .map-section .address p {
      color: white;
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: normal;
      font-size: 15.5px;
      line-height: 1.5;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .contact .map-section .address p {
        font-size: 14px; } }
    .contact .map-section .address p a {
      color: white;
      text-decoration: none; }
    .contact .map-section .address p a:hover {
      color: #00b0d1;
      text-decoration: underline; }
    .contact .map-section .address p a:visited {
      color: white; }
    .contact .map-section .address p .type {
      font-style: italic;
      font-size: 12px;
      letter-spacing: 0.075em;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
        .contact .map-section .address p .type {
          font-size: 11px; } }
    .contact .map-section .address .social {
      list-style: none;
      margin: 4px 0px 0px 0px;
      padding: 0px; }
    .contact .map-section .address .social li {
      display: inline-block; }
    .contact .map-section .address .social li img {
      width: 34px;
      margin-right: 5px; }

.minihero {
  position: relative; }
  .minihero .container {
    padding: 0px; }
  .minihero .page-hero {
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    /* for sm */
    /* for xs */
    /* minimum readability */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .minihero .page-hero {
      height: 184px; } }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .minihero .page-hero {
      height: 20vw; } }
  @media screen and (max-width: 550px) {
    .minihero .page-hero {
      height: 110px; } }
  .minihero .logo {
    width: 130px;
    margin-top: 28px;
    margin-left: 24px;
    -webkit-filter: drop-shadow(0px 0px 12px #000) drop-shadow(0px 0px 20px #000);
    filter: drop-shadow(0px 0px 12px #000) drop-shadow(0px 0px 20px #000);
    /* for sm */
    /* for xs */
    /* minimum readability */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .minihero .logo {
      width: 110px;
      margin-top: 20px;
      margin-left: 18px; } }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .minihero .logo {
      width: 14.3vw;
      margin-top: 2.6vw;
      margin-left: 2.3vw; } }
  @media screen and (max-width: 550px) {
    .minihero .logo {
      width: 79px;
      margin-top: 14.3px;
      margin-left: 12.7px; } }
  .minihero .hero-text {
    position: absolute;
    top: 0px;
    height: 100%; }

.service-detail {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 120px;
  /* for xs */ }
  @media screen and (max-width: 767px) {
  .service-detail {
    padding-top: 40px;
    padding-bottom: 34px; } }
  .service-detail .row {
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .service-detail .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .service-detail .return {
    text-align: right;
    padding-bottom: 30px;
    padding-right: 8px;
    /* for sm */
    /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .service-detail .return {
      padding-right: 8px;
      margin-top: 8px; } }
  @media screen and (max-width: 767px) {
    .service-detail .return {
      text-align: left;
      padding-left: 15px;
      padding-bottom: 20px; } }
  .service-detail .return a {
    color: #f26137;
    text-decoration: underline; }
  .service-detail .blocklabel {
    padding-right: 8px;
    text-align: right;
    /* for sm */
    /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .service-detail .blocklabel {
      padding-right: 4px; } }
  @media screen and (max-width: 767px) {
    .service-detail .blocklabel {
      padding-left: 15px; } }
  .service-detail .blocklabel h3 {
    float: right;
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.075em;
    color: #092737;
    text-transform: uppercase;
    width: 140px;
    border-bottom: 7px solid #f26137;
    padding: 0px;
    margin: 8px 0px 0px 0px;
    /* for sm */ }
    @media (max-width: 991px) {
    .service-detail .blocklabel h3 {
      width: 140px;
      float: none;
      text-align: left;
      font-size: 12px;
      line-height: 14px !important;
      margin-bottom: 24px; } }
  .service-detail .blocklabel .quote {
    margin-top: -3px;
    float: right; }
    .service-detail .blocklabel .quote p {
      width: 150px;
      font-size: 13px;
      font-weight: 400;
      font-style: italic;
      line-height: 30px;
      color: #f26137;
      margin-bottom: 24px; }
    .service-detail .blocklabel .quote p.attribution {
      font-style: normal;
      line-height: 18px;
      margin: 0px;
      padding: 0px; }
    .service-detail .blocklabel .quote p.company {
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: bold;
      font-style: normal;
      line-height: 18px;
      letter-spacing: 0.075em;
      text-transform: uppercase;
      margin: 0px;
      padding: 0px; }
  .service-detail .content div {
    font-size: 0px;
    vertical-align: top; }
  .service-detail .content .intro {
    padding-bottom: 14px; }
    .service-detail .content .intro h1 {
      font-family: 'DinNextSlabPro', Arial, sans-serif;
      font-size: 25px;
      line-height: 27px;
      color: #f26137;
      margin: 0px 0px 12px 0px;
      padding: 0px; }
    .service-detail .content .intro p {
      font-family: 'DinNextSlabPro', Arial, sans-serif;
      font-size: 21px;
      line-height: 27px;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .service-detail .content .intro p {
        font-size: 18px;
        line-height: 24px; } }
  .service-detail .content .detail {
    /* for xs */ }
    @media (max-width: 767px) {
    .service-detail .content .detail {
      margin-bottom: 34px; } }
    .service-detail .content .detail h2 {
      font-size: 18px;
      font-weight: bold; }
    .service-detail .content .detail p {
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: normal;
      font-size: 15.5px;
      line-height: 1.5;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .service-detail .content .detail p {
        font-size: 14px; } }
    .service-detail .content .detail p .blocklabel {
      padding-right: 0px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 0.075em;
      color: #f26137;
      margin-right: 4px;
      /* for xs */ }
    @media screen and (max-width: 767px) {
        .service-detail .content .detail p .blocklabel {
          padding-left: 0px; } }
    .service-detail .content .detail div p:first-of-type:before {
      content: "";
      padding-right: 0px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 0.075em;
      color: #f26137;
      margin-right: 4px;
      /* for xs */ }
      @media screen and (max-width: 767px) {
          .service-detail .content .detail div p:first-of-type:before {
            padding-left: 0px; } }
    .service-detail .content .detail div.opportunity p:first-of-type:before {
      content: "Opportunity: "; }
    .service-detail .content .detail div.implementation p:first-of-type:before {
      content: "Implementation: "; }
    .service-detail .content .detail div.result p:first-of-type:before {
      content: "Result: "; }
  .service-detail .services-list div {
    padding-left: 0px;
    /* for iPhone 5 */ }
    .service-detail .services-list div:last-of-type {
      margin-top: 14px; }
    @media screen and (max-width: 369px) {
    .service-detail .services-list div {
      width: 100%; }
      .service-detail .services-list div:last-of-type {
        margin-top: 0px; } }
  .service-detail .services-list h3 {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.075em;
    padding: 0px;
    margin: 0px 0px 6px 0px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .service-detail .services-list h3 {
      font-size: 12px;
      line-height: 21px; } }
  .service-detail .services-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .service-detail .services-list ul li:last-of-type {
      margin-bottom: 14px; }
    .service-detail .services-list ul li a {
      margin-bottom: 8px;
      cursor: pointer;
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: normal;
      font-size: 14.5px;
      line-height: 1.5;
      margin: 0px;
      padding: 0px;
      color: #092737;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
        .service-detail .services-list ul li a {
          font-size: 13px; } }
    .service-detail .services-list ul li a:hover {
      color: #00b0d1; }
    .service-detail .services-list ul li a:visited {
      color: #092737; }
    .service-detail .services-list ul li a:after {
      content: '\00a0»';
      font-family: Arial, sans-serif; }
    .service-detail .services-list ul li.on {
      color: #00b0d1; }
    .service-detail .services-list ul li.on a {
      color: #00b0d1; }
      .service-detail .services-list ul li.on a:after {
        content: ''; }
    .service-detail .services-list ul li.on:before {
      content: '» '; }

.team-detail {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 120px;
  /* for xs */ }
  @media screen and (max-width: 767px) {
  .team-detail {
    padding-top: 40px;
    padding-bottom: 60px; } }
  .team-detail .row {
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .team-detail .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .team-detail .return {
    text-align: right;
    padding-bottom: 30px;
    padding-right: 8px;
    /* for sm */
    /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .team-detail .return {
      padding-right: 8px;
      margin-top: 8px; } }
  @media screen and (max-width: 767px) {
    .team-detail .return {
      text-align: left;
      padding-left: 15px;
      padding-bottom: 20px; } }
  .team-detail .return a {
    color: #f26137;
    text-decoration: underline; }
  .team-detail .blocklabel {
    padding-right: 8px;
    text-align: right;
    /* for sm */
    /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .team-detail .blocklabel {
      padding-right: 4px; } }
  @media screen and (max-width: 767px) {
    .team-detail .blocklabel {
      padding-left: 15px; } }
  .team-detail .blocklabel h3 {
    float: right;
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.075em;
    color: #092737;
    text-transform: uppercase;
    width: 140px;
    border-bottom: 7px solid #f26137;
    padding: 0px;
    margin: 8px 0px 0px 0px;
    /* for sm */ }
    @media (max-width: 991px) {
    .team-detail .blocklabel h3 {
      width: 140px;
      float: none;
      text-align: left;
      font-size: 12px;
      line-height: 14px !important;
      margin-bottom: 24px; } }
  .team-detail .content div {
    font-size: 0px;
    vertical-align: top; }
  .team-detail .content .intro {
    font-family: 'DinNextSlabPro', Arial, sans-serif;
    font-size: 21px;
    line-height: 27px;
    padding-bottom: 4px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .team-detail .content .intro {
      font-size: 18px;
      line-height: 24px; } }
  .team-detail .content h2 {
    font-family: 'DinNextSlabPro', Arial, sans-serif;
    font-size: 25px;
    line-height: 27px;
    color: #f26137;
    margin: 0px 0px 4px 0px;
    padding: 0px; }
  .team-detail .content h4 {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.075em;
    padding: 0px;
    margin: 0px 0px 12px 0px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .team-detail .content h4 {
      font-size: 12px;
      line-height: 21px; } }
  .team-detail .content img {
    max-width: unset;
    width: 100%;
    margin: 28px 0px 44px 0px; }
  .team-detail .content h3 {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.075em;
    color: #f26137;
    padding: 0px;
    margin: 26px 0px 6px 0px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .team-detail .content h3 {
      font-size: 12px;
      line-height: 21px; } }
  .team-detail .content p {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: normal;
    font-size: 15.5px;
    line-height: 1.5;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .team-detail .content p {
      font-size: 14px; } }
  .team-detail .portrait {
    padding-right: 0px;
    font-size: 0px; }
  .team-detail .portrait img {
    max-width: unset;
    width: 100%; }

.positions {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 120px;
  /* for xs */ }
  @media screen and (max-width: 767px) {
  .positions {
    padding-top: 40px;
    padding-bottom: 60px; } }
  .positions .row {
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .positions .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .positions .return {
    text-align: right;
    padding-bottom: 30px;
    padding-right: 8px;
    /* for sm */
    /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .positions .return {
      padding-right: 8px;
      margin-top: 8px; } }
  @media screen and (max-width: 767px) {
    .positions .return {
      text-align: left;
      padding-left: 15px;
      padding-bottom: 20px; } }
  .positions .return a {
    color: #f26137;
    text-decoration: underline; }
  .positions .blocklabel {
    padding-right: 8px;
    text-align: right;
    /* for sm */
    /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .positions .blocklabel {
      padding-right: 4px; } }
  @media screen and (max-width: 767px) {
    .positions .blocklabel {
      padding-left: 15px; } }
  .positions .blocklabel h3 {
    float: right;
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.075em;
    color: #092737;
    text-transform: uppercase;
    width: 140px;
    border-bottom: 7px solid #f26137;
    padding: 0px;
    margin: 8px 0px 0px 0px;
    /* for sm */ }
    @media (max-width: 991px) {
    .positions .blocklabel h3 {
      width: 140px;
      float: none;
      text-align: left;
      font-size: 12px;
      line-height: 14px !important;
      margin-bottom: 24px; } }
  .positions .content h2 {
    font-family: 'DinNextSlabPro', Arial, sans-serif;
    font-size: 25px;
    line-height: 27px;
    color: #f26137;
    margin: 0px 0px 4px 0px;
    padding: 0px; }
  .positions .content h4 {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.075em;
    padding: 0px;
    margin: 0px 0px 12px 0px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .positions .content h4 {
      font-size: 12px;
      line-height: 21px; } }
  .positions .content h3 {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.075em;
    color: #f26137;
    padding: 0px;
    margin: 32px 0px 16px 0px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .positions .content h3 {
      font-size: 12px;
      line-height: 21px; } }
  .positions .content p, .positions .content ul li {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: normal;
    font-size: 15.5px;
    line-height: 1.5;
    margin-top: 6px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .positions .content p, .positions .content ul li {
      font-size: 14px; } }
    .positions .content p a, .positions .content ul li a {
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: normal;
      font-size: 15.5px;
      line-height: 1.5;
      color: #00b0d1;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .positions .content p a, .positions .content ul li a {
        font-size: 13px; } }
    .positions .content p a:after, .positions .content ul li a:after {
      content: ' »';
      font-family: Arial, sans-serif; }
    .positions .content p a:visited, .positions .content ul li a:visited {
      color: #00b0d1; }
  .positions .content p {
    margin-top: 12px;
    margin-bottom: 20px; }
    .positions .content p a:after {
      content: ''; }

.position-detail {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 120px;
  /* for xs */ }
  @media screen and (max-width: 767px) {
  .position-detail {
    padding-top: 40px;
    padding-bottom: 60px; } }
  .position-detail .row {
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .position-detail .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .position-detail .return {
    text-align: right;
    padding-bottom: 30px;
    padding-right: 8px;
    /* for sm */
    /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .position-detail .return {
      padding-right: 8px;
      margin-top: 8px; } }
  @media screen and (max-width: 767px) {
    .position-detail .return {
      text-align: left;
      padding-left: 15px;
      padding-bottom: 20px; } }
  .position-detail .return a {
    color: #f26137;
    text-decoration: underline; }
  .position-detail .blocklabel {
    padding-right: 8px;
    text-align: right;
    /* for sm */
    /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .position-detail .blocklabel {
      padding-right: 4px; } }
  @media screen and (max-width: 767px) {
    .position-detail .blocklabel {
      padding-left: 15px; } }
  .position-detail .blocklabel h3 {
    float: right;
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.075em;
    color: #092737;
    text-transform: uppercase;
    width: 140px;
    border-bottom: 7px solid #f26137;
    padding: 0px;
    margin: 8px 0px 0px 0px;
    /* for sm */ }
    @media (max-width: 991px) {
    .position-detail .blocklabel h3 {
      width: 140px;
      float: none;
      text-align: left;
      font-size: 12px;
      line-height: 14px !important;
      margin-bottom: 24px; } }
  .position-detail .content .intro {
    font-family: 'DinNextSlabPro', Arial, sans-serif;
    font-size: 21px;
    line-height: 27px;
    padding-bottom: 4px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .position-detail .content .intro {
      font-size: 18px;
      line-height: 24px; } }
  .position-detail .content h2 {
    font-family: 'DinNextSlabPro', Arial, sans-serif;
    font-size: 25px;
    line-height: 27px;
    color: #f26137;
    margin: 0px 0px 4px 0px;
    padding: 0px; }
  .position-detail .content h4 {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.075em;
    padding: 0px;
    margin: 0px 0px 12px 0px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .position-detail .content h4 {
      font-size: 12px;
      line-height: 21px; } }
  .position-detail .content h3 {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.075em;
    color: #f26137;
    padding: 0px;
    margin: 32px 0px 16px 0px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .position-detail .content h3 {
      font-size: 12px;
      line-height: 21px; } }
  .position-detail .content p, .position-detail .content ul li {
    font-family: 'UniSans', Arial, sans-serif;
    font-weight: normal;
    font-size: 15.5px;
    line-height: 1.5;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .position-detail .content p, .position-detail .content ul li {
      font-size: 14px; } }
    .position-detail .content p a, .position-detail .content ul li a {
      font-family: 'UniSans', Arial, sans-serif;
      font-weight: normal;
      font-size: 15.5px;
      line-height: 1.5;
      color: #00b0d1;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .position-detail .content p a, .position-detail .content ul li a {
        font-size: 14px; } }
    .position-detail .content p a:visited, .position-detail .content ul li a:visited {
      color: #00b0d1; }
  .position-detail .content ul li {
    margin-top: 6px; }
