* {
  box-sizing: border-box; }

body {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  color: #231F20;
  margin: 0;
  position: relative; }

html, body {
  min-width: 320px;
  min-height: 100%; }

ul, ol {
  margin: 0;
  padding: 0; }

p {
  margin-top: 0;
  line-height: 24px; }

p strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #d8171e; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #d8171e; }

h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #d8171e; }

h5 {
  font-size: 16px;
  margin: 8px 0; }

h6 {
  font-size: 14px; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 500px;
  padding: 0 25px 30px; }
  @media (min-width: 1230px) {
    .container {
      padding: 0 0 30px; } }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #aa1218;
  opacity: 0.3;
  z-index: 0; }

.l-header {
  margin-bottom: 20px;
  background-color: #d4d4d4; }
  .l-header .n2-section-smartslider {
    display: none; }
  @media (min-width: 1230px) {
    .l-header {
      margin-bottom: 180px;
      height: 460px; } }

.l-header--home {
  height: auto;
  margin-bottom: 30px; }
  .l-header--home .n2-section-smartslider {
    display: block; }
  @media (min-width: 1230px) {
    .l-header--home {
      height: 500px;
      margin-bottom: 250px; } }
  .l-header--home .overlay {
    display: none; }

body.single-project .l-header {
  margin-bottom: 30px; }
  @media (min-width: 1230px) {
    body.single-project .l-header {
      margin-bottom: 180px; } }

body.single-project .overlay,
body.single-project .header-hero__title {
  display: none; }

body:not(.home).single-project .header-hero--projects {
  max-height: 460px; }

.l-header__cont {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .l-header__cont {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1230px) {
    .l-header__cont {
      padding: 20px 0; } }

body:not(.home) .header-hero__sub-cont {
  display: none; }

.header-hero {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  background-size: cover;
  position: relative; }
  @media (min-width: 992px) {
    .header-hero {
      border: 10px solid #d8171e; } }

body:not(.home) .header-hero {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  border: none;
  min-width: 320px;
  min-height: 300px; }
  @media (min-width: 768px) {
    body:not(.home) .header-hero {
      min-height: 350px;
      max-height: 450px; } }

body:not(.home) .header-hero__title {
  color: #fff;
  font-size: 32px;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 5px 20px;
  background-color: #d8171e;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold; }
  @media (min-width: 480px) {
    body:not(.home) .header-hero__title {
      font-size: 50px; } }

.home .header-hero__title {
  text-align: center;
  padding: 8px 0;
  background: #fff; }
  @media (min-width: 768px) {
    .home .header-hero__title {
      position: absolute;
      bottom: 15%;
      right: 2%;
      text-align: right;
      background: none;
      font-style: italic; } }
  .home .header-hero__title h2 {
    padding: 5px 20px;
    font-size: 22px;
    color: #d8171e;
    margin: 0; }
    @media (min-width: 480px) {
      .home .header-hero__title h2 {
        font-size: 26px; } }
    @media (min-width: 768px) {
      .home .header-hero__title h2 {
        font-size: 32px;
        background-color: #d8171e;
        color: #fff;
        margin-top: 5px; } }
    @media (min-width: 992px) {
      .home .header-hero__title h2 {
        font-size: 45px; } }
    @media (min-width: 1230px) {
      .home .header-hero__title h2 {
        font-size: 50px; } }
  @media (min-width: 1230px) {
    .home .header-hero__title {
      right: -2%; } }

span.left-menu-icon-text {
  padding-left: 10px; }

.home span.header-hero__subtitle {
  font-size: 16px;
  color: #231F20;
  font-weight: bold;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .home span.header-hero__subtitle {
      font-size: 20px;
      background-color: #231F20;
      color: #fff;
      padding: 0 10px; } }

body.page-id-8 .header-hero {
  background-position: 50% 85%; }

footer {
  width: 100%;
  background-color: #d4d4d4; }
  footer::after {
    display: table;
    content: '';
    clear: both; }

.footer__cont {
  padding: 15px;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .footer__cont {
      display: flex; } }
  @media (min-width: 1230px) {
    .footer__cont {
      padding: 15px 0; } }

.footer__info {
  margin: 5px 100px 30px 0;
  list-style-type: none;
  line-height: 24px; }
  .footer__info li:nth-of-type(4) {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .footer__info {
      margin-bottom: 0; } }

.footer__social-links a {
  display: inline-block;
  margin-top: 20px;
  width: 35px;
  height: 35px; }

a[href^="https://www.linkedin.com"] {
  background: url("../../img/LI-logo.png") center no-repeat;
  background-size: cover;
  margin-right: 10px; }

a[href^="https://www.instagram.com"] {
  background: url("../../img/instagram.svg") center no-repeat;
  background-size: cover; }

.featured__cont {
  padding: 20px;
  margin: 0 auto;
  position: relative;
  background: url("http://localhost/millerenv/wp-content/uploads/2020/03/slider2.jpg") center no-repeat;
  background-size: cover; }
  .featured__cont .card-grid {
    margin-bottom: 0;
    max-width: 800px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr)); }
  .featured__cont .overlay {
    background: linear-gradient(to right, #fff 0%, rgba(37, 0, 0, 0.7) 100%);
    opacity: 1; }
  @media (min-width: 480px) {
    .featured__cont {
      padding: 50px 20px; } }

.featured__title {
  margin: 0 0 10px;
  font-size: 45px;
  text-transform: uppercase;
  position: relative;
  color: #d8171e;
  font-style: italic;
  padding-bottom: 10px; }
  .featured__title:after {
    content: '';
    background: #d8171e;
    width: 60%;
    height: 6px;
    position: absolute;
    right: 0;
    bottom: 10px; }
    @media (min-width: 1230px) {
      .featured__title:after {
        height: 10px; } }
  @media (min-width: 1230px) {
    .featured__title {
      padding-bottom: 0; } }

.intro__list {
  list-style-type: none;
  text-align: center; }
  @media (min-width: 480px) {
    .intro__list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      justify-items: center; } }
  @media screen and (min-width: 845px) {
    .intro__list {
      grid-template-columns: repeat(4, 1fr); } }

.intro__list li {
  margin: 20px 10px;
  display: block;
  text-align: center; }
  @media (min-width: 480px) {
    .intro__list li {
      display: inline-block;
      margin: 20px 10px 20px 0; } }
  @media (min-width: 1200px) {
    .intro__list li {
      margin: 20px; } }
  .intro__list li img {
    max-width: 100px;
    margin: 0 auto 20px;
    display: block; }
    @media (min-width: 1200px) {
      .intro__list li img {
        max-width: 125px; } }
  .intro__list li span {
    background-color: #d8171e;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
    display: block; }
    @media (min-width: 480px) {
      .intro__list li span {
        width: max-content; } }
    @media (min-width: 768px) {
      .intro__list li span {
        width: 190px;
        font-size: 16px; } }
    @media (min-width: 992px) {
      .intro__list li span {
        width: max-content; } }
    @media (min-width: 1200px) {
      .intro__list li span {
        width: 220px; } }

.l-front-page section {
  margin-bottom: 100px; }

.projects__intro {
  max-width: 900px;
  margin: 0 auto 40px; }

.projects__cat-cont {
  max-width: 720px;
  margin: 0 auto; }

.projects__cat-cont--outer {
  margin: 5px auto 20px;
  padding: 20px;
  border: 2px solid #d8171e; }
  @media (min-width: 1200px) {
    .projects__cat-cont--outer {
      width: 88%; } }

.projects__cat-title {
  margin: 0 auto;
  width: 88%;
  text-transform: uppercase; }
  .projects__cat-title:after {
    content: ' ';
    background-color: #d8171e;
    width: 100%; }

.projects__cat-list {
  padding-left: 20px;
  list-style-type: none; }
  @media screen and (min-width: 420px) {
    .projects__cat-list {
      columns: 2; } }
  @media (min-width: 768px) {
    .projects__cat-list {
      columns: 3; } }

.projects__cat-list-item {
  line-height: 42px; }
  .projects__cat-list-item:before {
    content: "\25CF";
    color: #d8171e;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
  @media (min-width: 992px) {
    .projects__cat-list-item {
      line-height: 30px; } }

.projects__cat-list-item a {
  color: #231F20;
  font-weight: bold; }

.page-cat__link {
  margin-bottom: 30px;
  display: block;
  font-weight: bold;
  color: #231F20; }
  .page-cat__link:before {
    content: '\003c';
    color: #d8171e;
    padding-right: 5px;
    font-size: 20px; }

.pagination {
  max-width: 520px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 840px) {
    .pagination {
      max-width: 790px; } }
  @media screen and (min-width: 1110px) {
    .pagination {
      max-width: 1060px; } }

.pagination .next {
  float: right; }

.pagination .prev {
  float: left; }

.l-project__title {
  font-size: 42px;
  margin-top: 20px; }

.l-project__feat-img {
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.l-project__content {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .l-project__content {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }

@media (min-width: 992px) {
  .l-resources {
    display: flex; } }

.l-resources .card-grid {
  align-items: unset; }

.l-resources__links {
  margin: 20px auto; }

.resource__item p {
  margin-top: 20px; }

.resource__thumb {
  width: 200px;
  height: 200px;
  box-shadow: 5px 3px 10px rgba(35, 31, 32, 0.5);
  margin: 0 auto; }

.resource__item.form-w4 .resource__thumb {
  background: url("../../img/res-thumbs/W-4-thumb.png") center no-repeat;
  background-size: cover; }

.resource__item.form-i9 .resource__thumb {
  background: url("../../img/res-thumbs/I-9-thumb.png") center no-repeat;
  background-size: cover; }

.resource__item.form-GGG-app .resource__thumb {
  background: url("../../img/res-thumbs/GGG-app-thumb.png") center no-repeat;
  background-size: cover; }

.resource__item.form-MEI-app .resource__thumb {
  background: url("../../img/res-thumbs/MEI-app-thumb.png") center no-repeat;
  background-size: cover; }

.resource__item.form-asb .resource__thumb {
  background: url("../../img/res-thumbs/ASB-thumb.png") center no-repeat;
  background-size: cover; }

.resource__item.form-epa .resource__thumb {
  background: url("../../img/res-thumbs/EPA-thumb.png") center no-repeat;
  background-size: cover; }

.resource__item.form-cslb .resource__thumb {
  background: url("../../img/res-thumbs/CSLB-thumb.png") center no-repeat;
  background-size: cover; }

.resource__item.form-orange .resource__thumb {
  background: url("../../img/res-thumbs/CBL-thumb.png") center no-repeat;
  background-size: cover; }

@media (min-width: 992px) {
  .l-about {
    display: flex; } }

.l-about h3 {
  margin-top: 0; }

.l-about__content {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .l-about__content {
      max-width: 800px;
      margin-left: 40px;
      margin-bottom: 60px; } }

.our-team__member {
  font-weight: bold;
  margin: 0; }
  .our-team__member span {
    color: #d8171e;
    display: block;
    font-size: 14px; }
  .our-team__member + p {
    font-size: 14px;
    margin-bottom: 15px; }

.company__cont {
  margin-top: 40px; }
  .company__cont:first-of-type {
    margin-top: 20px; }
  .company__cont + p {
    margin-top: 10px;
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .company__cont {
      display: flex;
      align-items: flex-start; } }

.company__logo {
  margin-right: 10px; }

.company__logo img {
  max-width: 120px; }

.company__contact p {
  margin: 0; }

.careers__list {
  margin-left: 20px; }

.careers__list-item {
  margin: 5px 0; }

.careers__outro {
  margin: 10px 0;
  font-style: italic; }

.l-about img {
 max-width: 100%; }


.card-grid {
  display: grid;
  max-width: 520px;
  margin: 0 auto 50px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
  grid-gap: 20px;
  grid-auto-flow: dense;
  gap: 20px;
  align-items: center;
  justify-items: center; }
  @media screen and (min-width: 840px) {
    .card-grid {
      max-width: 790px; } }
  @media screen and (min-width: 1110px) {
    .card-grid {
      max-width: 1060px;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }

.card-project {
  box-shadow: 5px 3px 10px rgba(35, 31, 32, 0.5); }
  .card-project:before {
    content: '';
    float: left;
    padding-top: 100%; }
  .card-project img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.card-project__link {
  text-decoration: none;
  display: flex;
  position: relative; }

.card-project__name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d8171e;
  text-align: left; }
  .card-project__name p {
    margin: 0;
    padding: 4px 0 6px 6px;
    line-height: 22px;
    color: #fff;
    font-weight: bold; }

.footer-meta {
  width: 100%;
  font-size: 12px;
  padding: 5px 25px;
  text-align: left;
  background-color: #d8171e;
  color: #fff;
  right: 0;
  bottom: 0;
  left: 0; }

.footer-meta__cont {
  max-width: 1200px;
  margin: 0 auto; }

.logo {
  align-self: flex-end;
  margin-top: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .logo {
      margin-top: 10px; } }

.logo__link {
  display: block; }

.logo__img {
  max-width: 200px; }

.nav-footer__cont {
  margin-bottom: 30px; }
  .nav-footer__cont .menu-item {
    display: block;
    line-height: 30px;
    padding: 5px 0; }
    .nav-footer__cont .menu-item a {
      text-transform: none; }
    @media (min-width: 768px) {
      .nav-footer__cont .menu-item {
        padding: 0; } }
  .nav-footer__cont .cat-item {
    display: block;
    line-height: 30px; }
    .nav-footer__cont .cat-item a {
      color: #231F20;
      font-weight: bold; }
  .nav-footer__cont:first-of-type {
    margin-right: 20px; }
  @media (min-width: 768px) {
    .nav-footer__cont {
      margin-bottom: 0; } }

.nav-footer__title {
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 18px; }

.nav-footer__widget ul {
  list-style-type: none; }
  @media (min-width: 480px) {
    .nav-footer__widget ul {
      columns: 3; } }
  @media (min-width: 768px) {
    .nav-footer__widget ul {
      columns: 2; } }

.nav-footer__widget .cat-item {
  padding: 5px 0; }
  .nav-footer__widget .cat-item a {
    text-decoration: none; }
  @media (min-width: 768px) {
    .nav-footer__widget .cat-item {
      padding: 0; } }

.nav-header {
  display: none; }
  @media screen and (min-width: 851px) {
    .nav-header {
      display: block;
      align-self: flex-end; } }
  .nav-header .menu-item {
    margin-right: 35px; }
    .nav-header .menu-item:last-of-type {
      margin-right: 0; }

.main-nav {
  list-style-type: none; }

.menu-item a {
  text-decoration: none;
  text-transform: uppercase;
  color: #231F20;
  font-weight: bold; }

@media screen and (min-width: 851px) {
  .menu-item {
    display: inline-block; } }

@media (min-width: 992px) {
  .menu-item {
    font-size: 16px; } }

.current-menu-item {
  color: #d8171e; }

.project-meta__desc {
  padding: 10px 0;
  max-width: 800px; }
  @media (min-width: 768px) {
    .project-meta__desc {
      padding: 10px 60px 10px 0; } }

.project-meta__desc p {
  line-height: 26px;
  font-size: 18px; }

.project-meta__title {
  margin: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #d8171e; }

.project-meta__title:nth-of-type(2) {
  padding-top: 10px; }

.project-meta__info-cont {
  border: 2px solid #d8171e;
  padding: 10px 20px 20px;
  margin: 20px 20px 20px 0;
  display: block; }
  .project-meta__info-cont p {
    margin-bottom: 0; }
  @media (min-width: 480px) {
    .project-meta__info-cont {
      display: inline-block; } }
  @media (min-width: 992px) {
    .project-meta__info-cont {
      margin-right: 0;
      display: block; } }
  @media screen and (min-width: 991px) and (max-width: 1008px) {
    .project-meta__info-cont {
      margin-right: 20px; } }

.project-meta__info {
  margin-bottom: 20px;
  padding-top: 10px; }
  .project-meta__info:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 480px) {
    .project-meta__info {
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 0; } }
  @media screen and (min-width: 992px) and (max-width: 1189px) {
    .project-meta__info {
      margin-bottom: 20px;
      display: block; } }

.project-photos__cont {
  margin-top: 50px; }
  .project-photos__cont h4 {
    text-transform: uppercase;
    color: #d8171e; }

.project-photos {
  background-color: #d4d4d4;
  padding: 20px; }

.project-photos__list {
  list-style-type: none;
  text-align: center; }
  @media (min-width: 768px) {
    .project-photos__list {
      display: flex;
      justify-content: center; } }

.project-photos__list-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px; }

.project-photos__link img {
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .project-photos__link img {
      max-width: 250px; } }

@media (min-width: 992px) {
  .contact-info {
    display: flex;
    justify-content: center; } }

.contact-info iframe {
  margin-bottom: 20px; }

@media (min-width: 480px) {
  .contact-info iframe {
    width: 500px;
    height: 400px; } }

@media (min-width: 992px) {
  .contact-info__map {
    order: 1; } }

.contact-info__cont {
  max-width: 600px; }
  @media (min-width: 992px) {
    .contact-info__cont {
      margin-left: 40px;
      order: 2; } }

.contact-info__disclaimer {
 margin-top: 50px;
}

.contact-info__disclaimer ul {
  font-size: 13px;
}

.contact-info__disclaimer ul li {
  margin-bottom: 10px;
}

.resource__item img {
  display: block;
  max-width: 150px;
  margin-bottom: 10px; }

.resource__item p {
  text-align: center;
  font-weight: bold; }

.services__cont {
  border: 5px solid #d8171e;
  border-radius: 20px;
  padding: 10px;
  margin: 0 auto 40px;
  background-color: rgba(212, 212, 212, 0.2); }
  @media (min-width: 480px) {
    .services__cont {
      padding: 30px; } }
  @media (min-width: 1200px) {
    .services__cont {
      padding: 50px; } }

.service {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .service {
      display: flex; }
      .service:nth-of-type(2) {
        flex-direction: row-reverse;
        text-align: right; } }

.services__title {
  margin: 0 0 10px;
  font-size: 45px;
  text-transform: uppercase;
  position: relative;
  color: #d8171e;
  font-style: italic;
  text-align: right;
  padding-bottom: 10px; }
  .services__title:after {
    content: '';
    background: #d8171e;
    width: 72%;
    height: 6px;
    position: absolute;
    bottom: 10px;
    left: 0; }
    @media (min-width: 1230px) {
      .services__title:after {
        height: 10px; } }
  @media (min-width: 1230px) {
    .services__title {
      padding-bottom: 0; } }

.service__img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  box-shadow: 5px 3px 10px rgba(35, 31, 32, 0.5); }
  @media (min-width: 768px) {
    .service__img {
      max-width: 375px; } }
  @media (min-width: 992px) {
    .service__img {
      max-width: 425px; } }
  @media (min-width: 1200px) {
    .service__img {
      max-width: 500px; } }

.service__name {
  margin: 10px 0 10px; }
  @media (min-width: 768px) {
    .service__name {
      margin: 0 0 10px;
      font-size: 24px; } }

@media (min-width: 768px) {
  .service__content {
    margin: 0 20px;
    max-width: 500px; } }
