html body {
  color: #737373;
}

.border-bottom-blue {
  border-bottom: 1px solid #1057C8;
}

body .contact-link {
  background: #001A70;
  color: #fff;
  padding: 30px;
}

body .contact-link .title {
  font-weight: 400;
}

body .contact-link a {
  color: #fff;
}

body .contact-link .btn-white {
  background-color: #fff;
  color: #1057C8;
  font-weight: 400;
}

body .contact-link .btn-white:hover {
  color: #001A70;
}

body .webform-submission-form .form-item label {
  font-size: 17px;
  font-weight: 400;
  font-family: "gilmer";
}

body .post-block .post-title {
  font-weight: 500;
}

body .gsc-heading .sub-title {
  color: #888888;
}

body .breadcrumb-content-inner .gva-block-breadcrumb .page-title {
  color: #fff;
  font-weight: 400;
}

body .breadcrumb-content-inner .breadcrumb-content-main {
  max-width: 1280px;
  padding: 68px 15px 68px;
}

body .text-theme>a {
  color: #001A70 !important;
}

body .text-theme>a:hover {
  color: #1057C8 !important;
}

body a {
  color: #001A70;
}

body a:hover {
  color: #1057C8;
}

body .topbar-content-inner .topbar-content>div {
  display: flex;
  justify-content: end;
}

body nav#block-useraccountmenu ul li a {
  border: 1px solid #fff;
  padding: 8px 15px 8px 32px;
  line-height: 1;
  margin: 10px 0;
  border-radius: 5px;
  background-image: url("../images/icon-user.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

body .header-default .topbar {
  background-color: #001A70;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  body .header-default .topbar {
    display: none;
  }
}

body .header-default .topbar .col-12 {
  padding-right: 0;
}

body .topbar .topbar-content-inner .topbar-content .menu-item a {
  text-decoration: none;
  font-weight: 400;
  padding: 12px 20px;
}

body #block-useraccountmenu .menu-item:nth-child(2) {
  display: none;
}

body .region-contactus {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  body .region-contactus {
    display: none;
  }
}

body .region-contactus .navigation .gva_menu>li>a {
  background: #001A70;
  padding: 10.5px 15px;
  color: #fff;
  line-height: 19px;
}

body .region-contactus .navigation .gva_menu>li>a:hover {
  background-color: #1057C8;
  color: #fff;
}

body header.header-default .header-main-inner .header-inner {
  padding-right: 150px;
}

body header.header-default .gva-search-region {
  right: 140px;
}

@media (max-width: 767.98px) {
  body header.header-default .gva-search-region {
    right: 68px;
  }
}

body .navigation .gva_menu>li>a {
  font-weight: 400;
  padding: 39px 30px;
  color: #3B3839;
}

body .navigation .gva_menu>li>a:hover {
  color: #1057C8;
}

body #footer .footer-top {
  background: #1057C8;
  padding: 40px 0;
}

body .block-form-footer form.webform-submission-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

body .block-form-footer form.webform-submission-form .form-actions {
  position: absolute;
  right: 0;
  width: auto;
}

body .block-form-footer form.webform-submission-form .form-item input {
  padding: 14px 15px;
  line-height: 39px;
}

body .block-form-footer form.webform-submission-form div#edit-processed-htmlhedding, body .block-form-footer form.webform-submission-form .js-form-type-processed-text {
  width: 50%;
  margin: 0;
  font-size: 24px;
  font-family: "gilmer";
  font-weight: 400;
  color: #fff;
  padding-left: 90px;
}

@media only screen and (max-width: 991px) {
  body .block-form-footer form.webform-submission-form div#edit-processed-htmlhedding, body .block-form-footer form.webform-submission-form .js-form-type-processed-text {
    display: none;
  }
}

body .block-form-footer form.webform-submission-form div#edit-processed-htmlhedding:before, body .block-form-footer form.webform-submission-form .js-form-type-processed-text:before {
  content: "";
  background-image: url("../images/icon-emial.png");
  width: 72px;
  height: 72px;
  position: absolute;
  background-repeat: no-repeat;
  background-color: #001A70;
  text-align: center;
  background-position: center;
  border-radius: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body .block-form-footer form.webform-submission-form .form-item-email, body .block-form-footer form.webform-submission-form .form-item-your-email {
  width: 70%;
  margin: 0;
}

body .block-form-footer form.webform-submission-form input.webform-button--submit {
  width: 201px;
  height: 69px;
  text-align: center;
  padding: 0;
}

body #footer .footer-center {
  background-color: #001A70;
  background-image: none;
  color: #EAEAEA;
  font-family: "gilmer";
  font-weight: 400;
}

body #footer .footer-center .block-title:after {
  width: 33px;
  background: #1057C8;
}

body #footer .footer-center .block-title span {
  color: #EAEAEA !important;
  font-family: "gilmer";
  font-weight: 400;
  text-transform: capitalize;
}

body #footer .footer-center ul.gva_menu li {
  float: none;
  display: block;
}

body #footer .footer-center ul.gva_menu li a {
  padding: 5px 0;
  color: #EAEAEA;
}

body #footer .footer-center .footer-third>div {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  body #footer .footer-center .footer-third>div {
    display: block;
  }
}

body #footer {
  background-image: none;
  background-color: #001A70;
  margin-top: 3rem;
}

body .dp-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

body .dp-flex ul.copyright-menu-list {
  display: flex;
}

body .dp-flex ul.copyright-menu-list li {
  list-style: none;
  margin: 0 10px;
}

body .dp-flex ul.copyright-menu-list li a {
  color: #fff;
}

body .gsc-heading .sub-title>span:after {
  background-color: #001A70;
}

body .text-theme {
  color: #001A70 !important;
}

body h1.title, body h2.title, body h3.title {
  font-weight: 400 !important;
  color: #001A70 !important;
}

body h1.title a, body h2.title a, body h3.title a {
  color: #001A70 !important;
}

body .gavias_sliderlayer .inner.btn-slide,
body .gavias_sliderlayer .btn-slide a,
body #gavias_slider_single .inner.btn-slide,
body #gavias_slider_single .btn-slide a {
  background-color: #001A70;
}

body .gavias_sliderlayer .inner.btn-slide span,
body .gavias_sliderlayer .btn-slide a span,
body #gavias_slider_single .inner.btn-slide span,
body #gavias_slider_single .btn-slide a span {
  padding: 0;
}

body .gavias_sliderlayer .inner.btn-slide span:after,
body .gavias_sliderlayer .btn-slide a span:after,
body #gavias_slider_single .inner.btn-slide span:after,
body #gavias_slider_single .btn-slide a span:after {
  display: none;
}

body .button,
body .btn,
body .btn-white,
body .btn-theme,
body .btn-theme-second,
body .more-link a,
body .btn-theme-submit {
  background-color: #001A70;
}

body .button span,
body .btn span,
body .btn-white span,
body .btn-theme span,
body .btn-theme-second span,
body .more-link a span,
body .btn-theme-submit span {
  padding: 0;
}

body .button span:after,
body .btn span:after,
body .btn-white span:after,
body .btn-theme span:after,
body .btn-theme-second span:after,
body .more-link a span:after,
body .btn-theme-submit span:after {
  display: none;
}

.scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 9;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}

.scroll-down::after {
  background-image: url("../images/iconscroll.png");
  content: "";
  width: 24px;
  height: 46px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}

@media only screen and (min-width: 992px) {
  .component-no-subtitle-desktop .sub-title {
    display: none !important;
  }
}

.image-full img {
  width: 100%;
}

.breadcrumb-links {
  display: none !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px !important;
  }

  .gbb-row .bb-inner {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.gavias_sliderlayer .slide-style-1, #gavias_slider_single .slide-style-1 {
  font-weight: 400 !important;
}

.product-list-home .gsc-image-content .box-content .sub-title {
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans";
  text-transform: uppercase;
  margin-left: 20px;
}

.product-list-home .gsc-image-content .box-content h4.title {
  font-family: "Noto Sans";
  font-size: 29px;
  font-weight: 400;
  max-width: 215px;
  margin-left: 20px;
  line-height: 33px;
}

.product-list-home-container .box-content h4.title {
  font-family: "gilmer";
  font-size: 22px !important;
  font-weight: 400;
  max-width: 215px;
  margin-left: 20px;
  line-height: 33px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.max-width-624 {
  max-width: 624px !important;
  margin: 0 auto;
  padding: 45px;
  background: #fff;
  border-radius: 20px;
}

.max-width-624 input#edit-actions-submit--4 {
  width: 100%;
}

.webform-submission-request-revision-e-form {
  padding-right: 120px;
  padding-top: 40px;
}

.webform-submission-request-revision-e-form h2 {
  border-bottom: 1px solid #001A70;
  line-height: 60px;
}

.webform-submission-request-revision-e-form .form-wrapper>label, .webform-submission-request-revision-e-form h2 {
  margin: 0 15px;
}

.webform-submission-request-revision-e-form .webform-progress {
  margin: 20px 15px;
  padding-bottom: 35px;
}

.webform-submission-request-revision-e-form h1, .webform-submission-request-revision-e-form h2, .webform-submission-request-revision-e-form h3, .webform-submission-request-revision-e-form h4, .webform-submission-request-revision-e-form h5,
.webform-submission-request-revision-e-form p, .webform-submission-request-revision-e-form div, .webform-submission-request-revision-e-form label {
  color: #001A70 !important;
}

.webform-submission-request-revision-e-form h3 {
  font-size: 25px;
  font-weight: 400;
}

.webform-submission-request-revision-e-form .webform-composite-visible-title legend {
  font-size: 25px;
  font-weight: 400;
}

.webform-submission-request-revision-e-form legend#edit-what-type-of-organisation-do-you-belong-to--wrapper-legend {
  display: none;
}

ul.webform-progress-tracker.progress-tracker.progress-tracker--center {
  margin: 0;
}

ul.webform-progress-tracker.progress-tracker.progress-tracker--center .progress-step {
  display: flex;
  align-items: center;
}

ul.webform-progress-tracker.progress-tracker.progress-tracker--center .progress-step .progress-title {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: #818699;
}

ul.webform-progress-tracker.progress-tracker.progress-tracker--center .progress-step .progress-marker::before {
  background-color: #F5F5F5;
  width: 40px;
  height: 40px;
  padding-bottom: 0;
  border-radius: 3px;
  color: #707070;
}

ul.webform-progress-tracker.progress-tracker.progress-tracker--center .progress-step .progress-marker::after {
  display: none;
}

ul.webform-progress-tracker.progress-tracker.progress-tracker--center .progress-step.is-active .progress-marker::before {
  background-color: #001A70;
  color: #fff;
}

ul.webform-progress-tracker.progress-tracker.progress-tracker--center .progress-step:last-child {
  display: none;
}

.webform-submission-request-revision-e-form .form-actions {
  text-align: right;
  padding: 0 15px;
  margin-bottom: 30px;
}

.webform-submission-request-revision-e-form .form-item {
  padding: 0 15px;
}

.webform-submission-request-revision-e-form .form-item-full-name,
.webform-submission-request-revision-e-form .form-item-position,
.webform-submission-request-revision-e-form .form-item-phone-number,
.webform-submission-request-revision-e-form .form-item-organisation-name,
.webform-submission-request-revision-e-form .form-item-organisation-adress {
  float: left;
  width: 50%;
}

.webform-submission-request-revision-e-form .webform-email-confirm--wrapper {
  width: 100%;
  padding: 0;
  margin: 0 !important;
}

.webform-submission-request-revision-e-form .webform-email-confirm--wrapper .form-item {
  width: 50%;
  float: left;
}

.mainrequest-revision .container-full.container-bg {
  position: fixed;
  z-index: 999;
  top: 0;
  background: #fff;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
}

.mainrequest-revision .container-full.container-bg .content-main-inner,
.mainrequest-revision .container-full.container-bg .row {
  width: 100%;
  margin: 0 !important;
}

.mainrequest-revision .container-full.container-bg #page-main-content {
  display: flex;
  align-items: flex-start;
  padding-left: 60px;
  height: auto;
  padding-right: 0;
}

.mainrequest-revision .container-full.container-bg .sidebar-right {
  height: auto;
  background-image: url("../images/formstep.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.mainrequest-revision .container-full.container-bg .sidebar-right img {
  opacity: 0;
}

.mainrequest-revision .container-full.container-bg a.form-close {
  padding: 10px 69px 10px 10px;
  right: 20px;
  background-image: url(../images/Iconclose.png);
  background-repeat: no-repeat;
  background-position: right;
  display: block;
  width: 100%;
  text-align: right;
  position: absolute;
}

.mainrequest-revision .container-full.container-bg .webform-options-display-one-column .form-item {
  border: 1px solid #73798E;
  padding: 15px 0 15px 60px;
  border-radius: 5px;
}

.mainrequest-revision .container-full.container-bg .webform-options-display-one-column .form-item input {
  width: 0;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  height: 0;
}

.webform-confirmation-request-step {
  margin-right: 140px;
}

.webform-confirmation-request-step .confirmation-message {
  border: 1px solid #001a70;
  background-color: #d5eaff;
  padding: 40px;
  border-radius: 5px;
  background-image: url(../images/circlebuttonblue.png);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 101px;
  padding-top: 135px;
  text-align: center;
}

h2.block-title-form-request-step {
  border-bottom: 1px solid #001A70;
  line-height: 45px;
  color: #001A70;
  padding-top: 50px;
}

h2.block-title-form-request-step.confirmationtitle {
  margin-right: 140px;
  margin-bottom: 40px;
}

.webform-confirmation__back {
  text-align: right;
}

.product-list-home .bb-inner {
  padding: 0 !important;
}

.owl-carousel-custom .row-wrapper.owl-carousel {
  height: auto !important;
  max-height: inherit !important;
  margin: 0;
}

.owl-carousel-custom .row-wrapper.owl-carousel .owl-nav {
  display: none;
}

.owl-carousel-custom .row-wrapper.owl-carousel img {
  width: 100%;
}

@media (max-width: 991px) {
  .owl-carousel-custom .row-wrapper.owl-carousel .owl-item .gsc-column {
    width: 100%;
    max-width: 100%;
  }

  .copyright {
    display: none;
  }

  .biscover-our-products .biscover-our-products__wrap {
    padding-top: 0 !important;
  }

  .becomeamember .gsc-column.col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 20px;
  }
}

body #footer .contact-info-list .phone,
body #footer .contact-info-list .marker-icon,
body #footer .contact-info-list .message {
  background-repeat: no-repeat;
  padding: 20px 20px 20px 40px;
  background-position: center left;
}

body #footer .contact-info-list .marker-icon {
  background-image: url(../images/icon-macker.png);
}

body #footer .contact-info-list .phone {
  background-image: url(../images/icon-phone.png);
}

body #footer .contact-info-list .message {
  background-image: url(../images/icon-message.png);
  color: #fff;
}

body #footer .contact-info-list li {
  border-color: #fff;
}

body #footer .copyright .copyright-inner {
  border-top: 1px solid #fff;
}

body #footer .social-copyright .facebook,
body #footer .social-copyright .youtube,
body #footer .social-copyright .linkedin {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: 0 5px;
}

body #footer .social-copyright .linkedin {
  background-image: url(../images/icon-circlein.png);
}

body #footer .social-copyright .facebook {
  background-image: url(../images/icon-circlefacebook.png);
}

body #footer .social-copyright .youtube {
  background-image: url(../images/icon-circleyoutube.png);
}

body .button-icon-download {
  background-image: url(../images/buttondownload.png);
  background-repeat: no-repeat;
  padding-left: 60px !important;
  background-color: aliceblue;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background-position: 10px center;
  font-size: 17px !important;
  text-transform: capitalize;
  text-shadow: none;
  opacity: 1;
  padding-right: 10px !important;
  border-radius: 5px;
}

.product-hover-link-animation.skin-v1 .box-content .read-more {
  position: absolute;
  bottom: 40px;
  opacity: 0;
  transition: 0.5s;
}

.product-hover-link-animation.skin-v1 .box-content .read-more a {
  color: #fff !important;
}

.product-hover-link-animation.skin-v1 .image a {
  display: block;
}

.product-hover-link-animation.skin-v1 .image a img {
  width: 100%;
}

.product-hover-link-animation.skin-v1 .title {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 30px;
  transition: 0.5s;
}

.product-hover-link-animation.skin-v1:hover .image:after {
  display: none;
}

.product-hover-link-animation.skin-v1:hover .title {
  padding-bottom: 80px;
  transition: 0.5s;
}

.product-hover-link-animation.skin-v1:hover .read-more {
  transition: 0.5s;
  opacity: 1;
}

@media (max-width: 991px) {
  .mobile-padding-bottm {
    padding-bottom: 20px;
  }

  .order--1 {
    order: 1;
    padding: 0 15px !important;
  }

  .order--2 {
    order: 2;
    padding: 0 15px !important;
  }

  body .breadcrumb-content-inner .gva-block-breadcrumb .page-title {
    font-size: 22px;
  }

  div#slide-12-layer-2, div#slide-8-layer-2 {
    max-width: 300px !important;
  }
}

form .form-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}

form .form-item.form-item-pass-pass1, form .form-item.form-item-pass-pass2 {
  width: 100%;
}

form .form-item label {
  width: 250px !important;
  max-width: 100%;
  position: relative;
  padding-right: 0.625rem;
}

form .form-item label.form-required:after {
  color: #d30f0f;
  content: "*";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3rem;
}

form .form-item .form-text {
  width: 600px;
  max-width: 100%;
}

form .form-item .description {
  width: 100%;
  margin-top: 0.625rem;
}

form .form-item .password-strength {
  width: 100%;
}

form .form-item .password-confirm-message {
  padding-left: 0.625rem;
}

.form-actions {
  margin-top: 1.5rem;
}

.empty-content {
  font-style: italic;
}

.address-card {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}

.address-card .address-body {
  padding: 1rem;
}

.address-card .address-body h4 {
  font-size: 1rem;
}

.address-card .address-body address {
  font-size: 0.9rem;
}

.address-card .address-footer {
  border-top: 1px solid #EAEAEA;
  padding: 1rem;
}

.address-card .address-footer .address-action {
  display: inline-block;
  margin: 0.3rem 0.625rem;
}

.user-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.user-card .card-icon {
  margin-bottom: 0.625rem;
}

.user-card .card-icon span {
  width: 112px;
  height: 112px;
  border: 2px solid #001A70;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

.user-card .card-title {
  font-size: 1rem;
  margin: 0 auto 0.3rem;
}

.user-card .card-description {
  font-size: 0.9rem;
}

.user-card-profile .card-icon span {
  background-image: url("../images/icon-profile.png");
}

.user-card-addresses .card-icon span {
  background-image: url("../images/icon-map-marker.png");
}

.user-card-library .card-icon span {
  background-image: url("../images/icon-blog.png");
}

.user-card-link {
  color: #737373;
}

.user-card-link .card-title {
  color: #000;
}

.user-card-link .card-description {
  color: #737373;
}

.user-card-link:hover .user-card {
  background-color: #f0f5fa;
}

.user-card-link:hover .card-icon span {
  background-color: #001A70;
}

.user-card-link:hover .user-card-profile .card-icon span {
  background-image: url("../images/icon-profile-alt.png");
}

.user-card-link:hover .user-card-addresses .card-icon span {
  background-image: url("../images/icon-map-marker-alt.png");
}

.user-card-link:hover .user-card-library .card-icon span {
  background-image: url("../images/icon-blog-alt.png");
}

.contact-suggestion:before {
  width: 27px;
  height: 27px;
  content: "";
  vertical-align: middle;
  display: inline-block;
  background: transparent url("../images/icon-qm.png") center no-repeat;
  margin-right: 0.625rem;
}

.contact-suggestion {
  margin-top: 1.5rem;
}

.dashboard-button-block {
  margin-top: 3rem;
}

.dashboard-button-block .btn-dashboard .fas {
  margin-right: 0.3rem;
}

#block-myaccountbutton .btn-my-account-block {
  font-weight: 400;
  text-decoration: none;
  background: transparent url("../images/icon-user.png") 5px center no-repeat;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 6px 15px 6px 32px;
  margin: 10px 0;
}

.dashboard-actions {
  margin-top: 3rem;
}

article[typeof="schema:Person"] .form-item {
  margin-bottom: 0.625rem;
}

article[typeof="schema:Person"] .field.field--label-above {
  margin-bottom: 0.625rem;
}

article[typeof="schema:Person"] .field.field--label-above .field__item {
  font-weight: 700;
}


.category-list.navigation.menu--sidebar-category ul li a:hover {
  padding-left: 0;
  transition: none;
}

.category-list.navigation.menu--sidebar-category .gva_menu>li>ul.sub-menu {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  margin-top: 0;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  transition: none;
  background: none;
  box-shadow: none;
  border: 0;
  padding-right: 0;
  padding-left: 0 !important;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}

.category-list.navigation.menu--sidebar-category .gva_menu>li>ul.sub-menu:after {
  display: none;
}

.category-list.navigation.menu--sidebar-category .gva_menu>li>ul.sub-menu>li a {
  padding: 8px 0;
  display: block;
  font-size: 18px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  color: #7f8284;
}

.category-list.navigation.menu--sidebar-category .gva_menu>li>ul.sub-menu>li {
  opacity: 1 !important;
  transition: none;
  visibility: visible;
  transform: none;
}

.category-list.navigation.menu--sidebar-category .gva_menu>li>ul.sub-menu>li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  z-index: 999;
  opacity: 1;
  left: 0;
  font-size: 0;
  background: #7f8284;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.category-list.navigation.menu--sidebar-category .gva_menu>li>ul.sub-menu>li a {
  padding-left: 18px;
}

.category-list.navigation.menu--sidebar-category .gva_menu>li>ul.sub-menu>li a:hover {
  color: #3B7EFF;
}

.navigation .gva_menu .sub-menu .menu-item .icaret {
  transform: rotate(-90deg);
}

.navigation .gva_menu .sub-menu .menu-item .icaret::before {
  margin-right: -2px;
}

.mainrequest-revision-node-class .help.gav-help-region {

  display: none !important;

}

.webform-submission-request-revision-e-form .webform-email-confirm--wrapper .fieldset-wrapper {
  display: flex;
  align-items: baseline;
}

ul.webform-progress-tracker.progress-tracker.progress-tracker--center .progress-step.is-complete .progress-marker::before {
  background-image: url(../images/is-complete.png);
  content: "";
}

.webform-submission-request-revision-e-form div.description .webform-element-description {
  color: #73798E !important;
  font-size: 17px;
}

.mainrequest-revision .container-full.container-bg .webform-options-display-one-column .form-item.js-form-type-radio label:after {
  background-image: url(../images/Radio-non.svg);
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: contain;
  left: -45px;
  top: 0;
}

.mainrequest-revision .container-full.container-bg .webform-options-display-one-column .form-item.js-form-type-radio input:checked~label::after {
  background-image: url(../images/Radio.svg);
}

h2.block-title-form-request-step+.form-close {
  display: none !important;
}

.webform-confirmation-request-step {
  margin-right: 15px;
  margin-left: 14px;
  margin-top: 30px;
}


@media (max-width: 767px) {
  .block-daudo-subtheme-gaviassliderlayerslidermain--2 h1 {
    font-size: 25px !important;
    line-height: 27px !important;
  }
}

/*# sourceMappingURL=subthemecss.css.map */