.pagination ul li {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    color: #000;
    display: inline-block;
    margin-right: 25px
}

@media only screen and (min-width: 768px) {
    .pagination ul li {
        top: auto !important;
        position: relative !important;
    }
}

.pagination ul li.next {
    margin-right: 0;
    margin-left: 0;
    top: 40px;
    left: 0;
}

@media only screen and (min-width: 768px) {
    .pagination ul li.next {
        top: auto !important;
    }
}

.pagination ul li.next a {
    padding-left: 0;
    padding-right: 40px;
    color: #000;
    position: relative;
}

.pagination ul li.next a span {
    right: 0;
    width: 32px;
    height: 2px;
    background-color: #000;
    border-radius: 999px;
    position: absolute;
    top: 48%;
    left: 0;
    margin-top: 0;
    margin-left: 40px;
    -webkit-transition: .5s;
    transition: .5s;
}

.pagination ul li.next:hover a span {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.pagination ul li.next a span:after,
.pagination ul li.next a span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 2px;
    height: 14px;
    position: absolute;
    background-color: #000;
    top: -1px;
    left: 50%;
    margin-left: 10px;
    border-radius: 999px;
}

.pagination ul li.next a span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -11px;
}

.pagination ul li.first-page:first-child,
.pagination ul li.last-page:last-child {
    display: none
}

.pagination ul li.prev {
    margin-right: 20px;
    margin-left: 45px;
    top: 40px;
    left: 0;
}

@media only screen and (min-width: 768px) {
    .pagination ul li.prev {
        top: auto !important;
    }
}

.pagination ul li.prev a {
    padding-left: 0;
    padding-right: 0;
    color: #000;
    position: relative;
}

.pagination ul li.prev:hover a span {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.pagination ul li.prev a span {
    width: 32px;
    height: 2px;
    background-color: #000;
    border-radius: 999px;
    position: absolute;
    top: 48%;
    left: 0;
    margin-top: 0;
    margin-left: -40px;
    -webkit-transition: .5s;
    transition: .5s;
}

.accordion-content,
.accordion-inner-content {
    overflow: hidden;
    transition: max-height .2s linear;
}

.pagination ul li.prev a span:after,
.pagination ul li.prev a span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    width: 2px;
    height: 14px;
    position: absolute;
    background-color: #000;
    top: -1px;
    left: 0;
    margin-left: 4px;
    border-radius: 999px;
}

.pagination ul li.prev a span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -11px;
}

.pagination em,
.pagination ul li a {
    display: inline-block;
    margin: 0 5px;
    height: 30px;
    width: 30px;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 2.14286;
    letter-spacing: 0;
}

.accordion-inner-title:before,
.accordion-title:before {
    content: "+";
    font-size: 200%;
}

.pagination ul li a:hover {
    background-color: #ececec;
}

.pagination ul li.next a:hover,
.pagination ul li.prev a:hover {
    background-color: #fff;
}

.pagination ul li.active a {
    border: 1px solid #702A6A;
}

.pagination ul li.first-page.active,
.pagination ul li.last-page.active {
    display: inline-block;
}

@media (max-width: 767px) {
    .pagination ul li {
        position: relative !important;
    }

    .pagination ul {
        margin-top: -5rem !important;
    }

    .pagination ul li.next,
    .pagination ul li.prev {
        top: 0;
    }
}

.listings figure img {
    max-height: 472px;
}


.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.accordion-title {
    background: #333;
    color: #fff;
    margin-top: 1em;
    padding: 1em 1em 1em 3em;
    position: relative;
}

.accordion-title:before {
    padding: 0;
    position: absolute;
    top: 4px;
    left: 16px;
}

.accordion-content {
    max-height: 0;
}

.accordion-content.open {
    max-height: 600px;
}

.accordion-inner-title {
    margin-top: 1em;
    padding: .5em .5em .5em 2.4em;
    border: 1px solid #333;
    position: relative;
    cursor: pointer;
}

.accordion-inner-title:before {
    padding: 0;
    position: absolute;
    top: -2px;
    left: 8px;
}

.accordion-inner-content {
    max-height: 0;
}

.accordion-inner-content.open {
    max-height: 600px;
}

.author-name {
    font-size: 24px;
    float: left;
    font-family: Raleway, 'Helvetica Neue', Helvetica, sans-serif;
}

.img-slider figure figcaption p {
    color: #000;
}


.related {
    clear: both;
}

#banner #banner-menu #discover-toggle span:after {
    content: "";
}

.go-right {
    float: right;
}

.page-paragraph {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    font-family: Raleway, 'Helvetica Neue', Helvetica, sans-serif;
}

.fb-comment-widget {
    clear: both;
    margin-top: 30px;
}

@media only screen and (min-width: 480px) {
    .rich-text img {
        float: none;
        margin-left: 0px;
        max-width: none;
        margin-top: 20px;
    }
}

.tab-content[data-content="modules"] table td:nth-child(1) strong {
    float: left;
    width: 90%;
}

@media only screen and (min-width: 768px) {
    .home .upcoming-events-open-days>div:before {
        border: none;
    }
}

.mailicon {
    float: left;
    margin-right: 10px;
}

.showcredits {
    float: right;
    margin-right: 25%;
}

.find,
.latest {
    background: white;
}

.contact-form select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlPmRyb3AtYXJyb3c8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnIGlkPSJFdmVudHMtTGlzdGluZyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMjYuMDAwMDAwLCAtMTEzNi4wMDAwMDApIHRyYW5zbGF0ZSgxNjAuMDAwMDAwLCAxMDUwLjAwMDAwMCkiIGlkPSJGaWx0ZXIiIGZpbGw9IiMwMDAiPjxwb2x5Z29uIGlkPSJkcm9wLWFycm93IiBwb2ludHM9Ijk3OC4yMjgxMjUgODYgOTc5IDg2Ljc2NTYyNSA5NzIuNSA5MyA5NjYgODYuNzY1NjI1IDk2Ni43NzE4NzUgODYgOTcyLjUgOTEuNDY4NzUiLz48L2c+PC9nPjwvc3ZnPg==)
}) !important;
}

.backgroundselect {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlPmRyb3AtYXJyb3c8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnIGlkPSJFdmVudHMtTGlzdGluZyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMjYuMDAwMDAwLCAtMTEzNi4wMDAwMDApIHRyYW5zbGF0ZSgxNjAuMDAwMDAwLCAxMDUwLjAwMDAwMCkiIGlkPSJGaWx0ZXIiIGZpbGw9IiMwMDAiPjxwb2x5Z29uIGlkPSJkcm9wLWFycm93IiBwb2ludHM9Ijk3OC4yMjgxMjUgODYgOTc5IDg2Ljc2NTYyNSA5NzIuNSA5MyA5NjYgODYuNzY1NjI1IDk2Ni43NzE4NzUgODYgOTcyLjUgOTEuNDY4NzUiLz48L2c+PC9nPjwvc3ZnPg==)
}) !important;
}

.standard-content-with-intro:before {
    z-index: 8888;
}

/*
.footer-nav-item {
	z-index:999;
}
*/

.blog-listing.inner {
    margin: 1rem auto 1.5rem;
}

.blog-listing .listings.all-results {
    width: 80%;
}

.blog-listing .uow-course-search__result-text-container {
    width: 100%
}

.uow-course-content__modules-section-module span {
    float: right
}




/* Banner srcset */
.uow-header__image-container>img,
.uow-header__image-container>source {
    height: 100% !important;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
}

.uow-header-full__heading-background {
    @media (max-width: 500px) {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.uow-header-full__inner {
    margin-bottom: -6px;
}

.uow-header-full__image-container>img,
.uow-header-full__image-container>source {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
}

@media (min-width: 500px) {

    .uow-header-full__image-container>img,
    .uow-header-full__image-container>source {
        height: 100% !important;
        left: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100% !important;
    }
}

.uow-header-full__image-container:before {
    padding-top: 500px;
}


/* General Content underline */
h2:has(+ .under-sunshine) {
    color: #5a5959;
    font-size: 40px;
    margin-top: 4rem;
}

.under-sunshine {
    background-color: #ffc800;
    width: 5rem;
    height: .25rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    display: block;
}

main .rich-text {
    padding: 0 2rem;
}

@media only screen and (min-width: 480px) {
    main .rich-text {
        padding: 0;
    }
}

/* USP Cards */
.usp-cards {
    margin: 0;
    padding: 30px 0;
}

.usp-cards--teal {
    background-color: #257478;
    color: #fff;
}

.usp-cards--purple {
    background-color: #702a6a;
    color: #fff;
}

.usp-cards--teal h2,
.usp-cards--purple h2,
.usp-cards--teal h3,
.usp-cards--purple h3 {
    color: #fff;
}

.usp-cards--white {
    background-color: #fff;
    color: #702a6a;
}

.usp-cards__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%;
    width: 1180px;
}

.usp-cards h2 {
    font-size: 40px;
    font-family: Raleway, sans-serif;
}

.usp-cards__card {
    padding: 30px;
    text-align: center;
    width: calc(100% - 60px);
}

@media (min-width: 768px) {
    .usp-cards__card {
        width: calc(33.33% - 60px);
    }
}

.usp-cards__card-inner {
    border: 3px solid #000;
    border-radius: 0 40px;
    height: 100%;
    position: relative;
}

.usp-cards--teal .usp-cards__card-inner,
.usp-cards--purple .usp-cards__card-inner {
    border: 3px solid #fff;
}

.usp-cards__image {
    padding-top: 0;
}

.usp-cards__image img {
    height: auto;
    width: 100%;
    display: inline-block;
    border-radius: 0 35px 0 0;
}

.usp-cards__info {
    padding: 0 30px 15px;
    text-align: center;
}

.usp-cards__info h3 {
    font-family: Raleway, sans-serif;
    font-size: 21px;
    line-height: 29px;
    text-transform: none;
}

.usp-cards__card a:hover h3 {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .usp-cards {
        margin: 60px 0;
    }
}

/* Gradient Offset Cards */
.uow-quad-gradient-cta__card {
    max-width: 450px;
    width: 100%;
    display: flex;
}

.uow-quad-gradient-cta__card:nth-of-type(odd) {
    margin-bottom: 20px;
}

.uow-quad-gradient-cta__card:nth-of-type(even) {
    justify-self: flex-end;
    margin: 0 0 20px auto;
}

@media (min-width: 768px) {
    .uow-quad-gradient-cta__card {
        max-width: 100%;
        width: calc(50% - 30px);
    }

    .uow-quad-gradient-cta__card:nth-of-type(odd) {
        transform: translateY(60px);
        margin-bottom: 30px;
    }

    .uow-quad-gradient-cta__card:nth-of-type(even) {
        margin: unset;
        margin-bottom: 30px;
    }
}

@media (min-width: 1280px) {
    .uow-quad-gradient-cta__card {
        width: calc(50% - 60px);
    }
}

.uow-quad-gradient-cta__heading {
    margin: 2rem auto 0;
    padding: 0 1rem;
    text-align: center;
    max-width: 600px;
}

.uow-quad-gradient-cta__heading h3 {
    color: #fff;
    font-size: 40px;
    font-family: Raleway, sans-serif;
}

/* Winton Cards */
.article-listing {
    margin-bottom: 2rem;
}
.article-item {
    position: relative;
}

.restrain {
    max-width: 1280px;
}

.special-item {
    position: relative;
}

.article-listing  .flex {
    display: grid;
    grid-gap: 1rem;
}

@supports (width: min(250px, 100%)) {
    .article-listing  .flex {
        grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
    }
}

.relative {
    position: relative;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.w-full {
    width: 100%;
}

.pb-14 {
    padding-bottom: 3.5rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

@media (min-width: 900px) {
    .ml\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 900px) {
    .ml\:w-1\/3 {
        width: 100%;
    }
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-center {
    background-position: center;
}

.bg-cover {
    background-size: cover;
}

.h-64 {
    height: 16rem;
}

.font-bold {
    font-weight: 700;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.left-0 {
    left: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.absolute {
    position: absolute;
}

@media (min-width: 900px) {
    .ml\:left-5 {
        left: 1.25rem;
    }
}

.button {
    border-radius: 16px;
    opacity: 1;
    padding: 7px 20px;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
}

.bg-sunglow {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 200, 0, var(--tw-bg-opacity));
}

.article-listing .inner:after {
    content: unset;
}

/* CTA Cards 4 - Plain variant */
.uow-cta-cards--plain .uow-cta-cards__course--first-row:last-of-type .uow-cta-cards__overlay, 
.uow-cta-cards--plain .uow-cta-cards__course--second-row:first-of-type .uow-cta-cards__overlay {
    background: #702a6a;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
}
@media (min-width: 1280px) {
    .uow-cta-cards--plain .uow-cta-cards__text-container {
        background: transparent;
        height: 100%;
        padding: 25px 50px 100px 25px;
    }

    .uow-cta-cards--plain .uow-cta-cards__link:hover .uow-cta-cards__text-container {
        background: #fff;
        height: 100%;
        padding: 25px 50px 100px 25px;
    }


    .uow-cta-cards--plain .uow-cta-cards__inner p {
        max-height: unset;
        opacity: unset;
    }

}

@media (min-width: 500px) {
    .uow-cta-cards--plain .uow-cta-cards__inner {
        padding: 0;
    }
}

/* Logo fix for Firefox */
.uow-navigation__logo img {
    width: 200px;
}

@media (min-width: 1280px) {
    .uow-navigation__logo img {
        width: 300px;
    }
}