/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 12, ../sass/components/_normalize-8.0.0.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 24, ../sass/components/_normalize-8.0.0.scss */
body {
  margin: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 46, ../sass/components/_normalize-8.0.0.scss */
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.
 */
/* line 57, ../sass/components/_normalize-8.0.0.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 69, ../sass/components/_normalize-8.0.0.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 78, ../sass/components/_normalize-8.0.0.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 88, ../sass/components/_normalize-8.0.0.scss */
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.
 */
/* line 98, ../sass/components/_normalize-8.0.0.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 109, ../sass/components/_normalize-8.0.0.scss */
small {
  font-size: 80%;
}

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

/* line 126, ../sass/components/_normalize-8.0.0.scss */
sub {
  bottom: -0.25em;
}

/* line 130, ../sass/components/_normalize-8.0.0.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 141, ../sass/components/_normalize-8.0.0.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 153, ../sass/components/_normalize-8.0.0.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 169, ../sass/components/_normalize-8.0.0.scss */
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.
 */
/* line 179, ../sass/components/_normalize-8.0.0.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 188, ../sass/components/_normalize-8.0.0.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 199, ../sass/components/_normalize-8.0.0.scss */
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.
 */
/* line 211, ../sass/components/_normalize-8.0.0.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 222, ../sass/components/_normalize-8.0.0.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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.
 */
/* line 233, ../sass/components/_normalize-8.0.0.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 246, ../sass/components/_normalize-8.0.0.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 254, ../sass/components/_normalize-8.0.0.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 273, ../sass/components/_normalize-8.0.0.scss */
[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.
 */
/* line 283, ../sass/components/_normalize-8.0.0.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 292, ../sass/components/_normalize-8.0.0.scss */
[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.
 */
/* line 301, ../sass/components/_normalize-8.0.0.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 313, ../sass/components/_normalize-8.0.0.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 321, ../sass/components/_normalize-8.0.0.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 332, ../sass/components/_normalize-8.0.0.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 340, ../sass/components/_normalize-8.0.0.scss */
[hidden] {
  display: none;
}

/* line 1, ../sass/utils.scss */
.mobile-nav-opener .nav-opener-text, .first-time-popup .close-text, .case-study-filters label, .component-question-form .gfield_label, .form-popup .close-text, .component-contact-form .gfield_label, .search .navigation .screen-reader-text, .search-form .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* line 12, ../sass/utils.scss */
.load-more-posts, .page-template-page-home .hero-login .login-button, .tracking-search-button, .search .navigation a, .search-form .search-submit,
.button, .component-image-with-copy .copy p .text-button,
.text-button, .mobile-nav-opener, .first-time-popup .close-button, .form-popup .close, .component-documents-list .open-documents-group {
  border: 0;
  background: transparent;
  cursor: pointer;
}
/* line 17, ../sass/utils.scss */
.load-more-posts:focus, .page-template-page-home .hero-login .login-button:focus, .tracking-search-button:focus, .search .navigation a:focus, .search-form .search-submit:focus,
.button:focus, .component-image-with-copy .copy p .text-button:focus,
.text-button:focus, .mobile-nav-opener:focus, .first-time-popup .close-button:focus, .form-popup .close:focus, .component-documents-list .open-documents-group:focus {
  outline: 0;
}

/* line 22, ../sass/utils.scss */
.load-more-posts, .page-template-page-home .hero-login .login-button, .tracking-search-button, .search .navigation a, .search-form .search-submit,
.button, .component-image-with-copy .copy p .text-button,
.text-button, .site-nav-wrapper a, .site-footer a, .industry-block .industry-link, .case-study-block .case-study-link, .case-study-block-full .case-study-link, .case-study-post .post-nav a, .component-question-form .email-address, .staff-block .staff-link, .contact-info dt a,
.contact-info dd a, .component-documents-list .document {
  text-decoration: none;
}
/* line 25, ../sass/utils.scss */
.load-more-posts:focus, .page-template-page-home .hero-login .login-button:focus, .tracking-search-button:focus, .search .navigation a:focus, .search-form .search-submit:focus,
.button:focus, .component-image-with-copy .copy p .text-button:focus,
.text-button:focus, .site-nav-wrapper a:focus, .site-footer a:focus, .industry-block .industry-link:focus, .case-study-block .case-study-link:focus, .case-study-block-full .case-study-link:focus, .case-study-post .post-nav a:focus, .component-question-form .email-address:focus, .staff-block .staff-link:focus, .contact-info dt a:focus,
.contact-info dd a:focus, .component-documents-list .document:focus {
  outline: 0;
}

/* line 30, ../sass/utils.scss */
.site-nav-wrapper .menu, .site-footer .menu, .case-study-post ul, .component-question-form .gform_fields, .component-contact-form .gform_fields, .component-careers-content .careers-copy ul, .industry-content ul {
  list-style: none;
  padding-left: 0;
}

/* line 1, ../sass/_global.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../sass/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 11, ../sass/_global.scss */
body {
  padding-top: 100px;
  font-family: "adelle-sans", sans-serif;
}
@media (max-width: 840px) {
  /* line 11, ../sass/_global.scss */
  body {
    padding-top: 60px;
  }
}
@media (max-height: 414px) {
  /* line 11, ../sass/_global.scss */
  body {
    padding-top: 35px;
  }
}

/* line 24, ../sass/_global.scss */
.first-time-popup .heading-5, .case-study-block .heading-5, .component-case-study-single .heading-5, .hero-case-study .heading-5, .case-study-block-full .heading-5, .case-study-post .heading-5, .component-hero .heading-5, .component-hero .no-title .heading-2, .hero-about .heading-5, .hero-about .heading-1, .component-schedule-consultation-alt .heading-3, .component-experienced-team .heading-5, .page-template-page-home .hero-login .login-copy, .component-benefits .heading-1, .component-technology .heading-2, .component-double-paragraphs .heading-1, .component-integration .heading-5, .page-template-page-staff .heading-5, .component-contact-form .heading-5, .location-block .heading-5, .component-services-content .heading-5, .career-block .heading-3, .component-careers-content .heading-5, .component-documents-copy .heading-5, .industry-content .heading-1, .tracking-results-width .heading-5 {
  padding-top: 25px;
}
/* line 27, ../sass/_global.scss */
.first-time-popup .heading-5::before, .case-study-block .heading-5::before, .component-case-study-single .heading-5::before, .hero-case-study .heading-5::before, .case-study-block-full .heading-5::before, .case-study-post .heading-5::before, .component-hero .heading-5::before, .component-hero .no-title .heading-2::before, .hero-about .heading-5::before, .hero-about .heading-1::before, .component-schedule-consultation-alt .heading-3::before, .component-experienced-team .heading-5::before, .page-template-page-home .hero-login .login-copy::before, .component-benefits .heading-1::before, .component-technology .heading-2::before, .component-double-paragraphs .heading-1::before, .component-integration .heading-5::before, .page-template-page-staff .heading-5::before, .component-contact-form .heading-5::before, .location-block .heading-5::before, .component-services-content .heading-5::before, .career-block .heading-3::before, .component-careers-content .heading-5::before, .component-documents-copy .heading-5::before, .industry-content .heading-1::before, .tracking-results-width .heading-5::before {
  content: '';
  display: block;
  width: 100px;
  height: 5px;
  margin-top: -25px;
  background-color: #e4b256;
  position: absolute;
}

/* line 38, ../sass/_global.scss */
.basic-page h1, .component-careers-content .careers-copy h1,
.component-careers-content .how-to-apply h1,
.wysiwyg-copy h1, .staff-copy, .page-template-page-contact .component-hero .heading-2, .page-template-page-services-listing .component-hero .heading-2, .component-services-include .wysiwyg-copy .heading-1, .page-template-page-careers .component-hero .heading-2, .page-template-page-track-shipment .component-hero .heading-2, .search .page-title,
.heading-1 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  color: #575a67;
}
@media (max-width: 768px) {
  /* line 38, ../sass/_global.scss */
  .basic-page h1, .component-careers-content .careers-copy h1,
  .component-careers-content .how-to-apply h1,
  .wysiwyg-copy h1, .staff-copy, .page-template-page-contact .component-hero .heading-2, .page-template-page-services-listing .component-hero .heading-2, .component-services-include .wysiwyg-copy .heading-1, .page-template-page-careers .component-hero .heading-2, .page-template-page-track-shipment .component-hero .heading-2, .search .page-title,
  .heading-1 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  /* line 38, ../sass/_global.scss */
  .basic-page h1, .component-careers-content .careers-copy h1,
  .component-careers-content .how-to-apply h1,
  .wysiwyg-copy h1, .staff-copy, .page-template-page-contact .component-hero .heading-2, .page-template-page-services-listing .component-hero .heading-2, .component-services-include .wysiwyg-copy .heading-1, .page-template-page-careers .component-hero .heading-2, .page-template-page-track-shipment .component-hero .heading-2, .search .page-title,
  .heading-1 {
    font-size: 36px;
    letter-spacing: -1px;
  }
}
@media (max-width: 414px) {
  /* line 38, ../sass/_global.scss */
  .basic-page h1, .component-careers-content .careers-copy h1,
  .component-careers-content .how-to-apply h1,
  .wysiwyg-copy h1, .staff-copy, .page-template-page-contact .component-hero .heading-2, .page-template-page-services-listing .component-hero .heading-2, .component-services-include .wysiwyg-copy .heading-1, .page-template-page-careers .component-hero .heading-2, .page-template-page-track-shipment .component-hero .heading-2, .search .page-title,
  .heading-1 {
    font-size: 28px;
  }
}

/* line 59, ../sass/_global.scss */
.basic-page h2, .component-careers-content .careers-copy h2,
.component-careers-content .how-to-apply h2,
.wysiwyg-copy h2,
.heading-2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #575a67;
}
@media (max-width: 768px) {
  /* line 59, ../sass/_global.scss */
  .basic-page h2, .component-careers-content .careers-copy h2,
  .component-careers-content .how-to-apply h2,
  .wysiwyg-copy h2,
  .heading-2 {
    font-size: 26px;
    letter-spacing: -1px;
  }
}

/* line 72, ../sass/_global.scss */
.basic-page h3, .component-careers-content .careers-copy h3,
.component-careers-content .how-to-apply h3,
.wysiwyg-copy h3,
.heading-3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #575a67;
}
@media (max-width: 768px) {
  /* line 72, ../sass/_global.scss */
  .basic-page h3, .component-careers-content .careers-copy h3,
  .component-careers-content .how-to-apply h3,
  .wysiwyg-copy h3,
  .heading-3 {
    font-size: 24px;
  }
}

/* line 84, ../sass/_global.scss */
.basic-page h4, .component-careers-content .careers-copy h4,
.component-careers-content .how-to-apply h4,
.wysiwyg-copy h4, .location-block .contact-info dt,
.location-block .contact-info dd,
.heading-4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #86939e;
}
@media (max-width: 768px) {
  /* line 84, ../sass/_global.scss */
  .basic-page h4, .component-careers-content .careers-copy h4,
  .component-careers-content .how-to-apply h4,
  .wysiwyg-copy h4, .location-block .contact-info dt,
  .location-block .contact-info dd,
  .heading-4 {
    font-size: 16px;
  }
}

/* line 96, ../sass/_global.scss */
.heading-5 {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #86939e;
}

/* line 106, ../sass/_global.scss */
.basic-page p, .component-careers-content .careers-copy p,
.component-careers-content .how-to-apply p,
.wysiwyg-copy p, .component-question-form .validation_error, .component-hero .copy p, .component-hero .text p, .steps-block .steps-title, .component-image-with-copy .copy p, .component-experienced-team .step-title, .page-template-page-home .hero-login .login-title, .integration-block .title, .contact-info dt,
.contact-info dd, .page-template-page-careers .component-hero .text, .component-careers-content .careers-copy .excerpt, .tracking-search-results .results-heading p, .search .heading-1 span, .search article .entry-title,
.copy-1 {
  font-size: 22px;
  line-height: 32px;
  color: #86939e;
}
@media (max-width: 768px) {
  /* line 106, ../sass/_global.scss */
  .basic-page p, .component-careers-content .careers-copy p,
  .component-careers-content .how-to-apply p,
  .wysiwyg-copy p, .component-question-form .validation_error, .component-hero .copy p, .component-hero .text p, .steps-block .steps-title, .component-image-with-copy .copy p, .component-experienced-team .step-title, .page-template-page-home .hero-login .login-title, .integration-block .title, .contact-info dt,
  .contact-info dd, .page-template-page-careers .component-hero .text, .component-careers-content .careers-copy .excerpt, .tracking-search-results .results-heading p, .search .heading-1 span, .search article .entry-title,
  .copy-1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  /* line 120, ../sass/_global.scss */
  .basic-page p br, .component-careers-content .careers-copy p br,
  .component-careers-content .how-to-apply p br,
  .wysiwyg-copy p br, .component-question-form .validation_error br, .component-hero .copy p br, .component-hero .text p br, .steps-block .steps-title br, .component-image-with-copy .copy p br, .component-experienced-team .step-title br, .page-template-page-home .hero-login .login-title br, .integration-block .title br, .contact-info dt br,
  .contact-info dd br, .page-template-page-careers .component-hero .text br, .component-careers-content .careers-copy .excerpt br, .tracking-search-results .results-heading p br, .search .heading-1 span br, .search article .entry-title br,
  .copy-1 br {
    display: none;
  }
}

/* line 127, ../sass/_global.scss */
.small.basic-page p,
.component-careers-content .small.how-to-apply p,
.wysiwyg-copy.small p, .case-study-post ul, .case-study-post .wysiwyg-copy p, .no-results, .component-question-form .gform_confirmation_message, .page-template-page-home .hero-login .login-copy, .component-technology .technology-caption, .bio-block .wysiwyg-copy p, .component-careers-content .careers-copy p, .component-careers-content .careers-copy ul, .component-careers-content .careers-copy ol, .industry-content ul, .tracking-details .status, .tracking-numbers .title,
.tracking-numbers .number, .tracking-routing .title, .tracking-address .title, .tracking-flow .status-table th, .tracking-flow .status-table td, .search .page-content p, .search article .entry-summary p,
.copy-2 {
  font-size: 14px;
  line-height: 22px;
  color: #86939e;
}
@media (max-width: 767px) {
  /* line 137, ../sass/_global.scss */
  .small.basic-page p br,
  .component-careers-content .small.how-to-apply p br,
  .wysiwyg-copy.small p br, .case-study-post ul br, .case-study-post .wysiwyg-copy p br, .no-results br, .component-question-form .gform_confirmation_message br, .page-template-page-home .hero-login .login-copy br, .component-technology .technology-caption br, .bio-block .wysiwyg-copy p br, .component-careers-content .careers-copy p br, .component-careers-content .careers-copy ul br, .component-careers-content .careers-copy ol br, .industry-content ul br, .tracking-details .status br, .tracking-numbers .title br,
  .tracking-numbers .number br, .tracking-routing .title br, .tracking-address .title br, .tracking-flow .status-table th br, .tracking-flow .status-table td br, .search .page-content p br, .search article .entry-summary p br,
  .copy-2 br {
    display: none;
  }
}

/* line 144, ../sass/_global.scss */
.basic-page p a, .component-careers-content .careers-copy p a,
.component-careers-content .how-to-apply p a,
.wysiwyg-copy p a, .component-question-form .validation_error a, .component-hero .copy p a, .component-hero .text p a, .steps-block .steps-title a, .component-image-with-copy .copy p a, .component-experienced-team .step-title a, .page-template-page-home .hero-login .login-title a, .integration-block .title a, .contact-info dt a,
.contact-info dd a, .page-template-page-careers .component-hero .text a, .component-careers-content .careers-copy .excerpt a, .tracking-search-results .results-heading p a, .search .heading-1 span a, .search article .entry-title a,
.copy-1 a, .small.basic-page p a,
.wysiwyg-copy.small p a, .case-study-post ul a, .case-study-post .wysiwyg-copy p a, .no-results a, .component-question-form .gform_confirmation_message a, .page-template-page-home .hero-login .login-copy a, .component-technology .technology-caption a, .bio-block .wysiwyg-copy p a, .component-careers-content .careers-copy ul a, .component-careers-content .careers-copy ol a, .industry-content ul a, .tracking-details .status a, .tracking-numbers .title a,
.tracking-numbers .number a, .tracking-routing .title a, .tracking-address .title a, .tracking-flow .status-table th a, .tracking-flow .status-table td a, .search .page-content p a, .search article .entry-summary p a,
.copy-2 a {
  color: #80b1ca;
  text-decoration: underline;
  transition: color 0.2s;
}
/* line 149, ../sass/_global.scss */
.basic-page p a:hover, .component-careers-content .careers-copy p a:hover,
.component-careers-content .how-to-apply p a:hover,
.wysiwyg-copy p a:hover, .component-question-form .validation_error a:hover, .component-hero .copy p a:hover, .component-hero .text p a:hover, .steps-block .steps-title a:hover, .component-image-with-copy .copy p a:hover, .component-experienced-team .step-title a:hover, .page-template-page-home .hero-login .login-title a:hover, .integration-block .title a:hover, .contact-info dt a:hover,
.contact-info dd a:hover, .page-template-page-careers .component-hero .text a:hover, .component-careers-content .careers-copy .excerpt a:hover, .tracking-search-results .results-heading p a:hover, .search .heading-1 span a:hover, .search article .entry-title a:hover,
.copy-1 a:hover, .case-study-post ul a:hover, .no-results a:hover, .component-question-form .gform_confirmation_message a:hover, .page-template-page-home .hero-login .login-copy a:hover, .component-technology .technology-caption a:hover, .component-careers-content .careers-copy ul a:hover, .component-careers-content .careers-copy ol a:hover, .industry-content ul a:hover, .tracking-details .status a:hover, .tracking-numbers .title a:hover,
.tracking-numbers .number a:hover, .tracking-routing .title a:hover, .tracking-address .title a:hover, .tracking-flow .status-table th a:hover, .tracking-flow .status-table td a:hover, .search .page-content p a:hover, .search article .entry-summary p a:hover,
.copy-2 a:hover {
  color: #61879b;
}

/* line 154, ../sass/_global.scss */
.load-more-posts, .page-template-page-home .hero-login .login-button, .tracking-search-button, .search .navigation a, .search-form .search-submit,
.button {
  display: inline-block;
  padding: 18px 55px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  background-color: #f5f5f5;
  color: #575a67;
  transition: background-color 0.2s;
}
/* line 167, ../sass/_global.scss */
.load-more-posts:hover, .page-template-page-home .hero-login .login-button:hover, .tracking-search-button:hover, .search .navigation a:hover, .search-form .search-submit:hover, .load-more-posts:active, .page-template-page-home .hero-login .login-button:active, .tracking-search-button:active, .search .navigation a:active, .search-form .search-submit:active, .load-more-posts:focus, .page-template-page-home .hero-login .login-button:focus, .tracking-search-button:focus, .search .navigation a:focus, .search-form .search-submit:focus,
.button:hover,
.button:active,
.button:focus {
  background-color: #e9e9e9;
}

/* line 174, ../sass/_global.scss */
.component-image-with-copy .copy p .text-button,
.text-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #e4b256;
  transition: color 0.2s;
}
/* line 184, ../sass/_global.scss */
.component-image-with-copy .copy p .text-button::before,
.text-button::before {
  content: '> ';
}
/* line 188, ../sass/_global.scss */
.component-image-with-copy .copy p .text-button:hover,
.text-button:hover {
  color: #393b44;
}

/* line 222, ../sass/_global.scss */
.component-case-study-single .image, .component-schedule-consultation-alt .image, .component-steps-copy .image,
.component-steps .image, .industry-content .gallery-image {
  position: relative;
}
/* line 225, ../sass/_global.scss */
.component-case-study-single .image::before, .component-schedule-consultation-alt .image::before, .component-steps-copy .image::before,
.component-steps .image::before, .industry-content .gallery-image::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition: width 0.8s;
  transition-timing-function: ease-in-out;
}

/* line 241, ../sass/_global.scss */
.component-case-study-single.animate .image::before, .component-schedule-consultation-alt.animate .image::before, .animate.component-steps-copy .image::before,
.component-steps.animate .image::before, .industry-content .gallery-image.animate::before {
  width: 0;
}

/* line 246, ../sass/_global.scss */
.industry-block, .component-case-studies, .case-study-post .case-study-image, .component-question-form, .component-experienced-team .title, .component-experienced-team .step, .component-tech-customization .copy-1,
.component-tech-customization .text-button, .component-tech-customization .iphone,
.component-tech-customization .ipad, .component-benefits .image, .component-double-paragraphs .heading-1, .integration-block, .staff-block, .staff-copy, .bio-block, .component-locations .heading-1, .component-locations .location-wrapper, .career-block, .component-documents-copy, .single-industries .component-hero .industry, .industry-content {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 252, ../sass/_global.scss */
.animate.industry-block, .animate.component-case-studies, .case-study-post .animate.case-study-image, .animate.component-question-form, .component-experienced-team .animate.title, .component-experienced-team .animate.step, .component-tech-customization .animate.copy-1,
.component-tech-customization .animate.text-button, .component-tech-customization .animate.iphone,
.component-tech-customization .animate.ipad, .component-benefits .animate.image, .component-double-paragraphs .animate.heading-1, .animate.integration-block, .animate.staff-block, .animate.staff-copy, .animate.bio-block, .component-locations .animate.heading-1, .component-locations .animate.location-wrapper, .animate.career-block, .animate.component-documents-copy, .single-industries .component-hero .animate.industry, .animate.industry-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* line 1, ../sass/components/_header.scss */
.site-header {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 840px) {
  /* line 1, ../sass/components/_header.scss */
  .site-header {
    height: 60px;
  }
}
@media (max-height: 414px) {
  /* line 1, ../sass/components/_header.scss */
  .site-header {
    height: 35px;
  }
}
/* line 19, ../sass/components/_header.scss */
.site-header::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  position: absolute;
  top: 31px;
  left: 0;
}
@media (max-width: 840px) {
  /* line 19, ../sass/components/_header.scss */
  .site-header::after {
    display: none;
  }
}

/* line 35, ../sass/components/_header.scss */
.site-nav-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1410px;
  padding: 0 10px;
  margin: auto;
}
@media (max-width: 840px) {
  /* line 35, ../sass/components/_header.scss */
  .site-nav-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 300px;
    height: 100%;
    padding: 0;
    background-color: #f5f5f5;
    position: fixed;
    right: -300px;
    z-index: 999;
    cursor: pointer;
    transition: right 0.2s;
    transition-timing-function: ease-in-out;
  }
}
@media (max-width: 767px) {
  /* line 35, ../sass/components/_header.scss */
  .site-nav-wrapper {
    width: 100%;
    right: -100%;
    text-align: center;
  }
}
/* line 63, ../sass/components/_header.scss */
.site-nav-wrapper::before, .site-nav-wrapper::after {
  width: 30px;
  height: 4px;
  background: #e4b256;
  position: absolute;
  right: 23px;
  top: 30px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 840px) {
  /* line 63, ../sass/components/_header.scss */
  .site-nav-wrapper::before, .site-nav-wrapper::after {
    content: '';
    display: block;
  }
}
/* line 79, ../sass/components/_header.scss */
.site-nav-wrapper::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 83, ../sass/components/_header.scss */
.site-nav-wrapper::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 87, ../sass/components/_header.scss */
.nav-open .site-nav-wrapper {
  right: 0;
}
@media (max-width: 767px) {
  /* line 87, ../sass/components/_header.scss */
  .nav-open .site-nav-wrapper {
    overflow: auto;
  }
}
/* line 95, ../sass/components/_header.scss */
.site-nav-wrapper .menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
}
/* line 104, ../sass/components/_header.scss */
.site-nav-wrapper .menu-item {
  margin-right: 50px;
}
@media (max-width: 840px) {
  /* line 104, ../sass/components/_header.scss */
  .site-nav-wrapper .menu-item {
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin: 0;
  }
}
/* line 112, ../sass/components/_header.scss */
.site-nav-wrapper .menu-item:last-child {
  margin-right: 0;
}
/* line 117, ../sass/components/_header.scss */
.site-nav-wrapper a {
  color: #86939e;
  font-size: 14px;
  transition: color 0.2s, background-color 0.2s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 840px) {
  /* line 117, ../sass/components/_header.scss */
  .site-nav-wrapper a {
    display: block;
    padding: 12px 10px 12px 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  /* line 117, ../sass/components/_header.scss */
  .site-nav-wrapper a {
    background-color: #f5f5f5;
    position: relative;
  }
}
/* line 135, ../sass/components/_header.scss */
.site-nav-wrapper a:hover {
  color: #e4b256;
}
@media (max-width: 840px) {
  /* line 135, ../sass/components/_header.scss */
  .site-nav-wrapper a:hover {
    background-color: #e4b256;
    color: #ffffff;
  }
}
/* line 146, ../sass/components/_header.scss */
.site-nav-wrapper .current-menu-item:not(.nav-home) a {
  color: #e4b256;
}
@media (max-width: 840px) {
  /* line 146, ../sass/components/_header.scss */
  .site-nav-wrapper .current-menu-item:not(.nav-home) a {
    font-weight: bold;
  }
}
/* line 155, ../sass/components/_header.scss */
.site-nav-wrapper .menu-main-site-nav-container,
.site-nav-wrapper .menu-site-super-nav-container {
  width: 100%;
}
/* line 160, ../sass/components/_header.scss */
.site-nav-wrapper .menu-main-site-nav-container {
  margin-top: 15px;
}
@media (max-width: 840px) {
  /* line 160, ../sass/components/_header.scss */
  .site-nav-wrapper .menu-main-site-nav-container {
    margin-top: 60px;
  }
}
/* line 168, ../sass/components/_header.scss */
.site-nav-wrapper .menu-site-super-nav-container {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media (max-width: 840px) {
  /* line 168, ../sass/components/_header.scss */
  .site-nav-wrapper .menu-site-super-nav-container {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* line 175, ../sass/components/_header.scss */
.site-nav-wrapper .menu-site-super-nav-container .menu {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 30px;
}
/* line 181, ../sass/components/_header.scss */
.site-nav-wrapper .nav-home {
  width: 133px;
  height: 45px;
  background: url("../images/global/dfyoung-logo.svg") bottom center no-repeat;
  background-size: contain;
  overflow: hidden;
}
@media (max-width: 840px) {
  /* line 181, ../sass/components/_header.scss */
  .site-nav-wrapper .nav-home {
    position: fixed;
    left: 10px;
    top: 10px;
  }
}
@media (max-height: 414px) {
  /* line 181, ../sass/components/_header.scss */
  .site-nav-wrapper .nav-home {
    width: 80px;
    height: 20px;
  }
}
/* line 199, ../sass/components/_header.scss */
.site-nav-wrapper .nav-home a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 1000px;
}
@media (max-width: 767px) {
  /* line 199, ../sass/components/_header.scss */
  .site-nav-wrapper .nav-home a {
    background-color: transparent;
  }
}
/* line 209, ../sass/components/_header.scss */
.site-nav-wrapper .nav-home a:hover {
  background-color: transparent;
}
/* line 216, ../sass/components/_header.scss */
.site-nav-wrapper .supernav-login a {
  padding: 3px 10px;
  border-radius: 4px;
  background-color: #575a67;
  color: #e4b256;
  font-weight: 700;
}
@media (max-width: 840px) {
  /* line 216, ../sass/components/_header.scss */
  .site-nav-wrapper .supernav-login a {
    padding: 12px 10px 12px 20px;
    border-radius: 0;
    color: #86939e;
    background-color: transparent;
    font-weight: normal;
  }
}
/* line 231, ../sass/components/_header.scss */
.site-nav-wrapper .supernav-login a:hover {
  background-color: #393b44;
}
@media (max-width: 840px) {
  /* line 231, ../sass/components/_header.scss */
  .site-nav-wrapper .supernav-login a:hover {
    background-color: #e4b256;
    color: #ffffff;
  }
}

/* line 243, ../sass/components/_header.scss */
.mobile-nav-opener {
  display: none;
  width: 34px;
  height: 22px;
  border-top: 4px solid #e4b256;
  border-bottom: 4px solid #e4b256;
  background: 0 0;
  position: absolute;
  right: 21px;
  top: 19px;
}
@media (max-width: 840px) {
  /* line 243, ../sass/components/_header.scss */
  .mobile-nav-opener {
    display: block;
  }
}
@media (max-height: 414px) {
  /* line 243, ../sass/components/_header.scss */
  .mobile-nav-opener {
    width: 30px;
    height: 20px;
    top: 7px;
  }
}
/* line 265, ../sass/components/_header.scss */
.mobile-nav-opener::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #e4b256;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-height: 414px) {
  /* line 265, ../sass/components/_header.scss */
  .mobile-nav-opener::after {
    top: 4px;
  }
}

/* line 1, ../sass/components/_footer.scss */
.site-footer {
  width: 100%;
  height: 75px;
  background-color: #ffffff;
  box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.05);
}
/* line 7, ../sass/components/_footer.scss */
.site-footer .footer-width,
.site-footer .menu-site-footer-nav-container,
.site-footer .menu {
  height: 100%;
}
/* line 13, ../sass/components/_footer.scss */
.site-footer .footer-width {
  max-width: 1400px;
  width: 100%;
  padding: 0 10px;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 13, ../sass/components/_footer.scss */
  .site-footer .footer-width {
    height: auto;
    padding: 20px 10px;
  }
}
/* line 25, ../sass/components/_footer.scss */
.site-footer .menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media (max-width: 768px) {
  /* line 25, ../sass/components/_footer.scss */
  .site-footer .menu {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* line 37, ../sass/components/_footer.scss */
.site-footer .menu-item {
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 37, ../sass/components/_footer.scss */
  .site-footer .menu-item {
    margin: 10px 0;
  }
}
/* line 44, ../sass/components/_footer.scss */
.site-footer .menu-item:last-child {
  margin-right: 0;
}
/* line 49, ../sass/components/_footer.scss */
.site-footer a {
  display: block;
  font-size: 14px;
  color: #86939e;
}
/* line 55, ../sass/components/_footer.scss */
.site-footer a:hover {
  color: #e4b256;
}
/* line 60, ../sass/components/_footer.scss */
.site-footer .copyright {
  margin-right: auto;
}
/* line 63, ../sass/components/_footer.scss */
.site-footer .copyright a {
  pointer-events: none;
}
/* line 66, ../sass/components/_footer.scss */
.site-footer .copyright a::before {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  margin: 1px 10px -2px 0;
  background-color: #86939e;
  float: left;
}
@media (max-width: 768px) {
  /* line 66, ../sass/components/_footer.scss */
  .site-footer .copyright a::before {
    display: none;
  }
}

/* line 83, ../sass/components/_footer.scss */
.first-time-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(87, 90, 103, 0.91);
  position: fixed;
  top: 100px;
  z-index: 99999;
  cursor: pointer;
  transition: opacity 0.2s, z-index 1s;
}
@media (max-width: 840px) {
  /* line 83, ../sass/components/_footer.scss */
  .first-time-popup {
    top: 60px;
  }
}
/* line 97, ../sass/components/_footer.scss */
.first-time-popup.hide {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
/* line 104, ../sass/components/_footer.scss */
.first-time-popup.animate .arrow-image,
.first-time-popup.animate .heading-5,
.first-time-popup.animate .heading-1 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
/* line 112, ../sass/components/_footer.scss */
.first-time-popup .popup-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1410px;
  padding: 150px 150px 0 10px;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  /* line 112, ../sass/components/_footer.scss */
  .first-time-popup .popup-wrapper {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 100px 10px 0;
  }
}
/* line 127, ../sass/components/_footer.scss */
.first-time-popup .arrow-image,
.first-time-popup .heading-5,
.first-time-popup .heading-1 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
}
/* line 135, ../sass/components/_footer.scss */
.first-time-popup .close-button {
  width: 20px;
  height: 20px;
  background: url("../images/global/x-gold.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 10px;
}
/* line 150, ../sass/components/_footer.scss */
.first-time-popup .heading-5 {
  color: #ffffff;
  margin-top: 30px;
  transition: -webkit-transform 0.8s 0.4s, opacity 0.8s 0.4s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s;
}
/* line 156, ../sass/components/_footer.scss */
.first-time-popup .heading-5::before {
  width: 100%;
}
/* line 161, ../sass/components/_footer.scss */
.first-time-popup .heading-1 {
  max-width: 840px;
  color: #ffffff;
  transition: -webkit-transform 0.8s 0.8s, opacity 0.8s 0.8s;
  transition: transform 0.8s 0.8s, opacity 0.8s 0.8s;
}
@media (max-width: 767px) {
  /* line 161, ../sass/components/_footer.scss */
  .first-time-popup .heading-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  /* line 172, ../sass/components/_footer.scss */
  .first-time-popup .heading-1::after {
    -webkit-flex: 0 0 195px;
        -ms-flex: 0 0 195px;
            flex: 0 0 195px;
    margin-left: 3px;
    font-size: 28px;
    color: #ffffff;
  }
}
/* line 181, ../sass/components/_footer.scss */
.first-time-popup .heading-1 em {
  color: #e4b256;
  font-style: normal;
}
@media (max-width: 767px) {
  /* line 181, ../sass/components/_footer.scss */
  .first-time-popup .heading-1 em {
    font-size: 28px;
  }
}

/* line 1, ../sass/components/_forms.scss */
.case-study-filters .industry-select,
.case-study-filters .service-select, .component-contact-form select, .component-question-form input[type='text'],
.component-question-form textarea, .style-tile .headings input,
.style-tile .paragraphs input,
.style-tile .buttons input,
.style-tile .forms input, .component-contact-form input[type='text'],
.component-contact-form textarea, .tracking-number-input, .search-form .search-field {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 8px;
  font-size: 14px;
  color: #575a67;
  outline: 0;
  transition: border-color 0.2s;
  transition-timing-function: ease-in-out;
}
/* line 13, ../sass/components/_forms.scss */
.case-study-filters .industry-select::-webkit-input-placeholder,
.case-study-filters .service-select::-webkit-input-placeholder, .component-contact-form select::-webkit-input-placeholder, .component-question-form input[type='text']::-webkit-input-placeholder,
.component-question-form textarea::-webkit-input-placeholder, .style-tile .headings input::-webkit-input-placeholder,
.style-tile .paragraphs input::-webkit-input-placeholder,
.style-tile .buttons input::-webkit-input-placeholder,
.style-tile .forms input::-webkit-input-placeholder, .component-contact-form input[type='text']::-webkit-input-placeholder,
.component-contact-form textarea::-webkit-input-placeholder, .tracking-number-input::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder {
  color: #86939e;
}
.case-study-filters .industry-select:-ms-input-placeholder,
.case-study-filters .service-select:-ms-input-placeholder, .component-contact-form select:-ms-input-placeholder, .component-question-form input[type='text']:-ms-input-placeholder,
.component-question-form textarea:-ms-input-placeholder, .style-tile .headings input:-ms-input-placeholder,
.style-tile .paragraphs input:-ms-input-placeholder,
.style-tile .buttons input:-ms-input-placeholder,
.style-tile .forms input:-ms-input-placeholder, .component-contact-form input[type='text']:-ms-input-placeholder,
.component-contact-form textarea:-ms-input-placeholder, .tracking-number-input:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder {
  color: #86939e;
}
.case-study-filters .industry-select::placeholder,
.case-study-filters .service-select::placeholder, .component-contact-form select::placeholder, .component-question-form input[type='text']::placeholder,
.component-question-form textarea::placeholder, .style-tile .headings input::placeholder,
.style-tile .paragraphs input::placeholder,
.style-tile .buttons input::placeholder,
.style-tile .forms input::placeholder, .component-contact-form input[type='text']::placeholder,
.component-contact-form textarea::placeholder, .tracking-number-input::placeholder, .search-form .search-field::placeholder {
  color: #86939e;
}
/* line 17, ../sass/components/_forms.scss */
.case-study-filters .industry-select:focus,
.case-study-filters .service-select:focus, .component-contact-form select:focus, .component-question-form input[type='text']:focus,
.component-question-form textarea:focus, .style-tile .headings input:focus,
.style-tile .paragraphs input:focus,
.style-tile .buttons input:focus,
.style-tile .forms input:focus, .component-contact-form input[type='text']:focus,
.component-contact-form textarea:focus, .tracking-number-input:focus, .search-form .search-field:focus {
  border-color: #80b1ca;
}
/* line 21, ../sass/components/_forms.scss */
.case-study-filters [disabled].industry-select,
.case-study-filters [disabled].service-select, .component-contact-form select[disabled], .component-question-form input[disabled][type='text'],
.component-question-form textarea[disabled], .style-tile .headings input[disabled],
.style-tile .paragraphs input[disabled],
.style-tile .buttons input[disabled],
.style-tile .forms input[disabled], .component-contact-form input[disabled][type='text'],
.component-contact-form textarea[disabled], [disabled].tracking-number-input, .search-form [disabled].search-field {
  color: #86939e;
  background-color: #f5f5f5;
}
/* line 25, ../sass/components/_forms.scss */
.case-study-filters [disabled].industry-select::-webkit-input-placeholder,
.case-study-filters [disabled].service-select::-webkit-input-placeholder, .component-contact-form select[disabled]::-webkit-input-placeholder, .component-question-form input[disabled][type='text']::-webkit-input-placeholder,
.component-question-form textarea[disabled]::-webkit-input-placeholder, .style-tile .headings input[disabled]::-webkit-input-placeholder,
.style-tile .paragraphs input[disabled]::-webkit-input-placeholder,
.style-tile .buttons input[disabled]::-webkit-input-placeholder,
.style-tile .forms input[disabled]::-webkit-input-placeholder, .component-contact-form input[disabled][type='text']::-webkit-input-placeholder,
.component-contact-form textarea[disabled]::-webkit-input-placeholder, [disabled].tracking-number-input::-webkit-input-placeholder, .search-form [disabled].search-field::-webkit-input-placeholder {
  color: #86939e;
}
.case-study-filters [disabled].industry-select:-ms-input-placeholder,
.case-study-filters [disabled].service-select:-ms-input-placeholder, .component-contact-form select[disabled]:-ms-input-placeholder, .component-question-form input[disabled][type='text']:-ms-input-placeholder,
.component-question-form textarea[disabled]:-ms-input-placeholder, .style-tile .headings input[disabled]:-ms-input-placeholder,
.style-tile .paragraphs input[disabled]:-ms-input-placeholder,
.style-tile .buttons input[disabled]:-ms-input-placeholder,
.style-tile .forms input[disabled]:-ms-input-placeholder, .component-contact-form input[disabled][type='text']:-ms-input-placeholder,
.component-contact-form textarea[disabled]:-ms-input-placeholder, [disabled].tracking-number-input:-ms-input-placeholder, .search-form [disabled].search-field:-ms-input-placeholder {
  color: #86939e;
}
.case-study-filters [disabled].industry-select::placeholder,
.case-study-filters [disabled].service-select::placeholder, .component-contact-form select[disabled]::placeholder, .component-question-form input[disabled][type='text']::placeholder,
.component-question-form textarea[disabled]::placeholder, .style-tile .headings input[disabled]::placeholder,
.style-tile .paragraphs input[disabled]::placeholder,
.style-tile .buttons input[disabled]::placeholder,
.style-tile .forms input[disabled]::placeholder, .component-contact-form input[disabled][type='text']::placeholder,
.component-contact-form textarea[disabled]::placeholder, [disabled].tracking-number-input::placeholder, .search-form [disabled].search-field::placeholder {
  color: #86939e;
}
/* line 30, ../sass/components/_forms.scss */
.case-study-filters .field-error.industry-select,
.case-study-filters .field-error.service-select, .component-contact-form select.field-error, .component-question-form input.field-error[type='text'],
.component-question-form textarea.field-error, .style-tile .headings input.field-error,
.style-tile .paragraphs input.field-error,
.style-tile .buttons input.field-error,
.style-tile .forms input.field-error, .component-contact-form input.field-error[type='text'],
.component-contact-form textarea.field-error, .field-error.tracking-number-input, .search-form .field-error.search-field {
  border-color: #cf665b;
}

/* line 35, ../sass/components/_forms.scss */
.case-study-filters .industry-select,
.case-study-filters .service-select, .component-contact-form select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: url("../images/global/arrow-gold.svg") right 20px center no-repeat;
  background-color: #ffffff;
}

/* line 1, ../sass/components/_industries.scss */
.component-industries {
  margin: 100px auto;
  text-align: center;
}
/* line 6, ../sass/components/_industries.scss */
.component-industries.animate .heading-1,
.component-industries.animate .copy-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 13, ../sass/components/_industries.scss */
.component-industries .heading-1,
.component-industries .copy-1 {
  margin: 15px 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 22, ../sass/components/_industries.scss */
.component-industries .heading-1 {
  font-weight: 700;
}
/* line 26, ../sass/components/_industries.scss */
.component-industries .copy-1 {
  padding: 0 10px;
}

/* line 31, ../sass/components/_industries.scss */
.industries-block-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto 30px;
}

/* line 40, ../sass/components/_industries.scss */
.industry-block {
  width: 315px;
  height: 265px;
  margin: 7px;
  border-radius: 6px;
}
@media (max-width: 1000px) {
  /* line 40, ../sass/components/_industries.scss */
  .industry-block {
    width: 30%;
    height: 30.8vw;
    margin: 1%;
  }
}
/* line 53, ../sass/components/_industries.scss */
.industry-block .industry-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-align: center;
  transition: background-color 0.2s;
  transition-timing-function: ease-in-out;
}
/* line 66, ../sass/components/_industries.scss */
.industry-block .industry-link:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
/* line 71, ../sass/components/_industries.scss */
.industry-block .industry-block-image {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 46%;
  max-width: 100%;
}
/* line 77, ../sass/components/_industries.scss */
.industry-block .industry-block-text {
  min-height: 40px;
  margin-bottom: 0;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 1023px) {
  /* line 77, ../sass/components/_industries.scss */
  .industry-block .industry-block-text {
    min-height: 0;
    font-size: 14px;
  }
}

/* line 1, ../sass/components/_case-studies.scss */
.component-case-studies {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1400px) {
  /* line 1, ../sass/components/_case-studies.scss */
  .component-case-studies {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 14, ../sass/components/_case-studies.scss */
.case-study-block {
  width: 440px;
  height: 390px;
  margin: 0 11px 50px;
  background-color: #e9e9e9;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 14, ../sass/components/_case-studies.scss */
  .case-study-block {
    height: auto;
  }
}
/* line 26, ../sass/components/_case-studies.scss */
.case-study-block::before {
  content: '';
  display: block;
  visibility: hidden;
  width: 0;
  height: 11px;
  background-color: #e4b256;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  left: -10px;
  right: -10px;
  margin: auto;
  opacity: 0.5;
  transition: width 0.2s, opacity 0.2s;
  transition-timing-function: ease-in-out;
}
/* line 45, ../sass/components/_case-studies.scss */
.case-study-block:hover::before {
  visibility: visible;
  width: calc(100% + 20px);
  opacity: 1;
}
@media (max-width: 540px) {
  /* line 45, ../sass/components/_case-studies.scss */
  .case-study-block:hover::before {
    width: 100%;
  }
}
/* line 56, ../sass/components/_case-studies.scss */
.case-study-block .case-study-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 23px 10px 30px;
}
@media (max-width: 1024px) {
  /* line 56, ../sass/components/_case-studies.scss */
  .case-study-block .case-study-link {
    padding-right: 30px;
  }
}
/* line 72, ../sass/components/_case-studies.scss */
.case-study-block .heading-3 {
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #ffffff;
  font-size: 24px;
}

/* line 80, ../sass/components/_case-studies.scss */
.component-case-study-single {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  /* line 80, ../sass/components/_case-studies.scss */
  .component-case-study-single {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
/* line 93, ../sass/components/_case-studies.scss */
.component-case-study-single.animate .content::before {
  width: 100%;
}
/* line 98, ../sass/components/_case-studies.scss */
.component-case-study-single.animate .content-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 104, ../sass/components/_case-studies.scss */
.component-case-study-single .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65%;
  padding: 40px 10px;
  margin-right: 20px;
  position: relative;
}
/* line 113, ../sass/components/_case-studies.scss */
.component-case-study-single .content::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #e9e9e9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1400px) {
  /* line 104, ../sass/components/_case-studies.scss */
  .component-case-study-single .content {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  /* line 104, ../sass/components/_case-studies.scss */
  .component-case-study-single .content {
    width: 100%;
    margin: 0;
  }
}
/* line 137, ../sass/components/_case-studies.scss */
.component-case-study-single .image {
  min-width: 480px;
  width: 35%;
  overflow: hidden;
}
@media (max-width: 1400px) {
  /* line 137, ../sass/components/_case-studies.scss */
  .component-case-study-single .image {
    width: 50%;
    min-width: 0;
  }
}
@media (max-width: 1023px) {
  /* line 137, ../sass/components/_case-studies.scss */
  .component-case-study-single .image {
    width: 100%;
  }
}
/* line 153, ../sass/components/_case-studies.scss */
.component-case-study-single .case-study-image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 161, ../sass/components/_case-studies.scss */
.component-case-study-single .content-wrapper {
  max-width: 520px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  transition: opacity 0.4s 0.8s, -webkit-transform 0.4s 0.8s;
  transition: opacity 0.4s 0.8s, transform 0.4s 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 169, ../sass/components/_case-studies.scss */
.component-case-study-single .heading-5 {
  color: #575a67;
}

/* line 175, ../sass/components/_case-studies.scss */
.hero-case-study {
  margin-top: 75px;
  text-align: center;
}
/* line 179, ../sass/components/_case-studies.scss */
.hero-case-study .heading-1 {
  margin: 30px 0 100px;
}
/* line 186, ../sass/components/_case-studies.scss */
.hero-case-study .heading-5::before {
  left: 0;
  right: 0;
  margin: -25px auto 0;
}

/* line 194, ../sass/components/_case-studies.scss */
.case-study-filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 440px;
  padding-top: 65px;
  margin-bottom: -250px;
  background: #575a67;
}
/* line 207, ../sass/components/_case-studies.scss */
.case-study-filters .copy-1 {
  color: #ffffff;
  margin: 15px 60px 0 0;
}
@media (max-width: 768px) {
  /* line 207, ../sass/components/_case-studies.scss */
  .case-study-filters .copy-1 {
    margin: 15px 20px;
  }
}
/* line 216, ../sass/components/_case-studies.scss */
.case-study-filters .industry-select,
.case-study-filters .service-select {
  max-width: 370px;
  margin: 0 10px;
}

/* line 224, ../sass/components/_case-studies.scss */
.case-study-listing {
  padding: 0 10px;
}

/* line 228, ../sass/components/_case-studies.scss */
.case-study-block-full {
  max-width: 1200px;
  width: 100%;
  height: 497px;
  margin: 0 auto 40px;
  opacity: 0;
  transition: opacity 0.8s;
}
@media (max-width: 1023px) {
  /* line 228, ../sass/components/_case-studies.scss */
  .case-study-block-full {
    height: auto;
  }
}
/* line 240, ../sass/components/_case-studies.scss */
.case-study-block-full.show {
  opacity: 1;
}
/* line 244, ../sass/components/_case-studies.scss */
.case-study-block-full.clone {
  display: none;
}
/* line 248, ../sass/components/_case-studies.scss */
.case-study-block-full .case-study-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  /* line 248, ../sass/components/_case-studies.scss */
  .case-study-block-full .case-study-link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 999px;
  }
}
/* line 263, ../sass/components/_case-studies.scss */
.case-study-block-full .case-study-image {
  max-width: 62%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  /* line 263, ../sass/components/_case-studies.scss */
  .case-study-block-full .case-study-image {
    max-width: 500px;
    height: auto;
  }
}
/* line 275, ../sass/components/_case-studies.scss */
.case-study-block-full .copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 455px;
  width: 38%;
  height: 100%;
  padding: 0 45px 65px;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  /* line 275, ../sass/components/_case-studies.scss */
  .case-study-block-full .copy {
    max-width: 500px;
    width: 100%;
    padding: 30px;
    border-left: 1px solid #e9e9e9;
  }
}
/* line 300, ../sass/components/_case-studies.scss */
.case-study-block-full .heading-3 {
  font-weight: 700;
}

/* line 306, ../sass/components/_case-studies.scss */
.single-case_studies .site-container {
  position: relative;
  overflow: hidden;
}

/* line 312, ../sass/components/_case-studies.scss */
.case-study-post {
  max-width: 900px;
  padding-right: 190px;
  margin: 80px auto;
}
@media (max-width: 1024px) {
  /* line 312, ../sass/components/_case-studies.scss */
  .case-study-post {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  /* line 312, ../sass/components/_case-studies.scss */
  .case-study-post {
    max-width: 660px;
    padding: 0 10px;
  }
}
/* line 326, ../sass/components/_case-studies.scss */
.case-study-post::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  right: 0;
  top: 880px;
  z-index: -1;
  transition: width 0.8s;
}
@media (max-width: 1024px) {
  /* line 326, ../sass/components/_case-studies.scss */
  .case-study-post::after {
    display: none;
  }
}
/* line 344, ../sass/components/_case-studies.scss */
.case-study-post.animate::after {
  width: calc(50%  + 190px);
}
/* line 353, ../sass/components/_case-studies.scss */
.case-study-post ul li {
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}
/* line 358, ../sass/components/_case-studies.scss */
.case-study-post ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e4b256;
  position: absolute;
  left: 10px;
  top: 9px;
}
/* line 372, ../sass/components/_case-studies.scss */
.case-study-post .case-study-image {
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 372, ../sass/components/_case-studies.scss */
  .case-study-post .case-study-image {
    max-width: 660px;
  }
}
/* line 381, ../sass/components/_case-studies.scss */
.case-study-post .title {
  max-width: 600px;
  margin-top: 60px;
}
/* line 385, ../sass/components/_case-studies.scss */
.case-study-post .title .copy-2 {
  margin: 40px 0;
}
/* line 400, ../sass/components/_case-studies.scss */
.case-study-post .post-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  color: #e4b256;
}
/* line 406, ../sass/components/_case-studies.scss */
.case-study-post .post-nav a {
  color: #e4b256;
  margin: 0 5px;
}

/* line 414, ../sass/components/_case-studies.scss */
.load-more-posts {
  display: block;
  margin: 80px auto;
}
/* line 420, ../sass/components/_case-studies.scss */
.load-more-posts.loading {
  cursor: default;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}

@keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
/* line 439, ../sass/components/_case-studies.scss */
.no-results {
  color: #ffffff;
  text-align: center;
}

/* line 2, ../sass/components/_question-form.scss */
.component-question-form {
  padding: 0 10px 280px;
  text-align: center;
  background: url("../images/components/question-form/questions-background.png") bottom center no-repeat;
  background-size: cover;
}
/* line 9, ../sass/components/_question-form.scss */
.component-question-form .heading-1 {
  margin: 0 0 20px;
}
/* line 13, ../sass/components/_question-form.scss */
.component-question-form .copy-1 {
  max-width: 500px;
  margin: 0 auto 20px;
}
/* line 23, ../sass/components/_question-form.scss */
.component-question-form textarea {
  transition: height 0.4s;
  transition-timing-function: ease-in-out;
}
/* line 27, ../sass/components/_question-form.scss */
.component-question-form textarea.full-size {
  height: 120px;
}
/* line 32, ../sass/components/_question-form.scss */
.component-question-form input[type='submit'] {
  max-width: 755px;
  width: 100%;
  margin-top: 10px;
  background-color: #e4b256;
  color: #ffffff;
}
/* line 39, ../sass/components/_question-form.scss */
.component-question-form input[type='submit']:hover {
  background-color: #bd9449;
}
/* line 44, ../sass/components/_question-form.scss */
.component-question-form .gform_fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 750px;
  margin: auto;
}
/* line 53, ../sass/components/_question-form.scss */
.component-question-form .name,
.component-question-form .email {
  width: 49%;
  margin-bottom: 2%;
}
/* line 59, ../sass/components/_question-form.scss */
.component-question-form .message {
  width: 100%;
}
/* line 67, ../sass/components/_question-form.scss */
.component-question-form .email-address {
  display: inline-block;
  padding-bottom: 8px;
  margin-top: 30px;
  border-bottom: 1px solid #e4b256;
  font-size: 22px;
  color: #e4b256;
}
/* line 77, ../sass/components/_question-form.scss */
.component-question-form .validation_error {
  margin: 40px 0 20px;
  font-weight: 700;
  color: #cf665b;
}
/* line 84, ../sass/components/_question-form.scss */
.component-question-form .validation_message {
  margin: 5px 0;
  text-align: left;
  text-indent: 10px;
  font-weight: 700;
  color: #cf665b;
}
/* line 92, ../sass/components/_question-form.scss */
.component-question-form .gform_confirmation_message {
  margin: 50px 0;
}
/* line 97, ../sass/components/_question-form.scss */
.component-question-form .gform_ajax_spinner {
  display: none;
}

/* line 102, ../sass/components/_question-form.scss */
.form-popup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  pointer-events: none;
}
/* line 117, ../sass/components/_question-form.scss */
.form-popup.show {
  z-index: 40;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: auto;
}
/* line 124, ../sass/components/_question-form.scss */
.form-popup .close {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-flex: 0 0 32px;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-right: calc(-50% + 420px);
  margin-left: calc(50% - 420px);
  background: url("../images/global/close-button.svg") center no-repeat;
  background-size: contain;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
@media (max-width: 840px) {
  /* line 124, ../sass/components/_question-form.scss */
  .form-popup .close {
    top: 80px;
  }
}
@media (max-width: 767px) {
  /* line 124, ../sass/components/_question-form.scss */
  .form-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
  }
}
/* line 153, ../sass/components/_question-form.scss */
.form-popup .component-question-form {
  padding: 30px 10px;
  background: none;
}
/* line 157, ../sass/components/_question-form.scss */
.form-popup .component-question-form .name {
  margin: 0;
}

/* line 1, ../sass/components/_heros.scss */
.component-hero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: calc(100vh - 100px);
  height: auto;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1, ../sass/components/_heros.scss */
  .component-hero {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* line 16, ../sass/components/_heros.scss */
.animate.component-hero .hero-copy {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 22, ../sass/components/_heros.scss */
.component-hero .hero-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 33, ../sass/components/_heros.scss */
.component-hero .hero-copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1015px;
  width: 100%;
  min-height: 350px;
  height: 100%;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1024px) {
  /* line 33, ../sass/components/_heros.scss */
  .component-hero .hero-copy {
    width: 90%;
  }
}
@media (max-width: 767px) {
  /* line 33, ../sass/components/_heros.scss */
  .component-hero .hero-copy {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-height: none;
    height: auto;
    margin: 0;
  }
}
@media (max-height: 850px) {
  /* line 33, ../sass/components/_heros.scss */
  .component-hero .hero-copy {
    min-height: 280px;
  }
}
/* line 65, ../sass/components/_heros.scss */
.component-hero .title,
.component-hero .copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  /* line 65, ../sass/components/_heros.scss */
  .component-hero .title,
  .component-hero .copy {
    max-width: 500px;
  }
}
/* line 76, ../sass/components/_heros.scss */
.component-hero .title {
  width: 450px;
  padding: 40px 0 35px 35px;
  background-color: rgba(87, 90, 103, 0.91);
}
@media (max-width: 768px) {
  /* line 76, ../sass/components/_heros.scss */
  .component-hero .title {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  /* line 76, ../sass/components/_heros.scss */
  .component-hero .title {
    width: 90%;
    padding: 40px 20px 10px;
  }
}
/* line 91, ../sass/components/_heros.scss */
.component-hero .copy {
  width: 585px;
  padding: 0 0 35px 35px;
  background-color: rgba(255, 255, 255, 0.91);
}
@media (max-width: 768px) {
  /* line 91, ../sass/components/_heros.scss */
  .component-hero .copy {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  /* line 91, ../sass/components/_heros.scss */
  .component-hero .copy {
    width: 90%;
    padding: 30px 20px;
  }
}
/* line 105, ../sass/components/_heros.scss */
.component-hero .copy p {
  color: #575a67;
}
@media (max-width: 1023px) {
  /* line 111, ../sass/components/_heros.scss */
  .component-hero br {
    display: none;
  }
}
/* line 117, ../sass/components/_heros.scss */
.component-hero .heading-5,
.component-hero .heading-2 {
  color: #ffffff;
}
/* line 122, ../sass/components/_heros.scss */
.component-hero .heading-5 {
  margin-top: auto;
}
/* line 127, ../sass/components/_heros.scss */
.component-hero .heading-2 {
  max-width: 310px;
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0;
}
/* line 141, ../sass/components/_heros.scss */
.component-hero .text,
.component-hero .text-button {
  margin-top: auto;
}
/* line 146, ../sass/components/_heros.scss */
.component-hero .text {
  max-width: 500px;
  margin-bottom: 0;
  font-weight: 400;
}
/* line 156, ../sass/components/_heros.scss */
.component-hero .text-button {
  font-weight: 700;
}

/* line 165, ../sass/components/_heros.scss */
.hero-about {
  width: 100%;
  min-height: 100%;
  padding: 80px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 165, ../sass/components/_heros.scss */
  .hero-about {
    padding: 30px 10px;
  }
}
/* line 176, ../sass/components/_heros.scss */
.hero-about.animate .heading-5 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 182, ../sass/components/_heros.scss */
.hero-about.animate .heading-1::after {
  width: 100%;
}
/* line 186, ../sass/components/_heros.scss */
.hero-about.animate .heading-1::before {
  width: 340px;
  opacity: 1;
}
@media (max-width: 768px) {
  /* line 186, ../sass/components/_heros.scss */
  .hero-about.animate .heading-1::before {
    width: 296px;
  }
}
@media (max-width: 767px) {
  /* line 186, ../sass/components/_heros.scss */
  .hero-about.animate .heading-1::before {
    width: 230px;
  }
}
/* line 200, ../sass/components/_heros.scss */
.hero-about.animate .copy-1,
.hero-about.animate .text-button {
  opacity: 1;
}
/* line 206, ../sass/components/_heros.scss */
.hero-about .heading-5 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 213, ../sass/components/_heros.scss */
.hero-about .heading-5::before {
  left: 0;
  right: 0;
  margin: -25px auto 0;
}
/* line 220, ../sass/components/_heros.scss */
.hero-about .heading-1 {
  display: block;
  max-width: 620px;
  padding: 40px;
  margin: 60px auto;
  border: 1px solid #86939e;
  background: #ffffff;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 220, ../sass/components/_heros.scss */
  .hero-about .heading-1 {
    margin: 40px auto;
  }
}
/* line 234, ../sass/components/_heros.scss */
.hero-about .heading-1::before {
  width: 0;
  margin: 60px 0 0 22px;
  opacity: 0;
  transition: width 0.8s 0.4s, opacity 0.8s 0.4s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 768px) {
  /* line 234, ../sass/components/_heros.scss */
  .hero-about .heading-1::before {
    margin: 57px 0 0 54px;
  }
}
@media (max-width: 767px) {
  /* line 234, ../sass/components/_heros.scss */
  .hero-about .heading-1::before {
    height: 3px;
    margin: 42px 0 0 100px;
  }
}
@media (max-width: 666px) {
  /* line 234, ../sass/components/_heros.scss */
  .hero-about .heading-1::before {
    display: none;
  }
}
/* line 255, ../sass/components/_heros.scss */
.hero-about .heading-1::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #86939e;
  position: absolute;
  left: 0;
  right: 0;
  margin: -55px auto 0;
  z-index: -1;
  transition: width 0.4s;
  transition-timing-function: ease-in-out;
}
/* line 271, ../sass/components/_heros.scss */
.hero-about .copy-1,
.hero-about .text-button {
  opacity: 0;
  transition: opacity 0.8s 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 278, ../sass/components/_heros.scss */
.hero-about .copy-1 {
  display: block;
  max-width: 600px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  /* line 278, ../sass/components/_heros.scss */
  .hero-about .copy-1 {
    margin-bottom: 40px;
  }
}

/* line 1, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 515px;
  position: relative;
}
@media (max-width: 940px) {
  /* line 1, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
}
/* line 15, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation.animate .consultation-image::after {
  width: 0;
}
/* line 21, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation.animate .content::after {
  width: 100%;
}
/* line 26, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation.animate .copy {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 32, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .wysiwyg-copy {
  width: 100%;
}
/* line 36, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .consultation-image {
  max-width: 555px;
  margin: 0 20px 0 0;
  position: relative;
}
@media (max-width: 940px) {
  /* line 36, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation .consultation-image {
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 20px auto;
  }
}
/* line 48, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .consultation-image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 61, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .consultation-image figure {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  /* line 61, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation .consultation-image figure {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* line 70, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .consultation-image figure + figure {
  margin-top: 20px;
}
@media (max-width: 940px) {
  /* line 70, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation .consultation-image figure + figure {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  /* line 70, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation .consultation-image figure + figure {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  /* line 84, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation .double-image {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
/* line 89, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .double-image .figure-image {
  max-height: calc(50vh - 98px);
  min-height: 280px;
}
/* line 95, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .figure-image {
  display: block;
  max-width: 560px;
  margin: auto;
}
@media (max-width: 940px) {
  /* line 95, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation .figure-image {
    max-width: 100%;
    height: auto;
  }
}
/* line 106, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .copy-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90%;
  padding: 10px 15px;
  text-align: center;
  background-color: #e4b256;
  border-radius: 6px;
  position: absolute;
  right: 50%;
  bottom: 50px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 940px) {
  /* line 106, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation .copy-4 {
    bottom: 20px;
  }
}
/* line 125, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .name,
.component-schedule-consultation .job-title {
  margin: 0;
  font-size: 14px;
  white-space: nowrap;
}
/* line 132, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .name {
  margin-right: 5px;
  color: #ffffff;
}
/* line 137, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .job-title {
  margin-left: 5px;
  color: #86939e;
}
/* line 142, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  padding: 0 10px 0 175px;
  position: relative;
}
@media (max-width: 1330px) {
  /* line 142, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation .content {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  /* line 142, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation .content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 940px) {
  /* line 142, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation .content {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 10px 10px 40px;
  }
}
/* line 167, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .content::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #e9e9e9;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  transition: width 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 182, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 750px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.8s 0.8s, -webkit-transform 0.8s 0.8s;
  transition: opacity 0.8s 0.8s, transform 0.8s 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 194, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .heading-3 {
  font-weight: 700;
}
/* line 198, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .copy-2 {
  max-width: 520px;
}
/* line 202, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation .button {
  margin-top: 40px;
}

/* line 207, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  min-height: 420px;
  margin-top: 15px;
  position: relative;
}
/* line 215, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt.show-popup {
  min-height: 515px;
}
/* line 225, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt.animate .content::before {
  width: 100%;
}
/* line 230, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt.animate .heading-3,
.component-schedule-consultation-alt.animate .copy {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1469px) {
  /* line 207, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation-alt {
    height: auto;
  }
}
@media (max-width: 1023px) {
  /* line 207, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation-alt {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 245, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 100px 30px;
  width: 100%;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1469px) {
  /* line 245, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation-alt .content {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1150px) {
  /* line 245, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation-alt .content {
    padding: 100px 40px 40px;
  }
}
@media (max-width: 1023px) {
  /* line 245, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation-alt .content {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 40px 40px;
    margin: 0;
  }
}
@media (max-width: 779px) {
  /* line 245, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation-alt .content {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/* line 273, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt .content::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #575a67;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 288, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt .heading-3,
.component-schedule-consultation-alt .copy {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  transition: opacity 0.8s 0.4s, -webkit-transform 0.8s 0.4s;
  transition: opacity 0.8s 0.4s, transform 0.8s 0.4s;
  transition-timing-function: ease-in-out;
}
/* line 296, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt .heading-3 {
  width: 210px;
  margin: -10px 70px 0 0;
  font-weight: 700;
  color: #ffffff;
}
/* line 305, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt .wysiwyg-copy p {
  color: #ffffff;
}
/* line 310, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt .text-button {
  margin-top: 50px;
}
/* line 314, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt .copy {
  -webkit-flex: 0 0 420px;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}
@media (max-width: 469px) {
  /* line 314, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation-alt .copy {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* line 322, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt .image {
  max-width: 550px;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 322, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation-alt .image {
    max-width: 100%;
    text-align: center;
  }
}
/* line 333, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-alt .consultation-image {
  max-width: 100%;
  width: auto;
  max-height: 540px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 342, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-generic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 150px;
  padding: 100px 10px;
  background-color: #575a67;
  position: relative;
}
@media (max-width: 768px) {
  /* line 342, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation-generic {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 356, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-generic.show-popup {
  min-height: 515px;
}
/* line 361, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-generic.animate .heading-3,
.component-schedule-consultation-generic.animate .content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 368, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-generic .heading-3,
.component-schedule-consultation-generic .content {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 376, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-generic .heading-3 {
  max-width: 330px;
  min-height: 130px;
  width: 100%;
  margin: 0 70px 0 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  /* line 376, ../sass/components/_schedule-consultation.scss */
  .component-schedule-consultation-generic .heading-3 {
    max-width: 520px;
    min-height: 0;
    margin: 0 0 30px;
  }
}
/* line 390, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-generic .wysiwyg-copy {
  margin: 0 0 50px;
}
/* line 393, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-generic .wysiwyg-copy p {
  color: #ffffff;
}
/* line 398, ../sass/components/_schedule-consultation.scss */
.component-schedule-consultation-generic .content {
  max-width: 520px;
  width: 100%;
  min-height: 150px;
}

/* line 1, ../sass/components/_services.scss */
.component-services {
  padding: 60px 10px;
  background-color: #575a67;
}
/* line 5, ../sass/components/_services.scss */
.component-services .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1105px;
  margin: auto;
}
@media (max-width: 1190px) {
  /* line 5, ../sass/components/_services.scss */
  .component-services .wrapper {
    max-width: 760px;
  }
}

/* line 18, ../sass/components/_services.scss */
.service-block {
  max-width: 345px;
  width: 100%;
  padding: 60px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: relative;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 800px) {
  /* line 18, ../sass/components/_services.scss */
  .service-block {
    -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
            flex: 1 50%;
  }
}
/* line 32, ../sass/components/_services.scss */
.service-block::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #e4b256;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: inherit;
  transition-timing-function: ease-in-out;
}
/* line 48, ../sass/components/_services.scss */
.animate .service-block::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* line 54, ../sass/components/_services.scss */
.service-block:nth-child(1) {
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
}
/* line 57, ../sass/components/_services.scss */
.service-block:nth-child(1) .copy {
  transition: opacity 0.8s 0.5s;
}
/* line 62, ../sass/components/_services.scss */
.service-block:nth-child(2) {
  transition: opacity 0.8s, -webkit-transform 0.8s 0.2s;
  transition: opacity 0.8s, transform 0.8s 0.2s;
}
/* line 65, ../sass/components/_services.scss */
.service-block:nth-child(2) .copy {
  transition: opacity 0.8s 0.6s;
}
/* line 71, ../sass/components/_services.scss */
.service-block:nth-child(3) .copy {
  transition: opacity 0.8s 0.7s;
}
/* line 76, ../sass/components/_services.scss */
.service-block:nth-child(4) {
  transition: opacity 0.8s, -webkit-transform 0.8s 0.4s;
  transition: opacity 0.8s, transform 0.8s 0.4s;
}
/* line 79, ../sass/components/_services.scss */
.service-block:nth-child(4) .copy {
  transition: opacity 0.8s  0.6s;
}
/* line 84, ../sass/components/_services.scss */
.service-block:nth-child(5) {
  transition: opacity 0.8s, -webkit-transform 0.8s 0.6s;
  transition: opacity 0.8s, transform 0.8s 0.6s;
}
/* line 87, ../sass/components/_services.scss */
.service-block:nth-child(5) .copy {
  transition: opacity 0.8s 0.7s;
}
/* line 93, ../sass/components/_services.scss */
.service-block:nth-child(6) .copy {
  transition: opacity 0.8s 0.8s;
}
/* line 98, ../sass/components/_services.scss */
.service-block:nth-child(7) {
  transition: opacity 0.8s, -webkit-transform 0.8s 0.8s;
  transition: opacity 0.8s, transform 0.8s 0.8s;
}
/* line 101, ../sass/components/_services.scss */
.service-block:nth-child(7) .copy {
  transition: opacity 0.8s 0.7s;
}
/* line 106, ../sass/components/_services.scss */
.service-block:nth-child(8) {
  transition: opacity 0.8s, -webkit-transform 0.8s 1s;
  transition: opacity 0.8s, transform 0.8s 1s;
}
/* line 109, ../sass/components/_services.scss */
.service-block:nth-child(8) .copy {
  transition: opacity 0.8s 0.8s;
}
/* line 115, ../sass/components/_services.scss */
.service-block:nth-child(9) .copy {
  transition: opacity 0.8s 0.9s;
}
/* line 121, ../sass/components/_services.scss */
.service-block:nth-child(10) .copy {
  transition: opacity 0.8s 0.8s;
}
/* line 127, ../sass/components/_services.scss */
.service-block:nth-child(11) .copy {
  transition: opacity 0.8s 0.9s;
}
/* line 133, ../sass/components/_services.scss */
.service-block:nth-child(12) .copy {
  transition: opacity 0.8s 1s;
}
/* line 138, ../sass/components/_services.scss */
.service-block:nth-child(3n-2) {
  padding-left: 15px;
}
/* line 142, ../sass/components/_services.scss */
.service-block:nth-child(3n-1) {
  max-width: 415px;
  width: 100%;
  padding-left: 60px;
}
/* line 148, ../sass/components/_services.scss */
.service-block:nth-child(3n) {
  padding-left: 35px;
  border-right: 0;
}
/* line 152, ../sass/components/_services.scss */
.service-block:nth-child(3n)::after {
  display: none;
}
/* line 157, ../sass/components/_services.scss */
.service-block:nth-last-child(1), .service-block:nth-last-child(2), .service-block:nth-last-child(3) {
  border-bottom: 0;
}
/* line 162, ../sass/components/_services.scss */
.service-block:nth-last-child(1)::after, .service-block:nth-last-child(2)::after, .service-block:nth-last-child(3)::after {
  display: none;
}
@media (max-width: 1190px) {
  /* line 167, ../sass/components/_services.scss */
  .service-block:nth-child(odd) {
    max-width: 50%;
    padding-left: 15px;
    border-left: 0;
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 800px) {
  /* line 167, ../sass/components/_services.scss */
  .service-block:nth-child(odd) {
    padding: 30px 15px 50px;
  }
}
@media (max-width: 1190px) {
  /* line 179, ../sass/components/_services.scss */
  .service-block:nth-child(odd)::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #e4b256;
    position: absolute;
    right: -11px;
    bottom: -11px;
    z-index: 2;
  }
}
@media (max-width: 1190px) {
  /* line 195, ../sass/components/_services.scss */
  .service-block:nth-child(even) {
    max-width: 50%;
    padding-left: 35px;
    border-left: 0;
    border-right: 0;
  }
}
@media (max-width: 800px) {
  /* line 195, ../sass/components/_services.scss */
  .service-block:nth-child(even) {
    padding: 30px 15px 50px;
  }
}
@media (max-width: 1190px) {
  /* line 207, ../sass/components/_services.scss */
  .service-block:nth-child(even)::after {
    display: none;
  }
}
@media (max-width: 1190px) {
  /* line 214, ../sass/components/_services.scss */
  .service-block:nth-last-child(3) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 1190px) {
  /* line 221, ../sass/components/_services.scss */
  .service-block:nth-last-child(2)::after {
    display: none;
  }
}
/* line 228, ../sass/components/_services.scss */
.service-block .copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 238, ../sass/components/_services.scss */
.animate .service-block .copy {
  opacity: 1;
}
/* line 243, ../sass/components/_services.scss */
.service-block .copy-1,
.service-block .copy-2 {
  max-width: 290px;
  color: #ffffff;
}
/* line 249, ../sass/components/_services.scss */
.service-block .copy-1 {
  margin: 0;
  font-weight: 700;
}
/* line 254, ../sass/components/_services.scss */
.service-block .copy-2 {
  margin: 15px 0 30px;
}
/* line 258, ../sass/components/_services.scss */
.service-block .text-button {
  margin-top: auto;
  font-weight: 400;
}

/* line 1, ../sass/components/_steps.scss */
.component-steps-copy,
.component-steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
/* line 8, ../sass/components/_steps.scss */
.component-steps-copy::before,
.component-steps::before {
  content: '';
  display: block;
  width: 1px;
  height: 0;
  background-color: #575a67;
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  margin: auto;
  transition: height 1.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1200px) {
  /* line 8, ../sass/components/_steps.scss */
  .component-steps-copy::before,
  .component-steps::before {
    left: calc(100% - 560px);
    right: auto;
  }
}
@media (max-width: 768px) {
  /* line 8, ../sass/components/_steps.scss */
  .component-steps-copy::before,
  .component-steps::before {
    display: none;
  }
}
/* line 33, ../sass/components/_steps.scss */
.animate.component-steps-copy::before,
.component-steps.animate::before {
  height: calc(100% + 120px);
}
/* line 42, ../sass/components/_steps.scss */
.component-steps-copy .image,
.component-steps .image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  z-index: -1;
}
@media (max-width: 1200px) {
  /* line 42, ../sass/components/_steps.scss */
  .component-steps-copy .image,
  .component-steps .image {
    width: calc(100% - 560px);
  }
}
@media (max-width: 768px) {
  /* line 42, ../sass/components/_steps.scss */
  .component-steps-copy .image,
  .component-steps .image {
    display: none;
  }
}
/* line 59, ../sass/components/_steps.scss */
.component-steps-copy .steps-image,
.component-steps .steps-image {
  min-height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 64, ../sass/components/_steps.scss */
.component-steps-copy .steps,
.component-steps .steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  /* line 64, ../sass/components/_steps.scss */
  .component-steps-copy .steps,
  .component-steps .steps {
    width: 560px;
  }
}
@media (max-width: 768px) {
  /* line 64, ../sass/components/_steps.scss */
  .component-steps-copy .steps,
  .component-steps .steps {
    position: relative;
  }
}

/* line 82, ../sass/components/_steps.scss */
.steps-block {
  max-width: 450px;
  width: 100%;
  padding: 30px;
  margin: 0 0 30px 385px;
  border-left: 1px solid #575a67;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  counter-increment: steps;
  transition: margin 0.5s ease-out, background-color 0.2s;
}
@media (max-width: 768px) {
  /* line 82, ../sass/components/_steps.scss */
  .steps-block {
    width: calc(100% - 100px);
  }
}
/* line 96, ../sass/components/_steps.scss */
.steps-block::before {
  content: counter(steps);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  background-color: #575a67;
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: width 0.2s, height 0.2s, background-color 0.2s, font-size 0.2s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1200px) {
  /* line 96, ../sass/components/_steps.scss */
  .steps-block::before {
    left: calc(100% - 570px);
    right: auto;
  }
}
@media (max-width: 768px) {
  /* line 96, ../sass/components/_steps.scss */
  .steps-block::before {
    left: 30px;
  }
}
/* line 124, ../sass/components/_steps.scss */
.steps-block.animate {
  margin-left: 85px;
  background-color: #575a67;
}
/* line 128, ../sass/components/_steps.scss */
.steps-block.animate::before {
  width: 50px;
  height: 50px;
  background-color: #e4b256;
  font-size: 16px;
}
@media (max-width: 1200px) {
  /* line 128, ../sass/components/_steps.scss */
  .steps-block.animate::before {
    left: calc(100% - 585px);
    right: auto;
  }
}
@media (max-width: 768px) {
  /* line 128, ../sass/components/_steps.scss */
  .steps-block.animate::before {
    left: 15px;
  }
}
/* line 144, ../sass/components/_steps.scss */
.steps-block.animate .copy-2 {
  color: #ffffff;
}
/* line 149, ../sass/components/_steps.scss */
.steps-block .steps-title {
  margin-top: 0;
  color: #e4b256;
}
/* line 155, ../sass/components/_steps.scss */
.steps-block .copy-2 {
  max-width: 350px;
  color: #86939e;
}

/* line 161, ../sass/components/_steps.scss */
.component-steps-copy {
  margin: 150px 0;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  /* line 161, ../sass/components/_steps.scss */
  .component-steps-copy {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 0;
  }
}
/* line 171, ../sass/components/_steps.scss */
.component-steps-copy::before {
  display: none;
}
/* line 175, ../sass/components/_steps.scss */
.component-steps-copy .copy,
.component-steps-copy .steps {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1023px) {
  /* line 175, ../sass/components/_steps.scss */
  .component-steps-copy .copy,
  .component-steps-copy .steps {
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  /* line 185, ../sass/components/_steps.scss */
  .component-steps-copy .copy {
    margin-bottom: 50px;
  }
}
/* line 191, ../sass/components/_steps.scss */
.component-steps-copy .steps-block {
  max-width: 400px;
  width: 100%;
  padding: 20px;
}
@media (max-width: 1023px) {
  /* line 191, ../sass/components/_steps.scss */
  .component-steps-copy .steps-block {
    margin-left: 0;
  }
}
/* line 200, ../sass/components/_steps.scss */
.component-steps-copy .steps-block::before {
  display: none;
}
/* line 204, ../sass/components/_steps.scss */
.component-steps-copy .steps-block .steps-title {
  margin: 0;
}

/* line 3, ../sass/components/_style-tile.scss */
.style-tile .colors {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 650px;
  margin: 100px 50px;
}
/* line 9, ../sass/components/_style-tile.scss */
.style-tile .colors div {
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  height: 150px;
  margin: 5px;
}
/* line 15, ../sass/components/_style-tile.scss */
.style-tile .colors .blue {
  background: #80b1ca;
}
/* line 19, ../sass/components/_style-tile.scss */
.style-tile .colors .red {
  background: #cf665b;
}
/* line 23, ../sass/components/_style-tile.scss */
.style-tile .colors .gray-dark {
  background: #575a67;
}
/* line 27, ../sass/components/_style-tile.scss */
.style-tile .colors .gold {
  background: #e4b256;
}
/* line 31, ../sass/components/_style-tile.scss */
.style-tile .colors .gray {
  background: #86939e;
}
/* line 35, ../sass/components/_style-tile.scss */
.style-tile .colors .orange {
  background: #cb8300;
}
/* line 39, ../sass/components/_style-tile.scss */
.style-tile .colors .gray-light {
  background: #e9e9e9;
}
/* line 43, ../sass/components/_style-tile.scss */
.style-tile .colors .off-white {
  background: #f5f5f5;
}
/* line 47, ../sass/components/_style-tile.scss */
.style-tile .colors .gradient-dkgray-ltgray {
  background: linear-gradient(180deg, #565969 45%, #e5e5e6 140%);
}
/* line 52, ../sass/components/_style-tile.scss */
.style-tile .headings,
.style-tile .paragraphs,
.style-tile .buttons,
.style-tile .forms {
  margin: 100px 50px;
}
/* line 63, ../sass/components/_style-tile.scss */
.style-tile .component-industries,
.style-tile .component-question-form,
.style-tile .component-case-study-single,
.style-tile .component-large-hero,
.style-tile .component-schedule-consultation,
.style-tile .component-schedule-consultation-alt,
.style-tile .services {
  margin: 100px 0;
}

/* line 1, ../sass/components/_image-with-copy.scss */
.component-image-with-copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 85vh;
  height: auto;
  padding: 150px 10px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  /* line 1, ../sass/components/_image-with-copy.scss */
  .component-image-with-copy {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  /* line 1, ../sass/components/_image-with-copy.scss */
  .component-image-with-copy {
    padding: 60px 10px;
  }
}
/* line 22, ../sass/components/_image-with-copy.scss */
.component-image-with-copy.animate::after {
  width: 63%;
}
/* line 26, ../sass/components/_image-with-copy.scss */
.component-image-with-copy.animate .image,
.component-image-with-copy.animate .copy {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/* line 31, ../sass/components/_image-with-copy.scss */
.component-image-with-copy.animate .copy {
  opacity: 1;
}
/* line 36, ../sass/components/_image-with-copy.scss */
.component-image-with-copy::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: width 0.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 767px) {
  /* line 36, ../sass/components/_image-with-copy.scss */
  .component-image-with-copy::after {
    display: none;
  }
}
/* line 54, ../sass/components/_image-with-copy.scss */
.component-image-with-copy .image {
  max-width: 700px;
  margin-right: 150px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1410px) {
  /* line 54, ../sass/components/_image-with-copy.scss */
  .component-image-with-copy .image {
    width: 45%;
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  /* line 54, ../sass/components/_image-with-copy.scss */
  .component-image-with-copy .image {
    max-width: 480px;
    width: 100%;
    margin: auto;
  }
}
/* line 73, ../sass/components/_image-with-copy.scss */
.component-image-with-copy .copy {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  max-width: 480px;
  min-height: 490px;
  margin-right: 100px;
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1410px) {
  /* line 73, ../sass/components/_image-with-copy.scss */
  .component-image-with-copy .copy {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  /* line 73, ../sass/components/_image-with-copy.scss */
  .component-image-with-copy .copy {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
/* line 100, ../sass/components/_image-with-copy.scss */
.component-image-with-copy .heading-1 {
  margin-top: 0;
  font-weight: 700;
}

/* line 1, ../sass/components/_experienced-team.scss */
.component-experienced-team {
  width: 100%;
  padding: 0 10px 120px;
  margin-bottom: 20px;
  background-color: #575a67;
}
/* line 9, ../sass/components/_experienced-team.scss */
.component-experienced-team .animate .lines::before {
  width: 100%;
  height: 100%;
}
/* line 15, ../sass/components/_experienced-team.scss */
.component-experienced-team .animate .title,
.component-experienced-team .animate .step {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 22, ../sass/components/_experienced-team.scss */
.component-experienced-team .header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1330px;
  padding: 0 50px;
  margin: 0 auto 100px;
}
/* line 29, ../sass/components/_experienced-team.scss */
.component-experienced-team .lines {
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 10px;
}
@media (max-width: 490px) {
  /* line 29, ../sass/components/_experienced-team.scss */
  .component-experienced-team .lines {
    display: none;
  }
}
/* line 37, ../sass/components/_experienced-team.scss */
.component-experienced-team .lines::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 1px solid #e4b256;
  border-bottom: 1px solid #e4b256;
  transition: height 0.8s ease-out, width 0.8s 0.8s;
}
/* line 48, ../sass/components/_experienced-team.scss */
.component-experienced-team .title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 250px;
  transition-delay: 0.8s;
}
/* line 57, ../sass/components/_experienced-team.scss */
.component-experienced-team .heading-5,
.component-experienced-team .heading-1,
.component-experienced-team .copy-2 {
  color: #ffffff;
}
/* line 67, ../sass/components/_experienced-team.scss */
.component-experienced-team .heading-1 {
  margin-bottom: -10px;
}
/* line 71, ../sass/components/_experienced-team.scss */
.component-experienced-team .step-title {
  color: #e4b256;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 71, ../sass/components/_experienced-team.scss */
  .component-experienced-team .step-title {
    min-height: 65px;
    line-height: 1.2;
  }
}
/* line 82, ../sass/components/_experienced-team.scss */
.component-experienced-team .steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1060px;
  width: 100%;
  margin: auto;
  position: relative;
}
/* line 90, ../sass/components/_experienced-team.scss */
.component-experienced-team .steps::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #86939e;
  position: absolute;
  top: 25px;
  left: 150px;
  transition: width 1.6s;
}
@media (max-width: 767px) {
  /* line 90, ../sass/components/_experienced-team.scss */
  .component-experienced-team .steps::before {
    display: none;
  }
}
/* line 107, ../sass/components/_experienced-team.scss */
.component-experienced-team .steps.animate::before {
  width: calc(100% - 300px);
}
@media (max-width: 768px) {
  /* line 107, ../sass/components/_experienced-team.scss */
  .component-experienced-team .steps.animate::before {
    width: calc(100% - 240px);
    left: 120px;
  }
}
/* line 118, ../sass/components/_experienced-team.scss */
.component-experienced-team .step {
  max-width: 280px;
  width: 100%;
  padding: 0 3px;
  text-align: center;
  counter-increment: steps;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 127, ../sass/components/_experienced-team.scss */
.component-experienced-team .step::before {
  content: counter(steps);
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 40px;
  border: 4px solid #e4b256;
  border-radius: 50%;
  background-color: #575a67;
  text-align: center;
  color: #ffffff;
  line-height: 2.5;
  position: relative;
  z-index: 2;
}
/* line 143, ../sass/components/_experienced-team.scss */
.component-experienced-team .step:nth-child(2) {
  transition-delay: 0.4s;
}
/* line 147, ../sass/components/_experienced-team.scss */
.component-experienced-team .step:nth-child(3) {
  transition-delay: 0.8s;
}
/* line 151, ../sass/components/_experienced-team.scss */
.component-experienced-team .step .step-icon {
  max-width: 103px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 151, ../sass/components/_experienced-team.scss */
  .component-experienced-team .step .step-icon {
    max-width: 70px;
  }
}
/* line 160, ../sass/components/_experienced-team.scss */
.component-experienced-team .step .step-title,
.component-experienced-team .step .copy-1 {
  margin: 0;
}

/* line 1, ../sass/components/_tech-customization.scss */
.component-tech-customization {
  width: 100%;
  height: 970px;
  padding: 0 10px;
  margin-bottom: 20px;
  background-color: #575a67;
  position: relative;
  overflow: hidden;
}
/* line 10, ../sass/components/_tech-customization.scss */
.component-tech-customization .copy {
  max-width: 1050px;
  height: 400px;
  margin: 100px auto 0;
}
/* line 17, ../sass/components/_tech-customization.scss */
.component-tech-customization .title::before {
  content: '';
  display: block;
  width: 1px;
  height: 0;
  margin: 60px 0 0 15px;
  background-color: #e4b256;
  position: absolute;
  transition: height 0.8s 0.8s;
}
/* line 28, ../sass/components/_tech-customization.scss */
.component-tech-customization .title::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  margin-top: -13px;
  background-color: #e4b256;
  position: absolute;
  right: 0;
  transition: width 1s;
}
/* line 41, ../sass/components/_tech-customization.scss */
.component-tech-customization .title.animate::before {
  height: 320px;
}
/* line 45, ../sass/components/_tech-customization.scss */
.component-tech-customization .title.animate::after {
  width: calc(100% - 500px);
}
/* line 51, ../sass/components/_tech-customization.scss */
.component-tech-customization .heading-1,
.component-tech-customization .copy-1 {
  margin: 0;
  color: #ffffff;
}
/* line 62, ../sass/components/_tech-customization.scss */
.component-tech-customization .heading-1 {
  display: inline-block;
  padding-right: 10px;
  background: #575a67;
  position: relative;
  z-index: 2;
}
/* line 70, ../sass/components/_tech-customization.scss */
.component-tech-customization .copy-1 {
  max-width: 560px;
  margin: 60px 0 0 100px;
}
/* line 75, ../sass/components/_tech-customization.scss */
.component-tech-customization .text-button {
  margin: 50px 0 0 100px;
}
/* line 84, ../sass/components/_tech-customization.scss */
.component-tech-customization .iphone {
  width: 541px;
  height: 282px;
  padding: 21px 70px 0 75px;
  margin: 160px 0 0 -160px;
  background: url("../images/components/technology/iphone.png") center no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
@media (max-width: 767px) {
  /* line 84, ../sass/components/_tech-customization.scss */
  .component-tech-customization .iphone {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* line 98, ../sass/components/_tech-customization.scss */
.component-tech-customization .iphone .iphone-image {
  max-width: 100%;
}
/* line 103, ../sass/components/_tech-customization.scss */
.component-tech-customization .ipad {
  width: 842px;
  height: 606px;
  padding: 50px 60px 80px 100px;
  background: url("../images/components/technology/ipad.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
@media (max-width: 768px) {
  /* line 103, ../sass/components/_tech-customization.scss */
  .component-tech-customization .ipad {
    left: 60%;
  }
}
@media (max-width: 767px) {
  /* line 103, ../sass/components/_tech-customization.scss */
  .component-tech-customization .ipad {
    display: none;
  }
}
/* line 122, ../sass/components/_tech-customization.scss */
.component-tech-customization .ipad .ipad-image {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

/* line 1, ../sass/components/_page.scss */
.basic-page {
  max-width: 1200px;
  padding: 20px 10px 100px;
  margin: auto;
}

/* line 2, ../sass/pages/_home.scss */
.page-template-page-home .component-hero {
  min-height: calc(100vh - 100px - 8vw);
  height: auto;
  background-position: top center;
  position: relative;
}
@media (max-width: 840px) {
  /* line 2, ../sass/pages/_home.scss */
  .page-template-page-home .component-hero {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  /* line 2, ../sass/pages/_home.scss */
  .page-template-page-home .component-hero {
    min-height: 100vh;
    padding-bottom: 25vh;
  }
}
@media (max-width: 767px) and (max-height: 880px) {
  /* line 2, ../sass/pages/_home.scss */
  .page-template-page-home .component-hero {
    padding-bottom: 0;
  }
}
/* line 24, ../sass/pages/_home.scss */
.page-template-page-home .hero-copy {
  max-width: 835px;
  min-height: 300px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1220px) {
  /* line 24, ../sass/pages/_home.scss */
  .page-template-page-home .hero-copy {
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  /* line 24, ../sass/pages/_home.scss */
  .page-template-page-home .hero-copy {
    max-width: 555px;
  }
}
@media (max-width: 840px) {
  /* line 24, ../sass/pages/_home.scss */
  .page-template-page-home .hero-copy {
    margin: auto;
  }
}
@media (max-width: 767px) {
  /* line 24, ../sass/pages/_home.scss */
  .page-template-page-home .hero-copy {
    max-height: none;
    margin: 0 auto 30px;
  }
}
/* line 47, ../sass/pages/_home.scss */
.page-template-page-home .hero-copy .heading-2 {
  max-width: 190px;
  line-height: 1;
}
@media (max-width: 767px) {
  /* line 52, ../sass/pages/_home.scss */
  .page-template-page-home .hero-copy .heading-3 {
    margin-top: 0;
  }
}
/* line 58, ../sass/pages/_home.scss */
.page-template-page-home .hero-copy .title {
  max-width: 250px;
  width: 100%;
  padding-right: 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 840px) {
  /* line 58, ../sass/pages/_home.scss */
  .page-template-page-home .hero-copy .title {
    max-width: none;
  }
}
/* line 72, ../sass/pages/_home.scss */
.page-template-page-home .hero-copy .copy {
  max-width: 585px;
  width: 100%;
  padding-right: 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 840px) {
  /* line 72, ../sass/pages/_home.scss */
  .page-template-page-home .hero-copy .copy {
    max-width: none;
  }
}
/* line 89, ../sass/pages/_home.scss */
.page-template-page-home .animate .hero-copy .title,
.page-template-page-home .animate .hero-copy .copy {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 96, ../sass/pages/_home.scss */
.page-template-page-home .animate .industries-block-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 101, ../sass/pages/_home.scss */
.page-template-page-home .hero-login {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex: 0 0 220px;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  height: 300px;
  padding: 20px;
  margin: auto;
  background: rgba(87, 90, 103, 0.91);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 100px;
}
@media (max-width: 1220px) {
  /* line 101, ../sass/pages/_home.scss */
  .page-template-page-home .hero-login {
    position: static;
    margin: 0 10px 100px 0;
  }
}
@media (max-width: 1024px) {
  /* line 101, ../sass/pages/_home.scss */
  .page-template-page-home .hero-login {
    height: 371px;
  }
}
@media (max-width: 840px) {
  /* line 101, ../sass/pages/_home.scss */
  .page-template-page-home .hero-login {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }
}
/* line 133, ../sass/pages/_home.scss */
.page-template-page-home .hero-login .login-title {
  margin: 0 0 40px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 840px) {
  /* line 133, ../sass/pages/_home.scss */
  .page-template-page-home .hero-login .login-title {
    margin-bottom: 0;
  }
}
/* line 144, ../sass/pages/_home.scss */
.page-template-page-home .hero-login .login-copy {
  max-width: 140px;
  margin: 0 0 20px;
  color: #ffffff;
}
@media (max-width: 840px) {
  /* line 144, ../sass/pages/_home.scss */
  .page-template-page-home .hero-login .login-copy {
    max-width: none;
    padding-top: 15px;
    margin-bottom: 5px;
  }
}
/* line 157, ../sass/pages/_home.scss */
.page-template-page-home .hero-login .login-copy::before {
  width: 120px;
  margin: -15px 0 0 10px;
}
@media (max-width: 840px) {
  /* line 157, ../sass/pages/_home.scss */
  .page-template-page-home .hero-login .login-copy::before {
    width: 120px;
    margin: -10px auto 0;
    left: 0;
    right: 0;
  }
}
/* line 170, ../sass/pages/_home.scss */
.page-template-page-home .hero-login .login-button {
  max-width: 140px;
  width: 100%;
  padding: 20px 10px;
  background-color: #e4b256;
  color: #ffffff;
}
@media (max-width: 840px) {
  /* line 170, ../sass/pages/_home.scss */
  .page-template-page-home .hero-login .login-button {
    padding: 10px;
  }
}
/* line 182, ../sass/pages/_home.scss */
.page-template-page-home .hero-login .login-button:hover {
  background-color: #bd9449;
  color: #ffffff;
}
/* line 189, ../sass/pages/_home.scss */
.page-template-page-home .industries-block-wrapper {
  max-width: none;
  width: 100%;
  margin: 0.5% 0 10px;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  transition: -webkit-transform 0.4s 0.4s;
  transition: transform 0.4s 0.4s;
  transition-timing-function: ease-in-out;
}
/* line 200, ../sass/pages/_home.scss */
.page-template-page-home .industry-block {
  width: 15.5%;
  margin: 0.5%;
  height: 13.8vw;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  /* line 200, ../sass/pages/_home.scss */
  .page-template-page-home .industry-block {
    width: 25.5%;
    height: 23.8vw;
  }
}
@media (max-width: 767px) {
  /* line 200, ../sass/pages/_home.scss */
  .page-template-page-home .industry-block {
    width: 31.5%;
    height: 30.8vw;
  }
}
/* line 218, ../sass/pages/_home.scss */
.page-template-page-home .component-case-studies {
  margin-bottom: 60px;
}

/* line 223, ../sass/pages/_home.scss */
.component-benefits {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 115px;
}
@media (max-width: 1400px) {
  /* line 223, ../sass/pages/_home.scss */
  .component-benefits {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
  }
}
/* line 238, ../sass/pages/_home.scss */
.component-benefits.animate .image,
.component-benefits.animate .copy {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/* line 245, ../sass/pages/_home.scss */
.component-benefits.animate .copy-1::before {
  width: 200%;
}
/* line 251, ../sass/pages/_home.scss */
.component-benefits .copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 610px;
  width: 100%;
  padding-right: 50px;
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1400px) {
  /* line 251, ../sass/pages/_home.scss */
  .component-benefits .copy {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 840px;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
/* line 273, ../sass/pages/_home.scss */
.component-benefits .image {
  position: relative;
  transition: opacity 0.8s 1.4s;
}
/* line 278, ../sass/pages/_home.scss */
.component-benefits .image[data-video] {
  cursor: pointer;
}
/* line 281, ../sass/pages/_home.scss */
.component-benefits .image[data-video]::after {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBTdmcgVmVjdG9yIEljb25zIDogaHR0cDovL3d3dy5vbmxpbmV3ZWJmb250cy5jb20vaWNvbiAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNlNGIyNTYiPgo8bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+CjxnPjxwYXRoIGQ9Ik01MDAsOTkwQzIyOS44LDk5MCwxMCw3NzAuMiwxMCw1MDBDMTAsMjI5LjgsMjI5LjgsMTAsNTAwLDEwYzI3MC4yLDAsNDkwLDIxOS44LDQ5MCw0OTBDOTkwLDc3MC4yLDc3MC4yLDk5MCw1MDAsOTkweiBNNTAwLDU2LjdDMjU1LjUsNTYuNyw1Ni43LDI1NS41LDU2LjcsNTAwYzAsMjQ0LjUsMTk4LjksNDQzLjMsNDQzLjMsNDQzLjNjMjQ0LjUsMCw0NDMuMy0xOTguOSw0NDMuMy00NDMuM0M5NDMuMywyNTUuNSw3NDQuNSw1Ni43LDUwMCw1Ni43eiIvPjxwYXRoIGQ9Ik0zNjIuMSwyODcuOUw3MjUsNTAwTDM2Mi4xLDY5OS43VjI4Ny45eiIvPjwvZz4KPC9zdmc+");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/* line 297, ../sass/pages/_home.scss */
.component-benefits .heading-1,
.component-benefits .copy-1 {
  max-width: 380px;
  width: 100%;
}
@media (max-width: 1400px) {
  /* line 303, ../sass/pages/_home.scss */
  .component-benefits .heading-1 {
    margin: 20px 0 0;
  }
}
/* line 310, ../sass/pages/_home.scss */
.component-benefits .heading-1 p {
  margin: 0;
}
/* line 315, ../sass/pages/_home.scss */
.component-benefits .copy-1 {
  margin-bottom: -20px;
}
@media (max-width: 1400px) {
  /* line 315, ../sass/pages/_home.scss */
  .component-benefits .copy-1 {
    max-width: 100%;
    margin-bottom: 0;
  }
}
/* line 323, ../sass/pages/_home.scss */
.component-benefits .copy-1::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #575a67;
  position: absolute;
  left: -100%;
  margin-top: -30px;
  transition: width 0.8s 0.6s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1400px) {
  /* line 323, ../sass/pages/_home.scss */
  .component-benefits .copy-1::before {
    display: none;
  }
}
/* line 341, ../sass/pages/_home.scss */
.component-benefits .benefits-image {
  max-width: 844px;
  width: 100%;
}

/* line 347, ../sass/pages/_home.scss */
.component-technology {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 800px;
  height: calc(100vh - 100px);
  padding: 0 10px;
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (max-width: 768px) {
  /* line 347, ../sass/pages/_home.scss */
  .component-technology {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 1100px;
  }
}
@media (max-width: 414px) {
  /* line 347, ../sass/pages/_home.scss */
  .component-technology {
    height: 910px;
    overflow: hidden;
  }
}
/* line 374, ../sass/pages/_home.scss */
.component-technology.animate .heading-2,
.component-technology.animate .copy {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 381, ../sass/pages/_home.scss */
.component-technology .technology-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -3vw;
     object-position: center -3vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  /* line 381, ../sass/pages/_home.scss */
  .component-technology .technology-image {
    -o-object-position: center 0;
       object-position: center 0;
  }
}
@media (max-width: 414px) {
  /* line 381, ../sass/pages/_home.scss */
  .component-technology .technology-image {
    height: 1280px;
  }
}
/* line 401, ../sass/pages/_home.scss */
.component-technology .heading-2,
.component-technology .copy {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 409, ../sass/pages/_home.scss */
.component-technology .heading-2 {
  max-width: 200px;
  margin-top: 5vw;
  color: #ffffff;
}
@media (max-width: 768px) {
  /* line 409, ../sass/pages/_home.scss */
  .component-technology .heading-2 {
    max-width: 430px;
    width: 100%;
    margin-top: 50px;
  }
}
/* line 422, ../sass/pages/_home.scss */
.component-technology .copy {
  margin: 5.5vw 0 0 11vw;
}
@media (max-width: 768px) {
  /* line 422, ../sass/pages/_home.scss */
  .component-technology .copy {
    margin: 0;
  }
}
/* line 430, ../sass/pages/_home.scss */
.component-technology .copy-1 {
  color: #ffffff;
  max-width: 430px;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 1260px) {
  /* line 430, ../sass/pages/_home.scss */
  .component-technology .copy-1 {
    margin-top: 0;
  }
}
/* line 441, ../sass/pages/_home.scss */
.component-technology .text-button {
  margin-top: 40px;
}
@media (max-width: 1260px) {
  /* line 441, ../sass/pages/_home.scss */
  .component-technology .text-button {
    margin-top: 0;
  }
}
/* line 449, ../sass/pages/_home.scss */
.component-technology .technology-figure {
  position: absolute;
  bottom: 0;
  left: -150px;
}
@media (max-width: 1600px) {
  /* line 449, ../sass/pages/_home.scss */
  .component-technology .technology-figure {
    left: -300px;
  }
}
@media (max-height: 1024px) {
  /* line 449, ../sass/pages/_home.scss */
  .component-technology .technology-figure {
    bottom: -70px;
  }
}
@media (max-width: 1023px) {
  /* line 449, ../sass/pages/_home.scss */
  .component-technology .technology-figure {
    left: -320px;
  }
}
@media (max-width: 620px) {
  /* line 449, ../sass/pages/_home.scss */
  .component-technology .technology-figure {
    margin: 0;
  }
}
@media (max-width: 414px) {
  /* line 449, ../sass/pages/_home.scss */
  .component-technology .technology-figure {
    left: -210px;
    bottom: 0;
  }
}
@media (max-width: 320px) {
  /* line 449, ../sass/pages/_home.scss */
  .component-technology .technology-figure {
    left: -190px;
  }
}
/* line 480, ../sass/pages/_home.scss */
.component-technology .technology-app {
  max-width: 880px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 620px) {
  /* line 480, ../sass/pages/_home.scss */
  .component-technology .technology-app {
    max-width: 100%;
  }
}
/* line 490, ../sass/pages/_home.scss */
.component-technology .technology-app.animate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/* line 495, ../sass/pages/_home.scss */
.component-technology .technology-caption {
  display: block;
  max-width: 325px;
  padding: 15px 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.75);
  color: #575a67;
  position: absolute;
  right: -210px;
  bottom: 110px;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 860px) {
  /* line 495, ../sass/pages/_home.scss */
  .component-technology .technology-caption {
    right: 20px;
  }
}
@media (max-width: 414px) {
  /* line 495, ../sass/pages/_home.scss */
  .component-technology .technology-caption {
    bottom: 90px;
    right: 50px;
  }
}
@media (max-width: 414px) {
  /* line 495, ../sass/pages/_home.scss */
  .component-technology .technology-caption {
    right: 30px;
  }
}
@media (max-width: 320px) {
  /* line 495, ../sass/pages/_home.scss */
  .component-technology .technology-caption {
    width: 300px;
    bottom: 50px;
    right: 10px;
  }
}
/* line 531, ../sass/pages/_home.scss */
.component-technology .technology-caption.animate {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/* line 535, ../sass/pages/_home.scss */
.component-technology .technology-caption.animate::before {
  width: 340px;
}
/* line 539, ../sass/pages/_home.scss */
.component-technology .technology-caption.animate::after {
  width: 65px;
  height: 65px;
  top: -267px;
  left: -267px;
}
/* line 547, ../sass/pages/_home.scss */
.component-technology .technology-caption::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  transition: width 0.8s 0.4s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 860px) {
  /* line 547, ../sass/pages/_home.scss */
  .component-technology .technology-caption::before {
    display: none;
  }
}
/* line 566, ../sass/pages/_home.scss */
.component-technology .technology-caption::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background: url("../images/components/technology/ring.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -247px;
  left: -237px;
  transition: width 0.8s 1.2s, height 0.8s 1.2s, left 0.8s 1.2s, top 0.8s 1.2s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 860px) {
  /* line 566, ../sass/pages/_home.scss */
  .component-technology .technology-caption::after {
    display: none;
  }
}

/* line 2, ../sass/pages/_technology.scss */
.page-template-page-technology .component-question-form {
  margin-top: 100px;
}

/* line 7, ../sass/pages/_technology.scss */
.component-double-paragraphs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  margin: 50px 0 90px;
}
/* line 14, ../sass/pages/_technology.scss */
.component-double-paragraphs .heading-1 {
  width: 100%;
  text-align: center;
}
/* line 20, ../sass/pages/_technology.scss */
.component-double-paragraphs .heading-1::before {
  left: 0;
  right: 0;
  margin: -25px auto 0;
}
/* line 27, ../sass/pages/_technology.scss */
.component-double-paragraphs .block {
  max-width: 530px;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border-top: 1px solid #575a67;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: max-width 0.8s, -webkit-transform 0.8s;
  transition: max-width 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 767px) {
  /* line 27, ../sass/pages/_technology.scss */
  .component-double-paragraphs .block {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
    border: 0;
  }
}
/* line 41, ../sass/pages/_technology.scss */
.component-double-paragraphs .block.animate {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 44, ../sass/pages/_technology.scss */
.component-double-paragraphs .block.animate .copy-1,
.component-double-paragraphs .block.animate .heading-4,
.component-double-paragraphs .block.animate ul {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
/* line 53, ../sass/pages/_technology.scss */
.component-double-paragraphs .block:first-of-type {
  padding: 0;
  border-right: 1px solid #575a67;
}
@media (max-width: 767px) {
  /* line 53, ../sass/pages/_technology.scss */
  .component-double-paragraphs .block:first-of-type {
    border: 0;
  }
}
/* line 61, ../sass/pages/_technology.scss */
.component-double-paragraphs .block:first-of-type .copy-1,
.component-double-paragraphs .block:first-of-type .heading-4,
.component-double-paragraphs .block:first-of-type ul {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
/* line 67, ../sass/pages/_technology.scss */
.component-double-paragraphs .block:first-of-type.animate {
  padding: 40px 80px 40px 0;
}
@media (max-width: 767px) {
  /* line 67, ../sass/pages/_technology.scss */
  .component-double-paragraphs .block:first-of-type.animate {
    padding: 0;
  }
}
/* line 74, ../sass/pages/_technology.scss */
.component-double-paragraphs .block:first-of-type.animate .copy-1,
.component-double-paragraphs .block:first-of-type.animate .heading-4,
.component-double-paragraphs .block:first-of-type.animate ul {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/* line 82, ../sass/pages/_technology.scss */
.component-double-paragraphs .block:last-child {
  padding: 0;
}
/* line 85, ../sass/pages/_technology.scss */
.component-double-paragraphs .block:last-child .copy-1,
.component-double-paragraphs .block:last-child .heading-4,
.component-double-paragraphs .block:last-child ul {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
/* line 91, ../sass/pages/_technology.scss */
.component-double-paragraphs .block:last-child.animate {
  padding: 40px 10px 40px 80px;
}
@media (max-width: 767px) {
  /* line 91, ../sass/pages/_technology.scss */
  .component-double-paragraphs .block:last-child.animate {
    padding: 0;
  }
}
/* line 98, ../sass/pages/_technology.scss */
.component-double-paragraphs .block:last-child.animate .copy-1,
.component-double-paragraphs .block:last-child.animate .heading-4,
.component-double-paragraphs .block:last-child.animate ul {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/* line 106, ../sass/pages/_technology.scss */
.component-double-paragraphs .block .copy-1,
.component-double-paragraphs .block .heading-4,
.component-double-paragraphs .block ul {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 116, ../sass/pages/_technology.scss */
.component-double-paragraphs .block .heading-4 {
  color: #575a67;
}
/* line 120, ../sass/pages/_technology.scss */
.component-double-paragraphs .block ul {
  color: #86939e;
  line-height: 2;
}

/* line 127, ../sass/pages/_technology.scss */
.component-integration {
  padding: 0 20px;
  margin-top: 100px;
  position: relative;
}
/* line 132, ../sass/pages/_technology.scss */
.component-integration::after {
  content: '';
  display: block;
  max-width: 1050px;
  width: 92%;
  height: 1px;
  margin: auto;
  background-color: #86939e;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 146, ../sass/pages/_technology.scss */
.component-integration .copy {
  text-align: center;
}
/* line 150, ../sass/pages/_technology.scss */
.component-integration .copy.animate .heading-1,
.component-integration .copy.animate .copy-1,
.component-integration .copy.animate .heading-5 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 158, ../sass/pages/_technology.scss */
.component-integration .copy.animate .heading-5::before {
  width: 290px;
}
/* line 164, ../sass/pages/_technology.scss */
.component-integration .copy .heading-1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 171, ../sass/pages/_technology.scss */
.component-integration .copy .copy-1 {
  max-width: 830px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 181, ../sass/pages/_technology.scss */
.component-integration .blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px auto;
  padding-bottom: 70px;
  background: url("../images/components/integration/integration-bg.jpg") calc(50% - 200px) center no-repeat;
}
/* line 190, ../sass/pages/_technology.scss */
.component-integration .heading-5 {
  padding: 0 0 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 198, ../sass/pages/_technology.scss */
.component-integration .heading-5::before {
  height: 1px;
  width: 0;
  margin: 45px auto 0;
  left: 0;
  right: 0;
  transition: width 0.8s 0.4s;
  transition-timing-function: ease-in-out;
}
/* line 210, ../sass/pages/_technology.scss */
.component-integration .block-1::before {
  width: 1px;
  height: 0;
  background-color: #e9e9e9;
  left: 0;
  right: 0;
  top: -80px;
  margin: auto;
  transition: height 0.8s 0.6s;
  transition-timing-function: ease-in-out;
}
/* line 223, ../sass/pages/_technology.scss */
.component-integration .block-1.animate::before {
  height: 130px;
}
/* line 229, ../sass/pages/_technology.scss */
.component-integration .block-2 {
  margin-left: 750px;
}
@media (max-width: 1360px) {
  /* line 229, ../sass/pages/_technology.scss */
  .component-integration .block-2 {
    margin-left: 0;
  }
}
/* line 236, ../sass/pages/_technology.scss */
.component-integration .block-2::before {
  width: 0;
  height: 1px;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  top: -238px;
  left: -77px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  transition: width 0.8s ease-in, height 0.8s 0.8s ease-out, -webkit-transform 0.8s;
  transition: width 0.8s ease-in, height 0.8s 0.8s ease-out, transform 0.8s;
}
/* line 248, ../sass/pages/_technology.scss */
.component-integration .block-2.animate::before {
  width: 340px;
  height: 289px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 256, ../sass/pages/_technology.scss */
.component-integration .block-3 {
  margin-left: 540px;
}
@media (max-width: 1360px) {
  /* line 256, ../sass/pages/_technology.scss */
  .component-integration .block-3 {
    margin-left: 0;
  }
}
/* line 263, ../sass/pages/_technology.scss */
.component-integration .block-3::after {
  width: 1px;
  height: 0;
  left: 225px;
  top: -221px;
  background-color: #e9e9e9;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  transition: height 0.8s, -webkit-transform 0.8s;
  transition: height 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 275, ../sass/pages/_technology.scss */
.component-integration .block-3.animate::after {
  height: 271px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 282, ../sass/pages/_technology.scss */
.component-integration .block-4 {
  margin-right: -200px;
}
@media (max-width: 1360px) {
  /* line 282, ../sass/pages/_technology.scss */
  .component-integration .block-4 {
    margin-right: 0;
  }
}
/* line 289, ../sass/pages/_technology.scss */
.component-integration .block-4::after {
  width: 1px;
  height: 0;
  left: 245px;
  top: -221px;
  background-color: #e9e9e9;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  transition: height 0.8s, -webkit-transform 0.8s;
  transition: height 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
/* line 301, ../sass/pages/_technology.scss */
.component-integration .block-4.animate::after {
  height: 271px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* line 309, ../sass/pages/_technology.scss */
.integration-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 555px;
  width: 100%;
  height: 270px;
  margin: 0 0 35px;
  padding: 50px 33px 0;
  border-radius: 5px;
  background-color: #575a67;
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (max-width: 1360px) {
  /* line 309, ../sass/pages/_technology.scss */
  .integration-block {
    height: auto;
    padding: 35px 33px 15px;
  }
}
/* line 328, ../sass/pages/_technology.scss */
.integration-block::after, .integration-block::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1360px) {
  /* line 328, ../sass/pages/_technology.scss */
  .integration-block::after, .integration-block::before {
    display: none;
  }
}
/* line 341, ../sass/pages/_technology.scss */
.integration-block .title {
  max-width: 265px;
  width: 100%;
  padding-left: 10px;
  margin: 0 0 20px;
  border: 1px solid #ffffff;
  color: #e4b256;
  font-weight: 700;
  font-size: 18px;
}
/* line 353, ../sass/pages/_technology.scss */
.integration-block .copy-2 {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  max-width: 320px;
  width: 100%;
  color: #ffffff;
}

/* line 3, ../sass/pages/_about.scss */
.page-template-page-about .component-hero .heading-2 {
  max-width: 200px;
}
@media (max-width: 767px) {
  /* line 7, ../sass/pages/_about.scss */
  .page-template-page-about .component-hero .hero-copy {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* line 16, ../sass/pages/_about.scss */
.component-staff-blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1075px;
  margin: auto;
}
@media (max-width: 1074px) {
  /* line 16, ../sass/pages/_about.scss */
  .component-staff-blocks {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* line 27, ../sass/pages/_about.scss */
.component-staff-blocks .copy-1 {
  width: 100%;
  text-align: center;
  color: #575a67;
}

/* line 34, ../sass/pages/_about.scss */
.staff-block {
  width: 100%;
  max-width: 185px;
  margin: 15px;
  position: relative;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
@media (max-width: 767px) {
  /* line 34, ../sass/pages/_about.scss */
  .staff-block {
    max-width: calc(50% - 20px);
    margin: 7px;
  }
}
/* line 48, ../sass/pages/_about.scss */
.staff-block:hover .staff-link {
  opacity: 1;
}
/* line 53, ../sass/pages/_about.scss */
.staff-block .staff-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(87, 90, 103, 0.8);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.2s;
  transition-timing-function: ease-in-out;
}
/* line 71, ../sass/pages/_about.scss */
.staff-block .staff-image {
  display: block;
  max-width: 100%;
}
/* line 76, ../sass/pages/_about.scss */
.staff-block .name,
.staff-block .title {
  display: block;
  color: #ffffff;
}
/* line 82, ../sass/pages/_about.scss */
.staff-block .name {
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 87, ../sass/pages/_about.scss */
.staff-block .title {
  margin: 0;
  font-size: 14px;
}

/* line 93, ../sass/pages/_about.scss */
.staff-copy {
  padding: 0 10px;
  margin-bottom: 150px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1150px) {
  /* line 101, ../sass/pages/_about.scss */
  .staff-copy br {
    display: none;
  }
}

/* line 2, ../sass/pages/_staff.scss */
.page-template-page-staff .heading-5 {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  /* line 2, ../sass/pages/_staff.scss */
  .page-template-page-staff .heading-5 {
    margin-top: 60px;
  }
}
/* line 10, ../sass/pages/_staff.scss */
.page-template-page-staff .heading-5::before {
  left: 0;
  right: 0;
  margin: -25px auto 0;
}
/* line 17, ../sass/pages/_staff.scss */
.page-template-page-staff .heading-5,
.page-template-page-staff .heading-1 {
  text-align: center;
}

/* line 23, ../sass/pages/_staff.scss */
.component-staff-bios {
  margin: 0 0 140px;
}

/* line 27, ../sass/pages/_staff.scss */
.bio-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1140px;
  margin: auto;
  padding: 150px 100px 100px 0;
  border-bottom: 1px solid #86939e;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1024px) {
  /* line 27, ../sass/pages/_staff.scss */
  .bio-block {
    padding: 150px 20px;
  }
}
@media (max-width: 840px) {
  /* line 27, ../sass/pages/_staff.scss */
  .bio-block {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  /* line 27, ../sass/pages/_staff.scss */
  .bio-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 90px 20px 20px;
  }
}
/* line 51, ../sass/pages/_staff.scss */
.bio-block:nth-child(even) .bio-image {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 100px 10px 0;
}
@media (max-width: 1024px) {
  /* line 51, ../sass/pages/_staff.scss */
  .bio-block:nth-child(even) .bio-image {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 51, ../sass/pages/_staff.scss */
  .bio-block:nth-child(even) .bio-image {
    margin: 10px auto 20px;
  }
}
/* line 65, ../sass/pages/_staff.scss */
.bio-block .heading-2 {
  margin: 0;
}
/* line 69, ../sass/pages/_staff.scss */
.bio-block .copy-1 {
  margin: 5px 0 0;
  color: #575a67;
}
/* line 80, ../sass/pages/_staff.scss */
.bio-block .bio-image {
  max-width: 260px;
  margin: 0 0 10px 90px;
}
@media (max-width: 1024px) {
  /* line 80, ../sass/pages/_staff.scss */
  .bio-block .bio-image {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  /* line 80, ../sass/pages/_staff.scss */
  .bio-block .bio-image {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 auto 20px;
  }
}

/* line 1, ../sass/pages/_approach.scss */
.component-mobile-app {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 10px;
}
@media (max-width: 1023px) {
  /* line 1, ../sass/pages/_approach.scss */
  .component-mobile-app {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 12, ../sass/pages/_approach.scss */
.component-mobile-app.animate .image,
.component-mobile-app.animate .copy {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 17, ../sass/pages/_approach.scss */
.component-mobile-app.animate .copy {
  opacity: 1;
}
/* line 22, ../sass/pages/_approach.scss */
.component-mobile-app .copy {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  max-width: 500px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1023px) {
  /* line 22, ../sass/pages/_approach.scss */
  .component-mobile-app .copy {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
/* line 36, ../sass/pages/_approach.scss */
.component-mobile-app .heading-1 {
  max-width: 400px;
  font-weight: 700;
}
/* line 41, ../sass/pages/_approach.scss */
.component-mobile-app .image {
  max-width: 880px;
  width: calc(100% - 490px);
  margin: 0 80px 0 -100px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1023px) {
  /* line 41, ../sass/pages/_approach.scss */
  .component-mobile-app .image {
    width: 100%;
    margin: 90px 0 0 -30%;
  }
}

/* line 3, ../sass/pages/_contact.scss */
.page-template-page-contact .component-hero {
  margin-bottom: 20px;
}
/* line 6, ../sass/pages/_contact.scss */
.page-template-page-contact .component-hero .hero-copy {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
}
@media (max-width: 767px) {
  /* line 6, ../sass/pages/_contact.scss */
  .page-template-page-contact .component-hero .hero-copy {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 90%;
    padding: 0;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  /* line 18, ../sass/pages/_contact.scss */
  .page-template-page-contact .component-hero .hero-copy::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
}
/* line 33, ../sass/pages/_contact.scss */
.page-template-page-contact .component-hero .copy,
.page-template-page-contact .component-hero .title {
  background-color: transparent;
  width: auto;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 40, ../sass/pages/_contact.scss */
  .page-template-page-contact .component-hero .title {
    max-width: 460px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 47, ../sass/pages/_contact.scss */
  .page-template-page-contact .component-hero .copy {
    max-width: 270px;
  }
}
/* line 52, ../sass/pages/_contact.scss */
.page-template-page-contact .component-hero .copy p {
  color: #ffffff;
}
/* line 57, ../sass/pages/_contact.scss */
.page-template-page-contact .component-hero .heading-2 {
  margin: 0 0 30px;
  color: #e4b256;
}

/* line 65, ../sass/pages/_contact.scss */
.component-contact-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 190px 20px 140px;
  margin-top: 20px;
  background-color: #575a67;
}
@media (max-width: 1023px) {
  /* line 65, ../sass/pages/_contact.scss */
  .component-contact-form {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 10px 100px;
  }
}
/* line 81, ../sass/pages/_contact.scss */
.component-contact-form .copy {
  max-width: 420px;
  width: 100%;
  margin-right: 125px;
}
@media (max-width: 1024px) {
  /* line 81, ../sass/pages/_contact.scss */
  .component-contact-form .copy {
    margin-right: 65px;
  }
}
@media (max-width: 1023px) {
  /* line 81, ../sass/pages/_contact.scss */
  .component-contact-form .copy {
    max-width: 620px;
    margin-right: 0;
  }
}
/* line 96, ../sass/pages/_contact.scss */
.component-contact-form .heading-5 {
  color: #ffffff;
}
/* line 100, ../sass/pages/_contact.scss */
.component-contact-form .heading-5::before {
  width: 90px;
}
/* line 105, ../sass/pages/_contact.scss */
.component-contact-form .heading-1 {
  max-width: 300px;
  line-height: 1;
  color: #e4b256;
}
/* line 111, ../sass/pages/_contact.scss */
.component-contact-form .copy-1 {
  color: #ffffff;
}
/* line 115, ../sass/pages/_contact.scss */
.component-contact-form .heading-4 {
  margin: -30px 0 30px;
  text-align: center;
  color: #e4b256;
}
@media (max-width: 1023px) {
  /* line 115, ../sass/pages/_contact.scss */
  .component-contact-form .heading-4 {
    margin-top: 50px;
  }
}
/* line 129, ../sass/pages/_contact.scss */
.component-contact-form .gform_fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 620px;
}
/* line 137, ../sass/pages/_contact.scss */
.component-contact-form .gfield {
  width: 48.5%;
  margin-bottom: 20px;
}
/* line 141, ../sass/pages/_contact.scss */
.component-contact-form .gfield.address, .component-contact-form .gfield.email, .component-contact-form .gfield.comment {
  width: 100%;
}
/* line 147, ../sass/pages/_contact.scss */
.component-contact-form .gfield.city {
  width: 60%;
}
@media (max-width: 767px) {
  /* line 147, ../sass/pages/_contact.scss */
  .component-contact-form .gfield.city {
    width: 100%;
  }
}
/* line 155, ../sass/pages/_contact.scss */
.component-contact-form .gfield.state {
  width: 12%;
}
@media (max-width: 767px) {
  /* line 155, ../sass/pages/_contact.scss */
  .component-contact-form .gfield.state {
    width: 48.5%;
  }
}
/* line 163, ../sass/pages/_contact.scss */
.component-contact-form .gfield.zip {
  width: 22.5%;
}
@media (max-width: 767px) {
  /* line 163, ../sass/pages/_contact.scss */
  .component-contact-form .gfield.zip {
    width: 48.5%;
  }
}
/* line 177, ../sass/pages/_contact.scss */
.component-contact-form select {
  padding: 0 10px 0 20px;
  background: #ffffff;
}
/* line 183, ../sass/pages/_contact.scss */
.component-contact-form textarea {
  height: 145px;
}
/* line 187, ../sass/pages/_contact.scss */
.component-contact-form .validation_error {
  margin-bottom: 20px;
  color: #cf665b;
  text-align: center;
  font-weight: 700;
}
/* line 194, ../sass/pages/_contact.scss */
.component-contact-form .validation_message {
  margin-top: 5px;
  color: #cf665b;
  text-indent: 10px;
}
/* line 200, ../sass/pages/_contact.scss */
.component-contact-form .gform_confirmation_message {
  color: #ffffff;
}

/* line 205, ../sass/pages/_contact.scss */
.contact-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 40px 0 0;
}
/* line 211, ../sass/pages/_contact.scss */
.contact-info dt,
.contact-info dd {
  margin: 0;
  color: #ffffff;
}
/* line 217, ../sass/pages/_contact.scss */
.contact-info dt a,
.contact-info dd a {
  text-decoration: none;
  color: #e4b256;
}
/* line 222, ../sass/pages/_contact.scss */
.contact-info dt a:hover,
.contact-info dd a:hover {
  color: #bd9449;
}
/* line 228, ../sass/pages/_contact.scss */
.contact-info dt {
  width: 30%;
}
/* line 232, ../sass/pages/_contact.scss */
.contact-info dd {
  width: 70%;
}

/* line 237, ../sass/pages/_contact.scss */
.component-locations {
  position: relative;
  padding: 0 10px;
}
/* line 242, ../sass/pages/_contact.scss */
.component-locations.animate::after {
  width: calc(50% + 100px);
}
/* line 247, ../sass/pages/_contact.scss */
.component-locations::after {
  content: '';
  display: block;
  width: 0;
  height: calc(100% - 245px);
  background-color: #f5f5f5;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: width 0.8s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1024px) {
  /* line 247, ../sass/pages/_contact.scss */
  .component-locations::after {
    display: none;
  }
}
/* line 265, ../sass/pages/_contact.scss */
.component-locations .heading-1 {
  display: block;
  max-width: 1100px;
  margin: 50px auto;
}
@media (max-width: 1023px) {
  /* line 265, ../sass/pages/_contact.scss */
  .component-locations .heading-1 {
    width: 100%;
    max-width: 500px;
  }
}
/* line 278, ../sass/pages/_contact.scss */
.component-locations .heading-4 .title {
  display: block;
  font-weight: 400;
}
/* line 284, ../sass/pages/_contact.scss */
.component-locations .location-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1100px;
  margin: auto;
}

/* line 295, ../sass/pages/_contact.scss */
.location-block {
  width: 50%;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  /* line 295, ../sass/pages/_contact.scss */
  .location-block {
    width: 100%;
    max-width: 500px;
  }
}
/* line 308, ../sass/pages/_contact.scss */
.location-block .contact-info {
  max-width: 450px;
}
/* line 311, ../sass/pages/_contact.scss */
.location-block .contact-info dt,
.location-block .contact-info dd {
  font-weight: 400;
  color: #86939e;
}

/* line 3, ../sass/pages/_services.scss */
.page-template-page-services-listing .component-hero .hero-copy {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 750px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 3, ../sass/pages/_services.scss */
  .page-template-page-services-listing .component-hero .hero-copy {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: none;
    max-width: 90%;
    border-radius: 0;
  }
}
/* line 18, ../sass/pages/_services.scss */
.page-template-page-services-listing .component-hero .title {
  width: 100%;
  padding-top: 35px;
  background: #ffffff;
}
/* line 24, ../sass/pages/_services.scss */
.page-template-page-services-listing .component-hero .heading-5,
.page-template-page-services-listing .component-hero .heading-2 {
  width: 100%;
  max-width: none;
  color: #575a67;
}
/* line 31, ../sass/pages/_services.scss */
.page-template-page-services-listing .component-hero .heading-2 {
  max-width: 530px;
  margin: 30px 0 0;
  font-weight: 700;
  line-height: 1;
}
/* line 39, ../sass/pages/_services.scss */
.page-template-page-services-listing .component-hero .copy {
  width: 100%;
  background: #ffffff;
}
/* line 43, ../sass/pages/_services.scss */
.page-template-page-services-listing .component-hero .copy p {
  margin: 0;
}
/* line 48, ../sass/pages/_services.scss */
.page-template-page-services-listing .component-hero .text {
  max-width: 630px;
}
/* line 53, ../sass/pages/_services.scss */
.page-template-page-services-listing .component-services {
  margin-top: 10px;
}
/* line 58, ../sass/pages/_services.scss */
.page-template-page-services-listing .component-schedule-consultation-generic .heading-3 {
  max-width: 360px;
}

/* line 65, ../sass/pages/_services.scss */
.single-services .other-services {
  padding: 120px 0;
  background: #575a67;
}
@media (max-width: 1024px) {
  /* line 65, ../sass/pages/_services.scss */
  .single-services .other-services {
    padding-top: 50px;
  }
}
/* line 73, ../sass/pages/_services.scss */
.single-services .other-services .heading-1 {
  max-width: 1105px;
  padding: 0 10px;
  margin: 0 auto 50px;
  color: #ffffff;
}

/* line 82, ../sass/pages/_services.scss */
.component-services-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
/* line 91, ../sass/pages/_services.scss */
.component-services-content .wysiwyg-copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 660px;
  padding: 50px 0 50px 10px;
  margin: 0 100px 0 auto;
}
@media (max-width: 1024px) {
  /* line 91, ../sass/pages/_services.scss */
  .component-services-content .wysiwyg-copy {
    max-width: 100%;
    padding: 30px;
    margin: auto;
  }
}
/* line 106, ../sass/pages/_services.scss */
.component-services-content .services-image {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  display: block;
  max-width: 575px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  /* line 106, ../sass/pages/_services.scss */
  .component-services-content .services-image {
    display: none;
  }
}

/* line 118, ../sass/pages/_services.scss */
.component-services-include {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 65px 10px 90px;
  margin-bottom: 15px;
  background-color: #575a67;
}
@media (max-width: 1023px) {
  /* line 118, ../sass/pages/_services.scss */
  .component-services-include {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 10px 50px;
  }
}
/* line 131, ../sass/pages/_services.scss */
.component-services-include .wysiwyg-copy {
  color: #ffffff;
}
@media (max-width: 1023px) {
  /* line 131, ../sass/pages/_services.scss */
  .component-services-include .wysiwyg-copy {
    width: 100%;
  }
}
/* line 138, ../sass/pages/_services.scss */
.component-services-include .wysiwyg-copy.sevcies-include {
  max-width: 800px;
  margin-right: 110px;
}
@media (max-width: 1023px) {
  /* line 138, ../sass/pages/_services.scss */
  .component-services-include .wysiwyg-copy.sevcies-include {
    margin: 0;
  }
}
/* line 147, ../sass/pages/_services.scss */
.component-services-include .wysiwyg-copy.reference-links {
  max-width: 400px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 147, ../sass/pages/_services.scss */
  .component-services-include .wysiwyg-copy.reference-links {
    max-width: none;
  }
}
/* line 155, ../sass/pages/_services.scss */
.component-services-include .wysiwyg-copy.reference-links::after {
  content: '';
  display: block;
  width: 300px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  /* line 155, ../sass/pages/_services.scss */
  .component-services-include .wysiwyg-copy.reference-links::after {
    display: none;
  }
}
/* line 171, ../sass/pages/_services.scss */
.component-services-include .wysiwyg-copy .heading-1 {
  color: #e4b256;
}
/* line 176, ../sass/pages/_services.scss */
.component-services-include .wysiwyg-copy .heading-3 {
  margin-top: 60px;
  color: #ffffff;
  font-weight: 700;
}
/* line 182, ../sass/pages/_services.scss */
.component-services-include .wysiwyg-copy ul {
  max-width: 580px;
  line-height: 2;
}
/* line 187, ../sass/pages/_services.scss */
.component-services-include .wysiwyg-copy p {
  color: #ffffff;
}
/* line 191, ../sass/pages/_services.scss */
.component-services-include .wysiwyg-copy a {
  color: #e4b256;
  text-decoration: none;
  word-wrap: break-word;
}

/* line 4, ../sass/pages/_careers.scss */
.page-template-page-careers .component-hero .hero-copy {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
}
/* line 9, ../sass/pages/_careers.scss */
.page-template-page-careers .component-hero .title,
.page-template-page-careers .component-hero .copy {
  width: 100%;
  background-color: transparent;
}
/* line 15, ../sass/pages/_careers.scss */
.page-template-page-careers .component-hero .heading-5,
.page-template-page-careers .component-hero .heading-2 {
  color: #575a67;
}
/* line 20, ../sass/pages/_careers.scss */
.page-template-page-careers .component-hero .heading-2 {
  margin: 30px 0;
}
/* line 25, ../sass/pages/_careers.scss */
.page-template-page-careers .component-hero .text {
  max-width: 450px;
}
/* line 30, ../sass/pages/_careers.scss */
.page-template-page-careers .component-hero .text-button {
  margin-top: 50px;
}

/* line 36, ../sass/pages/_careers.scss */
.component-career-listing {
  max-width: 1470px;
  width: 100%;
  padding-top: 120px;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  /* line 36, ../sass/pages/_careers.scss */
  .component-career-listing {
    padding-top: 60px;
  }
}
/* line 46, ../sass/pages/_careers.scss */
.component-career-listing .career-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 53, ../sass/pages/_careers.scss */
.component-career-listing .heading-1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  /* line 53, ../sass/pages/_careers.scss */
  .component-career-listing .heading-1 {
    text-align: center;
  }
}
/* line 63, ../sass/pages/_careers.scss */
.component-career-listing .text-button {
  display: block;
  margin: 50px auto 0;
}
/* line 69, ../sass/pages/_careers.scss */
.component-career-listing .career-block:nth-child(n+4) {
  display: none;
}
/* line 76, ../sass/pages/_careers.scss */
.component-career-listing.show-full-list .career-block:nth-child(n+4) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 83, ../sass/pages/_careers.scss */
.career-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 460px;
  width: 100%;
  height: 410px;
  padding-left: 110px;
  margin: 0 15px 30px;
  background-color: #575a67;
  border-radius: 5px;
}
@media (max-width: 540px) {
  /* line 83, ../sass/pages/_careers.scss */
  .career-block {
    max-width: 300px;
    height: auto;
    padding: 0 30px;
  }
}
/* line 101, ../sass/pages/_careers.scss */
.career-block .heading-3 {
  max-width: 260px;
  margin-top: 65px;
  color: #ffffff;
}
/* line 108, ../sass/pages/_careers.scss */
.career-block .text-button {
  margin-top: auto;
}
@media (max-width: 540px) {
  /* line 108, ../sass/pages/_careers.scss */
  .career-block .text-button {
    margin: 0;
  }
}
/* line 116, ../sass/pages/_careers.scss */
.career-block .copy-1 {
  padding-left: 35px;
  margin: 80px 0 55px;
  color: #ffffff;
  background: url("../images/global/map-pin.svg") left center no-repeat;
  position: relative;
}
/* line 123, ../sass/pages/_careers.scss */
.career-block .copy-1::after {
  content: '';
  width: 240px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: -35px;
  left: 0;
}

/* line 136, ../sass/pages/_careers.scss */
.single-careers .site-container {
  position: relative;
}

/* line 141, ../sass/pages/_careers.scss */
.component-careers-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1090px;
  margin: 100px auto 150px;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  /* line 141, ../sass/pages/_careers.scss */
  .component-careers-content {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 151, ../sass/pages/_careers.scss */
.component-careers-content::after {
  content: '';
  display: block;
  width: calc(50%  + 228px);
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  left: calc(50% - 228px);
  top: 180px;
  z-index: -1;
}
@media (max-width: 1024px) {
  /* line 151, ../sass/pages/_careers.scss */
  .component-careers-content::after {
    display: none;
  }
}
/* line 177, ../sass/pages/_careers.scss */
.component-careers-content .careers-copy p a,
.component-careers-content .how-to-apply p a {
  color: #e4b256;
  text-decoration: none;
}
/* line 181, ../sass/pages/_careers.scss */
.component-careers-content .careers-copy p a:hover,
.component-careers-content .how-to-apply p a:hover {
  color: #bd9449;
}
/* line 188, ../sass/pages/_careers.scss */
.component-careers-content .careers-copy {
  max-width: 580px;
  margin-right: 60px;
}
@media (max-width: 1023px) {
  /* line 188, ../sass/pages/_careers.scss */
  .component-careers-content .careers-copy {
    margin-right: 0;
  }
}
/* line 204, ../sass/pages/_careers.scss */
.component-careers-content .careers-copy ul li {
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}
/* line 209, ../sass/pages/_careers.scss */
.component-careers-content .careers-copy ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e4b256;
  position: absolute;
  left: 10px;
  top: 9px;
}
/* line 227, ../sass/pages/_careers.scss */
.component-careers-content .careers-copy .excerpt {
  max-width: 520px;
}
/* line 233, ../sass/pages/_careers.scss */
.component-careers-content .how-to-apply {
  max-width: 450px;
}
/* line 236, ../sass/pages/_careers.scss */
.component-careers-content .how-to-apply .heading-2 {
  margin: 60px 0 0;
  font-weight: 700;
}
/* line 241, ../sass/pages/_careers.scss */
.component-careers-content .how-to-apply p {
  font-size: 18px;
}

/* line 247, ../sass/pages/_careers.scss */
.component-awards {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 70px;
  padding: 45px 0;
  border-top: 1px solid #86939e;
  border-bottom: 1px solid #86939e;
}
@media (max-width: 767px) {
  /* line 247, ../sass/pages/_careers.scss */
  .component-awards {
    padding: 45px 10px 0;
  }
}
@media (max-width: 767px) {
  /* line 259, ../sass/pages/_careers.scss */
  .component-awards.count-1 {
    padding-bottom: 45px;
  }
}
/* line 265, ../sass/pages/_careers.scss */
.component-awards.count-1 .award {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
/* line 269, ../sass/pages/_careers.scss */
.component-awards.count-1 .copy-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 360px;
  width: 40%;
}
/* line 276, ../sass/pages/_careers.scss */
.component-awards.count-1 .copy-1::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #86939e;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 289, ../sass/pages/_careers.scss */
.component-awards.count-1 .award-image {
  max-width: 40%;
}
/* line 294, ../sass/pages/_careers.scss */
.component-awards.count-2, .component-awards.count-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  /* line 294, ../sass/pages/_careers.scss */
  .component-awards.count-2, .component-awards.count-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
/* line 302, ../sass/pages/_careers.scss */
.component-awards.count-2 .award, .component-awards.count-3 .award {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 302, ../sass/pages/_careers.scss */
  .component-awards.count-2 .award, .component-awards.count-3 .award {
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin: 0 0 30px;
    padding-top: 30px;
  }
}
/* line 315, ../sass/pages/_careers.scss */
.component-awards.count-2 .award::before, .component-awards.count-3 .award::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #86939e;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  /* line 315, ../sass/pages/_careers.scss */
  .component-awards.count-2 .award::before, .component-awards.count-3 .award::before {
    width: 100%;
    height: 1px;
    top: 0;
  }
}
/* line 332, ../sass/pages/_careers.scss */
.component-awards.count-2 .award:first-child::before, .component-awards.count-3 .award:first-child::before {
  display: none;
}
/* line 338, ../sass/pages/_careers.scss */
.component-awards.count-2 .copy-1, .component-awards.count-3 .copy-1 {
  max-width: 360px;
  margin: auto 0 0;
}
@media (max-width: 767px) {
  /* line 338, ../sass/pages/_careers.scss */
  .component-awards.count-2 .copy-1, .component-awards.count-3 .copy-1 {
    margin-top: 20px;
  }
}
/* line 347, ../sass/pages/_careers.scss */
.component-awards.count-2 .award-image, .component-awards.count-3 .award-image {
  max-width: 90%;
  margin: auto 0 30px;
}
/* line 353, ../sass/pages/_careers.scss */
.component-awards .award {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  /* line 359, ../sass/pages/_careers.scss */
  .component-awards .copy-1 {
    line-height: 1.4;
  }
}

/* line 1, ../sass/pages/_documents.scss */
.component-documents-copy {
  max-width: 1050px;
  padding: 0 10px;
  margin: 75px auto;
}
/* line 11, ../sass/pages/_documents.scss */
.component-documents-copy .wysiwyg-copy {
  max-width: 530px;
}

/* line 16, ../sass/pages/_documents.scss */
.component-documents-list {
  padding: 80px 0;
  background: #575a67;
}
/* line 20, ../sass/pages/_documents.scss */
.component-documents-list .open-documents-group {
  display: block;
  max-width: 930px;
  width: 100%;
  padding: 20px 60px 20px 20px;
  margin: auto;
  border-top: 1px solid #86939e;
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  position: relative;
}
/* line 35, ../sass/pages/_documents.scss */
.component-documents-list .open-documents-group::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/global/arrow-gold.svg") center no-repeat;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 48, ../sass/pages/_documents.scss */
.component-documents-list .open-documents-group.open, .component-documents-list .open-documents-group:last-of-type {
  border-bottom: 1px solid #86939e;
}
/* line 54, ../sass/pages/_documents.scss */
.component-documents-list .open-documents-group.open + .documents-group {
  display: block;
}
/* line 60, ../sass/pages/_documents.scss */
.component-documents-list .documents-group {
  display: none;
  max-width: 915px;
  width: 100%;
  padding: 20px 60px 20px 20px;
  margin: 0 auto 25px;
  background-color: rgba(216, 216, 216, 0.13);
}
/* line 69, ../sass/pages/_documents.scss */
.component-documents-list .document {
  display: block;
  padding: 15px 40px 15px 50px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  background: url("../images/global/icon-pdf.svg") left 20px center no-repeat;
  position: relative;
}
/* line 80, ../sass/pages/_documents.scss */
.component-documents-list .document:last-child {
  border-bottom: 0;
}
/* line 84, ../sass/pages/_documents.scss */
.component-documents-list .document::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/global/icon-download.svg") center no-repeat;
  position: absolute;
  right: 5px;
  bottom: 10px;
}

/* line 2, ../sass/pages/_industry.scss */
.single-industries .component-hero {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
/* line 6, ../sass/pages/_industry.scss */
.single-industries .component-hero .industry {
  max-width: 405px;
  width: 100%;
  padding: 30px;
  margin-left: 50px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 6, ../sass/pages/_industry.scss */
  .single-industries .component-hero .industry {
    max-width: 90%;
    margin: auto;
  }
}
/* line 23, ../sass/pages/_industry.scss */
.single-industries .component-hero .industry-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}
/* line 33, ../sass/pages/_industry.scss */
.single-industries .component-hero .industry-icon {
  max-width: 100px;
}
/* line 37, ../sass/pages/_industry.scss */
.single-industries .component-hero .heading-1,
.single-industries .component-hero .copy-1 {
  margin: 0;
  color: #ffffff;
}
/* line 43, ../sass/pages/_industry.scss */
.single-industries .component-hero .heading-1 {
  margin: 10px 0;
}
/* line 47, ../sass/pages/_industry.scss */
.single-industries .component-hero .copy-1 {
  line-height: 1.2;
}

/* line 53, ../sass/pages/_industry.scss */
.industry-content {
  max-width: 940px;
  padding: 30px 10px 60px;
  margin: auto;
}
/* line 59, ../sass/pages/_industry.scss */
.industry-content .heading-1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #e4b256;
}
/* line 65, ../sass/pages/_industry.scss */
.industry-content .copy {
  max-width: 730px;
  margin: 0 auto 100px;
}
/* line 70, ../sass/pages/_industry.scss */
.industry-content ul {
  margin-left: 40px;
}
@media (max-width: 767px) {
  /* line 70, ../sass/pages/_industry.scss */
  .industry-content ul {
    margin-left: 0;
  }
}
/* line 79, ../sass/pages/_industry.scss */
.industry-content ul li {
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}
/* line 84, ../sass/pages/_industry.scss */
.industry-content ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e4b256;
  position: absolute;
  left: 10px;
  top: 8px;
}
/* line 98, ../sass/pages/_industry.scss */
.industry-content .images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 104, ../sass/pages/_industry.scss */
.industry-content .gallery-image {
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 104, ../sass/pages/_industry.scss */
  .industry-content .gallery-image {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* line 113, ../sass/pages/_industry.scss */
.industry-content .gallery-image:nth-child(3n - 2) {
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
/* line 118, ../sass/pages/_industry.scss */
.industry-content .gallery-image:nth-child(3n)::before {
  transition-delay: 0.4s;
}
/* line 127, ../sass/pages/_industry.scss */
.industry-content .gallery-image[data-video] {
  cursor: pointer;
}
/* line 130, ../sass/pages/_industry.scss */
.industry-content .gallery-image[data-video]::after {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBTdmcgVmVjdG9yIEljb25zIDogaHR0cDovL3d3dy5vbmxpbmV3ZWJmb250cy5jb20vaWNvbiAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNlNGIyNTYiPgo8bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+CjxnPjxwYXRoIGQ9Ik01MDAsOTkwQzIyOS44LDk5MCwxMCw3NzAuMiwxMCw1MDBDMTAsMjI5LjgsMjI5LjgsMTAsNTAwLDEwYzI3MC4yLDAsNDkwLDIxOS44LDQ5MCw0OTBDOTkwLDc3MC4yLDc3MC4yLDk5MCw1MDAsOTkweiBNNTAwLDU2LjdDMjU1LjUsNTYuNyw1Ni43LDI1NS41LDU2LjcsNTAwYzAsMjQ0LjUsMTk4LjksNDQzLjMsNDQzLjMsNDQzLjNjMjQ0LjUsMCw0NDMuMy0xOTguOSw0NDMuMy00NDMuM0M5NDMuMywyNTUuNSw3NDQuNSw1Ni43LDUwMCw1Ni43eiIvPjxwYXRoIGQ9Ik0zNjIuMSwyODcuOUw3MjUsNTAwTDM2Mi4xLDY5OS43VjI4Ny45eiIvPjwvZz4KPC9zdmc+");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/* line 146, ../sass/pages/_industry.scss */
.industry-content .industry-gallery-image {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* line 153, ../sass/pages/_industry.scss */
.industry-content .copy-2 {
  margin: 0;
}

/* line 158, ../sass/pages/_industry.scss */
.video-modal {
  visibility: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
/* line 175, ../sass/pages/_industry.scss */
.video-modal::after {
  content: 'x';
  color: #ffffff;
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 30px;
  -webkit-transform: scaleX(1.3);
          transform: scaleX(1.3);
  cursor: pointer;
}
/* line 186, ../sass/pages/_industry.scss */
.video-modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* line 3, ../sass/pages/_track-shipment.scss */
.page-template-page-track-shipment .component-hero .hero-copy {
  max-width: 750px;
}
/* line 7, ../sass/pages/_track-shipment.scss */
.page-template-page-track-shipment .component-hero .title {
  width: 100%;
  padding: 30px 50px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 14, ../sass/pages/_track-shipment.scss */
.page-template-page-track-shipment .component-hero .heading-2,
.page-template-page-track-shipment .component-hero .heading-5 {
  color: #575a67;
}
/* line 19, ../sass/pages/_track-shipment.scss */
.page-template-page-track-shipment .component-hero .heading-2 {
  max-width: 500px;
  margin-top: 35px;
}
/* line 26, ../sass/pages/_track-shipment.scss */
.page-template-page-track-shipment .heading-4 {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #e4b256;
}

/* line 33, ../sass/pages/_track-shipment.scss */
.tracking-search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
}

/* line 39, ../sass/pages/_track-shipment.scss */
.tracking-number-input {
  max-width: 365px;
  line-height: 1;
}

/* line 45, ../sass/pages/_track-shipment.scss */
.tracking-search-button {
  max-width: 120px;
  padding: 0 20px;
  margin-left: 15px;
  background-color: #e4b256;
  color: #ffffff;
  border-radius: 0;
}

/* line 55, ../sass/pages/_track-shipment.scss */
.tracking-results-width {
  max-width: 1100px;
  padding: 0 10px;
  margin: 80px auto;
}

/* line 65, ../sass/pages/_track-shipment.scss */
.search-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  background-color: #575a67;
}

/* line 74, ../sass/pages/_track-shipment.scss */
.tracking-search-results .results-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
/* line 79, ../sass/pages/_track-shipment.scss */
.tracking-search-results .results-heading p {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 700;
}
/* line 87, ../sass/pages/_track-shipment.scss */
.tracking-search-results .results-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #e9e9e9;
}
/* line 92, ../sass/pages/_track-shipment.scss */
.tracking-search-results .results-row .cell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 98, ../sass/pages/_track-shipment.scss */
.tracking-search-results .results-row .text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 14px;
  color: #86939e;
}
/* line 106, ../sass/pages/_track-shipment.scss */
.tracking-search-results .results-row .icon {
  margin-right: 10px;
}
/* line 110, ../sass/pages/_track-shipment.scss */
.tracking-search-results .results-row .departing,
.tracking-search-results .results-row .destination {
  display: block;
  width: 100%;
  margin: 0;
}
/* line 118, ../sass/pages/_track-shipment.scss */
.tracking-search-results .results-row .departing::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/track-shipment/arrow-down.svg") center no-repeat;
}
/* line 128, ../sass/pages/_track-shipment.scss */
.tracking-search-results .column-location {
  max-width: 240px;
}
/* line 131, ../sass/pages/_track-shipment.scss */
.tracking-search-results .column-location .text {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 136, ../sass/pages/_track-shipment.scss */
.tracking-search-results .column-status {
  max-width: 170px;
}
/* line 140, ../sass/pages/_track-shipment.scss */
.tracking-search-results .column-expected {
  max-width: 190px;
}
/* line 144, ../sass/pages/_track-shipment.scss */
.tracking-search-results .column-reference {
  max-width: 210px;
}
/* line 148, ../sass/pages/_track-shipment.scss */
.tracking-search-results .column-tracking {
  max-width: 170px;
}
/* line 152, ../sass/pages/_track-shipment.scss */
.tracking-search-results .column-view {
  max-width: 100px;
}

/* line 157, ../sass/pages/_track-shipment.scss */
.tracking-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
}
/* line 163, ../sass/pages/_track-shipment.scss */
.tracking-section:last-child {
  border-bottom: 0;
}
/* line 167, ../sass/pages/_track-shipment.scss */
.tracking-section .content {
  -webkit-flex: 75%;
      -ms-flex: 75%;
          flex: 75%;
}
/* line 171, ../sass/pages/_track-shipment.scss */
.tracking-section .side-bar {
  -webkit-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 177, ../sass/pages/_track-shipment.scss */
.tracking-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
/* line 184, ../sass/pages/_track-shipment.scss */
.tracking-details:last-child {
  padding-bottom: 0;
  margin-top: 30px;
  border-bottom: 0;
}
/* line 190, ../sass/pages/_track-shipment.scss */
.tracking-details .detail,
.tracking-details .detail-location,
.tracking-details .detail-size {
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
/* line 200, ../sass/pages/_track-shipment.scss */
.tracking-details .detail-location {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 204, ../sass/pages/_track-shipment.scss */
.tracking-details .icon {
  margin-bottom: 13px;
}
/* line 208, ../sass/pages/_track-shipment.scss */
.tracking-details .title {
  margin: 0;
  font-size: 11px;
  color: #86939e;
  font-style: italic;
}
/* line 215, ../sass/pages/_track-shipment.scss */
.tracking-details .status {
  margin: 0;
}

/* line 221, ../sass/pages/_track-shipment.scss */
.tracking-numbers {
  padding: 5px 0 0 50px;
  border-left: 1px solid #e9e9e9;
}
/* line 225, ../sass/pages/_track-shipment.scss */
.tracking-numbers .title,
.tracking-numbers .number {
  margin: 0;
}
/* line 231, ../sass/pages/_track-shipment.scss */
.tracking-numbers .number {
  margin-bottom: 35px;
}

/* line 236, ../sass/pages/_track-shipment.scss */
.tracking-routing {
  width: 100%;
  padding-left: 20px;
  border-right: 1px solid #e9e9e9;
}
/* line 241, ../sass/pages/_track-shipment.scss */
.tracking-routing .title {
  margin: 0 0 5px;
  font-weight: 700;
}
/* line 247, ../sass/pages/_track-shipment.scss */
.tracking-routing .copy-2 {
  margin: 0 0 5px;
}
/* line 251, ../sass/pages/_track-shipment.scss */
.tracking-routing .route {
  margin-bottom: 20px;
}

/* line 256, ../sass/pages/_track-shipment.scss */
.tracking-address {
  padding-bottom: 50px;
  margin-left: 50px;
  border-bottom: 1px solid #e9e9e9;
}
/* line 261, ../sass/pages/_track-shipment.scss */
.tracking-address .address-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 265, ../sass/pages/_track-shipment.scss */
.tracking-address .address {
  margin-right: 50px;
}
/* line 269, ../sass/pages/_track-shipment.scss */
.tracking-address .title {
  margin: 0 0 5px;
  font-weight: 700;
}
/* line 275, ../sass/pages/_track-shipment.scss */
.tracking-address .copy-2 {
  margin: 0 0 5px;
}

/* line 280, ../sass/pages/_track-shipment.scss */
.tracking-flow {
  margin-left: 50px;
}
/* line 283, ../sass/pages/_track-shipment.scss */
.tracking-flow .heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 287, ../sass/pages/_track-shipment.scss */
.tracking-flow .copy-2 {
  margin: 22px 0 0 30px;
  color: #86939e;
}
/* line 292, ../sass/pages/_track-shipment.scss */
.tracking-flow .status-table {
  width: 100%;
}
/* line 295, ../sass/pages/_track-shipment.scss */
.tracking-flow .status-table th {
  font-weight: 700;
  text-align: left;
}

/* line 2, ../sass/pages/_404.scss */
.error404 .site-container {
  max-width: 1200px;
  min-height: calc(100vh - 175px);
  padding: 10px 10px 50px;
  margin: auto;
  text-align: center;
}

/* line 1, ../sass/pages/_search.scss */
.search {
  text-align: center;
}
/* line 4, ../sass/pages/_search.scss */
.search .site-main {
  min-height: calc(100vh - 250px);
  padding-top: 20px;
}
/* line 9, ../sass/pages/_search.scss */
.search .heading-1 {
  padding: 0 10px;
}
/* line 12, ../sass/pages/_search.scss */
.search .heading-1 span {
  display: block;
  letter-spacing: 0;
  font-weight: 300;
}
/* line 30, ../sass/pages/_search.scss */
.search article {
  max-width: 680px;
  padding: 0 10px 10px;
  margin: 0 auto 20px;
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
}
/* line 37, ../sass/pages/_search.scss */
.search article .entry-title {
  margin-bottom: 0;
}
/* line 41, ../sass/pages/_search.scss */
.search article .entry-title a {
  font-weight: 400;
  text-decoration: none;
}
/* line 45, ../sass/pages/_search.scss */
.search article .entry-title a:hover {
  text-decoration: underline;
}
/* line 58, ../sass/pages/_search.scss */
.search .navigation {
  padding: 50px 10px;
  margin-bottom: 100px;
}

/* line 72, ../sass/pages/_search.scss */
.search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 580px;
  padding: 0 10px;
  margin: 40px auto 70px;
}
/* line 80, ../sass/pages/_search.scss */
.search-form label {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
/* line 93, ../sass/pages/_search.scss */
.search-form .search-submit {
  height: 60px;
}

/* line 3, ../sass/_ie-fixes.scss */
.object-fit-fix {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 10, ../sass/_ie-fixes.scss */
  .component-technology {
    background-position: center -3vw;
  }

  /* line 14, ../sass/_ie-fixes.scss */
  .page-template-page-home .component-hero {
    height: 70vh;
  }

  /* line 18, ../sass/_ie-fixes.scss */
  .component-hero .title,
  .component-hero .copy {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 23, ../sass/_ie-fixes.scss */
  .component-hero {
    height: calc(100vh - 100px);
  }

  /* line 27, ../sass/_ie-fixes.scss */
  .component-hero .hero-copy {
    height: auto;
  }

  /* line 31, ../sass/_ie-fixes.scss */
  .case-study-post::after {
    display: none;
  }

  /* line 35, ../sass/_ie-fixes.scss */
  .first-time-popup .heading-5, .case-study-block .heading-5, .component-case-study-single .heading-5, .hero-case-study .heading-5, .case-study-block-full .heading-5, .case-study-post .heading-5, .component-hero .heading-5, .component-hero .no-title .heading-2, .hero-about .heading-5, .hero-about .heading-1, .component-schedule-consultation-alt .heading-3, .component-experienced-team .heading-5, .page-template-page-home .hero-login .login-copy, .component-benefits .heading-1, .component-technology .heading-2, .component-double-paragraphs .heading-1, .component-integration .heading-5, .page-template-page-staff .heading-5, .component-contact-form .heading-5, .location-block .heading-5, .component-services-content .heading-5, .career-block .heading-3, .component-careers-content .heading-5, .component-documents-copy .heading-5, .industry-content .heading-1, .tracking-results-width .heading-5 {
    position: relative;
  }
  /* line 38, ../sass/_ie-fixes.scss */
  .first-time-popup .heading-5::before, .case-study-block .heading-5::before, .component-case-study-single .heading-5::before, .hero-case-study .heading-5::before, .case-study-block-full .heading-5::before, .case-study-post .heading-5::before, .component-hero .heading-5::before, .component-hero .no-title .heading-2::before, .hero-about .heading-5::before, .hero-about .heading-1::before, .component-schedule-consultation-alt .heading-3::before, .component-experienced-team .heading-5::before, .page-template-page-home .hero-login .login-copy::before, .component-benefits .heading-1::before, .component-technology .heading-2::before, .component-double-paragraphs .heading-1::before, .component-integration .heading-5::before, .page-template-page-staff .heading-5::before, .component-contact-form .heading-5::before, .location-block .heading-5::before, .component-services-content .heading-5::before, .career-block .heading-3::before, .component-careers-content .heading-5::before, .component-documents-copy .heading-5::before, .industry-content .heading-1::before, .tracking-results-width .heading-5::before {
    margin-top: 0;
    top: 0;
  }

  /* line 47, ../sass/_ie-fixes.scss */
  .component-schedule-consultation .content,
  .component-schedule-consultation-alt .content,
  .component-schedule-consultation-generic .content {
    -ms-flex: 2;
  }
  /* line 50, ../sass/_ie-fixes.scss */
  .component-schedule-consultation .image,
  .component-schedule-consultation-alt .image,
  .component-schedule-consultation-generic .image {
    -ms-flex: 1;
  }

  /* line 55, ../sass/_ie-fixes.scss */
  .hero-about .heading-1::before {
    top: 100px;
  }

  /* line 59, ../sass/_ie-fixes.scss */
  .header-popout-login {
    left: 10%;
  }
}
