/* compiled by scssphp v0.0.12 on Mon, 06 Jan 2020 14:54:52 -0800 (0.0884s) */

/*
Theme Name: [Theme Name] 1.0
Theme URI: 
Author: Bret Hummel
Author URI: http://brethummel.com/
Description: Custom theme developed for [Client Name]
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; }

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 {
  background-color: white; }
  header .container {
    position: relative;
    padding: 15px 15px;
    /* for xs */ }
    @media screen and (max-width: 767px) {
  header .container {
    padding: 15px 25px !important; } }
    header .container .branding {
      display: inline-block; }
      header .container .branding img {
        width: 125px;
        height: auto; }
    header .container .nav {
      padding: 0px;
      margin: 0px;
      position: absolute;
      right: 15px;
      bottom: -7px;
      z-index: 20; }
      header .container .nav ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        /* for xs */ }
        @media screen and (max-width: 767px) {
  header .container .nav ul {
    background: rgba(66, 162, 213, .94);
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: -7px;
    right: -15px;
    padding-top: 30px;
    display: none; } }
        header .container .nav ul li {
          display: inline-block;
          font-family: 'Oswald', sans-serif;
          font-weight: 300;
          font-size: 17px;
          text-transform: uppercase;
          margin: 0px 0px 0px 40px;
          letter-spacing: 0.05em;
          cursor: pointer;
          line-height: 60px;
          margin-bottom: 4px;
          position: relative;
          /* for sm */
          /* for xs */ }
          @media (min-width: 768px) and (max-width: 991px) {
  header .container .nav ul li {
    margin: 0px 0px 0px 30px; } }
          @media screen and (max-width: 767px) {
  header .container .nav ul li {
    display: block;
    color: white;
    font-size: 24px;
    text-align: center;
    margin: 0px;
    line-height: 60px; } }
          header .container .nav ul li.linkedin svg {
            fill: #0e1a29;
            /* for xs */ }
            @media screen and (max-width: 767px) {
    header .container .nav ul li.linkedin svg {
      fill: white; } }
          header .container .nav ul li:hover {
            color: #42a2d5;
            border-bottom: 4px solid white;
            margin-bottom: 0px;
            /* for xs */ }
            @media screen and (max-width: 767px) {
  header .container .nav ul li:hover {
    border: none;
    color: white; } }
          header .container .nav ul li.selected {
            border-bottom: 4px solid white;
            margin-bottom: 0px;
            /* for xs */ }
            @media screen and (max-width: 767px) {
  header .container .nav ul li.selected {
    border: none; } }
          header .container .nav ul li a {
            color: #0e1a29;
            padding: 0px;
            display: block;
            /* for xs */ }
            @media screen and (max-width: 767px) {
  header .container .nav ul li a {
    color: white; } }
            header .container .nav ul li a:hover {
              text-decoration: none;
              color: #42a2d5;
              /* for xs */ }
            @media screen and (max-width: 767px) {
    header .container .nav ul li a:hover {
      color: white; } }
          header .container .nav ul li ul.services-sub {
            position: absolute;
            top: 56px;
            left: -24px;
            width: 220px;
            margin: 0px;
            padding: 12px 24px 18px 24px;
            background-color: white;
            display: none;
            filter: drop-shadow(0px 14px 6px rgba(0, 0, 0, .3));
            /* for xs */ }
            @media screen and (max-width: 767px) {
  header .container .nav ul li ul.services-sub {
    display: block;
    position: relative;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    width: 100vw;
    background: none;
    filter: none;
    padding: 0px;
    height: auto;
    margin-bottom: 24px; } }
            header .container .nav ul li ul.services-sub.on {
              display: block; }
            header .container .nav ul li ul.services-sub li {
              margin: 0px 0px 0px 0px;
              font-size: 14px;
              line-height: 2.5;
              display: block;
              margin-bottom: 0px; }
            header .container .nav ul li ul.services-sub li:hover {
              border-bottom: none !important; }
            header .container .nav ul li ul.services-sub li a {
              color: #42a2d5;
              /* for xs */ }
              @media screen and (max-width: 767px) {
    header .container .nav ul li ul.services-sub li a {
      color: white; } }
              header .container .nav ul li ul.services-sub li a:hover {
                color: #0e1a29;
                /* for xs */ }
                @media screen and (max-width: 767px) {
    header .container .nav ul li ul.services-sub li a:hover {
      color: white; } }
      header .container .nav .hamburger {
        width: 40px;
        height: auto;
        position: absolute;
        right: 10px;
        bottom: 40px;
        cursor: pointer; }

html body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  background-color: #f8f8f8;
  color: #0e1a29; }
  html body.no-scroll {
    overflow: hidden; }
  html body .vert-center {
    /* Safari */
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: center;
    display: flex;
    /* align-items: center; */
    justify-content: center; }
  html body .container {
    /* for xs */ }
    @media (min-width: 992px) {
    html body .container {
      /* Effectively removes Bootstrap lg breakpoint */
      width: 970px; } }
    @media screen and (max-width: 767px) {
    html body .container {
      padding: 0px 25px; } }
  html body .intro + .intro {
    border-top: 70px solid white; }
  html body .text + .intro {
    border-top: 70px solid white; }
  html body .threepack + .intro {
    border-top: 70px solid white; }
  html body .text p ~ h4 {
    margin-top: 36px !important; }
  html body .text + .twopack {
    padding-top: 10px !important; }
  html body .twopack + .text {
    padding-top: 0px !important; }
  html body .twopack + .text.divider {
    padding-top: 50px !important; }

footer {
  background-color: #f8f8f8;
  color: #9a9a9a;
  padding: 50px 0px 80px 0px; }
  footer .container .copyright {
    border-top: 1px solid #ddd;
    padding: 15px 0px; }
  footer .container .privacy {
    border-top: 1px solid #ddd;
    padding: 15px 0px;
    text-align: right; }
    footer .container .privacy a {
      text-decoration: underline;
      color: #9a9a9a; }

.hero {
  height: 210px;
  background-size: cover;
  background-position: center center;
  position: relative;
  /* for xs */ }
  @media screen and (max-width: 767px) {
  .hero {
    height: 35vw; } }
  .hero.home {
    height: 450px;
    /* for sm */
    /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero.home {
      height: 400px; } }
  @media screen and (max-width: 767px) {
    .hero.home {
      height: 80vw; } }
  .hero.home h2 {
    font-size: 72px;
    bottom: 40px;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .hero.home h2 {
      font-size: 68px; } }
    @media screen and (max-width: 767px) {
    .hero.home h2 {
      font-size: 12vw; } }
  .hero h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 38px;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .hero h2 {
      bottom: 3vw; } }

.intro {
  padding: 50px 0px 0px 0px; }
  .intro.white {
    background-color: white; }
  .intro.grey {
    background-color: #f8f8f8;
    padding: 60px 0px 0px 0px; }
  .intro.grey h1 {
    text-transform: uppercase;
    font-size: 26px !important;
    color: #42a2d5 !important; }
  .intro .content {
    padding: 0px; }
  .intro .content h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #0e1a29;
    font-size: 33px;
    margin: 0px 0px 20px 0px;
    padding-right: 60px;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .intro .content h1 {
      padding-right: 0px; } }
    @media screen and (max-width: 767px) {
    .intro .content h1 {
      padding-right: 0px; } }
  .intro .content p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
    padding-right: 60px;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .intro .content p {
      padding-right: 0px; } }
    @media screen and (max-width: 767px) {
    .intro .content p {
      padding-right: 0px; } }
    .intro .content p:first-of-type {
      font-size: 16px;
      line-height: 1.7; }
    .intro .content p:last-of-type {
      margin-bottom: 0px; }
  .intro .image {
    padding: 10px 20px 0px 30px;
    /* for sm */
    /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro .image {
      padding: 10px 0px 0px 20px; } }
  @media screen and (max-width: 767px) {
    .intro .image {
      padding: 10px 20px 30px 20px; } }

.text {
  padding: 40px 0px 0px 0px; }
  .text.white {
    background-color: white; }
  .text.grey {
    background-color: #f8f8f8; }
  .text.divider {
    padding: 50px 0px 0px 0px; }
  .text.divider .container .content {
    padding-top: 50px;
    border-top: 1px solid #ddd; }
  .text .content {
    padding: 0px; }
  .text .content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #0e1a29;
    font-size: 33px;
    margin: 0px 0px 20px 0px;
    padding-right: 60px;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .text .content h2 {
      padding-right: 0px; } }
    @media screen and (max-width: 767px) {
    .text .content h2 {
      padding-right: 0px; } }
  .text .content h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #42a2d5;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
    padding-right: 60px;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .text .content h3 {
      padding-right: 0px; } }
    @media screen and (max-width: 767px) {
    .text .content h3 {
      padding-right: 0px; } }
  .text .content h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #0e1a29;
    font-size: 23px;
    margin: 36px 0px 20px 0px;
    padding-right: 60px;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .text .content h4 {
      padding-right: 0px; } }
    @media screen and (max-width: 767px) {
    .text .content h4 {
      padding-right: 0px; } }
    .text .content h4:first-child {
      margin-top: 10px; }
  .text .content p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 14px;
    padding-right: 60px;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .text .content p {
      padding-right: 0px; } }
    @media screen and (max-width: 767px) {
    .text .content p {
      padding-right: 0px; } }
    .text .content p.big {
      font-size: 16px;
      line-height: 1.7; }
    .text .content p a {
      color: #42a2d5;
      text-decoration: underline; }
      .text .content p a:hover {
        text-decoration: underline; }
      .text .content p a.phone {
        font-size: 22px;
        text-decoration: none;
        display: block;
        line-height: 1;
        margin: 0px;
        padding: 0px;
        position: relative;
        margin-left: 45px; }
        .text .content p a.phone:before {
          content: "";
          background-image: url("../images/icon_phone.png");
          background-size: cover;
          width: 30px;
          height: 30px;
          position: absolute;
          left: -45px;
          top: -2px; }
        .text .content p a.phone:hover {
          text-decoration: underline; }
      .text .content p a.email {
        font-size: 22px;
        text-decoration: none;
        display: block;
        line-height: 1;
        margin: 0px;
        padding: 0px;
        position: relative;
        margin-left: 45px; }
        .text .content p a.email:before {
          content: "";
          background-image: url("../images/icon_email.png");
          background-size: cover;
          width: 30px;
          height: 30px;
          position: absolute;
          left: -45px;
          top: -2px; }
        .text .content p a.email:hover {
          text-decoration: underline; }
  .text .content p.big + h3 {
    margin-top: 40px; }
  .text .content ul {
    list-style: none;
    padding-left: 50px;
    margin-top: 25px; }
    .text .content ul li {
      position: relative;
      margin-bottom: 8px; }
      .text .content ul li:before {
        position: absolute;
        content: "";
        background-image: url("../images/bullet.png");
        background-size: cover;
        width: 18px;
        height: 18px;
        left: -26px;
        top: 0px; }
      .text .content ul li ul {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 35px; }
        .text .content ul li ul li:before {
          position: absolute;
          content: "";
          background-image: url("../images/bullet_check.png");
          background-size: cover;
          width: 10px;
          height: 8px;
          left: -18px;
          top: 5px; }
  .text .content ul + p {
    margin-top: 40px; }

.services .service {
  padding: 40px 12px 40px 0px; }
  .services .service img {
    width: 100%;
    height: auto; }
  .services .service h3 a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 26px;
    color: #0e1a29;
    text-transform: none; }
    .services .service h3 a:hover {
      text-decoration: none; }
  .services .service p {
    padding-right: 20px; }
  .services .service a {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #42a2d5; }

.leadership {
  padding: 50px 0px 0px 0px; }
  .leadership .leader {
    padding: 0px 12px 40px 0px;
    position: relative;
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .leadership .leader {
      padding: 0px 0px 12vw 0px; } }
  .leadership .leader .contact {
    position: absolute;
    right: 5vw;
    top: calc(90vw - 21px); }
    .leadership .leader .contact img {
      width: 42px;
      height: auto;
      filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .3));
      border-radius: 0px;
      margin-right: 8px; }
  .leadership .leader .image {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-right: 25px;
    font-size: 0px;
    position: relative;
    /* for xs */ }
    @media screen and (max-width: 767px) {
    .leadership .leader .image {
      width: 100%;
      height: 90vw;
      overflow: hidden;
      border-radius: 15px;
      position: relative;
      margin: 0px 0px 3vw 0px; } }
    .leadership .leader .image img {
      width: 100%;
      height: auto;
      border-radius: 15px;
      margin-bottom: 8px;
      /* for xs */ }
    @media screen and (max-width: 767px) {
      .leadership .leader .image img {
        position: absolute;
        top: -5vw; } }
    .leadership .leader .image .contact {
      position: absolute;
      left: -21px;
      bottom: 30px;
      right: auto;
      top: auto; }
    .leadership .leader .image .contact img {
      width: 42px;
      height: auto;
      display: block;
      filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .3));
      border-radius: 0px; }
  .leadership .leader .details {
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    width: calc(100% - 235px);
    /* for xs */ }
    @media screen and (max-width: 767px) {
    .leadership .leader .details {
      width: 100%; } }
    .leadership .leader .details h3 {
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
      font-size: 26px;
      color: #0e1a29;
      text-transform: none;
      margin: 10px 0px 15px 0px; }
    .leadership .leader .details h3 .title {
      font-size: 18px;
      margin-left: 8px; }
    .leadership .leader .details p {
      padding-right: 20px;
      font-size: 13px;
      line-height: 1.7; }
    .leadership .leader .details a {
      font-family: 'Oswald', sans-serif;
      font-weight: 600;
      font-size: 13px;
      text-transform: uppercase;
      color: #42a2d5; }

.twopack {
  padding: 40px 0px 0px 0px; }
  .twopack.white {
    background-color: white; }
  .twopack.grey {
    background-color: #f8f8f8; }
  .twopack.grey h1 {
    text-transform: uppercase;
    font-size: 26px !important;
    color: #42a2d5 !important; }
  .twopack .pack {
    padding: 0px 20px 30px 0px; }
  .twopack .pack .icon {
    display: inline-block;
    width: 75px;
    vertical-align: top;
    padding: 0px; }
    .twopack .pack .icon img {
      width: 60px; }
  .twopack .pack .icon + .content {
    width: calc(100% - 80px); }
  .twopack .pack .content {
    display: inline-block;
    vertical-align: top; }
    .twopack .pack .content h3 {
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
      color: #42a2d5;
      font-size: 26px;
      text-transform: uppercase;
      margin: 6px 0px 10px 0px;
      padding-right: 60px;
      /* for sm */
      /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .twopack .pack .content h3 {
        padding-right: 0px; } }
    @media screen and (max-width: 767px) {
      .twopack .pack .content h3 {
        padding-right: 0px; } }
    .twopack .pack .content p {
      font-size: 13px;
      line-height: 1.7;
      margin-bottom: 20px;
      padding-right: 40px;
      /* for sm */
      /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .twopack .pack .content p {
        padding-right: 0px; } }
    @media screen and (max-width: 767px) {
      .twopack .pack .content p {
        padding-right: 0px; } }
    .twopack .pack .content p:last-of-type {
      margin-bottom: 0px; }

.threepack {
  padding: 5px 0px 0px 0px; }
  .threepack.white {
    background-color: white; }
  .threepack.grey {
    background-color: #f8f8f8; }
  .threepack.grey h1 {
    text-transform: uppercase;
    font-size: 26px !important;
    color: #42a2d5 !important; }
  .threepack .pack {
    padding: 0px 20px 20px 0px; }
  .threepack .pack .icon {
    display: inline-block;
    width: 75px;
    vertical-align: middle;
    padding: 0px; }
    .threepack .pack .icon img {
      width: 60px; }
  .threepack .pack .content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px); }
    .threepack .pack .content p {
      font-size: 17px;
      font-weight: 600;
      padding-right: 60px;
      margin-top: 4px;
      /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .threepack .pack .content p {
        padding-right: 0px;
        font-size: 16px; } }

.casestudies {
  padding-top: 40px; }
  .casestudies .case {
    padding: 0px 12px 20px 0px; }
  .casestudies .case img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
    .casestudies .case img.icon {
      width: 40px;
      margin-right: 15px;
      height: auto;
      display: inline-block; }
  .casestudies .case p {
    padding-right: 20px;
    display: inline-block;
    width: calc(100% - 60px); }
  .casestudies .case a {
    font-weight: 600;
    color: #0e1a29; }

.contactform {
  padding: 40px 0px 0px 0px; }
  .contactform.white {
    background-color: white; }
  .contactform.grey {
    background-color: #f8f8f8; }
  .contactform #form_contact-form .frm_fields_container {
    width: 50%;
    padding-right: 20px;
    position: relative;
    /* for xs */ }
    @media screen and (max-width: 767px) {
    .contactform #form_contact-form .frm_fields_container {
      width: 100%;
      padding-right: 0px; } }
    .contactform #form_contact-form .frm_fields_container ::-webkit-input-placeholder {
      font-family: 'Open Sans', sans-serif !important;
      color: #9a9a9a; }
    .contactform #form_contact-form .frm_fields_container :-ms-input-placeholder {
      font-family: 'Open Sans', sans-serif !important;
      color: #9a9a9a; }
    .contactform #form_contact-form .frm_fields_container ::placeholder {
      font-family: 'Open Sans', sans-serif !important;
      color: #9a9a9a; }
    .contactform #form_contact-form .frm_fields_container .form-field {
      margin-bottom: 11px; }
    .contactform #form_contact-form .frm_fields_container .form-field label {
      font-family: 'Open Sans', sans-serif !important;
      font-weight: 400;
      font-size: 16px;
      display: none;
      margin-bottom: 6px; }
    .contactform #form_contact-form .frm_fields_container .form-field input {
      border: none;
      border-radius: 0px;
      box-shadow: unset;
      height: 32px; }
    .contactform #form_contact-form .frm_fields_container .form-field textarea {
      border: none;
      border-radius: 0px;
      box-shadow: unset;
      padding: 12px 18px; }
    .contactform #form_contact-form .frm_fields_container .form-field.frm_first label {
      display: block; }
    .contactform #form_contact-form .frm_fields_container .form-field.frm_last label {
      display: block;
      /* for xs */ }
      @media screen and (max-width: 767px) {
        .contactform #form_contact-form .frm_fields_container .form-field.frm_last label {
          display: none; } }
    .contactform #form_contact-form .frm_fields_container .form-field.frm_interests label {
      display: block; }
    .contactform #form_contact-form .frm_fields_container .form-field.frm_needs {
      position: absolute;
      top: 0px;
      right: -100%;
      width: 100%;
      /* for xs */ }
      @media screen and (max-width: 767px) {
      .contactform #form_contact-form .frm_fields_container .form-field.frm_needs {
        position: relative;
        right: auto;
        top: auto; } }
      .contactform #form_contact-form .frm_fields_container .form-field.frm_needs label {
        display: block;
        /* for xs */ }
      @media screen and (max-width: 767px) {
        .contactform #form_contact-form .frm_fields_container .form-field.frm_needs label {
          margin-top: 26px; } }
      .contactform #form_contact-form .frm_fields_container .form-field.frm_needs textarea {
        height: 204px !important; }
    .contactform #form_contact-form .frm_fields_container .form-field.frm_interests {
      width: 200% !important;
      margin-top: 30px;
      /* for xs */ }
      @media screen and (max-width: 767px) {
      .contactform #form_contact-form .frm_fields_container .form-field.frm_interests {
        width: 100% !important; } }
      .contactform #form_contact-form .frm_fields_container .form-field.frm_interests .frm_primary_label {
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        /* for xs */ }
      @media screen and (max-width: 767px) {
        .contactform #form_contact-form .frm_fields_container .form-field.frm_interests .frm_primary_label {
          margin-bottom: 20px; } }
      .contactform #form_contact-form .frm_fields_container .form-field.frm_interests .frm_opt_container .frm_checkbox {
        display: inline-block;
        margin-right: 30px;
        /* for sm */ }
      @media (min-width: 768px) and (max-width: 991px) {
          .contactform #form_contact-form .frm_fields_container .form-field.frm_interests .frm_opt_container .frm_checkbox {
            margin-right: 20px; } }
      .contactform #form_contact-form .frm_fields_container .form-field.frm_interests .frm_opt_container .frm_checkbox label {
        margin-bottom: 0px;
        font-size: 14px; }
      .contactform #form_contact-form .frm_fields_container .form-field.frm_interests .frm_opt_container .frm_checkbox input[type=checkbox] {
        vertical-align: middle;
        margin: 4px 5px 8px 0; }
    .contactform #form_contact-form .frm_fields_container .frm_submit button {
      background-color: #42a2d5;
      color: white;
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 22px;
      border-radius: 0px;
      border: none;
      box-shadow: unset;
      padding: 4px 50px 6px 50px; }
