.box1title.quotestyle h2 {
    color: #E0EC89 !important;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 120%;
    margin-top: 0px;
}

.box1contenttext.quotestyle p {
    color: #fff;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 110%;
}

.contactbanneroptions {
    width: 100%;

}

.contactbanneroptions p {
    margin-bottom: .1em;
}

.box1, .box2 {
    align-items: stretch;
    display: flex;
    flex: 1;
}

.box1buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: auto;
    width: 100%;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
}


.box1buttons .button {
    border-radius: 40px;
    display: flex;
    /* flex: 0 0 calc((80% - 2 * 12px) / 2); */
    padding: 10px 20px 8px 20px;
    text-decoration: none;
    z-index: 5;
    align-items: center;
    min-width: calc((80% - 2 * 12px) / 2);
    min-height: 4rem;
    max-width: 50%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.box1buttons a {
    border-radius: 5px;
    flex: 1 1 calc(50% - 20px);
    text-align: center;
    text-decoration: none;
  }

.box1text {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    text-align: left;
        width: 100%;
}

.box1contenttext {
    width: 100%;
}
.box1title {
    align-self: stretch;
    margin-bottom: auto;
    text-align: left;
}

.box2 {
    overflow: hidden;
    position: relative;
}

.box2 img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.box2-spacer {
    background: transparent;
    flex: 1;
}


.box1.halficonleft {
    align-items: stretch;
    display: flex
;
    flex: 2;
    padding: 0 20px;
}

 .box2.halficonleft {
    align-items: stretch;
    display: flex
;
    flex: 1;
}


.fullimage_section {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
    position: relative;
}

.imageandtextcontainer {
     height: auto;
}

.box1contenttext a {
    text-decoration: underline;
    cursor: pointer;
    opacity: .8;
}

.box1contenttext a:hover {
    opacity: 1;
}

.imageandtextcontainer.fullimageleft {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.box1content {
    /* 1) make width include padding/border */
    box-sizing: border-box;
  
    /* 2) clip (or scroll) any accidental overflow */
    overflow: hidden;  /* or overflow: auto; */
  
    /* 3) (optional) enforce a max width if you like */
    max-width: 100%;
    /* 4) (optional) clear any floated children */
  }
  .box1content::after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* if you have very long words or urls, force wrap */
  .box1contenttext {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .box1.halfboxleft {
  padding: 60px;	
  }
  
  .box1.halfboxright {
  padding: 60px;	
  }
  
  .imageandtextcontainer.fullimageleft, 
  .imageandtextcontainer.fullimageright {
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      /* border-radius: 10px; */
      display: flex;
      /* margin: 20px; */
      padding: 20px;
      min-height: 60vh;
  }




  .imageandtextcontainer.halfboxleft .box1content, 
  .imageandtextcontainer.halfboxright .box1content {
      align-items: center;
      border-radius: 0px;
       box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: auto;
      padding: 60px;
      width: 100%;
     height: 100%;
       box-sizing: border-box;
  }

  .imageandtextcontainer.fullimageleft .box1content, 
  .imageandtextcontainer.fullimageright .box1content {
      align-items: center;
      border-radius: 22px;
       box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: auto;
      padding: 60px;
      width: 100%;
     height: 100%;
       box-sizing: border-box;
   }

.imageandtextcontainer.halfimageleft .box1content, 
.imageandtextcontainer.halfimageright .box1content {
    align-items: center;
    background-color: none;
    border-radius: 22px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    padding: 20px 5px;
    width: 80%;
    }

.imageandtextcontainer.fullimageright {
    align-items: stretch;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-around;
        min-height: 60vh;
}

.imageandtextcontainer.halfboxleft {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}






.imageandtextcontainer.halficonleft {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0px 20px 0px;
    }



.imageandtextcontainer.halficonright {
    align-items: stretch;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-around;
            padding-top: 30px;
              max-width: 1200px;
    margin: auto;
    padding: 20px 0px 20px 0px;
}

.imageandtextcontainer.halficonright .box2 svg, .imageandtextcontainer.halficonleft svg {
        height: 300px;
    width: auto;
        margin-top: 10px;
}


.imageandtextcontainer.halficonright .box2, .imageandtextcontainer.halficonleft .box2 {
        max-height: 100%;
    display: flex;
 align-items: center;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}


.imageandtextcontainer.halficonleft .box1content, .imageandtextcontainer.halficonright .box1content  {
    align-items: center;
    background-color: none;
    border-radius: 22px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    padding: 50px 0px 50px 0px;
    width: 100%;
    }


.imageandtextcontainer.halfboxright {
    align-items: stretch;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.imageandtextcontainer.halfimageleft {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}



.imageandtextcontainer.halfimageright {
    align-items: stretch;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-around;
}


@media (max-width: 768px) {
     .box1buttons a {
        flex: 1;
    }

    .box2 {
        height: 300px;
            padding: 0px;
    }

    .imageandtextcontainer {
        flex-direction: column;
        height: auto;
    }

    .imageandtextcontainer.fullimageleft {
        align-items: stretch;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: space-around;
        min-height: 2vh;
    }

    .imageandtextcontainer.fullimageleft .box2-spacer {
        min-height: 0px;
    }

    .imageandtextcontainer {
    background-color: #ffffff00;
    color: #fff;
    height: auto;
    margin-bottom:0px;
    margin-top: 0px;
}

    .imageandtextcontainer.fullimageleft, .imageandtextcontainer.fullimageright {
        background-image: none !important;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    margin: 0px;
    padding: 0px; 
    min-height: auto;
}
    
    .imageandtextcontainer.fullimageright {
        align-items: stretch;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: space-around;
        min-height: 2vh;
    }

    .imageandtextcontainer.fullimageright .box2-spacer {
        min-height: 0px;
    }

    .imageandtextcontainer.halfboxleft {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .imageandtextcontainer.halfboxright {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .imageandtextcontainer.halfimageleft {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .imageandtextcontainer.halfimageright {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .imageandtextcontainer.halficonleft {
     display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }



.imageandtextcontainer.halficonright {
     display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: flex-end;
}
    
    .imageandtextcontainer.halficonright .box2, .imageandtextcontainer.halficonleft .box2 {
        max-height: 100px;
    display: flex;
 align-items: center;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}


.imageandtextcontainer.halfboxleft .box1content, .imageandtextcontainer.halfboxright .box1content,     .imageandtextcontainer.fullimageleft .box1content,  .imageandtextcontainer.fullimageright .box1content,  .imageandtextcontainer.halfimageleft .box1content, .imageandtextcontainer.halfimageright .box1content {
    align-items: center;
        border-radius: 22px;
    border: 0px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    padding-left: vw;
     padding-right: vw;
     padding-bottom: 20px;
     padding-top: 20px;
    width: 80%;
    min-height: 100%;
}   
    
.box2 img {
    border-radius: 0px;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin: auto;
}   
.box1buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: auto;
    width: 96%;
       align-content: center;
        align-items: stretch;
    flex-direction: row;
}

.box1buttons .button {
    border-radius: 22px;
    display: flex
;
    flex: 0 0 calc((100% - 2 * 12px) / 2);
    padding: 10px 20px 8px 20px;
    text-decoration: none;
    z-index: 5;
    justify-content: center;
    align-items: center;
    min-width: calc((100% - 2 * 12px) / 2);
}
    
}