﻿
.cf:after, .cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #fff;
    color: #4d4d4a
}

a {
    color: #4d1979;
    /*text-decoration: underline*/
}

    a:hover {
        color: #111
    }

    a:focus {
        -webkit-box-shadow: 0 0 2px #111;
        box-shadow: 0 0 2px #111;
        color: #111
    }

    a:active {
        -webkit-box-shadow: 0 0 2px #fed277;
        box-shadow: 0 0 2px #fed277;
        color: #fed277
    }

@keyframes pulse {
    0% {
        opacity: .7;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: .7;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slideInUp {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

body {
    margin-top: 64px
}

.tcu-global-logo {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .tcu-global-logo svg {
        height: 30px;
        -webkit-transition: height .45s ease-in;
        -o-transition: height .45s ease-in;
        transition: height .45s ease-in
    }

@media screen and (min-width:62.5em) {
    body {
        margin-top: 109px  /*84px*/
    }

  
        .tcu-global-logo svg {
            height: 40px
        }
}

@media screen and (min-width:78.75em) {
    body {
        margin-top: 109px
    }

 

        .tcu-global-logo svg {
            height: 51px
        }
}

.tcu-global-header__wrapper {
    background: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

@media (max-width:1259px) {
    .tcu-global-header__wrapper {
        left: 0;
        position: fixed;
        top: 0;
        width: 100%
    }
}

.tcu-global-header {
    background: #fff;
    /*border-bottom: 4.25px solid #4d1979;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1800px;
    position: relative;
}

.tcu-global-header-right {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

    .tcu-global-header-right, .tcu-global-header-right .search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

        .tcu-global-header-right .search {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            background: rgba(0,0,0,0);
            border: 0;
            padding: 0 20px
        }

@media screen and (min-width:62.5em) {
    .tcu-global-header-right .search {
        width: 10%;
        padding: 0
    }
}

.tcu-global-header-right .search .search-icon {
    cursor: pointer;
    fill: #777;
    opacity: .5;
    margin-left: 5px
}

.tcu-global-header-right .icon-label, .tcu-global-header-right .toggle-label {
    cursor: pointer;
    display: none
}

.tcu-global-header-right .tcu-menu-toggle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background: rgba(0,0,0,0);
    border: 0;
    padding: 0
}

@media screen and (min-width:62.5em) {
    .tcu-global-header-right .tcu-menu-toggle {
        margin-left: 20px
    }
}

.tcu-global-header-right .tcu-menu-toggle .toggle-label {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 10px 0 auto
}

.tcu-global-header-right .tcu-menu-toggle .hamburger {
    display: block;
    height: 30px;
    position: relative;
    width: 30px
}

    .tcu-global-header-right .tcu-menu-toggle .hamburger .icon-bar {
        background-color: #111;
        display: block;
        height: 2px;
        margin: 6px 0;
        width: 100%
    }

@media screen and (min-width:62.5em) {
    .tcu-global-header-right .icon-label, .tcu-global-header-right .toggle-label {
        display: block
    }
}

.tcu-global-nav--open {
    overflow: hidden;
    height: 100vh
}

.tcu-nav-wrap {
    color: #fff;
    max-width: 1000px;
    position: relative
}

    .tcu-nav-wrap .logo {
        margin: auto;
        padding-bottom: 60px;
        padding-top: 60px;
        text-align: center
    }

        .tcu-nav-wrap .logo img, .tcu-nav-wrap .logo svg {
            max-width: 100%
        }

    .tcu-nav-wrap .logo, .tcu-nav-wrap .tcu-button {
        display: block;
        max-width: 250px;
        text-align: center
    }

@media (max-width:980px) {
    .tcu-nav-wrap .logo, .tcu-nav-wrap .tcu-button {
        margin: auto
    }
}

.tcu-nav-wrap .tcu-button-wrap, .tcu-nav-wrap .tcu-menu {
    z-index: 5
}

.tcu-nav-wrap .tcu-menu {
    text-align: center
}

    .tcu-nav-wrap .tcu-menu a {
        color: #fff;
        text-decoration: none
    }

        .tcu-nav-wrap .tcu-menu a:hover {
            color: #fed277
        }

.tcu-nav-wrap .tcu-menu-label {
    font: 400 25px Oswald,sans-serif;
    text-transform: uppercase
}

.tcu-nav-wrap .tcu-menu.-primary-ctas {
    font: 700 2.5em Playfair Display,serif
}

.tcu-nav-wrap .tcu-menu.-info-for {
    font: 700 25px Source Sans Pro,sans-serif
}

.tcu-nav-wrap .tcu-menu.-tcu-edu-links {
    font: 400 30px Oswald,sans-serif
}

.tcu-nav-wrap .tcu-menu.-info-for, .tcu-nav-wrap .tcu-menu.-tcu-edu-links {
    line-height: 1.75
}

@media screen and (min-width:980px) {
    .tcu-nav-wrap {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        height: 750px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style: none;
        margin: 0 0 0 64px;
        padding: 0
    }

        .tcu-nav-wrap .tcu-button-wrap, .tcu-nav-wrap .tcu-menu {
            color: #fff;
            height: 240px;
            margin-bottom: 2em;
            margin-right: 10px;
            margin-top: 10px;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
            padding: 5px;
            text-align: left;
            width: 500px;
            z-index: 5
        }

            .tcu-nav-wrap .tcu-menu.-primary-ctas {
                padding-top: 3.25em
            }

            .tcu-nav-wrap .tcu-menu.-info-for {
                margin-top: 3em
            }

        .tcu-nav-wrap .flex-order1 {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1
        }

        .tcu-nav-wrap .tcu-button-wrap {
            width: 250px;
            z-index: 40
        }

        .tcu-nav-wrap .-tcu-edu-links {
            height: 500px;
            margin-top: -4em
        }

            .tcu-nav-wrap .-tcu-edu-links ul {
                padding-top: 120px
            }
}

@media screen and (min-width:980px) and (min-width:1260px) {
    .tcu-nav-wrap {
        padding-left: 2.5%;
        padding-right: 2.5%
    }
}

.tcu-content-sheet {
    background: #4d1979;
    position: relative;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .45s ease-in-out;
    transition: -webkit-transform .45s ease-in-out;
    -o-transition: transform .45s ease-in-out;
    transition: transform .45s ease-in-out;
    transition: transform .45s ease-in-out,-webkit-transform .45s ease-in-out
}

    .tcu-content-sheet ul {
        list-style: none;
        padding-left: 0
    }

    .tcu-content-sheet .tcu-lead-on-stripes {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1582 1024'%3E%3Cswitch%3E%3Cg%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill-opacity='.1' d='M1582 141.6L453.3 1024H1582z'/%3E%3Cpath fill='none' stroke='%23979797' d='M1404.1-1L0 1023h71.4L1467.4-1z'/%3E%3C/g%3E%3C/switch%3E%3C/svg%3E");
        background-size: cover;
        display: none;
        height: 100vh;
        opacity: .45;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

@media (min-width:1200px) {
    .tcu-content-sheet .tcu-lead-on-stripes {
        display: block
    }
}

.tcu-content-sheet.-navigation {
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    -webkit-overflow-scrolling: touch
}

    .tcu-content-sheet.-navigation[data-state=open] {
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.tcu-content-sheet .tcu-close-contentsheet {
    cursor: pointer;
    position: absolute;
    right: 32px;
    top: 32px
}

    .tcu-content-sheet .tcu-close-contentsheet:before {
        background: #fff;
        content: "";
        height: 3px;
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 100%
    }

    .tcu-content-sheet .tcu-close-contentsheet:after {
        background: #fff;
        content: "";
        height: 3px;
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%
    }

    .tcu-content-sheet .tcu-close-contentsheet.-close-menu {
        height: 40px;
        width: 40px;
        z-index: 10;
        background: rgba(0,0,0,0);
        border: 0;
        padding: 0;
        text-align: left
    }

@-webkit-keyframes fadein {
    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#sj-overlay-holder .sj-overlay__shade {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    position: fixed
}

#sj-overlay-holder .sj-overlay__container {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadeIn,slideInUp;
    animation-name: fadeIn,slideInUp;
    height: calc(100% - 20px);
    width: calc(100% - 20px)
}

@media screen and (min-width:43.75em) {
    #sj-overlay-holder .sj-overlay__container {
        height: 80%;
        width: 80%
    }
}

#sj-overlay-holder .sj-overlay__container > div:last-child {
    height: calc(100% - 68px)
}

#sj-overlay-holder .sj-paginator {
    margin-top: 5px
}

#sj-overlay-holder .sj-paginator__page-number {
    font-size: 20px;
    line-height: 20px
}

#sj-overlay-holder .sj-paginator__page-number--current {
    color: #fff
}

#sj-overlay-holder .sj-input__input {
    border: 1px solid #777;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 0
}

    #sj-overlay-holder .sj-input__input .sj-input__button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 14px
    }

    #sj-overlay-holder .sj-input__input input {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    #sj-overlay-holder .sj-input__input span {
        border: 0;
        clip: rect(0,0,0,0);
        font-size: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

#sj-overlay-holder .sj-tabs > div:before {
    color: #000;
    content: "Filter by: ";
    font-size: 16px;
    margin-right: 0;
    padding-bottom: 8px;
    padding-top: 7.2px
}

#sj-overlay-holder .sj-results__result h3 {
    font-family: Source Sans Pro,sans-serif;
    font-weight: 700
}

#sj-overlay-holder .sj-results__result__description, #sj-overlay-holder .sj-results__result h3 {
    font-size: 16px
}

#sj-overlay-holder .sj-results__result__image {
    display: none
}

@media screen and (min-width:43.75em) {
    #sj-overlay-holder .sj-results__result__image {
        display: inline-block
    }
}

