/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/wp-content/themes/divi-child/fonts/Inter-3.13/Inter-Web/Inter-SemiBold.woff2?v=3.13")
      format("woff2"),
    url("/wp-content/themes/divi-child/fonts/Inter-3.13/Inter-Web/Inter-SemiBold.woff?v=3.13")
      format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/divi-child/fonts/Inter-3.13/Inter-Web/Inter-Bold.woff2?v=3.13")
      format("woff2"),
    url("/wp-content/themes/divi-child/fonts/Inter-3.13/Inter-Web/Inter-Bold.woff?v=3.13")
      format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/divi-child/fonts/Inter-3.13/Inter-Web/Inter-Regular.woff2?v=3.13")
      format("woff2"),
    url("/wp-content/themes/divi-child/fonts/Inter-3.13/Inter-Web/Inter-Regular.woff?v=3.13")
      format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/divi-child/fonts/Inter-3.13/Inter-Web/Inter-Italic.woff2?v=3.13")
      format("woff2"),
    url("/wp-content/themes/divi-child/fonts/Inter-3.13/Inter-Web/Inter-Italic.woff?v=3.13")
      format("woff");
}

#site-title,
.site-title,
#site-title a,
.site-title a,
.entry-title,
.entry-title a,
h1,
h2,
h3,
h4,
h5,
h6,
.widget-title {
  font-family: "Inter", sans-serif !important;
}
body,
#content,
.entry-content,
.post-content,
.page-content,
.post-excerpt,
.entry-summary,
.entry-excerpt,
.widget-area,
.widget,
.sidebar,
#sidebar,
footer,
.footer,
#footer,
.site-footer {
  font-family: "Inter", sans-serif !important;
}

html,
body {
  font-size: 16px;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
.single-aptura_projects .mfp-wrap {
  display: none;
}
.single-aptura_projects .mfp-fade.mfp-bg {
  display: none;
}
.container {
  width: 90%;
}

.people-slider-section h2 {
  padding-top: 5%;
  padding-bottom: calc(7% - 10px);
}
.slick-latest-projects-slider p,
.slick-related-blog-posts-slider p {
  color: #333;
}

/* Case Study - Project Page 
============================*/
.single-case_studies .et_post_meta_wrapper img {
  display: block;
  width: 100%;
}
.single-case_studies #left-area .post-meta {
  text-align: center;
  padding-bottom: 28px;
}
.single-case_studies h1.entry-title {
  text-align: center;
}
.single-case_studies #content-area article {
  max-width: 975px;
  margin: 0 auto;
}
.single-case_studies h2 {
  font-size: 30px;
  line-height: 1.2;
}
.single-case_studies .published {
  display: none;
}
.single-case_studies .case-study-quote-column {
  margin-top: -18px !important;
  margin-bottom: -18px !important;
  align-items: center;
  display: flex;
}
@media all and (max-width: 1270px) {
  .single-case_studies .case-study-quote-section {
    width: 100% !important;
  }
  .single-case_studies .case-study-quote-column .et_pb_image {
    left: -98px !important;
  }
}
/* Project Page Gallery Lightbox
 ======================*/
.lb-nav a.lb-prev {
  opacity: 0.7;
}
.lb-nav a.lb-next {
  opacity: 0.7;
}
.lb-nav a.lb-prev:hover,
.lb-nav a.lb-next:hover {
  opacity: 1;
}
.gallery-lightbox-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fc631d;
  background-color: #fff;
  transition: color 0.35s, background-color 0.35s;
  padding: 0.8em;
  border-radius: 8px;
  display: inline-flex;
  cursor: pointer;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}
.gallery-lightbox-icon:hover {
  background-color: #fc631d;
  color: #fff;
}
.gallery-lightbox-icon svg {
  transition: fill 0.35s;
  width: 16px !important;
  height: 16px !important;
  fill: #fc631d;
}
.gallery-lightbox-icon:hover svg {
  fill: #fff;
}
a[data-lightbox="project-gallery"]:hover {
  cursor: zoom-in;
}
/* Mobile menu icon
 ======================*/
.mobile_menu_bar:before {
  content: "\f0c9";
  font-family: FontAwesome !important;
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\f00d";
  font-family: FontAwesome !important;
}
/* Select2 filter dropdowns
 ======================*/
.search-filter-reset {
  font-weight: 500;
  color: #333;
}
.search-filter-reset:hover {
  text-decoration: underline;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 46px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}
.select2-container--default .select2-selection--single[aria-expanded="true"] {
  border: 1px solid #000;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #3e3e3e;
  line-height: 45px;
}
.select2-search--dropdown {
  display: none;
  padding: 4px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #fc631d !important;
  color: #fff;
}
.sf-field-search input {
  width: 215px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b:after {
  content: "\f077";
  font-family: FontAwesome;
  color: #888;
  position: absolute;
  top: -11px;
  right: -6px;
  font-size: 12px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:after {
  content: "\f078";
  font-family: FontAwesome;
  color: #888;
  position: absolute;
  top: -15px;
  right: -6px;
  font-size: 12px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:after {
  content: "\f078";
  font-family: FontAwesome;
}
/* Page Navigation for post grids
 ======================*/
.search-filter-results {
  font-size: 16px;
}
.search-filter-results .wp-pagenavi {
  text-align: right;
  border-top: 1px solid #ddd;
  padding-top: 22px;
  clear: both;
  margin-bottom: 30px;
}
.search-filter-results .wp-pagenavi span.current {
  background-color: #fc631d;
  color: #fff !important;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-top: 7px;
}

.search-filter-results .wp-pagenavi a {
  display: inline-block;
  color: #fc631d;
  margin: 0 5px;
  text-decoration: none;
  font-size: 18px !important;
  font-weight: normal !important;
}
.search-filter-results .wp-pagenavi a:hover {
  text-decoration: underline;
}
.search-filter-results .wp-pagenavi span {
  color: #2b3c4d;
  display: inline-block;
  font-size: 16px !important;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 0 none;
}
.search-filter-results .wp-pagenavi .nextpostslink,
.search-filter-results .wp-pagenavi .previouspostslink {
  color: #fc631d !important;
}
/*Layout 
 ======================*/
.et_pb_row.h2-row,
.et-db #et-boc .et-l .et_pb_row.h2-row,
.single-related-insights-container h2 {
  padding-top: 5%;
  padding-bottom: calc(5% - 10px);
}
.single-related-insights-container h2 {
  font-size: 40px !important;
}

#page-container {
  overflow-y: unset !important;
}

/* Design-Build Animation
 ======================*/
.db-section {
  background: transparent;
}
#db-planning-anchor {
  position: absolute;
  top: 0;
  left: 0;
}
#db-design-anchor {
  position: absolute;
  top: 111vh;
  left: 0;
}
#db-construction-anchor {
  position: absolute;
  top: 222vh;
  left: 0;
}
.db-row .section-nav-outer {
  position: absolute;
  width: 350px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.db-row .et_pb_blurb_description {
  font-size: 18px;
  line-height: 25px;
  min-height: 175px;
}
.db-row .db-graphic {
  margin-top: 46px !important;
  text-align: center;
}
.db-row .db-graphic img {
  max-height: 45vh;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.db-row .section-nav {
  position: relative;
  top: 30px;
  padding-left: 0;
}
.db-row .section-nav li p {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}
.db-row .section-nav br {
  display: none;
}
.db-row .db-blurb .et_pb_main_blurb_image {
  width: 52px;
}
.db-row .et_pb_main_blurb_image {
  width: 100px !important;
}
.db-row .section-nav a {
  text-decoration: none;
  display: block;
  padding: 6% 0 6% 17px;
  transition: all 50ms ease-in-out;
}
.db-row .section-nav h5 {
  font-weight: normal;
  color: #e1e1e1;
}
.db-row .db-header {
  margin-top: 90px;
}
.db-row .section-nav li p {
  font-weight: normal;
  color: #e1e1e1;
}
.db-row .section-nav li.active h5 {
  font-weight: bold;
  color: #2b3c4d;
}
.db-row .section-nav li.active p {
  font-weight: normal;
  color: #2b3c4d;
}
.db-row ul,
.db-row ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.db-row li {
  margin-left: 0rem;
  border-left: 3px solid #e1e1e1;
}
.db-row li.active {
  border-left: 3px solid #000;
}
.db-row h1 {
  font-weight: 300;
}
.db-section-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 333vh;
}
.db-row section.active {
  opacity: 1;
}
.db-row section {
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  width: calc(100% - 350px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.kJiYIa {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  min-height: initial;
  height: 100vh;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  overflow-x: hidden;
  width: 100%;
  overflow-y: hidden;
}
.fcyhaG {
  position: static;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: transparent;
}

/*Single Blog Post Customizations
=======================*/
.single-post .et_post_meta_wrapper img {
  display: block;
  width: 100%;
}
.single-post #left-area .post-meta {
  text-align: center;
  padding-bottom: 28px;
}
.single-post h1.entry-title {
  text-align: center;
}
.single-post #content-area article {
  max-width: 975px;
  margin: 0 auto;
}
.single-post h2 {
  font-size: 30px;
  line-height: 1.2;
}
/*Single Project Sticky Nav
=======================*/
.project-sticky-subnav {
  border-bottom: 1px solid #bfbfbf;
  padding: 0 !important;
  top: 0;
  z-index: 3;
  background-color: #fff;
}
.project-sticky-subnav .et_pb_code_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 66px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .project-sticky-subnav .et_pb_code_inner {
    height: 66px;
  }
  .project-sticky-subnav ul li {
    float: left;
  }
  .project-sticky-subnav ul:after {
    content: "";
    display: table;
    clear: both;
  }
}
.project-sticky-subnav h2 {
  font-size: 25px !important;
  color: #333;
  padding-bottom: 0 !important;
}
.project-sticky-subnav ul {
  flex-grow: 2;
  text-align: right;
  padding-bottom: 0 !important;
}
.project-sticky-subnav ul li {
  display: inline-block;
}
.project-sticky-subnav ul li a {
  padding: 20px 20px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.project-sticky-subnav ul li a:hover {
  text-decoration: underline;
}

/* NEW subnav stuff */
nav[role="project-navigation"] input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

nav[role="project-navigation"] label {
  display: none;
  cursor: pointer;
  user-select: none;
}

/* project-navigation */
nav[role="project-navigation"] {
  position: absolute;
  width: inherit;
  right: 0;
  top: 0;
}

nav[role="project-navigation"] ul {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  list-style: none;
}

/*Main Navigation Customizations
=======================*/
/*For screen sizes larger then 981px. You want to use this for desktops.*/
@media only screen and (min-width: 981px) {
  /* Social Share */
  .project-sticky-subnav .heateor_sss_sharing_ul a {
    display: inline-block;
    float: left;
    opacity: 0;
    font-size: 28px;
    color: #1f1e1e;
    will-change: transform;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }

  .project-sticky-subnav .btn_wrap {
    position: relative;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    width: 166px;
    height: 50px;
    background-color: #f7f8fc;
    border-radius: 0px;
    padding: 0 10px;
    will-change: transform;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  .project-sticky-subnav span:not(.heateor_sss_svg) {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 166px;
    height: 50px;
    border-radius: 0px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    color: #fc631d;
    background-color: #f7f8fc;
    padding: 0 18px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  }
  .project-sticky-subnav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    width: 166px;
    height: 64px;
    height: 50px;
    border-radius: 80px;
  }
  .project-sticky-subnav .container .fas {
    color: #fc631d;
  }
  .project-sticky-subnav .btn_wrap:hover span {
    opacity: 0;
    text-decoration: underline;
  }

  .project-sticky-subnav .btn_wrap:hover .heateor_sss_sharing_ul a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /* MAIN HEADER */

  /* Internet Explorer Unsupported Browser Message 
------------------------------------------------------- */
  .unsupported-browser {
    background-color: #0076dd;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .unsupported-browser span {
    width: 90%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .unsupported-browser a,
  .unsupported-browser a:visited {
    color: white;
    text-decoration: underline;
  }

  #et-top-navigation {
    padding-top: 0 !important;
  }
  .et_header_style_left #et-top-navigation nav > ul > li > a {
    padding-bottom: 26px;
    padding-top: 26px;
  }

  /* Top Menu */
  #top-menu li a {
    overflow: hidden;
  }
  #top-menu li a:before {
    z-index: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
/*     right: 100% !important;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; */
    transition: all .4s ease-in-out;
  }
  #top-menu li a:hover:before {
    /* right: 0 !important; */
    background-color: #3e4751;
  }
  /* active link*/
  #top-menu li.current-menu-item > a {
    color: #fff;
    position: relative;
  }
  #top-menu li.current-menu-item > a:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #2b3c4d;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #top-menu .sub-menu li a:before {
    content: "";
    display: none;
  }
  #top-menu li.current-menu-ancestor > a {
    color: #fff;
    position: relative;
  }
  #top-menu li.current-menu-ancestor > a:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #2b3c4d;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* fixed nav */
  .et-fixed-header #top-menu li.current-menu-item > a:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #2b3c4d;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .et-fixed-header #top-menu li a:before {
    background-color: #2b3c4d;
  }

  .et-fixed-header #top-menu .sub-menu li.current-menu-item > a:before {
    content: "";
    display: none;
  }
  body .et-fixed-header #top-menu li.current-menu-ancestor > a {
    color: #2b3c4d !important;
  }
  .et-fixed-header #top-menu li.current-menu-ancestor > a:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #2b3c4d;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #top-menu .menu-item-has-children > a:first-child:after {
    top: 26px;
  }
  /* submenu */
  #top-menu ul.sub-menu li {
    width: 100%;
  }
  #top-menu ul.sub-menu {
    width: 324px;
  }
  #top-menu li li a {
    padding: 6px 20px;
    width: 100%;
    transition: none;
  }
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  color: #fc631d !important;
}

/* Team Member Latest Projects Slick Slider */
.slick-latest-projects-slider .slick-list,
.slick-related-blog-posts-slider .slick-list {
  padding-bottom: 25px;
}
.slick-latest-projects-slider .post-list-container,
.slick-related-blog-posts-slider .post-list-container {
  margin: 0 3%;
}
.slick-latest-projects-slider .slick-slide h3,
.slick-related-blog-posts-slider .slick-slide h3 {
  font-size: 25px !important;
  line-height: 1.4em !important;
}
.slick-latest-projects-slider .slick-prev::before,
.slick-related-blog-posts-slider .slick-prev::before {
  font-family: FontAwesome;
  content: "\f053";
  font-size: 22px;
  color: #2b3c4d;
}
.slick-latest-projects-slider .slick-prev,
.slick-related-blog-posts-slider .slick-prev {
  left: -3%;
  top: 215px;
}
.slick-latest-projects-slider .slick-next::before,
.slick-related-blog-posts-slider .slick-next::before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 22px;
  color: #2b3c4d;
}
.slick-latest-projects-slider .slick-next,
.slick-related-blog-posts-slider .slick-next {
  right: -3%;
  top: 215px;
}
.left-align-slick > .slick-list > .slick-track {
  margin-left: 0;
}

/* Homepage Logo Slick Slider */
.slick-logo-slider .slick-slide img {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
}
.slick-logo-slider .slick-slide {
  margin: 0 10px 30px 10px;
}
.slick-logo-slider .slick-prev::before {
  font-family: FontAwesome;
  content: "\f053";
  font-size: 22px;
  color: #2b3c4d;
}
.slick-logo-slider .slick-prev {
  left: -3%;
  top: 215px;
}
.slick-logo-slider .slick-next::before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 22px;
  color: #2b3c4d;
}
.slick-logo-slider .slick-next {
  right: -3%;
  top: 215px;
}

/* Portfolio Page Slick Slider
 ======================*/
.slick-portfolio-slider {
  height: 100vh;
  width: 100%;
  opacity: 0;
  margin-bottom: 0 !important;
}
.project-splash-section {
  height: 100vh;
}
.slick-portfolio-slider .slick-slide,
.slick-portfolio-slider .slick-track,
.slick-portfolio-slider .slick-list {
  height: 100%;
}
.slick-portfolio-slider.slick-initialized {
  opacity: 1;
  transition: opacity 1s ease;
}
.slick-portfolio-slider .slick-portfolio-bg {
  height: 100vh;
  width: 100vw;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.home .slick-portfolio-slider h1 {
  font-size: 68px;
  line-height: 1.2;
}

.slick-portfolio-slider h2 {
  width: 90%;
  color: #fff;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1.2em;
  max-width: 1300px;
  margin: 0 auto;
  padding: 36px 0 38px 0;
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  padding-right: 237px;
}
.slick-portfolio-slider .slick-portfolio-header {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  padding-top: 3.75em;
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.slick-portfolio-slider .slick-portfolio-header .header-down-arrow {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.slick-portfolio-slider .slick-portfolio-header .header-down-arrow a {
  display: inline-block;
}
.slick-portfolio-slider
  .slick-portfolio-header
  .header-down-arrow
  a:hover
  .et-pb-icon {
  opacity: 1;
}
.slick-portfolio-slider .slick-portfolio-header .header-down-arrow .et-pb-icon {
  color: #fff;
  font-size: 3.5em;
  font-family: "ETmodules";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0.7;
}
.slick-portfolio-slider-dots .slick-dots {
  padding-left: 0;
  bottom: -5px;
  width: 134px;
  left: 43px;
}
.slick-portfolio-slider-dots .slick-dots li button:before {
  color: #fff;
  font-size: 22px;
}
.slick-portfolio-slider-dots .slick-dots li {
  margin: 0 12px;
}
.slick-portfolio-slider-dots .slick-dots li.slick-active button:before {
  color: #fff;
}
.slick-portfolio-slider-nav-controls .slick-portfolio-slider-prev {
  display: inline-block;
  float: left;
  font-size: 60px;
  color: #fff;
}
.slick-portfolio-slider-nav-controls .slick-portfolio-slider-prev:hover {
  opacity: 0.75;
  cursor: pointer;
}
.slick-portfolio-slider-nav-controls .slick-portfolio-slider-next {
  display: inline-block;
  float: right;
  font-size: 60px;
  color: #fff;
}
.slick-portfolio-slider-nav-controls .slick-portfolio-slider-next:hover {
  opacity: 0.75;
  cursor: pointer;
}

.slick-portfolio-slider-nav-container {
  position: absolute;
  bottom: 132px;
  width: 100%;
  z-index: 2;
}
.slick-portfolio-slider-nav-controls {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
.slick-portfolio-slider-nav-controls-inner {
  width: 220px;
  position: relative;
  float: right;
}

/* Portfolio Page Slick Slider */
.slick-portfolio-slider {
  height: 100vh;
  width: 100%;
  opacity: 0;
  margin-bottom: 0;
}
.slick-portfolio-bg {
  height: 100vh;
}
.slick-portfolio-slider .slick-list {
  height: 100%;
}
.slick-portfolio-slider .slick-track {
  height: 100%;
}
.slick-portfolio-slider.slick-initialized {
  opacity: 1;
  transition: opacity 1s ease;
}
.slick-portfolio-slider .slick-portfolio-bg {
  height: 100%;
  background-color: #fff;
  width: 100vw;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.slick-portfolio-slider h1 {
  width: 90%;
  color: #fff;
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 70px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  padding-right: 237px;
}
.slick-portfolio-slider br {
  display: none;
}
.slick-portfolio-slider h2 {
  width: 90%;
  color: #fff;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1.2em;
  max-width: 1300px;
  margin: 0 auto;
  padding: 36px 0 27px 0;
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  padding-right: 237px;
}
.slick-portfolio-slider .slick-portfolio-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.5970763305322129) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.5970763305322129) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.5970763305322129) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.slick-portfolio-slider .slick-portfolio-header .header-down-arrow {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.slick-portfolio-slider .slick-portfolio-header .header-down-arrow a {
  display: inline-block;
}
.slick-portfolio-slider
  .slick-portfolio-header
  .header-down-arrow
  a:hover
  .et-pb-icon {
  opacity: 1;
}
.slick-portfolio-slider .slick-portfolio-header .header-down-arrow .et-pb-icon {
  color: #fff;
  font-size: 3.5em;
  font-family: "ETmodules";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0.7;
}
.slick-portfolio-slider-dots .slick-dots {
  padding-left: 0;
  bottom: -5px;
  width: 134px;
  left: 43px;
}
.slick-portfolio-slider-dots .slick-dots li button:before {
  color: #fff;
  font-size: 22px;
}
.slick-portfolio-slider-dots .slick-dots li {
  margin: 0 12px;
}
.slick-portfolio-slider-dots .slick-dots li.slick-active button:before {
  color: #fff;
}
.slick-portfolio-slider-nav-controls .slick-portfolio-slider-prev {
  display: inline-block;
  float: left;
  font-size: 60px;
  color: #fff;
}
.slick-portfolio-slider-nav-controls .slick-portfolio-slider-prev:hover {
  opacity: 0.75;
  cursor: pointer;
}
.slick-portfolio-slider-nav-controls .slick-portfolio-slider-next {
  display: inline-block;
  float: right;
  font-size: 60px;
  color: #fff;
}
.slick-portfolio-slider-nav-controls .slick-portfolio-slider-next:hover {
  opacity: 0.75;
  cursor: pointer;
}

.slick-portfolio-slider-nav-container {
  position: relative;
  bottom: 182px;
  width: 100%;
  z-index: 0;
}
.slick-portfolio-slider h2 .fas {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  left: -10px;
  opacity: 0;
  position: relative;
}
.slick-portfolio-slider h2 a:hover .fas {
  left: 10px;
  opacity: 1;
}
.slick-portfolio-slider-nav-controls {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
.slick-portfolio-slider-nav-controls-inner {
  width: 220px;
  position: relative;
  float: right;
}
/* Homepage Slick Slider */
.slick-portfolio-slider.homepage h1 {
  padding-bottom: 26px;
  padding-top: 36px;
}
.home .slick-portfolio-slider-dots .slick-dots li {
  margin: 0 3px !important;
}
#sb_instagram .sbi_link {
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
}
/* Shortcode Post Grid */
.post-list-container {
  display: block;
  position: relative;
}
.post-list-container.expertise h3 {
  transition: all 0.35s;
}
.post-list-container .fas {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  left: -10px;
  opacity: 0;
  position: relative;
  color: #fc631d;
}
.post-list-container:hover .fas {
  left: 10px;
  opacity: 1;
}
.post-list-container.expertise:hover h3 {
  color: #fc631d !important;
}
.post-list-container.we-also-offer:hover h3 {
  color: #333 !important;
}
.post-list-img {
  overflow: hidden;
  position: relative;
}
.post-list-button {
  opacity: 0;
  color: #fc631d;
  font-weight: 700;
  line-height: 35px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.post-list-title h3 {
  margin-top: 20px;
  font-weight: 600;
  padding-bottom: 0;
}
.post-list-img-inner {
  padding: 50% 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 1s,
    background-color 0.35s;
  transition: opacity 0.35s, transform 1s, transform 1s, background-color 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.post-list-img:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -16px 0 0 -16px;
  font-size: 32px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-family: "ETmodules" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px;
  z-index: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.post-list-container:not(.team-member):hover .post-list-img:before {
  opacity: 1;
}
.post-list-img-inner:after {
  transition: background-color 0.35s;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-list-container:not(.team-member):hover .post-list-img-inner {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post-list-container:not(.team-member):hover .post-list-img-inner:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*bio header gradient behind name/title */
.bio:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 66%;
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.team-member-bio {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 60px;
}
.bio-header-text h2 {
  font-weight: 400 !important;
  font-style: italic !important;
}
.bio-photo img {
  border-radius: 50px 50px 0 50px;
}

.post-list-container:not(.team-member):hover .post-list-button {
  opacity: 1;
}
/* Team member specific styles */
.post-list-container.team-member:hover {
  cursor: default;
}

/* Project Page Small CTA
============================*/
.project-cta-inner {
  display: flex;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.project-cta-left {
  display: flex;
  width: 50%;
}
.project-cta-right {
  width: 50%;
  display: flex;
}
.project-cta-container {
  background-color: #2b3c4d;
  padding-top: 10%;
  padding-bottom: 5%;
}
.project-cta-container > h2 {
  color: #fff;
  text-align: left;
  font-size: 2.5em;
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 3%;
}
.project-cta-inner a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  font-family: "inter", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #fff;
  text-decoration: none !important;
  line-height: 0.95;
  outline: 0;
}
.project-cta-inner a .icon {
  display: block;
  width: 120px;
  margin-right: 20px;
  flex-shrink: 0;
}
.project-cta-inner a .label {
  position: relative;
  display: block;
  margin-right: 20px;
  text-decoration: none !important;
  transition: 0.35s all;
}
.project-cta-inner a .label .label-title {
  display: block;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin-bottom: 10px;
  transition: 0.35s all;
}
.project-cta-inner a .label .label-desc {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #bfbfbf;
  line-height: 1.2;
}
.project-cta-inner a:hover .label-title {
  color: #fc631d;
}
.project-cta-inner a .label .label-desc .fas {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  left: -10px;
  opacity: 0;
  position: relative;
  margin-right: -10px;
  font-size: 18px;
}
.project-cta-inner a:hover .label .label-desc .fas {
  left: 2px;
  opacity: 1;
}

@media only screen and (max-width: 980px) {
  .project-cta-inner a .icon {
    width: 100px;
  }
  .project-cta-inner a .label {
    font-size: 2rem;
  }
  .project-cta-inner {
    display: block;
  }
  .project-cta-container {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .project-cta-left {
    width: 100%;
    margin-bottom: 4%;
  }
  .project-cta-right {
    width: 100%;
  }
  .project-cta-container > h2 {
    padding-bottom: 8%;
  }
}

@media all and (max-width: 527px) {
  .project-cta-inner a .label .label-title {
    margin-bottom: 6px;
  }
  .project-cta-left {
    margin-bottom: 6%;
  }
  .project-cta-inner a .label .label-title {
    font-size: 1.6rem;
  }
  .project-cta-inner a .label .label-desc {
    font-size: 18px;
  }
  .project-cta-inner a .label .label-desc .fas {
    font-size: 14px;
  }
}

/* Custom Desktop Column Gutter Widths */
@media only screen and (min-width: 768px) {
  /* 2 column row */
  .custom_gutter_row_2col .et_pb_column {
    margin-right: 1.5%;
    width: 49.25%;
  }
  /* 3 column row */
  .custom_gutter_row_3col .et_pb_column {
    margin-right: 1.5%;
    width: calc(97% / 3);
  }
  /* 4 column row */
  .custom_gutter_row_4col .et_pb_column {
    margin-right: 1.5%;
    width: 23.875%;
  }
}

/* Lets Connect Section */
.lets-connect-blurb {
  display: block;
  margin: 0 auto;
  width: 420px;
  min-height: 420px;
  background-color: transparent;
  border-radius: 50%;
  color: #bfbfbf;
  transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms;
}
.lets-connect-blurb:hover {
  background-color: #fc631d;
}
.lets-connect-blurb img {
  padding-top: 0px;
}
.lets-connect-blurb h3 {
  color: #fff;
  font-size: 60px;
}
.lets-connect-blurb p {
  color: #bfbfbf;
  font-size: 20px;
}
/* Adjust custom post type templates to look nice with divi page builder */
.single-aptura_projects #main-content .container,
.single-team_members #main-content .container {
  width: 100%;
  max-width: 100%;
  padding-top: 0 !important;
}

.single-aptura_projects #left-area,
.single-team_members #left-area {
  width: 100%;
  max-width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0;
}

.single-aptura_projects #left-area article,
.single-team_members #left-area article {
  margin-bottom: 0;
}

.single-aptura_projects #left-area .post-meta,
.single-team_members #left-area .post-meta {
  display: none;
}

.single-aptura_projects .entry-title,
.single-team_members .entry-title {
  display: none;
}

.single-aptura_projects .container.et_menu_container,
.single-team_members .container.et_menu_container {
  max-width: 1300px;
}

/* Case Study - Project Page 
============================*/

.project-splash-section .et_pb_fullwidth_header {
  min-height: 0 !important;
}
.project-splash-section .et_pb_fullwidth_header_container {
  width: 100% !important;
  min-height: 0 !important;
}
.project-splash-section .header-content-container {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.5970763305322129) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.5970763305322129) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.5970763305322129) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  position: absolute;
  bottom: 0;
}
.project-splash-section .header-content {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto !important;
  padding: 3.75em 0 7em !important;
}
.half-height-section .header-content {
  padding-bottom: 3.75em !important;
}
.three-fourths-section .header-content {
  padding-bottom: 3.75em !important;
}

.project-splash-section .header-content h1 {
  padding: 0;
  font-size: 3.75em;
  line-height: calc(70 / 60);
  font-weight: 600 !important;
  letter-spacing: -1px;
}

.project-splash-section .header-content .et_pb_fullwidth_header_subhead {
  padding-top: 0.5em;
}
.project-splash-section .et_pb_fullwidth_header {
  height: 100%;
}
.project-splash-section .et_pb_fullwidth_header_container {
  height: 100% !important;
}
.project-splash-section.half-height-section {
  height: 50vh;
}
.project-splash-section.three-fourths-section {
  height: 75vh;
}
.project-splash-section.three-fourths-section .et_pb_fullwidth_header {
  min-height: 100% !important;
}
.project-splash-section.three-fourths-section
  .et_pb_fullwidth_header_container {
  min-height: 100% !important;
}

.project-splash-section.half-height-section .et_pb_fullwidth_header {
  min-height: 100% !important;
}
.project-splash-section.half-height-section .et_pb_fullwidth_header_container {
  min-height: 100% !important;
}
#et-boc .et-l .et_pb_section.project-details {
  padding-top: 0 !important;
}
.single-project-info-box:after {
  content: "";
  display: table;
  clear: both;
}
.single-project-info-box p {
  float: left;
  width: 47.5%;
  padding-right: 2.5%;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
}
.single-project-info-box p strong,
.single-project-award-container strong {
  font-size: 15px;
}
.single-project-info-box p:nth-child(2n + 1) {
  clear: left;
}
.single-project-info-box span.care-type-item,
.single-project-info-box span.services-item,
.single-project-info-box div.award-text {
  display: inline-block;
  width: 100%;
  line-height: 20px;
  padding: 5px 0;
}
/* Team Member Info Box */
.single-team-member-info-box {
  font-size: 18px;
  line-height: 30px;
}
.single-team-member-info-box p {
  padding-right: 2.5%;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px !important;
}
.single-team-member-info-box:after {
  content: "";
  display: table;
  clear: both;
}
.single-team-member-info-box .left-col {
  float: left;
  width: 50%;
  padding-right: 2.5%;
}
.single-team-member-info-box .right-col {
  float: left;
  width: 50%;
  padding-right: 2.5%;
}
.single-team-member-info-box span {
  display: block;
}
.team-member-slick-slider h2 {
  padding-top: 5%;
  padding-bottom: 5%;
}
.portfolio-people-slick-slider h2 {
  padding-bottom: 5%;
}
/* Project Page Sticky Quote */
.project-sticky-quote h2 {
  padding-bottom: 1em;
}
@media (max-height: 1110px) {
  body.et-db.single-aptura_projects
    #et-boc
    .et_pb_promo.project-sticky-quote
    h2 {
    font-size: 22px !important;
  }
}
@media (max-height: 795px) {
  body.et-db.single-aptura_projects
    #et-boc
    .et_pb_promo.project-sticky-quote
    h2 {
    font-size: 18px !important;
  }
}

.project-sticky-quote div.photo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.project-sticky-quote div.photo img {
  width: 100%;
}
.project-sticky-quote span.byline {
  line-height: 25px;
  height: 50px;
  padding-top: 50px;
  display: inline-block;
  font-size: 20px;
  color: #000;
}
#aptura-project-nav {
  background: #f7f8fc;
  padding-top: 240px;
  margin-top: -150px;
}
#aptura-project-nav:after {
  content: "";
  display: table;
  clear: both;
}
#aptura-project-nav.section-after-divider {
  padding-top: calc(150px);
}
#aptura-project-nav h2 {
  font-size: 2.5em;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.responsive-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 60%; /* 600:360 Aspect Ratio (divide 360 by 600 = 0.6) */
}
.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.project-gallery {
  margin-bottom: 10%;
}

/* Expertise
============================*/
.view-more-text {
  font-weight: 700;
  color: #fc631d;
}
.view-more-text:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  transition: all 300ms ease 0ms;
  margin-left: 0;
  opacity: 0;
  position: absolute;
}
.view-more-text:hover {
  text-decoration: underline;
}
.view-more-text:hover:after {
  opacity: 1;
  margin-left: 10px;
}
.project-splash-section.expertise .header-content h1 {
  font-weight: 700 !important;
  padding-bottom: 10px;
}
.intro-section {
  font-size: 1.5 rem;
  line-height: 1.64em;
  text-align: left;
  padding-top: 5%;
  padding-bottom: 5%;
}
.lets-connect-button {
  color: #fc631d;
  font-size: 20px;
  font-weight: 800;
  border: 2px solid #fc631d !important;
  border-radius: 3px;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  transition: all 0.35s;
}
.lets-connect-button:hover {
  background-color: #e2591a;
  border: none !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* Home Page 
============================*/
/* take out border on CTA */
body.home .cta-row {
  border-bottom: none !important; /*when CTA has content below other than footer*/
}

/* Google Map Styles */
#map {
  width: 100%;
  height: 800px;
}

.map-outer {
  position: relative;
  background-color: #222222;
}

.map-errors {
  position: absolute;
  background: #fff;
  padding: 8px 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: red;
  display: none;
}
/* Maps Marker Styles */
.gm-style-iw-c {
  padding: 10px !important;
  max-width: 260px !important;
  border-radius: 0 !important;
}
.gm-style-iw-d {
  overflow: hidden !important;
}
.gm-ui-hover-effect {
  background: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  right: 0 !important;
  width: 44px !important;
  height: 44px !important;
  opacity: 1 !important;
}
.gm-ui-hover-effect img {
  margin: 0 auto !important;
}
.case-study-list {
  padding-left: 0;
  list-style-position: inside;
}
.marker-info-box {
  text-align: left;
}
.marker-info-box img {
  display: block;
  margin-bottom: 10px;
}
.marker-info-box h5 {
  font-size: 1.5625rem;
  line-height: 1.2em;
}
.marker-info-box p {
  font-size: 0.9375rem;
  line-height: 1.3333em;
  font-weight: 400;
}
.marker-info-box a.view-project-link {
  background-color: #fc631d;
  color: #fff;
  padding: 0;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 45px;
}
.marker-info-box a.view-project-link .fas {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  left: -10px;
  opacity: 0;
  position: relative;
  margin-right: -10px;
}

.marker-info-box a.view-project-link:hover .fas {
  left: 10px;
  opacity: 1;
}
.marker-info-box a.view-project-link:hover {
  background-color: #e27543 !important;
}
/* Maps Loading Icon - https://loading.io/css/ */
.lds-dual-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.map-legend {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  z-index: 1;
  background-color: #fff;
  padding: 6px;
  margin: 10px;
  border-radius: 2px;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.map-legend-marker a {
  color: #2b3c4d;
  font-size: 14px;
}
.map-legend-marker .fas {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  left: -5px;
  opacity: 0;
  position: relative;
}
.map-legend-marker:hover .fas {
  left: 0px;
  opacity: 1;
}
.map-legend-image {
  width: 13px;
  display: inline-block;
}
.map-legend img {
  max-height: 18px;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Project listing */
.filterable-post-grid-container {
  display: flex;
  flex-flow: wrap;
  margin-left: -0.75%;
  margin-right: -0.75%;
}
.filterable-post-grid-container .filterable-post-grid-item {
  width: calc(100% / 3);
  margin: 0 0 30px 0;
  padding: 0.75%;
}
.filterable-post-grid-container .filterable-post-grid-item.team-member-4col {
  width: calc(100% / 4);
}
.filterable-post-grid-container .filterable-post-grid-item h3 {
  font-size: 25px;
  line-height: 1.4em;
}
.filterable-post-grid-container .filterable-post-grid-item p {
  color: #2b3c4d;
}
.single-related-insights-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 10%;
}
#left-area {
  padding-bottom: 0 !important;
}
/* Portfolio filter menu */
.search-and-filter-custom-nav {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.search-and-filter-custom-nav .searchandfilter > ul {
  background: #f7f8fc;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0px;
  margin-right: 20px;
}
.search-and-filter-custom-nav .searchandfilter select {
  font-size: 16px;
  background-color: #fff;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
}
.featured-project-award-container .featured-project-award .award-image {
  float: right;
}
.search-and-filter-custom-nav .searchandfilter select.active-select-box {
  font-weight: bold;
}
.search-and-filter-custom-nav .view-map-link {
  font-weight: 500;
  min-width: 100px;
}

.search-and-filter-custom-nav .view-map-link:hover span {
  text-decoration: underline;
}
.search-and-filter-custom-nav h4 {
  padding-top: 0;
}

.search-and-filter-custom-nav .searchandfilter input {
  font-size: 16px;
  background-color: #fff;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #ddd;
  font-family: fontawesome, "Roboto", Helvetica, Arial, Lucida, sans-serif;
}
.search-and-filter-custom-nav .searchandfilter input:focus {
  border-color: #000;
}
.search-and-filter-custom-nav .searchandfilter ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 20px 0;
}

/* Featured Projects Homepage */
.featured-project-container a {
  display: block;
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.featured-project-container .project-nav-box-background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.15);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.featured-project-container a:hover .project-nav-box-background {
  transform: scale(1);
}
.featured-project-container .project-nav-box-content {
  position: absolute;
  bottom: -85px;
  padding: 3em;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.featured-project-container a:hover .project-nav-box-content {
  bottom: -1.75em;
}
.featured-project-container .fas {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  left: -10px;
  opacity: 0;
  position: relative;
}
.featured-project-container a:hover .project-nav-box-content .fas {
  left: 10px;
  opacity: 1;
}
.featured-project-container .project-nav-box-content h3 {
  color: #fff;
}
.featured-project-container .project-nav-box-content p {
  color: #fc631d; /* new orange */
  margin: 0;
  font-size: 1.25rem;
  line-height: 3em;
  opacity: 0;
  font-weight: 700;
}
.featured-project-container a:hover .project-nav-box-content p {
  opacity: 1;
}
/* featured project award container homepage */
.featured-project-award-container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2em;
}
.featured-project-award-container .featured-project-award {
  position: relative;
  float: right;
  text-align: center;
  display: inline-block;
  padding: 1em;
  -webkit-filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.25));
}
.featured-project-award-container .featured-project-award img {
  max-width: 130px;
}
/* Single project award container homepage */
.single-project-award-container {
  display: flex;
  flex-flow: wrap;
  float: left;
  width: 47.5%;
  padding-right: 2.5%;
  font-size: 1.125em;
  line-height: calc((30 / 18) * 1em);
  padding-bottom: 30px;
}
.single-project-award-container .single-project-award {
  position: relative;
  float: none;
  text-align: left;
  display: inline-block;
  padding: 0.5em;
  width: 50%;
}
.single-project-award-container .single-project-award:nth-child(2n + 1) {
  padding-right: 0;
}
.single-project-award-container .single-project-award:nth-child(2n + 0) {
  padding-left: 0;
}

.single-project-award-container .single-project-award img {
  width: 100%;
}
.single-project-award-container strong {
  display: block;
  width: 100%;
}
.single-project-info-box .single-project-award {
  width: 100%;
  padding: 0;
}

.projects-row,
.insights-row {
  padding-top: 0;
  margin-top: 0;
}
/* Homepage explore More */
.home-explore-more-code-column .et_pb_code_inner {
  height: 100%;
}
.home-explore-link {
  background: #657f98;
  font-size: 5rem;
  line-height: 1.125em;
  color: #fff;
  font-weight: 700;
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 0 0 60px 0;
  padding: 9%;
  transition: all 0.35s;
}
.home-explore-link span {
  display: block;
  position: absolute;
  transform: translate(0%, 50%);
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-explore-link span .fas {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  left: -10px;
  opacity: 0;
  position: relative;
}
.home-explore-link:hover {
  background: #4f5e75;
}
.home-explore-link:hover span .fas {
  left: 10px;
  opacity: 1;
}
/* Discover services homepage block */
.home-discover-services-code-column .et_pb_code_inner {
  height: 100%;
}
.home-discover-services-code-column .et_pb_code {
  height: 100%;
}

.home-discover-services-link {
  position: relative;
  background: #657f98;
  font-weight: 700;
  width: 100%;
  display: block;
  border-radius: 0 0 30px 0;
  padding: 9%;
  font-size: 50px;
  color: #ffffff !important;
  line-height: 1.2em;
  transition: all 0.35s;
  /*height: 310.38px;*/
}
.home-discover-services-link span {
  display: block;
  position: absolute;
  transform: translate(0%, 50%);
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-discover-services-link span .fas {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  left: -10px;
  opacity: 0;
  position: relative;
}
.home-discover-services-link:hover {
  background: #4f5e75;
}
.home-discover-services-link:hover span .fas {
  left: 10px;
  opacity: 1;
}
/* home insights */
.et_pb_section.home-insights-section {
  padding-bottom: calc(10% + 150px);
}
/* Projects Next/Prev Links on Single project pages 
===================*/
.featured-project-anchor {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
#aptura-project-nav a {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: 650px;
  overflow: hidden;
}
.project-nav-box-background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.15);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#aptura-project-nav a:hover .project-nav-box-background {
  transform: scale(1);
}
.project-nav-box-content {
  position: absolute;
  bottom: -3.75em;
  padding: 3em 3em 2.8125em;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
}
.project-nav-box-content:after {
  content: "";
  display: table;
  clear: both;
}
.project-nav-box-container {
  max-width: calc(650px - 3em);
}
.project-nav-box-container.previous-project {
  float: right;
}
.project-nav-box-container.next-project {
  float: left;
}

#aptura-project-nav a:hover .project-nav-box-content {
  bottom: -1.25em;
}
#aptura-project-nav .fas {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  left: -10px;
  opacity: 0;
  position: relative;
}
#aptura-project-nav a:hover .project-nav-box-content .fas {
  left: 10px;
  opacity: 1;
}
.project-nav-box-content h3 {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.5em;
  padding-bottom: 0;
}
.project-nav-box-content p {
  color: #fff;
  margin: 0;
  font-size: 1.25rem;
  line-height: 2.25em;
  opacity: 0;
}
#aptura-project-nav a:hover .project-nav-box-content p {
  opacity: 1;
}
@media only screen and (max-width: 1300px) {
  #aptura-project-nav a {
    height: 450px;
  }
  .featured-project-award-container .featured-project-award img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 980px) {
  #aptura-project-nav a {
    float: none;
    width: 100%;
    height: 350px;
  }
}

/* Tech Design
 * ================= */
.et_pb_section.tech-design-itc {
  padding-top: 5%;
  padding-bottom: 150px;
}

/*Let's Connect CTA
=======================*/

.lets-connect-link {
  position: relative;
  display: inline-block;
  font-family: "inter", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  line-height: 0.95;
  outline: 0;
  color: #fff;
}

.lets-connect-link span.icon {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  margin-bottom: 1em;
}

.lets-connect-link .label {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 1em;
  text-decoration: none !important;
  transition: 0.35s all;
}
.lets-connect-link .label .small {
  font-size: 20px;
  font-weight: 400;
  color: #bfbfbf;
  line-height: 1;
}

.lets-connect-link:hover .label {
  color: #fc631d;
}
.lets-connect-link .label .small .fas {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  left: -10px;
  opacity: 0;
  position: relative;
  margin-right: -10px;
}
.lets-connect-link:hover .label .small .fas {
  left: 10px;
  opacity: 1;
}
/* Expertise 
 * ================== */
.we-also-offer:hover .post-list-img-inner {
  transform: scale(1);
}
.we-also-offer .post-list-img-inner {
  transform: scale(1);
}
.post-list-container.we-also-offer:hover .post-list-img-inner:after {
  background-color: transparent;
}
.et_pb_section.section-before-divider {
  padding-bottom: calc(10% - 150px);
}
.et_pb_section.section-after-divider {
  padding-top: calc(150px);
}
.section-after-divider.case-study-section,
.et-db #et-box .et-l .et_pb_section_sticky.case-study-section {
  padding-top: calc(5% + 150px) !important;
  padding-bottom: 5% !important;
}
.et_pb_section.section-before-letsconnect {
  padding-bottom: calc(10% + 150px);
}
.post-list-container.expertise h3,
.we-also-offer p {
  font-size: 25px;
  line-height: 1.2;
}
.we-also-offer p {
  font-weight: 600;
  line-height: 2;
}
/* People 
 * ================== */
.project-splash-section.people .header-content h1 {
  font-weight: 700 !important;
  padding-bottom: 10px;
}

/* Contact 
 * ================== */
.project-splash-section.contact .header-content h1 {
  font-weight: 700 !important;
  padding-bottom: 10px;
}
#wpforms-form-55 button[type="submit"],
#wpforms-form-2585 button[type="submit"],
.case-study-button {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  width: 30%;
  padding: 15px 22px;
  background: #fc631d;
  color: #fff !important;
  border: none;
  transition: all 0.35s;
}

#wpforms-form-55 button[type="submit"]:hover,
#wpforms-form-2585 button[type="submit"]:hover,
.case-study-button:hover {
  background: #e2591a;
}
#wpforms-form-55 button[type="submit"]:after,
#wpforms-form-2585 button[type="submit"]:after,
.case-study-button:after {
  font-family: FontAwesome;
  content: "\f054";
  color: #fff;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}
#wpforms-form-55 button[type="submit"]:hover:after,
#wpforms-form-2585 button[type="submit"]:hover:after,
.case-study-button:hover:after {
  opacity: 1;
  left: 10px;
}
#wpforms-form-55 input,
#wpforms-form-2585 input {
  border: 1px solid #bfbfbf;
}
#wpforms-form-55 input:focus,
#wpforms-form-2585 input:focus {
  border: 1px solid #4f5e75;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 20px;
  font-weight: 600;
}
.orange-text-link {
  text-decoration: none;
  font-weight: 700;
  color: #fc631d;
}
.orange-text-link span {
  margin-left: 0.5em;
}
.orange-text-link:hover span {
  text-decoration: underline;
}
.orange-text-link .fas.fa-chevron-right {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  left: -10px;
  opacity: 0;
  position: relative;
}
.orange-text-link:hover .fas.fa-chevron-right {
  left: 10px;
  opacity: 1;
}
.orange-text-link.white {
  color: #fff;
}
.social-link {
  font-size: 44px;
  color: #fc631d;
  margin-right: 10px;
  transition: all 0.35s;
}
.social-link:hover {
  color: #e2591a;
}
.contact-section {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}

/* Design-Build 
 * =========================*/
#db-accordion .et_pb_module {
  -webkit-animation-duration: 350ms;
  animation-duration: 350ms;
}

#db-accordion .et_pb_toggle_open,
#db-accordion .et_pb_toggle_close {
  padding: 30px;
  border: 1px solid #bfbfbf;
}
#db-accordion .et_pb_toggle_close:hover {
  border: 1px solid #4f5e75;
}
.db-icon-row .et_pb_main_blurb_image {
  width: 100px !important;
}
.db-icon-row .et_pb_blurb_container {
  padding-top: 0px;
}
/* Scroll */
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0.7;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon:hover {
  opacity: 1;
}
.et_pb_accordion_0 .et_pb_toggle_title:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f0fe";
  color: #fc631d; /*orange*/
  right: 1% !important;
}
/* Footer 
 * ============================*/
/* OneTrust Cookie Consent Footer Styles
------------------------------------------------------- */
.opt-out-logo {
  position: relative !important;
  top: 2px !important;
  left: 0 !important;
  max-width: 110px !important;
  width: 29px !important;
}

#main-footer {
  margin-top: -1px;
}
#main-footer .container {
  max-width: 1300px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-footer .container:after {
  display:none;
}
.footer-links {
  list-style: none;
}
#footer-widgets .footer-widget li {
  padding-left: 0;
}
#footer-widgets .footer-widget li:before {
  content: none;
}
#footer-widgets .footer-widget li a:hover {
  text-decoration: underline;
}
.footer-social-links a {
  font-size: 44px;
  margin-right: 10px;
  opacity: 1;
  transition: 350ms;
}
.footer-social-links a:hover {
  opacity: 0.5;
}
#footer-widgets .footer-widget {
  width: calc(((2 / 3) / 3) * 100%);
  margin-right: 0;
}
#footer-widgets .footer-widget:first-of-type {
  width: calc((1 / 3) * 100%);
  padding-right: 3em;
}
.footer-widget h4.title {
  font-size: 1.25em;
  color: #f7f8fc !important;
}
#footer-bottom {
  background-color: #f7f8fc !important;
  padding: 12px 0;
}/*
#footer-tagline a.ds-logo-link {
  float: left;
  position: relative;
  top: -6.5px;
  margin-right: 10px;
}*/
#footer-tagline a.ds-logo-link img {
  display: block;
  height: auto;
  width: 146.69px;
}/*
#footer-tagline {
  float: left;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 13px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}*/
#footer-tagline {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  flex: 1 0 auto;
  margin-right: 30px;
}
#footer-tagline sup {
  font-size: 0.6em;
  vertical-align: super;
  bottom: 0;
}/*
#footer-info {
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  font-family: "Inter", sans-serif;
  margin-top: 13px;
  float: right;
}*/
#footer-info {
  padding:0;
  float:none;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
}
#footer-info span {
  margin-right: 10px;
}
#footer-info a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
}
#footer-info a:hover {
  text-decoration: underline;
}

/* Insights 
 * =================== */
h1.entry-title {
  font-size: 40px;
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
  line-height: 1.2em;
}
.project-splash-section.insights .header-content h1 {
  font-weight: 700 !important;
  padding-bottom: 10px;
}
.single-post p a,
.single-post .et_pb_text_inner a,
.sinlge-post .et_pb_text_inner span a {
  color: #fc631d;
  font-weight: 600;
  text-decoration: underline !important;
}
.postid-2792 .et_post_meta_wrapper img,
.postid-2780 .et_post_meta_wrapper img,
.postid-2784 .et_post_meta_wrapper img {
  display: none;
}
/* Scroll Top */
.et_pb_scroll_top {
  height: 50px;
  width: 50px;
  border-radius: 50px !important;
  font-size: 50px;
  line-height: 50px;
  padding: 0 !important;
}
.et_pb_scroll_top.et-pb-icon {
  bottom: 1vh;
  right: 1%;
}

/*** ================= Responsive above layout width ***/
@media only screen and (max-width: 1300px) {
  .home-discover-services-link {
    font-size: 36px;
  }
  .featured-project-container a {
    height: 450px;
  }
}

/*** ================= Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
}

/*** ================= Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
}
.db-section {
  display: block;
}
.db-mobile-section {
  display: none;
}
/*** ================= Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .filterable-post-grid-container .filterable-post-grid-item.team-member-4col {
    width: calc(100% / 3);
  }
  #main-footer .container {
    flex-wrap: wrap;
}
  #footer-info, .bottom-nav {
    text-align: left;
}
#footer-tagline {
  margin-bottom: 12px;
}
  /* Design-Build Section
    ======================*/
  .db-section {
    display: none;
  }
  .db-mobile-section {
    display: block;
  }

  .post-list-container.expertise .post-list-img {
    max-height: 350px;
  }
  .home-explore-link {
    min-height: 350px;
    font-size: 50px;
    color: #ffffff !important;
    line-height: 1.2em;
  }
  .slick-portfolio-slider-nav-container {
    display: none;
  }
  .slick-portfolio-slider h1 {
    padding-right: 0;
    font-size: 60px !important;
    letter-spacing: -1px;
    line-height: 70px !important;
  }
  .slick-portfolio-slider h2 {
    font-size: 30px !important;
    padding-right: 0 !important;
    padding: 35px 0 27px 0;
  }
  .featured-project-container .project-nav-box-content {
    padding: 2em;
  }
  .home-explore-link {
    padding-left: 0em;
  }
  .home-explore-link span {
    padding-left: 0.5em;
  }
  .featured-project-award-container {
    padding: 1em;
  }
  .featured-project-award-container .featured-project-award img {
    max-width: 70px;
  }
  #map {
    width: 100%;
    height: 700px;
  }
  .project-sticky-subnav .btn_wrap {
    padding: 12px 20px;
  }
  .project-sticky-subnav .btn_wrap span:not(.heateor_sss_svg) {
    position: absolute;
    right: 198px;
    bottom: 22px;
    color: #fc631d;
    font-size: 18px;
    font-weight: 500;
  }
  .heateor_sss_horizontal_sharing .heateorSssSharing {
    height: 36px !important;
    width: 36px !important;
  }
  .heateor_sss_sharing_container {
    text-align: right;
  }
  .heateor_sss_sharing_ul {
    display: inline-block !important;
    width: auto !important;
  }
  #main-header .et_mobile_menu {
    background-color: #fff;
    color: #333;
  }
  #main-header.et-fixed-header {
    background-color: #fff;
  }
  #main-header .et_mobile_menu {
    background-color: #fff !important;
    border: 0 none;
  }

  .et_mobile_menu li li {
    padding-left: 3%;
  }

  .et_header_style_left .et-fixed-header #et-top-navigation,
  .et_header_style_left #et-top-navigation {
    padding-top: 18px;
  }
  .et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 16px;
  }
  .et_mobile_menu .menu-item-has-children > a {
    font-weight: 600;
    background-color: #f7f8fc;
  }
  .et_mobile_menu {
    overflow-y: scroll !important;
    max-height: 84vh;
  }
  .project-sticky-subnav {
    position: relative;
    transition: all 0.35s ease;
    width: 100%;
  }

  /* End Main Nav */
  .slick-homepage-slider h1 {
    font-size: 50px;
  }
  .featured-project-container a {
    float: none;
    width: 100%;
    height: 350px;
  }
  .et-db #et-boc .et-l .project-sticky-subnav .et_pb_row_0.et_pb_row {
    width: 100%;
  }
  .project-sticky-subnav h2 {
    margin-left: 5%;
    max-width: 100%;
    line-height: 30px !important;
  }
  nav[role="project-navigation"] {
    align-self: start;
    width: 100%;
  }
  nav[role="project-navigation"] ul {
    display: none;
    height: 100%;
  }
  nav[role="project-navigation"] label {
    position: relative;
    display: block;
    width: 66px;
    min-height: 66px;
    padding: 20.5px;
    position: absolute;
    right: 0;
    margin: 0;
  }
  nav[role="project-navigation"] label:after {
    position: absolute;
    right: 50%;
    margin-right: -3px;
    font-weight: 900;
    font-size: 25px;
    color: #fc631d;
    font-family: "Font Awesome 5 Free";
    content: "\f142";
  }
  nav[role="project-navigation"] input[type="checkbox"]:checked ~ label:after {
    color: #fc631d;
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    margin-right: -6px;
  }
  nav[role="project-navigation"] input[type="checkbox"]:checked ~ ul {
    display: block;
    background: #fff;
    margin-top: 66px;
    border-bottom: 1px solid #bfbfbf;
  }
  nav[role="project-navigation"] input[type="checkbox"]:checked ~ ul > li {
    width: 100%;
    opacity: 1;
    text-align: right;
  }
  .project-sticky-subnav ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .single-team-member-info-box .left-col,
  .single-team-member-info-box .right-col {
    width: 100%;
  }
}
/*** ================= Responsive Styles Between first breakpoint and 1300 ***/
@media all and (min-width: 980px) and (max-width: 1300px) {
  .byline {
    width: calc(100% - 120px);
    float: left;
  }
}
/*** ================= Under Ipad Pro 1024 ***/
@media all and (max-width: 1024px) {
  .et-db
    #et-boc
    .et-l
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header
    .header-content
    h1 {
    font-size: 40px !important;
    line-height: 1.25 !important;
  }
  .et_pb_row.h2-row,
  .et-db #et-boc .et-l .et_pb_row.h2-row,
  #aptura-project-nav h2 {
    padding-top: 10% !important;
    padding-bottom: calc(10% - 10px) !important;
  }
  .single-post h1.entry-title {
    width: 90%;
  }
}
/*** ================= Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  .project-sticky-subnav ul li a {
    padding-left: 48px;
    padding-right: 48px;
  }
  nav[role="project-navigation"] label {
    margin-right: 22px;
  }
  .project-sticky-subnav .btn_wrap {
    padding-left: 48px;
    padding-right: 48px;
  }
  /*bottom left curves*/
  #homepage-services-section,
  .divider-whitetop-leftcurve {
    border-radius: 0 0 0 100px !important;
  }
  /*bottom right curves*/
  .bottom-right-curve,
  .featured-projects-row {
    border-radius: 0 0 100px 0 !important;
  }
  /*top right curves */
  .letsconnect-section {
    border-radius: 0 100px 0 0 !important;
  }
  .et_pb_section.section-before-divider {
    padding-bottom: calc(10% - 100px) !important;
  }
  .et_pb_section.section-after-divider {
    padding-top: calc(100px) !important;
  }
  .et_pb_section.section-before-letsconnect {
    padding-bottom: calc(10% + 100px) !important;
  }
  .letsconnect-section {
    margin-top: -100px !important;
    padding-top: 100px !important;
  }
  .section-after-divider.case-study-section,
  .et-db #et-box .et-l .et_pb_section_sticky.case-study-section {
    padding-top: calc(5% + 100px) !important;
  }
  .tech-design-itc .et_pb_blurb {
    border-radius: 50px !important;
  }
  .divider-whitetop-leftcurve {
    margin-bottom: -100px !important;
  }
  .project-nav-box-content {
    padding-left: 5% !important;
    padding-right: 5% !important;
    font-size: 25px !important;
  }
  .project-nav-box-container.previous-project {
    float: left !important;
  }
  .et_pb_image_0.db-graphic,
  .et_pb_image_1.db-graphic,
  .et_pb_image_2.db-graphic {
    margin-top: 0 !important;
  }
  .db-blurb .et_pb_image_wrap {
    width: 120px !important;
  }
}
/*** ================= Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .filterable-post-grid-container .filterable-post-grid-item.team-member-4col {
    width: calc(100% / 2);
  }
  .project-sticky-subnav .btn_wrap span:not(.heateor_sss_svg) {
    color: #fc631d;
    font-size: 18px;
    font-weight: 500;
  }
  #map {
    width: 100%;
    height: 600px;
  }
  /* Infowindow height on mobile */
  .gm-style .gm-style-iw-c {
    max-height: none !important;
  }
  /* Hide Street View */
  .gm-svpc {
    display: none;
  }
  .map-legend-marker a,
  .map-legend-marker {
    font-size: 12px;
  }
  .gm-control-active,
  .gm-style-mtc {
    display: none;
  }
  /*bottom left curves*/
  #homepage-services-section,
  .divider-whitetop-leftcurve {
    border-radius: 0 0 0 100px !important;
  }
  /*bottom right curves*/
  .bottom-right-curve,
  .featured-projects-row {
    border-radius: 0 0 100px 0 !important;
  }
  /*top right curves */
  .letsconnect-section {
    border-radius: 0 100px 0 0 !important;
  }
  .project-nav-box-content {
    padding-left: 5% !important;
    padding-right: 5% !important;
    font-size: 25px !important;
  }
  .project-nav-box-container.previous-project {
    float: left !important;
  }
  .search-and-filter-custom-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 34px;
  }
  .search-and-filter-custom-nav .view-map-link {
    margin-top: 20px;
  }
  .search-and-filter-custom-nav .searchandfilter ul li {
    padding: 10px 0;
  }
  .project-sticky-subnav ul li a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .project-sticky-subnav .btn_wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* Project listing */
  .filterable-post-grid-container {
    display: flex;
    flex-flow: wrap;
    margin-left: -0.75%;
    margin-right: -0.75%;
  }
  .filterable-post-grid-container .filterable-post-grid-item {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0.75%;
  }

  .search-and-filter-custom-nav {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
  }
  .et_pb_image_0.db-graphic,
  .et_pb_image_1.db-graphic,
  .et_pb_image_2.db-graphic {
    margin-top: 0 !important;
  }
  .db-blurb .et_pb_image_wrap {
    width: 120px !important;
  }
}
/*** ================= Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
  /* Internet Explorer Unsupported Browser Message 
 ------------------------------------------------------- */
  .unsupported-browser {
    font-size: 12px;
  }

  .unsupported-browser span {
    width: 90%;
    line-height: 1.4em;
  }

  /* Team Member Info Box */
  .single-team-member-info-box .left-col {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .single-team-member-info-box .right-col {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .filterable-post-grid-container .filterable-post-grid-item.team-member-4col {
    width: 100%;
  }
  .slick-portfolio-slider br {
    display: initial;
  }
  .slick-portfolio-slider .bullet {
    display: none;
  }
  .market-blurbs-section .et_pb_blurb_0.et_pb_blurb .et_pb_main_blurb_image,
  .market-blurbs-section .et_pb_blurb_1.et_pb_blurb .et_pb_main_blurb_image,
  .market-blurbs-section .et_pb_blurb_2.et_pb_blurb .et_pb_main_blurb_image,
  .market-blurbs-section .et_pb_blurb_3.et_pb_blurb .et_pb_main_blurb_image,
  .market-blurbs-section .et_pb_blurb_4.et_pb_blurb .et_pb_main_blurb_image,
  .market-blurbs-section .et_pb_blurb_5.et_pb_blurb .et_pb_main_blurb_image {
    width: 100px !important;
  }
  .market-blurbs-section .et_pb_blurb_0.et_pb_blurb .et_pb_module_header,
  .market-blurbs-section .et_pb_blurb_1.et_pb_blurb .et_pb_module_header,
  .market-blurbs-section .et_pb_blurb_2.et_pb_blurb .et_pb_module_header,
  .market-blurbs-section .et_pb_blurb_3.et_pb_blurb .et_pb_module_header,
  .market-blurbs-section .et_pb_blurb_4.et_pb_blurb .et_pb_module_header,
  .market-blurbs-section .et_pb_blurb_5.et_pb_blurb .et_pb_module_header {
    font-size: 20px !important;
  }
  .market-how-it-works h3 {
    font-size: 20px !important;
  }
  .home-discover-services-link {
    font-size: 50px;
  }
  #footer-info span {
    margin-right: 0px;
    display: block;
  }
  #footer-tagline {
    line-height: 1.1 !important;
  }
  #footer-tagline strong {
    position: relative;
    top: -2px !important;
  }
  #footer-info {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
  }
  .slick-portfolio-slider .slick-portfolio-header .header-down-arrow {
    padding-top: 0;
    padding-bottom: 0;
  }
  #map {
    width: 100%;
    height: 500px;
  }
  /* Infowindow height on mobile */
  .marker-info-box h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .gm-style .gm-style-iw-c {
    max-height: none !important;
  }
  .gm-style .gm-style-iw-d {
    overflow-y: hidden !important;
    height: auto !important;
  }
  .search-and-filter-custom-nav input,
  .search-and-filter-custom-nav select {
    width: 100%;
  }
  .search-and-filter-custom-nav .searchandfilter ul li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 5px;
    padding-bottom: 5px;
  }
  .search-and-filter-custom-nav .searchandfilter ul li:first-of-type {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .search-and-filter-custom-nav .searchandfilter ul li:last-of-type {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .searchandfilter label {
    width: 100%;
  }
  .search-and-filter-custom-nav .searchandfilter > ul {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-right: 0;
  }
  p {
    font-size: 18px !important;
  }

  .h2-row h2,
  #aptura-project-nav h2 {
    padding-top: 15% !important;

    font-size: 25px !important;
    line-height: 1.2 !important;
  }
  .et-db #et-boc .et-l .et_pb_cta_0.et_pb_promo.project-sticky-quote h2,
  .et-db #et-boc .et-l .et_pb_cta_1.et_pb_promo.project-sticky-quote h2 {
    font-size: 25px !important;
    line-height: 1.4 !important;
  }
  .id-callout-section .et_pb_text_1,
  .id-callout-section .et_pb_text_2,
  .id-callout-section .et_pb_text_3 {
    border-radius: 50px !important;
    padding: 50px !important;
  }
  .id-callout-section .et_pb_text_1 h2,
  .id-callout-section .et_pb_text_2 h2,
  .id-callout-section .et_pb_text_3 h2 {
    font-size: 25px !important;
  }
  .project-sticky-subnav h2 {
    font-size: 20px !important;
    line-height: 1.25 !important;
    width: 100%;
    padding-right: 70px;
  }
  .post-list-title h3 {
    font-size: 20px !important;
    line-height: 1.25 !important;
  }
  .discover-all-services p {
    font-size: 30px !important;
  }
  .featured-project-container .project-nav-box-content {
    padding: 20px !important;
  }
  .featured-project-container .project-nav-box-content h3 {
    font-size: 20px !important;
  }
  .featured-project-container a .project-nav-box-content {
    bottom: -1.75em !important;
  }
  .featured-project-award {
    max-width: 150px !important;
    padding: 20px !important;
  }
  .home-explore-link {
    font-size: 50px;
    line-height: 1.2em;
    border-radius: 0 0 25px 0 !important;
    padding: 20px !important;
  }
  .project-details {
    padding-top: 5% !important;
  }
  .slick-portfolio-slider h1 {
    font-size: 38px !important;
    line-height: 1.25 !important;
    padding-right: 0 !important;
    padding-bottom: 6px !important;
  }
  .slick-portfolio-slider h2 {
    font-size: 24px !important;
    padding-right: 0 !important;
    padding-bottom: 6px;
    padding-top: 24px;
    min-height: 86px;
  }
  .project-splash-section .header-content {
    padding: 3.25em 0 3.25em !important;
  }
  .half-height-section .header-content {
    padding-bottom: 1.5em !important;
  }
  .three-fourths-section .header-content {
    padding-bottom: 1.5em !important;
  }
  .project-splash-section .header-content .et_pb_fullwidth_header_subhead {
    font-size: 20px !important;
  }
  .et-db #et-boc .et-l .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    padding-bottom: 0 !important;
  }
  .et-db
    #et-boc
    .et-l
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header
    .header-content
    h1 {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }
  .tech-design-itc .et_pb_blurb {
    border-radius: 25px !important;
  }
  #footer-info {
    font-size: 13px !important;
  }
  /*bottom left curves*/
  #homepage-services-section,
  .divider-whitetop-leftcurve {
    border-radius: 0 0 0 50px !important;
  }
  /*bottom right curves*/
  .featured-projects-row,
  .bottom-right-curve,
  .featured-projects-row {
    border-radius: 0 0 50px 0 !important;
  }
  /*top right curves */
  .letsconnect-section {
    border-radius: 0 50px 0 0 !important;
  }
  .et_pb_section.section-before-divider {
    padding-bottom: calc(10% - 50px) !important;
  }
  .et_pb_section.section-after-divider {
    padding-top: calc(50px) !important;
  }
  .et_pb_section.section-before-letsconnect {
    padding-bottom: calc(10% + 50px) !important;
  }
  .letsconnect-section {
    margin-top: -50px !important;
    padding-top: 50px !important;
  }

  .lets-connect-link .label {
    font-size: 30px;
  }
  .lets-connect-link .label span.small {
    font-size: 20px;
  }
  .letsconnect-section .h2-row h2 {
    font-size: 40px !important;
  }
  .lets-connect-link span.icon {
    max-width: 75px !important;
  }
  .section-after-divider.case-study-section,
  .et-db #et-box .et-l .et_pb_section_sticky.case-study-section {
    padding-top: calc(5% + 50px) !important;
  }
  .divider-whitetop-leftcurve {
    margin-bottom: -50px !important;
  }
  .project-nav-box-content h3 {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
  .single-post h1.entry-title {
    font-size: 25px;
  }
  .single-post h2 {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  #db-accordion h5.et_pb_toggle_title {
    font-size: 20px !important;
  }
  .db-blurb .et_pb_image_wrap {
    width: 100px !important;
  }
  #db-accordion .db-icon-row .et_pb_main_blurb_image {
    width: 100px !important;
  }
  .home-instagram-title .et_pb_main_blurb_image {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .single-project-info-box p,
  .single-project-award-container {
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-bottom: 15px !important;
  }
  .single-project-info-box p:nth-child(2n + 1) {
    clear: none !important;
  }
  #wpforms-form-2585 button[type="submit"] {
    width: 50%;
  }
  .featured-project-nudge-mobile .featured-project-container {
    margin-bottom: 3% !important;
  }
  .marker-info-box h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .gm-style .gm-style-iw-c {
    max-height: none !important;
  }
  .gm-style .gm-style-iw-d {
    overflow-y: hidden !important;
    height: auto !important;
  }
  #main-header .mobile_menu_bar:before {
    color: #fff;
  }
  #main-header.et-fixed-header .mobile_menu_bar:before {
    color: #fc631d;
  }
}

/*** ================= Touch screen ***/
@media (hover: none) {
  .post-list-container:not(.team-member) .post-list-button {
    opacity: 1 !important;
  }
  .post-list-container .post-list-button .fas {
    left: 10px !important;
    opacity: 1 !important;
  }

  .featured-project-container a .project-nav-box-content {
    bottom: -1.75em !important;
  }

  .featured-project-container a .project-nav-box-content .fas {
    left: 10px !important;
    opacity: 1 !important;
  }
  .home-explore-link span .fas {
    left: 10px !important;
    opacity: 1 !important;
  }
  .home-discover-services-link span .fas {
    left: 10px !important;
    opacity: 1 !important;
  }
  .featured-project-container a .project-nav-box-content p {
    opacity: 1 !important;
  }
  .post-list-container.expertise h3 {
    color: #fc631d !important;
  }
  .post-list-container.expertise.we-also-offer h3 {
    color: #333 !important;
  }
  .post-list-container.expertise.we-also-offer .fas {
    color: #333 !important;
  }
  .post-list-container .fas {
    left: 10px !important;
    opacity: 1 !important;
    color: #fc631d !important;
  }
  .lets-connect-link .label .small .fas {
    left: 10px !important;
    opacity: 1 !important;
  }
  .featured-project-container a .project-nav-box-content {
    bottom: 0em !important;
  }
  .featured-project-container a .project-nav-box-content p,
  .featured-project-container a .project-nav-box-content .fas {
    opacity: 1 !important;
  }
  .featured-project-container a .project-nav-box-content .fas {
    left: 10px !important;
  }
  .featured-project-container a .project-nav-box-content p {
    line-height: 24px !important;
  }
  .featured-project-container .project-nav-box-background {
    transform: scale(1) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .id-callout-section .et_pb_text_1 .view-more-text:after,
  .id-callout-section .et_pb_text_2 .view-more-text:after,
  .id-callout-section .et_pb_text_3 .view-more-text:after {
    opacity: 1 !important;
    margin-left: 10px !important;
  }

  #aptura-project-nav .project-nav-box-background {
    transition: none !important;
    transform: none !important;
  }
  #aptura-project-nav a .project-nav-box-content {
    bottom: -1.25em !important;
    transition: none !important;
  }

  #aptura-project-nav a .project-nav-box-content .fas {
    left: 10px !important;
    opacity: 1 !important;
  }
  #aptura-project-nav a .project-nav-box-content p {
    opacity: 1 !important;
  }
  .home-explore-link span .fas,
  .home-discover-services-link span .fas {
    left: 10px !important;
    opacity: 1 !important;
  }
  #wpforms-form-55 button[type="submit"]:after,
  #wpforms-form-2585 button[type="submit"]:after {
    left: 10px !important;
    opacity: 1 !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .db-section {
    display: none;
  }
  .db-mobile-section {
    display: block;
  }
}

@media only screen and (max-height: 900px) {
  .db-row .section-nav li p {
    padding-bottom: 10px;
    font-size: 14px !important;
    line-height: 22px;
  }
  .db-row .section-nav li h5 {
    font-size: 22px;
    padding-bottom: 6px;
  }
  .db-row .section-nav a {
    padding: 2% 0 2% 17px;
  }
}

@media only screen and (max-height: 670px) {
  .db-row .db-header {
    margin-top: 20px;
  }
}

@media only screen and (max-height: 527px) {
  .db-row .db-header {
    margin-top: 10px;
  }
  .db-row .section-nav li p {
    padding-bottom: 10px;
    font-size: 12px !important;
    line-height: 20px;
  }
  .db-row .section-nav li h5 {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .db-row .section-nav a {
    padding: 1% 0 1% 12px;
  }
}

/* iPhone5 */
@media screen and (device-aspect-ratio: 40/71) {
  .slick-portfolio-slider h1 {
    font-size: 30px !important;
  }
}

/* Top Level Navigation */
@media only screen and (min-width: 981px) {
  .et_fixed_nav.et_show_nav #page-container {
    padding-top: 66px !important;
  }

  #top-menu > li > a:first-of-type {
    padding: 26px 16px 26px 16px !important;
    opacity: 1 !important;
  }

  #top-menu > li {
    padding: 0;
    margin-left: 6px;
    margin-right: 6px;
  }

  #top-menu > li.menu-item-has-children > a:first-of-type {
    padding: 26px 26px 26px 16px !important;
  }

  #top-menu li > a:first-of-type{
    background: #fff;
    transition: all .4s ease-in-out;
  }  
  
  #top-menu li > a:first-of-type:hover {
    background: #eff8ff;
  }

  #top-menu > li.menu-item-has-children > a:first-child:after {
    top: 26px;
    right: 7px;
  }

  #top-menu > li.contact-button > a {
    color: #fff !important;
    border-radius: 10px;
    background-color: #3e4751;
    display: block !important;
    padding: 18px 14px !important;
    margin-bottom: 7px;
  }
  #top-menu > li.contact-button > a:hover {
    background-color: #293036 !important;
  }
  .et-fixed-header #top-menu li.current-menu-item>a, .et-fixed-header #top-menu li.current_page_item.contact-button>a{
    color: #fff !important;
  }
  .contact-button a:before {
    background-color: transparent !important;
  }
  /* Level 1 Navigation */
  #top-menu li.mega-menu > ul > li > a:first-child {
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 0 none;
    color: #3e4751 !important;
    font-weight: 600;
  }

  /* Level 1 Sub Navigation */
  #top-menu ul.sub-menu li a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #3e4751 !important;
  }  
  #top-menu ul.sub-menu li a:hover {
    opacity: 1 !important;
  }
  #top-menu .mega-menu ul.sub-menu li a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #0065bd !important;
  }
  #top-menu ul.sub-menu li span {
    font-size: 14px;
    padding-top: 6px;
    display: block;
    font-weight: normal;
    color: #3e4751;
  }
  #top-menu ul.sub-menu li .fas {
    font-size: 14px;
    position: absolute;
    bottom: 3px;
    right: -10px;
    transition: all 0.4s;
    opacity: 0;
  }  
  #top-menu li.mega-menu > ul > li.no-url > a:first-child .fas {
    display:none;
  }  
  #top-menu li.mega-menu > ul > li.no-url > a:first-child:hover {
    cursor: default; 
  }  
  #top-menu li.mega-menu > ul > li > a:first-child .fas{
    bottom:2px;
  }
  #top-menu ul.sub-menu li p {
    position: relative;
    display: inline;
  }
  #top-menu ul.sub-menu > li > a:hover .fas {
    right: -18px;
    opacity: 1;
  }
}
@media all and (max-width: 980px) {
  .et_fixed_nav.et_show_nav #page-container {
    padding-top: 65px !important;
  }

  #main-header .mobile_menu_bar:before {
    color: #3e4751 !important;
  }
  #mobile_menu .menu-item-has-children {
    #mobile_menu .menu-item-has-children .sub-menu {
      background-color: rgba(0, 0, 0, 0.1);
    }
  }
  #mobile_menu .menu-item-has-children .sub-menu a {
    color: #3e4751;
    background-color: #eee;
    padding-left: 8%;
  }
  #mobile_menu .menu-item-has-children.selected > a {
    color: #3e4751;
    color: #0065bd !important;
  }
  .et_mobile_menu li a:hover {
    color: #3e4751 !important;
    opacity: 1 !important;
    background-color: #eff8ff !important;
  }

  #mobile_menu ul.sub-menu li span {
    font-size: 14px;
    padding-top: 6px;
    display: block;
    font-weight: normal;
    color: #3e4751;
  }
  #mobile_menu ul.sub-menu li .fas {
    display: none;
    font-size: 14px;
    position: relative;
    left: 0px;
    bottom: 0px;
    transition: all 0.4s;
    opacity: 0;
  }
  #mobile_menu ul.sub-menu > li > a:hover .fas {
    left: 4px;
    opacity: 1;
  }
  #mobile_menu .mega-menu-level1 ul.sub-menu > li > a {
    padding-left: 10%;
  }
  #mobile_menu .mega-menu-level1 ul.sub-menu > li > a span {
    display: none;
  }
  .et_mobile_menu {
    padding: 3%;
  }
  /* Expandable Mobile Menu
    ======================*/
  #main-header .et_mobile_menu li ul.hide {
    display: none !important;
  }
  #main-header .et_mobile_menu li ul {
    padding-left: 0;
  }
  #mobile_menu .menu-item-has-children {
    position: relative;
  }
  #mobile_menu .menu-item-has-children > a {
    background: transparent;
  }
  #mobile_menu .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
  }
  span.menu-closed:before {
    content: "\f078";
    display: block;
    color: inherit;
    font-size: 12px;
    font-family: FontAwesome;
    color: #3e4751;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  span.menu-closed.menu-open:before {
    content: "\f078";
    color: #3e4751;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #mobile_menu
    .menu-item-has-children.selected
    span.menu-closed.menu-open:before {
    color: #0065bd !important;
  }
  .et_mobile_menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .et_mobile_menu li li {
    padding-left: 0;
  }
  #logo {
    max-height: 70%;
  }
}

.aptura-logo-img {
  height: 75%;
  margin-left: 18px;
  vertical-align: middle;
}
.ds-logo-img {
  height: 36px !important;
  max-height: 100% !important;
}
.ds-logo-a {
  /*height: 20px;*/
  margin-right: 15px;
}
 .aptura-logo-img-container {
    padding-top: 2px;
    border-left: 1px solid #C1C9D0;
    padding-bottom: 6px;
 }
