x@import url("https://p.typekit.net/p.css?s=1&k=xjd0ccd&ht=tk&f=6808.6809.8415.8416.6846.6847.6848.6851&a=15486056&app=typekit&e=css");

/* container and page layout
-------------------------------------------- */
/* -------------------cw changes */
.bef-exposed-form .form--inline .form-item {
  float: none;
}

.bef-exposed-form .form--inline > .form-item {
  float: none;
  /* LRT */
}

.bef-exposed-form .form--inline .bef--secondary {
  clear: none;
}

.location_section .layout__region {
  display: flex;
  font-size: 30px;
}

.node-taxonomy-container {
  display: none;
}


.field.field--name-field-flag-gardenroof.field--type-boolean.field--label-hidden.field-item.slick-initialized.slick-slider.quickedit-field {
  display: none;
}

.field.field--name-field-flag-gardenroof.field--type-boolean.field--label-hidden.field-item.slick-initialized.slick-slider {
  display: none;
}

.field.field--name-field-flag-blue-roof.field--type-boolean.field--label-hidden.field__label.field-item {
  display: none;
}

.field.field--name-field-flag-blue-roof.field--type-boolean.field--label-above {
  display: none;
}

.field.field--name-field-flag-blue-roof.field--type-boolean.field--label-above.quickedit-field {
  display: none;
}

form#views-exposed-form-gallery-block-1 {
  display: grid;

  grid-template:
    "col1 col21 col31"
    "col1 assembly col32"
    "col1 ultimate state"
    "col1 col23 state"
    "col1 col24 search"
    "col1 bluer search"
    "col1 col27 blank1";
}

.js-form-item.form-item.js-form-type-select.form-item-field-state-value.js-form-item-field-state-value {
  grid-area: state;
}

.js-form-item.form-item.js-form-type-textfield.form-item-combine.js-form-item-combine {
  grid-area: search;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-field-flag-ultimate-value.js-form-item-field-flag-ultimate-value {
  grid-area: ultimate;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-field-flag-gardenroof-value.js-form-item-field-flag-gardenroof-value {
  grid-area: assembly;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-field-flag-blue-roof-value.js-form-item-field-flag-blue-roof-value {
  grid-area: bluer;
}



@media (max-width: 1076px) {
  form#views-exposed-form-gallery-block-1 {
    display: grid;
    grid-template:
      "col1 col21" 3 "col1 col21"
      "col1 col22"
      "col1 col23"
      "col1 col24"
      "col1 col25"
      "col1 col27"
      "col31 col32"
      "col33 col33"
      "col34 col34";
  }
}

@media (max-width: 767px) {
  form#views-exposed-form-gallery-block-1 {
    display: grid;
    grid-template:
      "col1"
      "col21"
      "assembly"
      "ultimate"
      "col23"
      "col24"
      "bluer"
      "col27"
      "col31"
      "col32"
      "state"
      "search"
      "blank1";
  }
}

.js-form-item.form-item.js-form-type-checkbox.form-item-field-flag-gardenroof-value.js-form-item-field-flag-gardenroof-value {
  align-self: end;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-field-flag-gardenroof-value.js-form-item-field-flag-gardenroof-value:before {
  display: block;
  font-weight: bold;
  content: "Assemblies";
  padding-bottom: 8px;
  font-size: 100%;
  border: 0;
  vertical-align: baseline;
}

fieldset[data-drupal-selector="edit-field-market-target-id"],
fieldset#edit-field-market-target-id--wrapper {
  grid-area: col1;
}

fieldset[data-drupal-selector="edit-field-region-field-target-id"],
fieldset#edit-field-region-field-target-id--wrapper {
  grid-area: col21;
}

fieldset[data-drupal-selector="edit-field-award-winning-value"],
fieldset#edit-field-year-value-wrapper {
  grid-area: col31;
  height: auto;
}

fieldset[data-drupal-selector="edit-field-award-winning-value"],
fieldset#edit-field-award-winning-value--wrapper {
  grid-area: col32;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-field-flag-roofing-value.js-form-item-field-flag-roofing-value {
  grid-area: col23;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-field-flag-waterproofing-value.js-form-item-field-flag-waterproofing-value {
  grid-area: col24;
}

.js-form-item.form-item.js-form-type-checkbox.form-item-field-flag-ultimate-value-1.js-form-item-field-flag-ultimate-value-1 {
  grid-area: col25;
}

div[data-drupal-selector="edit-actions"],
div#edit-actions {
  grid-area: blank1;
}

.projects.block .form-item {
  margin-bottom: 10px;
}

.proj-desc.block {
  padding: 0 1rem;
}

.layout.layout--threecol-section.layout--threecol-section--33-34-33.desc_section {
  padding: 1rem;
}

form#views-exposed-form-gallery-block-1 label.option {
  font-weight: normal;
  margin-right: 12px;
}

.fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
}

div[data-drupal-selector="edit-actions"] > input,
div#edit-actions > input {
  width: 200px;
  margin: 10px 10px 10px 0;
  height: 3rem;
  padding: 8px;
}

div[data-drupal-selector="edit-actions"],
div#edit-actions {
  display: flex;
  margin: 0px 0 30px 0;
}

fieldset[data-drupal-selector="edit-field-year-value-wrapper"],
fieldset#edit-field-year-value-wrapper {
  width: 300px;
}

span.fieldset-legend {
  font-weight: bold;
}

.location_section .layout__region > .proj_city {
  margin-right: 5px;
}

.block-padding.block {
  padding: 1rem;
}

.desc_section {
  display: flex;
}

.slider-mgn {
  margin-bottom: 2rem;
}

.layout .layout__region .city-state .field--name-field-city::before {
  content: "Location: ";
  font-weight: bold;
  font-size: 18px;
}

.layout .layout__region .city-state .field--name-field-city::after {
  content: ",";
}

.layout .layout__region .city-state .field--name-field-city {
  display: inline;
  font-size: 18px;
}

.layout .layout__region .city-state .field--name-field-state {
  display: inline;
  font-size: 18px;
}

.layout .layout__region .proj_detail .block-content .views-element-container {
  display: inline;
}

.layout.layout__region
  .proj_detail
  .block-content
  .views-element-container.contectual-region
  > div {
  display: inline;
}

.layout
  .layout__region
  .proj_detail
  .block-content
  .views-element-container
  .views-row {
  display: inline;
}

.proj_detail.block .views-element-container > div {
  display: inline;
}

.desc_section
  .layout__region
  > .proj_detail
  .field--name-field-awards
  .field-item {
  display: inline;
}

.proj-desc .field--name-body > p {
  margin-top: 15px !important;
  font-size: 18px !important;
}

.desc_section
  .layout__region
  > .proj_detail
  .field--name-field-awards
  .field-label {
  display: inline;
}

.desc_section
  .layout__region
  > .proj_detail
  .field--name-field-awards
  .field-item
  + .field-item:not(:empty)::before {
  content: ", ";
}

.project-flag-list.views-row span {
  display: inline;
}

.project-flag-list.views-row span:not(:empty) + span:not(:empty):before {
  content: ", ";
}

.layout
  .layout__region
  .proj_detail:not(.customv)
  .block-content
  .views-element-container::before {
  content: "Products: ";
  font-weight: bold;
  font-size: 18px;
}

.layout .layout__region .city-state {
  display: inline;
}

.project_name .layout__region .block > span {
  font-size: 28px;
}

.proj-desc .field > p > span {
  font-size: 18px !important;
  font-family: klavika-web, sans-serif !important;
}

.proj-desc .field > p {
  font-size: 18px;
  font-family: klavika-web, sans-serif !important;
}

.desc_section .layout__region > .proj_detail .field__label::after {
  content: ":";
}

.waterproof-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
}

.installation-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

img.img-responsive.mt {
  margin-top: 10px;
}

.item.installation {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  margin: 1rem auto;
  -webkit-box-shadow: 0px 0px 10px -5px #000000;
  box-shadow: 0px 0px 10px -5px #000000;
}

.image-wp > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-height: 15rem;
}

.item.installation .body {
  padding: 0 1rem;
}

p#wpi-p {
  margin-bottom: 2rem;
}

h2.node-title a {
  color: black;
}

h4.media-heading {
  margin: 0;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.extensive .awards-grid,
.intensive .awards-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.extensive .awards-grid-container,
.intensive .awards-grid-container {
  display: block;
}

.extensive .awards-grid .award-item,
.intensive .awards-grid .award-item {
  width: 225px;
}

.awards-grid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.project-award-winning {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  min-width: 200px;
  height: 250px;
  margin: 0 0 30px 0;
  color: #fff;
  overflow: hidden;
}

.project-award-winning * {
  color: #fff;
}

.project-award-winning a img {
  width: 100%;
  height: 100%;
  min-width: 200px;
  position: relative;
  object-fit: cover;
}

.project-content-award-winning {
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 1px 1px 5px #898989;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgb(73 73 73 / 35%);
  color: #fff;
  cursor: pointer;
  text-align: center;
  opacity: 1;
}

.project-award-winning:hover .project-content-award-winning {
  background: none;
  text-shadow: 1px 1px 5px #898989;
}

.project-content-award-winning h1,
.project-content-award-winning h2,
.project-content-award-winning h3,
.project-content-award-winning h4,
.project-content-award-winning h5 {
  font-weight: 600;
  color: #fff;
  padding: 10px;
  padding-bottom: 0;
  padding-top: 60px;
}

.project-content-award-winning a,
.project-content-award-winning a:visited,
.project-content-award-winning a:hover {
  color: #fff;
}

img.data-chart-img {
  width: 80%;
}

.ce-course {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-gap: 1.5rem;
}

.lunch-btn {
  color: #fff;
  background: #00acd5;
  padding: 8px 18px;
  text-transform: uppercase;
}

.ce-course .left {
  padding: 1rem 1rem 1rem 0;
}

.ce-course .right {
  padding: 1rem;
}

.yrs-st {
  font-style: italic;
  text-decoration: underline;
}

h4.big-h {
  font-size: 22px;
}

p.mb {
  margin-bottom: 2rem;
}

ul.mb {
  margin-bottom: 2rem;
}

ul.about-ul {
  padding: 1rem 2rem;
}

ul.about-ul-ul > li {
  line-height: 1.8;
}


.section-padding {
  padding: 2rem;
}

ul.ul-lite li {
  margin: 12px;
}

.lite-grid {
  display: grid;
  grid-template-columns: 250px 1fr;
  margin-bottom: 20px;
}

img.lite-top-img {
  width: 50%;
  min-width: 300px;
}

.blend-grid {
  padding: 1rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 50px;
}

.blend-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 15px;
}

@media (max-width: 767px) {
  img.lite-top-img {
    min-width: 370px;
  }

  .lite-grid {
    grid-template-columns: 1fr;
  }
}

img#sunshine-screwdriver {
  width: 100%;
  margin-top: 1rem;
  min-width: 430px;
  max-width: 469px !important;
}

.uncon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin-bottom: 2rem;
}

.other-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.asmby-grid {
  margin-top: 1rem;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: minmax(min-content, 700px) minmax(min-content, 700px);
}

img.asm-img {
  width: 100%;
  max-width: 700px !important;
}

.assemblies-category {
  position: relative;
}

img.icons-asm {
  position: absolute;
  top: 10px;
  right: 10px;
}

a.bold-a {
  color: black;
  font-size: 20px;
}

.pmr-grid {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
}

.pmr-iframe {
  height: 800px;
}

.expert-iframe {
  width: 80%;
  height: 600px;
}


/* ----------- Garden Roof Assembly Plant Map ---------- */
@media screen and (max-width: 675px) {
  #plants_wrapper {
    display: none;
  }
}

#plants_wrapper {
  width: 675px;
  margin: 0 auto;
  height: 425px;
  overflow: hidden;
}

#plants_wrapper .location {
  position: absolute;
}

#plants_wrapper .location p {
  display: none;
  width: 115px;
  background: #fff;
  border: solid 2px #00afdc;

  padding: 10px;
  margin: -10px 0 0 15px;

  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;

  position: relative;
  z-index: 100;

  font-family: klavika-web, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 130%;
}

#plants_wrapper .location:hover p {
  display: block;
}

.thre-col {
  padding: 0 1rem;
}

.location p a {
  color: #00afdc;
  text-decoration: none;
}

.location p a:hover {
  color: #000000;
}

.plants_map_cities {
  width: 100%;
  margin-left: 40px;
}

.plants_map_cities ul {
  margin-left: -40px;
  padding: 0;
  list-style: none;
}

.plants_map_cities li {
  float: left;
  width: 23%;
  max-width: 140px;
}

.tile-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.pavers-grid {
  margin: 1rem auto;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
}

.paver-img {
  width: 100%;
}

img.pavers-img-white {
  width: 224px;
}

.pavers > p {
  text-align: center;
}

.w-paver > p {
  text-align: center;
}

/* / test image edge styles  */

img#test-img-2 {
  width: 600px;
  margin: 30px;
  clip-path: polygon(0 0, 71% 0, 100% 100%, 32% 100%);
}

img#test-img-1 {
  width: 600px;
  margin: 30px;
  border-bottom: 10px solid #0067b1;
}

img#test-img-3 {
  width: 600px;
  margin: 30px;
  box-shadow: 26px 24px 0px -11px rgba(0, 103, 177, 1);
  -webkit-box-shadow: 26px 24px 0px -11px rgba(0, 103, 177, 1);
  -moz-box-shadow: 26px 24px 0px -11px rgba(0, 103, 177, 1);
}

img#test-img-4 {
  width: 600px;
  margin: 30px;
}

img#test-img-5 {
  width: 600px;
  margin: 30px;
  box-shadow: 26px 24px 0px -11px rgba(0, 103, 177, 1);
  -webkit-box-shadow: 26px 24px 0px -11px rgba(0, 103, 177, 1);
  -moz-box-shadow: 26px 24px 0px -11px rgba(0, 103, 177, 1);
  transform: skewX(-6deg);
}

/* ul.main-menu > li:nth-child(10) {
  display: none;
} */

ul.main-menu > li:nth-child(11) {
  display: none;
}

/* 06/25/2024 */






ul.main-menu > li.main-menu-item > a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0px 15px;
    font-family: klavika-web, sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 400;
    z-index: 10;
    list-style: none;
    list-style-type: none;
    text-transform: capitalize;
}

ul.main-menu > li.main-menu-item > a:hover {
  color: #616161;
}


ul.main-menu > li.main-menu-item > a::after {
  content: "";
  width: 1px;
  background-color: #e0e0e0;
  height: 100%!important;
  position: absolute;
  right: 0;
}

ul.main-menu > li.main-menu-item > a:last-child::after {
  display: none;
}

.header-right.fixed ul.main-menu li {
  border: none!important;
}

/* END 06/25/2024 */


.why-hydro {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

div#wrappdiv {
  position: relative;
}

div#wrappdiv::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;

  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 65%,

    rgba(255, 255, 255, 0.8) 75%,
    rgba(255, 255, 255, 9) 80%,
    rgba(255, 255, 255, 1) 100%
  );
  background-position: center center;
}

/* press style */

.press-block .block-content .views-element-container .views-row {
  padding: 1.5rem;
}

.press-block
  .block-content
  .views-element-container
  .views-row
  .views-field-field-image
  img {
  margin: 1rem auto;
  box-shadow: 0px 7px 22px 2px rgba(166, 166, 166, 0.75);
  -webkit-box-shadow: 0px 7px 22px 2px rgba(166, 166, 166, 0.75);
  -moz-box-shadow: 0px 7px 22px 2px rgba(166, 166, 166, 0.75);
}

.press-block
  .block-content
  .views-element-container
  .views-row
  .views-field-title
  a {
  font-size: 25px;
}

.press-block .block-content .views-element-container .views-row {
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-template-rows: repeat(6, auto);
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
}

.press-block
  .block-content
  .views-element-container
  .views-row
  .views-field-title {
  grid-area: 1 / 1 / 2 / 7;
}

.press-block
  .block-content
  .views-element-container
  .views-row
  .views-field-field-image {
  grid-area: 2 / 1 / 7 / 4;
}

.press-block
  .block-content
  .views-element-container
  .views-row
  .views-field-field-pubcredit {
  grid-area: 2 / 4 / 3 / 7;
}

.press-block
  .block-content
  .views-element-container
  .views-row
  .views-field-field-datepress {
  grid-area: 3 / 4 / 4 / 7;
}

.press-block
  .block-content
  .views-element-container
  .views-row
  .views-field-field-headline {
  grid-area: 4 / 4 / 5 / 7;
}

.press-block
  .block-content
  .views-element-container
  .views-row
  .views-field-body {
  grid-area: 5 / 4 / 6 / 7;
}

.press-block
  .block-content
  .views-element-container
  .views-row
  .views-field-view-node {
  grid-area: 6 / 4 / 7 / 7;
}

span.views-label.views-label-field-pubcredit {
  display: inline;
}

.press-block
  .block-content
  .views-element-container
  .views-row
  .views-field-field-pubcredit
  .field-content {
  display: inline;
}

.press-block
  .block-content
  .views-element-container
  .views-row
  .views-field-field-headline
  .field-content {
  font-size: 20px;
  font-weight: 700;
}

.field--name-field-fileattach table tbody > tr td > td {
  display: none;
}

.int-press-date.block {
  background-color: #0067b1;
  width: fit-content;
  color: white;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.int-pub-press.block {
  font-weight: bold;
  margin-bottom: 1rem;
}

.int-hl-press.block {
  font-size: 25px;
  margin-bottom: 0.3rem;
}


.press-pdf.block {
  margin-bottom: 1rem;
}

span.file.file--mime-application-pdf.file--application-pdf::before {
  content: "Download the PDF to read the full article. ";
  display: block;
}

.desc_section
  span.file.file--mime-application-pdf.file--application-pdf::before {
  content: "Download ";
  display: inline-block;
}

.desc_section span.file.file--mime-application-pdf.file--application-pdf {
  padding: 0 1.05rem;
  display: inline-block;
  background: #0067b1;
  color: #fff;
  margin: 15px 0;
  border-radius: 5px;
  margin-left: 1rem;
}

.desc_section span.file.file--mime-application-pdf.file--application-pdf a {
  color: #fff;
  text-decoration: none;
  padding: 8px;
  display: inline-block;
}

.desc_section {
  border-top: 1px solid #d9d9d9;
}

/*press page cards  */

.block .block-content .views-element-container > .presscard {
  margin: 1rem auto;
  padding: 1rem 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: min-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.block .block-content .views-element-container > .presscard .views-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
  grid-auto-rows: min-content;
  grid-template-rows: min-content min-content min-content max-content auto;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
}

.block.views-element-container .block-content div > .presscard {
  margin: 1rem auto;
  padding: 1rem 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: min-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.block.views-element-container .block-content div > .presscard .views-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
  grid-auto-rows: min-content;
  grid-template-rows: min-content min-content min-content max-content auto;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
}


.presscard .views-field-field-image img {
  margin: 1rem auto;
  border-radius: 4px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.presscard .views-field.views-field-title span a {
  font-size: 20px;
  color: black;
  line-height: 1;
}

.presscard .views-field.views-field-title {
  padding: 0 1rem;
}

.presscard .views-field.views-field-body {
  padding: 0 1rem;
}

.presscard .views-field.views-field-view-node {
  align-self: end;
}

.presscard .views-field.views-field-view-node span a {
  background-color: #00acd5;
  padding: 3px 10px;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 1rem;
  cursor: pointer;
  border-radius: 16px;
  color: white;
}

.presscard .views-field.views-field-field-datepress {
  padding: 0 1rem;
  font-size: 14px;
}

.presscard .views-field.views-field-field-image {
  margin: 0 auto;
  padding: 1rem 1rem 0 1rem;
  width: 100%;
}

.presscard .views-field.views-field-field-pubcredit {
  grid-area: unset !important;
}

.presscard .views-field.views-field-field-headline {
  grid-area: unset !important;
}

.presscard .views-field.views-field-body {
  grid-area: unset !important;
}

img.pcon {
  display: none;
}

.icn.block {
  display: none;
}

.content-image-2.block {
  padding: 1rem 1.5rem;
  width: 100%;
  object-fit: contain;
}

.desc_section .layout__region > .proj_detail .field__label {
  font-weight: bold;
  font-size: 18px;
  display: inline;
}

.desc_section .layout__region > .proj_detail .field-item {
  font-size: 18px;
  display: inline !important;
}

.desc_section .layout__region > .proj_detail .field__items {
  font-size: 18px;
  display: inline-block;
}
.desc_section .layout__region > .proj_detail .project-flag-list {
  font-size: 18px;
  display: inline-block;
}

.proj_img_section {
  margin: 0 auto;
}

.proj_img_section .layout__region .block > div {
  width: 100%;
  margin: 0 auto;
}

/* big slider project */
.proj_img_section .layout__region .block > div > div > div .slick-slide img {
  width: 70%;
  max-height: 600px;
  margin: 10px auto 20px auto;
  object-fit: contain;
}

/* nav slider smaller images projects */
.slick_nav .layout__region .block > div > div > div .slick-slide img {
  width: 250px;
  max-height: 180px;
  margin: auto auto;
  object-fit: cover;
}

#contact-details > h2 {
  margin-top: 0;
}

.map_wrapper .layout__region .block .block-content .field {
  display: grid;
  grid-template-columns: 0.4fr 1.5fr;
  margin: 2rem;
}

.padding-lr.block {
  padding: 0 1rem;
}

/* remove focus on sliders on the project page */

.slick-slide:focus {
  outline: none;
}

.slick-slide:focus-visible {
  border: 1px solid #00acd5;
  outline: 0;
}

.dropdown-arrow {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.layout{
  max-width:1600px;
  margin:0 auto
}

.header-sec.layout {
  max-width: 100%;
  margin: 0 auto;
}


/* content warpper including main, sidebar */
.main-wrapper {
  position: relative;
  padding: 0 0 50px 0;
  background: white;
  z-index: 1;
}

/* homepage content warp */
#homepage-content-wrapper {
  position: relative;
  padding: 0 0 50px 0;
  background: #f4f4ef;
  z-index: 2;
}

/* Main */
#main {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  z-index: 2;
}

/* Full Width */
.no-sidebar #main {
  float: none;
  width: 100%;
}

/* Three column */
.two-sidebar #main {
  float: left;
  width: 50%;
  margin: 0 0 0 25%;
}

/* Two column with left sidebar */
.sidebar-left #main {
  float: right;
  width: 75%;
  margin: 0;
}

/* Two column with right sidebar */
.sidebar-right #main {
  float: left;
  width: 75%;
  margin: 0;
}

/* Header
--------------------------------------*/
/* Header container */
#header {
  position: relative;
  width: 100%;
  z-index: 5;
}

/* Header top */
.header-top {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  z-index: 5;
}

.header-top-container {
  position: relative;
  padding: 10px 0 0 0;
}

/* header top left block region */
.header-top-left,
.header-top-right {
  position: relative;
  margin: 0;
  padding: 0;
}

.header-top-left i {
  width: 36px;
  height: 36px;
  background: #c4bdb5;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  o-transition: background 0.3s ease;
}

.header-top-left i:hover {
  background: #d28d56;
}

footer#footer h4 {
    font-size: 1.88em;
    color: white;
    font-weight:200;
    border-bottom: 2px solid #fff;
    display: inline-block;
    line-height: 2em;
    text-transform: capitalize;
    margin-right: 20px;
}

/* Header and footer social icons */
ul.social-icons {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.social-icons li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.footer ul.social-icons li {
  padding: 0;
  border: 0;
}

ul.social-icons li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #c4bdb5;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  transition: background 0.4s ease;
  o-transition: background 0.4s ease;
}

.social-icons li a,
.header-social-icons li a:visited {
  color: #fff;
}

ul.social-icons li a:hover {
  background: #e3831c;
  color: #fff;
}

/* header for branding and main menu */
.header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 5;
}

/* sika changes */
.header-container {
  width: 100%;
  padding: 15px;
  border-top: 10px solid #ffc510;
  transition: all 0.5s ease-out;
}
.header-top .container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
  order: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  background-color: rgba(60, 60, 60, 0.9);
  height: 60px;
  position: relative;
  z-index: 3;
  padding: 0 2rem;
  overflow-y: inherit;
  transition: all 0.5s ease-out;
}

#header .header .container {
  background-color: #ffc510;
  box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
  margin: 0;
  max-width: 100%;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

.header-right {
  position: absolute;
  display: flex;
  align-content: space-around;
  align-items: normal;
  top: 140px;
  flex-direction: column;
  width: 95vw;
  margin: 0;
  
  flex-grow: 1;
  background-color: transparent;
  z-index: 1;
  transition: 0.5s ease-in-out;
}

.header-right.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffc510;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.header-right.fixed ul.main-menu li {
  border-right: 1px solid white;
}

.header-right.fixed ul li a {
  color: black;
}

.fixed-logos {
  display: none;
}
.fixed-logos.fixed_logos {
  display: flex;
  align-items: center;
  margin: 0 50px 0 0;
}
.fixed-logos.fixed_logos img {
  max-height: 58px;
  margin-right: 8px;
}
.search-section.fa {
  display: none;
}



.search-section.fa.fa-search:before {
  display: none;
}

.search-section {
  margin-left: auto;
}

.search-section.fa.fa-search {
  display: flex;
  align-items: center;
}
/* site branding */

.site-branding {
  position: relative;
  justify-content: space-between;
  display: flex;
  padding: 0 0 20px 0;
}

.site-branding img {
/*  min-width: 130px;*/
  max-height: 115px;
  height: auto;
  margin: 0 20px 0 5px;
  padding-right: 20px;
}

.site-name {
  position: relative;
  font-family: klavika-web, sans-serif;
  font-size: 1.8em;
  line-height: 1;
  color: #222;
  text-transform: uppercase;
}

.site-name a,
.site-name a:visited,
.site-name a:hover {
  color: #222;
}

.site-slogan {
  font-size: 0.9em;
}

/* main menu */
.mobile-menu {
  display: none;
  margin-right: 6px;
}

.mobile-menu i {
  padding: 3px;
  font-size: 2em;
}

.close-mobile-menu {
  display: none;
  width: 34px;
  height: 34px;
  font-family: klavika-web, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  z-index: 200;
  cursor: pointer;
}

.primary-menu-wrapper {
  font-family: klavika-web, sans-serif;
  font-weight: 400;
}

.menu-wrap {
  position: relative;
}

ul.main-menu > li a,
ul.main-menu > li a:visited {
  color: #101010;
  text-decoration: none;
}

ul.main-menu li {
  position: relative;
  /* border-right: 1px solid lightgrey; */
  display: inline-block;
  padding: 0;
}

ul.main-menu > li {
  display: inline-block;
}

ul.main-menu > li > a {
  display: inline-block;
  margin: 0;
}

ul.main-menu > li > a:hover {
/*  background: #fff;*/
  color: #00acd5;
}

ul.main-menu ul.submenu {
  position: absolute;
  display: none;
  top: 25px;
  margin: 0;
  padding: 0;
  z-index: 10;
  opacity: 0;
}

ul.main-menu ul.submenu li {
    display: block;
    min-width: 280px;
    padding: 8px 10px;
    /* font-size: 0.8em; */
    background: #fff;
    border-right: none;
    border-top: 1px solid #fff;
    text-align: left;
    border-bottom: 1px #E0E0E0 solid;
}

ul.main-menu ul.submenu li:hover {
  border-bottom: 4px #ffc510 solid;
}

ul.main-menu ul.submenu li a {
  padding: 10px 10px;
  color: #101010;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
ul.main-menu li.expanded {
  border-right: none;

}

li.expanded:hover ul.submenu,
li.collapsed:hover ul.submenu {
  display: block;
  -webkit-animation: slideUp 0.5s forwards;
  -moz-animation: slideUp 0.5s forwards;
  -o-animation: slideUp 0.5s forwards;
  animation: slideUp 0.5s forwards;
}

.active-menu li.expanded:hover ul.submenu,
.active-menu li.collapsed:hover ul.submenu {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

ul.main-menu li > a:hover,
ul.main-menu li:hover > a {
  /*background: #fff;
  color: #00acd5;*/
}

ul.main-menu ul.submenu li a:hover,
ul.main-menu ul.submenu li:hover a {
/*  background: #fff;*/
/*  color: #00acd5;*/

}

/* search box */
.full-page-search {
  position: relative;
}

.search-icon {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 10px;
  border-left: 1px solid #b4b4b4;
  cursor: pointer;
}

.search-icon a,
.search-icon a:visited {
  color: #222;
}

.search-box {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 20;
}

.search-box-content {
  position: relative;
  top: 40%;
  width: 60%;
  margin: 0 auto;
  -webkit-animation: slideDown 0.5s linear forwards;
  -moz-animation: slideDown 0.5s linear forwards;
  -o-animation: slideDown 0.5s linear forwards;
  animation: slideDown 0.5s linear forwards;
  text-align: center;
}

.search-box-content .block-title {
  color: #fff;
}

.search-box-content form label {
  display: none;
}

.search-box-content input[type="search"] {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  border: 1px solid #4d4a4a;
  border-radius: 6px;
  outline: 0;
}

.search-box-content input[type="submit"] {
  padding: 20px 40px;
  text-transform: uppercase;
}

.search-box-content input[type="submit"]:hover {
  background: #000;
}

.search-box-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  cursor: pointer;
}

.search-box-close i {
  padding: 1em;
  font-size: 3em;
  color: #fff;
}

/* faq page */
form#views-exposed-form-faqs-page-1 {
  display: flex;
  margin: 0 auto;
}

input#edit-submit-faqs {
  margin: 0 !important;
  height: unset !important;
  font-size: 1.1rem;
  width: 100%;
  cursor: pointer;
}

.js-form-item.form-item.js-form-type-select.form-item-field-faq-category-value.js-form-item-field-faq-category-value.form-no-label {
  width: 100%;
}

.js-form-item.form-item.js-form-type-select.form-item-field-faq-category-value.js-form-item-field-faq-category-value.form-no-label.form-wrapper {
  display: block;
}

ul.faq-ul {
  margin: 0 2rem 1rem 2rem;
}


.list-container {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, auto) minmax(0, auto);
}

p#potted-plant {
  font-weight: 700;
}

img.pull-right.width300 {
  padding: 0 0 0 2rem;
}

.veggrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  justify-items: center;
  align-items: center;
}

/* Sidebar
-------------------------------------------- */
.sidebar {
  position: relative;
  width: 25%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

#sidebar-left {
  float: left;
  padding: 0 2% 0 0;
}

#sidebar-right {
  float: right;
  padding: 0 0 0 2%;
}

.two-sidebar #sidebar-left {
  float: left;
  clear: none;
  margin: 0 0 0 -75%;
}

.sidebar .block {
  margin-bottom: 20px;
  padding: 15px 10px;
  border: 3px solid #fff;
  border-radius: 4px;
}

.sidebar .block-title {
  color: #222;
}

.sidebar h3.block-title {
  margin: 0.1em 0 0.2em 0;
  padding-left: 6px;
  font-size: 1.3em;
  font-weight: 400;
  border-bottom: 1px solid #ffff;
  border-left: 2px solid #e3831c;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.sidebar li {
  padding: 6px 0;
  border-bottom: 2px solid #fff;
}

.sidebar li:last-child {
  border: 0;
}

/* search block in sidebar */
.sidebar #search-block-form {
  display: table;
  width: 100%;
  border: 4px solid #fff;
}

.sidebar #search-block-form .form-item,
.sidebar #search-block-form .form-actions {
  display: table-cell;
  vertical-align: middle;
}

.sidebar #search-block-form input {
  width: 100%;
  padding: 6px;
  border: 0;
  outline: 0;
}

.sidebar #search-block-form input:focus {
  outline: 0;
}

.sidebar #search-block-form input[type="submit"] {
  font-size: 0.8em;
  border-radius: 4px;
}

/* Footer
--------------------------------------*/
#last-section {
  position: relative;
  display: none;
  visibility: hidden;
  width: 100%;
  min-height: 1px;
  z-index: 12;
}

#footer {
  position: relative;
  right: 0;
  bottom: 0;
  color: #fff;
  left: 0;
  background: #616161;
  border-top: 4px solid #fff;
  z-index: 6;
}

#footer a.btn {
  background: #575757;
}

#footer .container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer {
  position: relative;
}

.footer-top {
  position: relative;
  width: 100%;
  padding: 1em 0;
}

.footer-blocks {
  position: relative;
  display: flex;
  padding: 2rem 1rem 1rem 1rem;
  flex-wrap: wrap;
}

.footer-block {
  flex: 1 1 33%;
  padding-right: 1%;
  
}

.footer-block > div {
  height: auto;
}

#block-test2 > .block-content,
#block-test2 {
  height: auto;
}

.footbot {
  background: #fff;
}

.footer-block a {
  color: white;
  font-weight: 300;
}

.footer-block h2 {
  color: white;
  font-weight: bold;
  margin-top: 0;
}

.social-links-footer img {
  margin: 0 8px;
}

.flink a:hover {
  color: #00acd5;
}

.field.field--name-body.field--type-text-with-summary.field--label-hidden.field-item
  p
  a:hover {
  
}

.flogow {
  padding-bottom: 1em;
  margin: 0.7rem auto;
}

.footer-block-last {
  padding: 0;
}

.footer .block-title {
  position: relative;
}

/* footer list style */
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.footer li {
  padding: 4px 0;
/*  border-bottom: 1px solid #bbb0a1;*/
}

.footer li:last-child {
  border-bottom: 0;
}

/* Footer -> Footer Bottom Middle */
.footer-bottom-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px double #bbb0a1;
  padding: 1em 0;
}

/* Footer -> Footer Bottom last*/
.footer-bottom {
  position: relative;
  padding: 0 0 1em 0;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

/* cookies block */

#block-cookiesui {
  background-color: rgba(250, 250, 250, 0.95);
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9000;
}

.cookiesjsr-banner.active {
  padding: 1rem 2rem;
}

.cookiesjsr-btn.denyAll {
  background-color: red;
  color: white;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid red;
  cursor: pointer;
}

.cookiesjsr-btn.important {
  background-color: green;
  color: white;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid green;
  cursor: pointer;
}

.cookiesjsr-btn.cookiesjsr-settings {
  background-color: lightslategrey;
  color: white;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid lightslategray;
  cursor: pointer;
}

.cookiesjsr-links.cookiesjsr-banner--links.links--row {
  display: none;
}

.cookiesjsr-banner--info {
  margin-bottom: 20px;
}

/* end cookies */

.copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  color: #999999;
  margin-bottom: 2rem;
  font-size: 12px;
}

p.f-logo {
  display: flex;
  flex-direction: column;
}

/* Node Content
--------------------------------------*/
/* Page title */
.page-title-wrap {
  position: relative;
  margin: 0;
}

.page-title-wrap h1.page-title {
  margin: 0;
  font-family: klavika-web, sans-serif;
  font-size: 2em;
  color: #111;
}

/* Admin Tabs */
ul.page-tabs {
  margin: 0;
  margin-bottom: 10px;
  padding: 0 0 1px 0;
  border-bottom: 1px solid #d1cdc3;
  list-style: none;
}

ul.page-tabs li {
  display: inline-block;
  padding: 0;
}

ul.page-tabs li a {
  padding: 4px 10px;
  background: #e2dfd8;
  color: #111;
  transition: all 0.3s ease;
  text-shadow: 1px 1px #fff;
}

ul.page-tabs li.active-page-tab a,
ul.page-tabs li a:hover {
  background: #e3831c;
  color: #fff;
  text-shadow: none;
}

/* common for all nodes */
.node {
  position: relative;
}

/* promoted node */
.node-promoted {
  position: relative;
}

/* sticky node */
.node-sticky {
  position: relative;
}

.node-view-mode-teaser.node-sticky {
  position: relative;
  padding: 0 1em 1em 1em;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
}

/* unpublished node */
.node-unpublished {
  position: relative;
}

/* node in teaser view */
.node-view-mode-teaser {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 3px double #bbb;
}

/* full view node */
.node-view-mode-full {
  position: relative;
}

.node-view-mode-full .node-taxonomy-container {
  margin-bottom: 14px;
}

/* node author and submitted details */
.node-header {
  position: relative;
}

.author-picture {
  float: left;
}

.author-picture img {
  width: auto;
  height: 30px;
  margin-right: 6px;
}

.node-submitted-details {
  margin: 0 0 8px 0;
  padding: 4px 0;
  color: #96918b;
  border-bottom: 1px solid #bbb;
}

.node-submitted-details i {
  color: #e3831c;
}

.node-submitted-details a {
  color: #96918b;
}

.node-submitted-details i.fa-calendar,
.node-submitted-details i.fa-th-large {
  margin-left: 14px;
}

/* node taxonomy and links */
.node-taxonomy-container,
.node-links-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 16px 0 0 0;
  padding: 16px 0 16px 0;
  border-top: 1px solid #bbb;
}

.node-links-container {
  border-bottom: 1px solid #bbb;
}

h3.term-title {
  margin: 0;
  font-size: 1.2em;
  line-height: 1;
}

.term-title i {
  font-size: 1.1em;
  color: #e3831c;
}

ul.taxonomy-terms {
  margin: 1em 0 0.2em 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

li.taxonomy-term {
  display: inline-block;
}

li.taxonomy-term a {
  padding: 4px 12px;
  border: 3px solid #fff;
  border-radius: 2px;
  transition: all 0.4s ease;
}

li.taxonomy-term a:hover {
  background: #fff;
}

.node-links-container ul.links {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
}

ul.inline li {
  position: relative;
  display: inline-block;
  padding: 0;
  list-style-type: none;
}

.node-links-container li {
  margin-right: 20px;
  float: left;
}

.node-links-container li.node-readmore {
  margin-left: 0;
  float: right;
}

.node-links-container .comment-comments::before {
  font-family: "FontAwesome";
  content: "\f0e6";
  padding-right: 4px;
}

.node-links-container .comment-add::before {
  font-family: "FontAwesome";
  content: "\f27b";
  padding-right: 4px;
}

.node-readmore {
  float: left;
}

li.node-readmore a {
  padding: 6px 12px;
  background: #e3831c;
  color: #fff;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

li.node-readmore a:hover {
  background: #222;
  color: #fff;
}

li.node-readmore a::after {
  content: "\f178";
  padding-left: 10px;
  font-family: "FontAwesome";
}

.node-view-mode-teaser li.comment-add,
.node-view-mode-teaser li.comment-forbidden {
  text-align: right;
}

/* pager */
nav.pager {
  position: relative;
  clear: both;
  grid-area: 4 / 1 / 5 / 5;
}

.pager ul.pager__items {
  position: relative;
  margin: 0;
  padding: 1em 0;
  list-style: none;
  list-style-type: none;
}

.pager__item--last {
  display: none !important;
}

.pager__item--first {
  display: none !important;
}

.pager__items {
  clear: both;
  text-align: center;
}

.pager__item {
  display: inline-block;
  margin: 3px 0;
  padding: 3px 0;
}

.pager__item a {
  padding: 8px 14px;
  border: 3px solid #fff;
  border-radius: 3px;
}

.pager__item a:hover,
.pager__item.is-active a {
  text-decoration: underline;
}

/* Block Regions
--------------------------------------*/
.block-title {
  position: relative;
}

/* breadcrumb */
#breadcrumb {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  background: #e4e4dd;
  z-index: 3;
  -webkit-box-shadow: 0 1px 1px #b9ad8c;
  -moz-box-shadow: 0 1px 1px #b9ad8c;
  box-shadow: 0 1px 1px #b9ad8c;
}

ol.breadcrumb-items {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 2rem;
  margin-top: 1rem;
}

ol.breadcrumb-items li {
  display: inline;
  padding: 0;
}

.breadcrumb-item-seperator {
  margin: 0 10px;
}

ol.breadcrumb-items li a {
  color: #999999;
  font-family: klavika-web, sans-serif;
}

i.fa.fa-angle-right.breadcrumb-item-seperator {
  color: #999999;
}

li.breadcrumb-item {
  color: #999999;
  font-family: klavika-web, sans-serif;
}

/* Highlight region */
#highlighted {
  position: relative;
  background: #f4f4ef;
  z-index: 2;
}

#highlighted .block {
  margin: 0 0 6px 0;
  padding: 6px 0;
}

/* content top and content bottom block region */
.show-content {
  background-color: #00acd5;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-bottom: 25px;
}

.always_showing {
  background-color: #00acd5;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-bottom: 25px;
}

table.wp-table tr td {
  padding: 3px 5px;
}

table.wp-table tr td p {
  margin: 0;
}

.show-hide,
.show_hide {
  padding-left: 1rem;
  float: right;
  text-transform: uppercase;
  cursor: pointer;
}

.hidden-content {
  width: 100%;
  display: none;
}

.hidden_content {
  width: 100%;
  display: block;
}

#content-top {
  position: relative;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  background: #f4f4ef;
}

#content-bottom {
  position: relative;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 1em 0;
  background: #f4f4ef;
}

#content-top .block,
#content-bottom .block {
  margin: 0 0 1em 0;
}

/* Comments
-------------------------------------------- */
#node-comment {
  position: relative;
  margin-top: 30px;
  border-top: 3px double #bbb;
}

#node-comment i {
  color: #e3831c;
}

.comment-form-wrap {
  position: relative;
  margin: 10px 0;
  padding: 20px;
  background: #ebebeb;
  border: 2px solid #fff;
}

h2.add-comment-title {
  border-bottom: 2px solid #fff;
}

.filter-wrapper {
  font-size: 0.9em;
  border: 2px solid #fff;
}

.filter-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.filter-wrapper ul li {
  padding: 6px 0;
  border-bottom: 1px solid #fff;
}

.filter-wrapper ul li:last-child {
  border: 0;
}

/* single comment */
.single-comment {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 14px;
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 6px;
}

.comment-user-picture {
  position: relative;
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
}

.comment-user-picture {
  width: 100px;
  border-right: 2px solid #fff;
}

.comment-user-picture img {
  width: 100px;
  height: auto;
}

h3.single-comment-title {
  margin: 0.1em 0;
  font-size: 1.2em;
}

.single-comment-meta {
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 6px;
  font-size: 0.9em;
  color: #909090;
  border-bottom: 1px solid #d1d1d1;
}

.single-comment-meta a,
.single-comment-meta a:visited {
  color: #909090;
}

.single-comment-content-body {
  position: relative;
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
}

.single-comment-content-body {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

#node-comment .indented {
  margin-left: 60px;
}

/* Homepage
-------------------------------------------- */
#slider {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-color: #f4f4ef;
  background-image: url(../images/slider.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  z-index: 2;
}

.home-slider {
  position: relative;
  z-index: 5;
}

ul.home-slider {
  list-style: none;
  list-style-type: none;
}

.home-slider h1,
.home-slider h2,
.home-slider h3 {
  font-size: 3em;
  color: #000;
}

.home-slider p {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.6em;
  background: #fff;
  color: #222;
}

.home-slider a.button {
  padding: 10px 20px;
  background: #e3831c;
  color: #fff;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  o-transition: background 0.3s ease;
}

.home-slider .owl-item a.button:hover,
.home-slider a.button:hover {
  background: #222;
}

.home-slider .owl-dots {
  position: relative;
  z-index: 15;
  text-align: center;
}

.home-slider .owl-dots button {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #000;
}

.owl-dots button.active {
  background: #e3831c;
}

.owl-item {
  display: flex;
  align-items: center;
  height: 100vh;
}

.section,
.homepage-content {
  position: relative;
  z-index: 2;
}

.homepage-content .block {
  /* margin-bottom: 50px; */
  margin: 0 ;
}

.homepage-content h3.block-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
}

.homepage-content h3.block-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background: #e3831c;
}

.h2-home {
  margin-top: 0;
  letter-spacing: 0.02rem;
  font-size: 22px;
  font-weight: bold;
}

.footer-h2 {
  color: #000;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Pages
-------------------------------------------- */
/* maintenance page*/
#maintenance {
  padding-top: 60px;
  text-align: center;
}

#maintenance i {
  margin: 20px 0;
  font-size: 4em;
  color: #e3831c;
}

/* Error page */
.error-page {
  text-align: center;
}

.error-page h1,
.error-page h2,
.error-page h3 {
  font-size: 5em;
}

/* Search result page */
.search-advanced summary {
  margin: 10px 0;
  cursor: pointer;
}

.search-advanced .form-details-wrapper {
  padding: 0.5em 1.4em;
  border: 1px solid #bbb;
}

.search-advanced .form-wrapper {
  padding: 0.5em 1.4em;
}

ol.search-results {
  margin: 0;
  padding: 0;
  border-top: 1px solid #bbb;
  list-style: none;
  list-style-type: none;
}

ol.search-results li {
  margin: 0 0 16px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #ccc;
}

/* Status message
-------------------------------------- */
.message {
  position: relative;
  color: #ffffff;
  text-shadow: none;
  margin: 20px 0;
  padding: 14px 14px 14px 64px;
}

.message em {
  color: #fff;
  font-style: italic;
  border-bottom: 1px dotted #fff;
}

.message p {
  margin: 0;
}

.message a,
.message a:visited {
  color: #ffffff;
  text-decoration: none;
}

.message-status {
  background: #89ad32;
}

.message-status::before {
  content: "\f046";
  background-color: #759625;
}

.message-error {
  background: #c94d1c;
}

.message-error::before {
  content: "\f071";
  background-color: #b3461b;
}

.message-warning {
  background: #cd5a0a;
}

.message-warning::before {
  content: "\f06a";
  background-color: #a44707;
}

.message::before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 53px;
  text-align: center;
  height: 100%;
  line-height: 53px;
  font-size: 30px;
}

/* Clearing
-------------------------------------------- */
.clear {
  clear: both;
  width: 100%;
}

#breadcrumb::before,
#highlighted::before,
.container::before,
#last-section::before {
  content: "";
  display: table;
  clear: both;
}

#breadcrumb::after,
#highlighted::after,
.container::after,
#last-section::after {
  content: "";
  display: table;
  clear: both;
}

#main-wrapper::before,
.full::before,
.home-slider::before,
#homepage-content-wrapper::before,
#main-wrapper::after,
.full::after,
.home-slider::after,
#homepage-content-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.welcome-message::before,
.services::before,
.projects::before,
.welcome-message::after,
.services::after,
.projects::after,
.page-title-wrap::before,
.page-title-wrap::after,
.node-content::before,
.node-content::after {
  content: "";
  display: table;
  clear: both;
}

.node-header::before,
.node-header::after,
.node-taxonomy-container::before,
.node-taxonomy-container::after,
.node-links-container::before,
.node-links-container::after,
nav.pager::before,
nav.pager::after {
  content: "";
  display: table;
  clear: both;
}

#node-comment::before,
#node-comment::after,
#content-top::before,
#content-top::after,
#content-bottom::before,
#content-bottom::after,
#content-top .block::before,
#content-top .block::after,
#content-bottom .block::before,
#content-bottom .block::after {
  content: "";
  display: table;
  clear: both;
}

.header-sec {
  position: relative;
}

.header-img {
  position: relative;
  top: 0;
  left: 0;
}

.header-title {
  position: absolute;
  bottom: 3em;
  background: #ffffff73;
  left: 2em;
  color: black;
  z-index: 5;
  padding: 1rem 3rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .header-title {
    bottom: 1em;

  }
}
.header-title h1 {
  color:black;
  font-size:50px;
  font-weight:400;
  margin: 0;
}

a.btn:active,
a.btn:visited,
a.btn:hover,
a.btn {
  display: inline-block;
  font-family: klavika-web, sans-serif;
  background: #ffc510;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 20px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px -5px #000000;
  box-shadow: 0px 0px 10px -5px #000000;
}




#block-hydro9-views-block-slide-block-1 a.btn:active,
#block-hydro9-views-block-slide-block-1 a.btn:visited,
#block-hydro9-views-block-slide-block-1 a.btn:hover,
#block-hydro9-views-block-slide-block-1 a.btn {
  font-size:18px;
  white-space: nowrap;
}

#block-test2 .block-content > div {
  color: white;
  display: block;
  text-align: center;
  height: auto;
}

#block-test3 .block-content > div {
  display: block;
  text-align: center;
  height: auto;
}

#sitemap-link {
  margin-top: 1rem;
  display: block;
  font-size: 18px;
  font-family: klavika-web, sans-serif;
  /* font-weight: 700; */
}

.flink {
  margin-bottom: 1em;
  font-size: 18px;
  font-family: klavika-web, sans-serif;
}

.header-img.block .block-content .field {
  /* height: clamp(250px, 18vh, 350px); */
  height: clamp(600px, 40vw, 850px);
}

@media (max-width: 1000px) {
  .header-img.block .block-content .field {
    height: clamp(600px, 50vw, 850px);
  }
}


@media (max-width: 600px) {
  .header-img.block .block-content .field {
    height: clamp(200px, 18vh, 25vw);
    min-height:300px;
  }
}


.header-img.block .block-content .field::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 3;
}

.header-img.block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#block-topnav {
  width: 100%;
}
.topnav a {
  color: #fff;
  letter-spacing: 0px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  padding: 0 10px;
}

.phone-image {
  display: none;
}

.topnav .phone {
  display: inline-block;
  color: #00acd5;

  padding-right: 10px;
  font-family:   klavika-web, sans-serif;
  letter-spacing: 1px;
}

.search img,
.search input {
  margin-right: 10px;
}
.search {
  position: relative;
}
.search input {
  display: none;
}

.search img {
  position: absolute;
  width: 20px;
  height: 20px;
  min-width: 20px;
  padding: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.search input::placeholder {
  color: #000 !important;
}
@media (min-width: 767px) {
  .search input {
    display: inline-block;
    width: 20rem;
    padding: 0.75rem 0;
    transition: width 0.4s ease-in-out;
    margin: 0;
    border: none;
    border-bottom: 1px solid #000;
    background: 0 0;
    box-shadow: none;
    color: #000;
  }

  .search input::placeholder {
    color: #000 !important;
  }

  .search form {
    display: flex;
  }
}

.pressbtn,
.contactbtn,
.askbtn {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.pressbtn:active,
a.pressbtn:visited,
a.pressbtn:hover {
  color: #fff;
  background: #999999;
}

.contact-frame {
  padding: 0 2rem 0 0;
}

.topnav {
  display: flex;
  flex-direction: row;
  font-family: klavika-web, sans-serif;
  justify-content: space-between;
}
.top-right-top-nav {
  display: flex;
}
.top-nav-links {
  margin: 0 8px;
}
@media (min-width: 770px) {
  .footer-blocks .footer-block:nth-child(3) .block-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.homepage-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  justify-items: stretch;
  justify-content: center;
}

@media (min-width: 850px) {
  .homepage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-items: stretch;
    justify-content: center;
    max-width: 1600px;
    margin: 60px auto 0 auto;

  }
}

.ind {
  position: relative;
  transform-style: preserve-3d;

  transition: 1.75s transform ease 0.5s;
  height: 100%;
}

.ind .ww {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  margin: 0.5rem;
  border: 1px solid #c7c7c7;
  position: relative;
  overflow: hidden;
  height: calc(100% - 20px);
}

.hpg-titles {
  color: #0067b1;
  font-size: clamp(1rem, 2rem, 2vw);
  padding: 0 1rem;
  margin-top: 10px;
  font-family: klavika-web, sans-serif;
  font-weight: bold;
}

.ind img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
}

.wp-r,
.pmr-r,
.ar-r,
.gr-r {
  justify-self: end;
  background: white;
  max-height: calc(100% - 15px);
  top: 5px;
  position: relative;
}

.overlay {
  background-color: #050077;
  color: white;
  position: absolute;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  z-index: 2;
  padding: 0 0 0 0;
  overflow-y: scroll;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(180deg);
}

.ind img.svg {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 1;
  max-height: 100%;
  backface-visibility: hidden;
}

.wp .content > p,
.wp .hpg-titles {
  color: #050077;
}

.wp.overlay {
  background-color: #050077;
}

.gr .content > p,
.gr .hpg-titles {
  color: #709300;
}

.gr.overlay {
  background-color: #709300;
}

.pmr .content > p {
  color: #0067b1;
}

.pr .content > p,
.pr .hpg-titles {
  color: #00acd5;
}

.pr.overlay {
  background-color: #00acd5;
}

.ar .content > p,
.ar .hpg-titles {
  color: #cea200;
}

.ar.overlay {
  background-color: #cea200;
}

.content {
  line-height: 1.5;
}

.content > p {
  margin: 0 auto;
  padding: 1rem;
  margin: 0 auto;
  padding: 1rem;
  min-height: 13em;
  display: inline-block;
  font-size: 13px;
}

.close {
  color: white;
}

#block-homeres {
    background: #ffc512;
    color: rgb(16, 16, 16);
    padding: 0 1rem;
    max-width: calc(1600px - 1rem);
    margin: 50px auto 70px auto;
}


#block-hydro9-views-block-slide-block-1{
   max-width: 1600px;
  margin: 40px auto auto; 
}
div#block-views-block-home-project-block-1 {
  max-width: 1600px;
  margin: 40px auto auto; 
}
#block-homeres .field--name-body {
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; */
  display: grid;
  grid-template-columns: 1fr 0.8fr 1.2fr;
  gap: 1rem;
}

/* #block-homeres .field--name-body>div:nth-child(1) {
  flex: 1 1 50%; 
  flex: 1 1 40%;
   min-width: 500px;
  align-items: flex-start;
} */

#block-homeres .field--name-body > div {
  flex: 1 1 15%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center; */
  padding: 10px;
}

#block-homeres .field--name-body > div:nth-child(3) {
  flex: 1 1 25%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

#block-homeres .field--name-body > div:nth-child(3) p {
  padding-bottom: 0;
}

#block-homeres .field--name-body > div:nth-child(2) img {
  width: 265px;
}

.lmore {
  font-family:  klavika-web, sans-serif;
  font-weight: 700;
  font-size: 18px;
}

#block-homeres .field--name-body > div:nth-child(3) img {
  padding: 1rem;
  width: 150px;
}

#block-homeres .field--name-body > div a {
  color: #fff;
}

/* start featured image home page */

div#block-views-block-home-project-block-1 .block-content > div > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

div#block-views-block-home-project-block-1 .hproj img {
  width: 100%;
  height: 100%;
  min-width: 200px;
  position: relative;
  object-fit: cover;
}

div#block-views-block-home-project-block-1
  .block-content
  > div
  > div
  .views-row {
  position: relative;
  display: block;
  width: 100%;
  min-width: 200px;
  margin: 0 0 20px 0;
  padding: 0 10px;
}

/* @media(min-width:1220px) {
 
   div#block-views-block-home-project-block-1 .block-content>div>div .views-row,
   div#block-views-block-home-project-block-1 .block-content>div>div header {
     flex: 1 1 25%;
   }
 } */

.hproj {
  position: relative;
  flex: 0 0 65%;
  height: 65%;
}

.hprosum {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  padding: 0 0.7rem;
  justify-content: space-between;
}

.hprosum > p {
  margin-bottom: 2px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.hprosum > a {
  font-weight: bold;
  font-size: 18px;
}

/* div#block-views-block-home-project-block-1 .block-content>div>div .views-row a {
   flex: 0 0;
 } */

.hproj .info {
  font-family: klavika-web, sans-serif;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgb(73 73 73 / 35%);
  color: #fff;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  text-shadow: 1px 1px 5px #898989;
}

.hproj:hover .info {
  background: none;
  text-shadow: 1px 1px 5px #898989;
}

.info > h2 {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  padding-bottom: 0;
  padding-top: 60px;
  text-transform: uppercase;
}

.info > p {
  margin-bottom: 3px;
}

/* end featured projects home page */

#block-hydro9-views-block-slide-block-1 .block-content > div > div .views-row,
#block-views-block-slide-block-1 .block-content > div > div .views-row,
#block-views-block-slide-block-1--2 .block-content > div > div .views-row {
  position: relative;
  overflow: hidden;
}

#block-hydro9-views-block-slide-block-1 .block-content > div > div .slidinfo,
#block-views-block-slide-block-1 .block-content > div > div .slidinfo,
#block-views-block-slide-block-1--2 .block-content > div > div .slidinfo {
  position: relative;
  top: 0;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 50px);
  color: #000;
  line-height: normal;
}

@media (min-width: 850px) {
  #block-hydro9-views-block-slide-block-1 .block-content > div > div .views-row,
  #block-views-block-slide-block-1 .block-content > div > div .views-row,
  #block-views-block-slide-block-1--2 .block-content > div > div .views-row {
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 400px;
    max-height:38vmin;
  }



#block-hydro9-views-block-slide-block-1 .block-content > div > div .slidinfo,
  #block-views-block-slide-block-1 .block-content > div > div .slidinfo,
  #block-views-block-slide-block-1--2 .block-content > div > div .slidinfo {
    flex-direction: row;
  }



#block-hydro9-views-block-slide-block-1 .block-content > div > div .views-row::after,
  #block-views-block-slide-block-1 .block-content > div > div .views-row::after,
  #block-views-block-slide-block-1--2
    .block-content
    > div
    > div
    .views-row::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 3;
  }



}


#block-hydro9-views-block-slide-block-1  .slick-dots li button:before,
#block-views-block-slide-block-1 .slick-dots li button:before,
#block-views-block-slide-block-1--2 .slick-dots li button:before {
  font-size: 14px;
  color: #fff;

}


#block-hydro9-views-block-slide-block-1 .slick-dots,
#block-views-block-slide-block-1 .slick-dots,
#block-views-block-slide-block-1--2 .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  z-index: 25;
  padding-right: 20px;
}





.scont {
  flex: 1 1 80%;
}

.slidinfo a.btn {
  flex: 1 1 20%;
}

.scont h2,
.scont p {
  font-family: klavika-web, sans-serif !important;

  line-height: normal;
}

.scont h2 {
  font-weight: bold;
  font-style: 32px;
}

@media (min-width: 850px) {
  #block-views-block-slide-block-1 .block-content > div > div .slidinfo,
  #block-views-block-slide-block-1--2 .block-content > div > div .slidinfo {
    top: unset;
    bottom: 20px;
    color: #fff;
    position: absolute;
    z-index: 5;
  }

 #block-hydro9-views-block-slide-block-1 .block-content > div > div .slidinfo{
    top: unset;
    bottom: 20px;
    color: #fff;
    position: absolute;
    z-index: 5;
  }
  



  .scont {
    padding: 0 30px 0 30px;
  }
}


#block-hydro9-views-block-slide-block-1 .block-content>div>div .views-row img{
  width: 100%;
  height: auto;
  height: 38vmin;
  min-height: 400px;
  object-fit: cover;
  object-position: center left;

}

#block-views-block-slide-block-1 .block-content > div > div .views-row img,
#block-views-block-slide-block-1--2 .block-content > div > div .views-row img {
  width: 100%;
  height: auto;
  height: 50vw;
  min-height: 400px;
  object-fit: cover;
  object-position: bottom left;
}

#block-views-block-slide-block-1 .block-content > div > div .views-row video,
#block-views-block-slide-block-1--2
  .block-content
  > div
  > div
  .views-row
  video {
  width: 100%;
  height: auto;
  height: 50vw;
  min-height: 400px;
  object-fit: cover;
  object-position: center left;
}

@media (max-width: 800px) {
  #block-views-block-slide-block-1 .block-content > div > div .views-row video,
  #block-views-block-slide-block-1--2
    .block-content
    > div
    > div
    .views-row
    video {
    width: 100%;
    height: auto;
    height: 12vmin;
    min-height: 200px;
    object-fit: cover;
    object-position: top center;
  }

  #block-views-block-slide-block-1 .block-content > div > div .views-row img,
  #block-views-block-slide-block-1--2
    .block-content
    > div
    > div
    .views-row
    img {
    width: 100%;
    height: auto;
    height: 12vmin;
    min-height: 200px;
    object-fit: cover;
    object-position: center left;
  }
}

.slidinfo {
  font-size: 1rem;
}

#block-views-block-slide-block-1 .slick-dots li button:before,
#block-views-block-slide-block-1--2 .slick-dots li button:before {
  font-size: 14px;
  color: #fff;
}

#block-views-block-slide-block-1 .slick-dots,
#block-views-block-slide-block-1--2 .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  z-index: 25;
  padding-right: 20px;
}

.add-images.block .block-content > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.add-images.block .block-content > div .slick-list {
  width: 100%;
}

.add-images.block .field-item .image-field {
  margin: auto auto;
  width: 225px;
}

blockquote.image-field-caption {
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: klavika-web, sans-serif;
  font-weight: bold;
}

blockquote.image-field-caption:before {
  content: unset;
  display: none;
}

.layout__region {
  /* padding: 0 10px;*/
  box-sizing: border-box;
  overflow: hidden;
}



@media (min-width: 767px) {
  #block-test1 {
    display: block;
  }
}

#llc {
  display: none;
  height: 230px;
}

.faqslist {
  display: grid;
  grid-template:
    "hh hh hh hh "
    "ff ff ff ff"
    "cc cc rs rs";
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.faqslist header {
  grid-area: hh;
}

.faqslist footer {
  grid-area: rs;
}

.faqslist #views-exposed-form-faqs-page-1 {
  grid-area: ff;
}

.faqslist #faqrows {
  grid-area: cc;
}

.spanspan2 {
  grid-column: auto / span 1;
}

@media (min-width: 767px) {
  .spanspan2 {
    grid-column: auto / span 2;
  }
}

.node-taxonomy-container {
  display: none;
}

@media only screen and (max-width: 767px) {
  /* big slider project */
  .proj_img_section .layout__region .block > div > div > div .slick-slide img {
    width: 100%;
    max-height: 300px;
    margin: 10px auto 20px auto;
    object-fit: contain;
  }

  /* nav slider smaller images projects */
  .slick_nav .layout__region .block > div > div > div .slick-slide img {
    width: 250px;
    max-height: 160px;
    margin: auto auto;
    object-fit: cover;
  }

  /* cards home page */
  .ind .ww {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wp-r,
  .pmr-r,
  .ar-r,
  .gr-r {
    justify-self: center;
    border: none;
  }
}

@media only screen and (max-width: 500px) {
  .slick_nav .layout__region .block > div > div > div .slick-slide img {
    max-height: 130px;
  }
}

.searchr .field-content .image-field {
  float: left;
  width: 250px;
  max-height: 250px;
  margin: 0 30px 20px 0;
}

@media (max-width: 767px) {
  .searchr .field-content .image-field {
    float: left;
    width: 150px;
    max-height: 250px;
    margin: 0 30px 20px 0;
  }
}

.searchr .views-row {
  clear: both;
}

/*style for video page*/
.video_container {
  display: grid;
  grid-template-columns: 100%;
  padding: 20px;
  padding-left: 2rem;
}

.video_container_iframe {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
}

.video_sidebar_button {
  padding-bottom: 10px;
  margin-bottom: 20px;
  background-color: #0067b1;
  color: white;
  padding: 10px;
  border-radius: 5px;
  margin: 2%;
  display: inline-block;
  width: 45%;
  text-align: center;
}

.video_sidebar_button:visited:hover,
.video_sidebar_button:visited {
  color: #fff;
}

.video_sidebar_button:hover {
  color: #fff;
  background-color: #0067b1;
}

@media only screen and (max-width: 1000px) {
  .video_sidebar_button {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #0067b1;
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
    
  }
}

@media only screen and (max-width: 767px) {
  .navigation-blue,
  .navigation-grey {
    margin-right: 15px;
  }

  /*style for video page*/
  .video_container {
    display: flex;
    flex-direction: column;
  }
}

.vpagep {
  padding-top: 2rem;
}

/* stormwater modal */

#stormwater_modal {
  left: 0;
  position: fixed;
  z-index: 900;
  top: 0;
  width: 100vw;
  margin: 0 auto;
  height: 100%;

  background-color: #fff;
  display: none;
}

#powerofrainin {
  display: block;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  width: calc(100vh * 1.4);
  max-width: fit-content;
  max-width: 1500px;
}

#power-img {
  object-fit: cover;
  height: 100vh;
  max-width: 1500px;
  width: calc(100vh * 1.4);
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  #powerofrainin {
    display: block;
    margin: 0 auto;
    height: 100vh;
    position: relative;
    width: calc(100vh * 0.436523);
    max-width: fit-content;
    max-width: 1500px;
  }

  #power-img {
    object-fit: cover;
    height: 100vh;
    max-width: 1500px;
    width: calc(100vh * 0.436523);
    margin: 0 auto;
    display: block;
  }
}

picture#power-img > img {
  height: 100%;
  max-height: 100vh;
}

#power-close img,
#power-more img,
#power-rc img {
  width: auto;
  display: block;
  margin: auto;
  height: auto;
  position: relative;
  max-width: 100%;
}

#power-more {
  width: 53%;
  display: block;
  position: absolute;
  top: 51%;
  left: 35%;
  background: none;
  border: none;
}

#power-rc {
  width: 16%;
  display: block;
  position: absolute;
  top: 60%;
  left: 69%;
}

#power-close {
  width: auto;
  display: block;
  position: absolute;
  top: 1%;
  right: 30px;
  background: none;
  border: none;
}

@media only screen and (max-width: 1300px) {
  #power-close {
    left: 80%;
  }
}

.sm #power-close {
  width: 18%;
  display: block;
  position: absolute;
  top: 1%;
  left: 80.5%;
  background: none;
  border: none;
}

.sm #power-rc {
  width: 36%;
  display: block;
  position: absolute;
  top: 72%;
  left: 53%;
  display: none;
}

.sm #power-more {
  width: 98%;
  display: block;
  position: absolute;
  top: 71%;
  left: 1%;
  background: none;
  border: none;
}

/* video page */

#goth-h1-white {
  color: white;
  -webkit-text-stroke: 1px black;
  font-size: 36px;
}

span#got-h1-blue {
  font-size: clamp(60px, 5vw, 98px);
  letter-spacing: 1px;
  line-height: 1;
}

span#goth-h1-black {
  font-size: clamp(50px, 2.5vw, 72px);
  letter-spacing: 1px;
  line-height: 1;
}

.light-blue-font {
  color: #00acd5;
  font-weight: 600;
}

.b-black {
  font-weight: 600;
}

div#header-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
}

#img-left {
  align-self: end;
}

#img-left.img-left-btm {
  align-self: start;
}

.goth-h1 {
  font-family: klavika-web, sans-serif;
  font-style: italic;
  font-weight: 700;
}

div#planning-guide-right {
  padding: 10rem 6rem 0 5rem;
}

#planning-guide-right p {
  font-size: clamp(16px, 3vw, 18px);
}

.slider-container {
  background-color: #f0f0f0;
  padding: 5rem 8rem;
}

.slider-container h3 {
  font-family: klavika-web, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(30px, 3vw, 39px);
  line-height: 1;
}

.slider-container p {
  font-size: clamp(16px, 3vw, 22px);
  line-height: 1.1;
}

.slider-container .slick-dots {
  bottom: 16px;
}

.slider-container .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #00acd5;
}

.slider-container .slick-dots li button:before {
  font-size: 9px;
}

.slide-cont {
  padding: 5rem;
  position: relative;
}

.vp-slide-l {
  width: 40%;
  padding: 5rem 0;
  margin: 0;
}

.vp-slide-2 {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}

img.vp-slide-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 600px;
  object-fit: contain;
}

#img-cover {
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  margin: 0 auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

section#planning-guide-download {
  color: white;
  display: grid;
  grid-template-columns: 0.7fr 1fr 0.5fr;
  justify-content: center;
  align-content: center;
  background-color: #0067b1;
  position: relative;
  align-items: center;
}

img.pg-mid {
  width: 100%;
  max-width: 475px;

  position: absolute;
  top: -92px;
  left: 4%;
}

div#pg-text {
  margin-left: 3rem;
  padding: 1rem 0;
}

div#pg-button {
  text-align: center;
  margin: 0 auto;
}

a.rfg-btn {
  display: inline-block;
  font-family: klavika-web, sans-serif;
  background: none;
  color: black;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 20px;
  text-align: center;
}

img.pg-top {
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
}

#pg-text > h3 {
  margin-bottom: 0.2 em;
  font-family: klavika-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(28px, 5.5vw, 34px);

  color: inherit;
}

#pg-text > p {
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.2;
}

img.building-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 700px;
}

.container-vp {
  width: 80%;
  margin-left: 100px;
}

.video_container_iframe_vp iframe {
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.4));
}

.video_container_iframe_vp {
  position: absolute;
  padding-bottom: 56%;
  width: 100%;
  top: -75px;
  left: 4%;
  max-width: 675px;
}

section#form-video-page {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
}

div#img-left img {
  width: 100%;
  min-height: 700px;
  height: 100%;
  object-fit: cover;
}

div#img-left.img-left-btm img {
  width: 100%;
  min-height: 850px;
  height: 100%;
  object-fit: cover;
}

#planning-guide-right h3 {
  font-family: klavika-web, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(30px, 3vw, 39px);
}

.slider-container button.slick-prev.slick-arrow {
  left: -10px;
  z-index: 900;
}

.slider-container button.slick-next.slick-arrow {
  right: 30px;
  z-index: 900;
}

.slider-container button.slick-prev:focus::before,
.slider-container button.slick-next:focus::before {
  opacity: 0.75;
}

.slider-container button.slick-next:before {
  content: url("https://www.hydrotechusa.com/sites/default/files/right_arrow_small.png");
  font-size: 20px;
  line-height: 1;
}

.slider-container button.slick-prev:before {
  content: url("https://www.hydrotechusa.com/sites/default/files/left_arrow_small.png");
  font-size: 20px;
  line-height: 1;
}

@media only screen and (max-width: 1500px) {
  .video_container_iframe_vp {
    position: absolute;
    padding-bottom: 56%;
    width: 100%;
    top: -50px;
    left: 6%;
    max-width: 600px;
  }

  img.pg-mid {
    width: 100%;
    max-width: 420px;
    position: absolute;
    top: -85px;
    left: 4%;
  }
}

@media only screen and (max-width: 1400px) {
  .video_container_iframe_vp {
    position: absolute;
    padding-bottom: 56%;
    width: 100%;
    top: -30px;
    left: 3%;
    max-width: 600;
  }

  .slider-container {
    background-color: #f0f0f0;
    padding: 3rem 4rem;
  }
}

@media only screen and (max-width: 1340px) {
  img.pg-mid {
    width: 100%;
    max-width: 420px;
    position: absolute;
    top: -85px;
    left: 0%;
  }
}

@media only screen and (max-width: 1250px) {
  .video_container_iframe_vp {
    position: absolute;
    padding-bottom: 56%;
    width: 100%;
    top: 6px;
    left: 6%;
    max-width: 575px;
  }
  .slider-container button.slick-next.slick-arrow {
    right: -6px;
    z-index: 900;
  }
}

@media only screen and (max-width: 1210px) {
  .video_container_iframe_vp {
    position: absolute;
    padding-bottom: 56%;
    width: 100%;
    top: -125px;
    left: 6%;
    max-width: 550px;
  }

  img.pg-mid {
    width: 100%;
    max-width: 400px;
    position: absolute;
    top: -85px;
    left: 0%;
  }

  div#planning-guide-right {
    padding: 1rem 5rem 0 5rem;
  }
}

@media only screen and (max-width: 1150px) {
  .video_container_iframe_vp {
    position: absolute;
    padding-bottom: 56%;
    width: 100%;
    top: -36px;
    left: 6%;
    max-width: 500px;
  }

  img.pg-mid {
    left: 3%;
  }

  section#planning-guide-download {
    grid-template-columns: 1fr 1fr;
    padding: 1rem 2rem;
  }

  div#pg-text {
    margin-left: 0rem;
    padding: 1rem;
  }

  img.pg-mid {
    width: 100%;
    max-width: 400px;
    position: relative;
    top: unset;
    left: unset;
  }

  section#form-video-page {
    display: grid;
    grid-template-columns: 1fr;
  }

  div#img-left.img-left-btm img {
    width: 100%;
    min-height: 100px;
    height: 100%;
    object-fit: cover;
    max-height: 300px;
  }
}

@media only screen and (max-width: 970px) {
  .container-vp {
    margin-left: 100px;
    width: 100%;
  }

  div#header-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .video_container_iframe_vp iframe {
    filter: unset;
  }

  .video_container_iframe_vp {
    position: absolute;
    padding-bottom: 56%;
    width: 100%;
    top: 47px;
    left: 11%;
    max-width: 700px;
  }
}

@media only screen and (max-width: 870px) {
  img.pg-mid {
    left: 0%;
    top: 7px;
  }

  .slider-container {
    padding: 0;
  }

  .slide-cont {
    padding: 1rem;
    position: relative;
  }

  .vp-slide-2 {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    padding-bottom: 2rem;
  }

  .vp-slide-l {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  img.vp-slide-image {
    width: 100%;
    max-width: 600px;
    max-height: 400px;
  }

  .video_container_iframe_vp {
    position: absolute;
    padding-bottom: 56%;
    width: 100%;
    top: -36px;
    left: 6%;
    max-width: 600px;
  }

  .slider-container button.slick-prev.slick-arrow {
    left: 30px;
    z-index: 900;
  }
  .slider-container button.slick-next.slick-arrow {
    right: 30px;
    z-index: 900;
  }
}

@media only screen and (max-width: 767px) {
  /* video page */

  section#planning-guide-download {
    grid-template-columns: 1fr;
    justify-content: center;
    align-content: center;
    position: relative;
    justify-items: center;
    padding: 0;
  }

  div#pg-text {
    margin: 0 auto;
    padding: 0 1rem;
  }

  div#pg-button {
    margin: 0 auto 20px auto;
  }

  #img-cover {
    width: 100%;
    max-width: 500px;
    height: 350px;
    object-fit: cover;
  }

  .video_container_iframe_vp {
    position: absolute;
    padding-bottom: 56%;
    width: 100%;
    top: 1%;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
  }

  div#planning-guide-right {
    padding: 1rem;
  }

  #pg-image {
    height: 90px;
  }

  img.pg-mid {
    width: 100%;
    max-width: 300px;
    position: relative;
    top: -42px;
    left: unset;
  }

  .slider-container .slick-dots {
    bottom: 40px;
  }

  /* end video page */

  #power-close {
    width: auto;
    display: block;
    position: absolute;
    top: 1%;
    right: 20px;
    background: none;
    border: none;
  }

  #power-rc {
    display: none;
  }

  #power-more {
    width: 60%;
    top: 72%;
    left: 50%;
    transform: translateX(-50%);
  }
  div#stormwater_modal {
    text-align: center;
  }
  .container-vp {
    width: 100%;
    margin: 2rem 1rem 0 1rem;
  }

  .vp-slide-2 {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    padding-bottom: 3.5rem;
  }
  .search-section.fa.fa-search,
  .search-section.fa {
    display: flex;
    align-items: center;
  }
  .search-section.fa.fa-search .search input,
  .search input{
    display: inline-block;
    width: 20rem;
    padding: 0.75rem 0;
    transition: width 0.4s ease-in-out;
    margin: 0;
    border: none;
    border-bottom: 1px solid #000;
    background: 0 0;
    box-shadow: none;
    color: #000;
  
  }
}

@media only screen and (max-width: 700px) {
  #power-more {
    width: 50%;
    top: 72%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 625px) {
  .contact-frame {
    padding: 0;
  }

  .container-vp {
    width: 100%;
    margin: 23rem 1rem 0 1rem;
  }

  #img-left.img-left-top {
    display: none;
  }
  #power-more {
    width: 60%;
    top: 72%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 625px) {
  #power-more {
    width: 65%;
    top: 72%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 500px) {
  #power-more {
    width: 70%;
    top: 72%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.layout--threecol-section {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

@media screen and (min-width: 40em) {
  .layout--threecol-section--33-34-33 > .layout__region--first,
  .layout--threecol-section--33-34-33 > .layout__region--third {
    flex: 0 1 calc(33% - 10px);
  }

  .layout--threecol-section--33-34-33 > .layout__region--second {
    flex: 0 1 calc(33% - 10px);
    column-gap: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .slider-container button.slick-prev.slick-arrow {
    display: none !important;
  }

  .slider-container button.slick-next.slick-arrow {
    display: none !important;
  }

  .container-vp {
    width: 100%;
    margin: 18rem 1rem 0 0;
  }

  .container-vp {
    margin-top: 15rem;
  }

  span#goth-h1-black {
    font-size: 28px;
  }

  .goth-h1 {
    line-height: 1.1;
  }

  #goth-h1-white {
    font-size: 28px;
  }

  span#got-h1-blue {
    font-size: clamp(40px, 5vw, 98px);
    line-height: 1.1;
  }
  #planning-guide-right h3 {
    line-height: 1.1;
  }
  #pg-text > h3 {
    line-height: 1.1;
  }
}

iframe#nobrainf {
  min-height: 750px;
}

@media (min-width: 1150px) and (max-width: 1356px) {
  iframe#nobrainf {
    min-height: 750px;
  }
}

.pybdynamic {
  position: fixed;
  bottom: 0;
  right: 30px;
  display: none;
  height: 0;
  transition: height 0.75s;
}

a.pybdynimg {
  position: relative;
}

a.pybdynimg img:not(.cc) {
  width: 300px;
}

img.cc {
  position: absolute;
  width: 30px;
  left: -30px;
  top: -295px;
}

text#FIND_OUT_HOW {
  font-family: klavika-web;
}

@media (max-width: 950px) {
  a.pybdynimg img:not(.cc) {
    width: 225px;
  }

  a.pybdynimg img:not(.cc) {
    width: 225px;
  }
}

@media (max-width: 600px) {
  a.pybdynimg img:not(.cc) {
    width: 175px;
  }

  a.pybdynimg img:not(.cc) {
    width: 175px;
  }
  img.cc {
    top: -197px;
  }
}

#proj-filters .sm {
  font-size: 14px;
  color: #00acd5;
  text-decoration: underline;
  cursor: pointer;
}

.layout
  .layout__region
  .proj_detail:not(.customv)
  .block-content
  .views-row::before {
  content: "Products: ";
  font-weight: bold;
  font-size: 18px;
}

.slick_nav .slick-prev:before,
.slick_nav .slick-next:before {
  color: black;
  font-size: 30px;
}

.slick_nav .slick-prev:before {
  position: relative;
  left: 40px;
}

.slick_nav .slick-next:before {
  position: relative;
  right: 40px;
}

.padd-out {
  padding: 20px;
}

.field--name-field-architect-3-url,
.field--name-field-architect-2-url {
  display: none;
}

iframe.media-oembed-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  aspect-ratio: 16/9;
}

.slick_nav iframe.media-oembed-content {
  pointer-events: none;
}

.slick-prev,
.slick-next {
  z-index: 300;
}

.proj_img_section iframe.media-oembed-content {
  width: 70%;
  max-height: 600px;
  margin: 10px auto 20px auto;
  object-fit: contain;
}

.press-header-img img {
  width: 70%;
  max-height: 600px;
  margin: 10px auto 20px auto;
  object-fit: contain;
  display: block;
  padding: 0 0 30px 0;
}

#intban {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: auto;
  position: relative;
  padding:10px;
}

#intbanimg {
  margin: auto;
  max-width: 100%;
  width: auto;
  display: block;
}

#intban a {
  color: white;

  font-size: 20px;
}

#intlcls {
  top: 4px;
    position: absolute;
    left: calc(100% - 24px);
    color: white;
    font-size: 20px;
    font-weight: bold;
}

ol {
  list-style: decimal;
  list-style-position: outside;
  margin: 20px;
}

ol li {
  padding: 0.5em 0;
}

ol li ol {
  list-style: decimal;
  list-style-position: outside;
  margin: 20px;
}

ol li ol li {
  list-style-type: lower-alpha;
}

.footer-bottom div:has(#foot-legal) {
  width: 100%;
  margin: 0;
  padding: 0;
}

#foot-legal {
  padding: 0 16px;
  display: flex;
  color: white;
  align-items: center;
  height: 3em;
  justify-content: space-evenly;
  background: #3c3c3c;
}

#foot-legal a {
  color: #fff;
}
.project_name:first-of-type,
.int-container {
  
  max-width: 1600px;
}

@media (max-width: 1500px) {
  .project_name:first-of-type,
  .int-container {
  
  }
  .project_name,
  .int-container {
    margin-left: 1rem;
  }
}



#block-hydro9-content:not(:has(.header-sec)) {

    padding-top:375px;
}



.cmp-footer-content{


    display:grid;
    grid-template-columns:2fr 1fr;
}


.innergrid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
}

@media(max-width:800px){

 .cmp-footer-content{

    display:grid;
    grid-template-columns: 1fr;
}


.innergrid{
    display:grid;
    grid-template-columns:1fr;
} 
}

b,
strong {
  font-weight: bold;
  color: inherit;
}


.textimage.image.section {
  margin-top:2em;
}




.cmp-footer__back-to-top {
  box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
    background-color: #ffc510;
    position: absolute;
    top: -25px;
    right: 148px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    cursor: pointer;
}

.cmp-pictograms__item {
    display: inline-block;
    margin-right: .875rem;
}


div#block-test1 {
    max-width: 1600px;
    margin: 0 auto;
    font-weight: 300;
}



a:visited,
a strong,
.hprosum > a , a{
  letter-spacing: .03125rem;
    border-bottom: 4px solid #ffc510;
    transition: all .3s ease-in;
 
  color:rgb(16, 16, 16) 
 
}
 
 
a:visited:hover,
a:hover strong,
.hprosum > a:hover , 
a:hover{
 
    background-color: #ffc510;
  color:rgb(16, 16, 16) ;   
 
}



  
#block-views-block-slide-block-1 a,
#block-topnav a,
 #block-hydro9-main-menu a{
     border:none;
 }

#footer a{
    border:none;
    color:#fff !important;   ;
}


#block-topnav a{
    border:none;
    color:#fff !important;   ;
}

 
#block-views-block-slide-block-1 a:hover,
#block-topnav a:hover,
 #block-hydro9-main-menu a:hover{
     border:none;
     background-color: inherit;
 }



#footer a:hover{
    background-color: inherit;
    color:#fff !important;   ;
}



#ress-ress a{
  border:none;
}



:is(h1, h2, h3, h4) a {
   border:none;
}

a :is(h1, h2, h3, h4) {
   border:none;
}

:is(h1, h2, h3, h4) a strong{
   border:none;
}

a :is(h1, h2, h3, h4) strong{
   border:none;
}

a:has(img),
a img {
  border:none;
}

a:hover:has(img),
a:hover img{
  border:none;
     background-color: inherit;
     background-color: transparent;
}


span.cmp-lead {
    font-weight: 400;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .03125rem;
}


.cmp-footer-content  strong{
  padding-top:1ex;
  display:inline-block;
}

@media (max-width:800px){
  div#block-test1 {
    text-align: left !important;
  }
}


/* search bar */
@media (max-width:1400px){
  .header-right.fixed form {
    width: 200px;
}
}



visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}


.node-page-layout-builder-form {
    padding-top: 30px;
}


#front-main #block-views-block-slide-block-1 .slick-slider{
  margin-top:300px;
}

@media (max-width:1300px){
  #front-main #block-views-block-slide-block-1 .slick-slider{
  margin-top:250px;
}
}

@media (max-width:767px){
  #front-main #block-views-block-slide-block-1 .slick-slider{
  margin-top:180px;
}
}

  .front-hero.outer{
/*    height: 88vh;*/
height: clamp(600px, 40vw, 850px);
    max-height: 900px;
    width: 100%;
    position: relative;
    z-index: 0;
    display: grid; 
  }

  .front-hero.inner{
    position: absolute;
    bottom: 7%;
    left: 50px;
    right: 50px;
    background-color: rgba(256, 256, 256, .45);
    padding: 30px;
    width: fit-content;
  }
  @media (max-width:1028px){
  .front-hero.outer{
    height: 62vh;
  }
}


  @media (max-width:800px){
    .front-hero.inner{
      left:28px;
      right:28px;
      bottom: 5%;
    }
    .front-hero.outer{
    height: 50vh;
  }
  }
  .front-hero-title {
    font-size: clamp(2.875rem, 2.6003rem + 1.0465vw, 3.4375rem);
    font-weight: 300;
    letter-spacing: .03125rem;
    line-height: 1.32;
  }
  .front-hero-cta {
    display: inline-block;
    font-family: 'klavika-web', sans-serif;
    background-color: rgb(255, 197, 16);
    color: #000;
    font-weight: 300;
    font-size: 20px;
    padding: 12px 20px;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px -5px #000000;
    box-shadow: 0px 0px 10px -5px #000000;
    border-bottom: none!important;
  }
  .front-hero-cta:hover{
    color: #000;
  }

  .front-hero-cta:visited{
    background-color: rgb(255, 197, 16);
  }
  
  #hero-content{
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center top;
  }

  div#block-hydro9-videoheaderhomepage {
    margin: 0!important;
}

/* tool bar admin */
/*body.toolbar-fixed #header {
    visibility: hidden;
}
 
 
#node-product-layout-builder-form{
    padding-top:150px;
}*/



.node-layout-builder-form.layout-builder-form{
  padding-top:250px;
}




#share_link
{
    margin:10px 0;
    content: "Share Filter";
    display: inline-block;
    appearance:button;
    font-family: klavika-web, sans-serif;
    background: #00ACD5;
    vertical-align:middle;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 20px;
    border: 0;
    border-radius: 0 !important;
    text-align: center;
    box-shadow: 0px 0px 10px -5px #000000 !important;
    -webkit-box-shadow: 0px 0px 10px -5px #000000 !important;
    
}
