/* FlexSlider styles */
#imageCycle {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#imageCycle .flexslider .slides {
    list-style: none;
    margin: 0;
    padding: 0;
}

#imageCycle .flexslider .slides li {
    display: none;
    background-size: cover;
    background-position: center center;
    height: 400px;
}

#imageCycle .flexslider .slides li.flex-active-slide {
    display: block;
}

#imageCycle ul {
    padding:0 0 1px 0 !important;
    list-style-type: none !important;
}

.flexslider {
    border:0px !important;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.flex-control-nav a {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
}

.flex-direction-nav a {
    top: 50%;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

.flexslider {position: relative; margin: 0; padding: 0;}
ul.flex-direction-nav a {
position: absolute;
width: 40px;
top:0; 
z-index: 888;
text-indent: -9999px; 
cursor: pointer;
height: 100%;
opacity: .4;
transition: all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s;
}
.flexslider:hover ul.flex-direction-nav a{opacity: 1;}

#imageCycle {position:relative; margin: 0 auto 30px auto; display: block; max-width: 2000px; min-height: 100%; width: 100%; -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); border-bottom: 1px solid #FFF;}

#imageCycle ul.flex-direction-nav a.flex-prev {left:0; background: url(../images/prev.png) no-repeat right 50%;}
#imageCycle ul.flex-direction-nav a.flex-next {right:0; background: url(../images/next.png) no-repeat left 50%;}
.imageText {position: absolute; left:15%; top:22%; max-width:400px; padding:30px; background: rgba(0,0,0,.15); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.slides li {height: 515px;}
  
.homeQuoteWrap {position: absolute; display: block; width: 100%; top:0px; right:0;}
.homeQuoteInnerWrap {width:100%; max-width:960px; margin:0 auto;position: relative;
    z-index: 9;}
.homeQuote {max-width: 315px; background: #FFF; float: right;}
.homeButtons {padding:22px 20px 0;}
.imageText .button {
    position: relative;
    z-index: 100;
}

.homeQuote a.button {padding-left:0; margin-bottom: 22px;font-size: 16px;}
.homeQuote a.button span {padding-left:65px; display: block; }
.button.bd {background: url(../images/bd.jpg) no-repeat left top, url(../images/bdbg.jpg) repeat-x left top;}
.button.hc {background: url(../images/hc.jpg) no-repeat left top, url(../images/hcbg.jpg) repeat-x left top;}
.button.cr {background: url(../images/cr.jpg) no-repeat left top, url(../images/crbg.jpg) repeat-x left top;}
.button.as {background: url(../images/as.jpg) no-repeat left top, url(../images/asbg.jpg) repeat-x left top;}
.button.ci {background: url(../images/ci.jpg) no-repeat left top, url(../images/cibg.jpg) repeat-x left top;}
.button.bg {background: url(../images/bg.jpg) no-repeat left top, url(../images/bgbg.jpg) repeat-x left top;}
#extensions_message_3_10 {display: none;}

.vendors {
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* Align logos vertically */
    justify-content: center; /* Center horizontally */
    gap: 20px; /* Adds spacing between logos */
    list-style: none;
    padding: 0 !important;
}

.vendors li {
    display: flex;
    align-items: center; /* Ensures the individual list items align content vertically */
    justify-content: center;
}

.vendors img {
    max-height: 130px; /* Adjust as needed */
    width: auto;
    display: block;
}

.socialNav ul, .menu-top-navigation-container ul {
    padding: 0 !important;
  }

  .languageNav {
    font-size: 1.1em;
    text-align: right;
}
.languageNav a:focus, .languageNav a:hover {
    font-weight: bold;
    text-decoration: underline;
}
.tab-content { display: none; }
.tab-content.active { display: block; }

/* General styles for the tabs container */
.sow-tabs .sow-tabs-tab-container {
    background-color: #87b73f;
    display: flex;
    padding: 12px 10px 0px 10px;
    flex-wrap: wrap;
}

/* Styles for each individual tab */
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0px 5px 0px 5px;
    padding: 16px 15px 16px 15px;
    transition: all 0.3s;
}
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
    font-size: 15px;
}
/* Active or hovered tabs */
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected,
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
    background-color: #f9f9f9;
    color: #2d2d2d;
}

/* Title inside each tab */
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
    line-height: 1;
    display: flex;
    align-items: center;
}

/* For icons inside the tabs */
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tab-icon-image {
    width: auto;
    height: 18px;
}

.sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title-icon-left > .sow-tab-icon-image,
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title-icon-left > span[data-sow-icon] {
    margin-right: 5px;
}

.sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title-icon-right > .sow-tab-icon-image,
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title-icon-right > span[data-sow-icon] {
    margin-left: 5px;
}

/* Panel container (the area that holds the content of the selected tab) */
.sow-tabs .sow-tabs-panel-container {
    background-color: #f9f9f9;
    position: relative;
}

/* Styles for the panel content */
.sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
    padding: 30px 30px 30px 35px;
    display: none; /* Initially hide all tab panels */
}

/* Show the active tab panel */
.sow-tabs .sow-tabs-panel-container .sow-tabs-panel.sow-tabs-panel-active {
    display: block; /* Show the active tab panel */
} 