/* This file is to write custom css */
a.locmap-link {
  text-decoration: underline;
}

.social-links-list {
  display: flex;
  justify-content: space-between;
}

.social-links-list .social-list-item {
  list-style-type: none;
}

.footer-social-logos {
  width: 20px;
  height: 20px;
}

.align-left {
  float: unset;
}

.header__logo {
  margin-left: 0px;
}

.pagination__wrapper {
  flex: unset !important;
}

.align-center {
  margin-left: 0px;
}

.t09-page .c14-multi-column .focus-01 span.button__text {
  white-space: unset !important;
}

/* Jacobs projects filter page css start*/
form#views-exposed-form-jacobs-projects-page-1 {
  margin-bottom: 80px;
  display: flex;
  justify-content: end;
  margin-right: 320px;
}

.jacobs-projects-content-list {
  display: flex;
  align-items: flex-start;
}

.jacobs-projects-text-heading-wrapper {
  margin-left: 16px
}

.jacobs-projects-banner img {
  width: unset;
}

#views-exposed-form-jacobs-projects-page-1 .js-form-item.form-item.js-form-type-select.form-item-field-tags-target-id.js-form-item-field-tags-target-id {
  margin-right: 20PX;
}

#views-exposed-form-jacobs-projects-page-1 .form-select {
  height: 38px;
}

h1.jacobs-projects-header {
  margin-left: 183px;
  margin-bottom: 38px;
  font-size: xxx-large;
}

#views-exposed-form-jacobs-projects-page-1 .button {
  color: #fff;
  background-color: #000;
  padding: 10px;
  margin-left: 4px;
  font-family: JacobsChronosBold, sans-serif;
  font-size: 1.4rem;
  cursor: pointer;
}

.path-jacobs-projects ul.js-pager__items {
  margin-left: 187px;
  margin-top: 20px;
  margin-bottom: 14px;
  display: flex;
}

.path-jacobs-projects ul.js-pager__items li {
  padding: 8px;
  border: 2px solid #000;
  margin: 1px;
}

.jacobs-projects-no-results {
  margin-left: 258px;
  font-family: JacobsChronosBold, sans-serif;
}

@media (max-width: 576px) {
  h1.jacobs-projects-header {
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 0;
  }

  form#views-exposed-form-jacobs-projects-page-1 {
    flex-direction: column;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 35px;
  }

  #views-exposed-form-jacobs-projects-page-1 .form-select {
    width: 100%;
  }

  #views-exposed-form-jacobs-projects-page-1 .js-form-item.form-item.js-form-type-select.form-item-field-tags-target-id.js-form-item-field-tags-target-id {
    margin-right: 0;
  }

  .jacobs-projects-content-list {
    flex-direction: column;
  }

  .jacobs-projects-banner {
    width: 100%;
  }

  .jacobs-projects-banner img {
    width: 100%;
  }

  .jacobs-projects-text-heading-wrapper {
    margin-left: 0;
    margin-top: 24px;
  }
}

@media (min-width: 1240px) {
  .webform-submission-form {
    gap: 4rem !important;
  }
}

textarea#edit-reason-for-contacting-us {
  width: 37rem;
}

.c18-navigation-links .navigation-links__wrapper {
  scrollbar-width: none;
}

.c18-navigation-links .navigation-links-link {
  font-size: 1.4rem;
}

/* ------- CSS for W06 Content Carousel Widget on Page CT Type ---- */
@media (max-width: 576px) {
  .page-node-type-t09-page .content-carousel__wrapper.carousel-enabled {
    padding: 0rem 0.6rem 0rem 0.6rem;
  }

  .page-node-type-t09-page .card__top-bar {
    left: 0px;
  }
}

[data-component=w06-content-carousel-widget] {
  margin-left: auto;
  width: 67.5%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  [data-component=w06-content-carousel-widget] {
    width: 87.5%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  [data-component=w06-content-carousel-widget] {
    width: 83.5%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  [data-component=w06-content-carousel-widget] {
    width: 82.5%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  [data-component=w06-content-carousel-widget] {
    width: 78.5%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  [data-component=w06-content-carousel-widget] {
    width: 68.5%;
  }
}

/* CSS for main navigation sub menu display*/

.s06-main-navigation .main-menu-item-checkbox:checked~.nav_submenu {
  max-height: fit-content !important;
}

.submenu-section__cards .card__picture {
  display: none !important;
}

@media (min-width: 1440px) {
  .s06-main-navigation .submenu-section__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column !important;
    gap: 1.6rem !important;
  }

  .s06-main-navigation .main-menu-item-checkbox:checked~.nav_submenu .submenu-section__title {
    opacity: .5 !important;
  }

  .s06-main-navigation .submenu-section__title {
    font-family: JacobsChronosBold, sans-serif;
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: normal;
  }
}

.s06-main-navigation .nav_submenu .nav_submenu-content {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  gap: 4rem;
  margin-top: 4.8rem;
}

.s06-main-navigation .nav__item-link {
  font-size: 2.4rem !important;
}

.s06-main-navigation .nav__list {
  gap: 2.2rem !important;
}

.section-padding-top-x-small {
  padding-top: 1.5rem;
}

.section-padding-bottom-x-small {
  padding-bottom: 1.5rem;
}

/* CSS for google PSE*/

#google-cse-results .gsc-control-cse {
  border-color: #000000 !important;
  background-color: #000000 !important;
  font-family: JacobsChronosBold, sans-serif !important;
  font-size: 1.4rem !important;
  line-height: 1.44 !important;
}

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  border-bottom: 1px solid #fff !important;
}

.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet,
.gs-fileFormatType {
  font-family: JacobsChronosBold, sans-serif !important;
  font-size: 1.4rem !important;
  line-height: 1.44 !important;
}

div#google-cse-results {
  margin-left: -12px !important;
}

.gsc-results {
  background-color: unset !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: unset !important;
  color: #ffffff !important;
  padding: 8px !important;
}

.google-cse-results-prefix {
  font-family: JacobsChronosBold, sans-serif !important;
  font-size: 2.4rem !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
}

.gsc-cursor-current-page {
  border-bottom: 2px solid #fff !important;
}

#google-cse-results {
  display: none !important;
}

.google-cse-results-prefix {
  display: none !important;
}

.jacobs-gpse #google-cse-results {
  display: block !important;
}

.jacobs-gpse .google-cse-results-prefix {
  display: block !important;
}

.gsc-search-button-v2 {
  padding: 9px 27px !important;
}

.gsst_a .gscb_a {
  color: #000 !important;
  font-weight: 900 !important;
}

table.gsc-search-box td.gsc-input {
  padding-right: unset !important;
}

.gs-spelling {
  color: #aaa !important;
}

.gs-spelling a {
  color: #d7d7d7 !important;
}

.gs-no-results-result .gs-snippet {
  background-color: rgb(255, 220, 120) !important;
  border: 1px solid rgb(255, 180, 30) !important;
}

.gsc-above-wrapper-area {
  border-bottom: 1px solid #555 !important;
}

.gsc-result-info,
.gsc-orderby-label {
  color: #d7d7d7 !important;
}

.gsc-selected-option-container {
  font-size: 1.4rem !important;
}

.gs-result .gs-image,
.gs-result .gs-promotion-image {
  border: unset !important;
}

.gsc-webResult.gsc-result {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  border-bottom: 1px solid #555 !important;
}

.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 1.8rem !important;
}

.gs-webResult div.gs-visibleUrl {
  color: #aaa !important;
}

.gs-web-image-box {
  width: 125px !important;
  margin-top: 10px !important;
  margin-right: 10px !important;
}

.gs-web-image-box .gs-image {
  max-width: 125px !important;
  max-height: none !important;
}

.gs-fileFormat {
  color: #aaa !important;
  font-size: 1.4rem !important;
}

.gs-snippet {
  margin-top: 8px !important;
}

.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet,
.gs-fileFormatType {
  font-family: JacobsChronosRegular, sans-serif !important;
}

.gsc-control-cse .gsc-table-result {
  font-family: JacobsChronosRegular, sans-serif !important;
}

.gcsc-find-more-on-google {
  display: none !important;
}

div.dashboard-shelf__content-wrapper a.dashboard-shelf__board-card:nth-child(2) {
  display: none !important;
}

button.close.accessibility-close {
  float: right;
  font-size: 44px;
  margin-top: -10px;
}