:root {
  --color-primary: #6dba44;
  --color-secondary: #133f5e;
  --color-gradient-start: #6dba44;
  --color-gradient-stop: #6dba44;
}

body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 15px;
  color: #808996;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: Arial, sans-serif;
  font-weight: 600;
  color: #0e305d;
}

.h1,
h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2em;
}

.h2,
h2 {
  font-size: 37px;
  line-height: 1.2em;
}

.h3,
h3 {
  font-size: 26px;
  line-height: 1.25em;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.45em;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 1.5em;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5em;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form .ui-selectmenu-button {
  border-color: rgba(255, 255, 255, 0.15);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.contact-form .ui-selectmenu-button:focus {
  color: #fff;
}

.main-footer {
  background-color: #133f5e;
  color: #7e8390;
  padding-top: 55px;
}

.main-footer a:not(.btn) {
  color: #7e8390;
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

@media (min-width: 1200px) {
  .main-nav > li a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: rgba(255, 255, 255, 0.75);
    /* transform: skew(25deg); */
    padding: 10px 30px;
  }
  .main-nav > li.is-active > a,
  .main-nav > li.current-menu-item > a,
  .main-nav > li:hover > a,
  .main-nav > li > a:hover {
    color: white;
  }
  ul.main-nav.nav {
    padding: 0 40px;
    /* transform: skew(-25deg); */
    margin-top: 60px !important;
  }
  .mainbar .navbar-header,
  .mainbar .main-nav-trigger {
    position: absolute;
  }
  .nav:before {
    content: "";
    display: block;
    /* width: 100%; */
    /* background: #333333; */
    /* position: absolute; */
  }
  .main-nav li:first-child {
    /* border-radius: 7px 0 0 7px; */
    /* background: #6dba44; */
    /* padding-left: 30px; */
  }

  .main-nav li {
    /* background: #6dba44; */
  }

  .main-nav li:last-child {
    /* border-radius: 0 7px 7px 0; */
    /* padding-right: 30px; */
  }

  .navbar-brand {
    /* background: #6dba44; */
    /* padding: 40px 20px; */
    /*border-radius: 7px;*/
    /* margin-top: 18px; */
  }
  .navbar-brand-inner > img {
    width: 100px;
    height: auto;
  }
  .main-nav li:hover,
  .main-nav li.current-menu-item {
    background: #6dba44;
  }
  .main-header {
    /* border-top: 10px solid #6dba44; */
  }
  .tabs-nav-side .tabs-nav a {
    padding: 9px 50px;
  }
}

@media (max-width: 768px) {
  .footer-logos {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-left div.wpb_single_image {
    text-align: inherit;
  }
  .text-sm-left .liquid-counter-element {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-right div.wpb_single_image {
    text-align: inherit;
  }
  .text-sm-right .liquid-counter-element {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-center div.wpb_single_image {
    text-align: inherit;
  }
  .text-sm-center .liquid-counter-element {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-logos {
  text-decoration: none;
  display: inline-block;
  margin: 0 !important;
  padding-left: 0;
}
.footer-logos li {
  display: inline-block;
  margin: 4px 8px;
}

.footer-logos li.bg-primary img {
  /* padding: 20px; */
}
.footer-logos li img {
  width: 80px;
  display: block;
}

#map_base svg {
  min-height: 100%;
  width: 100%;
  margin: 0;
}

#jstip {
  /*font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;*/
  font-weight: bold;
  font-size: 14px;
  max-width: 40%;
  display: none;
  padding: 10px;
  /*border: 1px solid #404040;*/
  color: #404040;
  z-index: 1000;
  float: left;
  position: absolute;
  background: rgba(265, 265, 265, 0.9);
  word-break: keep-all;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
}

.iconbox .iconbox-icon-container {
  margin-bottom: 0;
}

.iconbox .svg-icon {
  width: 60px;
}

.iconbox .st0 {
  fill: #ffffff;
}

.iconbox .st0 {
  fill: #ffffff;
}

.award-year-header {
  color: #004165;
  padding: 4px 15px;
  text-align: center;
  margin-bottom: 0;
}

.award-year-header h3 {
  color: white;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.award-item {
  height: 100%;
}

.award-item img {
  max-width: 100%;
  border: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.award-item p {
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0 10px;
}

.award-item p strong {
  color: #004165;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .award-item {
    margin-bottom: 30px;
  }

  .award-item p {
    font-size: 0.85rem;
  }
}

/* Award Image Styling */
.award-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 300px;
  border: 1px solid #eee;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.award-item:hover .award-image {
  transform: translateY(-5px);
}

.award-year-header {
  color: #004165;
  padding: 8px 15px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 2px;
}

.award-year-header h3 {
  color: #004165;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .award-image {
    max-height: 250px;
  }
}

@media (max-width: 767px) {
  .award-image {
    max-height: 220px;
  }
}
