.screen_width {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.screen_width_top_300 {
  width: 100%;
  height: auto;
  margin: 300px 0 0 0;
  padding: 0;
  overflow: hidden;
}

.footer_width {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0 20px 0;
  overflow: hidden;
}

.view_width {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0;
}

.footer_view_width {
  width: 1200px;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0;
  color: var(--olive);
}

.footer_view_width a {
  color: var(--olive);
  text-decoration: none;
}

.footer_view_width a:hover {
  color: var(--white);
  text-decoration: none;
}

.top_logo {
  width: 25%;
  height: 80px;
  padding-top: 20px;
  margin: 0;
  float: left;
}

.top_menu {
  width: 75%;
  height: 60px;
  padding-top: 40px;
  margin: 0;
  text-align: right;
  float: left;
}

.top_menu a {
  padding: 7px 13px 7px 15px;
  margin-right: 14px;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.top_menu a:hover {
  color: var(--verydarkolive);
  background-color: var(--lightgrey);
  cursor: pointer;
}

.background_cherry {
  background-color: var(--cherry);
}

.background_light_olive {
  background-color: var(--olive);
}

.background_dark_olive {
  background-color: var(--darkolive) !important;
}

.background_dark {
  background-color: var(--darkgrey);
}

.topnav {
  background-color: var(--cherry);
  overflow: hidden;
  margin: 0;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 13px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: #a3c6bd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.show_mobile {
  display: none;
}


.text_block_top {
  width: 98%;
  height: auto;
  padding: 8px 1% 8px 1%;
}

.text_block_top a {
  margin-left: 30px;
  color: var(--verydarkolive);
  font-weight: 400;
}

.text_block_wide {
  width: 98%;
  height: auto;
  overflow: hidden;
  padding: 20px 1% 20px 1%;
}

.text_block_wide_top {
  width: 98%;
  height: auto;
  padding: 30px 1% 0 1%;
}

.text_block_wide_top h1 {
  color: var(--grey);
  font-size: 2rem;
}

.text_block_wide_top a {
  color: var(--olive);
}

.text_block_wide_top a:hover {
  color: var(--cherry);
}

.text_block_wide_left {
  width: 68%;
  height: auto;
  overflow: hidden;
  padding: 20px 1% 20px 1%;
  float: left;
  box-sizing: border-box;
}

.text_block_wide_left img {
  width: 100%;
  height: auto;
}

.text_block_wide_left ul {
  list-style-type: circle;
  line-height: 1.5rem;
}

.text_block_wide_right {
  width: 28%;
  height: auto;
  overflow: hidden;
  padding: 0 1% 20px 1%;
  float: left;
}

.photo-container {
    height: 500px;
    display: flex;
    gap: 10px;
}

.left-photo {
    border-radius: 0.375rem;
}

.left-photo,
.right-grid {
    height: 100%;
}

.left-photo img,
.right-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.375rem;
}

.right-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.right-grid div {
    overflow: hidden;
    border-radius: 0.375rem;
}

.img-overlay-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.magnifying-icon {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 8px;
    pointer-events: none;
}

.img-overlay-container:hover .magnifying-icon {
    background: rgba(0, 0, 0, 0.7);
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.info_block {
    color: #1f7f93;
}

.info_block a {
    color: #1f7f93;
    text-decoration: none;
}

.info_block a:hover {
    color: #1f7f93;
}

.carousel-item img {
    max-height: 300px;
    object-fit: cover;
}

.button_auto {
    width: auto;
    height: auto;
    color: white;
    background-color: #1f7f93;
    font-size: 21px;
    font-weight: 500;
    padding: 8px 36px 8px 36px;
    margin: 30px auto 30px auto;
    display: inline-block;
    border-radius: 30px;
}

.button_auto:hover {
    color: white;
    background-color: var(--bvn-orange);
}

.text_center {
    text-align: center;
}

.background_verylightgrey {
    background-color: whitesmoke;
}


.background_verylightaqua {
    background-color: #eaf2f4;

}

.background_verylightorange {
    background-color: #fdf2e8;
}

.block_padding {
    padding: 15px;
}

.block_padding_20 {
    padding: 20px 20px 6px 20px;
}

/* default fallback; JS will set exact values */
:root {
    --nav-h: 86px;
    --sub-h: 40px;
}

#mainNav {
    z-index: 1030;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .05);
}

#subBar {
    position: fixed;
    top: var(--nav-h);
    /* sits right below the navbar */
    left: 0;
    right: 0;
    z-index: 1029;
    /* just below the navbar */
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .05);
    font-size: 1.15rem;
}

#subBar a {
    color: white;
    margin-right: 20px;
}

@media (max-width: 768px) {
  #subBar {
    display: none;
  }
}

/* Only affect desktop/tablet */
@media (min-width: 768px) {
  .custom-card .flex-shrink-0 {
    flex: 0 0 250px;  /* fixed width for desktop */
    max-width: 250px;
  }
  .custom-card .flex-shrink-0 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* crop to fill without distortion */
  }
}

.mobile_show {
    display: none;
}
@media (max-width: 768px) {
  .mobile_show {
    display: block;
  }
}

.add_block_full_wide_right {
  width: 25%;
  height: 300px;
  margin: 0 0 15px 0;
  float: left;
  font-size: 0.8rem;
}

.add_block_wide {
  width: 46%;
  height: auto;
  margin: 0 2% 15px 2%;
  float: left;
}

.add_block_wide_top {
  width: 44%;
  height: 210px;
  margin: 0 4% 15px 0;
  float: left;
}

.add_block_wide_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.add_block_company_logo {
  width: 42%;
  height: 210px;
  display: block;
  margin: 0 0 15px 8%;
  float: left;
}

.add_block_company_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.add_block_company_text {
  width: 42%;
  height: 180px;
  margin: 0;
  padding: 20px 4% 10px 4%;
  text-align: left;
  float: left;
  background-color: var(--verylightgrey);
}

.add_block_wide_bottom {
  width: 42%;
  height: 190px;
  margin: 0;
  padding: 10px 4% 10px 4%;
  text-align: left;
  float: left;
  background-color: var(--verylightgrey);
}

.add_block_text h3 {
  color: var(--darkgrey);
  font-size: 1.2rem;
  margin: 5px 0 13px 0;
  font-weight: 300;
}

.add_block_text p {
  line-height: 18px;
  font-size: 13px;
}

.add_block_text {
  width: 100%;
  height: 165px;
}

.add_block_link {
  width: 100%;
  height: 25px;
  font-weight: 700;
}

.add_block {
  width: 21%;
  height: auto;
  margin: 0 2% 15px 2%;
  float: left;
}

.add_block_top {
  width: 100%;
  height: 175px;
  margin: 0 0 15px 0;
  float: left;
}

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

.add_block_bottom {
  width: 92%;
  height: auto;
  margin: 0;
  padding: 10px 4% 15px 4%;
  float: left;
}

.add_block_bottom h3 {
  color: var(--darkgrey);
  font-size: 1.2rem;
  margin-bottom: 13px;
  font-weight: 300;
}

.add_block_bottom p {
  line-height: 25px;
  font-size: 12px;
}

.slide_text {
  width: 1200px;
  height: auto;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 10000000000000000;
  text-align: center;
  display: block;
}

.title_text {
  font-size: 3rem;
  margin-top: 150px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  color: var(--white);
  z-index: 10000000000000001;
}

.sub_title_text {
  font-size: 1.75rem;
  margin-top: 20px;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  color: var(--white);
}

.sub_title_text a {
  color: var(--white);
}
.square_cat_block2 {
  width: 100%;
  height: 230px;
  margin: 0;
  text-align: center;
  font-weight: 700;
  line-height: 230px;
}

.square_cat_block2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.square_cat_block2 h5 {
  font-size: 1.5rem;
  color: var(--white);
}

.square_cat_block2 a {
  color: var(--white);
}

.square_cat_block_title {
  width: 22%;
  height: 250px;
  margin: 0 3% 15px 0;
  float: left;
  background-color: var(--cherry);
  text-align: center;
  font-weight: 700;
  transition: background-color 0.5s ease;
}

.square_cat_block_title h5 {
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 25px;
}

.square_cat_block_title a {
  color: var(--white);
}

.square_cat_block_title a:hover {
  color: var(--white);
}

.square_cat_block_3:first-child {
  width: 22%;
  height: 154px;
  margin: 0 3% 15px 0;
  padding-top: 50px;
  float: left;
  text-align: center;
  font-weight: 700;
  transition: background-color 0.5s ease;
}

.square_cat_block_auto {
  width: 22%;
  height: auto;
  margin: 0 3% 30px 0;
  float: left;
  background-color: var(--white);
  text-align: center;
  transition: background-color 0.5s ease;
  font-size: 1.15rem;
}

.square_cat_block {
  width: 22%;
  height: 232px;
  margin: 0 3% 15px 0;
  float: left;
  background-color: var(--white);
  text-align: center;
  font-weight: 700;
  transition: background-color 0.5s ease;
}

.square_cat_block h5 {
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 25px;
}

.square_cat_block a {
  color: var(--white);
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.6em;
}

.square_cat_block_image {
  width: 100%;
  height: 190px;
  margin-bottom: 1px;
}

.square_cat_block_image img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: auto;
}

#slideshow {
  position: relative;
  width: 100%;
  height: 550px;
  padding: 0;
  overflow: hidden;
  background-color: #e8e8e8;
  clear: both;
}

#slideshow>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: whitesmoke;
}

#slideshow>div>img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.search_form {
  width: 40%;
  height: auto;
  margin: -250px auto 0 auto;
  position: relative;
  z-index: 1000;
}

.search_form_left {
  width: 70%;
  height: 40px;
  margin: 0 2% 0 0;
  float: left;
}

.search_form_left input[type=text] {
  width: 98%;
  height: 40px;
  margin: 0;
  padding-left: 2%;
  background-color: var(--white);
  border: 2px solid var(--white);
  border-radius: 4px;
}

.search_form_right {
  width: 28%;
  height: 40px;
  margin: 0;
  float: left;
}

.search_form_right input[type=button] {
  width: 100%;
  height: 40px;
  margin: 0;
  color: var(--white);
  font-size: 1.2rem;
  background-color: var(--cherry);
  border: 2px solid var(--cherry);
  border-radius: 4px;
}

.search_area {
  width: 100%;
  height: auto;
  overflow: none;
  clear: both;
}

.search_area input[type=text] {
  border: 1px solid var(--cherry);
  width: 79%;
  margin: 0 1% 0 0;
  font-size: 1rem;
  padding: 11px 1% 11px 1%;
  border-radius: 4px;
  float: left;
  box-sizing: border-box;
}

.search_area input[type=submit] {
  background-color: var(--cherry);
  border: none;
  color: white;
  font-size: 1rem;
  padding: 12px 0 12px 0;
  text-decoration: none;
  width: 18%;
  margin: 0;
  cursor: pointer;
  border-radius: 4px;
  float: left;
}