<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****/
.container {
  max-width: 100%;
}

.container .container {
  width: 100% !important;
}

ul {
  padding-left: 10px;
}

ul li {
  list-style: inherit;
}

.nav-tabs,
.block-builder-main ul,
.topbar ul,
ul.contact-info,
ul.menu {
  list-style: none !important;
  padding-left: 0;
}

/* .node--view-mode-full p {
  margin-bottom: 10px;
} */

body div.body-page {
  background-color: #fff;
}

.sidebar nav.block {
  display: table;
}

.sidebar nav.block ul.gva_menu&gt;li {
  width: 100%;
}

.sidebar nav.block ul.gva_menu&gt;li&gt;a {
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}

.sidebar nav.block ul.gva_menu .sub-menu {
  border-top: none;
  box-shadow: none;
  display: block !important;
  opacity: 1 !important;
  position: static;
  visibility: visible !important;
}

.sidebar nav.block ul.gva_menu .sub-menu a {
  padding-right: 0 !important;
  font-size: 11px;
  color: #696969;
  padding-left: 20px;
}

.site-branding-logo {
  max-height: inherit;
  width: 146px;
  text-align: center;
}

.site-branding-logo img {
  max-height: 174px;
  width: auto;
}
.site-branding-logo #forweb-logo-white img {
  max-height: 174px;
  width: 60px;
}
#user-register-form {
  padding: 20px 0;
}

#user-register-form .form-wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#user-register-form .form-wrapper#edit-actions {
  border-bottom: none;
}

#user-register-form label {
  width: 100%;
}

#user-register-form .form-item {
  margin-bottom: 15px;
}

input[type*='submit'] {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #9D8F66;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

input[type*='submit']:hover {
  background: #fff;
  color: #282828;
  border-color: #9D8F66;
}

body.path-user .help {
  max-width: 800px;
  margin: 0 auto;
}

body.path-user .help .container {
  width: 100%;
  padding: 0;
}

body.path-user #page-main-content&gt;.main-content-inner {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-bottom: 50px;
  margin-top: 30px;
}

body.path-user summary {
  font-weight: 700;
  text-transform: uppercase;
  color: #9D8F66;
}

.portfolio-carousel-single .portfolio-item .image img {
  max-width: 100% !important;
}

@media (max-width: 991px) {
  .portfolio-carousel-single .portfolio-item .portfolio-content .title a {
    font-size: 24px;
    line-height: 30px;
  }

  .portfolio-carousel-single .portfolio-item .portfolio-content {
    top: 80px;
    left: 30px;
  }
}

img.unveil-image {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
}

img.unveil-image.image-loaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (min-width:991px){
  .paragraph---home-banner img.unveil-image.image-loaded {
    aspect-ratio: 1920 / 900;
  }
}

.-exposed-form .fieldset-wrapper .description {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  display: none;
}

.views-exposed-form .fieldset-wrapper .form-checkboxes a.bef-toggle {
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #9d8f66;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  display: none !important;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.views-exposed-form .fieldset-wrapper .form-checkboxes a.bef-toggle:hover {
  background: #fff;
  display: none !important;
}

header .area-main-menu .gva-search-region .search-content {
  width: 295px !important;
}

.logged-in .help.show {
  display: none !important;
}

body.logged-in.toolbar-tray-open .help.show {
  display: block !important;
}

.post-thumbnail.post-gallery .owl-carousel .owl-nav&gt;div.owl-prev {
  left: 10px !important;
  background: #fff;
  line-height: 43px;
}

.post-thumbnail.post-gallery .owl-carousel .owl-nav&gt;div.owl-next {
  right: 10px !important;
  background: #fff;
  line-height: 43px;
}
@media screen and (min-width:1081px) and (max-width: 1260px){
  .site-branding-logo {
    width: 100px;
  }
  header.header-v1 .site-branding-logo .forweb {
    width: 100px;
  }
  header.header-v1 .site-branding-logo .forweb img {
    position: absolute;
    left: 0;
    top: 21px;
  }
  header.header-v1 .site-branding-logo .forweb img#forweb-logo-white {
    left: 29px;
    top: 36px;
    width: 42px;
  }
}
@media screen (width: 1260px){
  
}</pre></body></html>