﻿/*#region General Styling */
:root {
    --site_fontcolor: #515151;
    --site_bgcolor: #f3f3f3;
    --blue: #2f84bd;
    --blue_border: 4px solid #0033A0;
    --yellow: #F2A800;
    --yellow_border: 4px solid #F2A800;
    --red: #D90012;
    --red_border: 4px solid #D90012;
    --plus_four_deg: rotate(4deg);
    --plus_five_deg: rotate(5deg);
    --plus_six_deg: rotate(6deg);
    --plus_seven_deg: rotate(7deg);
    --plus_eight_deg: rotate(8deg);
    --minus_four_deg: rotate(-4deg);
    --minus_five_deg: rotate(-5deg);
    --minus_six_deg: rotate(-6deg);
    --minus_seven_deg: rotate(-7deg);
    --minus_eight_deg: rotate(-8deg);
}

@font-face {
    font-family: 'FontAwesome';
    src: url('//international.ucla.edu/masterpages/assests/fontawesome/webfonts/fontawesome-webfont.eot');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: Arial, sans-serif;
}

body {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    line-height: normal;
    color: var(--site_fontcolor);
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}

h1 {
    font-size: 1.5rem; 
}

a {
    color: var(--blue);
    text-decoration: underline;
}

    a:hover {
        color: var(--red);
        text-decoration: underline;
    }

    a[href$=".pdf"] {
        padding-right: 25px;
        background: url(/masterpages/img/icon_pdf.png) no-repeat right center;
    }

    a.no-pdf-icon[href$=".pdf"] {
        background-image: none;
    }

.mainWebsiteContainer {
    background-color: ghostwhite;
}

p {
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 1.4em;
}

.photocaption {
    margin-top: 10px;
    /*padding-left:40px;*/
    padding-right: 40px;
    font-size: 0.8em;
    line-height: 1.4em !important;
    font-style: italic;
    margin-bottom: 30px;
}

.noFloat {
    float: none !important;
}

.overlap {
    margin-top: -10px !important;
}

table { 
    width: auto;
}

table tbody th, table tbody td {
    padding:0px; 
}

table tbody tr:nth-child(even) {
    background-color:#f9f9f9
}

/*********************************
    Featured Story Styling
*/
.featured-story-container {
    clear: both;
    position: relative;
    overflow: auto;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
}

.featured-story-container {
    clear: both;
    position: relative;
    overflow: auto;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .2);
    padding: 15px;
    border: 1px solid #C8C8C8;
    border: 1px solid #C8C8C8;
    background-color: #FFF;
    /*float: left;*/
}

    .featured-story-container img {
        vertical-align: bottom;
    }

    .featured-story-container .figcaption {
        padding: 10px;
        position: relative;
        background: #333;
        color: #fff;
    }

        .featured-story-container .figcaption a {
            color: #fff !important;
            text-decoration: underline;
        }

img.bigimage {
    width: 100%;
}

.read-more-style {
    padding-left: 10px;
}

#list-news-mobile {
    display: block;
    height: auto;
    list-style-type: none;
    overflow: auto;
    position: relative;
}

    #list-news-mobile .viewport {
        height: auto;
        min-height: 288px;
        position: relative;
        width: 100%;
    }

    #list-news-mobile .viewport {
        height: auto;
        min-height: 288px;
        position: relative;
        width: 100%;
    }

    #list-news-mobile .overview li {
        float: left;
        font-size: 1em;
        padding-right: 5%;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        list-style: none;
    }

.list {
    padding-bottom: 15px;
}

.list {
    padding-bottom: 15px;
}

#list-news-mobile .photos {
    float: left;
    width: 25%;
}

    #list-news-mobile .photos:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#list-news-mobile .photos {
    float: left;
    width: 25%;
}

img {
    display: inline-block;
    vertical-align: middle;
}

img {
    -ms-interpolation-mode: bicubic;
}

img, object, embed {
    max-width: 100%;
    height: auto;
}

.list-text {
    padding-top: 5px;
    font-weight: normal;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 1.3em;
    padding-bottom: 5px;
}

#list-news-mobile .text {
    height: auto;
}

#list-news-mobile .text {
    margin-left: 28%;
}

#list-news-mobile .text {
    height: auto;
}

#list-news-mobile .text {
    margin-left: 28%;
}

.list-event {
    font-size: 0.825em; 
}
/************************************
          PHOTO STYLING
************************************/
.photocontainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.photos {
    padding: 15px;
    border: 1px solid #C8C8C8;
    border: 1px solid #C8C8C8;
    background-color: #FFF;
    float: left;
}

    .photos:hover {
        z-index: 10;
        transform: scale(1.03);
    }

@media (max-width: 768px) {
    .photos {
        padding: 5px;
        width: 100% !important;
    }

    .row {
        padding: 10px;
    }

    .photocontainer {
        height: auto;
    }

    .photocaption {
        display: inline-flex;
        font-size: 0.65em;
    }
}

#pai_left01 {
    z-index: 9;
    padding-left: 20px;
    display: inline-block;
    transform: var(--plus_seven_deg);
    -ms-transform: var(--plus_seven_deg); /* IE 9 */
    -moz-transform: var(--plus_seven_deg); /* Firefox */
    -webkit-transform: var(--plus_seven_deg); /* Safari and Chrome */
    -o-transform: var(--plus_seven_deg); /* Opera */
    /*position: absolute;*/
}

    #pai_left01:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_middle01 {
    z-index: 9;
    display: inline-block;
    transform: var(--minus_four_deg);
    -ms-transform: var(--minus_four_deg); /* IE 9 */
    -moz-transform: var(--minus_four_deg); /* Firefox */
    -webkit-transform: var(--minus_four_deg); /* Safari and Chrome */
    -o-transform: var(--minus_four_deg); /* Opera */
    /*position: absolute;*/
}

    #pai_middle01:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_right01 {
    z-index: 9;
    display: inline-block;
    transform: var(--plus_six_deg);
    -ms-transform: var(--plus_six_deg); /* IE 9 */
    -moz-transform: var(--plus_six_deg); /* Firefox */
    -webkit-transform: var(--plus_six_deg); /* Safari and Chrome */
    -o-transform: var(--plus_six_deg); /* Opera */
    /*position: absolute;*/
}

    #pai_right01:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_center01:hover {
    z-index: 10;
    transform: scale(1.3);
}


#pai_left02 {
    z-index: 9;
    transform: var(--minus_four_deg);
    -ms-transform: var(--minus_four_deg); /* IE 9 */
    -moz-transform: var(--minus_four_deg); /* Firefox */
    -webkit-transform: var(--minus_four_deg); /* Safari and Chrome */
    -o-transform: var(--minus_four_deg); /* Opera */
    /*position: absolute;*/
}

    #pai_left02:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_middle02 {
    z-index: 9;
    transform: var(--plus_four_deg);
    -ms-transform: var(--plus_four_deg); /* IE 9 */
    -moz-transform: var(--plus_four_deg); /* Firefox */
    -webkit-transform: var(--plus_four_deg); /* Safari and Chrome */
    -o-transform: var(--plus_four_deg); /* Opera */
    /*position: absolute;*/
}

    #pai_middle02:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_right02 {
    transform: var(--minus_six_deg);
    -ms-transform: var(--minus_six_deg); /* IE 9 */
    -moz-transform: var(--minus_six_deg); /* Firefox */
    -webkit-transform: var(--minus_six_deg); /* Safari and Chrome */
    -o-transform: var(--minus_six_deg); /* Opera */
    /*position: absolute;*/
}

    #pai_right02:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_center02:hover {
    z-index: 10;
    transform: scale(1.3);
}


#pai_left03 {
    z-index: 9;
    transform: var(--minus_four_deg);
    -ms-transform: var(--minus_four_deg); /* IE 9 */
    -moz-transform: var(--minus_four_deg); /* Firefox */
    -webkit-transform: var(--minus_four_deg); /* Safari and Chrome */
    -o-transform: var(--minus_four_deg); /* Opera */
    /*position: absolute;*/
}

    #pai_left03:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_middle03 {
    z-index: 9;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg); /* IE 9 */
    -moz-transform: rotate(2deg); /* Firefox */
    -webkit-transform: rotate(2deg); /* Safari and Chrome */
    -o-transform: rotate(2deg); /* Opera */
    /*position: absolute;*/
}

    #pai_middle03:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_right03 {
    transform: var(--minus_six_deg);
    -ms-transform: var(--minus_six_deg); /* IE 9 */
    -moz-transform: var(--minus_six_deg); /* Firefox */
    -webkit-transform: var(--minus_six_deg); /* Safari and Chrome */
    -o-transform: var(--minus_six_deg); /* Opera */
    /*position: absolute;*/
}

    #pai_right03:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_center03:hover {
    z-index: 10;
    transform: scale(1.3);
}

#pai_left04 {
    z-index: 9;
    transform: var(--plus_four_deg);
    -ms-transform: var(--plus_four_deg); /* IE 9 */
    -moz-transform: var(--plus_four_deg); /* Firefox */
    -webkit-transform: var(--plus_four_deg); /* Safari and Chrome */
    -o-transform: var(--plus_four_deg); /* Opera */
    /*position: absolute;*/
}

    #pai_left04:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_middle04 {
    z-index: 9;
    transform: var(--minus_four_deg);
    -ms-transform: var(--minus_four_deg); /* IE 9 */
    -moz-transform: var(--minus_four_deg); /* Firefox */
    -webkit-transform: var(--minus_four_deg); /* Safari and Chrome */
    -o-transform: var(--minus_four_deg); /* Opera */
    /*position: absolute;*/
}

    #pai_middle04:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_right04 {
    transform: var(--plus_six_deg);
    -ms-transform: var(--plus_six_deg); /* IE 9 */
    -moz-transform: var(--plus_six_deg); /* Firefox */
    -webkit-transform: var(--plus_six_deg); /* Safari and Chrome */
    -o-transform: var(--plus_six_deg); /* Opera */
    /*position: absolute;*/
}

    #pai_right04:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_center04:hover {
    z-index: 10;
    transform: scale(1.3);
}

#pai_left05 {
    z-index: 9;
    transform: var(--minus_four_deg);
    -ms-transform: var(--minus_four_deg); /* IE 9 */
    -moz-transform: var(--minus_four_deg); /* Firefox */
    -webkit-transform: var(--minus_four_deg); /* Safari and Chrome */
    -o-transform: var(--minus_four_deg); /* Opera */
    /*position: absolute;*/
}

    #pai_left05:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_middle05 {
    z-index: 9;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg); /* IE 9 */
    -moz-transform: rotate(4deg); /* Firefox */
    -webkit-transform: rotate(4deg); /* Safari and Chrome */
    -o-transform: rotate(4deg); /* Opera */
    /*position: absolute;*/
}

    #pai_middle05:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_right05 {
    transform: rotate(-9deg);
    -ms-transform: rotate(-9deg); /* IE 9 */
    -moz-transform: rotate(-9deg); /* Firefox */
    -webkit-transform: rotate(-9deg); /* Safari and Chrome */
    -o-transform: rotate(-9deg); /* Opera */
    /*position: absolute;*/
}

    #pai_right05:hover {
        z-index: 10;
        transform: scale(1.3);
    }

#pai_center05:hover {
    z-index: 10;
    transform: scale(1.3);
}

/************************************
          HEADER STYLING
************************************/
.header a {
    text-decoration: none;
}

    .header a:hover {
        text-decoration: underline;
    }


.headerNavs {
    margin: 0 0 0 0;
    list-style: none;
    font-size: 1.15em !important;
    display: inline;
}

    .headerNavs li {
        display: inline-block;
        padding: 0 10px;
        padding-bottom: 8px;
    }

        .headerNavs li:hover {
            padding-bottom: 5px;
            border-bottom: 5px solid #da0315 !important;
        }

        .headerNavs li a {
            color: gray;
            text-decoration: none;
        }

            .headerNavs li a:hover {
                text-decoration: none;
                color: #323232;
            }

    .headerNavs.topNav li {
        padding-bottom: 8px;
    }

        .headerNavs.topNav li:hover {
            padding-bottom: 5px;
        }



/*#region Header Styling */
#page-nav {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative; 
}

    /* Hide Hamburger */
    #page-nav label, #hamburger {
        display: none;
    }


img.logo {
    max-width: 150%;
    height: 89px;
    padding: 2px 0 5px 0; 
    float: left;
    margin-bottom: -30px;
    margin-left:-20px;
}
/*#endregion */



/*#region Misc Pages Menu/Display Styling */
#pagesLeftContent, #pagesRightContent {
    /*text-align: right;*/
    padding-left: 15px;
    background-color: white;
    border: 1px #dedede solid;
}

    #pagesLeftContent div {
        margin-bottom: 15px;
        margin-right: 30px;
        padding-top: 20px;
    }

        #pagesLeftContent div a {
            font-size: .85em;
            text-decoration: none;
            text-transform: uppercase;
            color: black;
        }

        #pagesLeftContent div.selected {
            /*background-color: white;*/
        }

            #pagesLeftContent div.selected a {
                color: black;
                border-bottom: var(--blue_border);
            }

    #pagesRightContent div.unselected {
        display: none;
        /*background-color: white;*/
        padding: 30px;
    }

    #pagesRightContent div.selected {
        display: block;
        /*background-color: white;*/
    }

    #pagesRightContent div p {
        line-height: 1.5em;
    }

    #pagesRightContent div h2 {
        margin-top: 20px;
    }

        #pagesRightContent div h2.listTitle {
            margin-top: 0;
        }

    #pagesRightContent div h3 {
        margin-top: 60px;
    }

    #pagesRightContent div a {
        font-weight: bold;
    }

    #pagesRightContent a.subPageReadMore {
        text-decoration: none;
    }
/*#endregion */

    .leftMenu:hover {
        border-bottom: var(--red_border);
    }

/*#region Slider Styling */
    #full-width-slider {
        width: 100%;
    }

    .heroSlider .rsOverflow, .royalSlider.heroSlider {
        height: 337px !important;
    }

    .royalSlider {
        visibility: hidden;
    }

    /*#region Display Pages Styling */

    /************************************
            SIDER STYLING
************************************/

    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 450px !important;
    }

/**** SLIDER EXTRA NEEDED CSS ROYAL SLIDER  copied from ccs ******/

    #full-width-slider {
        width: 100%;
        color: #000;
    }

    .fullWidth {
        max-width: 1400px;
        margin: 0 auto 24px;
    }

    .progheader {
        font-size: 50px;
    }

    .as-row {
        margin: 0 60px;
    }


    #container {
        min-height: 100%;
        position: relative;
    }

    #header {
        height: 120px;
    }w

    #body {
        padding-bottom: 120px; /* Height of the footer */
    }



/*#region Footer Styling */
#footer {
    background-color: #2f83bd;
    background-image: linear-gradient(to right, #2f83bd, #215A83 50%, #2f83bd);
    color: white !important;
    font-size: .9em;
    /* text-align: center;*/
        height: 325px;
}

    #footer a {
        color: white;
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
        }

    #footer p {
        margin-bottom: 0;
    }

.footer-address {
    margin-bottom: 10px;
}

.regents {
    font-size: .8em;
    padding-left:0px;
}




.recent_news {
    padding-top: 20px;
    line-height: 1.3em !important;
}

    .recent_news h4 a {
        font-size: 0.8em !important;
        font-weight: 400;
        color: #000 !important;
        text-decoration: none !important;
    }

    .recent_news p {
        line-height: 1.4em;
        font-size: 0.9em;
        color: #656565;
    }

.info {
    font-size: 1em !important;
    padding: 15px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    background-color: #fff;
    line-height: 1.5em;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1), 0 0 0 2px rgb(255,255,255), 0.3em 0.3em 1em rgba(0,0,0,0.3);
}

.info_in {
    font-size: 0.9em;
    /*background-color: #f8f8f8;
    padding: 6px;
    border: 1px solid #f0f0f0;*/
}

/*#2f83bd*/
h2 {
    color: #2f83bd;
    font-weight: 800;
    font-size: 1.5em;
    padding-bottom: 10px;
    border-bottom: 2px solid #2f83bd;
    margin-bottom: 30px;
}


h3 {
    color: #2f83bd;
    font-weight: 600;
    font-size: 1.3em;
    padding-bottom: 10px;
    border-bottom: 2px solid #2f83bd;
    margin-bottom: 25px;
}

h4#footer-centerTitle {
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 25px;
    text-decoration:none; 
}

h4 {
    color: #2f83bd;
    font-weight: 500;
    font-size: 1.1em;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-decoration: underline;
}

.recent_news h4 {
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.more {
    /*color: #2f83bd;*/
    text-decoration: none;
    font-style: italic;
    font-size: 0.8em;
}

/*    .more:after {
        font-style: normal;
        font-family: 'Font Awesome 6 Free';
        content: " \f061";
    }

    .more:hover::after {
        margin-left: 10px;
        transition: all 0.3s ease;
    }*/


.fa {
    color: #2f83bd !important;
}

    .fa:hover {
        color: #da0315 !important;
    }


.personTitle p {
    font-size: 0.85em !important;
    line-height: 1.2em !important;
}

.personAltTitle p {
    font-size: 0.75em !important;
    line-height: 1.1em !important;
    font-style: italic;
}

.profile {
    object-fit: scale-down;
    width: 100%;
    height: 300px;
}




/** CUSTOM GOOGLE SEARCH STYLE **/
/*Removes default x in search fields (webkit only)*/
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/*Changes the color of the placeholder*/
::-webkit-input-placeholder {
    color: #0d2840;
    opacity: .5;
}

:-moz-placeholder {
    color: #0d2840;
    opacity: .5;
}

::-moz-placeholder {
    color: #0d2840;
    opacity: .5;
}

:-ms-input-placeholder {
    color: #0d2840;
    opacity: .5;
}


div.gsc-control-cse.gsc-control-cse-en {
    width: 40%;
    border: 0;
    padding: 0;
    margin: 0;
}

#gs_tti50 input {
    /*border: 2px solid #777 !important;*/
    outline: none !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    margin: -3px 0 auto !important;
    cursor: pointer;
    font-size: 1em;
    color: #0d2840 !important;
    padding: 14px 14px 14px 14px !important;
    -moz-transition: all .3s cubic-bezier(0,0,.5,1.5) !important;
    -webkit-transition: all .3s cubic-bezier(0,0,.5,1.5) !important;
    -o-transition: all .3s cubic-bezier(0,0,.5,1.5) !important;
    -ms-transition: all .3s cubic-bezier(0,0,.5,1.5) !important;
    transition: all .3s cubic-bezier(0,0,.5,1.5) !important;
    background: #fff url(https://cdn.johnroberts.com/hubfs/images/search.png?t=1435173000345) no-repeat center center !important;
    background-size: 22px !important;
    font-style: normal;
    font-family: 'FontAwesome';
    content: "\f002";
}

/*expands when search icon is clicked*/
input#gsc-i-id1:focus {
    width: 200px !important;
    -webkit-background-position: 190px center !important;
    -moz-background-position: 190px center !important;
    -o-background-position: 190px center !important;
    -ms-background-position: 190px center !important;
    background-position: 190px center !important;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,.1) !important;
    color: #000000;
}

table.gsc-search-box td {
    vertical-align: top !important;
}

/** Google Original Style **/
/*googles input text box*/
.gsc-input div.gsc-input-box {
    width: 0;
    height: 25px;
    margin: 2% 0 0 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

.gsc-input-box-focus, .gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
    /*
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    */
    box-shadow: none !important;
    outline: none;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: none !important;
}
/*Hide Googles search button*/
.gsib_a {
    padding: 0 !important;
    margin: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0 !important;
    margin: 0 !important;
}

td.gsc-search-button, .gsc-search-box-tools .gsc-clear-button {
    display: none;
}
/*Hide googles delete font box*/
td.gsib_b {
    display: none;
}
/*Hide Googles search content style*/
.cse .gsc-control-cse, .gsc-control-cse {
    width: 0 !important;
    padding: 0 !important;
    background-color: none;
}

p.photoCaption {
    display: block !important;
    font-size: 0.8em !important;
}

.row{
    max-width:1280px;
}

/************************************
          HEADER STYLING
************************************/


    .header a {
        text-decoration: none;
    }

        .header a:hover {
            text-decoration: underline;
        }

ul.headerNavs {
    margin: 0 0 0 0;
    list-style: none;
    font-size: 0.96em !important;
    display: inline;
    float: left; 
    position: absolute; 
    bottom: 0; 
}

/*    .headerNavs left ul {
        float: left;
    }*/

    .headerNavs li {
        display: inline-block;
        padding: 0 10px;
        padding-bottom: 8px;
    }

        .headerNavs li:hover {
            padding-bottom: 5px;
            border-bottom: 5px solid #da0315 !important;
        }

        .headerNavs li a {
            color: #545454;
            text-decoration: none;
        }

            .headerNavs li a:hover {
                text-decoration: none;
                color: #323232;
            }


    ul.headerNavs.topNav li {
        padding-bottom: 8px;
    }

        .headerNavs.topNav li:hover {
            padding-bottom: 5px;
        }

    .headerNavs.topNav .headerSubNav li {
        padding-bottom: 4px !important;
    }

.topNav li {
    /*padding:0 15px;*/
    /*margin-bottom:25px;*/
    position: relative;
}


.topNav ul {
    margin-top: 16px;
    background: white;
    border-radius: 0 0px 0px 0px;
    border-width: 0 1px 1px;
    padding: 10px 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transition: -moz-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.topNav li:hover ul {
    left: -20px;
    top: 20px;
    width: 400px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

@media screen and (min-width:409px) and (max-width:513px) {
    .topNav li.about:hover ul {
        left: -120px;
    }
}

@media screen and (min-width:601px) and (max-width:964px) {
    .topNav li.about:hover ul {
        left: -120px;
    }
}

@media screen and (min-width:1074px) and (max-width:1170px) {
    .topNav li.about:hover ul {
        left: -120px;
    }
}

@media screen and (max-width:513px) {
    .topNav li.research:hover ul {
        left: -120px;
    }
}

@media screen and (max-width:355px) {
    .topNav li.academics:hover ul {
        left: -120px;
    }
}

.topNav ul {
    list-style: none;
}

    .topNav ul li {
        width: 100%;
        margin-bottom: 0;
        text-align: left;
        padding-bottom: 4px;
    }

        .topNav ul li:hover {
            border-bottom: none !important;
        }

        .topNav ul li:last-child {
            padding-bottom: 5px;
        }

        .topNav ul li:after {
            content: none;
            margin: 0;
        }

        .topNav ul li a {
            font-size: .91em;
            width: 100%;
            display: block;
        }

            .topNav ul li a:hover {
                text-decoration: none;
                color: #4E7AFC;
                border-bottom: none !important;
            }


img.logo {
    margin: 0 0 0 0;
    max-width: 220px;
}

.headerSocialMedia img {
    max-width: 30px !important;
    margin: 0 2px 15px 2px;
}

.f-dropdown li {
    text-align: left;
}

/*ul.headerNavs topNav {
    margin-top: 50px; 
}*/

.headerNavLinks {
    height: 89px; 
}

/*AGRP Page*/

.sliderCaption {
    position: absolute;
    display: block;
    bottom: 70px;
    left: 0px;
    background-color: rgba(0, 0, 0,0.6);
    padding-left: 10px;
    padding-bottom: 5px;
    font-style: italic;
    font-size: 0.88em;
}

    .sliderCaption a {
        color: white !important;
        background-color: rgba(0, 0, 0,0.6);
    }

img.rsImg {
    object-fit: cover;
}

ul.tabs {
    border: unset !important;
    background: unset !important;
    border-bottom: 1px solid #D3D3D3 !important;
}

li.tabs-title {
    margin-bottom: -1px;
}

.tabs-title a {
    font-size: unset !important;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    color: #2f83bd;
}

    .tabs-title a:hover {
        color: var(--red);
        text-decoration: underline;
    }

    .tabs-title a[aria-selected=true] {
        background: #fefeff !important;
        border: 1px solid #D3D3D3;
        border-bottom: transparent;
    }

.tabs-content {
    border: unset !important;
    background: unset !important;
    color: #515151;
}

.archive-title {
    padding-bottom: unset !important;
    margin-bottom: unset !important;
}

.profile-agrp {
    object-fit: scale-down;
    width: 100%;
}

hr.agrp-line {
    max-width: unset !important;
    border-top: 2px solid #2f83bd;
}

#ctl00_MiddlePlaceHolder_AGRPevents_PageTable .large-3.columns {
    padding-right: 0.78em;
    padding-left: 0.78em;
    width: unset !important;
    margin-top: 20px;
}

.large-3.columns #ctl00_MiddlePlaceHolder_AGRPevents_TotalRowsLiteral {
    font-size: 14px;
}

#ctl00_MiddlePlaceHolder_AGRPnews_PageTable .large-3.columns {
    padding-right: 0.78em;
    padding-left: 0.78em;
    width: unset !important;
    margin-top: 20px;
}

.large-3.columns #ctl00_MiddlePlaceHolder_AGRPnews_TotalRowsLiteral {
    font-size: 14px;
}