@charset "UTF-8";
/*
	Theme Name: site
	Author: goBRANDgo! Development Team
	Author URI: http://www.gobrandgo.com
	Description: Starter theme for goBRANDgo! WordPress projects. Made with ♥ by the go!dev-team.
	Version: 6.0.0
	License: GNU General Public License
	License URI: license.txt
	Text Domain: site
	Domain Path: /languages/

	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

	01 | Global Variables 	- colors, variables, typography.
	02 | Mixins
	03 | General Layout		- Header, Footer, Forms, Buttons, Wordpress Default Stylings
	04 | Modules			- Global Elements that are used site wide IE: Testimonial Slider Wrap
	05 | Templates			- Site Templates

--------------------------------------------
	End Table of Contents
------------------------------------------ */
/*
	Using Custom Breakpoint system.
	Below are how to use
*/
/*
	Insert Your Colors Here, try to avoid hypens,
	it makes it easier to copy and paste later.

	The Primary and Secondary Color brings in a few
	defaults that can be overridden later, like on
	the admin login page.
*/
/* Default Colors load through typography and other general default colors */
/* Admin Warning Stylings - just set each variable to a color */
/* Fonts */
/* Font Min and Max Sizes */
/* -------------------------------
 *	Calcuations For Responsive Sizes
 *	calc([min-size] + ([max-size] - [min-size]) * ((100vw - 300px) / ([Screen-Size] - 300)))
 * ------------------------------- */
html body {
  font-size: 16px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  color: #5E5958; }
  @media (min-width: 576px) {
    html body {
      font-size: calc( 16px + ( 20 - 16 ) * ((100vw - 300px) / (1600 - 300))); } }
  @media (min-width: 1200px) {
    html body {
      font-size: 20px; } }

p {
  font-size: 16px;
  margin-bottom: 1.3em; }
  @media (min-width: 576px) {
    p {
      font-size: calc( 16px + ( 20 - 16 ) * ((100vw - 300px) / (1600 - 300))); } }
  @media (min-width: 1200px) {
    p {
      font-size: 20px; } }

b {
  font-weight: 700; }

a {
  color: #5E5958;
  font-weight: 700;
  cursor: pointer; }
  a:hover {
    color: #E06E2D;
    text-decoration: none; }
  a.active {
    color: #E06E2D; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.17em; }

h1 {
  font-size: 32px; }
  @media (min-width: 576px) {
    h1 {
      font-size: calc( 32px + ( 48 - 32 ) * ((100vw - 300px) / (1600 - 300))); } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 32px; }
  @media (min-width: 576px) {
    h2 {
      font-size: calc( 32px + ( 48 - 32 ) * ((100vw - 300px) / (1600 - 300))); } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 48px; } }

h3 {
  font-size: 28px; }
  @media (min-width: 576px) {
    h3 {
      font-size: calc( 28px + ( 36 - 28 ) * ((100vw - 300px) / (1600 - 300))); } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 36px; } }

h4 {
  font-size: 24px; }
  @media (min-width: 576px) {
    h4 {
      font-size: calc( 24px + ( 32 - 24 ) * ((100vw - 300px) / (1600 - 300))); } }
  @media (min-width: 1200px) {
    h4 {
      font-size: 32px; } }

h5 {
  font-size: 22px; }
  @media (min-width: 576px) {
    h5 {
      font-size: calc( 22px + ( 28 - 22 ) * ((100vw - 300px) / (1600 - 300))); } }
  @media (min-width: 1200px) {
    h5 {
      font-size: 28px; } }

h6 {
  font-size: 16px; }
  @media (min-width: 576px) {
    h6 {
      font-size: calc( 16px + ( 20 - 16 ) * ((100vw - 300px) / (1600 - 300))); } }
  @media (min-width: 1200px) {
    h6 {
      font-size: 20px; } }

.large-heading {
  font-size: 44px;
  color: #CCCCCC; }
  @media (min-width: 576px) {
    .large-heading {
      font-size: calc( 44px + ( 112 - 44 ) * ((100vw - 300px) / (1600 - 300))); } }
  @media (min-width: 1200px) {
    .large-heading {
      font-size: 112px; } }

img {
  max-width: 100%;
  width: 100%;
  height: auto; }

/* Transitions Elements */
/* Placeholder Colors */
/* Header Adjustment */
/*
	Table of Contents:

	Solid Color BGs
	Texture BGs
	Section Stlyings and some offsetting blocks
	Hero Wrap Stylings
	Default List Styling

*/
.slick, .slick-wrapper {
  width: 100%; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.max-content {
  max-width: 1700px;
  margin: auto; }
  .max-content:not(.header):before {
    position: absolute;
    top: 0;
    right: calc(((100vw + 1700px)/2));
    bottom: 0;
    left: 0;
    content: '';
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1; }
  .max-content:not(.header):after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(((100vw + 1700px)/2));
    content: '';
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1; }

/* Solid Color BGs */
.bg-blueLight {
  background-color: #889EC4; }

.bg-greyLight {
  background-color: #F2F2F2; }

.bg-green {
  background-color: #9EA93D;
  color: #FFFFFF; }

.bg-blueDark {
  background-color: #1B7EA5;
  color: #FFFFFF; }

.bg-magenta {
  background-color: #9D3C74;
  color: #FFFFFF; }

.bg-yellow {
  background-color: #E0A725;
  color: #FFFFFF; }

.bg-orange {
  background-color: #E06E2D;
  color: #FFFFFF; }

/* Texture BGs */
.bg-waves {
  position: relative; }
  .bg-waves:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url("/wp-content/themes/site/images/bg_wave.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: -1; }
  .bg-waves.flip:before {
    top: auto;
    height: 850px;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"; }

/* Section Stlyings and some offsetting blocks */
section {
  overflow: hidden;
  padding: 48px 0;
  position: relative; }
  section.content-block-wrap {
    position: relative;
    z-index: 1; }
    section.content-block-wrap .content-block.text-wrap {
      padding: 0; }
      section.content-block-wrap .content-block.text-wrap .text-block {
        padding: 36px 30px; }
        section.content-block-wrap .content-block.text-wrap .text-block h1, section.content-block-wrap .content-block.text-wrap .text-block h2, section.content-block-wrap .content-block.text-wrap .text-block h3, section.content-block-wrap .content-block.text-wrap .text-block h4 {
          font-size: 28px;
          margin-bottom: 24px; }
          @media (min-width: 576px) {
            section.content-block-wrap .content-block.text-wrap .text-block h1, section.content-block-wrap .content-block.text-wrap .text-block h2, section.content-block-wrap .content-block.text-wrap .text-block h3, section.content-block-wrap .content-block.text-wrap .text-block h4 {
              font-size: calc( 28px + ( 36 - 28 ) * ((100vw - 300px) / (1600 - 300))); } }
          @media (min-width: 1200px) {
            section.content-block-wrap .content-block.text-wrap .text-block h1, section.content-block-wrap .content-block.text-wrap .text-block h2, section.content-block-wrap .content-block.text-wrap .text-block h3, section.content-block-wrap .content-block.text-wrap .text-block h4 {
              font-size: 36px; } }
        section.content-block-wrap .content-block.text-wrap .text-block h6 {
          font-size: 14px;
          font-weight: 300;
          text-transform: uppercase;
          letter-spacing: 2px;
          margin-bottom: 16px; }
        section.content-block-wrap .content-block.text-wrap .text-block ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          section.content-block-wrap .content-block.text-wrap .text-block ul li {
            line-height: 40px; }
    section.content-block-wrap .content-block.image-block {
      position: relative;
      padding: 0;
      min-height: 260px; }
      section.content-block-wrap .content-block.image-block .image-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0%;
        z-index: -1; }
    section.content-block-wrap.offset {
      padding: 0; }
  @media (min-width: 576px) {
    section {
      padding: 56px 0; }
      section.content-block-wrap {
        padding: 0; }
        section.content-block-wrap .content-block.text-wrap .text-block {
          padding: 80px 40px; }
        section.content-block-wrap .content-block.image-block {
          min-height: 320px; } }
  @media (min-width: 768px) {
    section {
      padding: 60px 0; }
      section.content-block-wrap {
        padding: 0; }
        section.content-block-wrap .content-block.text-wrap .text-block {
          padding: 80px 56px; }
          section.content-block-wrap .content-block.text-wrap .text-block ul {
            column-count: 2; }
            section.content-block-wrap .content-block.text-wrap .text-block ul li {
              line-height: 40px; }
        section.content-block-wrap .content-block.image-block {
          min-height: 380px; } }
  @media (min-width: 992px) {
    section {
      padding: 72px 0; }
      section.content-block-wrap .content-block.text-wrap .text-block {
        padding: 64px 48px; }
      section.content-block-wrap.offset {
        padding: 112px 0 28px; }
        section.content-block-wrap.offset .block-wrap {
          padding: 28px 0; }
          section.content-block-wrap.offset .block-wrap .content-block:nth-of-type(odd) {
            margin-top: -56px; }
          section.content-block-wrap.offset .block-wrap .content-block:nth-of-type(even) {
            margin-bottom: -56px; } }
  @media (min-width: 1200px) {
    section.content-block-wrap .content-block.text-wrap .text-block {
      padding: 80px 72px; }
    section.content-block-wrap.offset {
      padding: 128px 0 36px; }
      section.content-block-wrap.offset .block-wrap {
        padding: 36px 0; }
        section.content-block-wrap.offset .block-wrap .content-block:nth-of-type(odd) {
          margin-top: -72px; }
        section.content-block-wrap.offset .block-wrap .content-block:nth-of-type(even) {
          margin-bottom: -72px; } }
  @media (min-width: 1700px) {
    section.content-block-wrap .content-block.text-wrap .text-block {
      padding: 14% 12%; }
    section.content-block-wrap.offset {
      padding: 136px 0 40px; }
      section.content-block-wrap.offset .block-wrap {
        padding: 40px 0; }
        section.content-block-wrap.offset .block-wrap .content-block:nth-of-type(odd) {
          margin-top: -80px; }
        section.content-block-wrap.offset .block-wrap .content-block:nth-of-type(even) {
          margin-bottom: -80px; } }

/* Hero Wrap Stylings */
.hero-wrap {
  position: relative;
  padding: 56px 0; }
  .hero-wrap h1 {
    margin-left: -0.67%; }
  .hero-wrap.offset {
    padding: 26px 30px 88px;
    color: #FFFFFF; }
    .hero-wrap.offset h1 {
      font-size: 32px; }
      @media (min-width: 576px) {
        .hero-wrap.offset h1 {
          font-size: calc( 32px + ( 80 - 32 ) * ((100vw - 300px) / (1600 - 300))); } }
      @media (min-width: 1200px) {
        .hero-wrap.offset h1 {
          font-size: 80px; } }
  .hero-wrap .gradient-overlay {
    position: absolute;
    top: 70%;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.15) 100%); }
    .hero-wrap .gradient-overlay.full {
      top: 0;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%); }
  .hero-wrap .hero-breadcrumb {
    font-weight: 700;
    font-size: 16px;
    color: #9B9B9B;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .hero-wrap .hero-breadcrumb.italic {
      display: block;
      font-weight: 300;
      font-style: italic;
      letter-spacing: 1px;
      margin-bottom: 24px; }
  .hero-wrap p:last-of-type {
    margin-bottom: 0; }
  .hero-wrap a.text-link-arrow {
    display: inline-block;
    margin-top: 24px; }
  @media (min-width: 992px) {
    .hero-wrap {
      padding: 80px 0; }
      .hero-wrap.offset {
        padding: 56px 0px 340px; } }

/* Default List Styling */
.list-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-wrap ul li {
    position: relative;
    padding: 12px 0; }
    .list-wrap ul li a {
      font-weight: 700;
      line-height: 1.5em; }
      .list-wrap ul li a:after {
        margin-left: 6px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 0.75em;
        content: "\f054";
        line-height: 1.5em; }

@media (min-width: 992px) {
  .list-wrap ul {
    column-count: 2;
    max-width: 560px; }
    .list-wrap ul li {
      display: inline-block;
      width: 100%; } }

.text-link-arrow {
  text-align: center;
  color: #E06E2D;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .text-link-arrow:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    content: "\f105";
    background-color: #E06E2D;
    color: #FFFFFF;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-right: 12px;
    margin-bottom: 2px;
    vertical-align: middle;
    letter-spacing: -1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .text-link-arrow {
      letter-spacing: 2px; }
      .text-link-arrow:before {
        height: 40px;
        width: 40px;
        line-height: 40px; } }
  .text-link-arrow:hover {
    color: #5E5958;
    text-decoration: none; }
    .text-link-arrow:hover:before {
      background-color: #5E5958; }
  .text-link-arrow.gbg-loadmore {
    margin: 24px auto; }
    .text-link-arrow.gbg-loadmore:before {
      content: "\f067"; }
  .text-link-arrow.download {
    margin: 24px 0;
    display: inline-block; }
    .text-link-arrow.download:before {
      content: "\f019"; }
  .text-link-arrow.dark {
    color: #000000; }
    .text-link-arrow.dark:before {
      background-color: #000000; }
  .text-link-arrow.grey {
    color: #9B9B9B; }
    .text-link-arrow.grey:before {
      background-color: #9B9B9B; }
    .text-link-arrow.grey:hover {
      color: #000000; }
      .text-link-arrow.grey:hover:before {
        background-color: #000000; }
  .text-link-arrow.white {
    color: #FFFFFF; }
    .text-link-arrow.white:before {
      background-color: #FFFFFF;
      color: #000000; }
    .text-link-arrow.white:hover {
      color: #E06E2D; }
      .text-link-arrow.white:hover:before {
        background-color: #E06E2D; }

.button {
  background-color: #5E5958;
  padding: 12px 24px;
  margin-bottom: 24px;
  margin-top: 24px;
  color: #000000;
  display: block; }
  .button:hover {
    background-color: #44403f; }
  .button.header-cta {
    background-color: #5E5958;
    color: #000000; }

body {
  overflow-x: hidden; }
  body.home:not(.fixed) header.site-header .logo-wrap .logo-link .logo g, body.home:not(.fixed) header.site-header .logo-wrap .logo-link .logo path, body.home:not(.fixed) header.site-header .logo-wrap .logo-link svg g, body.home:not(.fixed) header.site-header .logo-wrap .logo-link svg path {
    fill: #FFFFFF; }
  body.home:not(.fixed) header.site-header .menu-toggle-wrap .menu-toggle .bar {
    background-color: #FFFFFF; }
  body.home:not(.fixed) header.site-header .menu-toggle-wrap .menu-toggle.toggled .bar {
    background-color: #5E5958; }
  body.home:not(.fixed) header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover ul ul li a {
    color: #FFFFFF; }
  body.home:not(.fixed) header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li a, body.home:not(.fixed) header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li a:visited {
    color: #FFFFFF; }
    body.home:not(.fixed) header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li a:hover, body.home:not(.fixed) header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li a:visited:hover {
      color: #E06E2D; }
  body.home:not(.fixed) header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li .sub-menu li a {
    color: #9B9B9B; }
  body.home:not(.fixed) header.site-header .nav-wrap .search-link {
    color: #FFFFFF; }
    body.home:not(.fixed) header.site-header .nav-wrap .search-link:hover {
      color: #E06E2D; }
  body.fixed {
    padding-top: 60px; }
    @media (min-width: 992px) {
      body.fixed {
        padding-top: 100px; } }
    body.fixed header.site-header {
      position: fixed;
      background-color: #FFFFFF;
      box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.3); }

#menu-toggle {
  display: none; }

header.site-header {
  position: relative;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100; }
  header.site-header .logo-wrap {
    position: relative;
    padding-right: 0; }
    header.site-header .logo-wrap .logo-link {
      position: relative;
      height: 60px; }
      header.site-header .logo-wrap .logo-link h1 {
        font-size: 0;
        color: #FFFFFF;
        margin-bottom: 0; }
      header.site-header .logo-wrap .logo-link img, header.site-header .logo-wrap .logo-link .logo {
        width: auto;
        max-height: 60px;
        padding: 12px 0; }
  header.site-header .menu-toggle-wrap .menu-toggle {
    position: relative;
    z-index: 100;
    cursor: pointer;
    padding: 19px 0 12px; }
    header.site-header .menu-toggle-wrap .menu-toggle .bar {
      width: 30px;
      height: 3px;
      margin: 5px 0;
      opacity: 1;
      background-color: #1B7EA5;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    header.site-header .menu-toggle-wrap .menu-toggle.toggled .top {
      -webkit-transform: rotate(-45deg) translate(-6px, 6px);
      transform: rotate(-45deg) translate(-6px, 6px); }
    header.site-header .menu-toggle-wrap .menu-toggle.toggled .middle {
      opacity: 0; }
    header.site-header .menu-toggle-wrap .menu-toggle.toggled .bottom {
      -webkit-transform: rotate(45deg) translate(-5px, -5px);
      transform: rotate(45deg) translate(-5px, -5px); }
  header.site-header .menu-toggle-wrap #responsive-overlay-menu {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    background: #FFFFFF;
    overflow-x: hidden;
    overflow-y: scroll; }
    header.site-header .menu-toggle-wrap #responsive-overlay-menu:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background-image: url("/wp-content/themes/site/images/bg_wave.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
      background-attachment: fixed;
      z-index: -1; }
    header.site-header .menu-toggle-wrap #responsive-overlay-menu a {
      font-weight: 700;
      font-size: 32px;
      line-height: 40px;
      color: #CCCCCC;
      text-decoration: none;
      position: relative;
      opacity: 1.0; }
      header.site-header .menu-toggle-wrap #responsive-overlay-menu a:hover, header.site-header .menu-toggle-wrap #responsive-overlay-menu a:active {
        color: #E06E2D; }
    header.site-header .menu-toggle-wrap #responsive-overlay-menu #responsive-menu {
      display: block;
      list-style: none;
      padding: 60px 30px 0;
      width: 100%;
      position: relative;
      z-index: 1; }
      header.site-header .menu-toggle-wrap #responsive-overlay-menu #responsive-menu li {
        display: block;
        margin: 0 0 24px 0;
        padding: 0; }
        header.site-header .menu-toggle-wrap #responsive-overlay-menu #responsive-menu li.current-menu-item a {
          color: #E06E2D; }
        header.site-header .menu-toggle-wrap #responsive-overlay-menu #responsive-menu li.menu-item-has-children a:after {
          margin-left: 6px;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 0.75em;
          content: "\f054";
          line-height: 1.5em; }
    header.site-header .menu-toggle-wrap #responsive-overlay-menu .back-wrap {
      position: fixed;
      padding-left: 50px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      header.site-header .menu-toggle-wrap #responsive-overlay-menu .back-wrap a.responsive-back {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        left: -150px;
        top: 150px;
        position: fixed;
        font-size: 22px;
        line-height: 40px;
        text-align: center;
        cursor: pointer; }
      header.site-header .menu-toggle-wrap #responsive-overlay-menu .back-wrap.show {
        display: block;
        min-height: 280px; }
        header.site-header .menu-toggle-wrap #responsive-overlay-menu .back-wrap.show a.responsive-back {
          left: -73px; }
    header.site-header .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap {
      margin: 0;
      padding: 0;
      position: relative;
      right: -100%;
      background-color: #F2F2F2;
      width: calc(100% - 50px);
      float: right;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      header.site-header .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: -50px;
        content: '';
        background-image: url("/wp-content/themes/site/images/bg_wave.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        background-attachment: fixed;
        z-index: -1; }
      header.site-header .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap.show {
        right: 0;
        opacity: 1;
        min-height: 100vh;
        /* Fallback for browsers that do not support Custom Properties */
        min-height: calc(var(--vh, 1vh) * 100); }
      header.site-header .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu {
        display: block;
        padding: 60px 20px;
        margin: 0;
        z-index: 250;
        width: 100%; }
        header.site-header .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li {
          display: block;
          margin: 0;
          padding: 0;
          height: auto; }
          header.site-header .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li a {
            font-size: 20px;
            line-height: 2em;
            color: #E06E2D;
            text-decoration: none; }
            header.site-header .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li a:after {
              margin-left: 6px;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 0.75em;
              content: "\f054";
              line-height: 1.5em; }
          header.site-header .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li ul.sub-menu {
            display: block;
            padding: 8px 0 32px; }
            header.site-header .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li ul.sub-menu li a {
              padding: 8px 0;
              font-size: 16px;
              line-height: 2em;
              color: #5E5958;
              text-decoration: none; }
              header.site-header .menu-toggle-wrap #responsive-overlay-menu .second-level-responsive-menu-wrap ul.sub-menu li ul.sub-menu li a:after {
                display: none; }
    header.site-header .menu-toggle-wrap #responsive-overlay-menu .mobile-search-link {
      padding: 0 30px 60px; }
      header.site-header .menu-toggle-wrap #responsive-overlay-menu .mobile-search-link.fixed {
        padding: 0;
        position: fixed;
        bottom: 9px;
        left: 9px; }
    header.site-header .menu-toggle-wrap #responsive-overlay-menu .mobile-search-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #FFFFFF;
      z-index: 1;
      display: none; }
      header.site-header .menu-toggle-wrap #responsive-overlay-menu .mobile-search-overlay:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background-image: url("/wp-content/themes/site/images/bg_wave.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        background-attachment: fixed;
        z-index: 0; }
      header.site-header .menu-toggle-wrap #responsive-overlay-menu .mobile-search-overlay.search-show {
        display: block; }
      header.site-header .menu-toggle-wrap #responsive-overlay-menu .mobile-search-overlay .search-form {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 30px; }
        header.site-header .menu-toggle-wrap #responsive-overlay-menu .mobile-search-overlay .search-form input[type=search] {
          position: relative;
          font-weight: 300;
          font-style: italic;
          border-width: 0 0 1px 0;
          border-color: #9B9B9B;
          width: 220px;
          max-width: 100%;
          padding: 4px 8px;
          -webkit-appearance: none !important;
          -moz-appearance: none !important;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none !important;
          box-shadow: none !important; }
          header.site-header .menu-toggle-wrap #responsive-overlay-menu .mobile-search-overlay .search-form input[type=search]::-webkit-input-placeholder {
            color: #9B9B9B; }
          header.site-header .menu-toggle-wrap #responsive-overlay-menu .mobile-search-overlay .search-form input[type=search]::-moz-placeholder {
            color: #9B9B9B; }
          header.site-header .menu-toggle-wrap #responsive-overlay-menu .mobile-search-overlay .search-form input[type=search]:-ms-input-placeholder {
            color: #9B9B9B; }
          header.site-header .menu-toggle-wrap #responsive-overlay-menu .mobile-search-overlay .search-form input[type=search]:-moz-placeholder {
            color: #9B9B9B; }
        header.site-header .menu-toggle-wrap #responsive-overlay-menu .mobile-search-overlay .search-form input[type=submit] {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-style: normal;
          font-variant: normal;
          border: none;
          -webkit-appearance: none;
          color: #E06E2D;
          padding: 0;
          width: 36px;
          height: 38px;
          background-color: transparent;
          cursor: pointer; }
  @media (min-width: 992px) {
    header.site-header .logo-wrap {
      max-width: 200px; }
      header.site-header .logo-wrap .logo-link {
        height: 100px;
        display: block; }
        header.site-header .logo-wrap .logo-link img, header.site-header .logo-wrap .logo-link .logo {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          max-height: 100px;
          width: 270px;
          padding-bottom: 8px; }
    header.site-header .menu-toggle {
      display: none; }
    header.site-header .nav-wrap {
      padding: 12px 15px 12px 0; }
      header.site-header .nav-wrap .main-navigation .menu-primary-menu-container {
        display: inline-block;
        margin: 0 auto;
        line-height: 24px; }
        header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu {
          list-style: none;
          display: inline-block;
          text-transform: uppercase;
          padding: 0;
          margin: 0; }
          header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li {
            display: inline-block; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover a:not(:only-child):after, header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover a:visited:not(:only-child):after {
              display: block; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover ul {
              display: inline-block;
              box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3); }
              header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover ul ul {
                display: none;
                background-color: #E06E2D; }
                header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover ul ul li a {
                  color: #FFFFFF; }
              header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover ul li:hover ul {
                display: inline-block;
                box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3); }
                header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover ul li:hover ul li {
                  max-width: 32%; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(1) a:hover {
              color: #E0A725; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(1) ul {
              background-color: #E0A725; }
              header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(1) ul a:hover {
                color: #F2F2F2; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(2) a:hover {
              color: #E06E2D; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(2) ul {
              background-color: #E06E2D; }
              header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(2) ul a:hover {
                color: #F2F2F2; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(3) a:hover {
              color: #9EA93D; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(3) ul {
              background-color: #9EA93D; }
              header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(3) ul a:hover {
                color: #F2F2F2; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(4) a:hover {
              color: #889EC4; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(4) ul {
              background-color: #889EC4; }
              header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(4) ul a:hover {
                color: #F2F2F2; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(5) a:hover {
              color: #9D3C74; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(5) ul {
              background-color: #9D3C74; }
              header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li.menu-item-has-children:hover.service-menu li:nth-of-type(5) ul a:hover {
                color: #F2F2F2; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li a, header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li a:visited {
              position: relative;
              display: block;
              padding: 40px 8px 12px;
              margin: 0 8px;
              font-weight: 700;
              letter-spacing: 1.75px;
              font-size: 14px;
              color: #5E5958;
              text-decoration: none;
              text-align: center; }
              header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li a:hover, header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li a:visited:hover {
                color: #E06E2D; }
              header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li a:not(:only-child):after, header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li a:visited:not(:only-child):after {
                display: none;
                position: absolute;
                bottom: 0;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                height: 16px;
                width: 30px;
                color: #FFFFFF;
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                font-size: 34px;
                content: '\f0d8';
                line-height: 22px; }
            header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li .sub-menu {
              position: absolute;
              right: 0;
              left: 0;
              display: none;
              z-index: 1;
              background-color: #FFFFFF;
              padding: 8px 15px;
              margin: 0;
              text-transform: initial; }
              header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li .sub-menu li a {
                padding: 20px 12px;
                line-height: 20px;
                background-color: inherit;
                color: #9B9B9B;
                margin: 0;
                font-size: 16px;
                letter-spacing: 0; }
      header.site-header .nav-wrap .main-navigation .search-link {
        position: relative;
        display: inline-block;
        height: 14px;
        width: 24px;
        text-align: center; }
        header.site-header .nav-wrap .main-navigation .search-link:before {
          position: absolute;
          height: 24px;
          width: 24px;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f002"; }
        header.site-header .nav-wrap .main-navigation .search-link.search-close {
          height: 10px;
          transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg); }
          header.site-header .nav-wrap .main-navigation .search-link.search-close:before {
            content: "\f00d"; } }
  @media (min-width: 1200px) {
    header.site-header .nav-wrap .main-navigation .search-link {
      height: 20px; }
      header.site-header .nav-wrap .main-navigation .search-link.search-close {
        height: 8px; } }
  @media (min-width: 1700px) {
    header.site-header .nav-wrap .main-navigation .menu-primary-menu-container ul.menu li .sub-menu {
      right: calc(0% - ((100vw - 1700px) / 2)); } }

.desktop-search-overlay {
  position: absolute;
  top: 100px;
  right: -1px;
  bottom: 0;
  left: 0;
  background-color: #E06E2D;
  z-index: 10;
  height: 76px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 1700px) {
    .desktop-search-overlay {
      right: calc(0% - ((100vw - 1700px) / 2)); } }
  .desktop-search-overlay.search-show {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  .desktop-search-overlay #search-form {
    position: relative;
    max-width: 820px;
    width: 100%;
    height: 76px; }
    .desktop-search-overlay #search-form input[type=text] {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 24px 0 24px 20px;
      outline: none;
      border: none;
      background-color: transparent;
      color: #FFFFFF;
      text-align: left;
      width: 100%;
      border-radius: 0px !important;
      opacity: 1; }
    .desktop-search-overlay #search-form span {
      position: absolute;
      right: 0;
      display: inline;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      float: right; }
      .desktop-search-overlay #search-form span input[type=submit] {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        border: none;
        -webkit-appearance: none;
        color: #FFFFFF;
        padding: 0;
        width: 36px;
        height: 38px;
        background-color: transparent;
        cursor: pointer; }
      .desktop-search-overlay #search-form span .search-close {
        display: inline;
        float: right;
        padding: 0;
        cursor: pointer; }
        .desktop-search-overlay #search-form span .search-close g, .desktop-search-overlay #search-form span .search-close path {
          fill: #FFFFFF;
          opacity: 0.85; }
        .desktop-search-overlay #search-form span .search-close:hover g, .desktop-search-overlay #search-form span .search-close:hover path {
          fill: #FFFFFF;
          opacity: 1; }
  .desktop-search-overlay ::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: .7; }
  .desktop-search-overlay :-moz-placeholder {
    color: #FFFFFF;
    opacity: .7; }
  .desktop-search-overlay ::-moz-placeholder {
    color: #FFFFFF;
    opacity: .7; }
  .desktop-search-overlay :-ms-input-placeholder {
    color: #FFFFFF;
    opacity: .7; }

body.admin-bar #responsive-overlay-menu {
  height: calc(100% - 128px);
  top: 128px; }

#responsive-overlay-menu.toggled {
  display: block !important; }

/** 08 | Footer
================================================== **/
footer {
  background-color: #FFFFFF;
  color: #5E5958;
  padding: 0 0 40px 0;
  position: relative; }
  footer .social-icon {
    color: #FFFFFF;
    padding: 10px; }
    footer .social-icon .social-link {
      color: #FFFFFF;
      font-size: 24px; }
  footer .logo-wrap {
    padding: 30px; }
    footer .logo-wrap .logo {
      max-width: 56px; }
  footer .link-wrap {
    padding: 30px 15px; }
    footer .link-wrap ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      footer .link-wrap ul li {
        position: relative;
        padding-bottom: 12px; }
        footer .link-wrap ul li a {
          font-weight: 700;
          line-height: 1.5em;
          text-transform: uppercase; }
    @media (min-width: 576px) {
      footer .link-wrap {
        padding-left: 0; }
        footer .link-wrap ul {
          display: flex;
          width: 100%;
          float: right; }
          footer .link-wrap ul li {
            display: inline-block;
            margin: auto;
            padding-bottom: 0; } }
    @media (min-width: 768px) {
      footer .link-wrap {
        padding: 0; }
        footer .link-wrap ul {
          width: 70%; } }
  footer .social-link-wrap {
    padding: 30px;
    text-align: right; }
    footer .social-link-wrap .social-link {
      margin-left: 15px; }
  footer .footer-sub-nav {
    font-size: 14px;
    padding: 15px; }
    @media (min-width: 768px) {
      footer .footer-sub-nav .footer-links {
        text-align: right; } }

/** 05 | Wordpress Defaults
================================================== **/
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor {
  font-size: 18px;
  line-height: 20px; }

.alignright {
  text-align: right; }

.alignleft {
  text-align: left;
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  width: auto; }

.aligncenter {
  text-align: center; }

/*! -- ^#wys */
.wys blockquote {
  font-size: 40px;
  line-height: 45px;
  border: none;
  padding: 0px; }
  .wys blockquote p, .wys blockquote h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0px; }

.wys p, .wys ul, .wys li, .wys ol, .wys a, .wys h1, .wys h2, .wys h3, .wys h4, .wys h5, .wys h6 {
  margin-top: 0px; }
  .wys p:last-child, .wys ul:last-child, .wys li:last-child, .wys ol:last-child, .wys a:last-child, .wys h1:last-child, .wys h2:last-child, .wys h3:last-child, .wys h4:last-child, .wys h5:last-child, .wys h6:last-child {
    margin-bottom: 0px; }

.wys p, .wys ul, .wys li, .wys ol, .wys a {
  font-size: 20px;
  line-height: 26px; }

.wys p {
  margin-bottom: 24px; }

.wys h1, .wys h2, .wys h3, .wys h4, .wys h5, .wys h6 {
  font-weight: bold; }

.wys h1 {
  font-size: 56px;
  line-height: 60px; }

.wys h2 {
  font-size: 49px;
  line-height: 54px; }

.wys h3 {
  font-size: 32px;
  line-height: 36px; }

.wys h4 {
  font-size: 24px;
  line-height: 20px; }

.wys h5,
.wys h6 {
  font-size: 20px;
  line-height: 26px; }

.wys img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.wys ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox),
.wys ol {
  padding-left: 36px; }
  .wys ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li,
  .wys ol li {
    font-size: 20px;
    line-height: 24px; }

.wys b {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700; }

.wys a {
  text-decoration: underline !important; }

/** 06 | Gravity Forms
================================================== **/
body img.gform_ajax_spinner {
  display: none !important; }

.form .gform_wrapper .gform_heading {
  display: none; }
  .form .gform_wrapper .gform_heading h3 {
    margin-top: 0px; }

.form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield select.medium, .form .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  position: relative;
  height: 36px;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  border-width: 0 0 1px 0;
  border-color: #9B9B9B;
  border-radius: 0px !important;
  background: transparent;
  outline: none !important;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none !important;
  box-shadow: none !important; }
  .form .gform_wrapper .gform_body .gform_fields .gfield select::-webkit-input-placeholder, .form .gform_wrapper .gform_body .gform_fields .gfield select.medium::-webkit-input-placeholder, .form .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
    color: #9B9B9B; }
  .form .gform_wrapper .gform_body .gform_fields .gfield select::-moz-placeholder, .form .gform_wrapper .gform_body .gform_fields .gfield select.medium::-moz-placeholder, .form .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
    color: #9B9B9B; }
  .form .gform_wrapper .gform_body .gform_fields .gfield select:-ms-input-placeholder, .form .gform_wrapper .gform_body .gform_fields .gfield select.medium:-ms-input-placeholder, .form .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
    color: #9B9B9B; }
  .form .gform_wrapper .gform_body .gform_fields .gfield select:-moz-placeholder, .form .gform_wrapper .gform_body .gform_fields .gfield select.medium:-moz-placeholder, .form .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
    color: #9B9B9B; }

.form .gform_wrapper .field_sublabel_above label, .form .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  font-size: 16px;
  color: #5E5958;
  font-weight: 700;
  margin-bottom: 0; }

.form .gform_wrapper .gform_footer {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%; }
  .form .gform_wrapper .gform_footer input.button, .form .gform_wrapper .gform_footer input[type=submit], .form .gform_wrapper .gform_footer input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    font-size: 16px;
    background-color: transparent;
    padding: 6px 12px;
    border: 0;
    cursor: pointer;
    text-align: center;
    color: #E06E2D;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
    display: inline-block;
    max-width: 100%;
    width: auto;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0px !important;
    box-shadow: none !important; }
    .form .gform_wrapper .gform_footer input.button:hover, .form .gform_wrapper .gform_footer input[type=submit]:hover, .form .gform_wrapper .gform_footer input[type="submit"]:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):hover {
      background-color: #E06E2D;
      color: #FFFFFF; }

.module-call-to-action {
  text-align: center; }
  .module-call-to-action .cta-content-wrap {
    padding: 24px; }
    .module-call-to-action .cta-content-wrap p {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 24px;
      color: #CCCCCC;
      line-height: 1.2; }
      @media (min-width: 576px) {
        .module-call-to-action .cta-content-wrap p {
          font-size: calc( 48px + ( 72 - 48 ) * ((100vw - 300px) / (1600 - 300))); } }
      @media (min-width: 768px) {
        .module-call-to-action .cta-content-wrap p {
          margin-bottom: 8px; } }
      @media (min-width: 1200px) {
        .module-call-to-action .cta-content-wrap p {
          font-size: 72px; } }
      .module-call-to-action .cta-content-wrap p strong, .module-call-to-action .cta-content-wrap p b {
        color: #E06E2D;
        display: inline-block; }
      .module-call-to-action .cta-content-wrap p.desc {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 40px; }
        @media (min-width: 576px) {
          .module-call-to-action .cta-content-wrap p.desc {
            font-size: calc( 16px + ( 20 - 16 ) * ((100vw - 300px) / (1600 - 300))); } }
        @media (min-width: 1200px) {
          .module-call-to-action .cta-content-wrap p.desc {
            font-size: 20px; } }

.module-get-started {
  padding-left: 15px;
  padding-right: 15px; }
  .module-get-started .description p {
    font-size: 32px;
    color: #CCCCCC;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .module-get-started .description p {
        font-size: calc( 32px + ( 48 - 32 ) * ((100vw - 300px) / (1600 - 300))); } }
    @media (min-width: 1200px) {
      .module-get-started .description p {
        font-size: 48px; } }
    .module-get-started .description p strong {
      color: #889EC4; }
    @media (max-width: 767px) {
      .module-get-started .description p {
        display: inline; } }

.module-stat-block .stat-single-wrap {
  margin: 12px auto; }
  .module-stat-block .stat-single-wrap .stat-large {
    font-size: 48px;
    font-weight: 700;
    color: #E06E2D;
    line-height: 1.2; }
    @media (min-width: 576px) {
      .module-stat-block .stat-single-wrap .stat-large {
        font-size: calc( 48px + ( 78 - 48 ) * ((100vw - 300px) / (1600 - 300))); } }
    @media (min-width: 1200px) {
      .module-stat-block .stat-single-wrap .stat-large {
        font-size: 78px; } }
  .module-stat-block .stat-single-wrap:nth-child(2) .stat-large {
    color: #889EC4; }
  .module-stat-block .stat-single-wrap:nth-child(3) .stat-large {
    color: #E0A725; }

.module-research .max-content:before {
  display: none; }

.module-research .max-content:after {
  display: none; }

.module-research .text-link-arrow.dark:before {
  color: #E06E2D; }

.module-research .text-link-arrow.dark:hover {
  color: #FFFFFF; }
  .module-research .text-link-arrow.dark:hover:before {
    background-color: #FFFFFF; }

.module-recent-insights {
  position: relative;
  padding-bottom: 72px; }
  @media (min-width: 992px) {
    .module-recent-insights {
      padding-bottom: 100px; } }
  .module-recent-insights::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 342px;
    background-color: #F2F2F2;
    z-index: -1; }
    @media (min-width: 992px) {
      .module-recent-insights::before {
        height: 370px; } }
  .module-recent-insights h4 {
    color: #CCCCCC;
    font-size: 24px;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .module-recent-insights h4 {
        font-size: calc( 24px + ( 48 - 24 ) * ((100vw - 300px) / (1600 - 300))); } }
    @media (min-width: 1200px) {
      .module-recent-insights h4 {
        font-size: 48px; } }
  .module-recent-insights h3 {
    color: #CCCCCC;
    font-size: 48px;
    margin-left: -0.67%;
    margin-top: -2%;
    margin-bottom: 24px; }
    @media (min-width: 576px) {
      .module-recent-insights h3 {
        font-size: calc( 48px + ( 124 - 48 ) * ((100vw - 300px) / (1600 - 300))); } }
    @media (min-width: 1200px) {
      .module-recent-insights h3 {
        font-size: 124px; } }
  @media (min-width: 992px) {
    .module-recent-insights .heading-wrap {
      padding-right: 0; } }
  .module-recent-insights .view-all-wrap {
    font-style: italic;
    padding-bottom: 48px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 14px; }
    .module-recent-insights .view-all-wrap a hr {
      border-top: 1px solid #5E5958;
      display: inline-block;
      width: 42px;
      margin: 6px 8px 6px 0; }
    .module-recent-insights .view-all-wrap a:hover hr {
      border-color: #E06E2D; }
    @media (min-width: 992px) {
      .module-recent-insights .view-all-wrap {
        padding-left: 0; } }
  .module-recent-insights .insights-slider {
    padding: 0; }
  .module-recent-insights .insight-card-wrap {
    padding: 0 5px;
    max-width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .module-recent-insights .insight-card-wrap {
        padding: 0 15px; } }
    .module-recent-insights .insight-card-wrap .card-top {
      padding: 24px;
      min-height: 240px;
      color: #FFFFFF;
      margin: 0; }
      .module-recent-insights .insight-card-wrap .card-top .cat-name, .module-recent-insights .insight-card-wrap .card-top .date {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 1.75px;
        line-height: 24px;
        display: inline-block; }
      .module-recent-insights .insight-card-wrap .card-top .cat-name {
        float: left; }
      .module-recent-insights .insight-card-wrap .card-top .date {
        float: right; }
      .module-recent-insights .insight-card-wrap .card-top .title {
        padding-top: 24px;
        clear: both;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0; }
      @media (min-width: 768px) {
        .module-recent-insights .insight-card-wrap .card-top {
          min-height: 240px; }
          .module-recent-insights .insight-card-wrap .card-top .cat-name, .module-recent-insights .insight-card-wrap .card-top .date {
            display: inline-block; }
          .module-recent-insights .insight-card-wrap .card-top .cat-name {
            float: left; }
          .module-recent-insights .insight-card-wrap .card-top .date {
            float: right; }
          .module-recent-insights .insight-card-wrap .card-top .title {
            padding-top: 32px;
            clear: both;
            font-size: 24px;
            line-height: 32px;
            letter-spacing: 0; } }
    .module-recent-insights .insight-card-wrap .card-bottom {
      position: relative;
      padding: 24px;
      min-height: 240px;
      background-color: #FFFFFF; }
      .module-recent-insights .insight-card-wrap .card-bottom p {
        line-height: 24px;
        font-size: 16px;
        letter-spacing: 0;
        word-break: break-word; }
      .module-recent-insights .insight-card-wrap .card-bottom a {
        font-size: 16px;
        position: absolute;
        bottom: 24px; }
    .module-recent-insights .insight-card-wrap:nth-of-type(6n+1) .card-top {
      background-color: #1B7EA5; }
    .module-recent-insights .insight-card-wrap:nth-of-type(6n+2) .card-top {
      background-color: #E0A725; }
    .module-recent-insights .insight-card-wrap:nth-of-type(6n+3) .card-top {
      background-color: #9D3C74; }
    .module-recent-insights .insight-card-wrap:nth-of-type(6n+4) .card-top {
      background-color: #E06E2D; }
    .module-recent-insights .insight-card-wrap:nth-of-type(6n+5) .card-top {
      background-color: #889EC4; }
    .module-recent-insights .insight-card-wrap:nth-of-type(6n+0) .card-top {
      background-color: #9EA93D; }
  .module-recent-insights .insight-card-wrap-outer .insight-card-wrap {
    padding: 0; }
  .module-recent-insights .insight-card-wrap-outer:nth-of-type(6n+1) .card-top {
    background-color: #1B7EA5; }
  .module-recent-insights .insight-card-wrap-outer:nth-of-type(6n+2) .card-top {
    background-color: #E0A725; }
  .module-recent-insights .insight-card-wrap-outer:nth-of-type(6n+3) .card-top {
    background-color: #9D3C74; }
  .module-recent-insights .insight-card-wrap-outer:nth-of-type(6n+4) .card-top {
    background-color: #E06E2D; }
  .module-recent-insights .insight-card-wrap-outer:nth-of-type(6n+5) .card-top {
    background-color: #889EC4; }
  .module-recent-insights .insight-card-wrap-outer:nth-of-type(6n+0) .card-top {
    background-color: #9EA93D; }
  .module-recent-insights .slick-arrow {
    position: absolute;
    top: 220px;
    z-index: 5;
    text-align: center;
    cursor: pointer; }
    .module-recent-insights .slick-arrow i, .module-recent-insights .slick-arrow .fas {
      color: #E06E2D;
      background-color: #FFFFFF;
      border-radius: 50%;
      font-size: 22px;
      height: 38px;
      width: 38px;
      line-height: 38px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .module-recent-insights .slick-arrow i:hover, .module-recent-insights .slick-arrow .fas:hover {
        background-color: #E06E2D;
        color: #FFFFFF; }
    .module-recent-insights .slick-arrow.prev {
      left: 7px; }
    .module-recent-insights .slick-arrow.next {
      right: 7px; }
    @media (min-width: 576px) {
      .module-recent-insights .slick-arrow.prev {
        left: -15px; }
      .module-recent-insights .slick-arrow.next {
        right: -15px; } }
    @media (min-width: 768px) {
      .module-recent-insights .slick-arrow.prev {
        left: -7px; }
      .module-recent-insights .slick-arrow.next {
        right: -7px; } }
    @media (min-width: 992px) {
      .module-recent-insights .slick-arrow {
        top: 88px; } }
    @media (min-width: 1700px) {
      .module-recent-insights .slick-arrow.prev {
        left: -12px; }
      .module-recent-insights .slick-arrow.next {
        right: -12px; } }

.module-related-projects {
  position: relative;
  padding-bottom: 72px; }
  @media (min-width: 992px) {
    .module-related-projects {
      padding-bottom: 180px; } }
  .module-related-projects::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 166px;
    background-color: #F2F2F2;
    z-index: -1; }
    @media (min-width: 992px) {
      .module-related-projects::before {
        height: 315px; } }
  .module-related-projects h4 {
    color: #CCCCCC;
    font-size: 24px;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .module-related-projects h4 {
        font-size: calc( 24px + ( 48 - 24 ) * ((100vw - 300px) / (1600 - 300))); } }
    @media (min-width: 1200px) {
      .module-related-projects h4 {
        font-size: 48px; } }
  .module-related-projects h3 {
    color: #CCCCCC;
    font-size: 48px;
    margin-left: -0.67%;
    margin-top: -2%;
    margin-bottom: 24px; }
    @media (min-width: 576px) {
      .module-related-projects h3 {
        font-size: calc( 48px + ( 144 - 48 ) * ((100vw - 300px) / (1600 - 300))); } }
    @media (min-width: 1200px) {
      .module-related-projects h3 {
        font-size: 144px; } }
  .module-related-projects .view-all-wrap {
    font-style: italic;
    padding-bottom: 48px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px; }
    .module-related-projects .view-all-wrap a hr {
      border-top: 1px solid #5E5958;
      display: inline-block;
      width: 65px;
      margin: 6px 12px; }
    .module-related-projects .view-all-wrap a:hover hr {
      border-color: #E06E2D; }
  .module-related-projects .projects-slider {
    padding: 0; }
  .module-related-projects .project-card-wrap {
    padding: 0 10px; }
    .module-related-projects .project-card-wrap .project-single-card {
      background-color: #FFFFFF; }
      .module-related-projects .project-card-wrap .project-single-card .image-wrap {
        height: 150px; }
      .module-related-projects .project-card-wrap .project-single-card .title-wrap {
        padding: 10px 14px;
        min-height: 94px; }
        .module-related-projects .project-card-wrap .project-single-card .title-wrap span {
          font-style: italic;
          font-weight: 300;
          font-size: 16px; }
      @media (min-width: 992px) {
        .module-related-projects .project-card-wrap .project-single-card .image-wrap {
          height: 215px; }
        .module-related-projects .project-card-wrap .project-single-card .title-wrap {
          padding: 10px 14px;
          min-height: 135px; } }
  .module-related-projects .slick-arrow {
    position: absolute;
    top: 56px;
    z-index: 5;
    text-align: center;
    cursor: pointer; }
    .module-related-projects .slick-arrow i, .module-related-projects .slick-arrow .fas {
      color: #E06E2D;
      background-color: #FFFFFF;
      border-radius: 50%;
      font-size: 22px;
      height: 38px;
      width: 38px;
      line-height: 38px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .module-related-projects .slick-arrow i:hover, .module-related-projects .slick-arrow .fas:hover {
        background-color: #E06E2D;
        color: #FFFFFF; }
    .module-related-projects .slick-arrow.prev {
      left: 15px; }
    .module-related-projects .slick-arrow.next {
      right: 15px; }
    @media (min-width: 992px) {
      .module-related-projects .slick-arrow {
        top: 88px; } }
    @media (min-width: 1700px) {
      .module-related-projects .slick-arrow.prev {
        left: -12px; }
      .module-related-projects .slick-arrow.next {
        right: -12px; } }

.module-tabbed .tabbed-nav-heading h4 {
  font-size: 16px;
  color: #9B9B9B;
  letter-spacing: 2.5px;
  line-height: 1.6em;
  text-transform: uppercase; }

.module-tabbed .tabbed-nav-heading hr {
  border-top: 2px solid #9B9B9B;
  width: 46px;
  margin: 12px 0 36px; }

.module-tabbed .tabbed-nav .slide {
  color: #9B9B9B;
  font-weight: 700;
  font-size: 21px;
  line-height: 31px;
  letter-spacing: 0;
  margin: 12px 0; }
  .module-tabbed .tabbed-nav .slide.slick-current {
    color: #E06E2D; }
    .module-tabbed .tabbed-nav .slide.slick-current:after {
      margin-left: 4px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f105"; }

.module-tabbed .tabbed-slider {
  padding: 0 30px; }
  .module-tabbed .tabbed-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 1;
    text-align: center;
    cursor: pointer; }
    .module-tabbed .tabbed-slider .slick-arrow i, .module-tabbed .tabbed-slider .slick-arrow .fas {
      color: #5E5958;
      border: 2px solid #5E5958;
      border-radius: 50%;
      font-size: 24px;
      height: 38px;
      width: 38px;
      line-height: 34px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .module-tabbed .tabbed-slider .slick-arrow i:hover, .module-tabbed .tabbed-slider .slick-arrow .fas:hover {
        background-color: #5E5958;
        color: #FFFFFF; }
    .module-tabbed .tabbed-slider .slick-arrow.prev {
      right: 134px; }
    .module-tabbed .tabbed-slider .slick-arrow.next {
      right: 36px; }
  .module-tabbed .tabbed-slider .slide {
    border-top: 1px solid #9B9B9B; }
    .module-tabbed .tabbed-slider .slide:last-child {
      border-bottom: 1px solid #9B9B9B; }
    .module-tabbed .tabbed-slider .slide .toggle-heading {
      font-weight: 700;
      padding: 16px 0; }
      .module-tabbed .tabbed-slider .slide .toggle-heading .heading-label {
        position: relative;
        color: #E06E2D; }
        .module-tabbed .tabbed-slider .slide .toggle-heading .heading-label:after {
          position: absolute;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          right: 0;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f068"; }
        .module-tabbed .tabbed-slider .slide .toggle-heading .heading-label.collapsed {
          color: #5E5958; }
          .module-tabbed .tabbed-slider .slide .toggle-heading .heading-label.collapsed:after {
            content: "\f067";
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg); }
    .module-tabbed .tabbed-slider .slide .dont-collapse h4 {
      color: #E06E2D; }
    .module-tabbed .tabbed-slider .slide .dont-collapse .content-wrap {
      padding-bottom: 32px; }
      .module-tabbed .tabbed-slider .slide .dont-collapse .content-wrap .image-block {
        height: 180px;
        margin-bottom: 32px; }

@media (min-width: 992px) {
  .module-tabbed.offset {
    margin-top: -150px;
    position: relative; }
    .module-tabbed.offset:before {
      position: absolute;
      top: 0;
      right: calc(50vw - (1140px/2));
      bottom: 0;
      left: 0;
      content: '';
      background-color: #FFFFFF; }
  .module-tabbed .tabbed-slider {
    border-left: 1px solid #9B9B9B; }
    .module-tabbed .tabbed-slider .slide {
      border-top: none; }
      .module-tabbed .tabbed-slider .slide:last-child {
        border-bottom: none; }
      .module-tabbed .tabbed-slider .slide .collapse .content-wrap .image-block {
        height: 380px; }
      .module-tabbed .tabbed-slider .slide .dont-collapse {
        display: block;
        height: auto !important;
        visibility: visible; } }

.people-single-card {
  margin-bottom: 32px;
  background-color: #FFFFFF; }
  .people-single-card .headshot-wrap {
    position: relative;
    height: 240px; }
    .people-single-card .headshot-wrap .headshot {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .people-single-card .headshot-wrap .headshot.hover {
        display: none; }
    .people-single-card .headshot-wrap .read-more {
      font-size: 14px;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .people-single-card .headshot-wrap .read-more i, .people-single-card .headshot-wrap .read-more .fas {
        position: absolute;
        right: 4px;
        bottom: 4px;
        color: #E06E2D; }
    @media (min-width: 1700px) {
      .people-single-card .headshot-wrap {
        height: 370px; } }
  .people-single-card .info-wrap {
    text-align: center;
    position: relative; }
    .people-single-card .info-wrap h6 {
      font-size: 16px;
      margin-bottom: 8px; }
      @media (min-width: 576px) {
        .people-single-card .info-wrap h6 {
          font-size: calc( 16px + ( 20 - 16 ) * ((100vw - 300px) / (1600 - 300))); } }
      @media (min-width: 1200px) {
        .people-single-card .info-wrap h6 {
          font-size: 20px; } }
      .people-single-card .info-wrap h6 span {
        display: block;
        font-size: 0.65em;
        line-height: 1em;
        font-weight: 300;
        margin-top: 4px; }
    .people-single-card .info-wrap .jobtitle {
      font-size: 16px;
      line-height: 22px;
      display: block;
      word-break: break-word; }
  .people-single-card:hover .headshot-wrap .default {
    display: none; }
  .people-single-card:hover .headshot-wrap .hover {
    display: block; }
  .people-single-card .modal-lg {
    max-width: 1200px; }
  .people-single-card .people-single-overlay {
    padding: 56px 32px; }
    @media (min-width: 768px) {
      .people-single-card .people-single-overlay .headshot-wrap {
        height: 450px; } }
    .people-single-card .people-single-overlay .modal-title span {
      margin-left: 6px;
      font-size: 0.65em;
      line-height: 1em;
      font-weight: 300; }
    .people-single-card .people-single-overlay .jobtitle {
      font-size: 16px;
      line-height: 22px;
      display: block;
      margin-bottom: 40px; }
    .people-single-card .people-single-overlay .social-wrap a {
      font-size: 20px;
      color: #E06E2D;
      letter-spacing: 2.29px;
      margin-right: 8px; }
      .people-single-card .people-single-overlay .social-wrap a:hover {
        color: #5E5958; }

/** 10 | Default
================================================== **/
.default-template .call-out-wrap .call-out-block {
  padding: 15px 30px; }
  .default-template .call-out-wrap .call-out-block h2 {
    color: #889EC4; }

@media (min-width: 992px) {
  .default-template .call-out-wrap .call-out-block {
    padding: 15px; } }

.default-template .content-block-wrap .block-wrap:nth-of-type(3n+1) .text-wrap {
  background-color: #E0A725;
  color: #FFFFFF; }

.default-template .content-block-wrap .block-wrap:nth-of-type(3n+2) .text-wrap {
  background-color: #889EC4;
  color: #FFFFFF; }

.default-template .content-block-wrap .block-wrap:nth-of-type(3n+0) .text-wrap {
  background-color: #9EA93D;
  color: #FFFFFF; }

.archive-default .section-filters {
  padding: 0; }
  .archive-default .section-filters .filter-block {
    padding: 0; }
  .archive-default .section-filters .filter-bar-wrap {
    margin: 0 15px; }
    .archive-default .section-filters .filter-bar-wrap .filter-label {
      padding: 0;
      font-weight: 300;
      font-size: 16px;
      color: #5E5958;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .archive-default .section-filters .filter-bar-wrap .filter-bar {
      padding: 0; }
      .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-toggles {
        border-top: 1px solid #9B9B9B;
        border-bottom: 1px solid #9B9B9B;
        padding: 12px 0; }
        .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-toggles .filter-button {
          position: relative;
          font-weight: 700;
          font-size: 16px;
          padding: 12px 0;
          margin-bottom: 0;
          z-index: 1;
          display: block; }
          .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-toggles .filter-button .icon {
            position: absolute;
            right: 0;
            width: 14px;
            height: 24px;
            display: inline-block; }
            .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-toggles .filter-button .icon:before {
              position: absolute;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out;
              right: 0;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-style: normal;
              font-variant: normal;
              font-size: 16px;
              content: "\f068"; }
          .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-toggles .filter-button.collapsed {
            opacity: 0.65; }
            .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-toggles .filter-button.collapsed .icon:before {
              content: "\f067";
              transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -webkit-transform: rotate(180deg); }
          @media (min-width: 768px) {
            .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-toggles .filter-button {
              margin-right: 48px;
              display: inline-block;
              padding: 0px; }
              .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-toggles .filter-button .icon {
                position: relative; }
                .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-toggles .filter-button .icon:before {
                  content: "\f0d8";
                  font-size: 24px; }
              .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-toggles .filter-button.collapsed .icon:before {
                content: "\f0d8"; } }
      .archive-default .section-filters .filter-bar-wrap .filter-bar .filters-wrap {
        min-height: 12px; }
        .archive-default .section-filters .filter-bar-wrap .filter-bar .filters-wrap .button-group .button {
          position: relative;
          background-color: transparent;
          display: block;
          padding: 12px 20px;
          margin: 0;
          font-size: 16px;
          color: #5E5958;
          text-align: center;
          text-transform: capitalize;
          cursor: pointer;
          border: 0; }
          .archive-default .section-filters .filter-bar-wrap .filter-bar .filters-wrap .button-group .button:before {
            position: absolute;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            left: 0;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-style: normal;
            font-variant: normal;
            content: "\f0c8"; }
          .archive-default .section-filters .filter-bar-wrap .filter-bar .filters-wrap .button-group .button.all-filter {
            display: none; }
          .archive-default .section-filters .filter-bar-wrap .filter-bar .filters-wrap .button-group .button.is-checked:before {
            font-weight: 900;
            content: "\f0c8"; }
          .archive-default .section-filters .filter-bar-wrap .filter-bar .filters-wrap .button-group .button:disabled, .archive-default .section-filters .filter-bar-wrap .filter-bar .filters-wrap .button-group .button [disabled] {
            opacity: 0.6;
            cursor: default; }
        @media (min-width: 768px) {
          .archive-default .section-filters .filter-bar-wrap .filter-bar .filters-wrap {
            min-height: 80px; }
            .archive-default .section-filters .filter-bar-wrap .filter-bar .filters-wrap .button-group .button {
              display: inline-block;
              padding: 20px; } }
      .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-results-wrap {
        font-size: 16px;
        line-height: 32px; }
        .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-results-wrap .filter-results {
          font-weight: 300;
          color: #5E5958;
          text-transform: uppercase;
          letter-spacing: 1.6px;
          display: inline-block;
          margin-right: 24px; }
        .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-results-wrap .selected-filters {
          display: inline-block; }
          .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-results-wrap .selected-filters .search-pill {
            display: inline-block;
            cursor: pointer;
            opacity: 0;
            margin-right: 6px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-results-wrap .selected-filters .search-pill span {
              color: #FFFFFF;
              border-radius: 16px;
              text-align: center;
              padding: 4px 16px;
              display: none;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-results-wrap .selected-filters .search-pill span i, .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-results-wrap .selected-filters .search-pill span .far {
                margin-left: 6px;
                font-size: 14px; }
            .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-results-wrap .selected-filters .search-pill.show {
              opacity: 1; }
              .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-results-wrap .selected-filters .search-pill.show span {
                display: initial; }
            .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-results-wrap .selected-filters .search-pill:nth-of-type(3n+1) span {
              background-color: #1B7EA5; }
            .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-results-wrap .selected-filters .search-pill:nth-of-type(3n+2) span {
              background-color: #E0A725; }
            .archive-default .section-filters .filter-bar-wrap .filter-bar .filter-results-wrap .selected-filters .search-pill:nth-of-type(3n+3) span {
              background-color: #9D3C74; }

.archive-default .module-recent-insights {
  position: relative; }
  .archive-default .module-recent-insights::before {
    content: '';
    position: absolute;
    top: 272px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F2F2F2;
    z-index: -1;
    height: 100%; }
  @media (min-width: 576px) {
    .archive-default .module-recent-insights::before {
      top: 296px; } }
  @media (min-width: 992px) {
    .archive-default .module-recent-insights {
      padding: 80px 0; }
      .archive-default .module-recent-insights::before {
        top: 320px; } }
  .archive-default .module-recent-insights .max-content:before {
    display: none; }
  .archive-default .module-recent-insights .max-content:after {
    display: none; }
  .archive-default .module-recent-insights .insight-card-wrap .insight-card-wrap {
    padding: 0; }

.single-post .hero-wrap h1 {
  margin-left: 0; }

.single-post .hero-wrap .date {
  font-weight: 300;
  font-size: 20px;
  color: #5E5958;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase; }

.single-post .main-content-wrap {
  padding-top: 0; }
  .single-post .main-content-wrap .hero-breadcrumb {
    font-weight: 700;
    font-size: 16px;
    color: #9B9B9B;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .single-post .main-content-wrap .content-wrap {
    padding: 0 30px; }
    .single-post .main-content-wrap .content-wrap .hero-breadcrumb {
      display: none; }
    .single-post .main-content-wrap .content-wrap h4 {
      display: none; }
    @media (min-width: 992px) {
      .single-post .main-content-wrap .content-wrap {
        padding: 0 15px; }
        .single-post .main-content-wrap .content-wrap .hero-breadcrumb, .single-post .main-content-wrap .content-wrap h4 {
          display: block; } }
    .single-post .main-content-wrap .content-wrap .blur {
      color: transparent;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      .single-post .main-content-wrap .content-wrap .blur .overlay {
        position: absolute;
        top: -10px;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, white 70%); }
    .single-post .main-content-wrap .content-wrap .form {
      margin-top: -60px; }
  .single-post .main-content-wrap .sidebar-wrap .sidebar-info {
    padding: 0 15px; }
    .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle {
      border-top: 1px solid #9B9B9B; }
      .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle:last-child {
        border-bottom: 1px solid #9B9B9B; }
      .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .toggle-heading {
        font-weight: 700;
        padding: 16px 0;
        cursor: pointer; }
        .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .toggle-heading .heading-label {
          position: relative;
          color: #E06E2D; }
          .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .toggle-heading .heading-label:after {
            position: absolute;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            right: 0;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f068"; }
          .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .toggle-heading .heading-label.collapsed {
            color: #5E5958; }
            .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .toggle-heading .heading-label.collapsed:after {
              content: "\f067";
              transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -webkit-transform: rotate(180deg); }
      .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .dont-collapse .content-wrap {
        padding-bottom: 32px;
        padding-left: 0;
        padding-right: 0; }
        .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .dont-collapse .content-wrap h4 {
          display: none;
          font-size: 14px;
          color: #E06E2D;
          letter-spacing: 1.75px;
          text-transform: uppercase;
          border-bottom: 1px solid #9B9B9B;
          line-height: 30px;
          margin-bottom: 24px; }
        .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .dont-collapse .content-wrap .heading {
          font-size: 16px;
          font-weight: 700;
          color: #5E5958;
          display: block;
          margin-bottom: 12px; }
          .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .dont-collapse .content-wrap .heading .title {
            font-weight: 300;
            font-size: 15px;
            letter-spacing: 1.88px;
            text-transform: uppercase;
            margin-right: 8px; }
            .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .dont-collapse .content-wrap .heading .title.block {
              display: block; }
          .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .dont-collapse .content-wrap .heading a {
            display: block;
            display: inline-block;
            margin: 8px 4px 0 0;
            background-color: #F2F2F2;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 15px; }
            .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .dont-collapse .content-wrap .heading a:hover {
              background-color: #E06E2D;
              color: #FFFFFF; }
        .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .dont-collapse .content-wrap .media-wrap .title {
          display: block;
          font-weight: 300;
          font-size: 15px;
          letter-spacing: 1.88px;
          text-transform: uppercase;
          margin-right: 8px; }
        .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .dont-collapse .content-wrap .media-wrap .article {
          font-size: 16px;
          font-weight: 700;
          display: block;
          margin-bottom: 12px; }
  @media (min-width: 992px) {
    .single-post .main-content-wrap .sidebar-wrap {
      padding-right: 0; }
      .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle {
        border-top: none; }
        .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle:last-child {
          border-bottom: none; }
          .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle:last-child .collapse .content-wrap {
            padding-bottom: 0; }
        .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .collapse .content-wrap h4 {
          display: block; }
        .single-post .main-content-wrap .sidebar-wrap .sidebar-info .toggle .dont-collapse {
          display: block;
          height: auto !important;
          visibility: visible; } }

.search-results .hero-wrap p span {
  color: #E06E2D;
  font-weight: 700; }

.search-results .hero-wrap .search-wrap {
  padding: 24px 0; }
  .search-results .hero-wrap .search-wrap input[type=search] {
    position: relative;
    font-weight: 300;
    font-style: italic;
    border-width: 0 0 1px 0;
    border-color: #9B9B9B;
    width: 300px;
    max-width: 100%;
    padding: 4px 8px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none !important;
    box-shadow: none !important; }
    .search-results .hero-wrap .search-wrap input[type=search]::-webkit-input-placeholder {
      color: #9B9B9B; }
    .search-results .hero-wrap .search-wrap input[type=search]::-moz-placeholder {
      color: #9B9B9B; }
    .search-results .hero-wrap .search-wrap input[type=search]:-ms-input-placeholder {
      color: #9B9B9B; }
    .search-results .hero-wrap .search-wrap input[type=search]:-moz-placeholder {
      color: #9B9B9B; }
  .search-results .hero-wrap .search-wrap input[type=submit] {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    border: none;
    -webkit-appearance: none;
    color: #E06E2D;
    padding: 0;
    width: 36px;
    height: 38px;
    background-color: transparent;
    cursor: pointer; }

.search-results .hero-wrap.no-results {
  padding: 20vh 0; }

.search-results .project-card-wrap {
  margin-bottom: 30px;
  padding: 0; }
  .search-results .project-card-wrap .project-single-card .image-wrap, .search-results .project-card-wrap .project-single-card .title-wrap {
    height: 240px;
    padding: 24px; }

/** 20 | FAQs
==================================================**/
.faqs-archive .sidebar-wrap .sidebar {
  position: relative;
  padding: 0 15px 0 0;
  height: 100%; }
  .faqs-archive .sidebar-wrap .sidebar .sidebar-content {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .faqs-archive .sidebar-wrap .sidebar .sidebar-content.sticky {
      padding: 24px 0;
      position: sticky;
      top: 100px; }
  .faqs-archive .sidebar-wrap .sidebar a {
    display: block;
    font-size: 24px; }

.faqs-archive .faq-results-wrap .category-wrap .faq-category-question-group .faq-question-wrap {
  border: 1px solid #9B9B9B;
  margin-bottom: 12px; }
  .faqs-archive .faq-results-wrap .category-wrap .faq-category-question-group .faq-question-wrap .faq-question .faq-toggle {
    position: relative;
    background-color: transparent;
    width: 100%;
    border: none;
    text-align: left;
    padding: 8px 60px 8px 15px; }
    .faqs-archive .faq-results-wrap .category-wrap .faq-category-question-group .faq-question-wrap .faq-question .faq-toggle i {
      position: absolute;
      right: 15px;
      font-size: 30px;
      transform: rotate(180deg); }
    .faqs-archive .faq-results-wrap .category-wrap .faq-category-question-group .faq-question-wrap .faq-question .faq-toggle.collapsed i {
      transform: rotate(0deg); }
  .faqs-archive .faq-results-wrap .category-wrap .faq-category-question-group .faq-question-wrap .faq-answer .faq-answer-wrap {
    padding: 16px 15px;
    border-top: 1px solid #9B9B9B; }

.thankYouPageWrap {
  min-height: 600px;
  padding: 190px 0px;
  text-align: center;
  color: #fff; }
  .thankYouPageWrap .title {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold; }
  .thankYouPageWrap .subtitle {
    padding-top: 45px;
    font-size: 26px;
    line-height: 33px; }

/** 11 | Homepage **/
.template-homepage {
  margin-top: -60px; }
  @media (min-width: 992px) {
    .template-homepage {
      margin-top: -100px; } }
  .template-homepage .hero-wrap {
    position: relative;
    padding: 0; }
    .template-homepage .hero-wrap .hero-slider {
      padding: 0; }
      .template-homepage .hero-wrap .hero-slider .slide {
        height: calc(100vh - 100px);
        /* Fallback for browsers that do not support Custom Properties */
        height: calc((var(--vh, 1vh) * 100) - 100px);
        max-height: 880px;
        padding: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .template-homepage .hero-wrap .hero-slider .slide .gradient-overlay {
          z-index: -1; }
          .template-homepage .hero-wrap .hero-slider .slide .gradient-overlay.full {
            z-index: -2; }
        .template-homepage .hero-wrap .hero-slider .slide .content-wrap {
          position: absolute;
          top: 30px;
          right: 30px;
          bottom: 30px;
          left: 30px;
          color: #FFFFFF;
          text-align: center;
          z-index: 2; }
          .template-homepage .hero-wrap .hero-slider .slide .content-wrap .content {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%; }
            .template-homepage .hero-wrap .hero-slider .slide .content-wrap .content h5 {
              font-size: 14px;
              font-weight: 400;
              line-height: 24px;
              letter-spacing: 2px;
              text-transform: uppercase; }
            .template-homepage .hero-wrap .hero-slider .slide .content-wrap .content h3 {
              font-size: 32px;
              line-height: 1em; }
              @media (min-width: 576px) {
                .template-homepage .hero-wrap .hero-slider .slide .content-wrap .content h3 {
                  font-size: calc( 32px + ( 72 - 28 ) * ((100vw - 300px) / (1200 - 300))); } }
              @media (min-width: 1200px) {
                .template-homepage .hero-wrap .hero-slider .slide .content-wrap .content h3 {
                  font-size: 72px; } }
          .template-homepage .hero-wrap .hero-slider .slide .content-wrap a {
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 100%;
            text-align: center;
            font-size: 14px; }
    .template-homepage .hero-wrap .hero-slider-nav {
      width: 100%;
      background-color: #FFFFFF;
      z-index: 5; }
      .template-homepage .hero-wrap .hero-slider-nav .slide {
        height: 68px;
        opacity: 0.5; }
        .template-homepage .hero-wrap .hero-slider-nav .slide:not(:last-child) {
          border-right: 2px solid #FFFFFF; }
        .template-homepage .hero-wrap .hero-slider-nav .slide.slick-current {
          opacity: 1; }
    @media (min-width: 992px) {
      .template-homepage .hero-wrap .hero-slider .slide .content-wrap {
        top: 25%;
        text-align: left;
        padding: 20px 0; }
        .template-homepage .hero-wrap .hero-slider .slide .content-wrap .content {
          position: relative;
          top: 0;
          left: 0;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          width: 70%;
          max-width: 835px; }
          .template-homepage .hero-wrap .hero-slider .slide .content-wrap .content h3 {
            margin-left: -0.07em; }
        .template-homepage .hero-wrap .hero-slider .slide .content-wrap a {
          position: relative;
          top: 0;
          left: 0;
          display: inline-block;
          width: auto;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          margin-top: 20px; }
      .template-homepage .hero-wrap .hero-slider .slick-arrow {
        position: absolute;
        bottom: 30px;
        z-index: 5;
        text-align: center;
        cursor: pointer; }
        .template-homepage .hero-wrap .hero-slider .slick-arrow i, .template-homepage .hero-wrap .hero-slider .slick-arrow .fas {
          color: #E06E2D;
          border: 2px solid #E06E2D;
          border-radius: 50%;
          font-size: 24px;
          height: 38px;
          width: 38px;
          line-height: 34px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .template-homepage .hero-wrap .hero-slider .slick-arrow i:hover, .template-homepage .hero-wrap .hero-slider .slick-arrow .fas:hover {
            background-color: #E06E2D;
            color: #FFFFFF; }
        .template-homepage .hero-wrap .hero-slider .slick-arrow.prev {
          right: calc(65% + 134px); }
        .template-homepage .hero-wrap .hero-slider .slick-arrow.next {
          right: calc(65% + 36px); }
      .template-homepage .hero-wrap .hero-slider-nav {
        width: 65%;
        position: absolute;
        right: 0;
        bottom: 0;
        border-color: #FFFFFF;
        border-style: solid;
        border-width: 5px 5px 0 5px; }
        .template-homepage .hero-wrap .hero-slider-nav .slide {
          height: 128px; }
          .template-homepage .hero-wrap .hero-slider-nav .slide:not(:last-child) {
            border-width: 5px; } }
    @media (min-width: 1200px) {
      .template-homepage .hero-wrap .hero-slider .slide {
        max-height: 1500px; }
        .template-homepage .hero-wrap .hero-slider .slide .content-wrap {
          max-width: 1700px;
          width: 100%;
          padding: 20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .template-homepage .hero-wrap .hero-slider .slick-arrow.prev {
        right: calc(55% + 134px); }
      .template-homepage .hero-wrap .hero-slider .slick-arrow.next {
        right: calc(55% + 36px); }
      .template-homepage .hero-wrap .hero-slider-nav {
        width: 55%;
        border-width: 8px 8px 0 8px; }
        .template-homepage .hero-wrap .hero-slider-nav .slide {
          height: 180px;
          max-height: 13vh; }
          .template-homepage .hero-wrap .hero-slider-nav .slide:not(:last-child) {
            border-width: 8px; } }
  .template-homepage .intro-section .large-text-wrap {
    padding: 15px 30px;
    max-width: 464px; }
    .template-homepage .intro-section .large-text-wrap h2 {
      font-size: 32px;
      color: #889EC4;
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .template-homepage .intro-section .large-text-wrap h2 {
          font-size: calc( 32px + ( 72 - 32 ) * ((100vw - 300px) / (1200 - 300))); } }
      @media (min-width: 1200px) {
        .template-homepage .intro-section .large-text-wrap h2 {
          font-size: 72px; } }
  .template-homepage .intro-section .small-text-wrap {
    padding: 15px 30px; }
  @media (min-width: 576px) {
    .template-homepage .intro-section {
      padding: 72px 0; }
      .template-homepage .intro-section .large-text-wrap {
        max-width: 675px; } }
  @media (min-width: 768px) {
    .template-homepage .intro-section {
      padding: 90px 0; }
      .template-homepage .intro-section .large-text-wrap {
        max-width: 94%; } }
  @media (min-width: 992px) {
    .template-homepage .intro-section {
      padding-bottom: 146px; }
      .template-homepage .intro-section .large-text-wrap {
        max-width: 800px; } }
  @media (min-width: 1200px) {
    .template-homepage .intro-section {
      padding-bottom: 128px; } }
  @media (min-width: 1700px) {
    .template-homepage .intro-section {
      padding-top: 180px;
      padding-bottom: 236px; } }
  .template-homepage .featured-services-section .max-content:before {
    display: none; }
  .template-homepage .featured-services-section .max-content:after {
    display: none; }
  .template-homepage .featured-services-section .list-wrap {
    padding: 40px 30px;
    color: #FFFFFF; }
    .template-homepage .featured-services-section .list-wrap ol {
      padding: 0;
      margin: 0;
      list-style: none;
      counter-reset: my-awesome-counter; }
      .template-homepage .featured-services-section .list-wrap ol li {
        position: relative;
        padding: 14px 0;
        counter-increment: my-awesome-counter; }
        .template-homepage .featured-services-section .list-wrap ol li a {
          font-weight: 700;
          color: #FFFFFF;
          line-height: 2.5em;
          display: inline-block;
          width: calc(100% - 50px);
          margin-left: 44px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .template-homepage .featured-services-section .list-wrap ol li a:before {
            position: absolute;
            left: 2px;
            display: inline-block;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 2px;
            content: "0" counter(my-awesome-counter);
            width: 20px; }
          .template-homepage .featured-services-section .list-wrap ol li a:after {
            position: absolute;
            right: 2px;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f054";
            font-size: 14px;
            line-height: 1em;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0s ease-in-out;
            -moz-transition: all 0s ease-in-out;
            -o-transition: all 0s ease-in-out;
            transition: all 0s ease-in-out; }
          .template-homepage .featured-services-section .list-wrap ol li a:hover {
            color: #000000; }
            .template-homepage .featured-services-section .list-wrap ol li a:hover:after {
              right: 0px; }
        .template-homepage .featured-services-section .list-wrap ol li:not(:last-child) {
          border-bottom: 1px solid #FFFFFF; }
  @media (min-width: 576px) {
    .template-homepage .featured-services-section .list-wrap {
      padding: 80px 40px; } }
  @media (min-width: 768px) {
    .template-homepage .featured-services-section .list-wrap {
      padding: 80px 56px; } }
  @media (min-width: 992px) {
    .template-homepage .featured-services-section {
      margin-top: -56px; }
      .template-homepage .featured-services-section.offset {
        padding: 28px 0; }
      .template-homepage .featured-services-section .list-wrap {
        padding: 64px 48px; } }
  @media (min-width: 1200px) {
    .template-homepage .featured-services-section {
      margin-top: -72px; }
      .template-homepage .featured-services-section.offset {
        padding: 36px 0; }
      .template-homepage .featured-services-section .list-wrap {
        padding: 80px 72px; } }
  @media (min-width: 1700px) {
    .template-homepage .featured-services-section {
      margin-top: -80px; }
      .template-homepage .featured-services-section.offset {
        padding: 40px 0; }
      .template-homepage .featured-services-section .list-wrap {
        padding: 0; }
        .template-homepage .featured-services-section .list-wrap ol {
          padding: 14% 12%; } }
  .template-homepage .projects-section .heading-wrap {
    padding: 15px 30px 0; }
    .template-homepage .projects-section .heading-wrap h3 {
      margin-bottom: 0.5em; }
  .template-homepage .projects-section .text-wrap {
    padding: 0 30px 15px; }
    .template-homepage .projects-section .text-wrap p:last-child {
      margin-bottom: 0; }
  .template-homepage .projects-section .list-wrap {
    padding: 15px 30px; }
  @media (min-width: 768px) {
    .template-homepage .projects-section .heading-wrap {
      padding: 15px 30px 0; }
      .template-homepage .projects-section .heading-wrap h3 {
        margin-bottom: 0.15em; }
    .template-homepage .projects-section .text-wrap {
      padding: 26px 30px; } }
  @media (min-width: 1200px) {
    .template-homepage .projects-section .list-wrap {
      padding: 15px; } }
  .template-homepage .module-call-to-action {
    background-color: #F2F2F2;
    padding-bottom: 100px; }
    .template-homepage .module-call-to-action .cta-content-wrap p {
      color: #5E5958; }
    @media (min-width: 992px) {
      .template-homepage .module-call-to-action {
        padding-bottom: 180px; } }

.template-about .video-wrap {
  max-height: 70vh;
  height: 200px; }
  .template-about .video-wrap .embed-container {
    height: 100%; }
    .template-about .video-wrap .embed-container #video {
      min-width: 100%;
      min-height: 100%;
      height: auto;
      width: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .template-about .video-wrap .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%); }
  .template-about .video-wrap .video .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    z-index: 1;
    height: 106px;
    border: none; }
    .template-about .video-wrap .video .video-btn .play-button {
      position: relative;
      border-radius: 50%;
      height: 80px;
      width: 80px;
      border: 3px solid #FFFFFF;
      margin: 0 auto 6px; }
      .template-about .video-wrap .video .video-btn .play-button .fas, .template-about .video-wrap .video .video-btn .play-button i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 25px;
        width: 50px;
        text-align: center;
        margin-left: 5px; }
    .template-about .video-wrap .video .video-btn .learn-more {
      letter-spacing: 1.88px;
      text-transform: uppercase;
      font-size: 14px; }
  .template-about .video-wrap .video .embed-responsive-16by9::before {
    padding-top: 80%; }
  .template-about .video-wrap .video .close {
    text-shadow: none;
    color: #FFFFFF;
    font-size: 14px;
    opacity: 1;
    background: #000000;
    padding: 0 0 10px;
    letter-spacing: 1.88px;
    text-transform: uppercase;
    font-size: 14px; }
  @media (min-width: 992px) {
    .template-about .video-wrap {
      height: 700px; } }

.template-about .footer-call-to-action {
  padding: 56px 0; }
  .template-about .footer-call-to-action.bg-waves:before {
    opacity: 0; }
  .template-about .footer-call-to-action .text-wrap, .template-about .footer-call-to-action .list-wrap {
    padding: 0 30px; }
    .template-about .footer-call-to-action .text-wrap h3, .template-about .footer-call-to-action .list-wrap h3 {
      margin-bottom: 24px; }
  @media (min-width: 992px) {
    .template-about .footer-call-to-action {
      margin-top: -56px;
      padding: 156px 0 100px; }
      .template-about .footer-call-to-action.bg-waves:before {
        opacity: 1; }
      .template-about .footer-call-to-action .list-wrap {
        padding: 0 30px 0 0; } }
  @media (min-width: 1200px) {
    .template-about .footer-call-to-action {
      margin-top: -72px;
      padding: 180px 0 120px; }
      .template-about .footer-call-to-action .text-wrap, .template-about .footer-call-to-action .list-wrap {
        padding: 0; } }
  @media (min-width: 1700px) {
    .template-about .footer-call-to-action {
      margin-top: -80px;
      padding: 200px 0 140px; } }

.modal-content {
  background-color: white;
  border: none;
  padding: 50px; }
  .modal-content .modal-body {
    padding: 0; }

.template-careers .testimonial-wrap .testimonial-slider .content-wrap .content {
  padding: 0 44px; }
  .template-careers .testimonial-wrap .testimonial-slider .content-wrap .content .quote, .template-careers .testimonial-wrap .testimonial-slider .content-wrap .content svg {
    display: block;
    height: 46px;
    width: auto;
    margin-bottom: 12px; }
  .template-careers .testimonial-wrap .testimonial-slider .content-wrap .content .author-wrap {
    display: block;
    width: 75%;
    margin-left: 25%; }
    .template-careers .testimonial-wrap .testimonial-slider .content-wrap .content .author-wrap hr {
      display: inline-block;
      width: 20px;
      margin: 11px 0 0;
      border-top: 3px solid #9B9B9B;
      vertical-align: top; }
    .template-careers .testimonial-wrap .testimonial-slider .content-wrap .content .author-wrap .author {
      display: inline-block;
      width: calc(100% - 30px);
      font-weight: 700; }
      .template-careers .testimonial-wrap .testimonial-slider .content-wrap .content .author-wrap .author .title {
        font-weight: 300; }

@media (min-width: 576px) {
  .template-careers .testimonial-wrap .testimonial-slider .content-wrap .content .author-wrap {
    width: 60%;
    margin-left: 40%; } }

@media (min-width: 768px) {
  .template-careers .testimonial-wrap .testimonial-slider .content-wrap .content {
    padding: 0 60px; }
    .template-careers .testimonial-wrap .testimonial-slider .content-wrap .content .author-wrap {
      width: 40%;
      margin-left: 60%; } }

@media (min-width: 992px) {
  .template-careers .testimonial-wrap .testimonial-slider .content-wrap .content {
    padding: 0 80px; } }

@media (min-width: 1200px) {
  .template-careers .testimonial-wrap .testimonial-slider .content-wrap .content {
    padding: 0 124px; } }

.template-careers .testimonial-wrap .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  text-align: center;
  cursor: pointer; }
  .template-careers .testimonial-wrap .slick-arrow i, .template-careers .testimonial-wrap .slick-arrow .fas {
    color: #E06E2D;
    background-color: #FFFFFF;
    border-radius: 50%;
    font-size: 22px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .template-careers .testimonial-wrap .slick-arrow i:hover, .template-careers .testimonial-wrap .slick-arrow .fas:hover {
      background-color: #E06E2D;
      color: #FFFFFF; }
  .template-careers .testimonial-wrap .slick-arrow.prev {
    left: 7px; }
  .template-careers .testimonial-wrap .slick-arrow.next {
    right: 7px; }

.template-social-responsibility .module-related-projects .max-content:before {
  display: none; }

.template-social-responsibility .module-related-projects .max-content:after {
  display: none; }

@media (min-width: 992px) {
  .template-social-responsibility .social-slider-wrap {
    padding-top: 128px; } }

.template-social-responsibility .social-slider-wrap .social-slider .slide .slide-image {
  height: 400px; }

.template-social-responsibility .social-slider-wrap .slick-arrow {
  position: absolute;
  top: 181px;
  z-index: 5;
  text-align: center;
  cursor: pointer; }
  .template-social-responsibility .social-slider-wrap .slick-arrow i, .template-social-responsibility .social-slider-wrap .slick-arrow .fas {
    color: #E06E2D;
    background-color: #FFFFFF;
    border-radius: 50%;
    font-size: 22px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .template-social-responsibility .social-slider-wrap .slick-arrow i:hover, .template-social-responsibility .social-slider-wrap .slick-arrow .fas:hover {
      background-color: #E06E2D;
      color: #FFFFFF; }
  .template-social-responsibility .social-slider-wrap .slick-arrow.prev {
    left: -20px; }
  .template-social-responsibility .social-slider-wrap .slick-arrow.next {
    right: -20px; }
  @media (min-width: 576px) {
    .template-social-responsibility .social-slider-wrap .slick-arrow i, .template-social-responsibility .social-slider-wrap .slick-arrow .fas {
      font-size: 28px;
      height: 58px;
      width: 58px;
      line-height: 58px; }
    .template-social-responsibility .social-slider-wrap .slick-arrow.prev {
      left: -66px; }
    .template-social-responsibility .social-slider-wrap .slick-arrow.next {
      right: -66px; } }
  @media (min-width: 768px) {
    .template-social-responsibility .social-slider-wrap .slick-arrow.prev {
      left: -88px; }
    .template-social-responsibility .social-slider-wrap .slick-arrow.next {
      right: -88px; } }

@media (min-width: 992px) {
  .template-social-responsibility .module-stat-block {
    padding-top: 128px; } }

.template-research-institute .call-out-wrap .call-out-block .partner-image {
  min-height: 200px; }

.template-connect h3 {
  font-size: 32px; }
  @media (min-width: 576px) {
    .template-connect h3 {
      font-size: calc( 32px + ( 48 - 32 ) * ((100vw - 300px) / (1600 - 300))); } }
  @media (min-width: 1200px) {
    .template-connect h3 {
      font-size: 48px; } }

.template-connect .hero-wrap .text-link-arrow:before {
  background-color: transparent;
  color: #E06E2D; }

.template-connect .hero-wrap .text-link-arrow:hover:before {
  color: #5E5958; }

.template-connect .hero-wrap .text-link-arrow.phone:before {
  content: "\f095";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.template-connect .hero-wrap .text-link-arrow.email:before {
  content: "\f0e0"; }

.template-connect .contact-form-section h3 {
  color: #889EC4; }

.template-connect .newground-buzz-section .large-text-wrap {
  max-width: 400px;
  padding-right: 50px;
  color: #CCCCCC;
  margin-bottom: 44px; }
  @media (min-width: 768px) {
    .template-connect .newground-buzz-section .large-text-wrap {
      padding-right: 0; } }

.template-connect .newground-buzz-section .social-block {
  background-color: #9D3C74;
  text-align: center;
  padding: 0; }
  .template-connect .newground-buzz-section .social-block .social-link {
    display: block;
    color: #FFFFFF;
    padding: 44px; }
    .template-connect .newground-buzz-section .social-block .social-link i {
      font-size: 48px; }
    .template-connect .newground-buzz-section .social-block .social-link p {
      display: none;
      margin-top: 32px;
      margin-bottom: 0;
      font-weight: 700; }
      @media (min-width: 768px) {
        .template-connect .newground-buzz-section .social-block .social-link p {
          display: block; } }
  .template-connect .newground-buzz-section .social-block:nth-child(2) {
    background-color: #9EA93D; }
  .template-connect .newground-buzz-section .social-block:nth-child(3) {
    background-color: #889EC4; }
  .template-connect .newground-buzz-section .social-block:nth-child(4) {
    background-color: #E0A725; }

.people-archive .people-wrap .team-description-wrap .team-description p, .people-archive .people-wrap .team-description-wrap .team-description h3, .people-archive .people-wrap .team-description-wrap .team-description span {
  font-size: 28px;
  font-weight: 700 !important;
  margin-bottom: 0;
  color: #CCCCCC;
  line-height: 1.2; }
  @media (min-width: 576px) {
    .people-archive .people-wrap .team-description-wrap .team-description p, .people-archive .people-wrap .team-description-wrap .team-description h3, .people-archive .people-wrap .team-description-wrap .team-description span {
      font-size: calc( 28px + ( 36 - 28 ) * ((100vw - 300px) / (1600 - 300))); } }
  @media (min-width: 1200px) {
    .people-archive .people-wrap .team-description-wrap .team-description p, .people-archive .people-wrap .team-description-wrap .team-description h3, .people-archive .people-wrap .team-description-wrap .team-description span {
      font-size: 36px; } }
  .people-archive .people-wrap .team-description-wrap .team-description p strong, .people-archive .people-wrap .team-description-wrap .team-description p b, .people-archive .people-wrap .team-description-wrap .team-description h3 strong, .people-archive .people-wrap .team-description-wrap .team-description h3 b, .people-archive .people-wrap .team-description-wrap .team-description span strong, .people-archive .people-wrap .team-description-wrap .team-description span b {
    color: #E06E2D; }

@media (min-width: 768px) {
  .people-archive .people-wrap .team-description-wrap .team-description {
    width: 80%;
    padding-bottom: 20%; } }

.projects-archive .module-related-projects::before {
  top: 198px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

@media (min-width: 576px) {
  .projects-archive .module-related-projects::before {
    top: 206px; } }

@media (min-width: 768px) {
  .projects-archive .module-related-projects::before {
    top: 210px; } }

@media (min-width: 992px) {
  .projects-archive .module-related-projects::before {
    top: 287px; } }

.projects-archive .module-related-projects .max-content:before {
  display: none; }

.projects-archive .module-related-projects .max-content:after {
  display: none; }

.projects-archive .module-related-projects .project-card-wrap {
  margin-bottom: 56px; }

.projects-single .hero-wrap .project-image-slider, .projects-single .hero-wrap .project-image-single {
  padding: 0; }
  .projects-single .hero-wrap .project-image-slider .image-wrap, .projects-single .hero-wrap .project-image-single .image-wrap {
    padding: 0 4px; }
    .projects-single .hero-wrap .project-image-slider .image-wrap .image-block, .projects-single .hero-wrap .project-image-single .image-wrap .image-block {
      min-height: 210px; }
  .projects-single .hero-wrap .project-image-slider .slick-arrow, .projects-single .hero-wrap .project-image-single .slick-arrow {
    position: absolute;
    top: 86px;
    z-index: 5;
    text-align: center;
    cursor: pointer; }
    .projects-single .hero-wrap .project-image-slider .slick-arrow i, .projects-single .hero-wrap .project-image-slider .slick-arrow .fas, .projects-single .hero-wrap .project-image-single .slick-arrow i, .projects-single .hero-wrap .project-image-single .slick-arrow .fas {
      color: #E06E2D;
      background-color: #FFFFFF;
      border-radius: 50%;
      font-size: 22px;
      height: 38px;
      width: 38px;
      line-height: 38px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); }
      .projects-single .hero-wrap .project-image-slider .slick-arrow i:hover, .projects-single .hero-wrap .project-image-slider .slick-arrow .fas:hover, .projects-single .hero-wrap .project-image-single .slick-arrow i:hover, .projects-single .hero-wrap .project-image-single .slick-arrow .fas:hover {
        background-color: #E06E2D;
        color: #FFFFFF; }
    .projects-single .hero-wrap .project-image-slider .slick-arrow.prev, .projects-single .hero-wrap .project-image-single .slick-arrow.prev {
      left: 12px; }
    .projects-single .hero-wrap .project-image-slider .slick-arrow.next, .projects-single .hero-wrap .project-image-single .slick-arrow.next {
      right: 12px; }

.projects-single .hero-wrap .modal .modal-content {
  height: 210px;
  max-height: 85vh; }
  .projects-single .hero-wrap .modal .modal-content .gradient-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    height: 130px;
    width: 130px;
    background: radial-gradient(circle at top right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 75%); }
  .projects-single .hero-wrap .modal .modal-content button {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    opacity: 1; }
    .projects-single .hero-wrap .modal .modal-content button:hover {
      background-color: #FFFFFF;
      color: #E06E2D; }

@media (min-width: 576px) {
  .projects-single .hero-wrap .project-image-slider .image-wrap .image-block, .projects-single .hero-wrap .project-image-single .image-wrap .image-block {
    min-height: 300px; }
  .projects-single .hero-wrap .project-image-slider .slick-arrow, .projects-single .hero-wrap .project-image-single .slick-arrow {
    top: 136px; }
    .projects-single .hero-wrap .project-image-slider .slick-arrow.prev, .projects-single .hero-wrap .project-image-single .slick-arrow.prev {
      left: 40px; }
    .projects-single .hero-wrap .project-image-slider .slick-arrow.next, .projects-single .hero-wrap .project-image-single .slick-arrow.next {
      right: 40px; }
  .projects-single .hero-wrap .modal .modal-content {
    height: 360px; } }

@media (min-width: 768px) {
  .projects-single .hero-wrap .project-image-slider .image-wrap .image-block, .projects-single .hero-wrap .project-image-single .image-wrap .image-block {
    min-height: 400px; }
  .projects-single .hero-wrap .project-image-slider .slick-arrow, .projects-single .hero-wrap .project-image-single .slick-arrow {
    top: 186px; }
  .projects-single .hero-wrap .modal .modal-dialog {
    max-width: 90%; }
  .projects-single .hero-wrap .modal .modal-content {
    height: 460px; } }

@media (min-width: 992px) {
  .projects-single .hero-wrap .project-image-slider .image-wrap .image-block, .projects-single .hero-wrap .project-image-single .image-wrap .image-block {
    min-height: 500px; }
  .projects-single .hero-wrap .project-image-slider .slick-arrow, .projects-single .hero-wrap .project-image-single .slick-arrow {
    top: 236px; }
    .projects-single .hero-wrap .project-image-slider .slick-arrow i, .projects-single .hero-wrap .project-image-slider .slick-arrow .fas, .projects-single .hero-wrap .project-image-single .slick-arrow i, .projects-single .hero-wrap .project-image-single .slick-arrow .fas {
      font-size: 28px;
      height: 58px;
      width: 58px;
      line-height: 58px; }
    .projects-single .hero-wrap .project-image-slider .slick-arrow.prev, .projects-single .hero-wrap .project-image-single .slick-arrow.prev {
      left: 60px; }
    .projects-single .hero-wrap .project-image-slider .slick-arrow.next, .projects-single .hero-wrap .project-image-single .slick-arrow.next {
      right: 60px; }
  .projects-single .hero-wrap .modal .modal-content {
    height: 600px; } }

@media (min-width: 1200px) {
  .projects-single .hero-wrap .project-image-slider .image-wrap .image-block, .projects-single .hero-wrap .project-image-single .image-wrap .image-block {
    min-height: 560px; }
  .projects-single .hero-wrap .project-image-slider .slick-arrow, .projects-single .hero-wrap .project-image-single .slick-arrow {
    top: 266px; }
    .projects-single .hero-wrap .project-image-slider .slick-arrow.prev, .projects-single .hero-wrap .project-image-single .slick-arrow.prev {
      left: 90px; }
    .projects-single .hero-wrap .project-image-slider .slick-arrow.next, .projects-single .hero-wrap .project-image-single .slick-arrow.next {
      right: 90px; }
  .projects-single .hero-wrap .modal .modal-content {
    height: 680px; } }

@media (min-width: 1700px) {
  .projects-single .hero-wrap .project-image-slider .slick-arrow.prev, .projects-single .hero-wrap .project-image-single .slick-arrow.prev {
    left: 270px; }
  .projects-single .hero-wrap .project-image-slider .slick-arrow.next, .projects-single .hero-wrap .project-image-single .slick-arrow.next {
    right: 270px; }
  .projects-single .hero-wrap .modal .modal-content {
    height: 800px; } }

.projects-single .module-related-projects .max-content:before {
  display: none; }

.projects-single .module-related-projects .max-content:after {
  display: none; }

.archive-services.child .hero-wrap .hero-breadcrumb.italic, .tax-service.child .hero-wrap .hero-breadcrumb.italic {
  color: #F2F2F2; }
  .archive-services.child .hero-wrap .hero-breadcrumb.italic a, .tax-service.child .hero-wrap .hero-breadcrumb.italic a {
    color: #FFFFFF;
    font-weight: 700; }
    .archive-services.child .hero-wrap .hero-breadcrumb.italic a:hover, .tax-service.child .hero-wrap .hero-breadcrumb.italic a:hover {
      color: #E06E2D; }

.archive-services.child .module-related-projects .max-content:before, .tax-service.child .module-related-projects .max-content:before {
  display: none; }

.archive-services.child .module-related-projects .max-content:after, .tax-service.child .module-related-projects .max-content:after {
  display: none; }

@media (min-width: 992px) {
  .archive-services.child .module-related-projects, .tax-service.child .module-related-projects {
    padding-bottom: 100px; } }

@media (min-width: 992px) {
  .archive-services.child .module-call-to-action, .tax-service.child .module-call-to-action {
    margin-top: 0; } }

.archive-services .module-recent-insights:before, .tax-service .module-recent-insights:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

@media (min-width: 768px) {
  .archive-services .module-recent-insights, .tax-service .module-recent-insights {
    padding-bottom: 124px; } }

@media (min-width: 992px) {
  .archive-services .module-stat-block, .tax-service .module-stat-block {
    padding: 72px 0 124px; } }

@media (min-width: 1200px) {
  .archive-services .module-stat-block, .tax-service .module-stat-block {
    padding: 72px 0 148px; } }

@media (min-width: 1700px) {
  .archive-services .module-stat-block, .tax-service .module-stat-block {
    padding: 96px 0 170px; } }

@media (min-width: 992px) {
  .archive-services .module-research.offset, .tax-service .module-research.offset {
    margin-top: -56px; }
    .archive-services .module-research.offset.offset, .tax-service .module-research.offset.offset {
      padding: 28px 0; } }

@media (min-width: 1200px) {
  .archive-services .module-research.offset, .tax-service .module-research.offset {
    margin-top: -72px; }
    .archive-services .module-research.offset.offset, .tax-service .module-research.offset.offset {
      padding: 36px 0; } }

@media (min-width: 1700px) {
  .archive-services .module-research.offset, .tax-service .module-research.offset {
    margin-top: -80px; }
    .archive-services .module-research.offset.offset, .tax-service .module-research.offset.offset {
      padding: 40px 0; } }

.archive-services .module-call-to-action, .tax-service .module-call-to-action {
  padding: 56px 0;
  text-align: left; }
  .archive-services .module-call-to-action.bg-waves:before, .tax-service .module-call-to-action.bg-waves:before {
    opacity: 0; }
  .archive-services .module-call-to-action .text-wrap, .archive-services .module-call-to-action .list-wrap, .archive-services .module-call-to-action .cta-content-wrap, .tax-service .module-call-to-action .text-wrap, .tax-service .module-call-to-action .list-wrap, .tax-service .module-call-to-action .cta-content-wrap {
    padding: 0 30px; }
    .archive-services .module-call-to-action .text-wrap p, .archive-services .module-call-to-action .list-wrap p, .archive-services .module-call-to-action .cta-content-wrap p, .tax-service .module-call-to-action .text-wrap p, .tax-service .module-call-to-action .list-wrap p, .tax-service .module-call-to-action .cta-content-wrap p {
      font-size: 32px; }
      @media (min-width: 576px) {
        .archive-services .module-call-to-action .text-wrap p, .archive-services .module-call-to-action .list-wrap p, .archive-services .module-call-to-action .cta-content-wrap p, .tax-service .module-call-to-action .text-wrap p, .tax-service .module-call-to-action .list-wrap p, .tax-service .module-call-to-action .cta-content-wrap p {
          font-size: calc( 32px + ( 48 - 32 ) * ((100vw - 300px) / (1600 - 300))); } }
      @media (min-width: 1200px) {
        .archive-services .module-call-to-action .text-wrap p, .archive-services .module-call-to-action .list-wrap p, .archive-services .module-call-to-action .cta-content-wrap p, .tax-service .module-call-to-action .text-wrap p, .tax-service .module-call-to-action .list-wrap p, .tax-service .module-call-to-action .cta-content-wrap p {
          font-size: 48px; } }
  .archive-services .module-call-to-action .list-wrap ul, .tax-service .module-call-to-action .list-wrap ul {
    column-count: 1; }
  @media (min-width: 992px) {
    .archive-services .module-call-to-action, .tax-service .module-call-to-action {
      margin-top: -56px;
      padding: 156px 0 100px; }
      .archive-services .module-call-to-action.bg-waves:before, .tax-service .module-call-to-action.bg-waves:before {
        opacity: 1; }
      .archive-services .module-call-to-action .list-wrap, .tax-service .module-call-to-action .list-wrap {
        padding: 0 30px 0 0; } }
  @media (min-width: 1200px) {
    .archive-services .module-call-to-action, .tax-service .module-call-to-action {
      margin-top: -72px;
      padding: 180px 0 120px; }
      .archive-services .module-call-to-action .text-wrap, .archive-services .module-call-to-action .list-wrap, .tax-service .module-call-to-action .text-wrap, .tax-service .module-call-to-action .list-wrap {
        padding: 0; } }
  @media (min-width: 1700px) {
    .archive-services .module-call-to-action, .tax-service .module-call-to-action {
      margin-top: -80px;
      padding: 200px 0 140px; } }

.area-of-expertise-archive .hero-wrap .hero-breadcrumb.italic {
  color: #F2F2F2; }
  .area-of-expertise-archive .hero-wrap .hero-breadcrumb.italic a {
    color: #FFFFFF;
    font-weight: 700; }
    .area-of-expertise-archive .hero-wrap .hero-breadcrumb.italic a:hover {
      color: #E06E2D; }

.area-of-expertise-archive:not(.area-of-expertise-single) .module-tabbed .tabbed-slider .slide .collapse .content-wrap a {
  text-align: center;
  color: #E06E2D;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 700;
  cursor: pointer; }
  .area-of-expertise-archive:not(.area-of-expertise-single) .module-tabbed .tabbed-slider .slide .collapse .content-wrap a span {
    font-weight: 700 !important; }
  .area-of-expertise-archive:not(.area-of-expertise-single) .module-tabbed .tabbed-slider .slide .collapse .content-wrap a:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    content: "\f105";
    background-color: #E06E2D;
    color: #FFFFFF;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-right: 12px;
    margin-bottom: 2px;
    vertical-align: middle;
    letter-spacing: -1px; }
  @media (min-width: 768px) {
    .area-of-expertise-archive:not(.area-of-expertise-single) .module-tabbed .tabbed-slider .slide .collapse .content-wrap a {
      letter-spacing: 2px; }
      .area-of-expertise-archive:not(.area-of-expertise-single) .module-tabbed .tabbed-slider .slide .collapse .content-wrap a:before {
        height: 40px;
        width: 40px;
        line-height: 40px; } }
  .area-of-expertise-archive:not(.area-of-expertise-single) .module-tabbed .tabbed-slider .slide .collapse .content-wrap a:hover {
    color: #5E5958;
    text-decoration: none; }
    .area-of-expertise-archive:not(.area-of-expertise-single) .module-tabbed .tabbed-slider .slide .collapse .content-wrap a:hover:before {
      background-color: #5E5958; }

@media (min-width: 992px) {
  .area-of-expertise-archive .module-research.offset {
    margin-top: -56px; }
    .area-of-expertise-archive .module-research.offset.offset {
      padding: 28px 0; } }

@media (min-width: 1200px) {
  .area-of-expertise-archive .module-research.offset {
    margin-top: -72px; }
    .area-of-expertise-archive .module-research.offset.offset {
      padding: 36px 0; } }

@media (min-width: 1700px) {
  .area-of-expertise-archive .module-research.offset {
    margin-top: -80px; }
    .area-of-expertise-archive .module-research.offset.offset {
      padding: 40px 0; } }

.area-of-expertise-archive .module-call-to-action {
  padding: 56px 0;
  text-align: left; }
  .area-of-expertise-archive .module-call-to-action.bg-waves:before {
    opacity: 0; }
  .area-of-expertise-archive .module-call-to-action .text-wrap, .area-of-expertise-archive .module-call-to-action .list-wrap, .area-of-expertise-archive .module-call-to-action .cta-content-wrap {
    padding: 0 30px; }
    .area-of-expertise-archive .module-call-to-action .text-wrap p, .area-of-expertise-archive .module-call-to-action .list-wrap p, .area-of-expertise-archive .module-call-to-action .cta-content-wrap p {
      text-align: left;
      font-size: 32px; }
      @media (min-width: 576px) {
        .area-of-expertise-archive .module-call-to-action .text-wrap p, .area-of-expertise-archive .module-call-to-action .list-wrap p, .area-of-expertise-archive .module-call-to-action .cta-content-wrap p {
          font-size: calc( 32px + ( 48 - 32 ) * ((100vw - 300px) / (1600 - 300))); } }
      @media (min-width: 1200px) {
        .area-of-expertise-archive .module-call-to-action .text-wrap p, .area-of-expertise-archive .module-call-to-action .list-wrap p, .area-of-expertise-archive .module-call-to-action .cta-content-wrap p {
          font-size: 48px; } }
  .area-of-expertise-archive .module-call-to-action .list-wrap {
    text-align: left; }
    .area-of-expertise-archive .module-call-to-action .list-wrap ul {
      column-count: 1; }
  @media (min-width: 992px) {
    .area-of-expertise-archive .module-call-to-action {
      margin-top: -56px;
      padding: 156px 0 100px; }
      .area-of-expertise-archive .module-call-to-action.bg-waves:before {
        opacity: 1; }
      .area-of-expertise-archive .module-call-to-action .list-wrap {
        padding: 0 30px 0 0;
        max-width: 380px; } }
  @media (min-width: 1200px) {
    .area-of-expertise-archive .module-call-to-action {
      margin-top: -72px;
      padding: 180px 0 120px; } }
  @media (min-width: 1700px) {
    .area-of-expertise-archive .module-call-to-action {
      margin-top: -80px;
      padding: 200px 0 140px; } }

@media (min-width: 992px) {
  .area-of-expertise-single .module-tabbed.offset {
    margin-top: 0px; } }

@media (min-width: 992px) {
  .area-of-expertise-single .module-call-to-action {
    margin-top: 0px;
    padding: 100px 0; } }

@media (min-width: 1200px) {
  .area-of-expertise-single .module-call-to-action {
    padding: 120px 0; } }

@media (min-width: 1700px) {
  .area-of-expertise-single .module-call-to-action {
    padding: 140px 0; } }
