.bg-orange {
    background-color: #ef5a16 !important;
}

nav {
    font-family: "LatoWeb";
    line-height: 1.5;
}

nav .nav-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 82%;
    margin: auto;
    /* padding: 5px 0; */
}

nav.nav-teal, nav.nav-teal .nav-container {
    background-color: #0096a3;
}

nav.nav-orange, nav.nav-orange .nav-container {
    background-color: #ef5a16;
}

.navbar-default.navbar-default-transparent {
    top: 0;
}

.navColor.navbar-default-transparent {
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    z-index: 9999;
}

.navbar-nav.primary-nav li a {
    text-transform: none;
    font-size: 1.1rem;
}

.navbar-brand.image-height img {
    height: 60px;
}

.logo-container {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo-container * {
  flex: 1;
}

@media (min-width: 1200px) {
    .navbar-nav.primary-nav {
        float: left;
        margin-left: 4rem;
    }

    .navbar-nav.primary-nav li a {
        letter-spacing: 0.75px;
        font-weight: normal;
    }

    .contact-us-button {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 80px;
    }

    .contact-us-button a {
        background-color: var(--dark-teal);
        color: #fff;
        font-size: 15px;
        letter-spacing: 0.5px;
        font-weight: bold;
        padding: 0.5rem 1rem;
        margin-right: 1rem;
        border: 1px solid #0096A3;
        border-radius: 0.25em;
        -webkit-transition: color 0.3s, box-shadow 0.3s;
        -moz-transition: color 0.3s, box-shadow 0.3s;
        -o-transition: color 0.3s, box-shadow 0.3s;
        transition: color 0.3s, box-shadow 0.3s;
    }


    .navColor .navbar-brand.navbar-brand-sticky {
        position: static;
    }

    .navColor .navbar-brand.navbar-brand-sticky img {
        height: 60px;
    }

    .navbar .dropdown-toggle-hover.active::before {
        content: '';
        position: absolute;
        top: 70%;
        left: 0;
        border-bottom: 3px solid var(--color-orange);
        width: 100%;
    }

}

@media (min-width: 0) and (max-width: 1199px) {
    .navbar-brand.image-height {
        padding: 10px 20px;
    }

    .contact-us-button {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .contact-us-button a {
        font-size: 24px;
        padding: 25px 20px;
        line-height: normal;

        background-color: #077a86;
        color: #fff;
        padding: 10px;
        margin-top: 21px;
        line-height: 20px;
        height: auto;
        text-align: center;
        border-radius: 5px;
    }

}

.side-navigation .side-navigation--item a,
.navbar .dropdown-toggle-hover {
    position: relative;
}

.side-navigation .side-navigation--item a.active {
    color: #077a86;
}

/* .navbar .dropdown-toggle-hover.active {
    color: white;
} */

.side-navigation .side-navigation--item a.active::before {
    content: '';
    position: absolute;
    top: 70%;
    left: 15px;
    border-bottom: 3px solid #ef5a16;
    width: 50%;
}

.nav-contact-mobile{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-btn-container {
    display: flex;
    gap: 0.75rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
/* .nav-contact-mobile .phone {
        width: 42px;
        height: 42px;
    } */

@media (min-width: 0px) and (max-width: 768px) {
    nav .nav-container {
        /* width: 100%; */
        padding-left: 15px;
        padding-right: 15px;
    }
    .lets-talk,
    .nav-contact-mobile strong {
        display: none;
    }

    .nav-contact-mobile .phone {
        width: 42px;
        height: 42px;
    }
}

.header_button {
  box-sizing: border-box;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  -webkit-appearance: button;
  color: #fff !important;
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  font-family: Arial, sans-serif;
  text-shadow: none;
  transition: color 0.2s linear, background 0.2s linear,
    border-color 0.2s linear, text-shadow 0.2s linear;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  min-height: 36px;
  min-width: 72px;
  padding: 8px 18px;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
}

.header_button_teal {
    border-color: #006069;
    background: #006069;
}

.header_button_orange {
    border-color: #ef5a16;
    background: #ef5a16;
}

.header_button_teal:hover {
    background-color: #016d77;
    border-color: #016d77;
    color: #fff;
}

.header_button_orange:hover {
    background-color: #ba5802;
    border-color: #ba5802;
    color: #fff;
}

@media (max-width: 440px) {
    .main_logo {
        max-width: 80%;
    }

    .nav-contact-mobile .phone {
        width: 28px;
        height: 28px;
    }

    .header_button {
        font-size: 12px;
    }
    .events-navigation-icon svg {
         width: 28px;
        height: 28px;
    }
      .events-navigation-icon{
       margin-top: 5px;
      }
    
}

@media (max-width: 600px) {
    nav .nav-container {
        width: 100%;
        flex-direction: column;
    }

    .contact-btn-container {
        margin-bottom: 10px;
    }
}