﻿.links-holder{
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.links-holder li{
    margin-bottom: 0;
}

.register-list dl{
    margin-bottom: 5px;
}

.register-list img{
    width: 100%;
}

.register-list .row-holder{
    margin-bottom: 70px;
}

.register-list .row-holder:last-child{
    margin-bottom: 0;
}

@media (max-width: 1023px){
    .links-holder {
        display: flex;
    }

    .register-list .row-holder{
        margin-bottom: 30px;
    }
}


@media (max-width: 600px){
    .links-holder {
        display: block;
        text-align: left;
    }
    
    .resources .search{
        margin-bottom: 8px;
    }
}

.accordion .opener:hover {
    background: #002e59;
    color: #fff;
}

.cta-section:after {
    bottom: unset;
    top: 0;
    max-width: 1660px;
}

.cta-section .container{
    padding: 7px 14px;
}

.home-width .cta-section .container{
    padding: 7px 137px;
}

.home-width .cta-section:after {
    max-width: 1386px;
}

.cta-section .title{
    word-break: break-word;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.cta-content-holder{
    display: flex;
}

.cta-section .text-holder{
    max-width: 730px;
}

.cta-section .cta-img-holder{
    margin-right: 30px;
}

.cta-section .cta-img-holder img{
    width: 100%;
    min-width: 375px;
}

@media (max-width: 1199px) {

    .cta-section .container{
        padding: 7px 14px;
    }

    .home-width .cta-section .container{
        padding: 7px 30px;
    }
}


@media (max-width: 1023px) {

    .cta-section{
        padding-bottom: 5px;
    }

    .cta-section .container{
        padding: 7px 10px;
    }

    .home-width .cta-section .container{
        padding: 7px 10px;
    }

    .cta-section .cta-img-holder img{
        min-width: 280px;
    }
}

@media (max-width: 767px) {

    .cta-section{
        padding-bottom: 0;
    }

    .cta-section .cta-img-holder{
        min-width: unset;
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .cta-section .cta-img-holder img{
        width: 75%;
        min-width: unset;
    }

    .cta-content-holder{
        display: flex;
        flex-direction: column;
    }

    .cta-section .text-holder{
        max-width: unset;
    }
}