/* breakpoints */
@font-face {
  font-family: "dmsans";
  src: url("../fonts/dmsans.woff2") format("woff2"); }
body {
  font-family: "dmsans", sans-serif;
  font-size: 16px;
  color: #333;
  background-color: white; }

strong {
  font-weight: 600; }

h1 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 300;
  color: white; }
  h1 strong {
    color: #f8991d; }

a {
  color: #f8991d;
  transition: color 0.5s;
  text-decoration: none; }
  a:hover, a:focus {
    color: #3f3f3f; }

h2 {
  font-size: 80px;
  font-weight: 600; }

h3 {
  margin-bottom: 20px;
  font-weight: 600; }

p {
  line-height: 20px; }
  p.large {
    font-size: 25px;
    line-height: 31px; }

.splash {
  background: black;
  height: 670px;
  background-size: cover; }
  .splash .splash-content {
    margin-top: 140px;
    color: white;
    font-weight: 300;
    font-size: 20px; }
    .splash .splash-content .blurb {
      width: 650px;
      border-left: 5px solid #666;
      padding-left: 20px;
      margin-top: 30px; }
      .splash .splash-content .blurb a {
        display: block;
        color: white;
        text-decoration: none;
        margin-top: 20px; }
        .splash .splash-content .blurb a:hover, .splash .splash-content .blurb a:focus {
          color: #f8991d; }
  .splash.tall {
    height: 770px; }

.half-width {
  width: 50%; }

.two-third-width {
  width: 75%; }

.splash-overlap-header h2 {
  font-size: 100px;
  text-transform: uppercase;
  color: white;
  margin-top: -94px; }

.inner {
  padding: 30px; }

ul.icon-services {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  ul.icon-services li {
    display: inline-block;
    text-align: center;
    padding: 25px;
    width: 16%;
    vertical-align: top;
    white-space: nowrap; }
    ul.icon-services li a {
      display: block;
      text-decoration: none; }
      ul.icon-services li a .service-img {
        background-color: #ebebeb;
        transition: background-color 0.5s;
        height: 150px;
        width: 150px;
        margin-bottom: 20px;
        border-radius: 100px; }
        ul.icon-services li a .service-img img {
          width: 90px;
          margin-top: 30px; }
      ul.icon-services li a .service-label {
        color: #333;
        font-weight: 600;
        white-space: normal; }
      ul.icon-services li a:hover .service-img, ul.icon-services li a:focus .service-img {
        background-color: #3f3f3f; }

.clip-header {
  position: relative;
  height: 125px;
  margin-top: -80px; }
  .clip-header .clip-angle {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .clip-header .clip-angle.clip-orange-1 {
      clip-path: polygon(0 0, 0 100%, 100% 100%);
      background: #f8991d; }
    .clip-header .clip-angle.clip-orange-2 {
      clip-path: polygon(100% 0, 30% 100%, 100% 100%);
      background: #f8991d; }
    .clip-header .clip-angle.clip-gray-1 {
      clip-path: polygon(100% 19%, 0 100%, 100% 100%);
      background: #3f3f3f; }
    .clip-header .clip-angle.clip-gray-2 {
      clip-path: polygon(0 22%, 0 100%, 67% 100%);
      background: #3f3f3f; }

.clip-content {
  color: #bebebe;
  background-color: #3f3f3f;
  padding: 20px 0; }
  .clip-content h2 {
    color: white; }
  .clip-content a {
    color: #bebebe;
    text-decoration: none; }
    .clip-content a strong {
      color: white;
      transition: color 0.5s; }
    .clip-content a:focus, .clip-content a:hover {
      color: #f8991d; }
      .clip-content a:focus strong, .clip-content a:hover strong {
        color: #f8991d; }

.tri-card-holder {
  margin: 60px -50px;
  text-align: center; }
  .tri-card-holder .tri-card {
    display: inline-block;
    vertical-align: top;
    background-color: white;
    border-radius: 5px;
    width: 350px;
    height: 450px;
    margin: 0 45px 60px;
    position: relative;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.4);
    color: #333;
    background-repeat: no-repeat; }
    .tri-card-holder .tri-card .tri-card-inner {
      padding: 225px 25px 25px; }
    .tri-card-holder .tri-card.card-services {
      height: 580px; }
      .tri-card-holder .tri-card.card-services img {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 65px; }
    .tri-card-holder .tri-card.tall {
      height: 505px; }
    .tri-card-holder .tri-card.short {
      height: 320px; }
    .tri-card-holder .tri-card.no-bg {
      background: linear-gradient(45deg, #f8991d 0%, #3f3f3f 100%);
      color: white; }
      .tri-card-holder .tri-card.no-bg .tri-card-inner {
        padding-top: 25px; }

.approach-splash {
  padding: 150px 0 30px;
  background-size: cover;
  margin-bottom: 30px;
  color: white; }
  .approach-splash strong {
    white-space: nowrap; }
  .approach-splash h1 {
    font-size: 50px; }
  .approach-splash p {
    color: #ccc; }
  .approach-splash .img-holder {
    text-align: center;
    padding: 25px 50px; }
  .approach-splash .numHolderContainer {
    position: relative;
    padding-left: 110px;
    padding-top: 40px;
    padding-right: 30px; }
    .approach-splash .numHolderContainer h2 {
      font-size: 20px; }
    .approach-splash .numHolderContainer .numHolder {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 120px; }

.num-card-container .num-card {
  display: inline-block;
  width: 49%;
  position: relative;
  vertical-align: top; }
  .num-card-container .num-card .inner {
    padding-left: 160px; }
  .num-card-container .num-card .number {
    font-size: 120px;
    position: absolute;
    color: white;
    text-align: center;
    line-height: 1.05;
    left: 0;
    width: 120px;
    height: 120px;
    background: #f8991d;
    border-radius: 20px; }
  .num-card-container .num-card h2 {
    font-size: 40px; }

.contact-content {
  padding-top: 40px; }
  .contact-content h1 {
    color: #333;
    font-size: 60px;
    font-weight: 600; }
  .contact-content h2 {
    font-size: 30px; }

.contact-info-bar {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }
  .contact-info-bar span {
    display: inline-block;
    margin-right: 40px; }

.form-group {
  margin-bottom: 20px; }

.contact-list {
  margin-top: 28px; }
  .contact-list a {
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    color: #333;
    background-color: white;
    transition: background-color 0.5s, border-color 0.5s; }
    .contact-list a:hover, .contact-list a:focus {
      background-color: #f8991d;
      border-color: #f8991d;
      color: white; }

header .navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 999; }
  header .navbar .header-logo-container img {
    height: 60px; }
  header .navbar .navbar-header-main {
    position: absolute;
    right: 20px;
    text-transform: uppercase; }
    header .navbar .navbar-header-main .custom-dropdown {
      position: relative; }
      header .navbar .navbar-header-main .custom-dropdown .custom-dropdown-menu {
        display: none;
        position: absolute;
        background: white;
        border: 1px solid #ccc;
        right: 0; }
      header .navbar .navbar-header-main .custom-dropdown:hover .custom-dropdown-menu {
        display: block;
        padding: 0;
        list-style: none; }
        header .navbar .navbar-header-main .custom-dropdown:hover .custom-dropdown-menu .dropdown-item {
          padding: 10px; }
          header .navbar .navbar-header-main .custom-dropdown:hover .custom-dropdown-menu .dropdown-item:hover {
            background-color: gray;
            color: white; }
    header .navbar .navbar-header-main .dropdown-caret-down {
      height: 10px;
      width: 10px;
      display: inline-block;
      border-bottom: 1px solid #e3db2e;
      border-right: 1px solid #e3db2e;
      transform: rotate(45deg);
      vertical-align: middle;
      margin-top: -10px;
      margin-left: 5px; }
    @media (max-width: 991px) {
      header .navbar .navbar-header-main {
        position: static;
        right: unset; } }
  header .navbar .navbar-nav .nav-link.active,
  header .navbar .navbar-nav .nav-link.show {
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px; }
    header .navbar .navbar-nav .nav-link.active:hover, header .navbar .navbar-nav .nav-link.active:focus,
    header .navbar .navbar-nav .nav-link.show:hover,
    header .navbar .navbar-nav .nav-link.show:focus {
      color: #f8991d; }
  header .navbar.scrollNav {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.85);
    padding: 10px; }
    header .navbar.scrollNav .header-logo-container img {
      height: 50px; }

main {
  background-color: white; }

footer {
  background-color: #191919;
  color: #bebebe;
  text-align: center; }
  footer a {
    color: #bebebe;
    text-decoration: none; }
    footer a:hover, footer a:focus {
      color: white; }
  footer .footer-contact {
    padding: 20px 0; }
  footer ul.foot-nav {
    padding: 20px;
    margin: 0;
    list-style: none; }
    footer ul.foot-nav li {
      display: inline-block; }
      footer ul.foot-nav li a {
        display: inline-block;
        margin: 0 20px;
        text-transform: uppercase; }
        footer ul.foot-nav li a:hover, footer ul.foot-nav li a:focus {
          color: white; }
        footer ul.foot-nav li a .fa {
          font-size: 20px; }

/*# sourceMappingURL=styles.css.map */
