﻿body {
  font-family: 'Open Sans', sans-serif;
}


html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/**** 
     ---- IE TWEEKS ----
                        ****/
a img {
  border: 0;
}

a:active {
  background-color: transparent;
}

/**** 
     ---- IE TWEEKS END ----
                             ****/

select {
  /*-webkit-appearance: none; 
-moz-appearance: none;
appearance: none; } 
*/
}

@supports (-webkit-appearance:none) {
  img {
    image-rendering: -webkit-optimize-contrast;
    /* Chrome (and eventually Safari) */
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  img {
    image-rendering: -ms-interpolation-mode: bicubic;
    image-rendering: -ms-optimize-contrast;
  }
}



img {
  /*
    image-rendering: optimizeSpeed; */
  /* Legal fallback                 */
  /*image-rendering: -moz-crisp-edges; /* Firefox                        */
  /*image-rendering: -o-crisp-edges; /* Opera                          */
  /*image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  /* image-rendering: crisp-edges; /* CSS3 Proposed                  */
  /*-ms-interpolation-mode: bicubic; /* IE8+                           */
}


h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #605F73;
}

p {
  font-family: 'Merriweather', serif;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 100;
}

.index-main ul li {
  font-family: 'Merriweather', serif;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 100;
}

div[class^="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin: 0px;

}

.col-cont {
  width: 94%;
  max-width: 980px;
  margin: 0px auto;
}

.nopad {
  padding: 0px !important;
  margin: 0px !important;
}

.nopad-sm-clear {
  padding: 0px !important;
  margin: 0px !important;
}

#header {

  max-height: 106px;
  border-bottom: 6px solid #605F73;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 1030;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 0;
  width: 101vw;
}

#header img {
  max-height: 100px;
}


#header .container-fluid {
  height: 100%;
  padding: 0;
}

#header .row {
  height: 100%;
  margin: 0;
}

#header .col-cont {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

#header img {
  max-height: 100px;
  display: block;
}

/* Adjust navbar positioning */
#header .navbar {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

/* Fix alignment for each item in the navbar */
.navbar-nav {
  display: flex;
  align-items: center;
  height: 100%;
}

#header .navbar-nav>li>a {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin: 10px 15px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  color: #717082;
}

#header .navbar ul.navbar-nav>li:hover>a {
  border-bottom: 2px solid;
  background-color: Transparent;
}

#header #navbar ul ul {
  position: fixed;
  padding: 0;
  margin: 0;
  left: 0;
  width: 100%;
  right: 0;
  list-style-type: none;
  background: #fff;
  display: none;
  z-index: 1;
}

#header #navbar ul>li:hover ul {
  display: block;
}

#header #navbar ul ul li a {
  padding: 10px 15px;
  color: #717082;
  font-size: 13px;
  display: block;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
}

.serviceul a {
  float: none !important;
}

.sub-nav-cont {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

/* Dropdown styling */
.dropdown-menu {
  padding: 15px 0;
  border: none;
  border-radius: 0;
  margin-top: 0;
}

.dropdown-menu.iris-bk-yellow {
  padding: 0;
  width: 158vw;
  position: fixed;
  left: -75vw;
  right: 171vw;
  top: 52px;
  border-radius: 0;
  margin-top: 0;
  border: none;
  z-index: 1029;
  min-height: 100px;
  box-sizing: border-box;
  display: none;
  background-color: #FDC52F;
}

.dropdown-menu.iris-bk-yellow .sub-nav-cont {
  display: flex;
  flex-direction: row;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0 30px 0;
  position: relative;
}

/* Services and Expertise Headers */
.dropdown-menu.iris-bk-yellow .sub-nav-cont::before {

  position: absolute;
  top: 5px;
  left: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #605F73;
  letter-spacing: 2px;
}

.dropdown-menu.iris-bk-yellow .sub-nav-cont::after {

  position: absolute;
  top: 10 px;
  left: calc(50% - 25px);
  font-size: 16px;
  font-weight: 600;
  color: #605F73;
  letter-spacing: 2px;
}

/* Column Layout */
.dropdown-menu.iris-bk-yellow .serviceul:first-child {
  width: 25%;
  padding-right: 20px;
}

.dropdown-menu.iris-bk-yellow .serviceul:nth-child(2) {
  width: 25%;
  padding-right: 20px;
}

.dropdown-menu.iris-bk-yellow .serviceul:nth-child(3) {
  width: 50%;
}

/* Link Styling */
.dropdown-menu.iris-bk-yellow .serviceul>li {
  list-style: none;
  margin-bottom: 0;
  display: block;
}

.dropdown-menu.iris-bk-yellow .serviceul>li a,
.dropdown-menu.iris-bk-yellow a.dropdown-item {
  color: #605F73;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  transition: none;
  border-bottom: none;
  text-decoration: none;
  line-height: 1.4;
}

/* Override any Bootstrap hover effects */
.dropdown-menu.iris-bk-yellow .serviceul>li a:hover,
.dropdown-menu.iris-bk-yellow a.dropdown-item:hover {
  background-color: transparent !important;
  color: #605F73 !important;
  padding-left: 0 !important;
}

/* Fix any remaining positioning issues */
.dropdown-menu.iris-bk-yellow .sub-nav-cont {
  padding-top: 40px;
}

.dropdown-menu.iris-bk-yellow .serviceul {
  padding-top: 10px !important;
}

/* Section Headers */
.dropdown-menu.iris-bk-yellow .serviceul h4 {
  font-size: 15px;
  font-weight: 600;
  color: #605F73;
  margin-bottom: 15px;
  padding: 0 !important;
  letter-spacing: 2px;
  border-bottom: none;
}

.dropdown-menu.show {
  /* Remove this to prevent forced display */
  /* display: block !important; */
}

.dropdown-menu.iris-bk-yellow .sub-nav-cont {
  display: flex;
  flex-direction: row;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 30px 30px 20px 30px;
}

/* Let Bootstrap handle the column layout properly */
.dropdown-menu.iris-bk-yellow .col-4.serviceul {
  padding: 0 15px;
  box-sizing: border-box;
  /* Remove custom float that conflicts with Bootstrap */
  float: none;
  /* Remove fixed width that conflicts with Bootstrap's grid */
  width: auto;
}

/* Fix list items that are direct children of serviceul */
.dropdown-menu.iris-bk-yellow .serviceul>li {
  list-style-type: none;
  margin-bottom: 12px;
  text-align: left;
  display: block;
  width: 100%;
}

/* Make sure the last item has proper margin */
.dropdown-menu.iris-bk-yellow .serviceul>li:last-child {
  margin-bottom: 0;
}

/* Target the dropdown items specifically */
.dropdown-menu.iris-bk-yellow .serviceul li a.dropdown-item {
  padding: 8px 0;
  background-color: transparent;
}

/* Ensure proper padding on dropdown item hover */
.dropdown-menu.iris-bk-yellow .serviceul li a.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 8px 0;
}

/* Fix white text on active/focus dropdown items */
.dropdown-menu.iris-bk-yellow .serviceul li a.dropdown-item:active,
.dropdown-menu.iris-bk-yellow .serviceul li a.dropdown-item:focus,
.dropdown-menu.iris-bk-yellow li:not(.serviceul li) a:active,
.dropdown-menu.iris-bk-yellow li:not(.serviceul li) a:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: #605F73;
  box-shadow: none;
}

/* For regular dropdown items (not in services) */
.dropdown-menu.iris-bk-yellow li:not(.serviceul li) {
  list-style-type: none;
  text-align: left;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.dropdown-menu.iris-bk-yellow li:not(.serviceul li) a {
  padding: 8px 15px;
  display: block;
  color: #605F73;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Fix the hover gap issue by extending the hover area */
.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item::after {
  content: '';
  display: block;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  z-index: 1031;
  background: transparent;
  pointer-events: none;
}

/* Show dropdown on hover and maintain it visible when hovering over the gap */
@media (min-width: 992px) {
  .navbar-nav .nav-item:hover .dropdown-menu.iris-bk-yellow {
    display: block;
  }

  .navbar-nav .nav-item:not(:hover) .dropdown-menu.iris-bk-yellow {
    display: none !important;
  }
}

/* Mobile menu */
#mob-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1050;
  background: #fff;
  display: none;
  overflow-y: auto;
  padding: 30px 20px;
}

#mob-menu a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #605F73;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  letter-spacing: 1px;
}

#mob-menu h2 {
  display: inline-block;
  margin-top: 10px;
  font-size: 26px;
  margin-bottom: 20px;
}

#mob-menu .fa {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: #FDC52F;
  cursor: pointer;
}

#menu-open {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #FDC52F;
  cursor: pointer;
  display: none;
  z-index: 1040;
}

#mob-menu ul.nav {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  display: block;
  width: 100%;
}

#mob-menu ul.nav>li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  clear: both;
  float: none;
}

#mob-menu ul.nav>li>a {
  width: 85%;
  display: block;
  padding: 15px 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-align: left;
}

#mob-menu ul li .fa.open-mobile-menu {
  padding: 5px 10px;
  right: 0;
  top: 10px;
  color: #605F73;
  font-size: 20px;
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 30px;
}

#mob-menu ul ul {
  list-style-type: none;
  display: none;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
}

#mob-menu ul ul li {
  border-bottom: none;
  margin-bottom: 0;
}

#mob-menu ul ul li a {
  font-size: 14px;
  padding: 12px 0;
  color: #605F73;
  font-weight: 400;
  letter-spacing: 1px;
}

.open-mobile-menu {
  position: absolute;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* HOME */
#home-banner {
  margin-top: 106px;
  padding-top: 0;
  background-color: #3C4159;
  position: relative;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}

#home-banner h1 {
  color: #ffffff;
}

.banner-height {
  height: 50vh;
}

#home-banner p {
  color: #ffffff;
  font-size: 18px !important;
  font-weight: 100;
  text-transform: none;
}

.iris-yellow {
  color: #FDC52F;
}

.iris-bk-yellow {
  background: #FDC52F !important;
}

.grey-back {
  background-color: #eee;
  padding: 5px 0px;
}

.white-back {
  background-color: #ffffff;
  padding: 5px 0px;
}

.center-cont {
  text-align: center;
}

.info-block {
  margin: 20px auto;
  max-width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.info-block-header {
  background-size: cover;
  padding: 45px 5px;
  min-height: 154px;
  text-align: center;
  background-color: #595959;
}

.info-block-header span {
  min-width: 80%;
  max-width: 230px;
  max-width: 80%;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  padding: 10px;
  display: inline-block;
  letter-spacing: 2px;
}

.info-block-text {
  padding: 20px 15px;
  text-align: center;
  background-color: #ffffff;

}

a .info-block-text p {
  text-decoration: none;
  color: #333;
}

a.home-info-links {
  text-decoration: none;
}

.info-block-small {
  margin: 0px 0px 0px 0px;
  text-align: center;
}

.info-block-small h3 {
  font-size: 17px;
}

.info-block-text-small {
  padding: 10px 10px;
  text-align: center;
  background-color: #eeeeee;
}

a.main-button {
  cursor: pointer;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background-color 0.5s ease;
  background-color: #605F73;
  text-decoration: none;
  padding: 17px 0px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  display: block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

a.main-button:hover {
  background-color: #4c4c5c;
}

a.main-button-white {
  cursor: pointer;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background-color 0.5s ease;
  background-color: #fff;
  text-decoration: none;
  padding: 17px 0px;
  color: #605F73;
  font-size: 12px;
  text-align: center;
  display: block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  max-width: 300px;
  font-weight: 600;
  letter-spacing: 2px;
}

a.main-button-white:hover {
  background-color: #605F73;
  color: #fff;
}

br.clear {
  margin: 50px 0px;
  display: block;
  content: " ";
}

.home-banner-center {
  /* position: absolute; */
  /* bottom: 20%; */
  max-width: 980px;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.home-news {
  color: #000;
  margin: 40px 0px;
  display: block;
  overflow: auto;
}

.home-news-date {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  border: 3px solid;
  letter-spacing: 2px;
  padding: 15px 0px !important;
}

.home-news-text {
  color: #000;
  text-align: left !important;
}

.home-news-text span {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.home-new-text p {
  color: #000;
  font-size: 12px;
}

a.news-click {
  text-decoration: none;
  color: #000;
}

a.news-click:hover .home-news-date {
  background-color: #FDC52F;
  transition: background-color 0.5s ease-in-out;
}


/* CONTENT PAGES */

#content-banner {
  margin-top: 106px;

  background-color: #595959;
  position: relative;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#content-banner h1 {
  color: #ffffff;
}

#content-banner p {
  color: #ffffff;
  font-size: 18px !important;
  font-weight: 100;
  text-transform: none;
}

.banner-height-small {
  height: 30vh;
  min-height: 300px;
}

.index-main {
  padding: 50px 0px !important;
  position: relative;
  overflow: none;
}

.clients-cont {
  margin: 40px auto 20px auto;
  padding: 10px 30px !important;
}

.clients-cont span {
  width: 80%;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #605F73;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #605F73;
  text-transform: uppercase;
  padding: 20px 10px;
  display: inline-block;
  letter-spacing: 2px;
}

a.client-hover .clients-cont span {
  background-size: 100% 200%;
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent 50%, #605F73 50%);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

a.client-hover:hover .clients-cont span {
  background-position: 0 -100%;
  color: #fff;
}

#map,
#map2 {
  height: 400px;
  width: 100%;
}

.messageBox {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  bottom: 0;
  /* background-color: #000; top: 0; background-color: rgba(63,70,82,0.8); */
}

.messageBoxClose {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #BBBBBB;
}

.messageBoxClose .fa {
  color: #ffffff;
  font-size: 16px;
}

.messageBoxCont {
  width: 100%;
  font-weight: 100;
  height: 0px;
  text-align: center;
  background-color: #edf7e6;
  /* max-width: 350px; */
  left: 0;
  margin: 0 auto;
  position: absolute;
  box-shadow: 2px 0px 8px -4px #000;

  bottom: 0px;
}

.messageBoxHeader {
  /*font-family: 'Open Sans', sans-serif;*/
  color: #605F73;
  font-weight: normal;
  font-size: 22px;
  padding: 20px 5px 5px 5px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #605F73;
}

.messageBoxText {
  /*font-family: 'Open Sans', sans-serif;*/
  color: #605F73;
  padding: 5px;
  font-size: 13px;
}

.addheight {
  height: 135px;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.error-background {
  background-color: #f4a5a1 !important;
}

.pdf-cont {
  margin: 5px 0px;
  overflow: auto;
  background-color: #F8F8F8;
  padding: 10px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #605F73;
}

.pdf-cont img {
  margin-right: 20px;
  float: left;
}

.pdf-cont span {
  display: inline;
}

/* FORM */

input.formInput {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border: 0px !important;
  background-color: #F8F8F8;
  letter-spacing: 2px;
  font-size: 13px !important;
  padding: 18px !important;
  margin: 15px 0px;
  width: 100%;
  box-sizing: border-box;
}

select.formInput {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border: 0px !important;
  background-color: #F8F8F8;
  letter-spacing: 2px;
  font-size: 13px !important;
  padding: 18px !important;
  margin: 15px 0px;
  width: 100%;
  box-sizing: border-box;
}

/* Override Bootstrap 5 form-control styling to maintain custom look */
.form-control.formInput {
  border-radius: 0;
  border: none !important;
  box-shadow: none;
}

/* Bootstrap 5 specific overrides */
.form-control:focus {
  box-shadow: none;
  border: none !important;
  background-color: #F8F8F8;
}

::-webkit-input-placeholder {
  color: #605F73;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #605F73;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #605F73;
}

:-ms-input-placeholder {
  color: #605F73;
}

/* TEAM */
.team-member-cont {
  background-color: #F8F8F8;
  text-align: center;
}

.team-member-cont p {
  color: #605F73;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-align: center;
  width: 80%;
  max-width: 80%;
  margin: 5px auto;
  font-weight: 600;
  text-transform: uppercase;
}

    .team-member-cont img {
        width: 50%;
        /*height:100%;*/
        /* margin-top: 25px*/
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

.team-header h3 {
  margin: 20px 0px 20px 0px;
  font-weight: 100 !important;
}

/*
.ie-width-fix { max-width:113px; }
.team-transform-outer
    .ie-width-fix {
    max-width:200px;
}
    */

/*
image-rendering: -moz-crisp-edges;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
*/

.bio-container {
  position: absolute;
  top: 0px;
  /* padding-top: 30px; */
  overflow: hidden;
  bottom: 50px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  max-height: 0px;
  background: #eee;
}

.bio-addheight {
  max-height: 100%;
}

.bio-container p {
  margin-top: 50px;
}

p.bio-click {
    position: absolute;
    z-index: 1000;
    bottom: 50px;
    left: 0;
    right: 0;
    cursor: pointer;
}

.bdis {
  display: none;
}

/* FOOTER */
#footer {
  background-color: #3C4159;
  min-height: 300px;
  color: #ffffff;
  padding: 30px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

#footer .row {
  width: 100%;
  margin: 0;
}

#footer div[class^="col"] {
  padding: 0px 15px;
}

#footer p {
  color: #ffffff;
}

#footer small {
  font-family: 'Merriweather', serif;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 100;
  display: block;
  line-height: 1.6;
}

ul.footer-nav {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.footer-nav li {
  display: inline;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 5px;
}

ul.footer-nav li a {
  color: #ffffff;
  font-size: 13px;
}

.footer-bottom {
  line-height: 30px;
  margin-top: 20px;
}

.footer-bottom a {
  color: #ffffff;
  line-height: 30px;
  font-size: 30px;
}

.footer-bottom .fa {
  font-size: 30px;
}

.footer-bottom ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom ul li {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  vertical-align: bottom;
  margin: 0 10px;
}

.footer-bottom ul li a:hover {
  color: #FDC52F;
}

.transition {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 1;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.team-transform-outer {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    bottom: 0;
    background-color: #000;
    top: 0;
    background-color: rgba(63, 70, 82, 0.8);
    width: 100%;
    min-height: 1200px;
}
.team-member-popout {
    background-color: #F8F8F8;
    margin: 0 auto;
    /*margin-top:30vh;*/
    margin-top: 13%;
    max-width: 400px;
    max-height: 700px;
    text-align: center;
    position: relative;
    padding-bottom: 0px !important;
}
.team-transform-outer .team-member-cont {
  background-color: #F8F8F8;
  margin: 0 auto;
  /*margin-top:30vh;*/
  margin-top: 13%;
  max-width: 400px;
  text-align: center;
  position: relative;
  padding-bottom: 0px !important;
}

.contact-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #605F73;
  font-size: 18px;
}

.contact-text a {
  color: #605F73;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*margin-bottom:10px;*/
  padding-bottom: 50px;
}

.team-width-fix {
  margin-bottom: 20px;
}

p.staff-role {

  padding-bottom: 8%;
}

.flex-button-ab {
  position: absolute;
  bottom: 0px;
  left: 10px;
  height: 10;
  right: 10px;
}

a.close-staff-full fa {
  color: #6d6d6d;
}

a.close-staff-full {
  color: #6d6d6d;
  position: absolute;
  right: 0px;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  z-index: 200;
}


span.staff-thin-text {
  font-weight: 300;
  color: #6d6d6d;
}

.team-transform-outer p.staff-role {
  padding-bottom: 2%;
}

.team-member-cont img {
  width: 125px;
}

.team-transform-outer img {
  width: 200px;
}


ul.sitemap a {
  font-size: 16px;
}

/* Fix navbar behavior */
#header .navbar {
  float: right;
  margin: 0;
  margin-top: 49px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

/* Ensure navbar appears properly */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
  }
}

.navbar-nav .nav-link {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin: 10px 15px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  color: #717082;
  height: auto;
}

.navbar-nav .nav-item:hover .nav-link {
  border-bottom: 2px solid;
}

/* Bootstrap 5 specific adjustments */
#navbarContent {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#mob-menu ul.nav>li>ul {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  display: none;
  /* Initial state */
}

#mob-menu ul.nav>li>ul.visible,
#mob-menu ul.nav>li>ul[style*="display: block"] {
  display: block !important;
}

/* Style for the toggle icon */
.open-mobile-menu {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 10;
}

/* Bootstrap 5 Grid Fixes */
.row {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
}

/* Top-level page-section wrapper rows (header, footer, banners, coloured
   stripes) have no padded column ancestor to absorb .row's -10px gutter
   margins, so they push 10px past the viewport edge on each side and cause
   a horizontal scroll bar. Add this class alongside .row on those wrappers
   only - nested grid rows must keep the default .row margins so their
   columns stay flush with the surrounding .col-cont. */
.row.row-flush {
  margin-left: 0;
  margin-right: 0;
}

/* Fix for row containing columns not displaying correctly */
.row>[class^="col-"] {
  display: block;
}

/* Ensure team members display correctly */
.team-members-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* Ensure proper spacing in Bootstrap 5 */
.col-md-12,
.col-sm-6,
.col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}

/* Make sure Bootstrap 5 container works */
.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}