@media (max-height: 767px), (max-width: 1000px) {
    .intro.has-header-logo .header-logo {
        width: auto!important;
        height: auto;
    }
}
.intro .text .container p, .intro .text .container h2 {
    font-size: 2rem;
    font-weight: 700;
}

@media (min-width: 901px) {
    .intro .text .container p,.intro .text .container h2 {
        font-size: 4rem;
    }
}
.content .rslides li {

    padding: 0;
    margin: 0;
}
.content .rslides li:before {
    content:none;
}
.diamond {
    margin: 2rem auto 2rem;
    clear: both;
}
.diamond hr {
    max-width: 300px;
    margin: 4em auto;
}
.diamond hr::after {
    content: ' ';
    display: block;
    width: 14px;
    height: 14px;
    background: #69B3E7;
    border-top: 1px solid #69B3E7;
    border-right: 1px solid #69B3E7;
    transform: translate(-50%, 0) rotate(45deg) skew(15deg, 15deg);
    -moz-transform: translate(-50%, 0) rotate(45deg) skew(15deg, 15deg);
    -webkit-transform: translate(-50%, 0) rotate(45deg) skew(15deg, 15deg);
    margin: -9px 0;
    position: absolute;
    left: 50%;
}

.blue-cta, .blue-cta.compliment {
    border: 10px solid #8B8B8B;
    background: url(/packages/mississippi_college/themes/mississippi_college_v2022/images/diamond-background-grid-blue.svg) #0c2340;
    background-size: 900px;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.blue-cta.compliment {
    background: url(/packages/mississippi_college/themes/mississippi_college_v2022/images/diamond-background-grid-white.svg) #69B3E7;
    background-size: 900px;
    background-position: bottom left;
    background-repeat: no-repeat;
}