.profile-information .slick-slide {
    margin-bottom: 0;
    height: auto;
    position: relative;
    margin-left: .5rem;
    margin-right: .5rem;
}
.profile-information .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.profile-information .slick-track .slick-slide {
    height: auto;
}
@media all and (min-width: 992px) {
    .profile-information .profile-information-container {
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}
.profile-information .profile-information-item {
    background: #F3F5F9;
    padding: 1.75rem 1.5625rem;
    margin-right: .75rem;
}
@media all and (min-width: 768px) {
    .profile-information .profile-information-item {
        padding: 1.125rem 2.1875rem;
    }
}
@media all and (min-width: 992px) {
    .profile-information .profile-information-item {
        width: 23.72881%;
        float: left;
        margin-right: 1.69492%;
        float: left;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        -ms-grid-row-align: stretch;
        align-items: stretch;
        background: none;
    }
}
@media all and (min-width: 992px) {
    .profile-information.profile-information__partial .profile-information-container{
        width: 66.10169%;
        float: left;
        margin-left: 16.94915%;
        margin-right: -100%;
    }
    .profile-information.profile-information__partial .profile-information-item {
        width: 32%;
        margin-right: 1.33%;
    }
}
.profile-information .profile-information-item:last-of-type {
    margin-right: 0;
}
.profile-information .profile-information-item-title {
    margin: 0 0 .625rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 2.25rem;
    font-weight: 100;
    color: #151945;
    font-size: 1.25rem;
    margin: 0 0 1.875rem;
}
@media all and (min-width: 768px) {
    .profile-information .profile-information-item-title {
        font-size: 3.75rem;
        line-height: 4.3125rem;
    }
}
@media all and (min-width: 768px) {
    .profile-information .profile-information-item-title {
        margin: 0 0 1.875rem;
    }
}
@media all and (min-width: 992px) {
    .profile-information .profile-information-item-title {
        margin: 0 0 .9375rem;
    }
}
.profile-information .profile-information-item-title:after {
    content: '';
    width: 2.5rem;
    height: .0625rem;
    background: #2791DB;
    display: block;
    margin-top: .875rem;
}
@media all and (min-width: 768px) {
    .profile-information .profile-information-item-title:after {
        width: 6.25rem;
        height: .125rem;
        margin-top: .25rem;
    }
}
@media all and (min-width: 992px) {
    .profile-information .profile-information-item-title:after {
        margin-top: .75rem;
    }
}
@media all and (min-width: 768px) {
    .profile-information .profile-information-item-title {
        font-size: 2rem;
    }
}
.profile-information .profile-information-item-list-title {
    font-family: 'UniversLTW01-65Bold';
    color: #151945;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: .28;
    font-size: .875rem;
    margin: 0 0 .6875rem;
    line-height: normal;
}
@media all and (min-width: 768px) {
    .profile-information .profile-information-item-list-title {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media all and (min-width: 992px) {
    .profile-information .profile-information-item-list-title {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media all and (min-width: 768px) {
    .profile-information .profile-information-item-list-title {
        margin: 0;
    }
}
@media all and (min-width: 992px) {
    .profile-information .profile-information-item-list-title {
        font-size: 1rem;
    }
}
.profile-information .profile-information-item-list-item {
    margin: 0 0 1.0625rem;
}
@media all and (min-width: 768px) {
    .profile-information .profile-information-item-list-item {
        margin: 0 0 .75rem;
    }
}
@media all and (min-width: 992px) {
    .profile-information .profile-information-item-list-item {
        margin: 0 0 .25rem;
    }
}
.profile-information .profile-information-item-list-content {
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
    margin: 0;
}
@media all and (min-width: 768px) {
    .profile-information .profile-information-item-list-content {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
.profile-information .slick-dots {
    left: 0;
    position: relative;
    bottom: 0;
    margin-top: 1rem;
}
@media all and (min-width: 992px) {
    .profile-information .slick-dots {
        display: none !important;
    }
}
.profile-information .slick-dots li {
    margin: 0;
}
.profile-information .slick-dots li.slick-active button:before {
    color: #22A2FF;
}
.profile-information .slick-dots li button:before {
    color: #B9B9B9;
    content: '\2022' !important;
}
.profile-information .slick-dots button:before {
    font-size: .625rem;
    opacity: 1;
}
@media all and (min-width: 768px) {
    .profile-information .slick-dots {
        display: block !important;
        bottom: 0;
        margin-top: 1rem;
    }
}
