@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");

@import "normalize.css";
@import "webflow.css";
@import "one-hope.webflow.css";

html {
    -webkit-overflow-scrolling: touch;
}
/*img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}*/
.cms-frontend > .content-container:last-child {
    padding-top: 0;
    position: relative;
    top: -60px;
}
.content-container:not(.footer):first-child:last-child {
    padding-top: 60px;
    top: 0;
}
.content-container.footer {
    padding-top: 0;
}
.main-content-section > .content-container:not(:first-child) {
    padding-top: 0;
}
.amsd-item:first-child {
    margin-top: 0;
}
.amsd-contact-info {
    word-break: break-all;
}
.amsd-title-text-link {
    word-break: break-word;
}
.image-link1 {
    background-blend-mode: luminosity;
    background-color: #8dc63f;
}

.image-link2 {
    background-blend-mode: luminosity;
    background-color: #479d46;
}
.image-link3 {
    background-blend-mode: overlay;
    background-color: #314291;
}
.image-link4 {
    background-blend-mode: multiply;
    background-color: #2f75b7;
}

.divider {
    background-color: #172773;
}

/* Defaults */

.cms-frontend {
    overflow-x: hidden;
    word-wrap: break-word;
}
.cms-btn:focus {
    outline: 0;
}
img.userUpload {
    height: auto !important;
}
.contact-form-success-message {
    display: block !important;
}
.content-block ul {
    overflow: hidden;
}
.responsive-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cms-btn a {
    color: inherit;
}
.logo-image, .logo-image-footer {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
/* Custom search form styles */
[data-module="cms-custom-search"] {
    padding: 0px;
    margin-top: 20px;
}
[data-module="cms-custom-search"] .form-wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 280px;
    border-bottom: none !important;
}
[data-module="cms-custom-search"] .form-wrapper form button {
    min-width: 150px;
}
[data-module="cms-custom-search"] .form-wrapper .form-item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
    display: block;
    width: 100%;
    height: 48px;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 8px 12px 8px 14px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}
[data-module="cms-custom-search"] .form-wrapper {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.cms-custom-search-result {
    margin-bottom: 0px !important;
    padding-top: 30px;
    border-bottom: none !important;
    border-top: 1px solid #ddd;
}
.cms-custom-search, .cms-custom-search-result p, .cms-custom-search-result-sub-title {
    font-size: 14px !important;
    font-style: inherit !important;
    color: #858484;
}
.cms-custom-search-result-title {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}
#password-form {
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#password-form-error {
    margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1185px) {
    .nav-container {
        width: 100%;
    }
    .logo-home-link {
        margin-right: 20px;
    }
    .nav-link {
        margin-left: 0;
    }
}
@media screen and (max-width: 991px) {
    .w-lightbox-left, .w-lightbox-right {
        background-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .content-container.footer {
        padding-top: 40px;
    }
}

/* Logo Grid: Added January 2026 */
.amsd-list.logo {
    grid-column-gap: 34px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex; 
}

.amsd-item.logo {
    float: none;
    border: 1px solid #e5e5e5;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(33.33% - 34px);
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex; 
}

.amsd-image.logo {
    object-fit: contain;
    padding-bottom: 0%; 
}

.amsd-image-link.logo {
    background-image: none;
    flex-basis: 100%;
    align-self: flex-start;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 0;
    display: block; 
}

.amsd-image-wrapper.logo {
    box-shadow: none;
    background-image: none;
    padding-bottom: 75%; 
}

.amsd-text-wrapper.logo {
    text-align: left;
    flex-wrap: wrap;
    flex: 100%;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding: 20px;
    display: block; 
}

.amsd-meta-text.logo {
    float: none;
    color: var(--main-color);
    text-align: left;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    flex-basis: 100%;
    font-size: 14px;
    font-weight: 400; 
}

.amsd-list.logo {
    grid-column-gap: 34px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex; 
}

@media screen and (max-width: 991px) {
    .amsd-item.logo {
        width: calc(50% - 34px);
        max-width: 100%;   
    }

    .amsd-extra-text.logo {
        text-align: left;
        margin-bottom: 5px;   
    }
}

@media screen and (max-width: 767px) {
    .amsd-item.logo {
        float: none;
        width: 100%;
        max-width: 350px;
        padding-left: 0;
        padding-right: 0;
        display: block;   
    }

    .amsd-text-wrapper.logo {
        text-align: left;
        display: block;   
    }

    .amsd-meta-text.logo {
        text-align: left;   
    }

    .amsd-list.logo {
        text-align: center;
        justify-content: center;
        align-items: flex-start;   
    }

    .amsd-extra-text.logo {
        text-align: left;
        margin-bottom: 5px;   
    }
}