  .hh-banner-page .hh-program#content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 1380px) {
    .hh-banner-page .hh-row .inner.mw1024 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.hh-tagline {
    font-size: 140%;
}

.hh-quote-floated>*:first-child,
.hh-row-wysiwyg>.inner>*:first-child:not(.hh-quote-floated) {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.hh-quote-floated>*:last-child,
.hh-row-wysiwyg>.inner>*:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.hh-quote-floated {
    display: none;
    padding: 40px 0 !important;
    border-top: solid #e71c31;
}

.hh-quote-floated p,
.hh-row-quote p {
    margin: 0 auto;
    width: 100%;
    line-height: 1.3;
}

.hh-quote-floated p:first-of-type,
.hh-row-quote>.inner>p:first-of-type {
    font-weight: bold;
    font-size: 260%;
    color: #e71c31;
    margin-bottom: 30px;
}

main .hh-row:first-of-type {
    margin-top: 0 !important;
}

main .hh-row:last-of-type {
    margin-bottom: 0 !important;
}


@media screen and (max-width: 860px) {
    .hh-row-quote>.inner>p:first-of-type {
        border-top: solid #e71c31;
        padding-top: 60px;
    }


    .hh-row.section.section-featured-event {
        background-color: #fff;
    }
}

@media screen and (min-width: 861px) {
    .hh-quote-floated {
        display: inline-block;
        width: 30%;
        float: right;
        margin-left: 5%;
    }
}

.hh-row-quote {
    display: none;
}

@media screen and (max-width: 860px) {
    .hh-row-quote {
        display: block;
    }

    .hh-row-cta {
        padding: 0 20px !important;
    }

    .hh-row-cta.section-featured-event .inner {
        border-bottom: solid #e71c31;
        padding-bottom: 60px;
    }

    .hh-row-cta .sfe-text h2 {
        margin-top: 0 !important;

    }
}

.hh-row-cta .sfe-text-container>*:first-child {
    margin-top: 0 !important;
}

.hh-row-cta.section-featured-event .inner>div {
    margin: 0 auto;
}

.hh-row-cta.section-featured-event.sfe-hasimage .inner>div {
    width: 50%;
}

.hh-print {
    display: none;
}

.hh-row {
    margin: 60px auto !important;
}

.hh-row-wysiwyg+.hh-row-wysiwyg {
    margin-top: -40px !important;
}

.hh-wysiwyg p.intro {
    font-weight: 700;
    font-size: 230%;
}

.hh-row-accordions,
.hh-row-cta {
    clear: both;
}

.hh-row-accordions .accordion-list .accordion-button {
    padding-left: 40px;
}

.hh-row-accordions .accordion-list .accordion-button:after {
    right: auto;
    left: 10px;
}

.hh-row-accordions .accordion-list .content {
    padding-left: 40px;
}

@media screen and (max-width: 860px) {
    .hh-row-accordions .accordion-list .content {
        padding-left: 20px;
    }
}

.hh-row ul.half {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.hh-row ul.half li {
    width: calc(50% - 20px);
}

.hh-row ul.half li:nth-child(even) {
    margin-left: 30px;
}

section.section-featured-event {
    margin: 120px auto;
    padding: 80px 0;
    background-color: #f7f7f7;
}

.section-featured-event.sfe-hasimage .sfe-eyebrow:before {
    content: "";
    position: absolute;
    margin-top: 1px;
    margin-left: -20px;
    color: #e71c31;
    font-weight: 700;
    border-bottom: 1.5px solid #e71c31;
    width: 12px;
    height: 0.5em;
    box-sizing: border-box;
}

.section-featured-event.sfe-hasimage .inner {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.section-featured-event.sfe-hasimage .inner {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.section-featured-event.sfe-hasimage .inner>div {
    width: 50%;
}

.section-featured-event.sfe-hasimage .sfe-text {
    padding-left: 46px;
}

.section-featured-event.sfe-hasimage .sfe-text,
.section-featured-event.sfe-hasimage .sfe-image {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.section-featured-event .sfe-text .sfe-link a,
.section-featured-event .sfe-text .sfe-link a:visited {
    position: relative;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-right: 20px;
}

.section-featured-event .sfe-text .sfe-link a:hover,
.section-featured-event .sfe-text .sfe-link a:focus {
    color: #e71c31;
}

.section-featured-event .sfe-text .sfe-link a:before {
    clear: both;
    content: '';
    display: inline-block;
    position: absolute;
    margin-left: 0;
    right: 0;
    width: 9px;
    heighT: 14px;
    background-size: 9px 14px;
    background-image: url(https://www.uwinnipeg.ca/img/chevron-right-red.svg);
    background-position: center;
    transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    bottom: 5px;
}

.hh-row.section-featured-event .sfe-text {
    text-align: left;
}

.section-featured-event.sfe-hasimage .sfe-text {
    text-align: left;
    padding-right: 46px;
}

.section-featured-event.sfe-hasimage .sfe-image {
    text-align: right;
    padding-right: 46px;
}

.section-featured-event.sfe-hasimage .sfe-image img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.section-featured-event h2 {
    font-size: 340%;
    font-weight: 800;
    margin-bottom: 25px;
    color: #e71c31;
}

.section-featured-event p {
    font-size: 180%;
    font-weight: 400;
    line-heighT: 1.8;
    margin-bottom: 30px;
}

.section-featured-event .sfe-date {
    margin-top: -20px;
}

.section-featured-event .sfe-eyebrow {
    line-heighT: 1.2;
    font-size: 140%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    margin-bottom: 15px;
    padding-left: 1px;
}

.section-featured-event .sfe-text-container *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
    section.section-featured-event {
        margin: 80px auto;
        padding: 50px 30px;
    }

    .section-featured-event.sfe-hasimage .inner {
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .hh-row-cta.section-featured-event.sfe-hasimage .inner>div {
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .section-featured-event.sfe-hasimage .inner>div+div {
        padding-top: 40px;
    }

    .section-featured-event.sfe-hasimage .sfe-eyebrow:before {
        display: none;
    }

    .section-featured-event p {
        line-heighT: 1.4;
    }

    .hh-row-cta.section-featured-event.sfe-hasimage .sfe-text {
        padding-top: 30px !important;
    }
}

@media screen and (max-width: 640px) {
    section.section-featured-event {
        margin: 50px auto;
        padding: 40px 30px;
    }
}

.hh-program .section-featured-event .button.full {
    border-radius: 4px;
}