html{
  scroll-behavior: smooth;
}

html,body{
  scroll-padding: 250px 0 0 0;
  
}
body {
    background-color: #F9F9F9; /* Fallback for IE11 */
    background-color: var(--off-white) !important;
  }

.container-1220px {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 1220px !important;
  }

  .container-1440px {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 1470px !important;
  }

  img{
    max-width:100%;
  }
  
.vertical-tabs .nav-link{
margin-bottom:10px;
border:1px solid #d6d6d6;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #4EA17C!important;
    color: white !important;
}


@media only screen and (max-width: 600px) {
    .container-1220px {
        padding-left: 25px !important;
        padding-right: 25px !important;
      }

      .container-1440px {
        padding-left: 25px !important;
        padding-right: 25px !important;
      }
}

.btn-default {
    display: inline-block;
    background-color: #4EA17C; /* Fallback for IE11 */
    background-color: var(--primary1) !important;
    border: 2px;
    border-style: solid;
    border-color: var(--primary1);
    color: white !important;
    padding: 12px 27px 12px 27px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-weight: 600;
    border-radius: 25px;
    margin-bottom: 25px;
}

.btn-default:hover, .btn-default:focus {
    text-decoration: none;
    color: white !important;
    background: linear-gradient(180deg, #5ED0AF 0%, #5EBC92 100%);
}


.btn-stroke {
    display: inline-block;
    background-color: transparent;
    border: 2px;
    border-style: solid;
    border-color: #E6E6E7;
    border-radius: 25px;
    color: #228E93; /* Fallback for IE11 */
    color: var(--secondary1) !important;
    padding: 12px 27px 12px 27px;
    mix-blend-mode: normal;
    box-sizing: border-box;
    white-space:nowrap;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-weight: 600;
    margin-bottom: 25px;
}

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

    .btn-default, .btn-stroke {
        width: 100%;
        border-radius: 40px;
    }
}

.btn-stroke:hover{
    text-decoration: none;
    color: #228E93; /* Fallback for IE11 */
    color: var(--secondary1) !important;
    border: 2px solid #228E93;
}

div.section-top {
    margin-top: 100px;
}

div.section-bottom {
    margin-bottom: 100px;
}

div.section-top2 {
    margin-top: 50px;
}

.line {
    border: none;
    width: 100%;
    border-bottom: 1px solid #E3E4E6; /* Fallback for IE11 */
    border-bottom: 1px solid var(--lightgray);
    margin-top: 0;
    margin-right: 15px;
}

div.title-block {
    margin-top: 100px;
    margin-bottom: 100px;
}

div.subnav {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-style: dotted;
    border-width: 2px;
    border-color: #E3E4E6; /* Fallback for IE11 */
    border-color: var(--lightgray);
}

div.box {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 5px;
}

.box-shadow-medium {
    background-color: white;
    box-shadow: 0px 8px 24px rgba(8, 8, 18, 0.04);
    border-radius: 5px;
}

p.blog-title {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-weight:600;
    text-decoration: none;
    font-size: 18px; /* Fallback for IE11 */
    font-size: var(--h4);
    line-height: var(--h4-height);
    margin: 30px 40px 15px 40px;
    color: #228E93; /* Fallback for IE11 */
    color: var(--secondary1);
}

p.blog-description {
    font-family: soleil, sans-serif !important; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-size: 14px; /* Fallback for IE11 */
    font-size: var(--small) !important;
    line-height: var(--small-height);
    margin: 15px 40px 15px 40px;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);
}

.blog-list-card {
    /* width: 370px; */
    max-height: 430px;
    display: block;
    text-decoration: none
}

.blog-list-card:hover {
    box-shadow: 0px 8px 24px rgba(8, 8, 18, 0.12);
    text-decoration: none
}

p.blog-info {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-size: 14px; /* Fallback for IE11 */
    font-size: var(--small);
    line-height: var(--small-height);
    margin: 15px 40px 35px 40px;
    padding-bottom: 35px;
    color: #0F454A; /* Fallback for IE11 */
    color: var(--darkgreen);
}

img.blog-image {
    border-radius: 5px 5px 0px 0px;
}

.blog-detail-image-container {
    display: grid;
    justify-content: center;
}

img.blog-detail-image {
    border-radius: 5px;
    max-width: 950px;
    width: 100%;
    object-fit: contain;
}

input.text-input {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 11px 50px 11px 20px;

    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);

    mix-blend-mode: normal;
    opacity: 0.6;
    outline: none;
}

.input-clear-btn{
    display: none;
    position: absolute;
    top: 45px;
    right: 35px;
    font-size: 25px;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    font-style: normal;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);
  }
  .input-clear-btn input::-ms-clear {  /* Remove IE default X */
    display: none;
  }

input.text-input:focus, input.text-input-focused {
    border: 2px solid #4EA17C; /* Fallback for IE11 */
    border: 2px solid var(--primary1);
    opacity: 1;
    outline: none;
}

input.text-input:focus ~ .input-clear-btn {
    color: #4EA17C; /* Fallback for IE11 */
    color: var(--primary1);
}

input.text-input:invalid ~ .input-clear-btn {
    color: #DA5343; /* Fallback for IE11 */
    color: var(--accent3);
}

input.text-input:invalid {
    border: 2px solid #DA5343; /* Fallback for IE11 */
    border: 2px solid var(--accent3);
    opacity: 1;
    outline: none;
}

input.text-input:disabled {
    background: #EEEEEE;
    border: 2px solid #EEEEEE;
    mix-blend-mode: normal;
    width: 100%;

    color: #9CA1A1;

    mix-blend-mode: normal;
}

p.input-title {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-weight: 600;
    font-size: 16px; /* Fallback for IE11 */
    font-size: var(--body);
    line-height: var(--body-height);
    color: #0F454A; /* Fallback for IE11 */
    color: var(--darkgreen);
}

p.input-hint {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-weight: 600;
    font-size: 12px !important;
    line-height: 18px;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);
    margin-top: 10px;
}

p.input-hint-error {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-weight: 600;
    font-size: 12px !important;
    line-height: 18px;
    color: #DA5343;
    margin-top: 10px;
}

textarea.textarea-input {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-size: 16px;
    line-height: 24px;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);
    padding: 20px 4px 20px 4px;
    border-style: none;
    outline: none;
    resize: none;
    width: 100%;
    box-sizing:border-box;
}

select.dropdown {
    border-style: none;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 13px 20px 13px 20px;

    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);

    mix-blend-mode: normal;
    opacity: 0.6;
}

.radio-text {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil) !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    font-size: 16px !important;
    line-height: 0px !important;
    color: #666D6E !important;
    text-transform: none;
    padding-top: 7px;
    margin-bottom: 21px !important;
    margin-left: 2px;
}

.radio-text-disabled {
    opacity: 0.6;
}

/* input.radio-box {
    margin-right: 9px;
} */

input.check-box {
    margin-right: 9px;
}

p.blog-detail-description {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-weight:300;
    font-size: 24px; /* Fallback for IE11 */
    font-size: var(--h3) !important;
    line-height: var(--h3-height);
    text-align: center;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);
}

p.blog-detail-date {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-size: 16px; /* Fallback for IE11 */
    font-size: var(--body);
    line-height: var(--body-height);
    text-align: center;
    vertical-align: middle;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);

  display: table-cell;
}



.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background: #E3E4E6; /* Fallback for IE11 */
    background: var(--lightgray);
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

@media only screen and (min-width: 1300px) {
    .event-location-col {
        margin-left: 58px;
        margin-right: -58px;
    }

    .event-location-row {
        margin-right: 40px !important;
    }
}

p.event-date {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-weight: 600;
    font-size: 16px; /* Fallback for IE11 */
    font-size: var(--body);
    line-height: var(--body-height);
    color: #0F454A; /* Fallback for IE11 */
    color: var(--darkgreen);
    margin-bottom: 0;
}

p.event-location {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-size: 16px; /* Fallback for IE11 */
    font-size: var(--body);
    line-height: var(--body-height);
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);
}

p.event-detail-date {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-weight: 300;
    font-size: var(--h3) !important;
    line-height: var(--h3-height);
    color: #0F454A; /* Fallback for IE11 */
    color: var(--darkgreen);
}

span.image-radio input[type="radio"]:checked + img{
    border:1px solid red;
}
/* FAQ */
.faq-link {
    height: 64px!important;
    color: #202626!important;
    height: 100px;
    display: table-cell !important;
    vertical-align: middle;
    margin-right: 0px !important;
    padding-right: 32px !important;
    padding-left: 21px !important;
}

.faq-link-last {
  padding-right: 0 !important;
  padding-left: 31px !important;
}

.faq-link:hover {
  color: #4EA17C !important;
}


/*  */
.faq-card {
    border-style: none !important;
    border-bottom-style: solid !important;
    border: 2px;
    border-color: #F1F1F2;
    padding: 34px 48px 34px 40px !important;
    margin: 0 !important;
}

.faq-cards {
    border-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.faq {
    padding: 0 !important;
    margin: 0 !important;
}

.faq-btn-text {
    margin-bottom: 0 !important;
    line-height: normal !important;
}

.faq-btn-text:hover .faq-btn-text:focus  {
    color: #228E93; /* Fallback for IE11 */
    color: var(--secondary1) !important;
}

.faq-btn:hover .faq-btn:focus{
    box-shadow: none;
    -webkit-box-shadow: none !important;
    text-decoration: none;
}
/*
.faq-btn:focus .faq-btn-text{
    color: #228E93;
    color: var(--secondary1) !important;
} */


.faq-body {
    padding: 0 !important;
    padding-top: 20px !important;
}

blockquote {
    font-family: kepler-std-display; /* Fallback for IE11 */
    font-family: var(--kepler) !important;
    font-style: italic;
    font-size: 30px !important;
    line-height: 42px !important;
    color: #0F454A; /* Fallback for IE11 */
    color: var(--darkgreen);
    display: inline;
    padding-right: 15px;
}

blockquote::before {
    content: '“';
    position: relative;
    margin-top: 30px;
    font-family: kepler-std-display; /* Fallback for IE11 */
    font-family: var(--kepler) !important;
    font-style: italic;
    font-size: 50px; /* Fallback for IE11 */
    font-size: var(--h1) !important;
    line-height: 0px !important;
    color: #4EA17C; /* Fallback for IE11 */
    color: var(--primary1) !important;
    margin-left: -10px !important;
    right: 5px;
    top: 10px;
}

blockquote::after {
    content: '„';
    position: relative;
    font-family: kepler-std-display; /* Fallback for IE11 */
    font-family: var(--kepler) !important;
    font-style: italic;
    font-size: 50px; /* Fallback for IE11 */
    font-size: var(--h1) !important;
    line-height: 0px !important;
    color: #4EA17C; /* Fallback for IE11 */
    color: var(--primary1) !important;
    left: 5px;
    bottom: 15px;
}

@media only screen and (max-width: 600px) {
    blockquote {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    blockquote::before {
        top: 8px;
    }
}

.quote-author {
    margin-top: 30px !important;
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-size: 16px; /* Fallback for IE11 */
    font-size: var(--body) !important;
    line-height: var(--body-height) !important;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);
}

.text {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil) !important;
    font-weight: 300 !important;
    font-size: 20px; /* Fallback for IE11 */
    font-size: var(--paragraph) !important;
    line-height: var(--paragraph-height) !important;
    letter-spacing: -0.2px;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);
    display: inline;
}

blockquote.quote-b {
    font-family: kepler-std-display; /* Fallback for IE11 */
    font-family: var(--kepler) !important;
    font-style: italic;
    font-size: 24px; /* Fallback for IE11 */
    font-size: var(--lead-small) !important;
    line-height: var(--lead-small-height) !important;
    color: #0F454A; /* Fallback for IE11 */
    color: var(--darkgreen);
    display: inline;
}

.quote-b-author {
    margin-top: 30px !important;
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-size: 14px; /* Fallback for IE11 */
    font-size: var(--small) !important;
    line-height: var(--small-height) !important;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);
}

.blog-paragraph .quote-b-author {
    margin-top: 10px !important;
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-size: 14px; /* Fallback for IE11 */
    font-size: var(--small) !important;
    line-height: var(--small-height) !important;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);
}

.quote-b-container {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.quote-b-lines {
    position: absolute;
    width: 100px;
    height: 100px;
}

.quote-b-lines:before, .quote-b-lines:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -2px;
}

.quote-b-lines:before {
    top: -2px;
    width: 2px;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#00A3AB), to(#31AD85));
    background-image: -webkit-linear-gradient(#31AD85, #00A3AB);
    background-image: -moz-linear-gradient(#31AD85, #00A3AB);
    background-image: -o-linear-gradient(#31AD85, #00A3AB);
}

.quote-b-lines:after {
    right: -2px;
    top: -2px;
    height: 2px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#31AD85), to(#65B861));
    background-image: -webkit-linear-gradient(left, #31AD85, #65B861);
    background-image: -moz-linear-gradient(left, #31AD85, #65B861);
    background-image: -o-linear-gradient(left, #31AD85, #65B861);
}




.quote-b-lines-right {
    position: absolute;
    right:0px;
    width: 100px;
    height: 100px;
}


.quote-b-lines-right:before, .quote-b-lines-right:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
}

.quote-b-lines-right:before {
    top: 2px;
    width: 2px;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#00A3AB), to(#31AD85));
    background-image: -webkit-linear-gradient(#31AD85, #00A3AB);
    background-image: -moz-linear-gradient(#31AD85, #00A3AB);
    background-image: -o-linear-gradient(#31AD85, #00A3AB);
}

.quote-b-lines-right:after {
    left: 0px;
    top: 0px;
    bottom: 98px;
    height: 2px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#31AD85), to(#52B592));
    background-image: -webkit-linear-gradient(left, #31AD85, #52B592);
    background-image: -moz-linear-gradient(left, #31AD85, #52B592);
    background-image: -o-linear-gradient(left, #31AD85, #52B592);
}

/*  */

.section-info {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-weight: 600;
    font-size: 12px; /* Fallback for IE11 */
    font-size: var(--label) !important;
    line-height: var(--label-height);
    letter-spacing: 1.5px;
    width: max-content;
    height: min-content;
    text-transform: uppercase;
    color: #666D6E;
    background: #E3E4E6;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 12px;
}

.feature-subtitle {
    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil) !important;
    font-weight: 600 !important;
    font-size: 12px; /* Fallback for IE11 */
    font-size: var(--label) !important;
    line-height: var(--label-height) !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #228E93; /* Fallback for IE11 */
    color: var(--secondary1);
    margin-bottom: 0px;
}

.feature-textbox-left-div { display: flex; }
.feature-textbox-left { order: 2; }
.feature-textbox-left-img { order:1; }

@media only screen and (min-width: 600px) {
    .feature-textbox-right {
        padding: 30px 30px 30px 55px !important;
    }

    .feature-textbox-left {
        padding: 30px 85px 30px 15px !important;
    }

    .feature-textbox-left { order: 1; }
    .feature-textbox-left-img { order:2; }
}

.dropdown2 { /*container for custom dropdown arrow*/

    border-style: none;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 13px 50px 13px 20px;
    margin: 2px;

    font-family: soleil, sans-serif; /* Fallback for IE11 */
    font-family: var(--soleil);
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    color: #666D6E; /* Fallback for IE11 */
    color: var(--gray1);

    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: 0;
  }

  .dropdown2:focus{
    border: 2px solid #4EA17C; /* Fallback for IE11 */
    border: 2px solid var(--primary1);
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0;
    opacity: 1;
    outline: 0;
  }

.dropdown-img {
    position: absolute;
    pointer-events: none;
    align-self: center;
    right: 30px;
}







[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #666D6E;
    border-radius: 50%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #4EA17C; /* Fallback for IE11 */
    background: var(--primary1);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"]:checked + label:before {
    border-color: #4EA17C; /* Fallback for IE11 */
    border-color: var(--primary1);
}
[type="radio"]:disabled + label:before  {
    border-color: #A1A5A5;
}



[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #666D6E;
    border-radius: 15%;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    background-color: #4EA17C;
    background-color: var(--primary1);
    display: block;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 8px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}
[type="checkbox"]:checked + label:after {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    display: block;
}
[type="checkbox"]:checked + label:before {
    border-color: #4EA17C; /* Fallback for IE11 */
    border-color: var(--primary1);
    background: #4EA17C; /* Fallback for IE11 */
    background: var(--primary1);
}
[type="checkbox"]:disabled + label:before  {
    border-color: #A1A5A5;
}

.accordion-title {
    display: block !important;
 }

.accordion-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f106";
    padding-right: 5px;
    color: var(--gray1);
    opacity: 0.5;
    font-size: x-large;
}
.accordion-title > a.collapsed:before {
    float: right !important;
    content: "\f107";
    opacity: 1;
    color: var(--primary1);
}

.accordion-title > a:not(.collapsed) .faq-btn-text {
    color: #228E93; /* Fallback for IE11 */
    color: var(--secondary1) !important;
}

.footer {
    margin-bottom: 120px;
}

.footer-border {
    border-left: 1px solid #E3E4E6;
    margin-left: 29px;
    padding-left: 29px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.footer-logo {
    width: 180px;
}

.footer-text {
    border-left: 1px solid #E3E4E6; /* Fallback for IE11 */
    border-left: 1px solid var(--lightgray);
    margin-left: 30px;
    padding-left: 30px;
    height: 60px;
}

.tenacre-art {
    position: absolute;
    right: 0;
    width: 550px;
    max-width: 40%;
    z-index: -10;
    bottom: 0px;
    vertical-align: bottom;
}

#section11 .tenacre-art {
    z-index: 0 !important;
}

@media only screen and (max-width: 600px) {
    .tenacre-art {
        max-width: 50%;
    }
}

.footer-text-format{
  font-size: 12px!important;
}

.faq-wrapper .nav{
  justify-content:center !important;
}

.faq-tabs .nav-item{
  flex: none !important;
  border: 1px solid #4EA17C;
  background-color: #F1F1F2;
  border-radius: .25rem;
  margin: 0px 10px 15px 0px;
}

.faq-tabs .faq-link{
  padding: 5px 12px !important;
  margin: 0px !important;
}

#faqHeaderAccordion .faq-card{
  padding: 34px 20px 34px 20px !important;
}

/*
.modal-dialog {
  margin: .5rem auto !important;
} */



