/* Global Industry - Factory and Industry HTML Template*/
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
10. News Section
14. Main Footer
15. Welcome Section
17. Accordian Section
20. Page Title
23. Services Single Section
24. Projects Detail Section
People-block-three added
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("jquery.bootstrap-touchspin.css");

/***
====================================================================
	Reset
====================================================================
 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/***
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: rgb(var(--dark-gray));
  line-height: 1.6;
  font-weight: 400;
  background: rgb(var(--white));
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

section {
  position: relative;
  width: 100%;
  /* margin: 32px 0; */
  padding: 32px 0;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
}

#cookie-message {
  width: 100%;
  height: 40vh;
  background-color: rgb(var(--lighter-gray));
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;

  h5 {
    margin: 20px 0;
  }
}

.bordered-layout .page-wrapper {
  padding: 0px 50px 0px;
}

.underline-link {
  border-bottom: 2px solid #80caed;
  padding: 7px 3px 3px;
}

.underline-link:hover {
  background-color: #80caed;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: rgb(var(--medium-blue));
  font-weight: 600;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

p {
  margin: 0 0 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-weight: 800;
  margin: 8px 0;
  background: none;
  line-height: 1.25;
}

h2 {
  font-size: 32px;
  color: rgb(var(--dark-blue));
}

h3 {
  font-size: 28px;
  color: rgb(var(--darker-gray));
  font-weight: 800;
}

h4 {
  font-size: 20px;
  color: rgb(var(--light-green));
}

h5 {
  font-size: 16px;
  color: rgb(var(--dark-gray));
}

textarea {
  overflow: hidden;
}

.social-icon-two {
  position: relative;
}

.social-icon-two img {
  width: 24px;
  margin-top: -4px;
}

.video-container {
  background-image: url(/images/hero/willdan_home_hero.jpg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 66vh;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;

  & h1 {
    color: rgb(var(--white));
    font-weight: 800;
  }

  & h3 {
    color: rgb(var(--white));
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }

  & video {
    width: 100%;
  }

  .message {
    z-index: 1;
    display: flex;
    position: absolute;
    height: 100%;
    align-items: center;
    flex: 1;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(var(--dark-blue), .64), rgba(var(--medium-blue), .64), rgba(var(--medium-blue), .64), rgba(var(--dark-blue), .64));
    z-index: 1;
  }
}

.mission-section {
  margin: 0;
  padding: 0 24px;
  z-index: 100;

  & h2 {
    color: rgb(var(--light-green));
    font-size: 20px;
    font-weight: 800;
    margin: 0;
  }

  & h3 {
    color: rgb(var(--darker-gray));
    font-size: 28px;
    font-weight: 800;
    margin: 16px 0;
  }

  .image-column {
    position: relative;
    padding: 0;
    background: url(/images/pages/intro.jpg) no-repeat center center;
    background-size: cover;
    flex: 1;
  }

  .content-column {
    padding: 24px;
    flex: 1;
  }

  .content {
    margin: -48px 0 48px;
    z-index: 100;
    display: flex;
    background-color: rgb(var(--white));
    flex-direction: row;
  }

  ul {
    list-style-type: none;
    padding: 0;
    margin: 0;

    & li {
      padding: 2.5px 0;

      & a {
        font-weight: 500;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        display: block;
        padding: 0;
      }

      &:last-child a {
        border-bottom: none;
      }

      & a:hover {
        color: rgb(var(--light-blue));
        text-decoration: underline;
      }
    }
  }
}

.news-block-three {
  border-right: 1px solid rgba(var(--light-gray), 0.5);

  &:last-of-type {
    border-right: none;
  }

  .date-box {
    border-top: 1px solid rgba(var(--light-gray), 0.5);

    .post-meta li {
      position: relative;
      color: rgb(var(--dark-gray));
      font-size: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      display: inline-block;
      font-weight: 600;

      &:last-child {
        float: right;
      }

      a {
        position: relative;
        margin-right: 8px;
        color: rgb(var(--dark-gray));

        &:hover {
          color: rgba(var(--dark-gray), .88);
        }
      }

      span {
        position: relative;
        margin-right: 8px;
        color: #666666;
      }
    }
  }

  .inner-box {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: transparent;
    border: thin transparent solid;

    &:hover {
      position: relative;
      cursor: pointer;
    }

    .lower-content {
      height: 220px;

      & h3 {
        position: relative;
        margin-bottom: 1rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

        & a {
          font-size: 20px;
          color: rgb(var(--dark-blue));
          transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          -ms-transition: all 500ms ease;
          -o-transition: all 500ms ease;
        }
      }

      .text {
        /* color: rgb(var(--dark-gray)); */
        font-size: 16px;
        display: -webkit-box;
        line-clamp: 5;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }
  }
}

.row.content {
  display: flex;
  flex-wrap: wrap;
  background: rgb(var(--white));
  /* margin-bottom: 24px; */
  margin: 24px 0;
}

.row.content>[class*='col-'] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.theme-btn {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-search i,
.btn-close i {
  color: rgb(var(--white));
  font-size: 16px;
}

.btn-search:hover i,
.btn-modal:hover i {
  color: rgb(var(--light-blue));
}

.btn-search:focus,
.btn-modal:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.centered {
  text-align: center;
}

.button-row {
  margin-top: 2rem;
  display: flex;
}

.button-row div {
  flex: 0;
}

.button-row a {
  margin: 0 1rem 0 0;
}

/*Custom Willdan button styles */
.btn-level-1,
.btn-level-1-rev,
.btn-level-2,
.btn-level-2-rev,
.btn-download {
  background-color: rgb(var(--light-blue));
  color: rgb(var(--white));
  padding: 12px 64px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 0;
  line-height: 1;
  border-radius: 4px;
  text-transform: capitalize;

  &:visited {
    color: rgb(var(--white));
  }
}

.btn-dark-blue {
  background-color: rgba(var(--dark-blue), 0.9);
  color: rgb(var(--white));
}

.btn-light-blue {
  background-color: rgb(var(--light-blue));
  color: rgb(var(--white));
}

.btn-level-1-rev {
  background-color: rgb(var(--willdan-white));
  color: rgb(var(--medium-blue));
  border: none;

  &:visited {
    color: rgb(var(--medium-blue));
  }
}

.btn-level-2-rev {
  border: thin solid #ffffff;
  color: #ffffff;
}

.btn-level-1:hover,
.btn-level-2:hover,
.btn-level-1-rev:hover,
.btn-level-2-rev:hover,
.btn-download:hover {
  background-color: rgb(var(--light-green));
  color: rgb(var(--willdan-white));
}

.btn-hover-dark-blue:hover {
  background-color: rgba(var(--dark-blue), 1);
  color: rgb(var(--white));
}

.btn-hover-light-green:hover {
  background-color: rgba(var(--light-green), 1);
  color: rgb(var(--white));
}

.list-style-four li {
  list-style-type: square !important;
  position: relative;
  margin-bottom: 8px;
  margin-left: 24px;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/mini-icons/preloader.svg);
}

.modal-backdrop.in {
  opacity: 0;
  background-color: transparent;
}

.modal-content {
  border: none;
  background: rgba(var(--dark-blue), .988);
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.016),
    0 2px 4px rgba(0, 0, 0, 0.016),
    0 4px 8px rgba(0, 0, 0, 0.016),
    0 8px 16px rgba(0, 0, 0, 0.016),
    0 16px 32px rgba(0, 0, 0, 0.016),
    0 32px 64px rgba(0, 0, 0, 0.016);
}

.modal-dialog {
  width: 100%;
  margin: 0;
  /* background: rgb(var(--dark-blue)); */
}

h5.modal-title {
  color: rgb(var(--white));
  margin: 0;
}

.modal-header {
  padding: 0;
  border-bottom: none;
  text-align: right;
  margin: 0;
}

.input-group {
  border-bottom: 2px solid rgb(var(--white));
  margin-bottom: 24px;
}

.modal h3 {
  color: rgba(var(--white), 0.9);
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: 1px;
  font-weight: 700;
}

.modal ul li a {
  font-family: "Montserrat", sans-serif;
  color: rgba(var(--white), 1);
  font-size: 16px;
  line-height: 38px;
}

.modal ul li a:hover {
  color: rgb(var(--light-blue));
}

.modal .img-responsive {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
}

.modal .border-right {
  border-right: 1px solid rgba(var(--white), 0.5);
}

.modal .featured-search {
  background-image: url(/images/news/2025/apg.jpg);
  background-size: cover;
  background-position: center bottom;
  height: 246px;
  position: relative;
}

.modal .featured-search .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 24px;
  cursor: pointer;
}

.modal .featured-search .overlay:hover a {
  color: rgba(var(--medium-blue), 1);
}

.modal .featured-search a {
  color: rgba(var(--dark-blue), 1);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.modal .featured-search a:hover {
  color: rgba(var(--medium-blue), 1);
}

.modal .featured-search a span {
  font-size: 12px;
}

.modal .featured-search p {
  color: rgba(var(--darker-blue), 1);
  font-size: 20px;
  font-weight: 600;
}

.box-shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.016),
    0 2px 4px rgba(0, 0, 0, 0.016),
    0 4px 8px rgba(0, 0, 0, 0.016),
    0 8px 16px rgba(0, 0, 0, 0.016),
    0 16px 32px rgba(0, 0, 0, 0.016),
    0 32px 64px rgba(0, 0, 0, 0.016);
}

.scroll-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  color: rgb(var(--white));
  font-size: 24px;
  text-transform: uppercase;
  line-height: 48px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background-color: rgba(var(--medium-blue), .88);
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: rgb(var(--medium-blue));
}

/***
====================================================================
	Section Title
====================================================================
***/
.sec-title h2 {
  color: rgba(var(--dark-blue), 1);
}

.sec-title h3 {
  color: rgba(var(--medium-blue), 1);
}

/***
====================================================================
	Main Header style
====================================================================
***/
.main-header {
  width: 100%;
}

.main-header .header-top {
  position: relative;
  background-color: rgb(var(--dark-blue));
}

.main-header .header-top .top-left ul li {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  margin-right: 70px;
  display: inline-block;
}

.main-header .header-top .top-left ul li span {
  position: relative;
  top: 2px;
  margin-right: 10px;
  color: #0076bb;
  font-size: 16px;
  line-height: 1em;
}

.main-header .header-top .top-left {
  position: relative;
  padding: 18px 0px;
}

.main-header .header-top .top-left {
  padding: 14px 0px;
}

.main-header .header-top .top-right {
  display: flex;
  align-items: center;
}

.main-header .header-top .top-right .top-nav {
  position: relative;
  float: left;
  z-index: 1;
  margin: 0;
  width: 100%;
}

.main-header .header-top .top-right .top-nav li {
  position: relative;
  padding: 0 1.5rem;
  display: inline-block;
  line-height: normal;
}

.main-header .header-top .top-right .top-nav li a {
  position: relative;
  color: rgb(var(--white));
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  /* letter-spacing: 1px; */
  /* text-transform: uppercase; */
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-header .header-top .top-right .top-nav li a:hover {
  color: rgb(var(--light-blue));
}

.main-header .main-box .logo-box {
  /* position: relative; */
  float: left;
  padding: 20px 0;
  /* display: flex; */
  /* align-items: center; */
  /* height: 90px; */
  /* padding-left: 5px; */
}

.main-header .main-box .logo-box .logo img,
.logo .img-responsive img {
  width: 200px;
}

.main-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box {
  position: relative;
  background-color: rgb(var(--white));
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.016),
    0 2px 4px rgba(0, 0, 0, 0.016),
    0 4px 8px rgba(0, 0, 0, 0.016),
    0 8px 16px rgba(0, 0, 0, 0.016),
    0 16px 32px rgba(0, 0, 0, 0.016),
    0 32px 64px rgba(0, 0, 0, 0.016); */
  z-index: 1000;
  /* padding: 0 16px; */
}

/* The sticky class is added to  main-box  with JS when it reaches its scroll position */
.main-header .main-box.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.solution-page-title {
  padding-top: 102px;
}

.main-header .nav-toggler {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  display: block;
}

.main-header .nav-toggler button {
  position: relative;
  display: block;
  color: #444444;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  background: none;
}

.main-header .nav-outer {
  position: relative;
  background: none;
  margin: 0px;
  float: right;
  bottom: auto;
  padding-left: 0px;
  /* width: initial; */
}

.header-top {
  background-color: #003660;
  top: auto;
  margin-top: 0px;
}

.main-header .header-top .top-left li {
  color: #222222;
  font-size: 14px;
}

.main-header .header-top .top-left li span {
  font-weight: 700;
}

/* dev */
.nav-super {
  display: none;
}

.navbar-nav>li.dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar-nav>li.dropdown>a {
  border-bottom: 1px solid transparent;
}

.navbar-nav>li.dropdown:hover>a {
  background-color: rgba(var(--dark-blue), 1);
  color: rgb(var(--white));
  border-bottom: 1px solid rgb(var(--dark-blue));

  .caret {
    margin-left: 4px;
    border-top-color: rgb(var(--white));
    border-bottom-color: rgb(var(--white));
  }
}

.navbar-nav>li.dropdown.dropdown-light:hover>a {
  background-color: rgba(var(--white), 1);
  color: rgb(var(--medium-blue));
  border: 0;

  .caret {
    margin-left: 4px;
    border-top-color: rgb(var(--medium-blue));
    border-bottom-color: rgb(var(--medium-blue));
  }
}

.navbar {
  margin-bottom: 0;
}

.dropdown-menu .divider {
  background-color: rgb(var(--light-gray));
}

.navbar-default {
  background-color: rgb(var(--white));
  border: none;
  border-radius: 0;
}

.navbar-nav>li>.dropdown-menu {
  border: none;
  /* background-color: rgba(var(--dark-blue), .98); */
  border-radius: 0;
  /* box-shadow: none; */
}

.container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;

  & .navbar-header {
    flex: 1;
  }
}

.menu-large {
  position: static !important;
}

.megamenu {
  width: 100%;
  padding: 20px 0;
  background-color: rgba(var(--dark-blue), 1);

  & h3 {
    color: rgb(var(--yellow));
    font-size: 20px;
    font-weight: 700;
  }

  & ul {
    margin-bottom: 24px;

    & li {
      margin-left: -8px;
      padding: 4px 8px;
      transition: all .75s ease;
      border-left: 2px solid transparent;

      &:hover {
        border-left: 2px solid rgb(var(--light-blue));
      }
    }
  }

  & a {
    font-size: 16px;
    color: rgb(var(--white));
    font-weight: 500;

    &:hover {
      color: rgb(var(--light-blue));
      text-decoration: none;
    }
  }

  & p {
    color: rgb(var(--lighter-blue));
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  & ul.sub-menu {
    display: none;
    /* opacity: 0; */
    z-index: 0;
    padding: 8px;
    margin: 0;
    /* transition-delay: 0s; */
    /* position: absolute; */
    /* left: 7px; */
    background-color: rgba(var(--darker-blue), 1);
  }

  & .dropdown_1 {
    position: relative;
  }

  & .dropdown_1:hover .sub-menu {
    /* opacity: 1; */
    display: block;
    transition-delay: .88s;
    z-index: 1000;

    & a {
      color: rgb(var(--willdan-white));

      &:hover {
        color: rgb(var(--light-blue));
      }
    }
  }

  & a.dropdown-item {
    display: flex;
    flex-direction: column;
    padding: 8px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-left: 2px solid transparent;

    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: all .75s ease;
      opacity: 0;
      position: absolute;
      z-index: -1;
    }

    &:hover {
      border-left: 2px solid rgb(var(--light-blue));

      & img {
        opacity: .24;
      }

      & .market-text p {
        color: rgb(var(--willdan-white));
      }
    }

    & .market-text {
      flex: 1;
      padding: 0 8px;
    }
  }

  & .caret {
    margin-left: 4px;
    border-top-color: rgb(var(--yellow));
    border-bottom-color: rgb(var(--yellow));
    border-width: 4px 4px 0;
  }
}

.megamenu.light {
  width: 100%;
  padding: 20px 0;
  background-color: rgba(var(--white), 1);

  & h3 {
    color: rgb(var(--dark-blue));
    font-size: 20px;
    font-weight: 700;
  }

  & ul {
    margin-bottom: 24px;
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(var(--light-gray), 0.5);

    & li {
      /* margin-left: -8px; */
      padding: 8px 24px 8px 8px;
      transition: all .75s ease;
      border-left: 2px solid transparent;
      display: inline-block;
      width: 33%;

      &:hover {
        border-left: 2px solid rgb(var(--light-blue));
      }
    }
  }

  & a {
    font-size: 16px;
    color: rgb(var(--dark-gray));
    font-weight: 500;

    &:hover {
      color: rgb(var(--light-blue));
      text-decoration: none;
    }
  }

  & p {
    color: rgb(var(--lighter-blue));
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  & ul.sub-menu {
    /* display: none; */
    opacity: 0;
    z-index: 0;
    padding: 8px;
    margin: 0;
    transition-delay: 0s;
    position: absolute;
    left: 7px;
    background-color: rgba(var(--darker-blue), 1);

    & li {
      width: 100%;
      padding: 0 8px;
      margin: 0;
      border-left: 2px solid transparent;

      & a {
        font-size: 16px;
      }

      &:hover {
        border-left: 2px solid rgb(var(--light-blue));
      }
    }
  }

  & .dropdown_1 {
    position: relative;
  }

  & .dropdown_1:hover .sub-menu {
    opacity: 1;
    /* display: block; */
    transition-delay: .88s;
    z-index: 1000;

    & a {
      color: rgb(var(--willdan-white));

      &:hover {
        color: rgb(var(--light-blue));
      }
    }
  }

  & a.dropdown-item {
    display: flex;
    flex-direction: column;
    padding: 8px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-left: 2px solid transparent;

    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: all .75s ease;
      opacity: 0;
      position: absolute;
      z-index: -1;
    }

    &:hover {
      border-left: 2px solid rgb(var(--light-blue));

      & img {
        opacity: .24;
      }

      & .market-text p {
        color: rgb(var(--willdan-white));
      }
    }

    & .market-text {
      flex: 1;
      padding: 0 8px;
    }
  }

  & .caret {
    margin-left: 4px;
    border-top-color: rgb(var(--yellow));
    border-bottom-color: rgb(var(--yellow));
    border-width: 4px 4px 0;
  }
}

a.navbar-brand-willdan {
  display: block;
  /* margin: 10px 0; */
}

.navbar-default .navbar-nav>li>a {
  color: rgb(var(--dark-blue));
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  padding: 30px 20px;
  font-family: "Montserrat", sans-serif;
}

.caret {
  margin-left: 4px;
  border-top-color: rgb(var(--dark-blue));
  border-bottom-color: rgb(var(--dark-blue));
  border-width: 6px 6px 0;
}

@media only screen and (max-width: 768px) {
  .date-box {
    border-top: 0;
  }

  #hero-video h3 {
    font-size: 20px;
  }

  .video-container {
    height: 560px;
    display: flex;
  }

  .video-container .inner {
    display: none;
  }

  .news-block-three .lower-content {
    height: initial;
  }

  .news-block-three {
    border-right: 0;
    margin: 15px 0;
  }

  /* .mission-section ul li a {
        font-size: 16px;
    } */
  .mission-section {
    padding: 16px 0;

    .box-shadow {
      box-shadow: none;
    }

    .button-row {
      justify-content: center;
    }
  }

  .mission-section .content {
    flex-direction: column;
    margin: 0;
  }

  .mission-section .content-column {
    padding: 0;
    width: 100%;
  }

  .mission-section .image-column {
    display: none;
  }

  .theme-btn {
    margin: 10px auto;
  }

  /* .image-column {
    max-height: 240px;
  } */
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }

  .megamenu>li {
    margin-bottom: 30px;
  }

  .megamenu>li:last-child {
    margin-bottom: 0;
  }

  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

.navbar-default .navbar-toggle {
  border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #39b3d7;
}

.thumbnail {
  border-radius: 0;
}

/* end dev */
.main-menu {
  position: relative;
  float: left;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 0;
  margin: 0;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation>li {
  padding: 0 2rem;
  position: relative;
  display: block;
  background-color: rgb(var(--white));
  float: left;
  margin: 0;
}

.main-menu .navigation>li:hover {
  background-color: rgb(var(--medium-blue));
}

.main-menu .navigation>li:hover>a {
  color: rgb(var(--white));
}

.main-menu .navigation>li:last-child::after {
  display: none;
}

/** Triangle in menu - change color in default theme**/
.main-menu .navigation>li>a:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  margin-left: -20px;
  opacity: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li:before {
  bottom: 0px;
}

.main-menu .navigation>li:hover::before,
.main-menu .navigation>li.current::before,
.main-menu .navigation>li:hover::after,
.main-menu .navigation>li.current::after {
  opacity: 1;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/** Triangle in menu - change color in default theme**/
.main-menu .navigation>li.current>a::after,
.main-menu .navigation>li:hover>a::after {
  opacity: 1;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li>a {
  font-family: "Montserrat", sans-serif;
  color: rgb(var(--dark-blue));
  text-transform: uppercase;
  padding: 32px 0;
  font-weight: 800;
  font-size: 16px;
  /* letter-spacing: 1px; */
}

.main-menu .navigation>li>a:hover {
  color: rgb(var(--white));
}

.main-menu .navigation>li:after {
  display: none;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
  width: 100%;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 276px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #ffffff;
  /* transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05); */
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(var(--dark-gray), 0.25);
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block;
  padding: 8px 12px;
  line-height: 24px;
  font-weight: 600;
  /* font-size: 16px; */
  color: rgb(var(--dark-gray));
  /* transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; */
  border-left: 4px solid rgb(var(--white));
}

/**dropdown**/
.main-menu .navigation>li>ul>li:hover>a {
  color: rgb(var(--medium-blue));
  background: rgb(var(--lighter-blue));
  border-left: 4px solid rgb(var(--medium-blue));
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 20px;
  display: block;
  color: #253d4a;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
  color: #0076bb;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 270px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: rgb(var(--white));
}

.main-menu .navigation>li>ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(var(--dark-gray), 0.25);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>ul>li:first-child {
  border-top: 1px solid rgba(var(--dark-gray), 0.25);
}

.main-menu .navigation>li>ul>li>ul>li>a {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block;
  padding: 8px 12px;
  line-height: 24px;
  font-weight: 600;
  /* font-size: 16px; */
  color: rgb(var(--dark-gray));
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-left: 4px solid rgb(var(--white));
  background-color: rgb(var(--white));
}

.main-menu .navigation>li>ul>li>ul>li>ul>li>a {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block;
  padding: 4px 24px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
  color: rgb(var(--dark-gray));
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-left: 4px solid rgb(var(--white));
  border-bottom: 1px solid rgba(var(--dark-gray), 0.125);
  background-color: white;
}

.main-menu .navigation>li>ul>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}

/** flyout**/
.main-menu .navigation>li>ul>li>ul>li:hover>a {
  color: rgb(var(--medium-blue));
  background: rgb(var(--lighter-blue));
  border-left-color: rgb(var(--light-blue));
}

.main-menu .navigation>li>ul>li>ul>li>ul>li:hover>a {
  color: rgb(var(--medium-blue));
  background: #f1f1f1;
  border-left-color: rgb(var(--light-gray));
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  color: #272727;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
  color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
  display: block;
  visibility: visible;
  opacity: 1;
  top: 100%;
  box-shadow: 0 0 5px rgba(var(--dark-gray), 0.5);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  box-shadow: 0 0 5px rgba(var(--dark-gray), 0.5);
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  border: 1px solid #ffffff;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/* google programmable search */
.gcsc-more-maybe-branding-root {
  display: none;
}

.search-container {
  margin-left: 2rem;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
}

.search-container input[type="text"] {
  padding: 2px 0.75rem;
  width: 133px;
  font-size: 14px;
}

.search-container button {
  padding: 2px 6px;
  font-size: 14px;
  background-color: transparent;
  color: white;
}

.search-container:hover {
  background: rgba(0, 119, 200, 1);
}

#search .btn {
  background: transparent;
}

#search input {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  background: transparent;
  color: rgb(var(--white));
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* reset line height on Google Programmable Search results */
div#___gcse_0 {
  line-height: initial;
}

#search {
  .gsc-input-box {
    padding-top: 0;
    padding-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
  }

  .gsib_a {
    padding: 0
  }
}

#search .modal-body {
  padding: 0;
}

#search .modal-footer {
  border: none;
}

/* #search .btn-search {
  padding: 0 20px 0 0;
} */
#search label {
  color: rgb(var(--white));
  font-size: larger;
  font-weight: 500;
  font-family: "Montserrat";
  padding: 0 1rem;
}

#search .modal-body {
  text-align: left;
  padding: 0 0 50px;
}

#search .quick {
  font-size: small;
}

#gcse-search {
  & button.gsc-search-button.gsc-search-button-v2 {
    padding: 16px;
  }

  & .gsc-above-wrapper-area {
    margin-bottom: 24px;
  }

  & .gsc-above-wrapper-area-container {
    font-weight: 700;
  }

  & input#gsc-i-id1 {
    font-weight: 700;
    font-size: 24px;
  }

  & .gs-fileFormat {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 0;

    & span.gs-fileFormatType {
      font-size: initial;
    }
  }

  & .gsc-webResult.gsc-result {
    padding: 24px 0;
    border: 0;
  }

  & .gsc-url-top {
    font-family: 'Rubik', arial, sans-serif;
    margin: 8px 0;
    color: rgb(var(--dark-green));
    font-weight: 400;
    font-size: 16px;
  }

  & .gs-title {
    font-size: 24px;
    font-weight: 700;
    color: rgb(var(--dark-blue));

    &:hover {
      color: rgb(var(--medium-blue));
      text-decoration: none;

      & b {
        color: rgb(var(--medium-blue))
      }
    }

    & b {
      font-size: 24px;
      font-weight: 700;
      color: rgb(var(--darker-blue));
    }
  }

  .gs-bidi-start-align.gs-snippet {
    font-size: 16px;
    color: rgb(var(--dark-gray));
    font-weight: 400;
    line-height: 1.5;
    /* & b {
      font-size: 20px;
      color: rgb(var(--dark-gray));
      font-weight: 400;
      background-color: rgba(var(--light-blue), 0.08);
    } */
  }

  .gsc-cursor-page {
    padding: 0 8px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Rubik', arial, sans-serif;
    transition: all 0.3s ease;

    &:hover {
      color: rgb(var(--medium-blue));
      text-decoration: none;
    }
  }

  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    /* border-color: #1A73E8; */
    background-color: rgb(var(--medium-blue));
    /* color: #1A73E8; */
    color: rgb(var(--willdan-white));
    padding: 1rem 2rem;
  }

  .gsc-control-cse {
    padding: 0;
    font-family: "Montserrat", arial, sans-serif;

    & .gsc-table-result {
      font-family: "Rubik", arial, sans-serif;
      position: relative;
    }
  }

  .gsc-table-cell-thumbnail,
  .gs-promotion-image-cell {
    vertical-align: top;
    position: absolute;
    left: -144px;
    top: -60px;
  }

  img.gs-image {
    border: 0;
    object-fit: cover;
    object-position: center;
    height: 120px;
    max-width: 120px;
    width: 120px;
    max-height: 120px;
  }

  .gsc-results .gsc-cursor-box {
    margin: 24px;
  }

  @media only screen and (max-width: 1440px) {

    .gsc-table-cell-thumbnail,
    .gs-promotion-image-cell {
      display: none;
    }
  }

  @media only screen and (max-width: 768px) {

    /* Alternating background colors for search results */
    .gsc-result:nth-child(odd) {
      background-color: rgba(var(--lighter-blue), 1);
    }

    .gsc-result:nth-child(even) {
      background-color: #ffffff;
    }

    h2 {
      text-align: center;
      font-size: 24px;
      font-weight: 700;
      color: rgb(var(--dark-blue));
    }

    /* .gsc-table-cell-thumbnail,
    .gs-promotion-image-cell {
      vertical-align: initial;
      position: initial;
      left: initial;
      top: initial;
    }
    img.gs-image {
      height: 96px;
      max-width: 96px;
      width: 96px;
      max-height: 96px;
    } */
  }
}

h6.title {
  margin: 0;
  text-align: center;
  background: rgb(var(--darker-blue));
  color: rgb(var(--willdan-white));
  font-size: smaller;
}

/***
====================================================================
	News Section
====================================================================
***/
/* .news-page h2 {
  color: rgb(var(--dark-gray));
  font-weight: 500;
  margin-bottom: 24px;
}
.news-page h2 a {
  font-weight: 700;
} */
/* #ucNews h3 {
  font-size: 20px;
} */
#ucNews {
  h3 {
    a {
      font-size: 28px;
      font-weight: 800;
    }
  }

  hr {
    border-top: 1px solid rgb(var(--light-gray));
  }
}

hr.clearHidden {
  clear: both;
  display: block;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

/***
====================================================================
	Main Footer
====================================================================
***/
.main-footer {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 24px;
  background-color: rgba(var(--dark-blue), 1);
  /* margin-top: 6rem; */
  font-size: 16px;
  z-index: 1000;

  & h2 {
    color: rgb(var(--white));
    font-weight: 600;
    margin-bottom: 16px;
  }
}

.main-footer .footer-column,
.main-footer .footer-column a {
  color: rgb(var(--white));
}

.main-footer .footer-column a:hover,
.main-footer .footer-bottom a:hover {
  color: rgb(var(--light-blue));
}

.main-footer .logo {
  margin: 8px 0 24px 0;

  & img {
    width: 75%;
    height: auto;
  }
}

.footer-lists {
  position: relative;
}

.footer-lists li {
  position: relative;
  /* margin-bottom: 8px; */
  list-style-position: inside;
  text-indent: -10px;
  padding-bottom: 15px;
}

.footer-lists li a {
  padding-left: 10px;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-lists li a:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: 1px;
  line-height: 1em;
  color: rgb(var(--white)) !important;
  font-family: "FontAwesome";
}

.footer-lists-condensed li {
  margin-bottom: 0px;
}

.footer-lists-icons li {
  padding: 0;
  margin-bottom: 20px;
}

.footer-lists-icons li a {
  padding-left: 0;
}

.footer-lists-icons li img {
  margin-right: 10px;
  margin-left: 15px;
}

.footer-lists-icons li img {
  height: 20px;
}

.footer-lists-icons li a:before {
  content: "";
}

.main-footer .footer-bottom {
  background: rgba(var(--dark-blue), 1) !important;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 12px;
  /* padding: 8px; */
}

.main-footer .footer-bottom .inner {
  display: flex;
  justify-content: space-between;
  align-self: self-end;
  font-weight: 600;
}

.main-footer .footer-bottom .inner ul {
  display: flex;
}

.main-footer .footer-bottom .inner ul.separator-list li {
  border-right: 1px solid rgb(var(--white));
}

.main-footer .footer-bottom .inner ul li {
  /* border-right: 1px solid rgb(var(--white)); */
  padding-right: 1rem;
  margin-right: 1rem;
}

.main-footer .footer-bottom .inner ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.main-footer .footer-nav a {
  border-left: 0.125rem solid rgb(var(--white));
  padding-left: 1rem;
  margin-left: 1rem;
}

.main-footer .footer-bottom a:link,
.main-footer .footer-bottom a:visited {
  color: rgb(var(--white));
  font-weight: 600;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom a:hover {
  color: rgb(var(--light-blue));
}

/***
====================================================================
	Services Section Two
====================================================================
***/
/*used for related services om markets pages or for highlighted services on main solutions pages*/
.services-section-two {
  position: relative;
  /* padding-bottom: 3rem; */
  background-color: rgb(var(--white));
}

.services-section-two .image-column {
  padding: 24px;
}

.services-section-two .image-column img {
  object-fit: contain;
}

.services-section-two .content-column {
  padding: 48px;

  h3 {
    margin: 0 0 16px;
  }
}

.content-column {
  padding: 32px 24px;
}

.blue {
  background-color: #d7ecf8;
}

.services-section-two .inner-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  z-index: 10;
}

.services-block-two {
  position: relative;
}

.service-card {
  padding: 12px;
  border: 1px solid;
  border-color: rgba(var(--dark-blue), 0.125);
  /* height: 400px; */
  width: 100%;
  background-color: rgba(var(--white), 1);
  text-align: center;
}

.service-card p {
  height: 120px;
  font-weight: 400;
  overflow: auto;
}

.service-card a {
  color: rgb(var(--dark-gray));
  font-weight: 500;
}

.service-card:hover {
  box-shadow:
    0 8px 32px -12px rgba(var(--dark-gray), 0.48);
  border-color: rgba(var(--dark-blue), 0.25);
}

.service-card:hover p {
  color: rgb(var(--dark-green));
}

.service-card .icon {
  width: 85px;
  height: 85px;
  margin: auto;
  margin: 24px auto;
}

.icon img {
  width: 100%;
  height: 100px;
}

.service-card h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.service-card .more {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  font-weight: 600;
}

.service-card:hover .more {
  color: rgb(var(--dark-green));
}

.services-section-two .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 60px;
}

.services-section-two .owl-dots .owl-dot {
  position: relative;
  margin: 0px 3px;
  width: 40px;
  height: 3px;
  background-color: #0076bb;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-section-two .owl-dots .owl-dot:hover,
.services-section-two .owl-dots .owl-dot.active {
  height: 6px;
  background-color: #3dae2b;
}

/***
====================================================================
	Welcome Section
====================================================================
***/
.color-section {
  background: rgb(var(--lightest-blue));
}

.margin-top-negative {
  margin-top: -3rem;
}

.image-column {
  position: relative;
  padding: 0px;
  /* margin: 0; */
}

.image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-column img.contain {
  object-fit: contain;
}

/***
====================================================================
	Default Section
====================================================================
***/
.default-section {
  position: relative;
  padding: 80px 0px 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/***
====================================================================
	Accordion Style
====================================================================
***/
.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
}

.accordion-box .block.active-block {
  background-color: #ffffff;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  padding: 10px 20px 10px 80px;
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  color: #ffffff;
  background-color: #0076bb;
}

.accordion-box .block .icon-outer {
  position: absolute;
  left: -1px;
  top: 0px;
  font-size: 18px;
  color: #0076bb;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  background-color: #0076bb;
}

.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
  font-weight: 300;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  opacity: 1;
  color: #333333;
  background-color: #fbb908;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content .content-text {
  padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  font-size: 14px;
  padding: 30px 20px 20px 35px;
  margin: 0;
}

.accordion-box .block .content .text {
  margin-bottom: 10px;
  line-height: 1.9em;
  font-size: 14px;
  color: #003660;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0px;
}

.accordion-box.style-two {
  margin-top: 40px;
  margin-bottom: 60px;
}

.accordion-box.style-two .block {
  border: 2px solid #d7ecf8;
}

.accordion-box.style-two .block p {
  padding: 0;
  color: #003660;
}

.accordion-box.style-two .block .acc-btn {
  background-color: #d7ecf8;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 30px 15px 25px;
}

.accordion-box.style-two .block .icon-outer,
.accordion-box.style-two .block .icon-outer .icon {
  right: 0px;
  left: auto;
  font-size: 20px;
  line-height: 60px;
  height: 50px;
  color: #003660;
  background-color: #d7ecf8;
}

.accordion-box.style-two .block .acc-btn.active {
  color: #fff;
  background-color: #0076bb;
}

.accordion-box.style-two .block .acc-btn.active p {
  color: #fff;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-minus {
  background: none;
}

.accordion-box.style-two .block .content .text {
  font-size: 16px;
}

.accordion-box.style-two .image img {
  width: 100%;
  height: auto;
}

/***
====================================================================
	Market Section / Willdan Customized
====================================================================
***/
/* .market-section {
  padding: 50px 0;
  margin: 0 0 50px;
} */
.market-block-three {
  width: 100%;
}

.test {
  height: 100vh;
}

.market-block-three .inner-box {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgb(var(--lighter-gray));
  margin-bottom: 30px;
}

.market-block-three .inner-box:hover {
  background-color: rgb(var(--dark-blue));
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.016),
    0 2px 4px rgba(0, 0, 0, 0.016),
    0 4px 8px rgba(0, 0, 0, 0.016),
    0 8px 16px rgba(0, 0, 0, 0.016),
    0 16px 32px rgba(0, 0, 0, 0.016),
    0 32px 64px rgba(0, 0, 0, 0.016);
}

.market-block-three .lower-content h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 800;
  /* max-height: 56px; */
  /* line-height: 48px; */
  color: rgb(var(--dark-blue));
}

.market-block-three .inner-box:hover h3 {
  color: rgb(var(--willdan-white));
}

.market-block-three .inner-box .image {
  height: 240px;
  overflow: hidden;
}

.market-block-three .inner-box .image img {
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  width: 100%;
}

.market-block-three .lower-content {
  height: 80px;
  overflow: hidden;
  margin: 0;
  text-align: center !important;
  width: 100%;
  display: table;
}

/*
.owl-next,
.owl-prev {
  text-align: center;
  font-size: 30px;
  width: 10%;
} */
.owl-carousel {
  .owl-nav {
    font-size: 48px;

    /* position: absolute; */
    /* top: 50%; */
    /* width: 100%; */
    /* margin-top: -72px; */
    /* z-index: 1; */
    .owl-next {
      /* float: right; */
      /* padding: 0 20px 0 0; */
      /* margin: 0 -24px 0 0; */
      position: absolute;
      right: -50px;
      top: 40%;
      transform: translateY(-50%);
      color: rgb(var(--dark-gray));

      &:hover {
        color: rgb(var(--dark-green));
      }

      &.disabled {
        color: rgb(var(--light-gray)) !important;
        cursor: default;
      }
    }

    .owl-prev {
      /* float: left; */
      /* padding: 0 0 0 10px; */
      /* margin: 0 0 0 -24px; */
      position: absolute;
      left: -50px;
      top: 40%;
      transform: translateY(-50%);
      color: rgb(var(--dark-gray));

      &:hover {
        color: rgb(var(--dark-green));
      }

      &.disabled {
        color: rgb(var(--light-gray)) !important;
        cursor: default;
      }
    }
  }
}

/*
.owl-next:hover,
.owl-prev:hover {
  color: rgb(var(--dark-green));
} */
/***
====================================================================
	Service Section / Willdan Customized
====================================================================
***/
.service-section {
  margin-top: 100px;
  position: relative;
  padding: 0px;
  margin-bottom: 200px;
}

/***
====================================================================
	Contact sidebar
====================================================================
***/
.err {
  font-size: 25px;
  color: red;
  float: right;
  max-width: 5%;
  padding-top: 3px;
  text-align: left;
}

.sidebar-contact .form-control {
  width: 95%;
  float: left;
  margin-bottom: 10px;
}

.contact-info img {
  margin-right: 8px;
  width: 20px;
}

/***
====================================================================
	Solution, Service, and Market Page Title
====================================================================
***/
.title-background {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-image: url("../images/hero/solar-farm.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.title-background-crop {
  /* height: 250px; */
  /* background-image: url("../images/hero/solar-farm-crop.jpg"); */
  background-position: center right;
  background-attachment: scroll;
  /* margin-bottom: 50px; */
}

.engineering {
  background-image: url("../images/hero/engineering2.jpg");
  /* background-position: 0 -200px; */
}

.engineering-crop {
  background-image: url("../images/hero/engineering2-crop.jpg");
}

.programAdmin {
  /* height: 600px; */
  background-image: url("../images/hero/program-admin.jpg");
  background-position: 0px 60px;
}

.programAdmin-crop {
  background-image: url("../images/hero/program-admin-crop.png");
}

.designBuild {
  background-image: url("../images/hero/hero_design-build.jpg");
  background-position: 0px 40px;
}

.designBuild-crop {
  background-image: url("../images/hero/hero_design-build.jpg");
}

.economics {
  background-image: url("../images/hero/economics.jpg");
  background-position: 0px 40px;
}

.economics-crop {
  background-image: url("../images/hero/economics.jpg");
}

.Software-and-tech {
  background-image: url("../images/hero/emerging-tech.jpg");
}

.corporate-sign {
  background-image: url("../images/hero/willdan-corporate-sign-wide.jpg");
  background-position: right top;
  background-attachment: scroll;
}

.corporate-sign-crop {
  background-image: url("../images/hero/willdan-corporate-sign-crop.jpg");
  background-position: right top;
  background-attachment: scroll;
}

.join-us {
  height: 240px;
  background-image: url("../images/hero/join-us-beach-cleanup.jpg");
  background-position: 0px -180px;
}

.corp-sustain {
  background-image: url("../images/hero/CorpSustain_hero.jpg");
  background-position: right top;
  background-attachment: scroll;
}

.corp-sustain-crop {
  background-image: url("../images/hero/CorpSustain_hero_crop.jpg");
  background-position: center top;
  background-attachment: scroll;
}

.solution-page-title {
  position: absolute;
  margin: 0;
  /* padding: 5rem; */
  background-color: rgba(var(--dark-blue), 0.88);
  text-align: center;
  color: #fff;
  height: 240px;
  display: flex;
  align-items: center;
}

.solution-page-title h3 {
  color: rgb(var(--white));
}

.join-us-page-title {
  position: absolute;
  margin: 0;
  /* padding: 5rem; */
  background-color: rgba(var(--dark-blue), 0.75);
  text-align: center;
  color: #fff;
  height: 240px;
  display: flex;
  align-items: center;
}

.noAlpha {
  background-color: hsla(204, 95%, 22%, 100);
}

.narrow-title {
  background-image: url("/images/markets/market-CI-Banner.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  width: 100%;
  overflow: hidden;
}

.narrow-title img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: bottom;
}

/*to delete below*/
.market-title {
  height: 150px;
  width: 100%;
  overflow: hidden;
}

.market-title img {
  width: 100%;
  overflow: hidden;
}

.program-image {
  height: auto;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 15px;
}

.thead-dark {
  background-color: #003660;
  color: #fff;
}

/* table {
  margin-top: 50px;
} */
/***
====================================================================
	Page Title
====================================================================
***/
.solution-page-title h1 {
  position: relative;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5em;
  margin-bottom: 16px;
}

.solution-page-title .page-breadcrumb {
  position: relative;
}

.solution-page-title .page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: rgba(var(--willdan-white), 1);
  font-weight: 500;
  font-size: 16px;
}

.solution-page-title .page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -4px;
  top: 0px;
  color: #dcdbdb;
  font-family: "FontAwesome";
}

.solution-page-title .page-breadcrumb li:last-child::after {
  display: none;
}

.solution-page-title .page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.solution-page-title li a {
  color: rgb(var(--willdan-white));
  /* font-weight: 700; */
}

/***
====================================================================
	Fluid Section One
====================================================================
***/
.fluid-outro-one {
  position: relative;
  background-color: #0076bb;
  padding: 50px 0 60px;
  margin: 0;
}

.fluid-outro-one h1 {
  color: #fff;
  padding-bottom: 26px;
  font-weight: 800px;
}

.fluid-outro-one p {
  color: #fff;
  padding-bottom: 10px;
}

/***
====================================================================
	Solutions Page Section
====================================================================
***/
.solutions-page-section {
  position: relative;
  padding: 100px 0px 100px;
}

/***
====================================================================
	Sidebar Page Container
====================================================================
***/
/*delete this*/
.sidebar-page-container {
  position: relative;
  padding: 80px 0px 0;
}

.sidebar {
  padding: 50px 0 0;
}

/*end delete*/
.side-btn {
  margin: 25px;
}

/*find and remove*/
.content-side .side-image {
  padding-top: 40px;
  padding-left: 30px;
}

.sidebar-contact {
  background-color: #eef1f3;
  border: 1px solid #a1a3a6;
  padding: 20px;
  margin: 15px 25px 0 25px;
}

.sidebar-text {
  background-color: #fff;
  border: 1px solid #a1a3a6;
  padding: 20px;
  margin: 0px 25px;
}

.sidebar-contact h1 {
  font-size: 22px;
  font-weight: 600;
  color: #003660;
  margin: 5px 0 5px;
}

.sidebar-contact h5 {
  font-size: 14px;
  font-weight: 600;
  color: #0076bb;
}

.sidebar-contact input::-webkit-input-placeholder {
  /* Chrome */
  color: #003660;
}

.sidebar-contact input:-ms-input-placeholder {
  /* IE 10+ */
  color: #003660;
}

.sidebar-contact input::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #003660;
}

.sidebar-contact button {
  letter-spacing: 1px;
}

/*Service page*/
.services-single {
  position: relative;
}

.services-single .service-icon img {
  width: 135px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.services-single {
  padding-right: 50px;
}

.service-icon-title img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.service-icon-title {
  display: table;
  margin: 25px 0;
}

.service-icon-title div h2 {
  display: table-cell;
  vertical-align: middle;
  color: rgb(var(--dark-blue));
  font-weight: 700;
}

/*check if need below*/
.services-single .inner-box .lower-content .text h3,
.services-single h3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 15px;
}

/***
====================================================================
	Willdan Quote Section
====================================================================
***/
.quote-container {
  background-color: rgba(var(--medium-blue), 1);
  padding: 64px 0;
}

.quote-container p,
.quote-container h3 {
  color: rgb(var(--white));
}

.quote-container .inner-box {
  width: 65%;
  margin-left: 17%;
}

.quote-container img {
  width: 35px;
  padding-bottom: 25px;
}

.quote-container p {
  margin-top: 25px;
}

.quote-text {
  margin: 25px 0px;
}

/*replace this*/
.quote-person {
  font-weight: 600;
}

/*** */
/*underline-link */
/* .text a {
  color: rgb(var(--medium-blue));
} */
.text a:hover {
  text-decoration: underline;
}

.stretchedLinks a {
  letter-spacing: 2px;
  text-decoration: underline;
}

.caption {
  font-size: 0.85em;
  text-align: right;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
  margin-left: 5px;
}

.small {
  font-size: 0.8em;
}

.table-container {
  display: table;
  width: 100%;
  height: 150px;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* #program-page-gallery {
  padding: 24px 0;
} */
#program-page-gallery .inner-box {
  position: relative;
  margin: 16px 0;
  background-color: rgb(var(--lighter-blue));
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#program-page-gallery .inner-box:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.016),
    0 2px 4px rgba(0, 0, 0, 0.016),
    0 4px 8px rgba(0, 0, 0, 0.016),
    0 8px 16px rgba(0, 0, 0, 0.016),
    0 16px 32px rgba(0, 0, 0, 0.016),
    0 32px 64px rgba(0, 0, 0, 0.016);
  background-color: rgba(var(--dark-blue), 1);
}

#program-page-gallery .inner-box:hover .lower-box h2,
#program-page-gallery .inner-box:hover .lower-box span {
  /* color: #ffffff; */
  color: rgb(var(--willdan-white))
}

#program-page-gallery img {
  width: 100%;
  height: 150px;
}

#program-page-gallery .lower-box {
  height: 88px;
  width: 100%;
  /* padding: 8px; */
  /* background-color: rgb(var(--willdan-white)); */
  display: table;
  color: rgb(var(--medium-blue));
}

.table-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#program-page-gallery h2 {
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  padding: 0 8px;
}

.services-section-two .row {
  /* background-color: rgb(var(--white)); */
  padding: 0;
  margin: 24px 0;
}

.services-section-two .row:last-of-type {
  margin: 0;
}

/* .inner-column {
  padding: 24px;
} */
.project-section .content {
  /* background-color: rgba(var(--white), 1); */
  padding: 0;
  /* margin: 0 0 24px; */
}

.project-section .content:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 1024px) {

  /* .navbar-toggle {
    display: block;
    background-color: #0076bb;
    border-color: #0076bb;
  }
  .navbar-collapse.collapse {
    display: none !important;
  } */
  .modal:before {
    content: "";
    display: initial;
    height: auto;
    vertical-align: initial;
    margin-right: initial;
  }

  /* .button-row div {
    flex: 1;
  } */
  /* .project-section {
    padding: 48px 39px;
  } */
  .project-section .btn-row {
    text-align: center;
  }

  /* section.services-section-two.color-section {
    padding: 3rem 0;
  } */
  /* .services-section-two .text {
    text-align: left;
  } */
  .content-column {
    padding: 0;
    background: transparent;
  }

  .main-footer {
    margin-top: 3rem;
  }

  /* .sec-title,
  .sec-title h2,
  .color-section,
  section {
    margin: 0;
    padding: 0;
  } */
  /* .news-section {
    padding: 3rem 0;
  }
 */
  /* .project-section {
    padding: 3rem 0 0;
  }
 */
  /* .sec-title h2 {
    text-align: center;
  } */
  .mission-section .content {
    margin: 0;
    flex-direction: column;
  }

  #program-page-gallery img {
    height: auto;
  }

  #program-page-gallery .inner-box {
    height: auto;
    min-height: 220px;
  }
}

@media print {

  header,
  footer {
    display: none;
  }
}

/* @media only screen and (max-width: 360px) {
  .header-top {
    display: none;
  }
} */

:root {
  --dark-blue: 0, 56, 101;
  --darker-blue: 0, 49, 76;
  --medium-blue: 0, 119, 200;
  --light-blue: 0, 169, 224;
  --lighter-blue: 230, 243, 248;
  --lightest-blue: 238, 248, 253;
  --lighter-gray: 238, 241, 243;
  --light-green: 67, 176, 42;
  --dark-green: 4, 106, 56;
  --teal: 0, 98, 114;
  --darker-gray: 85, 85, 85;
  --dark-gray: 117, 120, 123;
  --light-gray: 187, 188, 188;
  --yellow: 242, 169, 0;
  --willdan-white: 250, 250, 250;
  --white: 255, 255, 255;
  --black: 0, 0, 0;
}

/* accordion */
a.inner-box {
  /* background-color: #f9f9f9; */
  /* padding: 20px; */
  /* margin: 10px; */
  /* border-radius: 5px; */
  /* height: 100%; */
  border: 1px solid rgb(var(--white));
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgb(var(--dark-blue));
}

a.inner-box:hover {
  background-color: rgb(var(--medium-blue));
  border-color: rgb(var(--medium-blue));
}

.item h4 {
  color: rgb(var(--white));
  padding: 1rem;
  margin: 0;
  text-align: center;
}

.main-footer {
  margin-top: 0;
}

/* .color-section {
  padding-bottom: 10rem;
} */
h2.accordion {
  color: #003660;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
  padding-left: 0;
  margin: 50px 0;
}

#accordion .panel {
  border: 0;
  border-radius: 0;
}

.panel-title {
  line-height: 50px;
}

#accordion .panel-group .panel+.panel {
  margin-top: 2rem;
}

#accordion .panel-heading {
  background-color: rgb(var(--lighter-blue));
  border: 0;
  padding: 1rem;
  color: rgb(var(--dark-blue));
  border-radius: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#accordion h2 {
  padding: 50px 0 10px;
}

#accordion .panel-heading .accordion-plus-toggle img {
  height: 50px;
  margin-right: 20px;
}

.top {
  margin-bottom: 1rem;
}

/* #accordion .panel-heading:hover {
  background-color: rgb(var(--dark-blue));
  color: rgb(var(--white));
} */
/* #accordion .panel-heading:hover .accordion-plus-toggle.collapsed:before {
  color: rgb(var(--white));
} */
#accordion .panel-heading.active {
  background-color: rgb(var(--medium-blue));
  color: rgb(var(--white));
}

#accordion .panel-body {
  background-color: rgba(var(--light-gray), 0.16);
  color: rgba(var(--dark-blue), 1);
  padding: 24px;
}

#accordion .panel-heading h5 {
  margin: 0;
  padding: 0 16px;
  font-size: 20px;
}

#accordion .contact-info img {
  margin-right: 10px;
}

.btn-primary {
  background-color: rgb(var(--dark-blue));
  color: rgb(var(--white));
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
}

#accordion .panel-body .content {
  margin: 0;
  background-color: transparent;
}

#accordion ul,
#accordion li {
  list-style: square;
}

#accordion ul {
  padding: 0 3rem;
}

#accordion .full-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#accordion h3 {
  margin: 32px 0 24px 0;
  color: rgb(var(--dark-gray));
}

/* .content h3 {
  margin: 3rem 0 1rem;
  font-weight: bold;
} */
/* plus glyph for showing collapsible panels */
.panel-heading .accordion-plus-toggle:before {
  font-family: FontAwesome;
  content: "\f056";
  float: right;
  color: rgb(var(--white));
}

.panel-heading .accordion-plus-toggle.collapsed:before {
  content: "\f055";
  color: rgb(var(--dark-blue));
}

/* arrow glyph for showing collapsible panels */
.panel-heading .accordion-arrow-toggle:before {
  font-family: FontAwesome;
  content: "\f078";
  float: right;
  color: rgb(var(--white));
}

.panel-heading .accordion-arrow-toggle.collapsed:before {
  content: "\f054";
  color: rgb(var(--white));
}

/* sets the link to the width of the entire panel title */
.panel-title>a {
  display: block;
  font-weight: 600;
}

.panel-title>a strong {
  font-weight: 800;
}

.icc {
  margin-top: 0;
}

.ppp {
  background: url("/images/solutions/BCFES ICC Image.png") no-repeat;
  background-size: contain;
  width: 100%;
  display: flex;
  align-items: center;
  height: 102px;
}

.ppp .logo {
  flex: 1;
}

.ppp .text {
  flex: 1;
  margin-left: 3rem;
  font-size: 12px;
  line-height: 1.5rem;
  font-style: italic;
  color: rgb(var(--dark-green));
}

.btn-pdf {
  margin: 25px 0 24px 0;
}

.btn-pdf:before {
  font-family: "FontAwesome";
  content: "\f1c1";
  margin-right: 0.5rem;
  font-size: 15px;
}

.panel-group .panel+.panel {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .modal h3 {
    margin-top: 20px;
  }

  .modal .featured-search {
    height: 146px;

    p {
      font-size: 15px;
    }
  }

  .footer-lists li a:before {
    display: none;
  }

  section,
  section.color-section {
    padding: 24px 0;
  }

  .main-footer {
    padding: 16px 0;
  }

  .main-footer .footer-bottom .inner,
  .main-footer .footer-bottom .inner ul {
    font-size: 12px;
    flex-direction: column;
  }

  .main-footer .footer-bottom .inner ul.social-icon-two {
    flex-direction: row;
  }

  .main-footer .footer-bottom .inner ul.separator-list {
    margin: 16px 0;
  }

  .main-footer .footer-bottom .inner ul.separator-list li {
    border-right: 0;
    padding: 8px 0;
  }

  .ppp {
    height: 80px;
  }

  .ppp .text {
    margin-left: 1rem;
    font-size: 10px;
    line-height: 1.25rem;
  }

  .btn-pdf {
    display: block;
    width: 100%;
    text-align: center;
  }
}
