/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

.image-buttons .container {
    position: relative;
}

.image-buttons .sub-heading{
    font-weight: 600;
}

.image-buttons__headlines {
    padding-bottom: 10px;
}

.image-buttons__bottom {
    margin-top: 30px;
}

.image-buttons-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
}

.image-button-item {
    margin-top: 20px;
}

.image-button {
    display: flex;
    text-decoration: none;
    height: 100%;
    border: none;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    flex-wrap: wrap;
    box-shadow: 0 5px 15px rgba(0,50,98,0.2);
    height: 150px;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.image-button__img {
    width: 40%;
    position: relative;
    padding-right: 17px;
}

.image-button__img::after {
    content: '';
    width: 4px;
    height: 100%;
    background: #FFC60B;
    position: absolute;
    top: 0;
    right: 13px;
}



.image-button__hover {
    width: 60%;
    padding-left: 5px;
    padding-right: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.image-button__title {
    color: #003262 !important;
    font-size: 24px;
    line-height: 1.208em;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.image-button__title::after{
    content: '\e913';
    font-family: 'IT-Landes-Home';
    color: #0E7609;
    font-size: 22px;
    line-height: 1em;
    font-weight: normal;
    padding: 0 0 0 10px;
}

.image-button__cta {
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #003262;
    margin: 0;
    padding: 0 23px 0 0;
    display: inline-block;
    position: relative;
}

.image-button__cta::after {
    content: '\e913';
    font-family: 'IT-Landes-Home';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    color: #0E7609;
    font-size: 15px;
    line-height: 1em;
    font-weight: normal;
}

.inner-image-buttons .image-button__img {
    width: 134px;
    padding-right: 25px;
}

.inner-image-buttons .image-button__hover {
    width: calc(100% - 134px);
    padding-left: 0;
}

.inner-image-buttons .image-button__img::after {
    right: 25px;
}

.inner-image-buttons .image-button__title:after {
    content: '\e913';
    font-family: 'IT-Landes-Home';
    position: relative;
    display: inline-block;
    color: #0E7609;
    font-size: 20px;
    margin-left: 10px;
    line-height: 1em;
    font-weight: normal;
}

.inner-image-buttons .image-button__title {
    margin-bottom: 0;
}

.inner-image-buttons .image-buttons__bottom {
    margin-top: 20px;
}

.inner-image-buttons {
    padding: 50px 0;
}

.inner-image-buttons .image-buttons__headlines {
    padding-bottom: 2px;
}

.bg-navy-blue.inner-image-buttons .sub-heading,
.bg-navy-blue .sub-heading {
    color: #fff;
}   

.image-buttons.bg-light-blue {
    background: #EDF4FA;
}

.image-buttons.bg-navy-blue {
    background: #003262;
    color: #ffffff;
}

.image-buttons.bg-navy-blue h2,
.image-buttons.bg-navy-blue h5{
    color: #ffffff;
}

.image-buttons.bg-navy-blue .sub-heading{
    font-weight: 400;
}

@media (min-width: 768px) {
        
    .image-buttons__headlines {
        padding-bottom: 0px;
    }

    .image-button__details{
        position: relative;
        height: 100%;        
    }

    .image-button__cta{
        position: absolute;
        bottom: 5px;
        text-align: center;
        width: 80%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .image-button__title::after{
        content: none;
    }


    .image-button-item {
        margin-top: 32px;
        z-index: 2;
    }

    .image-button {
        flex-wrap:nowrap;
        height: 100%;
        flex-direction: column;
    }

    .image-button__img {
        width: 100%;
        padding-right: 0;
        height: 135px;
    }

    .image-button__img i {
        width: 48px;
        height: 48px;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 0 10px rgba(0,50,98,0.15);
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
        color: #91A6BA;
        font-size: 28px;
        line-height: 1em;
        bottom: -22px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        z-index: 1;
    }

    .image-button__img::after {
        width: 100%;
        height: 4px;
        left: 0;
        top: auto;
        bottom: 0;
    }

    .image-button__hover {
        width: 100%;
        padding: 41px 10px 25px 10px;
        display: block;
        text-align: center;
        height: 100%;
        position: relative;
    }

    .image-button__title {
        height: auto;
        display: block;
    }

    .inner-image-buttons .image-button__img {
        width: 100%;
        padding-right: 0;
    }

    .inner-image-buttons .image-button__title:after {
        display: none;
    }

    .inner-image-buttons .image-button__hover {
        width: 100%;
        padding: 20px 10px 10px 10px;
    }

    .image-button__hover {
        padding: 30px 10px 10px 10px;
    }

    .inner-image-buttons .image-button__title {
        height: unset;
    }

    .inner-image-buttons .image-button__cta {
        position: absolute;
        bottom: 25px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .inner-image-buttons .image-button {
        position: relative;
        transition: all ease 0.3s;
    }

    .inner-image-buttons .image-buttons-list {
        justify-content: center;
        position: relative;
        z-index: 1;
    }

    .image-buttons-list.less-items{
        justify-content: center;
    }

    .inner-image-buttons .image-buttons__bottom {
        margin-top: 37px;
    }

    .inner-image-buttons .image-button-item {
        margin-top: 28px;
    }

    .inner-image-buttons {
        padding: 75px 0;
    }
}

@media (min-width: 821px){
    .image-button__cta{
        opacity: 0;
    }
}

@media (min-width: 1200px) {
        
    .image-buttons__headlines {
        padding-bottom: 18px;
    }

    .image-buttons.bg-navy-blue .sub-heading{
        font-size: 33px;
    }

    .image-button:hover {
        -webkit-transform: translate3d(0,-30px,0);
                transform: translate3d(0,-30px,0);
    }

    .image-button.no-link-hover:hover {
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
    }

    .image-button__img {
        height: 226px;
    }

    .image-button__img i {
        width: 61px;
        height: 61px;
        border-radius: 10px;
        font-size: 38px;
        bottom: -16px;
    }

    .image-button__hover {
        padding: 31px 10px 25px 10px;
    }

    .image-button__title {
        height: auto;
        font-size: 32px;
    }

    .image-button__cta {
        font-size: 18px;
        opacity: 0;
        position: relative;
        left: unset;
        -webkit-transform: unset;
                transform: unset;
        bottom: 0;
        width: auto;
    }

    .image-button:hover .image-button__cta {
        opacity: 1;
    }

    .image-button:hover .image-button__img i {
        color: #003262;
    }

    .inner-image-buttons .image-buttons__headlines {
        padding-bottom: 20px;
    }

    .inner-image-buttons .image-button__hover {
        padding: 0 30px 0 30px;
        height: 141px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all ease 0.3s;
    }

    .inner-image-buttons .image-button:hover .image-button__hover {
        padding: 8px 30px 0 30px;
        height: 165px;
    }

    
    .inner-image-buttons .image-button.no-link-hover:hover .image-button__hover {
        padding: 0 30px 0 30px;    
        height: 141px;   
    }
    
       

    .inner-image-buttons .image-button:hover .image-button__title {
        margin-bottom: 30px;
    }

    .inner-image-buttons .image-button.no-link-hover:hover .image-button__title {
        margin-bottom: 0;
    }

    .inner-image-buttons .image-buttons-list {
        align-items: flex-start;
    }

    

    .inner-image-buttons .image-button:hover {
        -webkit-transform: translate3d(0, 0px, 0);
                transform: translate3d(0, 0px, 0);
        margin-top: -24px;
    }

    .inner-image-buttons .image-button.no-link-hover:hover {        
        margin-top: 0;
    }

    .inner-image-buttons .image-buttons__right,
    .inner-image-buttons .image-buttons__left {
        z-index: inherit;
    }

    .inner-image-buttons {
        padding: 100px 0;
    }

    .inner-image-buttons .image-buttons__bottom {
        margin-top: 30px;
    }
    
    /* New Homepage Updates - September 2025 */
    .home .image-button-item {
        width: 20%;
    }
    .home .image-buttons {
        padding-top: 20px;
    }
    .home .image-button__img {
        height: 124px;
    }
    .home .image-button__title {
        font-size: 24px;
    }
}

.image-buttons__left {
    position: absolute;
    left: -233px;
    top: 214px;
    z-index: 0;
}

.image-buttons__right {
    position: absolute;
    right: -224px;
    top: 66px;
    z-index: 0;
}