
.landing-links-page-h2 {
    font-weight: 700;
    font-size: 2rem;
    color: #90278C;
}

    .landing-links-page-h2 > span > i {
        font-size: 2rem;
    }

h2 i {
    font-size: 5rem;
    color: #90278C;
}

.link-cont {
    position: relative;
    font-size: 1.25rem;
}

[id*="lblHeader"] {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}

.link-page {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 10px 0;
    color: #90278C;
    font-weight: 700;
}

a:focus,
a:hover {
    color: inherit;
}

.link-wrapper {
    position: relative;
    display: block;
    padding: 1.5rem 0;
}

.inner-wrapper-links {
    position: relative;
    display: inline-block;
}

.secondaryLink-wrapper {
    padding-left: 4rem;
}

.innerLink {
    text-decoration: none !important;
    color: #093e52;
    font-weight: 500;
    font-size: 1rem;
}

a.innerLink:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: #FFEE8B;
    transition: opacity 0.3s ease, width 0.3s ease;
    -ms-transition: opacity 0.3s ease, width 0.3s ease;
}

a.innerLink:hover:after {
    width: 100%;
}

a.innerLink:hover {
    color: #093e52;
}

/* hover styles */

.wrapper-links-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #FFEE8B;
    transform: scaleY(0);
    transform-origin: top left;
    transition: transform 0.3s;
}

.wrapper-links-page:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #FFEE8B;
    transform: scaleY(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

a.link-page.hover-15:hover {
    color: #90278C;
}

.wrapper-links-page .hover-15 {
    padding: 10px;
    text-decoration: none !important;
}

    .wrapper-links-page .hover-15:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #FFEE8B;
        transform: scaleX(0);
        transform-origin: top left;
        transition: transform 0.3s;
        text-decoration: none !important;
    }

    .wrapper-links-page .hover-15:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background-color: #FFEE8B;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s;
        text-decoration: none !important;
    }

.wrapper-links-page:hover:before,
.wrapper-links-page:hover:after {
    transform: scaleY(1);
}

.wrapper-links-page:hover .hover-15:before,
.wrapper-links-page:hover .hover-15:after {
    transform: scaleX(1);
}

.front .fa-newspaper,
.front .fa-user,
.front .fa-hand-heart,
.front .fa-sticky-note,
.front .fa-calendar-alt,
.front .fa-heartbeat,
.front .fa-chart-line,
.front .fa-question,
.front .fa-dollar-sign,
.front .fa-users,
.front .fa-chart-area,
.front .fa-cogs {
    font-size: 2rem;
}

@media screen and (min-width : 0px) and (max-width : 768px) {
    .container, .section-margin {
        padding: 0;
    }

    .secondaryLink-wrapper {
        padding-left: 3rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 1500px) {
    .container {
        min-width: 1470px;
    }
}

@media (min-width: 2100px) {
    .container {
        min-width: 1790px;
    }
}