.logo {
  position: relative;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo img {
  max-height: 100%;
  width: auto;
  display: block;
}

.slider_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.slider_overlay_darker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.slider_overlay_darkest {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.slider_overlay_light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}

.slider_title {
  color: white !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.slider_logo {
  max-width: 15rem;
}

.vspaced {
  margin-top: 117px;
}

.header-menu-mobile-subitem {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  white-space: nowrap;
}

.main_nav .dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  background-color: var(--ges-primary) !important;
}

.bg-grayed {
  background: #eff3f7 !important;
}

.button_3 {
  background: transparent;
  border: solid 2px var(--ges-secondary);
}
.button_3 a {
  color: var(--ges-secondary);
}
.button_3:hover {
  background: var(--ges-secondary);
}
.button_3:hover a {
  color: #ffffff;
}
.button_4 {
  background: var(--ges-primary);
  border: solid 2px transparent;
}
.button_4:hover {
  background: transparent;
  border: solid 2px var(--ges-primary);
}
.button_4 a {
  color: #ffffff;
}
.button_4:hover a {
  color: var(--ges-primary);
}

.footer_logo {
  width: 100%;
  max-width: 18rem;
}

.gap-3 {
  gap: 1rem !important;
}

.contact_list li a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 1px var(--ges-secondary);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.contact_list li a:active {
  position: relative;
  color: var(--ges-secondary);
}
.contact_list li a:hover {
  color: #ffffff;
  background: var(--ges-secondary);
}
.contact_list li a:hover::after {
  opacity: 0.2;
}
.contact_social {
  margin-top: 21px;
  color: #404040;
  padding: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}
.contact_social a i {
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
}
.row_icon {
  color: #404040;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}
.row_icon i {
  font-size: 22px;
  line-height: 22px;
  vertical-align: middle;
  cursor: pointer;
}
.contact_social a:hover,
.row_icon i:hover {
  color: var(--ges-primary);
}
.contact_social a {
  color: #404040;
  padding: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}
.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
  color: #263354 !important;
  z-index: 999;
}
.ol-popup-closer:after {
  content: "✖";
}

.text-popup {
  line-height: 1.8;
}

.no-mb {
  margin-bottom: 0px;
}

.color-error {
  color: red !important;
}

.dataTables_wrapper {
  color: black;
}

.dataTables_paginate .page-item.active .page-link {
  color: #fff !important;
  background-color: var(--ges-secondary) !important;
  border-color: var(--ges-secondary) !important;
}

.dataTables_paginate .page-item:not(.active):not(.disabled) .page-link {
  color: var(--ges-secondary) !important;
}

.dataTables_wrapper .custom-select {
  color: var(--ges-secondary) !important;
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
  .slider_logo {
    max-width: 10rem;
  }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
  .slider_logo {
    max-width: 7rem;
  }
}
