.sky-item {
    color: var(--sky);
}

#wisdom .container {
    width: 1210px;
    max-width: 100% !important;
}

#footer {
    padding-bottom: 0 !important;
}

.simple-iconbox-alt,
.simple-iconbox {
    text-align: center;
}

.simple-iconbox svg, .simple-iconbox svg path {
    fill: var(--sky) !important;
    stroke: var(--sky);
}

.simple-iconbox-alt svg,
.simple-iconbox svg {
    margin: 0 auto 15px;
}

.simple-iconbox-alt h3.team-member-name,
.simple-iconbox h3.team-member-name {
    font-weight: normal;
    line-height: 1.3;
}

#services h2.av-special-heading-tag {
    width: 950px;
    margin: 0 auto;
    max-width: 100% !important;
}

.newsletter-form .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

.newsletter-form input {
    border-radius: 50px !important;
}

.newsletter-form .gform_footer input {
    color: #fff !important;
    padding: 13px 22px;
    line-height: 1.25 !important;
}

.newsletter-form .gform_body input {
    background-color: #fff !important;
    padding: 13px 22px !important;
    border-color: #7C868D !important;
    font-size: 16px !important;
}

.newsletter-form .gfield {
    margin: 0 !important;
}

.newsletter-form form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 10px;
}

@media (min-width: 768px) {
    .newsletter-form .gform_body {
        width: calc(100% - 140px);
    }

    .newsletter-form .gform_footer {
        width: 130px;
    }
}

@media (max-width: 767px) {
    .newsletter-form .gform_body,
    .newsletter-form .gform_footer {
        width: 100%;
    }
}

.newsletter-form .ginput_container {
    margin: 0 !important;
}

.newsletter-form .gform_wrapper {
    margin-top: 40px;
}

.quote-container {
    position: relative;
}

@media (min-width: 990px) {
    .quote-container {
        padding-bottom: 90px
    }
    .quote-intro {
        position: absolute;
        bottom: 0;
    }
}

.quote-intro div {
    background-color: rgb(0 154 222 / 85%);
    color: #fff;
    font-size: 19px;
    padding: 15px 40px;
    letter-spacing: 0.5px;
    border-top-left-radius: 40px;
    font-family: 'm16-f37wicklow', sans-serif !important;
    position: relative;
    display: block;
}

.quote-intro div:before, .quote-intro div:after {
    content: '\e833';
    font-family: 'entypo-fontello';
    position: absolute;
    font-size: 50px;
}

.quote-intro div:before {
    top: -15px;
    left: 40px;
    display: inline-block;
    transform: rotate(180deg);
}

.quote-intro div:after {
    bottom: -10px;
    right: 30px;
}

@media (min-width: 990px) {
    #hero_top .template-page {
        padding-block: 75px;
    }

    #hero_top {
        background-size: 400px;
    }
}

@media (max-width: 989px) {
    #hero_top {
        background-size: 350px !important;
        background-position: 100% 95%;
    }
}

@media (max-width: 641px) {
    #hero_top {
        background-size: 250px !important;
    }
}

.single-form .flex_column_table {
    padding: 40px;
    border: 1px solid #f1f1f1 !important;
    box-shadow: 0 0 6px 4px #f5f5f5;
    border-top-left-radius: 60px;
}