#nfa-image-3-highlights-wrapper {
    position: relative;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper {
    position: relative;
    height: 100%;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper {
    position: relative;
    width: 65%;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper.image-position-right {
    position: absolute;
    top: 0;
    right: 0;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper.image-format-square {
    width: 40%;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper .nfa-image-3-highlights-image-container {
    position: relative;
    height: 0;
    padding-bottom: 62.5%;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper.image-format-square .nfa-image-3-highlights-image-container {
    padding-bottom: inherit;
    /*
    height: 720px;
    */
    height: 0;
    padding-bottom: 133%;
    max-height: 720px;
}



#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper .nfa-image-3-highlights-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left center;
    z-index: 10;
}


#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 70%;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-right {
    position: relative;
    width: 60%;
    padding-left: inherit;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper a {
    position: relative;
    display: block;
    border-bottom: 0 none;
    text-decoration: none;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper a:hover,
#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper a:focus {
    border-bottom: 0 none;
    text-decoration: none;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper a:hover,
#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper a:focus {
    color: #000000;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper a::after {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    content: '';
    height: 30px;
    width: 50px;
    background-image: url('../../images/arrows/Neuf Academy - Arrow Right - Blue.svg'); 
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper a:hover::after {
    right: -20px;
    transition: all .2s ease-in-out;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper {
    width: 45%;
    margin-bottom: 2rem;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper:nth-child(3) {
    margin-bottom: 0;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-right #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper {
    width: 100%;
    padding-right: 16.66667%;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper h2.nfa-image-3-highlights-title {
    font-size: 1.75rem;
    margin-bottom: .75rem;
}

#nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-right #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper h2.nfa-image-3-highlights-title {
    padding-right: 70px;
}



@media( max-width: 767px ) {
    #nfa-image-3-highlights-wrapper {
        height: 100%!important;
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper {
        position: relative;
        width: 100%;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper.image-position-right {
        position: relative;
        margin-bottom: 35px;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper.image-format-square {
        width: 100%;
        margin-bottom: 35px;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper.image-format-square .nfa-image-3-highlights-image-container {
        padding-bottom: 100%;
        height: inherit;
        max-height: inherit;
        margin-bottom: 30px;
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-left {
        position: relative;
        padding: 0;
        margin-bottom: 30px;
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-left .nfa-image-3-highlights-single-item-wrapper {
        margin-bottom: 0;
    }
        
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-right {
        width: 100%;
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper {
        padding: 15px;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper a::after {
        top: 5px;
        height: 30px;
        width: 40px;
        transition: all .2s ease-in-out;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper a:hover::after {
        right: 0;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-right #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper {
        padding-right: 0;
    }
        
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper h2.nfa-image-3-highlights-title {
        font-size: clamp( 26px, 1.944444vw, 28px);
        margin-bottom: .75rem;
    }
}

@media only screen
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {
    #nfa-image-3-highlights-wrapper {
        height: 100%!important;
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper {
        position: relative;
        width: 100%;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper.image-position-right {
        position: relative;
        margin-bottom: 35px;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper.image-format-square {
        width: 100%;
        margin-bottom: 35px;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper .nfa-image-3-highlights-image-container {
       margin-bottom: 30px;
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-left {
        position: relative;
        padding: 0;
        margin-bottom: 30px;
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-left .nfa-image-3-highlights-single-item-wrapper {
        margin-bottom: 0;
    }
        
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-right {
        width: 100%;
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper {
        padding: 15px;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper a::after {
        top: 5px;
        height: 30px;
        width: 40px;
        transition: all .2s ease-in-out;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper a:hover::after {
        right: 0;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-right #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper {
        padding-right: 0;
    }
        
    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper h2.nfa-image-3-highlights-title {
        font-size: clamp( 26px, 1.944444vw, 28px);
        margin-bottom: .75rem;
    }
}


@media only screen and ( min-width: 768px ) and ( max-width: 1299px ) {
    #nfa-image-3-highlights-content-wrapper {
        padding-left: 30px!important;
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-right #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper {
        padding-right: 8.33333%;
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper h2.nfa-image-3-highlights-title {
        font-size: clamp( 22px, 1,94444vw, 28px);
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper a::after {
        top: 5px;
        height: 30px;
        width: 40px;
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper.image-position-right {
        width: 50%;
    }

    #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-image-wrapper.image-format-square {
        width: 50%;
    }
}






/* ---- PREVIEW ---- */
#preview-wrapper {
    height: auto;
    overflow: hidden;
}

#preview-wrapper #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper {
    margin-bottom: 0;
}

#preview-wrapper #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper p {
    line-height: 1;
} 

#preview-wrapper #nfa-image-3-highlights-wrapper #nfa-image-3-highlights-image-content-wrapper #nfa-image-3-highlights-content-wrapper #nfa-image-3-highlights-items-wrapper #nfa-image-3-highlights-single-item-wrapper h2.nfa-image-3-highlights-title {
    margin-bottom: 0;
}

@media (horizontal-viewport-segments: 2) {
    /* CSS Styles for this posture  */
    p{
        color: red;
    }
 }
