/* What we do */
.info {
    display: flex;
    align-items: center;
}

@media (min-width: 1024px) {
    .info-content, .info-image{
        flex: 50%;
    } 
}

.info-title{
    font-weight: 700;
}

.info-image{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.info-link{
    font-weight: 600;
    color: var(--ug-black);
    text-decoration: none;
    display: flex;
    align-items: center;
    
}

.info-link::after{
    content: '\f0a9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    margin-left: 24px;
    font-size: 36px;
    color: var(--ug-gold);
}


/* Block header */
.block-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block-header h2{
    font-weight: 700;
}

/* Team Members */

.team-member{
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}



.team-member-img img{
    width: 100%;
    height: auto;
}

.team-name a:hover{
    color: var(--ug-gold);
}

/* Layout Paragraphs */
.layout--onecol, .layout--threecol-25-50-25, .layout--threecol-section--33-34-33, .layout--fourcol-section{
    margin: 0px;
    width: 100%;
}

.layout--threecol-section--33-34-33, .layout__region{
    flex: 0 1 33.33333333%
}

@media screen and (min-width: 40em){
    .paragraph .layout--threecol-section--33-34-33 > .layout__region--first,
    .paragraph .layout--threecol-section--33-34-33 > .layout__region--second,
    .paragraph .layout--threecol-section--33-34-33 > .layout__region--third,
    .container-content .layout--threecol-section--33-34-33 > .layout__region--first,
    .container-content .layout--threecol-section--33-34-33 > .layout__region--second,
    .container-content .layout--threecol-section--33-34-33 > .layout__region--third {
        flex: 0 1 33.333333333%;
    }
}

.layout--onecol, .layout--threecol-25-50-25, .layout--threecol-section--33-34-33, .layout--fourcol-section{
    margin-right: -15px;
    margin-left: -15px;
}


.layout__region{
    padding: 0 15px;
}


/* Mission and Vision */

#mission-vision {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mission-vision-container {
    margin: auto;
    padding-left: 7%;
    padding-right: 7%;
}

.vision, .mission {
    margin-bottom: 3rem;
}

.vision *, .mission * {
    color: #ffffff;
}


/* Course Table */
.course-table{
    overflow-x:auto;
}

.course-table th{
    background-color: var(--ug-blue);
    color:var(--ug-light-gray);

}

.course-table td, .course-table th{
    padding: 1rem 0.5rem;
}

/* Accordion */
.accordion-header button{
    padding:1.5rem 0;
    border-bottom: 1px solid #ececec;
}

.accordion-header button.accordion-button{
    border-bottom: 1px solid #ececec;
}

.accordion-header button::after{
    content: '\f056';
    font-family: 'Line Awesome Free';
    font-size: 40px;
    margin-right: 1rem;
}


.accordion-header button.accordion-button.collapsed::after{
    content: '\f055';
    font-family: 'Line Awesome Free';
    font-size: 40px;
    margin-right: 1rem;
}

.accordion-body{
    padding: 1.5rem;
    background-color: #ececec;
}


.related-links {
    padding: 0;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(20,auto);
    grid-gap: 0 15px;
    list-style-type: none;
}

.related-links li {
    margin: 5px 0;
    min-height: 71px;
    position: relative;
}

.related-links li a {
    display: block;
    position: relative;
    padding: 15px 70px 15px 20px;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 600;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    position: absolute;
    text-decoration: none;
    color: var(--ug-blue);
    cursor: pointer;
    background: linear-gradient(135deg,#b31b1b 0%,#b31b1b 50%,#f2f2f2 51%,#f2f2f2 100%);
    background-size: 250%;
    background-position: 100%;
    transition: background-position .6s ease;
}

.related-links li a:hover{
    color: var(--ug-gold);
}


/* Contact */
.postal-address, .email, .contact-info {
    display: flex;
    align-items: center;
}


.location {
    display: flex;
    align-items: flex-start;
}


/* Card */
.options_card {
    border: 1px solid #f2f2f3;
    height: 100%;
}

.options_card:hover {
    box-shadow: 16px 14px 20px 0px rgba(219,229,255,0.41);
    transition: .25s;
}

.options_card a {
    margin-top: 8px;
    color: var(--ug-blue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.options_card a::after {
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-size: 18px;
    margin-left: 1rem;
    font-weight: 800;
}


/* News */
.news-grid-item {
    display: grid;
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr 2fr;
}

.news-grid-item img {
    width: 100%;
    height: auto;
}

.dates {
    font-size: 0.95rem;
    color: #676767;
}

.s-corner-title a {
    color: var(--ug-black);
    font-weight: 500;
    line-height: 150.5%;
    text-decoration: none;
}

.s-corner-title a:hover{
    color: var(--ug-gold);
}

/* Events */
.event-grid-item {
    display: grid;
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr 7fr;
}

.event-dates {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event-dates span {
    color: var(--ug-blue);
    font-weight: 600;
}


/* Publications */
.view-publications .views-infinite-scroll-content-wrapper{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}


.view-publications .js-pager__items {
    list-style: none;
    padding: 0;
    text-align: center;
    padding: 2rem 0;
}


.view-publications .js-pager__items a{
    border: 2px solid var(--ug-blue);
    padding: 0.5rem;
    text-decoration: none;
    color: var(--ug-blue);
}

.view-publications .js-pager__items a:hover{
    color: var(--ug-gold);
    font-weight: 600;
}


.more-link{
    margin: 1.5rem 0;
}

.more-link a{
    border: 1px solid var(--ug-blue);
    padding: 0.5rem;
    text-decoration: none;
    color: var(--ug-blue);
}

.more-link a:hover{
    color: var(--ug-gold);
    font-weight: 600;
}


/* Breadcrumbs */
#block-arppis-breadcrumbs ol{
    list-style: none;
    padding: 10px 0;
    display: flex;
    /* border-top: 1px solid var(--ug-blue);
    border-bottom: 1px solid var(--ug-blue); */
}


#block-arppis-breadcrumbs ol li:last-child, #block-arppis-breadcrumbs ol li:nth-child(2n), #block-arppis-breadcrumbs ol li:nth-child(2n+3) {
    color: var(--ug-gold);
    padding-left: 10px;
}

#block-arppis-breadcrumbs ol li a{
    text-decoration: none;
    font-weight: 600;
    color: var(--ug-blue);
}


#block-arppis-breadcrumbs ol li a::after{
    font-family: 'Line Awesome Free';
    content: "\f105";
    font-size: 1rem;
    font-weight: 800;
    display: inline-block;
    color: var(--ug-blue);
    padding-left: 10px;
}


/* Contact Us */
.postal-address, .email, .contact-info {
    display: flex;
    align-items: center;
}

.location {
    display: flex;
    align-items: flex-start;
}

.postal-address iconify-icon, .email iconify-icon, .contact-info iconify-icon, .location iconify-icon {
    margin-right: 10px;
    font-size: 30px;
    color: var(--ug-blue);
}



/* Student Corner */
.student-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .student-grid {
        display: block;
    }
    .student-corner{
        padding: 20px 30px;
    }
}

.student-corner {
    background-color: var(--ug-blue);
    padding: 40px 60px;
    display: flex;
    max-width: 100%;
    margin-left: auto;
    box-shadow: -20px 20px 1px #b99d644f;
}


.student-corner h2 {
    color: var(--ug-gold);
    font-weight: 600;
    line-height: 2.5;
}

.student-corner p{
    color:var(--ug-light-gray);
}

.student-corner a{
    padding: 12px 20px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.student-corner a:hover {
    color: var(--ug-gold);
    border: 2px solid var(--ug-gold);
}