body {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
div#header-wrapper {
    z-index: 2;
}

#map h2
{
    font-size: 45px;
    font-family: 'Lora', serif;
}
  

#statement p
{
    font-size: 30px;
    line-height: 1.4;
    color: #fbfdfd;
    background-color: rgba(0, 0, 0, 0.5);
}

div#mission-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*--------Menu---------all*/
[data-id="maximenuck109"].mobilemenuck
{
  background: #fff;
}

ul.maximenuck {
    padding: 0;
}

div#menu2 {
    max-width: 1300px;
    margin: auto;
}

.menu.tck-module {
    margin-top: 40px;
}

li.active {
    background-color: #d9ecf4 !important;
}

li.active span.titreck-title {
    color: #333333;
}

div#maximenuck109 {
    background-color: white;
}

.maximenufixed ul.maximenuck {
    max-width: 1300px;
}

/*--------nanstreeoflife--------*/
.tck-article-body {
    padding: 20px;
}

.convertforms {
  background-color: #d9ecf4;
}

.container {
    display: flex;
    width: 100%;
}

.left-item {
    flex: 0 0 40%; /* 40% of the container */
}

.space {
    flex: 0 0 10%; /* 10% of the container, acting as space */
}

.right-item {
    flex: 0 0 50%; /* 50% of the container */
}

/*--------homepage--------*/
.row {
    display: flex;
   justify-content: space-between;
    width: 100%;
}
.span7 {
    flex: 0 0 60%; /* 40% of the container */
}
.span5 {
    flex: 0 0 35%; /* 50% of the container */
}

/*--------Footer Styles---------*/

div#footer-wrapper {
    color: white;
    padding-top: 20px;
  line-height: 2;
}

@media only screen and (max-width: 600px) {
  div#block_ID1685908672846 {
    padding: 22px;
}
   .container, .row {
        flex-direction: column;
    }

    .left-item, .right-item, .space, .span5, .span7 {
        flex: 0 0 auto; /* Reset flex-basis for vertical stacking */
        width: 100%; /* Full width for each item */
    }

    .space {
        height: 10px; /* Optional: height for the spacer in vertical layout */
    }
  
  img.annepic {
    padding-bottom: 30px;
}
}

/* testimonial text */
.testimonial {
    font-size: 1.6rem;
    line-height: 2.1rem;
    padding: 40px 40px 20px 40px;
}

.field-entry.source {
    text-align: center;
    font-size: 20px;
}
.fields-container .field-entry.source {
    text-align: center; /* Centers the content inside the source container */
}

.field-value.testimonial-source {
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    color: #000;
}

.field-value.testimonial-source::before {
    content: "~"; /* Adds the tilde before the name */
    margin-right: 5px; /* Adds spacing between tilde and text */
    font-size: inherit; /* Matches the text font size */
    color: inherit; /* Matches the text color */
    display: inline-block; /* Ensures proper alignment */
}


div#block1 {
    background-color: #eeaf6a;
    border-top: 2px solid grey;
}

.com-content-category-blog__item.blog-item.tck-article {
    border-bottom: 2px solid grey;
    padding-bottom: 20px;
}