.ga-article {
    padding: 50px 0;
    margin: 0 auto !important;
    max-width: 1400px;
}

.ga-article-section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ga-hwu-outlook {
    background-image: url('https://view.publitas.com/10836/1496899/pages/948748d1-c656-4b6a-88ec-9a6073e2c382-at1000.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: #710a2c;
    margin-bottom: 30px;
    text-align: center;
}

.ga-hwu-outlook-background {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
    padding-top: 135.897%;
}

.ga-hwu-outlook button {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    color: white;
    background-color: #710a2c;
    border: none;
    padding: 8px 20px;
    font-weight: bold;
    transition: background-color 0.3s;
}

    .ga-hwu-outlook button:hover {
        background-color: #480014;
        border: none;
        padding: 8px 20px;
    }

.ga-editable > .filled-section,
.empty-section {
    position: relative;
    width: 100%;
    padding: 48px 48px 16px 48px;
    outline: 1px solid black;
    margin: 8px 0;
}

.filled-section .tag {
    display: none;
}

.ga-editable > .filled-section .tag,
.empty-section .tag {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #222;
    padding: 4px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    min-height: 48px;
}

.empty-section {
    padding-left: 16px;
    padding-right: 16px;
}

    .empty-section div {
        display: inline-block;
        margin-bottom: 0.5rem;
    }

.ga-edit-link:visited,
.ga-edit-link {
    color: black;
}

.empty-section .tag a,
.filled-section .tag a {
    color: white;
}


.ga-edit-link:hover {
    color: rgba(0,0,0,0.6);
}

.empty-section .tag a:hover,
.filled-section .tag a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.empty-section .tag svg,
.filled-section .tag svg {
    transform: scale(0.8);
}

div:not(.ga-editable) > .empty-section {
    display: none;
}

.red {
    color: red;
}

.ga-divider {
    user-select: none;
    color: rgba(0,0,0,0.5);
    margin: 0 5px;
}

.ga-headline {
    font-family: Garamond Pro, Garamond;
    font-weight: bold;
}

.ga-tagcontainer {
    padding: 0px 10px 50px;
}

.ga-tags {
    width: 100%;
    background-color: white;
    overflow-wrap: break-word;
    padding: 5px;
    border-top: 2px solid #710a2c;
}

.ga-taghead {
    font-family: helvetica neue, Helvetica;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.ga-tags span {
    font-family: helvetica neue, Helvetica;
    background-color: #710a2c;
    color: white;
    border-radius: 25px;
    padding: 3px 6px;
    margin: 0 3px 0 0;
    font-size: 12px;
    user-select: none;
    cursor: pointer;
    white-space: nowrap
}

.ga-display-selector {
    position: relative;
    display: inline-block;
    color: white;
}

.ga-display-options {
    position: absolute;
    top: 100%;
    background-color: white;
    border: 1px solid gray;
    color: black;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
}


.ga-display-selector:hover .ga-display-options {
    opacity: 1;
    pointer-events: all;
}

.ga-display-options input {
    pointer-events: none;
}

.ga-display-options div {
    display: block;
    white-space: nowrap;
}

.ga-colsize-item,
    .ga-dop-item {
    padding: 4px;
    user-select: none;
}

    .ga-colsize-item.loading,
        .ga-dop-item.loading {
        cursor: progress;
        content: '';
    }

.ga-loader {
    display: none;
}
.ga-colsize-item .ga-loader,
.ga-dop-item .ga-loader,
.ga-load-move .movtest {
    display: none;
}

.ga-load-move .ga-loader,
.ga-colsize-item.loading .ga-loader,
    .ga-dop-item.loading .ga-loader {
    border: 1px solid black;
    border-radius: 100%;
    border-top: none;
    border-right: none;
    height: 13px;
    width: 13px;
    animation: slidein 1s linear forwards infinite;
    display: inline-block;
}

.ga-load-move .ga-loader {
    height: 15px;
    width: 15px;
    margin: 0 3px;
    border-color: white;
}

.ga-colsize-item.loading input,
.ga-dop-item.loading input {
    display: none;
}

@keyframes slidein {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ga-colsize-item:hover,
    .ga-dop-item:hover {
    cursor: pointer;
    background-color: lightgray;
}

.ga-colsize-item input:hover,
    .ga-dop-item input:hover {
    cursor: pointer;
}

.tav-container h3,
.ga-text-image h3,
.ga-text-content h3 {
    font-family: Garamond Pro, Garamond;
    font-weight: bold;
    
}

.ga-captioned-image {
    position: relative;
    max-height: 500px;
    width: fit-content;
    margin: 30px auto 40px auto;
}

    .ga-captioned-image img {
        height: 100%;
        max-height: 500px;
        max-width: 100%;
    }

    .ga-cti-container .ga-cti-image span,
    .ga-captioned-image span {
        display: block;
        font-family: helvetica neue, Helvetica;
        padding: 8px 20px;
        color: white;
        background-color: #710a2c;
        width: 100%;
    }

.ga-cti-container .ga-cti-image {
    position: relative;
    max-width: 50%;
}

    .ga-cti-container .ga-cti-image.right {
        float: right;
        margin: 0 0 0 30px;
    }

    .ga-cti-container .ga-cti-image.left {
        float: left;
        margin: 0 30px 0 0;
    }

    .ga-cti-container .ga-cti-image img {
        width: 100%;
        object-fit: contain;
    }

/* Vimeo video styling */

.filled-section > .ga-video-content {
    padding: 40px 0;
}

.ga-video-content {
    width: 100%;
}

.ga-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

    .ga-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ga-video-content span {
    display: block;
    font-family: helvetica neue, Helvetica;
    padding: 8px 20px;
    color: white;
    background-color: #710a2c;
}

.tav-container .ga-video-content {
    width: 50%;
}

.ga-video-content.right {
    float: right;
    margin: 0 0 0 10px;
}

.ga-video-content.left {
    float: left;
    margin: 0 10px 0 0;
}

/* Icons */
.gg-calendar-today {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1)) translateY(15%);
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-top: 4px solid;
    border-radius: 3px;
    user-select: none;
}

    .gg-calendar-today::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        background: currentColor;
        height: 4px;
        width: 4px;
        border-radius: 2px;
        right: 2px;
        bottom: 2px
    }

.gg-time {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px currentColor;
    user-select: none;
}

    .gg-time::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 7px;
        height: 7px;
        border-left: 2px solid;
        border-bottom: 2px solid;
        top: 1px;
        left: 5px
    }

.gg-profile,
.gg-profile::after,
.gg-profile::before {
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 100px
}

.gg-profile {
    overflow: hidden;
    transform: scale(var(--ggs,1)) translateY(25%);
    width: 22px;
    height: 22px;
    position: relative;
    user-select: none;
}

    .gg-profile::after,
    .gg-profile::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 5px;
        width: 8px;
        height: 8px
    }

    .gg-profile::after {
        border-radius: 200px;
        top: 11px;
        left: 0px;
        width: 18px;
        height: 18px
    }

/* Donation Component */
.donationModule p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: 300;
}

.donationModule {
    max-width: 1000px;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.donation-form {
    margin: 25px;
    width: unset;
}

    .donation-form input[type="number"] {
        font-size: 25px;
        width: 85%;
        max-width: 440.8px;
    }

    .donation-form label {
        border: 1px solid #710a2c;
        border-radius: 5px;
        font-weight: bold;
        padding: 10px 15px;
        cursor: pointer;
        margin: 0 10px 15px 0;
        transition: all 0.5s ease-in-out;
    }

    .donation-form input[type="radio"] {
        display: none;
    }

        .donation-form input[type="radio"]:checked + label {
            background-color: #710a2c;
            color: white;
        }

        .donation-form input[type="radio"] + label:hover {
            background-color: #710a2c;
            color: white;
        }

.dollarSign {
    display: inline-block;
    margin-right: 15px;
    font-size: 23px;
    font-weight: bold;
}

.donation-form [type="submit"] {
    border: 1px solid #710a2c;
    background-color: #710a2c;
    font-weight: bold;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

    .donation-form [type="submit"]:hover {
        background-color: #710a2ccc;
    }

.collegeInfo_donationForm {
    border-radius: 10px;
    background-color: #710a2c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-to-the-knee {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid white;
    position: absolute;
    top: 15%;
    left: 0;
}

.arrow-to-the-knee-sm {
    display: none;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid white;
    position: absolute;
    top: 0;
    left: 10%;
}

.collegeInfo_text {
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
    padding: 25px;
}

.ga-cblock {
    background-color: #710a2c;
    color: white;
    padding: 8px 20px;
    font-style: italic;
    font-family: Garamond, Garamond Pro;
    font-size: 22px;
    margin: 30px 0;
    text-align: center;
}

.ga-vspacer {
    margin: 30px 0;
}

@media only screen and (max-width: 992px) {
    .arrow-to-the-knee {
        display: none;
    }

    .arrow-to-the-knee-sm {
        display: block;
    }
}

@media only screen and (max-width: 720px) {
    .donation-form label,
    .donation-form [type="submit"] {
        width: 89%;
    }

    .donation-form input[type="number"] {
        width: calc(85% - 22px);
    }

    .ga-cti-image {
        width: 50% !important;
    }

    .ga-cti-container .ga-cti-image.right {
        float: right;
        margin: 0 0 0 10px;
    }

    .ga-cti-container .ga-cti-image.left {
        float: left;
        margin: 0 10px 0 0;
    }
}

@media only screen and (max-width: 400px) {
    .ga-cti-image {
        width: 40% !important;
    }
}


/* Horizontal Rule Stylings */
.ga-horizontal-rule {
    margin: 15px 0 40px;
}

.hr-plain,
.hr-seal,
.hr-cofo,
.hr-hwu {
    position: relative;
    width: 100%;
    height: 50px;
    user-select: none;
    pointer-events: none;
}

.hr-cofo {
    height: 25px;
}

.hr-line {
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
}

.hr-hwu .hr-line {
    width: calc((100% - 32.375px) / 2);
}

.hr-cofo .hr-line {
    width: calc((100% - 280.462px) / 2);
}

.hr-seal .hr-line {
    width: calc((100% - 50.100px) / 2);
}

.hr-line div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 3px solid black;
}

.hr-seal img,
.hr-cofo img,
.hr-hwu img {
    float: left;
}

.hr-hwu img,
.hr-seal img {
    height: 50px;
}

.hr-cofo img {
    height: 25px;
    margin-left: 3px;
}

/* Recommended Articles */

.ga-recommends {
    padding-top: 40px;
}

    .ga-recommends .garec-col {
        min-height: 200px;
        margin: 15px 0;
    }

    .ga-recommends .ga-rectitle {
        font-weight: 300;
        font-size: 36px;
        padding-bottom: 5px;
        display: inline-block;
    }

.ga-recommended-article {
    position: relative;
    background-color: #710a2c;
    /*padding: 10px;*/
    color: white;
    min-height: 100%;
    background-image: repeating-radial-gradient( circle at 0 0, transparent 0, #800000 10px ), repeating-linear-gradient( #710a2c33, #710a2c77 );
}

    .ga-recommended-article:hover {
        background-image: repeating-radial-gradient( circle at 0 0, transparent 0, #900000 10px ), repeating-linear-gradient( #710a2c33, #710a2c77 );
        cursor: pointer;
    }

    .ga-recommended-article h5 {
        color: white;
        font-family: helvetica neue, Helvetica;
        font-weight: 300;
        font-size: 20px;
        text-shadow: 0 0 5px 0 black;
        padding: 10px;
        padding-bottom: 5px;
        background-color: rgba(0,0,0,0.5);
        border-bottom: 3px solid #ffffff99;
    }

    .ga-recommended-article a {
        position: absolute;
        right: 10px;
        bottom: 10px;
        border: none;
        background-color: #a50e40;
        color: white !important;
        padding: 8px 20px;
        transition: background-color 0.3s;
    }

        .ga-recommended-article a:hover {
            background-color: #8c0c36;
            color: white;
            text-decoration: none;
        }


/* Empty Section Links */
div.ga-emp-header {
    display: block;
    border-bottom: 1px solid black;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
}

.veclink img {
    width: 100px;
}

.veclink::after,
.veclink::before {
    content: '';
    opacity: 0;
    transition: opacity 0.7s;
}

.veclink:hover::before {
    position: absolute;
    border: 1px solid black;
    border-radius: 10px;
    padding: 8px 20px;
    transform: translate(calc(-50% + 50px), calc(-100% - 5px));
    width: fit-content;
    background-color: white;
    box-shadow: 0 0 5px 0 gray;
    color: black !important;
    opacity: 1;
}

.veclink:hover::after {
    content: '';
    position: absolute;
    background-color: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 7px;
    height: 7px;
    transform: translate(calc(-50% - 50px), calc(-100%));
    opacity: 1;
}

.vec-textlink:hover::before {
    content: 'Add Text Content Block';
}

.vec-tai:hover::before {
    content: 'Add Text and Image Block';
}

.vec-tav:hover::before {
    content: 'Add Text and Video Block';
}

.vec-ci:hover::before {
    content: 'Add Captioned Image';
}

.vec-cv:hover::before {
    content: 'Add Captioned Video';
}

.vec-dc:hover::before {
    content: 'Add Donation Component';
}

.vec-cb:hover::before {
    content: 'Add Colored Block Quote';
}

.vec-ig:hover::before {
    content: 'Add Image Gallery';
}

.vec-hr:hover::before {
    content: 'Add Horizontal Rule';
}

/* Hide elements at breakpoints */


/* Splash page css */
.gall-article-container {
    width: 80%;
    margin: 0 auto !important;
}

.gall-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.gall-top {
    position: relative;
}

.gall-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    padding: 5px 20px;
    z-index: 2;
}

    .gall-date p {
        margin-bottom: 0;
        text-align: center;
        font-weight: bold;
        font-family: helvetica neue, Helvetica;
    }

.gall-articles {
    padding: 0 15px;
    margin: 15px 0px;
}

.gall-readmore {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0,0,0,0.4);
    transition: opacity 0.5s;
    color: white;
    font-family: helvetica neue, Helvetica;
    font-size: 22px;
    outline: none;
    border: none;
}

    .gall-readmore:hover {
        opacity: 1;
    }

    .gall-readmore:focus,
    .gall-readmore:active {
        opacity: 1;
    }

.gall-bg-holder {
    position: relative;
    height: 100%;
}

.gall-articles .gall-title {
    color: white;
    padding: 20px;
    font-family: helvetica neue, Helvetica;
}

.gall-articles:nth-child(4n+1) .gall-bg-holder {
    background-color: #710a2c;
}

.gall-articles:nth-child(4n+2) .gall-bg-holder {
    background-color: #3f7f9a;
}

.gall-articles:nth-child(4n+3) .gall-bg-holder {
    background-color: #383838;
}

.gall-articles:nth-child(4n+4) .gall-bg-holder {
    background-color: #480014;
}

.ga-maroon-link {
    color: #710a2c !important;
}

.ga-maroon-link:hover {
    color: #710a2c !important;
}

.btn.btn-primary.manage-link {
    border-radius: 0;
    background-color: rgba(0,0,0,0.4);
    color: white;
    border: 1px solid;
    border-color: white;
    transition: background-color 0.3s, border-color 0.3s;
    font-family: helvetica neue, Helvetica, Arial;
    letter-spacing: initial !important;
    text-transform: none;
}

    .btn.btn-primary.manage-link:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border-color: black;
        color: black;
    }

/* Phone */
@media (max-width: 480px) {
    div:not(.ga-editable) > .filled-section.no-phone {
        display: none;
    }
}

/* Tablet */
@media (min-width: 481px) and (max-width: 1023px) {
    div:not(.ga-editable) > .filled-sction.no-tablet {
        display: none;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    div:not(.ga-editable) > .filled-section.no-desktop {
        display: none;
    }
}

/**
    Lazy Loading
**/

.ga-lazyload {
    opacity: 0;
    transition: 0.3s;
}

    .ga-lazyload[data-loaded="true"] {
        opacity: 1;
    }