button, hr, input {
    overflow: visible
}

video {
    display: inline-block
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, footer, header, menu, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0
}

code {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:active, a:hover {
        outline-width: 0
    }

b {
    font-weight: bolder
}

small {
    font-size: 80%
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, select {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: ButtonText dotted 1px
    }

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none
}

h3.ucla-blue {
    color: #536895
}

p.caption {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px
}

a, img {
    border: none
}

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    font-size: 100%
}

body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-style: normal;
    position: relative
}

a:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic
}

.left {
    float: left !important;
    z-index: 999 !important
}

.right {
    float: right !important
}

.hide {
    display: none;
}

img {
    display: inline-block;
    vertical-align: middle
}

select {
    width: auto
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 65em
}

    .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

    .row .row {
        width: auto;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none
    }

        .row .row:after, .row .row:before {
            content: " ";
            display: table
        }

        .row .row:after {
            clear: both
        }

.columns {
    position: relative;
    /*padding-left: .9375em;
    padding-right: .9375em;*/
    width: 100%;
    float: left;
    top: 0;
    left: 0
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 150%;
    border: none;
    outline: none;
    background-color: #1e4b87;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        background-color: #555;
    }

@media only screen {
    .columns {
        position: relative;
/*        padding-left: .9375em;
        padding-right: .9375em;*/
        float: left
    }

    .small-1 {
        position: relative;
        width: 8.33333%
    }

    .small-2 {
        position: relative;
        width: 16.66667%
    }

    .small-3 {
        position: relative;
        width: 25%
    }

    .small-4 {
        position: relative;
        width: 33.33333%
    }

    .small-5 {
        position: relative;
        width: 41.66667%
    }

    .small-6 {
        position: relative;
        width: 50%
    }

    .small-7 {
        position: relative;
        width: 58.33333%
    }

    .small-8 {
        position: relative;
        width: 66.66667%
    }

    .small-9 {
        position: relative;
        width: 75%
    }

    .small-10 {
        position: relative;
        width: 83.33333%
    }

    .small-11 {
        position: relative;
        width: 91.66667%
    }

    .small-12 {
        position: relative;
        width: 100%
    }

    [class*=column] + [class*=column]:last-child {
        float: right
    }
}

@media only screen and (min-width:48em) and (orientation:landscape) {
    .large-1 {
        position: relative;
        width: 8.33333%
    }

    .large-2 {
        position: relative;
        width: 16.66667%
    }

    .large-3 {
        position: relative;
        width: 25%
    }

    .large-4 {
        position: relative;
        width: 33.33333%
    }

    .large-5 {
        position: relative;
        width: 41.66667%
    }

    .large-6 {
        position: relative;
        width: 50%
    }

    .large-7 {
        position: relative;
        width: 58.33333%
    }

    .large-8 {
        position: relative;
        width: 66.66667%
    }

    .large-9 {
        position: relative;
        width: 75%
    }

    .large-10 {
        position: relative;
        width: 83.33333%
    }

    .large-11 {
        position: relative;
        width: 91.66667%
    }

    .large-12 {
        position: relative;
        width: 100%
    }
}

.show-for-large-down, .show-for-small {
    display: inherit !important
}

.show-for-large {
    display: none !important
}

.hide-for-large {
    display: inherit !important
}

.hide-for-large-down, .hide-for-small {
    display: none !important
}

@media only screen and (min-width:48em) {
    .show-for-small {
        display: none !important
    }

    .hide-for-small {
        display: inherit !important
    }
}

@media only screen and (min-width:80em) {
    .show-for-large {
        display: inherit !important
    }

    .hide-for-large {
        display: none !important
    }
}

@media only screen and (min-width:90em) {
    .show-for-large, .show-for-large-down {
        display: none !important
    }

    .hide-for-large, .hide-for-large-down {
        display: inherit !important
    }
}

div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, p, td, th, ul {
    margin: 0;
    padding: 0;
    direction: ltr
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0
}

em, i {
    font-style: italic;
    line-height: inherit
}

b {
    font-weight: 700;
    line-height: inherit
}

dl, ul {
    font-size: 1em;
    line-height: 1.6;
    list-style-position: outside;
    font-family: inherit
}

    ul li ul {
        margin-left: 1.25em;
        margin-bottom: 0;
        font-size: 1em
    }

    ul.circle li ul {
        list-style: inherit
    }

    ul.circle {
        list-style-type: circle
    }

    dl dt {
        margin-bottom: .3em;
        font-weight: 700
    }

.button, button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: .75em;
    padding-right: 1.5em;
    padding-bottom: .8125em;
    padding-left: 1.5em;
    font-size: 1em;
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: #fff
}

.button, button {
    padding-top: .8125em;
    padding-bottom: .75em
}

@media only screen {
    .button, button {
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.5) inset;
        -webkit-transition: background-color .3s ease-out;
        -moz-transition: background-color .3s ease-out;
        transition: background-color .3s ease-out
    }

        .button:active, button:active {
            -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2) inset;
            box-shadow: 0 1px 0 rgba(0,0,0,.2) inset
        }

    .jwplayer .button, .jwplayer button {
        box-shadow: none
    }
}

@media only screen and (min-width:48em) {
    .button, button {
        display: inline-block
    }
}

    form .row .row {
        margin: 0px;
    }

    form .row .row .columns {
/*        padding: 0 .5em*/
    }

form .row input.columns {
/*    padding-left: .5em*/
}

input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
    display: block;
    padding: .44444rem;
    height: 2.05556rem;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s,border-color .45s ease-in-out;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear
}

    input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus {
        -webkit-box-shadow: 0 0 5px #999;
        -moz-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999;
        border-color: #999
    }

    input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus {
        background: #fafafa;
        border-color: #999;
        outline: 0
    }

    input[type=date][disabled], input[type=datetime-local][disabled], input[type=datetime][disabled], input[type=email][disabled], input[type=month][disabled], input[type=number][disabled], input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=text][disabled], input[type=time][disabled], input[type=url][disabled], input[type=week][disabled] {
        background-color: #ddd
    }

input[type=checkbox], input[type=file], input[type=radio] /*, select*/ {
    margin: 0 1em 1em 0
}

.th {
    line-height: 0;
    display: inline-block;
    border: solid 4px #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

    .th:focus, .th:hover {
        -webkit-box-shadow: 0 0 6px 1px rgba(43,166,203,.5);
        box-shadow: 0 0 6px 1px rgba(43,166,203,.5)
    }

a.th {
    display: block
}

.pagination {
    display: block;
    height: 1.5em;
    margin-left: -0.3125em;
}

    .pagination li {
        display: block;
        float: left;
        height: 1.5em;
        color: #222222;
        font-size: 0.875em;
        margin-left: 0.3125em;
    }

        .pagination li a {
            display: block;
            padding: 0.0625em 0.4375em;
        }

            .pagination li:hover a,
            .pagination li a:focus {
                background: #e6e6e6;
            }

        .pagination li.unavailable a {
            cursor: default;
            color: #999999;
        }

            .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
                background: transparent;
            }

        .pagination li.current a {
            background: #2ba6cb;
            color: white;
            font-weight: bold;
            cursor: default;
        }

            .pagination li.current a:hover, .pagination li.current a:focus {
                background: #2ba6cb;
            }

.pagination-centered {
    text-align: center;
}

    .pagination-centered ul > li {
        float: none;
        display: inline-block;
    }

.videoSpotlightContainer {
    background-color: rgba(0,0,0,0.4);
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 30px;
    width: 100%;
}

.iewimg {
    max-width: 750px;
    height: auto;
}

.gaimg {
    border: 5px solid #fff;
}

    .gaimg:hover {
        border-color: var(--uclagold);
    }

@media (max-width: 780px) {
    .gaimg {
        margin: 0 10px 20px 10px;
    }

    .iewimg {
        max-width: 100%;
        height: auto;
    }
}

#prev_nav {
    position: absolute;
    left: 5px;
    font-size: 20px;
    font-family: 'avantgarde_medium';
    font-weight: bold;
    top: 30px;
    color: black;
    cursor: pointer;
    z-index: 1000;
}

#next_nav {
    position: absolute;
    right: 5px;
    font-size: 20px;
    font-family: 'avantgarde_medium';
    font-weight: bold;
    top: 30px;
    color: black;
    cursor: pointer;
    z-index: 1000;
}

.videoRow {
    text-align: center;
    max-width: 200%;
    height: 320px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: hidden;
}

    .videoRow:first-of-type {
        margin-top: 25px;
    }

    .videoRow:last-of-type {
        margin-bottom: 0;
    }

    .videoRow .videoBox {
        width: 16.66666667%;
        display: inline-block;
        -webkit-transition: all .2s ease-in-out;
        -webkit-transition-delay: 300ms;
        -moz-transition: all .2s ease-in-out;
        -moz-transition-delay: 300ms;
        -o-transition: all .2s ease-in-out;
        -o-transition-delay: 300ms;
        cursor: pointer;
        position: relative;
        vertical-align: top;
    }

.videoBox {
    min-width: 450px;
}

.hovered, .preHovered, .postHovered {
    -webkit-transition: all .2s ease-in-out;
    -webkit-transition-delay: 300ms;
    -moz-transition: all .2s ease-in-out;
    -moz-transition-delay: 300ms;
    -o-transition: all .2s ease-in-out;
    -o-transition-delay: 300ms;
}

    .hovered:hover {
        -webkit-transform: scale(1.35);
        -webkit-transition: all .2s ease-in-out;
        -webkit-transition-delay: 300ms;
        -moz-transform: scale(1.35);
        -moz-transition: all .2s ease-in-out;
        -moz-transition-delay: 300ms;
        -o-transform: scale(1.35);
        -o-transition: all .2s ease-in-out;
        -o-transition-delay: 300ms;
    }

    .hovered:last-of-type:hover {
        -webkit-transform: translate3d(-50px, 0px, 0px) scale(1.35);
        -moz-transform: translate3d(-50px, 0px, 0px) scale(1.35);
        -o-transform: translate3d(-50px, 0px, 0px) scale(1.35);
    }

    .hovered:first-of-type:hover {
        -webkit-transform: translate3d(50px, 0px, 0px) scale(1.35);
        -moz-transform: translate3d(50px, 0px, 0px) scale(1.35);
        -o-transform: translate3d(50px, 0px, 0px) scale(1.35);
    }

.preHovered {
    -webkit-transform: translate3d(-70px, 0px, 0px);
    -webkit-transition: all .2s ease-in-out;
    -webkit-transition-delay: 300ms;
    -moz-transform: translate3d(-70px, 0px, 0px);
    -moz-transition: all .2s ease-in-out;
    -moz-transition-delay: 300ms;
    -o-transform: translate3d(-70px, 0px, 0px);
    -o-transition: all .2s ease-in-out;
    -o-transition-delay: 300ms;
}

.preHoveredEnd {
    -webkit-transform: translate3d(-110px, 0px, 0px);
    -webkit-transition: all .2s ease-in-out;
    -webkit-transition-delay: 300ms;
    -moz-transform: translate3d(-110px, 0px, 0px);
    -moz-transition: all .2s ease-in-out;
    -moz-transition-delay: 300ms;
    -o-transform: translate3d(-110px, 0px, 0px);
    -o-transition: all .2s ease-in-out;
    -o-transition-delay: 300ms;
}

.postHovered {
    -webkit-transform: translate3d(70px, 0px, 0px);
    -webkit-transition: all .2s ease-in-out;
    -webkit-transition-delay: 300ms;
    -moz-transform: translate3d(70px, 0px, 0px);
    -moz-transition: all .2s ease-in-out;
    -moz-transition-delay: 300ms;
    -o-transform: translate3d(70px, 0px, 0px);
    -o-transition: all .2s ease-in-out;
    -o-transition-delay: 300ms;
}

.postHoveredEnd {
    -webkit-transform: translate3d(110px, 0px, 0px);
    -webkit-transition: all .2s ease-in-out;
    -webkit-transition-delay: 300ms;
    -moz-transform: translate3d(110px, 0px, 0px);
    -moz-transition: all .2s ease-in-out;
    -moz-transition-delay: 300ms;
    -o-transform: translate3d(110px, 0px, 0px);
    -o-transition: all .2s ease-in-out;
    -o-transition-delay: 300ms;
}

@media only screen and (min-width: 94.750em) {

    .videoRow .videoBox {
        width: 15.5%;
        margin: 0 5px;
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 104.375em) {
    .videoRow .videoBox .overlay .overlayText span {
        display: none !important;
    }

    .videoRow .videoBox .overlay .overlayPlayButton {
        width: 20% !important;
        right: 40% !important;
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 94.688em) {
    .videoRow .videoBox {
        width: 15%;
        margin: 0 5px;
    }
}

@media only screen and (min-width: 73.250em) and (max-width: 94.688em) {
    .videoRow .videoBox .overlay .overlayPlayButton {
        width: 25%;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .videoRow {
        margin-top: 0;
        margin-bottom: 0;
    }

        .videoRow .videoBox {
            width: 30%;
            margin: 0 5px;
            margin-bottom: 40px;
        }

    .hovered:last-of-type:hover {
        -webkit-transform: translate3d(-40px, 0px, 0px) scale(1.35);
        -moz-transform: translate3d(-40px, 0px, 0px) scale(1.35);
        -o-transform: translate3d(-40px, 0px, 0px) scale(1.35);
    }

    .hovered:nth-of-type(3):hover {
        -webkit-transform: translate3d(-40px, 0px, 0px) scale(1.35);
        -moz-transform: translate3d(-40px, 0px, 0px) scale(1.35);
        -o-transform: translate3d(-40px, 0px, 0px) scale(1.35);
    }

    .hovered:first-of-type:hover {
        -webkit-transform: translate3d(40px, 0px, 0px) scale(1.35);
        -moz-transform: translate3d(40px, 0px, 0px) scale(1.35);
        -o-transform: translate3d(40px, 0px, 0px) scale(1.35);
    }

    .hovered:nth-of-type(4):hover {
        -webkit-transform: translate3d(40px, 0px, 0px) scale(1.35);
        -moz-transform: translate3d(40px, 0px, 0px) scale(1.35);
        -o-transform: translate3d(40px, 0px, 0px) scale(1.35);
    }

    .preHovered {
        -webkit-transform: translate3d(-60px, 0px, 0px);
        -webkit-transition: all .2s ease-in-out;
        -webkit-transition-delay: 300ms;
        -moz-transform: translate3d(-60px, 0px, 0px);
        -moz-transition: all .2s ease-in-out;
        -moz-transition-delay: 300ms;
        -o-transform: translate3d(-60px, 0px, 0px);
        -o-transition: all .2s ease-in-out;
        -o-transition-delay: 300ms;
    }

    .preHoveredEnd {
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -webkit-transition: all .2s ease-in-out;
        -webkit-transition-delay: 300ms;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -moz-transition: all .2s ease-in-out;
        -moz-transition-delay: 300ms;
        -o-transform: translate3d(-100px, 0px, 0px);
        -o-transition: all .2s ease-in-out;
        -o-transition-delay: 300ms;
    }

    .postHovered {
        -webkit-transform: translate3d(60px, 0px, 0px);
        -webkit-transition: all .2s ease-in-out;
        -webkit-transition-delay: 300ms;
        -moz-transform: translate3d(60px, 0px, 0px);
        -moz-transition: all .2s ease-in-out;
        -moz-transition-delay: 300ms;
        -o-transform: translate3d(60px, 0px, 0px);
        -o-transition: all .2s ease-in-out;
        -o-transition-delay: 300ms;
    }

    .postHoveredEnd {
        -webkit-transform: translate3d(100px, 0px, 0px);
        -webkit-transition: all .2s ease-in-out;
        -webkit-transition-delay: 300ms;
        -moz-transform: translate3d(100px, 0px, 0px);
        -moz-transition: all .2s ease-in-out;
        -moz-transition-delay: 300ms;
        -o-transform: translate3d(100px, 0px, 0px);
        -o-transition: all .2s ease-in-out;
        -o-transition-delay: 300ms;
    }

    .videoRow .videoBox .overlay .overlayText {
        font-size: .8em;
    }

    .videoRow .videoBox .overlay .overlayPlayButton {
        width: 25%;
    }
}

@media only screen and (max-width: 40em) {
    .videoRow {
        margin-top: 0;
        margin-bottom: 0;
    }

        .videoRow .videoBox {
            width: 45%;
            margin: 0 5px;
            margin-bottom: 40px;
        }

    .hovered:nth-of-type(odd):hover {
        -webkit-transform: translate3d(30px, 0px, 0px) scale(1.35);
        -moz-transform: translate3d(30px, 0px, 0px) scale(1.35);
        -o-transform: translate3d(30px, 0px, 0px) scale(1.35);
    }

    .hovered:nth-of-type(even):hover {
        -webkit-transform: translate3d(-30px, 0px, 0px) scale(1.35);
        -moz-transform: translate3d(-30px, 0px, 0px) scale(1.35);
        -o-transform: translate3d(-30px, 0px, 0px) scale(1.35);
    }

    .preHovered {
        -webkit-transform: translate3d(-60px, 0px, 0px);
        -webkit-transition: all .2s ease-in-out;
        -webkit-transition-delay: 300ms;
        -moz-transform: translate3d(-60px, 0px, 0px);
        -moz-transition: all .2s ease-in-out;
        -moz-transition-delay: 300ms;
        -o-transform: translate3d(-60px, 0px, 0px);
        -o-transition: all .2s ease-in-out;
        -o-transition-delay: 300ms;
    }

    .postHovered {
        -webkit-transform: translate3d(60px, 0px, 0px);
        -webkit-transition: all .2s ease-in-out;
        -webkit-transition-delay: 300ms;
        -moz-transform: translate3d(60px, 0px, 0px);
        -moz-transition: all .2s ease-in-out;
        -moz-transition-delay: 300ms;
        -o-transform: translate3d(60px, 0px, 0px);
        -o-transition: all .2s ease-in-out;
        -o-transition-delay: 300ms;
    }

    .videoRow .videoBox .overlay .overlayText {
        font-size: .8em;
    }

    .videoRow .videoBox .overlay .overlayPlayButton {
        width: 30%;
        right: 35% !important;
    }
}

.videoRow .videoBox .splashImage {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transform: translateZ(0) scale(1.0, 1.0);
    -o-transform: translateZ(0) scale(1.0, 1.0);
}

.videoRow .videoBox.hovered .splashImage {
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -webkit-transition-delay: 3000ms;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transition: all .5s ease-in-out;
    -moz-transition-delay: 3000ms;
    -moz-backface-visibility: hidden;
    -moz-transform: translateZ(0) scale(1.0, 1.0);
    -o-transition: all .5s ease-in-out;
    -o-transition-delay: 3000ms;
    -0-transform: translateZ(0) scale(1.0, 1.0);
}

.videoRow .videoBox .overlay {
    -webkit-transition: all .5s ease-in-out;
    -webkit-transition-delay: 300ms;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -webkit-backface-visibility: hidden;
    -moz-transition: all .5s ease-in-out;
    -moz-transition-delay: 300ms;
    -moz-transform: translateZ(0) scale(1.0, 1.0);
    -moz-backface-visibility: hidden;
    -o-transition: all .5s ease-in-out;
    -o-transition-delay: 300ms;
    -o-transform: translateZ(0) scale(1.0, 1.0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.videoRow .videoBox.hovered .overlay {
    -webkit-transition: all .5s ease-in-out;
    -webkit-transition-delay: 300ms;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -webkit-backface-visibility: hidden;
    -moz-transition: all .5s ease-in-out;
    -moz-transition-delay: 300ms;
    -moz-transform: translateZ(0) scale(1.0, 1.0);
    -moz-backface-visibility: hidden;
    -o-transition: all .5s ease-in-out;
    -o-transition-delay: 300ms;
    -o-transform: translateZ(0) scale(1.0, 1.0);
    opacity: 1;
}

.videoRow .videoBox .overlay .overlay {
    display: none;
}

/*.videoRow .videoBox.hovered .overlay  {
        z-index:999;
        position:relative;
    }*/

.videoRow .videoBox .overlay:after {
    content: '\A';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.videoRow .videoBox .overlay .overlayText {
    position: absolute;
    color: white;
    bottom: 5px;
    left: 15px;
    z-index: 99999;
    text-align: left;
    pointer-events: none;
    width: 90%;
    display: none;
    /*backface-visibility: hidden;*/
}

    .videoRow .videoBox .overlay .overlayText span {
        font-size: .8em;
    }

.videoRow .videoBox .overlay .overlayPlayButton {
    position: absolute;
    right: 38%;
    top: 15%;
    z-index: 9999;
    pointer-events: none;
}

.videoSpotlightTitleRow {
    background-color: #2C9ACF;
    padding-top: 15px;
    padding-bottom: 5px;
}

.videoSpotlightFooterRow {
    background-color: #2C9ACF;
    min-height: 15px;
}

    .videoSpotlightTitleRow h1 a, .videoSpotlightTitleRow h1 a:visited, .videoSpotlightFooterRow p, .keywordTitle {
        color: white;
        margin-left: 25px;
    }

        .videoSpotlightTitleRow h1 a:hover {
            text-decoration: none;
        }

.videoSpotlightTitleRow h1 {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 200px;
    font-weight: normal;
    text-transform: none;
}

.centerDiv {
    max-width: 975px;
    margin: 0px auto;
}

@media only screen and (max-width: 800px) {
    .videoSpotlightTitleRow h1 {
        margin-right: 50px;
    }
}

.videoSpotlightFooterRow p {
    padding-bottom: 35px;
    font-size: 1.2em;
}

.searchLabel, #keywordsLabel {
    color: white;
    font-weight: bold;
    display: inline-block;
    font-size: 1.1em;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    cursor: pointer;
}

#keywordsLabel {
    border-right: 2px solid white;
    padding-right: 5px;
}

    #keywordsLabel:hover + #keywordsContainer, #keywordsContainer:hover {
        z-index: 9999;
    }

.searchLabel {
    padding-left: 5px;
}

#searchBoxContainer i, #searchTextBoxDiv i {
    color: white;
    margin-left: 5px;
    display: inline-block;
}

#searchBoxContainer {
    vertical-align: top;
    display: inline-block;
}

#searchTextBoxDiv {
    display: inline-block;
    border: 1px solid white;
    width: 220px;
    opacity: 1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

#ctl00_fullwidthVideoPlaceHolder_searchTextBox, #ctl00_fullwidthVideoPlaceHolder_searchTextBox::-webkit-input-placeholder, #ctl00_fullwidthVideoPlaceHolder_searchTextBox::-webkit-input-placeholder {
    height: initial;
    color: white;
    width: 170px;
    background-color: #2C9ACF;
    display: inline-block;
}

#ctl00_fullwidthVideoPlaceHolder_searchTextBox {
    border: 0;
    box-shadow: none;
}

#keywordsContainer {
    background-color: black;
    max-width: 900px;
    position: absolute;
    z-index: -999999;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    left: 25%;
    top: 40%;
    border-top: 4px solid #1E4B87;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    padding: 5px 15px;
}

    #keywordsContainer:before {
        content: "\A";
        border-style: solid;
        border-width: 10px 15px 10px 0;
        border-color: transparent #1E4B87 transparent transparent;
        position: absolute;
        top: -20px;
        left: 50px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    #keywordsContainer ul li {
        display: block;
        margin: 2px 0;
    }
        /*swap this css for the one above it once there are more than 4 keywords
  #keywordsContainer ul li {
         display: block;
    float: left;
    width: 25%;
    margin:2px 0;
 }*/
        #keywordsContainer ul li a {
            color: white;
            text-decoration: none;
        }

            #keywordsContainer ul li a:hover {
                /*color:#1E4B87;*/
                text-decoration: underline;
            }

.hidden, .searchLabel.hidden {
    display: none !important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.shrink {
    opacity: 0 !important;
}

.searchBox {
    display: inline-block !important;
}

.searchPanel {
    display: inline;
    vertical-align: middle;
}

#videoSingleBox {
    max-width: 1100px;
    margin: 0 auto;
}

@media only screen and (max-width: 1126px) {
    #videoSingleBox {
        padding: 0 10px;
    }
}

#videoSingleBox h1 {
    color: white;
    margin-top: 15px;
    display: inline-block;
    margin-right: 10px;
}

#videoSingleBox #subtitle {
    display: inline-block;
    font-style: italic;
    color: white;
    margin-top: 10px;
    font-size: 1.2em
}

#videoSingleBox p {
    color: white;
    margin-top: 10px;
}

#keywordsList {
}

    #keywordsList li {
        display: inline-block;
    }

        #keywordsList li a {
            color: white;
            background-color: #1E4B87;
            padding: 5px 15px;
            border-radius: 20px;
            margin: 0 5px;
        }

        #keywordsList li:first-of-type a {
            margin: 0;
        }

        #keywordsList li a:hover {
            background-color: #2660ad;
            text-decoration: none;
        }

.sharingToolsIcons {
    float: right;
}

.hoveredImage {
    width: 100%;
}


/* Styles the top header navbar, the bottom footer navbar, and Country p */
/***** Body <<<STARTS>>> *****/
@font-face {
    font-family: 'ProximaNova';
    src: url('/masterpages/assets/fonts/ProximaNova-Regular/proximanova-regular-webfont.woff'), url('/masterpages/assets/fonts/ProximaNova-Regular/proximanova-regular-webfont.ttf'), url('/masterpages/assets/fonts/ProximaNova-Regular/proximanova-regular-webfont.eot'); /* IE9+ */
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('/masterpages/assets/fonts/ProxomiaNova-Semibold/proximanova-semibold-webfont.woff'), url('/masterpages/assets/fonts/ProxomiaNova-Semibold/proximanova-semibold-webfont.ttf'), url('/masterpages/assets/fonts/ProxomiaNova-Semibold/proximanova-semibold-webfont.eot'); /* IE9+ */
    font-display: swap;
}

@font-face {
    font-family: 'Candara';
    src: url('/masterpages/assets/fonts/Candara/candara.ttf');
    font-display: swap;
}

/***** Navigational <<<STARTS>>> *****/
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #0003;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);
    background: #ffffff;
    z-index: 99999;
    height: 65px;
}

.site-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.site-nav li a {
    display: block;
    color: #0c7cb5;
    font-family: ProximaNovaSemibold,'Times New Roman', Times, serif;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .25s ease-in-out;
}

.site-nav a:hover, .site-nav a:focus {
    color: #FFFFFF;
}

.site-nav--icon {
    font-size: 1.4em;
    margin-right: 1em;
    width: 1.1em;
    text-align: right;
    color: rgba(255,255,255,.4);
    display: none;
}

.site-nav:before {
    content: none;
}

.site-nav:after {
    content: none;
}

.logo {
    display: flex;
    align-items: center;
}

    .logo img {
        height: 40px;
    }

.menu-toggle {
    position: absolute;
    padding: 1em;
    top: 1em;
    right: .5em;
    cursor: pointer;
}

/*** Hamburger menu ***/
.hamburger,
.hamburger::before,
.hamburger::after {
    content: '';
    display: block;
    background: var(--blue);
    height: 3px;
    width: 2em;
    border-radius: 3px;
    -webkit-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms;
}

    .hamburger::before {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }

    .hamburger::after {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

.open .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .open .hamburger::before {
        display: none;
    }

    .open .hamburger::after {
        -webkit-transform: translateY(-1px) rotate(-90deg);
        transform: translateY(-1px) rotate(-90deg);
    }

.sticky-content {
    height: 76px;
    background-color: #fefefe;
}

.sticky-content__inner {
    padding: 10px 10px 5px;
    background-color: #fefefe;
    width: 100%;
}

.sticky-content--fixed {
    position: fixed;
    top: 65px;
    z-index: 9999;
    box-shadow: 0 4px 8px -2px #0006;
}

.nav-dropdown--sub {
    position: absolute;
    display: none;
    top: 66px; /* the total height of the navbar */
    width: 200px;
    border-top: 1px solid #0003;
    background: #fff;
}

/*.nav-dropdown--sub li:hover {
        background-color: var(--yellow);
    }*/

.nav-dropdown > ul > li:not(:first-child) {
    border-top: 1px solid #0003;
}

.fa-caret-down, .fa-caret-up {
    padding-left: 0.3rem;
}

/*** Footer ***/
footer {
    padding: 3rem 0 1rem;
    background-color: var(--blue);
    line-height: 24px;
    color: white;
    font-size: 14px;
    font-weight: normal;
}

.footer-navigation a {
    color: white;
    text-decoration: none;
}

    .footer-navigation a:visited {
        color: white;
        text-decoration: none;
    }

    .footer-navigation a:hover {
        text-decoration: underline;
        text-decoration-color: #c6c6c699;
    }

.footer-navigation h2,
.newsLetterFooter h2 {
    font-size: 14px;
    font-weight: normal;
}

.footer-address p:first-child {
    font-weight: bold;
}

/***** Content <<<STARTS>>> *****/
/*** General ***/
select {
    z-index: 999;
    padding: 0 0.5rem;
    width: 200px;
    min-width: 50px;
    font-weight: 500;
/*  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/Masterpages/global/img/br_down.png") no-repeat 96% !important;*/
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    height: 2.3125rem;
    padding-right: 20px;
}

    select::-ms-expand {
        display: none;
    }

.text > ul {
    margin-left: 1em;
}

.text li {
    list-style: disc outside none;
    padding-bottom: 4px;
}

/*** Country ***/
.topnav {
    padding-top: 30px;
    font-size: 1.2em;
    line-height: 0.7em;
    list-style: none;
}

    .topnav li > a {
        font-size: 0.9em;
        color: #3b3b3b;
        line-height: 20px;
        padding: 10px 5px;
        display: block;
        text-decoration: none;
    }

        .topnav li > a:hover {
            text-decoration: underline;
        }

    .topnav ul {
        margin: 0;
        display: none;
    }

    .topnav li {
        width: 100%;
        font-size: 0.8em;
        padding: 2px 8px;
        background-color: transparent!important;
        float: left;
    }

        .topnav li a {
            font-size: 1em;
            margin: 0;
            padding: 0;
        }

    .topnav span {
        float: right;
    }

.checkered {
    padding: 60px 0;
}

    .checkered:nth-of-type(even) {
        background-color: #e8eff1;
    }

#prjprmFilter {
    display: none;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    align-items: center;
}

.a-padding,
.a-padding_sec {
    display: block;
    position: relative;
    visibility: hidden;
    top: -80px;
}

.title > h3 {
    display: inline-block;
}

/** Pagination **/
.simplePagerPage1,
.pagination0 > li {
    overflow: hidden;
}

ul.pagination0 li {
    list-style: none;
}

/*** About Us ***/
.a-padding_sec {
    top: -65px;
}

/***** Media Queries <<<STARTS>>> *****/
/*** Desktop ***/
@media (min-width: 1025px) {
    .site-nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .logo {
        width: 300px;
        justify-content: center;
    }

    .menu-toggle {
        display: none;
    }

    .site-nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-nav li a {
        /* Counteract ProximaNova's font whitespace */
        padding: 22px 20px 18px;
    }

    .site-nav a:hover, .site-nav a:focus {
        color: #000;
        /*background-color: #e5e5e5;*/
    }

    .site-nav--icon {
        display: none;
        margin-right: 0;
    }

    .nav-dropdown:hover > .nav-dropdown--sub {
        display: block;
    }

    .nav-dropdown--sub {
        border: 1px solid #0003;
        border-top: none;
    }
}

/*** Mobile (Tablet) ***/
@media (max-width: 1024px) {
    .opening {
        display: block !important;
        height: 30px;
    }

    .site-nav li a {
        padding: 1.5em 4em 1.5em 3em;
        background-color: #1173a5;
        color: #000;
    }

    .site-nav li:nth-child(2n+1) a {
        background-color: #4a94e4;
    }

    .site-nav li a:hover {
        color: #000;
        background-color: #e1f2be;
    }

    .site-nav li a:focus {
        color: #000;
    }

    .menu-toggle {
        display: block;
    }

    .desktop {
        display: none;
    }

    .logo {
        justify-content: flex-start;
    }

    .nav-dropdown li {
        border-top: 1px solid #0003;
    }

    .nav-dropdown--sub {
        display: none;
        position: relative;
        top: 0;
        width: 100%;
        margin: 0;
        padding-left: 1.5rem;
        border: none;
        background: #001e68;
        box-shadow: none;
    }

        .nav-dropdown--sub li:hover {
            background-color: transparent;
        }

    .nav-dropdown.nav-dropdown--open > .nav-dropdown--sub {
        display: block;
    }
}

/*** Mobile (Phone) ***/
@media (max-width: 480px) {
    .iew-homepagevideo {
        width: unset !important;
    }

    .slide {
        width: unset !important;
    }
}



:root {
    --blue: rgba(12, 124, 180, 1);
    --yellow: rgba(248, 232, 43, 1);
    --white: rgba(255, 255, 255, 1);
    --black: rgba(0, 0, 0, 1);
    --blue-transparent: rgba(12, 124, 180, 0.45);
    --yellow-transparent: rgba(248, 232, 43, 0.45);
    --white-transparent: rgba(255, 255, 255, 0.65);
    --black-transparent: rgba(0, 0, 0, 0.45);
    --lightblue: rgba(0, 170, 255, 1);
    --green: #4CAF50;
    --red: gray;
    --arrow-size: 32px;
    --uclagolddarkest: rgb(255, 184, 28);
    --uclagolddarker: rgb(255, 199, 44);
    --uclagold: rgb(255, 209, 0);
    --uclabluedarkest: rgb(0, 59, 92);
    --uclabluedarker: rgb(0, 85, 135);
    --uclablue: rgb(39, 116, 174);
    --uclabluelighter: rgb(139, 184, 232);
    --uclabluelightest: rgb(218, 235, 254);
    --iewdkgreen: rgb(60, 140, 64);
    --iewltgreen: rgb(135, 196, 69)
}


img.circle {
    border-radius: 50%;
}

/*** PARALLAX starts here ***/
.container, .contentarea {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0rem 0 0rem;
}

section {
    position: relative;
    width: 100%;
    height: 100%;
}

.plax.ccparallax {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.plax.content {
    background: none repeat scroll 0 0 var(--almost-white);
    padding: 50px 0;
}

/*CSS for Partnership.aspx <<<STARTS>>>*/
.plax.ccparallax-iwd {
    background-image: url("/MasterPages/Global/img/iwdtile.webp");
    background-attachment: fixed;
    background-position: top center;
}
.plax.ccparallax-iew {
    background-image: url("/MasterPages/Global/img/iewtile.jpg");
    background-attachment: fixed;
    background-position: top center;
}
.plax.ccparallax-globalnews {
    background-image: url("/MasterPages/Global/img/globalnewstile.webp");
    background-attachment: fixed;
    background-position: top center;
}
.plax.ccparallax-gac {
    background-image: url("/MasterPages/Global/img/gactile.webp");
    background-attachment: fixed;
    background-position: top center;
}

.plax.ccparallax-globalprojectsprograms {
    background-image: url("/MasterPages/Global/img/projecttile.webp");
    background-attachment: fixed;
    background-position: top center;
}
.plax.ccparallax-impactstories {
    background-image: url("/MasterPages/Global/img/impacttile.webp");
    background-attachment: fixed;
    background-position: top center;
}
.container.iew {
    background-image: url("/MasterPages/Global/img/iew.webp");
    background-attachment: fixed;
    background-position: top center;
    min-height:400px;
}
.plax.ccparallax-interactive {
    background-image: url("/MasterPages/Global/img/interactivedatatile.webp");
    background-attachment: fixed;
    background-position: top center;
}
.plax.ccparallax-library {
    background-image: url("/MasterPages/Global/img/librarytile.webp");
    background-attachment: fixed;
    background-position: top center;
}

.plax.ccparallax-standing {
    min-height: 480px;
    min-height: 420px;
    background-image: url("/MasterPages/Global/img/standingtile.webp");
}

.plax.ccparallax-ambassador {
    min-height: 480px;
    min-height: 420px;
    background-image: url("/MasterPages/Global/img/ambassadortile.webp");
}

.plax.ccparallax-visitor {
    min-height: 480px;
    min-height: 420px;
    background-image: url("/MasterPages/Global/img/visitortile.webp");
}
.plax.ccparallax-institute {
    min-height: 480px;
    min-height: 420px;
    background-image: url("/MasterPages/Global/img/institutetile.webp");
}
.plax.ccparallax-collaboration {
    width: 100%;
    background-image: url("/MasterPages/Global/img/collaborationtile.webp");
}
.plax.ccparallax-voices {
    background-image: url("/MasterPages/Global/img/voicestile.webp");
    background-attachment: fixed;
    background-position: top center;
}
.plax.initiatecontent {
    /*background-image: url("/MasterPages/Global/img/pen.png");
    background-size:cover;*/
}

.plax.ccparallax-initiate {
    min-height: 300px;
    background-image: url("/MasterPages/Global/img/GlobalAgreements-Initiate.jpg");
}

.plax.ccparallax-policy {
    min-height: 300px;
    background-image: url("/MasterPages/Global/img/GlobalAgreements-guidelines.jpg");
}

.plax.ccparallax-faqs {
    min-height: 300px;
    background-image: url("/MasterPages/Global/img/GlobalAgreements-FAQ.jpg");
}
/*CSS for Partnership.aspx <<<ENDS>>>*/


/*CSS for GlobalForums.aspx <<<STARTS>>>*/
.plax.ccparallax-forums {
    min-height: 300px;
    background-image: url("/MasterPages/Global/img/globalforums.jpg");
}

.plax.ccparallax-upcomingforums {
    min-height: 300px;
    background-image: url("/MasterPages/Global/img/GlobalForums_Tokyo.jpg");
}

.plax.ccparallax-recentforums {
    min-height: 300px;
    background-image: url("/MasterPages/Global/img/GlobalForums_London.jpg");
}
/*CSS for GlobalForums.aspx <<<ENDS>>>*/

/*CSS for About.aspx <<<STARTS>>>*/
.plax.ccparallax-about {
    min-height: 300px;
    background-image: url("/MasterPages/Global/img/0.jpg");
}

.plax.ccparallax-aboutiew {
    min-height: 300px;
    background-image: url("/MasterPages/Global/img/Photographic_Gradient_RGB_Radial_top.jpg");
}

.plax.message {
    min-height: 340px;
    background-image: url("/MasterPages/Global/img/Cindy_Headshot1_AI.jpg");
}

.plax.featuredevents {
    min-height: 340px;
    background-image: url("/MasterPages/Global/img/10.jpg");
}


.plax.featuredevents-iew {
    min-height: 385px;
    background-image: url("/MasterPages/Global/img/iewevents.jpg");
    background-size: cover;
}


.plax.ccparallax-bio {
    min-height: 340px;
    background-image: url("/MasterPages/Global/img/kyodo.jpg");
}


/*CSS for About.aspx <<<ENDS>>>*/

/*CSS for default.aspx <<<STARTS>>>*/
.plax.onecontent {
    background-color: #ffffff;
}

.plax.ccparallax-two {
    background-image: url("/MasterPages/Global/img/101.jpg");
}

.plax.ccparallax-nine {
    background-image: url("/MasterPages/Global/img/apru_conference.jpg");
}

.plax.ccparallax-four {
    padding: 20px 0 20px 0;
    min-height: 320px;
    background-image: url("/MasterPages/Global/img/4.jpg");
}

.plax.ccparallax-six {
    min-height: 480px;
    min-height: 420px;
    background-image: url("/MasterPages/Global/img/standingtile.jpg");
}

.plax.ccparallax-eight {
    background-image: url("/MasterPages/Global/img/1011.jpg");
}
/*CSS for default.aspx <<<ENDS>>>*/

@media (max-width: 1024px) {
    .global-button {
        display: block;
        margin: .4em auto;
    }

    .container {
        padding: 2.5em 0;
    }
}

@media (max-width:435px) {
    .plax.message {
        min-height: 340px;
        background-image: url("/MasterPages/Global/img/Cindy_Headshot1_AI.jpg");
        background-position: 20%;
    }

    .plax.ccparallax-initiate {
        display:none;  
    }

    .plax.ccparallax-policy {
        display: none;
    }

    .plax.ccparallax-faqs {
        display: none;
    }
    .plax.ccparallax-about {
        display: none;
    }

    .plax.ccparallax-bio {
        display:none; 
    }
}

/*** SECTIONS <<<STARTS>>> ***/
/** General **/

    section .container{
        padding: 1rem 0rem 1.5rem 0rem;
    }
    section .plax {
        color: #000;
        /*padding: 1rem 0rem;*/
    }
    
    section .plax .container {
        padding: 0rem 0rem;
    }
    

    section p {
        /*font-family: 'ProximaNova';*/
        color: #000;
        padding-bottom:0.8rem;
        padding-top:0.8rem;
        line-height:1.4;
    }


    section a {
        color: var(--blue);
        text-decoration: none;
    }

    section a:hover {
        text-decoration: underline;
    }

    section h1 {
        color: #fff;
        text-transform: uppercase;
        z-index: 2;
        font-size: 3em;
    }

    section h2 {
        font-weight: normal;
        font-size: 2em;
    }

    section h3 {
        font-weight: lighter;
        /*color: var(--blue);*/
        font-size: 1.5em;
        /*text-decoration: underline;
    -webkit-text-decoration-color: var(--yellow);
    text-decoration-color: var(--yellow);*/
    }

    section h4 {
        font-weight: bold;
        text-decoration: none;
        /*color: var(--blue);*/
        font-size 1.25em;
    }

    section h5 {
        font-weight: 500;
        color: var(--black-transparent);
        font-size 1.17em;
    }

    section h5 a {
        font-weight: normal;
        color: #000;
        text-decoration: none;
        font-size 1.17em;
    }

    section h6 {
        font-size 1.12em;
        font-weight: bold;
    }

    section p b {
        color: var(--blue);
    }

/*** SECTIONS <<<ENDS>>> ***/

/** Custom Sections **/
.titlebar {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    z-index: 1000;
    top: 250px;
    right: -5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: right;
    margin-right: 0;
    padding: .4em 1em 0.6em;
}

.sitetitle {
    font-size: 1.8em;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

@media (max-width: 768px) {
    .titlebar {
        -webkit-transform: translateX(0%);
        right: 0;
    }

    .sitetitle {
        font-size: 1.5em !important;
    }
}

#section03 img {
    width: 366px;
    margin-bottom: 20px;
}

/** DEFAULT BUTTONS <<<STARTS>>> **/
.global-button {
    display: inline-block;
    z-index: 999999;
    padding: .45em 1.2em .30em;
    margin: 0; /* 0 .3em .3em 0 */
    border-radius: .2em;
    text-decoration: none;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    transition: all .2s;
}

    .global-button:hover {
        text-decoration: none;
    }

    .global-button.current:hover {
        cursor: default;
    }

.bluefilled,
.yellowfilled,
.whitefilled,
.greenfilled,
.redfilled {
    font-weight: bold;
    padding: .6rem 3.5rem .6rem 3.5rem;
    border-radius: .75rem;
}

.redfilled {
    color: var(--white);
    border: .1em solid var(--red);
    background-color: var(--red); /*???*/
}

    .redfilled:hover {
        color: var(--red);
        background-color: var(--white-transparent);
        cursor: pointer;
    }

    .redfilled.current {
        color: var(--red);
        border: .1em solid var(--red);
        background-color: var(--white-transparent);
    }

.blueoutlined {
    color: var(--blue);
    border: .1em solid var(--blue);
    background-color: var(--white-transparent); /*???*/
}

    .blueoutlined:hover {
        color: var(--white);
        background-color: var(--blue)
    }

    .blueoutlined.current {
        color: var(--white);
        border: .1em solid var(--blue);
        background-color: var(--blue);
    }

.bluefilled {
    color: var(--white);
    border: .1em solid var(--blue);
    background-color: var(--blue); /*???*/
}

    .bluefilled:hover {
        color: var(--blue);
        background-color: var(--white-transparent);
        cursor: pointer;
    }

    .bluefilled.current {
        color: var(--blue);
        border: .1em solid var(--blue);
        background-color: var(--white-transparent);
    }

.yellowoutlined {
    color: var(--yellow);
    border: .1em solid var(--yellow);
    background-color: var(--black-transparent); /*???*/
}

    .yellowoutlined:hover {
        color: var(--blue);
        background-color: var(--yellow);
    }

    .yellowoutlined.current {
        color: var(--blue);
        border: .1em solid var(--yellow);
        background-color: var(--yellow);
    }

.yellowfilled {
    color: var(--blue);
    border: .1em solid var(--uclagold);
    background-color: var(--uclagold); /*???*/
}

    .yellowfilled:hover {
        color: var(--uclagold) !important;
        background-color: var(--blue);
    }

    .yellowfilled.current {
        color: var(--uclagold);
        border: .1em solid var(--yellow);
    }

.greenfilled {
    color: var(--white);
    border: .1em solid var(--iewltgreen);
    background-color: var(--iewltgreen); /*???*/
}

    .greenfilled:hover {
        color: var(--iewltgreen) !important;
        background-color: var(--white);
    }

    .greenfilled.current {
        color: var(--iewltgreen);
        border: .1em solid var(--iewdkgreen);
    }

.whiteoutlined {
    color: var(--white);
    border: .1em solid var(--white);
    background-color: var(--black-transparent); /*???*/
}

    .whiteoutlined:hover {
        color: var(--blue);
        background-color: var(--white);
    }

    .whiteoutlined.current {
        color: var(--blue);
        border: .1em solid var(--white);
        background-color: var(--white);
    }

.whitefilled {
    color: var(--blue);
    border: .1em solid var(--white);
    background-color: var(--white); /*???*/
}

    .whitefilled:hover {
        color: var(--white);
        background-color: var(--black-transparent);
    }

    .whitefilled.current {
        color: var(--white);
        border: .1em solid var(--white);
        background-color: var(--black-transparent);
    }
/**for banner messages*/
.bannerlink {
    color: #FFFFFF;
    text-decoration: underline;
}

    .bannerlink:visited {
        color: #FFFFFF;
        text-decoration: underline;
    }

    .bannerlink:hover {
        color: blue;
        text-decoration: underline;
    }

/** Cards for Stats**/
/*Flipping <<<STARTS>>>*/
.flip-container {
    perspective: 1000px;
}

    .flip-container:hover .flipper, .flip-container.hover .flipper {
        transform: rotateY(180deg);
    }

.flip-container, .front, .back, .no-flip {
    width: 160px;
    height: 135px;
}

.no-flip {
    background-color: #fff;
    border: solid 1px #c9c9c9;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .flip-container, .front, .back, .no-flip {
        width: 260px;
    }
}

.bottom {
    margin-top: -15px;
}

.front, .back, .no-flip {
    padding: .8rem;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

    .front:hover, .back:hover, .no-flip:hover {
        -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    }

.list ul {
    margin-top: 2rem;
    line-height: 2.4rem;
    padding-left: .8rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--blue);
    text-align: left !important;
}

.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
    border: solid 1px #c9c9c9;
    border-radius: 6px;
}
/*Flipping <<<ENDS>>>*/

/* PHOTOS <<<STARTS>>>*/
.photos {
    padding: 15px;
    border: 1px solid #C8C8C8;
    background-color: #FFF;
    float: left;
}

@media (max-width: 768px) {

    /*    img {
        height:unset !important; 
    }*/
    .photos {
        padding: 5px;
        width: 220px !important;
    }
}

#ForumsPhotoDisplay,
#VideoPhotoDisplay {
    margin-left: 20px;
    margin-top: 0;
}

#GlobalForumsPhoto1 {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg); /* IE 9 */
    -moz-transform: rotate(10deg); /* Firefox */
    -webkit-transform: rotate(10deg); /* Safari and Chrome */
    -o-transform: rotate(10deg); /* Opera */
    position: absolute;
}

    #GlobalForumsPhoto1:hover {
        z-index: 10;
    }

#GlobalForumsPhoto2 {
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg); /* IE 9 */
    -moz-transform: rotate(-10deg); /* Firefox */
    -webkit-transform: rotate(-10deg); /* Safari and Chrome */
    -o-transform: rotate(-10deg); /* Opera */
    position: absolute;
    margin-left: 20px;
    margin-top: 130px;
}

    #GlobalForumsPhoto2:hover {
        z-index: 10;
    }

#GlobalForumsPhoto3 {
    margin-top: 270px;
    position: absolute;
    margin-left: 10px;
}


#GlobalMapDisplay {
    margin-left: 20px;
}

#GlobalMap1 {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg); /* IE 9 */
    -moz-transform: rotate(10deg); /* Firefox */
    -webkit-transform: rotate(10deg); /* Safari and Chrome */
    -o-transform: rotate(10deg); /* Opera */
    position: absolute;
}

    #GlobalMap1:hover {
        z-index: 10;
    }

#GlobalMap2 {
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg); /* IE 9 */
    -moz-transform: rotate(-10deg); /* Firefox */
    -webkit-transform: rotate(-10deg); /* Safari and Chrome */
    -o-transform: rotate(-10deg); /* Opera */
    position: absolute;
    margin-left: 20px;
    margin-top: 130px;
}

    #GlobalMap2:hover {
        z-index: 10;
    }

#GlobalMap3 {
    margin-top: 270px;
    position: absolute;
    margin-left: 10px;
}

#AgreementsPhotoDisplay,
#IEWPhotoDisplay,
#GlobalOfficesPhotoDisplay {
    margin-left: 50px;
    margin-top: 0px;
}

#GlobalAgreementsPhoto1 {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg); /* IE 9 */
    -moz-transform: rotate(10deg); /* Firefox */
    -webkit-transform: rotate(10deg); /* Safari and Chrome */
    -o-transform: rotate(10deg); /* Opera */
    position: absolute;
}

    #GlobalAgreementsPhoto1:hover {
        z-index: 10;
    }

#GlobalAgreementsPhoto2 {
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg); /* IE 9 */
    -moz-transform: rotate(-10deg); /* Firefox */
    -webkit-transform: rotate(-10deg); /* Safari and Chrome */
    -o-transform: rotate(-10deg); /* Opera */
    position: absolute;
    margin-left: 20px;
    margin-top: 130px;
}

    #GlobalAgreementsPhoto2:hover {
        z-index: 10;
    }

#GlobalAgreementsPhoto3 {
    margin-top: 270px;
    position: absolute;
    margin-left: 10px;
}

#IEWPhotoDisplay img {
    width: 250px;
}

#IEWPhoto1 {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg); /* IE 9 */
    -moz-transform: rotate(10deg); /* Firefox */
    -webkit-transform: rotate(10deg); /* Safari and Chrome */
    -o-transform: rotate(10deg); /* Opera */
    position: absolute;
}

    #IEWPhoto1:hover {
        z-index: 10;
    }

#IEWPhoto2 {
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg); /* IE 9 */
    -moz-transform: rotate(-15deg); /* Firefox */
    -webkit-transform: rotate(-15deg); /* Safari and Chrome */
    -o-transform: rotate(-15deg); /* Opera */
    position: absolute;
    margin-left: 10px;
    margin-top: 125px;
}

    #IEWPhoto2:hover {
        z-index: 10;
    }

#IEWPhoto3 {
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg); /* IE 9 */
    -moz-transform: rotate(-5deg); /* Firefox */
    -webkit-transform: rotate(-5deg); /* Safari and Chrome */
    -o-transform: rotate(-5deg); /* Opera */
    position: absolute;
    margin-left: 170px;
    margin-top: 250px;
}

    #IEWPhoto3:hover {
        z-index: 10;
    }

#IEWPhoto4 {
    margin-top: 250px;
    position: absolute;
    margin-left: 20px;
}

#GlobalOfficesPhoto1 {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg); /* IE 9 */
    -moz-transform: rotate(10deg); /* Firefox */
    -webkit-transform: rotate(10deg); /* Safari and Chrome */
    -o-transform: rotate(10deg); /* Opera */
    position: absolute;
}

    #GlobalOfficesPhoto1:hover {
        z-index: 10;
    }

#GlobalOfficesPhoto2 {
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg); /* IE 9 */
    -moz-transform: rotate(-15deg); /* Firefox */
    -webkit-transform: rotate(-15deg); /* Safari and Chrome */
    -o-transform: rotate(-15deg); /* Opera */
    position: absolute;
    margin-left: 10px;
    margin-top: 125px;
}

    #GlobalOfficesPhoto2:hover {
        z-index: 10;
    }

#GlobalOfficesPhoto3 {
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg); /* IE 9 */
    -moz-transform: rotate(-5deg); /* Firefox */
    -webkit-transform: rotate(-5deg); /* Safari and Chrome */
    -o-transform: rotate(-5deg); /* Opera */
    position: absolute;
    margin-left: 170px;
    margin-top: 250px;
}

    #GlobalOfficesPhoto3:hover {
        z-index: 10;
    }

#GlobalOfficesPhoto4 {
    margin-top: 250px;
    position: absolute;
    margin-left: 20px;
}

#VideoPhoto1 {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg); /* IE 9 */
    -moz-transform: rotate(10deg); /* Firefox */
    -webkit-transform: rotate(10deg); /* Safari and Chrome */
    -o-transform: rotate(10deg); /* Opera */
    position: absolute;
}

    #VideoPhoto1:hover {
        z-index: 10;
    }

#VideoPhoto2 {
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg); /* IE 9 */
    -moz-transform: rotate(-10deg); /* Firefox */
    -webkit-transform: rotate(-10deg); /* Safari and Chrome */
    -o-transform: rotate(-10deg); /* Opera */
    position: absolute;
    margin-left: 20px;
    margin-top: 130px;
}

    #VideoPhoto2:hover {
        z-index: 10;
    }

#VideoPhoto3 {
    margin-top: 270px;
    position: absolute;
    margin-left: 10px;
}

/* PHOTOS <<<ENDS>>>*/

/* RAYS <<<STARTS>>> */
.ray {
    background: rgba(255, 255, 255, .5);
    width: 100px;
    height: 440px;
    position: absolute;
    top:0;
    transform-origin: center bottom;
    transform: scale(1) rotate(0) translateX(0px) translateY(0px) skew(140deg,0deg); 
    transition: all 1000ms ease;
}

@media (max-width: 768px) {
    .ray {
        display: none;
    }
}

#one {
    transform: translateX(-80px) skew(140deg,0deg);
    width: 10px;
}

#two {
    background-color: #F8E82B;
    width: 5px;
    transform: translateX(800px) skew(140deg,0deg);
}

#three, #four, #five {
    transform: translateX(200px) skew(140deg,0deg);
    width: 5px;
}

#five {
    background-color: #F8E82B;
}


#top-container {
    height: 480px;
    height: 420px;
    position: relative;
    transition: 0.5s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

    #top-container.backdrop::before {
        background-image: url(/MasterPages/Global/img/overlay-corner-left.svg);
        background-position: 100% 1%;
        left: -75%;
        top: -1px;
        top: 0px;
        background-size: 106%;
        height: 102%;
    }

    #top-container.backdrop::before, #top-container.backdrop::after {
        display: block;
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        transition: left 0.5s ease-in-out,right 0.5s ease-in-out;
    }

    #top-container.backdrop::after {
        opacity: .8;
        background-image: url(/MasterPages/Global/img/overlay-corner-right.svg);
        background-position: 0% 20%;
        bottom: 0;
    }

.overlayText {
    position: absolute;
    color: white;
    background-color: rgba(0,0,0,0.4);
    padding: 5px 5px 0;
    bottom: 5px;
    left: 15px;
    z-index: 99999;
    text-align: left;
    pointer-events: none;
    width: 90%;
}

    .overlayText span.a {
        font-size: 3.2em;
        line-height: 2em;
        border-bottom: 1px solid red;
    }

    .overlayText span.b {
        font-size: 1.1em;
    }

.flex-caption span.a {
    font-size: 1.5em;
    line-height: 1.5em;
    border-bottom: 1px solid red;
    margin-bottom: 5px;
}

.flex-caption span.b {
    font-size: 1.1em;
}

.slider-frame {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.overlay .overlayPlayButton {
    position: absolute;
    right: 38%;
    top: 15%;
    z-index: 9999;
    pointer-events: none;
}

.overlayPlayButton:hover {
    cursor: pointer !important;
}

.slider-frame .btn {
    width: 40px;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 1000;
    cursor: pointer;
}


    .slider-frame .btn.prev {
        left: 0px;
    }

    .slider-frame .btn.next {
        right: 0px;
    }

.prev:before, .next:before {
    font-family: icomoon;
    font-size: 40px;
    line-height: 1;
    color: white;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.prev:before {
    content: "\f137";
}

[dir="rtl"] .prev:before {
    content: "\f054";
}

[dir="rtl"] .next {
    left: -10px;
    top: 70px;
    right: auto;
}

.next:before {
    content: "\f138";
}

[dir="rtl"] .next:before {
    content: "\f053";
}

.next,
.prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.personTitle {
    font-size: 1.1em;
}

a.collapseall, a.expandall {
    font-size: 1rem !important;
    color: gray !important;
    text-decoration: none !important;
}

.slider-frame .slider-container {
    transition: margin-left .2s ease, left .5s ease;
    position: absolute;
}

    .slider-frame .slider-container .slide {
        background-color: #000;
        float: left;
        position: relative;
        top: 0;
        transition: width .2s ease, height .2s ease, top .2s ease;
    }

        .slider-frame .slider-container .slide:nth-child(even) {
        }

.slider {
    cursor: pointer !important;
}

.overlay {
    display: none;
}


.sidemenu {
    float: left;
    padding: 0px 0px 10px 20px;
    margin: 0px 0px 0px 25px;
    min-width: 250px;
    max-width: 350px;
    line-height: 1.7em;
}

.sidemenu-iew {
    margin: 0 !important;
    float: left !important;
}

.sidemenu a {
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
}

    .sidemenu a:hover {
        background-color: #ccc;
    }

    .sidemenu a.active {
        background-color: var(--blue);
        color: var(--white);
    }


@media (max-width: 768px) {
    .sidemenu {
        float: none;
        border-left: none;
        display: block;
        padding: 0 0 10px;
        margin: 0;
    }

    form .row .columns, .row .columns, .columns {
/*        padding: 0 .5em !important;
*/    }

    .sidemenu a {
        padding: 6px;
        border-bottom: 1px solid #dedede;
    }

        .sidemenu a:first-child {
            border-top: 1px solid #dedede;
        }

        .sidemenu a:hover {
            background-color: #ccc;
        }

    .plax.onecontent {
        padding: 20px 0;
    }

    .container {
        padding: 0;
    }

    section h2 {
        padding: 1.5rem 0 .4rem;
        font-size: 2.6em;
    }

    #SearchPanel select {
        width: 100%;
    }

    #searchPanel .columns {
        padding-bottom: 10px !important;
    }
}



/*** Mobile (Phone) ***/
@media (min-width: 768px) {
    .sidemenu {
        float: right;
        padding: 0 0 10px 20px;
        margin: 0 0 0 25px;
        min-width: 250px;
        line-height: 1.7em;
    }

        .sidemenu a {
            color: black;
            display: block;
            padding: 12px;
            text-decoration: none;
        }

            .sidemenu a:hover {
                background-color: #ccc;
            }

            .sidemenu a.active {
                background-color: var(--blue);
                color: var(--white);
            }
}


ol {
    counter-reset: item;
    display: inline-block;
    font: normal normal 12px/18px helvetica, arial, sans-serif;
    margin: 20px;
}

    ol li {
        color: #aaa;
        display: block;
        float: left;
        margin-right: 1em;
    }

        ol li:before {
            content: counter(item);
            counter-increment: item;
            display: inline-block;
            text-align: center;
            line-height: 25px;
            width: 25px;
            height: 25px;
            background-color: #ccc;
            border-radius: 50%;
            margin-right: .5em;
            margin-bottom: .25em;
            color: #fff;
            font-size: 13px;
            font-weight: bold;
        }

.selected-step-1 li.step-1,
.selected-step-2 li.step-2,
.selected-step-3 li.step-3,
.selected-step-4 li.step-4,
.selected-step-5 li.step-5 {
    color: #a53900;
    font-weight: bold;
}

    .selected-step-1 li.step-1:before,
    .selected-step-2 li.step-2:before,
    .selected-step-3 li.step-3:before,
    .selected-step-4 li.step-4:before,
    .selected-step-5 li.step-5:before {
        background-color: #a53900;
        font-weight: bold;
    }

em {
    color: gray;
    font-weight: bolder;
    padding-right: 5px;
}

.jw-video, .fancybox-inner {
    overflow-y: hidden !important;
}

.jwImage {
    width: 100%;
}

ul.ulListing {
    list-style-type: none;
}

.liContainer {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .liContainer .content {
        flex: 1;
        padding: 10px;
    }

    .liContainer .image img {
        max-width: 100px;
        width: 100px;
    }

    .liContainer .image .photo {
        padding: 10px;
    }

    .liContainer.flipped {
        flex-direction: row-reverse;
    }


.leftPadding {
    padding-left: 30px;
}

@media screen and (max-width:767px) {
    .leftPadding {
        padding-left: 0;
    }

    .hideIpad {
        display: none !important;
    }
}

fieldset {
    border-radius: 10px;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0px;
    background: #f5f5f5;
    position: relative; /*-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);*/
    zoom: 1;
    -webkit-box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, .1);
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px
}


/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        width: 30px;
        height: 30px;
        margin: -20px 0 0;
        display: block;
        background: url(/masterPages/assets/flexslider/images/bg_direction_nav.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }

    .flex-direction-nav .flex-next {
        background-position: 100% 0;
        right: -36px;
        background-color: white
    }

    .flex-direction-nav .flex-prev {
        left: -36px;
        background-color: white
    }

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    display: none;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.woff?mtp8jw') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
    content: "\f003";
}

.icon-close:before {
    content: "\f00d";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-times:before {
    content: "\f00d";
}

.icon-trash-o:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-phone:before {
    content: "\f095";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-plus-square:before {
    content: "\f0fe";
}

.icon-chevron-circle-left:before {
    content: "\f137";
}

.icon-chevron-circle-right:before {
    content: "\f138";
}

.icon-minus-square:before {
    content: "\f146";
}

.icon-minus-square-o:before {
    content: "\f147";
}

.icon-plus-square-o:before {
    content: "\f196";
}

.icon-trash:before {
    content: "\f1f8";
}

@media screen and (max-width: 420px) {

    #wrapper {
        margin-top: unset !important;
    }
    /*    #top-container {
        display: none;
    }*/
}

/*mobile portrait*/
@media only screen and (max-width: 450px) and (min-width: 198.98px) {
    #top-container {
        height: 305px;
    }

    .plax.ccparallax-topcontainer {
        min-height: unset !important;
        background-attachment: unset !important;
    }

    .titlebar {
        top: 215px;
    }

    section h2 {
        font-size: 1.5em !important;
        padding: 0 0 0.4rem;
    }

    section h3 {
        font-size: 1.17em;
    }

    section h5 {
        font-size: .83em;
    }

    .global-button {
        font-size: .83em;
    }

    h2.badgetext {
        font-size: 5rem !important;
    }

    .hide-for-small {
        display: none !important;
    }

    .agreements {
        margin-top: 25px; 
    }

    .show-for-medium-up {
        display:none !important;
    }
}

/*mobile landscape */
@media only screen and (max-width: 919.98px) and (min-width: 430.98px) {
    #top-container {
        height: 145px;
        z-index: unset !important;
    }

    .plax.ccparallax-topcontainer {
        min-height: unset !important;
        background-attachment: unset !important;
    }

    .titlebar {
        -webkit-transform: translateX(0%);
        top: 100px;
        right: 0;
    }

    .badge {
        margin: unset !important;
        padding: 35px 35px !important;
    }

    section h2 {
        font-size: 1.5em !important;
    }

    section h3 {
        font-size: 1.17em;
    }

    section h5 {
        font-size: .83em;
    }

    .global-button {
        font-size: .83em;
    }

    h2.badgetext {
        font-size: 5rem !important;
    }

    .hide-for-small {
        display: none !important;
    }

    .plax.ccparallax-topcontainer {
    }
}





@font-face {
    font-family: 'Karbon-Regular';
    src: url('/MasterPages/assets/fonts/karbon/Karbon-Regular.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Karbon-Bold';
    src: url('/MasterPages/assets/fonts/karbon/Karbon-Bold.otf') format('opentype');
    font-display: swap;
}


.wrapper {
    text-align:center;
}

.badge {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: Arial, cursive;
    font-size: 1rem;
    border: 5px solid;
    width: 310px;
    height: 310px;
    margin: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    padding: 22.5% 0px; /* pixel unit */
    border-radius: 100%;
    text-align: center;
    background: var(--uclabluedarkest);
    color: white;
    border-style: solid;
    font-weight: bold;
    border-color: white;
    /*font-style: italic;*/
}

    .badge:hover {
        background-color: var(--lightblue);
    }


.badgetext {
    font-family: 'Karbon-Bold', cursive;
    font-size: 5rem;
    display: inline-block;
    margin-top: 5px;
    margin-bottom:1px;
    font-weight: bold;
    padding-top:0px;
    padding-bottom:0px;
}

.badgetext sup {
    font-size: 2rem;
    border-bottom: 8px double;
    position: relative;
    top: -10px;
    right: -10px;
}

/* styles copied from pages */
.fcard {
    margin: 10px 0;
    margin-bottom: 1em !important;
    border: 1px solid #aeaeae;
    border-radius: 20px;
    background-color: var(--blue);
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
}

.fcard a {
    text-decoration: none !important;
    color: var(--blue)!important;
}

.fcard:hover {
    box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}

.ftitle {
    font-size:0.95em;
    width: 100%;
    text-transform: uppercase;
    padding: 25px 5px 5px 5px;
    font-weight: bold;
}

.fabstract {
    line-height: 1.70em;
    font-size: 0.88em;
    position: relative;
    padding: 10px 15px;
}

.fimg {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.flink {
    font-size: 0.95rem;
    text-decoration: none;
}

    .flink a {
        text-decoration: underline;
    }




.container, .contentarea {
    padding: 0.2em 0em;
}

    .container h2 {
        padding: 0 0 0.4rem;
        margin-bottom: 15px;
    }

figcaption,
.imageCaption,
.imageCaption a {
    padding-top: 8px;
    color: #fff;
    line-height: 1.2em !important;
    font-size: 0.95em !important;
    font-style: italic;
}

.storyTitle {
    display: block;
    line-height: 1.75em;
    font-size: 2vm;
    padding: 0 0 0.5em 0;
}

.storyAbstract {
    display: block;
    padding-bottom: 30px;
}

.imageCaption {
    padding-top: 0.6rem;
    color: #fff;
    display: block;
    font-style: italic;
    text-align: left;
}

.storyAuthor {
    color: #aecde4;
    padding-bottom: 20px;
}

.storyPullQuote {
    float: right;
    width: 20vw;
    font-weight: bold;
    border-left: 4px solid #fff;
    margin-left: 20px;
    padding-left: 10px;
    padding-bottom: 15px;
}

    .storyPullQuote a {
        text-decoration: none;
        font-size: 1em;
        line-height: 1.1em;
    }

.imageCaption a {
    color: #fff;
}

@media (max-width: 1295px) {
    /*form .row .columns, .row .columns, .columns { 
        padding: 0 !important;
    }*/

    ;
    .fimg {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    
    .fabstract {
        line-height: 1.3rem;
        font-size: 0.9rem;
    }

    .container, .contentarea {
        padding: 0.1em 1em;
    }

    .storyTitle {
        line-height: 1.26em;
        padding: 1em 0 0.7em 0;
    }
    .
    .storyAbstract {
        padding-bottom: 30px;
    }

    .imageCaption {
        text-align: center;
    }
}



/*
    Mobile Spacing Fixes
*/
@media only screen and (max-width:40em) {
    .mobile-centered {
        text-align: center;
    }

    .mobile-center-float {
        margin-left: auto;
        margin-right: auto;
    }

    .flip-container {
        margin-bottom:1em;
    }
}

/*mobile reponsiveness css edits by aral */
@media only screen and (max-width: 480px)
{
    footer {
        padding: 2rem 1rem 2rem;
    }
}




.student-voices {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    justify-content: center; /* Changed from flex-start to center */
    margin: 15px 50px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .student-voices::-webkit-scrollbar {
        display: none;
    }

@media (min-width: 400px) {
    .student-voices {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 600px) {
    .student-voices {
        grid-template-columns: repeat3, 1fr);
    }
}

@media (min-width: 800px) {
    .student-voices {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1000px) {
    .student-voices {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 1200px) {
    .student-voices {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (min-width: 1400px) {
    .student-voices {
        grid-template-columns: repeat(7, 1fr);
    }
}

@media (min-width: 1600px) {
    .student-voices {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (min-width: 1800px) {
    .student-voices {
        grid-template-columns: repeat(9, 1fr);
    }
}

@media (min-width: 2000px) {
    .student-voices {
        grid-template-columns: repeat(10, 1fr);
    }
}

@media (min-width: 2200px) {
    .student-voices {
        grid-template-columns: repeat(11, 1fr);
    }
}

@media (min-width:2400px) {
    .student-voices {
        grid-template-columns: repeat(12, 1fr);
    }
}

@media (min-width:2600px) {
    .student-voices {
        grid-template-columns: repeat(13, 1fr);
    }
}

@media (min-width:2800px) {
    .student-voices {
        grid-template-columns: repeat(14, 1fr);
    }
}

@media (min-width:3000px) {
    .student-voices {
        grid-template-columns: repeat(15, 1fr);
    }
}

@media (min-width:3200px) {
    .student-voices {
        grid-template-columns: repeat(16, 1fr);
    }
}

.video-preview {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 300px;
    aspect-ratio: 9 / 16;
    border-radius: 10px;
    margin-right: 15px;
}

.video-preview a:last-child {
    margin-right: 0;
}

.video-container:hover .imgcaption {
    color: #FFD100;
    background-color: black;
    font-size: 14px;
    top: 11%;
}


.video-container:hover {
    margin: 15px 0px 0 0;
    transform: scale(1.05);
}

.video-container:hover{
    margin: 15px 0px 0 0;
    transform: scale(1.05);
}

.flag-icon {
    position: absolute;
    bottom: 10px;
    right: 25px;
    width: 50px !important;
    height: auto; 
}

.flag-icon-voicespg {
    position: absolute;
    bottom: 38px;
    right: 14px;
    width: 50px !important;
    height: auto;
}

.imgcaption {
    position: absolute;
    left: 50%;
    top: 10%;
    min-width: 165px;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    white-space: normal; /* Ensures that the text within can wrap */
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 24px;
    padding: 10px 15px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border: 2px solid white;
    opacity: 0.8;
}

    .arrow:hover {
        opacity: 1;
    }

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.video-container {
    max-width:190px; 
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.transcript-download {
    margin-top: 10px;
}

.transcript-download a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.transcript-download a:hover {
    text-decoration: underline;
}

.hide-icon {
    display: none !important;
}