
body {
    overflow-x: hidden;  
    background-color: #f5f5f4;
}
header {
    background-color: #fff;
}
.bg-gray {
	background-color: #f5f5f4;
}

/* Colors for cf_cookiemanager */

:root {
  --cc-toggle-bg-on: #39A642 !important;
}

.cf-cookie-openconsent {
  background: #d9d9d9 !important;
}

#c-bns button, #s-bns button {
  background: #39A642 !important;
  color: #FFF !important;
}

#c-bns button:hover, #s-bns button:hover {
  background: #3db347 !important;
}

.cc-link {
  color: #2d4156 !important;
}

.mt-10 {margin-top: 10px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}

.mb-10 {margin-bottom: 10px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}

.pt-10 {padding-top: 10px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-60 {padding-top: 60px !important;}
.pt-70 {padding-top: 70px !important;}
.pt-80 {padding-top: 80px !important;}
.pt-90 {padding-top: 90px !important;}

.pb-10 {padding-bottom: 10px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pb-60 {padding-bottom: 60px !important;}
.pb-70 {padding-bottom: 70px !important;}
.pb-80 {padding-bottom: 80px !important;}
.pb-90 {padding-bottom: 90px !important;}

.tophead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 0 0 15px;
}
.topleft a.logo {
	height: 80px;
	display: inline-flex;
    margin-top: 3px;
}
.topleft a.logo img {
	max-width: 100%;
	display: block;
	max-height: 100%;
	padding: 2px;
}
.topright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 89px;
    width: 40%;
    background-color: #c3f2c7;
    border-top-left-radius: 50px;
    transition-duration: 0.5s;
}
.topright.searchopen {
    width: 70%;
}
.topsearch {
    height: 100%;
    display: inline-flex;
    align-items: flex-end;
}
.topnav {
    width: 300px;
    background-color: #39a642;
    min-height: 89px;
    display: inline-flex;
    align-items: flex-end;
    border-top-left-radius: 50px;
    padding-left: 20px;
}
.topsearch > form {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px !important;
    margin-left: 15px;
}
.topright.searchopen .topsearch > form {
	width: 100%;
}
.topright.searchopen input#search-field {
    width: 100%;
}
.topright.searchopen .topsearch {
    width: calc(100% - 320px);
}
.topsearch > form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px #777;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 3px;
    box-shadow: 0 0 3px 0.5px #a5e2aa;
    width: 80%;
}
.topsearch button.btn.btn-secondary {
    background-color: transparent;
    border: none;
    padding: 0 5px;
}
.navbox {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 300px;
    right: -400px;
    background-color: #fff;
    border-top-left-radius: 50px;
    transition-duration: 0.4s;
    display: none;
}
.navbox.navopen {
    display: block;
}
a.closenav {
    display: flex;
    height: 89px;
    padding-left: 20px;
    align-items: flex-end;
    margin-bottom: 20px;
    background-color: #39a642;
    border-top-left-radius: 50px;
}

ul.navbox_menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.navbox_menu li {
    display: block;
}
ul.navbox_menu > li {
    margin-bottom: 10px;
}
ul.navbox_menu > li > a {
    display: block;
    background-color: #e5e2e1;
    padding: 5px 10px 5px 30px;
    font-weight: 500;
}
ul.navbox_menu > li.current-item > a {
    background-color: #39a642;
    color: #fff;
}
ul.sub2, ul.navbox_menu > li > ul ul {
    padding-left: 0px;
}
ul.sub1, ul.navbox_menu > li > ul {
    padding-left: 0px;
}
ul.navbox_menu > li a {
    color: #333;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    transition-duration: 0.4s;
    font-family: Roboto;
}
ul.navbox_menu li.sub_curr a {
    color: #39a642;
    font-style: italic;
}
ul.sub2 li a, ul.navbox_menu > li > ul ul li a {
    font-size: 0.85em;
    font-weight: 400 !important;
}
ul.navbox_menu > li a:hover {
    text-indent: 10px;
    transition-duration: 0.4s;
    text-decoration: none;
}
ul.sub1 li a, ul.navbox_menu > li > ul > li > a {
    font-weight: 400;
    color: #877d7e;
}
li.current-subitem > a {
    background-color: #e1f2e3;
}
ul.sub1 > li > a, ul.navbox_menu > li > ul > li > a {
    padding-left: 50px;
}
ul.sub2 > li > a, ul.navbox_menu > li > ul ul > li > a {
    padding-left: 68px;
}

ol.carousel-indicators {
    margin-bottom: 0;
    bottom: -30px;
}
.carousel-indicators li {
    background-color: #39a642;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
section.slider {
    padding-bottom: 40px;
    margin-top: 88px;
}
div.carousel-caption {
    left: 25%;
    right: 25%;
    bottom: 0;
    padding-bottom: 0px;
}
.carousel-caption-title {
    /*background-color: #39a642;*/
    background-color: rgba(57, 166, 66, 0.85);
    padding: 15px 15px 10px 20px;
    text-align: left;
    border-top-right-radius: 30px;
    margin-bottom: auto;
}
.carousel-caption-body {
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
    padding: 15px 15px 20px 30px;
    text-align: left;
    border-bottom-left-radius: 50px;
    letter-spacing: 1px;
}
.carousel-caption-body h3 {
    font-size: 2rem;
    letter-spacing: 4px;
    font-family: Roboto;
    font-weight: 900;
}
.carousel-caption-body h3.carousel_subhead {
    font-weight: 400;
}
.carousel_subhead {
    font-weight: 300;
}
.newsbox-item {
    width: calc((100% / 3) - 20px);
    position: relative;
    margin: 10px;
}
.newsbox-item > img {
    display: block;
    max-width: 100%;
    border-top-left-radius: 70px;
    overflow: hidden;
}
.newsbox-item > p {
    display: block;
    position: relative;
    z-index: 9;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
    width: 100%;
    background-color: #39a642;
    margin-bottom: auto;
    font-size: 1.4em;
    line-height: 1;
}
.newsbox-item a {
    color: #fff !important;
    letter-spacing: 3px;
    font-family: Roboto;
    font-weight: 500;
}
svg.Layer_2 {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}
.newsbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 40px;
}
footer.footer {
    background-color: #39a642;
    padding: 30px 0;
    color: #fff;
    border-top-left-radius: 50px;
}
.footer-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
ul.footer-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.footer-menu a {
    color: #fff;
    font-size: 0.85em;
    display: inline-block;
    padding: 0 8px;
    font-family: Roboto;
    font-weight: 500;
}
ul.footer-menu a i {
    display: inline-block;
    margin-left: 5px;
}
ul.footer-socials {
    display: flex;
    margin-bottom: auto;
    padding: initial;
    list-style-type: none;
    text-align: right;
    margin-top: auto;
}
ul.footer-socials a {
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    font-size: 1.4em;
}
img.footer-logo {
    transform: translateX(-30px) translateY(-4px);
}
.titlebox {
    display: flex;
    flex-wrap: nowrap;
}
.leadtitle {
    display: block;
    margin-bottom: auto;
    line-height: 1;
    padding: 10px 70px;
    background-color: #39a642;
    color: #fff;
    border-top-right-radius: 30px;
    margin-right: 0;
    font-size: 1.5rem;
    letter-spacing: .2em;
    width: 100%;
    font-family: Roboto;
    font-weight: 500;
}
.mtitle {
    font-weight: 400;
    font-family: Roboto;
    line-height: 1;
    margin-bottom: auto;
    margin-top: auto;
    font-size: 2rem;
    letter-spacing: .1em;
}
.leader {
    color: #39a642;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: Roboto Slab;
    margin-top: 60px;
    display: block;
}
.accordion>.card>.card-header {
    background: transparent;
}
.accordion>div.card {
    border: solid 1px #39a642 !important;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px 1px rgba(57, 166, 66, 0.4);
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.accordion > .card > .card-header button {
    font-size: 0.8em;
    line-height: 1;
    font-weight: 300;
    color: #333;
    font-family: Roboto;
    letter-spacing: 3px;
}
.accordion>.card>.card-header button:hover {
    text-decoration: none;
    color: #000;
}
.accordion>.card>.card-header button:focus {
    text-decoration: none;
}
.accordion>.card>.card-header button.collapsed::after {
    content: "+";
    position: absolute;
    right: 20px;
    color: #39a642;
}
.accordion>.card>.card-header button:not(.collapsed)::after {
    content: "-";
    position: absolute;
    right: 20px;
    color: #39a642;
}
.arrow-title {
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 60px;
}
.arrow-title span {
    display: inline-block;
    margin-left: 5px;
    transform: scale(0.8);
}
.slick-initialized .slick-slide {
    padding-right: 10px;
}
ul.slick-dots li button:before {
    color: #39a642;
    font-size: 8px;
}
ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #39a642;
}
.box-title {
    font-family: Roboto Slab;
    font-weight: 400;
    font-size: 1.4rem;
}
.h4sp  {
    margin: 20px 0 38px 0;
}

body .h3, body h3 {
    font-family: Roboto;
    font-weight: 300;
    font-size: 2rem;
}
body p, body ul {
    font-family: Roboto;
    font-weight: 400;
    line-height: 180%;
}
.testimonial-after .leader {
    font-size: 2rem;
    line-height: 180%;
}
.content-title {
    text-transform: uppercase;
}

.main-content ul {
    padding-left: 30px;
}
.ce-border img, .ce-border iframe {
    border: 2px solid #bbb;
    padding: 0px;
}

.ce-gallery figcaption {
  font-size: 0.9rem;
  padding: 3px 0 8px 0;
}

/* Powermail *********************************************************************************/


.powermail_legend {
   display: none;
}

.btn-primary {
    color: #fff;
    background-color: #39a642;
    border-color: #39a642;
}

.btn-primary:hover, .btn-success:active, .btn-success:focus {
    color: #fff !important;
    background-color: #35973d !important;
    border-color: #35973d !important;
}

.mandatory {
    padding-left: 5px;
}

/* special stuff *********************************************************************************/

.accordion-wrapper button.btn {
padding: .375rem .0rem;
}


#p57 #c621 .newsbox-item:nth-child(5) > p {
    padding: 7px 15px;
    font-size: 1.2em;
}

.main-content a:link, .main-content a:visited { color:#39A642; text-decoration:none; }
.main-content a:hover, .main-content a:active { color:#39A642; text-decoration:underline; }

.modal-body a:link, .modal-body a:visited { color:#39A642; text-decoration:none; }
.modal-body a:hover, .modal-body a:active { color:#39A642; text-decoration:underline; }

#cookieman-modal [data-toggle=collapse]:after {
 top:40% !important;
}

/* global ends *********************************************************************************/


@media screen and (max-width:1023px){

div.navbox {
    position: fixed;
    height: 100%;
    max-height: 100%;
    left: auto;
    overflow-y: auto;
}
footer.footer {
    width: 100%;
}
div.footer-box {
    flex-wrap: wrap;
}
img.footer-logo {
    margin-bottom: 15px;
}




} /* /max-width:1023px **************************************************************************/

@media screen and (min-width:768px) and (max-width:991px){

.titlebox .leadtitle {
    padding: 10px 10px;
    font-size: 1.3rem;
}
.testimonial-after > div {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}


} /* /(min-width:768px) and (max-width:990px) ***************************************************/

@media screen and (max-width:767px){

img {
	max-width: 100%;
}
footer ul.footer-menu {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
footer ul.footer-menu li {
    display: inline-block;
}
ul.footer-menu li a {
    padding: 5px 8px;
}
footer ul.footer-socials {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}
div.newsbox-item {
    width: 100%;
}
div.topsearch > form {
    display: none;
}
span#mob-search {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 2em;
    margin-right: 10px;
}
.mobserchbox {
    /*display: none;*/
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #39a642;
    padding: 30px 30px 30px 30px;
    align-items: center;
    transform: scale(0);
    transition-duration: 0.4s;
}
.mobserchbox.mscrchopen {
	display: flex;
	transform: scale(1);
}
.closesearch {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
}
.mobsrchbody {
    width: 100%;
}
.mobsrchbody > form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.mobsrchbody > form button {
    background-color: transparent;
    border: none;
    color: #fff;
}
div.titlebox {
    flex-wrap: wrap;
}






} /* /max-width:767px ****************************************************************************/


@media screen and (max-width:767px) and (orientation:portrait){

.titlebox .mtitle {
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 10px;
}
.titlebox .leadtitle {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

#p57 .newsbox-item:nth-child(5) > p {
    padding: 15px 15px;
    font-size: 1.2em;
}


} /* /(max-width:767px) and (orientation:portrait) */

@media screen and (max-width:767px) and (orientation:landscape){

.titlebox .leadtitle {
    padding: 10px;
    font-size: 1em;
}
.titlebox .mtitle {
    font-size: 1.7em;
}
.col-sm-4 + .col-sm-7 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.testimonial-after > div {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}


} /* /(max-width:767px) and (orientation:landscape) */

@media screen and (min-width:768px){

span#mob-search {
    display: none !important;
}
.mobserchbox {
    display: none !important;
}





} /* /min-width:768px *******************************************************************/



@media screen and (min-width: 768px) and (max-width:991px){

div.newsbox-item a {
    letter-spacing: 2px;
    font-size: 1.1rem;
}
div.titlebox .leadtitle {
    padding-left: 20px;
}



} /* /(min-width: 768px) and (max-width:991px) *************************************************/


@media screen and (min-width: 992) and (max-width:1999px){

.titlebox .leadtitle {
    padding-left: 45px;
}



} /* /(min-width: 992) and (max-width:1999px *****************************************************/



@media screen and (min-width: 576px) and (max-width:767px) and (orientation:portrait){

.row .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row .col-sm-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row .col-sm-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row .offset-sm-4 {
    margin-left: auto;
}
img.img-fluid {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div .content-title {
    margin: 15px auto;
}


.footer-logo {
    padding-bottom: 20px;
}
.footer-menu li {
    margin-left: 28px;
}


} /* /(min-width: 576px) and (max-width:767px) ***************************************************/


@media screen and (max-width:576px) and (orientation:portrait){

.footer-logo {
    padding-bottom: 20px;
}
.footer-menu li {
    margin-left: 28px;
}

} /* / and (max-width:576px) ***************************************************/

/* Pagination Styles */
.tx-indexedsearch-browsebox {
  margin-top: 20px;
  text-align: center;
}

.tx-indexedsearch-browsebox p {
  font-size: 16px;
  margin-bottom: 10px;
}

.tx-indexedsearch-browsebox ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0; /* Added space above and below the pagination */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tx-indexedsearch-browsebox li {
  margin: 0 5px;
}

.tx-indexedsearch-browsebox li a {
  display: block;
  padding: 5px 10px;
  background-color: #f1f1f1;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

.tx-indexedsearch-browsebox li a:hover {
  background-color: #ddd;
}

.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  background-color: #4CAF50;
  color: #fff;
  font-weight: bold;
}

/*.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-next a {
  background-color: #4CAF50;
  color: #fff;
}*/

.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-next a:hover {
  background-color: #45a049;
}

@media (max-width: 767px) {
    .tx-indexedsearch-browsebox li {
        margin: 3px; /* Adjusted margin for smaller screens */
    }
    
    .tx-indexedsearch-browsebox li a {
        padding: 4px 8px; /* Adjusted padding for smaller screens */
        font-size: 14px; /* Adjusted font size for smaller screens */
    }
}