/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

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

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

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

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

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

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

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

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #00A7FF;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #222222;
    text-decoration: underline; }

section {
  padding: 128px 0; }

.off-canvas-wrapper {
  margin-top: -112px; }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bg-white {
  background: #FFFFFF;
  color: #000000; }

.bg-black {
  background: #000000;
  color: #FFFFFF;
  background-image: -webkit-linear-gradient(-45deg, #000 50%, #313131 50%); }

.bg-blue {
  background: #ECF3F7; }

.bg-white-split {
  background: #FFFFFF;
  background-image: -webkit-linear-gradient(-45deg, #fff 50%, #fbfbfb 50%); }

/**
 * Basic typography style for copy text
 */
body {
  color: #000000;
  font: normal 125%/1.4 montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300; }

strong {
  font-weight: 700; }

.small-text {
  font-size: 14px !important; }

.tiny-text {
  font-size: 11px !important; }

h1 {
  font-family: montserrat, sans-serif;
  font-weight: 300; }

h2 {
  font-family: montserrat, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 34px;
  margin-bottom: 34px;
  text-transform: uppercase; }
  @media screen and (min-width: 40em) {
    h2 {
      font-size: 40px; } }

h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background-color: #00A7FF;
  margin: 11px 0;
  transition: .4s width; }

.no-underline::after {
  display: none; }

section:hover h2::after {
  width: 160px; }

h3 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 18px; }

.title-blue {
  font-family: montserrat, sans-serif;
  font-weight: 300;
  color: #00A7FF;
  margin-bottom: 0;
  text-transform: none;
  /* Medium and up */ }
  @media screen and (min-width: 40em) {
    .title-blue {
      font-size: 60px; } }

.text-large,
.subTitle-box,
.leadText {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 18px;
  /* Medium and up */ }
  @media screen and (min-width: 40em) {
    .text-large,
    .subTitle-box,
    .leadText {
      font-size: 34px;
      line-height: 40px; } }

.text-white {
  color: #FFFFFF; }

.text-blue {
  color: #00A7FF; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.grabbable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.removeBottomPadding {
  padding-bottom: 0 !important; }

.removeBottomMargin {
  margin-bottom: 0 !important; }

.border-top {
  padding-top: 34px;
  border-top: 1px solid #707070;
  margin-top: 34px; }

.genesis-skip-link {
  display: none; }

header.title-bar {
  background-color: transparent;
  border-bottom: 1px solid #D8D8D8;
  padding: 18px 0; }
  header.title-bar.sticky.is-anchored {
    background-color: transparent;
    border-bottom: 1px solid #D8D8D8;
    z-index: 2;
    transition: .6s background-color; }
    header.title-bar.sticky.is-anchored .logo-box img {
      height: 75px;
      transition: .2s height; }
  header.title-bar.sticky.is-stuck {
    background-color: #000000;
    transition: .6s background-color; }
    header.title-bar.sticky.is-stuck .logo-box img {
      height: 48px;
      transition: .2s height; }
  header.title-bar .nav-box {
    height: 100%; }
  header.title-bar .hamburger-icon-box {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    border-right: 1px solid #FFFFFF;
    margin-right: 12px; }
    header.title-bar .hamburger-icon-box .hamburger-icon .hamburger-lines {
      background-color: #FFFFFF;
      transition: .4s background-color;
      transition: .8s transform, .8s width, .8s margin, .8s padding; }
    header.title-bar .hamburger-icon-box a:hover .hamburger-icon .hamburger-lines {
      background-color: #00A7FF; }
    header.title-bar .hamburger-icon-box a[aria-expanded="true"] .hamburger-icon {
      padding-left: 8px;
      width: 30px; }
      header.title-bar .hamburger-icon-box a[aria-expanded="true"] .hamburger-icon .hamburger-lines {
        transition: .6s transform, .6s width, .6s margin, .6s padding; }
        header.title-bar .hamburger-icon-box a[aria-expanded="true"] .hamburger-icon .hamburger-lines:first-child {
          margin-left: 10px;
          transform: rotateZ(45deg);
          width: 60%; }
        header.title-bar .hamburger-icon-box a[aria-expanded="true"] .hamburger-icon .hamburger-lines:nth-child(2) {
          width: 100%;
          margin-top: 3px; }
        header.title-bar .hamburger-icon-box a[aria-expanded="true"] .hamburger-icon .hamburger-lines:last-child {
          margin-top: 3px;
          margin-left: 10px;
          transform: rotateZ(-45deg);
          width: 60%; }
  header.title-bar .logo-box {
    width: auto; }
  header.title-bar .search-box {
    display: inline-block;
    padding: 4px; }

.off-canvas {
  background-color: #000000;
  color: #FFFFFF; }
  .off-canvas nav {
    padding-top: 60px; }
    .off-canvas nav .logo-box {
      padding-left: 18px;
      padding-bottom: 18px;
      width: 100%;
      margin-bottom: 34px; }
      .off-canvas nav .logo-box a:focus {
        outline: none; }
    .off-canvas nav ul {
      list-style: none;
      margin-left: 0;
      padding-left: 18px;
      padding-bottom: 34px; }
      .off-canvas nav ul li {
        line-height: 34px; }
        .off-canvas nav ul li a {
          text-transform: uppercase;
          font-size: 18px; }
          .off-canvas nav ul li a:hover {
            color: #ECF3F7; }
          .off-canvas nav ul li a:focus {
            color: #ECF3F7; }
  .off-canvas .socialMedia-box {
    padding-left: 18px;
    padding-top: 11px; }

footer {
  background-image: -webkit-linear-gradient(-45deg, #000 40%, #313131 40%);
  padding: 60px 0;
  color: #FFFFFF; }
  footer h3 {
    color: #00A7FF;
    margin-bottom: 34px; }
  footer .text-box {
    font-size: 14px; }

.under-footer {
  padding: 11px;
  background-color: #000000; }
  .under-footer .socialMedia-box {
    color: #FFFFFF; }

.button-box {
  margin-top: 60px; }

.button {
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 32px; }

.button-blue {
  background-color: #00A7FF;
  border: 2px solid #00A7FF;
  color: #FFFFFF;
  transition: .25s color, .25s background-color; }

.button-blue:hover {
  background-color: #FFFFFF;
  color: #00A7FF; }

.hamburger-icon {
  width: 22px;
  height: 100%;
  padding-top: 5px;
  transition: .6s transform, .6s padding, .6s width; }
  .hamburger-icon .hamburger-lines {
    width: 100%;
    height: 2px;
    background-color: #00A7FF;
    margin-top: 5px;
    transition: 1.2s transform, 1.2s width, 1.2s margin, 1.2s padding; }
    .hamburger-icon .hamburger-lines:first-child {
      margin-top: 0; }
    .hamburger-icon .hamburger-lines:nth-child(2) {
      width: 60%; }

#carousel::-webkit-scrollbar {
  height: 5px; }
#carousel::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #00A7FF; }
#carousel::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #ECF3F7; }

.carousel-box {
  padding: 34px 0; }
  .carousel-box .carousel-item {
    width: 300px;
    height: 300px;
    padding: 34px 18px;
    background-color: #000000;
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .carousel-box .carousel-item::after {
      content: "";
      position: absolute;
      width: 100%;
      left: 0;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      transition: .4s background-color; }
    .carousel-box .carousel-item .carouselTitle {
      z-index: 1;
      text-align: center;
      margin-top: 60px;
      transition: .4s margin-top, .4s margin-bottom; }
      .carousel-box .carousel-item .carouselTitle h3 {
        margin-bottom: 0; }
    .carousel-box .carousel-item .carouselText {
      z-index: 1;
      height: 0;
      font-size: 14px;
      overflow: scroll-y;
      transition: .4s height;
      padding-right: 18px; }
      .carousel-box .carousel-item .carouselText::-webkit-scrollbar {
        height: 5px;
        width: 5px; }
      .carousel-box .carousel-item .carouselText::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #ECF3F7; }
      .carousel-box .carousel-item .carouselText::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #000000; }
    .carousel-box .carousel-item:hover::after {
      background-color: black; }
    .carousel-box .carousel-item:hover .carouselTitle {
      margin-top: 0;
      margin-bottom: 18px; }
    .carousel-box .carousel-item:hover .carouselText {
      height: 200px; }
  .carousel-box .card-box {
    width: 300px;
    height: 300px; }

.what-we-do .carousel-item {
  height: 329px;
  width: auto !important;
  margin-bottom: 24px; }

.header-text-box {
  padding-left: 34px;
  border-left: 1px solid #FFFFFF; }

.image-box img {
  width: 100%;
  margin-bottom: 34px; }

.portfolio-cards {
  margin: 34px 0; }

.portfolio-card {
  margin-bottom: 34px; }
  .portfolio-card:hover .portfolio-image {
    height: 110%;
    width: 110%;
    left: -5%;
    top: -5%;
    transition: .8s width, .8s height, .8s left, .8s top; }
  .portfolio-card .portfolio-image-box {
    position: relative;
    height: 204px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px; }
  .portfolio-card .portfolio-image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    transition: .8s width, .8s height, .8s left, .8s top; }
  .portfolio-card .portfolio-cat {
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 18px; }
  .portfolio-card .portfolio-title {
    font-size: 22px;
    margin: 0 18px; }
  .portfolio-card .link-text {
    padding-right: 34px; }
  .portfolio-card .portfolio-link {
    color: #000000;
    transition: .4s color;
    position: relative; }
    .portfolio-card .portfolio-link:hover {
      color: #00A7FF;
      text-decoration: none; }

.button-cross {
  transform: translateY(9px);
  position: absolute;
  right: 0; }
  .button-cross .button-line {
    height: 1px;
    width: 18px;
    background-color: #000000;
    transition: .4s transform, .4s margin, .4s width, .2s opacity, .4s background-color; }
    .button-cross .button-line:first-child {
      transform: rotateZ(90deg); }
    .button-cross .button-line:nth-child(3) {
      opacity: 0;
      width: 0; }

a:hover .button-cross .button-line {
  background-color: #00A7FF; }
  a:hover .button-cross .button-line:first-child {
    width: 9px;
    margin-left: 12px;
    transform: rotateZ(45deg); }
  a:hover .button-cross .button-line:nth-child(2) {
    width: 9px;
    margin-left: 12px;
    margin-top: 5px;
    transform: rotateZ(-45deg); }
  a:hover .button-cross .button-line:nth-child(3) {
    width: 18px;
    opacity: 1;
    margin-top: -4px; }

.person-box .person-name {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 34px; }
.person-box .person-position {
  font-weight: 400;
  margin-bottom: 60px; }

.nav-dropdown-box .nav-dropdown {
  background-color: #FFFFFF; }
  .nav-dropdown-box .nav-dropdown a {
    color: #000000;
    width: 100%;
    height: 100%;
    padding: 8px 24px; }
    .nav-dropdown-box .nav-dropdown a:hover {
      text-decoration: none;
      color: #00A7FF; }
    .nav-dropdown-box .nav-dropdown a:focus {
      text-decoration: none;
      color: #00A7FF; }
  .nav-dropdown-box .nav-dropdown li[aria-expanded="true"] > a {
    background-color: #D8D8D8;
    color: #FFFFFF; }
  .nav-dropdown-box .nav-dropdown .submenu {
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: 2px solid #ECF3F7; }
    .nav-dropdown-box .nav-dropdown .submenu a {
      display: block;
      border-top: 1px solid #ECF3F7; }
.nav-dropdown-box a:hover .hamburger-icon,
.nav-dropdown-box li[aria-expanded="true"] > a .hamburger-icon {
  transform: rotateZ(90deg);
  padding-left: 8px;
  width: 30px; }
  .nav-dropdown-box a:hover .hamburger-icon .hamburger-lines,
  .nav-dropdown-box li[aria-expanded="true"] > a .hamburger-icon .hamburger-lines {
    transition: .6s transform, .6s width, .6s margin, .6s padding; }
    .nav-dropdown-box a:hover .hamburger-icon .hamburger-lines:first-child,
    .nav-dropdown-box li[aria-expanded="true"] > a .hamburger-icon .hamburger-lines:first-child {
      margin-left: 10px;
      transform: rotateZ(45deg);
      width: 60%; }
    .nav-dropdown-box a:hover .hamburger-icon .hamburger-lines:nth-child(2),
    .nav-dropdown-box li[aria-expanded="true"] > a .hamburger-icon .hamburger-lines:nth-child(2) {
      width: 100%;
      margin-top: 3px; }
    .nav-dropdown-box a:hover .hamburger-icon .hamburger-lines:last-child,
    .nav-dropdown-box li[aria-expanded="true"] > a .hamburger-icon .hamburger-lines:last-child {
      margin-top: 3px;
      margin-left: 10px;
      transform: rotateZ(-45deg);
      width: 60%; }
.nav-dropdown-box li[aria-expanded="true"] > a .hamburger-icon .hamburger-lines {
  background-color: #FFFFFF; }
  .nav-dropdown-box li[aria-expanded="true"] > a .hamburger-icon .hamburger-lines:first-child {
    margin-left: -2px;
    transform: rotateZ(135deg);
    width: 60%; }
  .nav-dropdown-box li[aria-expanded="true"] > a .hamburger-icon .hamburger-lines:nth-child(2) {
    width: 100%;
    margin-top: 3px; }
  .nav-dropdown-box li[aria-expanded="true"] > a .hamburger-icon .hamburger-lines:last-child {
    margin-top: 3px;
    margin-left: -2px;
    transform: rotateZ(-135deg);
    width: 60%; }

.signup-form .frm_fields_container, .search-box .frm_fields_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 18px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
.signup-form input[type="email"], .signup-form input[type="search"], .search-box input[type="email"], .search-box input[type="search"] {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-right: none;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  margin-bottom: 0;
  color: #FFFFFF; }
.signup-form input[type="search"], .search-box input[type="search"] {
  width: 400px; }
.signup-form .submitButton, .signup-form .search-form-submit, .search-box .submitButton, .search-box .search-form-submit {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-left: none;
  padding: 0 11px;
  border-radius: 0 4px 4px 0 !important;
  line-height: 2.35rem;
  cursor: pointer;
  color: #FFFFFF; }
  .signup-form .submitButton:hover, .signup-form .search-form-submit:hover, .search-box .submitButton:hover, .search-box .search-form-submit:hover {
    background-color: #00A7FF;
    border-color: #00A7FF; }

.socialMedia-box a, .socialMedia-box i {
  margin-right: 18px;
  cursor: pointer; }
  .socialMedia-box a:hover, .socialMedia-box i:hover {
    color: #00A7FF; }

.orbit .orbit-slide {
  max-height: 600px;
  overflow: hidden; }
.orbit .orbit-image {
  width: 100%; }
.orbit button {
  cursor: pointer;
  z-index: 3; }

.breadcrumbs {
  margin-top: 18px;
  margin-bottom: 34px;
  text-transform: uppercase; }
  .breadcrumbs a {
    font-weight: 500;
    font-size: 14px; }
  .breadcrumbs a:first-of-type {
    color: #000000; }
    .breadcrumbs a:first-of-type:hover {
      color: #00A7FF; }
  .breadcrumbs a:last-of-type {
    color: #00A7FF; }

.accordion-box h3, .accordion-box li a {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  padding: 4px 11px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  font-weight: 500;
  color: #000000;
  font-family: montserrat, sans-serif;
  border-bottom: none; }
.accordion-box li {
  border: 1px solid #707070; }
.accordion-box li a {
  border: none; }
  .accordion-box li a:hover {
    background-color: #00A7FF;
    color: #FFFFFF;
    text-decoration: none; }
  .accordion-box li a:focus {
    background-color: #00A7FF;
    color: #FFFFFF;
    text-decoration: none; }
.accordion-box .accordion-content {
  font-size: 14px;
  line-height: 18px; }
.accordion-box .accordion-title::before {
  margin-top: -18px; }

.frm_forms fieldset {
  padding: 0;
  border: none; }
.frm_forms .frm_submit {
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 32px;
  background-color: #00A7FF;
  border: 2px solid #00A7FF;
  color: #FFFFFF !important;
  transition: .25s color, .25s background-color;
  display: inline-block;
  cursor: pointer;
  margin-top: 24px; }
  .frm_forms .frm_submit .frm_button_submit {
    color: #FFFFFF; }
    .frm_forms .frm_submit .frm_button_submit:hover {
      cursor: pointer; }
  .frm_forms .frm_submit:hover {
    background-color: #FFFFFF;
    color: #00A7FF; }
    .frm_forms .frm_submit:hover .frm_button_submit {
      color: #00A7FF; }

.search-box {
  position: relative;
  height: 30px;
  padding: 0; }
  @media screen and (max-width: 39.9375em) {
    .search-box.active {
      position: absolute;
      min-width: 100%;
      top: 125px;
      left: 0; } }
  .search-box label {
    display: none; }
  .search-box .search_button_box {
    text-align: center;
    width: 30px;
    height: 30px;
    position: absolute;
    opacity: 0;
    display: none; }
    .search-box .search_button_box.active {
      opacity: 100%;
      display: block; }
    .search-box .search_button_box .search_button {
      width: 100%;
      height: 100%;
      color: #FFFFFF;
      cursor: pointer; }
  .search-box .search_form_box {
    opacity: 0;
    display: none;
    /* Small only */ }
    @media screen and (max-width: 39.9375em) {
      .search-box .search_form_box input[type="search"] {
        width: calc(100% - 82px); } }
    .search-box .search_form_box.active {
      opacity: 100%;
      display: block; }

.pagination-box.single_page {
  display: none; }

.pagination .current {
  background-color: #00A7FF; }

.introduction-text {
  /* Medium and up */ }
  @media screen and (min-width: 40em) {
    .introduction-text {
      padding: 0 34px;
      border-left: 1px solid #D8D8D8; } }

.portfolio-project #project_intro {
  padding-bottom: 0 !important; }
.portfolio-project #project_intro + section {
  padding-top: 0px !important; }
.portfolio-project .orbit {
  margin-bottom: 34px; }

.search-results-page article h2 {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 0; }
  .search-results-page article h2::after {
    display: none; }
.search-results-page article footer {
  display: none; }
.search-results-page .archive-pagination ul {
  margin-left: 0; }
