@font-face {
    font-family: KievitProBookItalic;
    src: url(../fonts/Kievit/kievitwebpro-bookita.eot);
    src: url(../fonts/Kievit/kievitwebpro-bookita.eot?#iefix) format("embedded-opentype"), url(../fonts/Kievit/kievitwebpro-bookita.woff) format("woff"), url(../fonts/Kievit/kievitoffcpro-bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}


em, i {
    font-family: "KievitProBookItalic", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
}

/** skip-link  **/

.container.skip-link {
    position: absolute;
    z-index: 9999;
}

a.skip-to-content-link {
    background-color: white;
    padding: 2px 5px;
    color: #005581;
}

.skip-to-content-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/** overwrite hyperlink style **/
.inner-content a,
.sidebar a,
.tile-body a {
    padding-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: inherit;
}
.inner-content a:hover,
.sidebar a:hover,
.tile-body a:hover {
    border-bottom-style: solid;
    text-decoration:none
}


#main-content .pb-5.content p {
    margin-bottom: 1rem;
}

ul.link-list , .link-list li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}


ul.link-list li {
    position: relative;
    margin-bottom: 0.2rem;
    padding-left: 18px;
    border: none;
    color: #fff /* <--- this to define link color AND carat */
}

ul.link-list li::before {
    content: '';
    border: solid;
    border-width: 0 2px 2px 0;
    display: block;
    left: 0;
    top: 9px;
    background-color: transparent;
    position: absolute;
    height: 2px;
    width: 2px;
    padding: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

ul.link-list li a,
.breadcrumb .breadcrumb-item a{
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: inherit;
    color: inherit
}

ul.link-list li a:hover,
ul.link-list li a:focus ,
.breadcrumb .breadcrumb-item  a:hover,
.breadcrumb .breadcrumb-item  a:focus {
    border-bottom-style: solid
}

.hero-content .link-list li {
    font-weight: 700;
    margin-bottom: 0 ;
}

.hero-content a {
    padding-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: inherit;
    color: inherit;
}

.hero-content a:hover {
    text-decoration: none;
    border-bottom-style: solid;
}

.hero-content a.btn {
    padding: 20px 30px;
    border-bottom-style: none;
}

.hero-content .btn {
    margin: 15px 0;
}

.breadcrumb .breadcrumb-item:first-child {
    font-weight: inherit;
}

.footer-blocks .link-list li a,
.index-blocks .link-list li a,
.right-column-blocks .link-list li a{
    font-weight: 700;
}




.tile.bg-image-cover .link-list li,
.tile.bg-gradient-orange-pink .link-list li,
.tile.bg-gradient-yellow-pink .link-list li {
    color: #FFE552;
}

.tile.bg-image-cover .decorator:before ,
.tile.bg-gradient-orange-pink .decorator:before ,
.tile.bg-gradient-yellow-pink .decorator:before {
    background-color: #FFE552;
}


.tile.bg-gradient-yellow-blue .decorator:before {
    background-color: #00778b;
}
.tile.bg-gradient-uc-blue-blue .decorator:before {
    background-color: #FEB2E0;
}

.tile.bg-gradient-light-blue-teal .decorator:before {
    background-color: #E44C9A;
}
.tile.bg-light-gold .decorator:before {
    background-color: #1295D8;
}



.tile.bg-image-cover,
.tile.bg-gradient-orange-pink,
.tile.bg-gradient-uc-blue-blue
{
    color: white;
}

.tile.bg-gradient-yellow-blue,
.tile.bg-gradient-yellow-pink,
.tile.bg-gradient-light-blue-teal,
.right-column-blocks [class*="ov-slashes"],
.footer-blocks [class*="ov-slashes"] {
    color: black;
}

.tile.bg-gradient-yellow-blue .link-list li,
.tile.bg-gradient-light-blue-teal.link-list li{
    color: #005581  ;
}

.tile.bg-gradient-uc-blue-blue .link-list li {
    color: #FEB2E0;
}

.tile.bg-gradient-light-blue-teal .link-list li{
    color: #E44C9A;
}

.tile.bg-gradient-light-blue-teal .link-list li {
    color: #E44C9A;
}

.tile.bg-gradient-orange-pink .link-list li,
.tile.bg-gradient-yellow-pink .link-list li,
.tile .bg-gradient-yellow-pink .link-list li{
    color: #060303;
}

.tile.bg-gradient-gold .link-list li ,
.tile.bg-light-gold .link-list li {
    color: #005581;
}



.tile.bg-image-cover {
    color: #fff;
    background-color: #005581;
}

.tile[class*="ov-slashes"].bg-image-cover   {
    color: #000;
}


/** index-blocks  **/

.index-blocks .tile-1up {
    flex-basis: 100%;
}

.index-blocks span.decorator,
.index-full-width span.decorator {
    display: block;
}


.index-blocks span.decorator:before ,
.index-full-width span.decorator:before {
    background-color: #FFB511
}

.tile.bg-image-cover:not(.tile-3up) span.decorator {
    display: none;
}

.inner-content h2:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 6px;
    width: 113px;
    background-color: #FFB511;
}

.inner-content h3:before {
    position: absolute;
    left: 0;
    top: 30px;
    content: '';
    height: 3px;
    width: 113px;
    background-color: #FFB511;
}

.inner-content h2 {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
}
.inner-content h3 {
    position: relative;
    padding-top: 63px;
}
.data-block h2 {
    padding-bottom: 10px;
}
.pb-5.content, .accordion.pb-5 {
    padding-bottom: 1rem !important;
}

.pb-5.data-block.inner-content {
    padding-bottom: 0rem !important;
}

.data-block .tile-inline {
    margin-bottom: 1rem !important;
}

.right-column-blocks [class*="ov-slashes"] .tile-body {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}


.right-column-blocks [class*="ov-slashes"]:after {
    content: '';
    display: block;
    padding-bottom: 150%;
}

.right-column-blocks [class*="ov-slashes"] {
    color: black;
    background-size: contain;
    background-position-y: top;
}

.right-column-blocks [class*="ov-slashes"] .link-list li {
    color: #E44C9A;
}

.right-column-blocks [class*="ov-slashes"] .decorator:before {
    background-color: #E44C9A;
}

.index-blocks a,
.footer-blocks a,
.right-column-blocks a {
    color: inherit;
}

.footer-blocks ul.link-list,
.right-column-blocks ul.link-list {
    margin-top: 1rem;
}


.ov-opacity-100:before {
    opacity: 1.0 !important;
}

.footer-blocks .bg-image-cover {
    display: flex;
    align-items: flex-end;
}

/** index-full-width **/
.index-full-width {
    padding: 1rem 0 3rem;
}

.index-full-width.bg-gradient-uc-blue-blue,
.index-full-width.bg-gradient-orange-pink {
    color: #fff;
}

.index-full-width.bg-gradient-yellow-blue,
.index-full-width.bg-gradient-yellow-pink,
.index-full-width.bg-gradient-light-blue-teal {
    color: black;
}

.index-full-width.bg-gradient-uc-blue-blue .decorator:before {
    background-color: #E44C9A;
}

/** Banner video **/
.video-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

#videoplayer {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1500ms;
}

#videoplayer.loaded {
    opacity: 1;
}


.playback-controls {
    position: absolute;
    bottom: 25px;
    right: 20px;
    height: 34px;
    width: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transition: border-color 250ms, opacity 1500ms;
}

/*This is necessary on the tuition page because the 'Apply for financial aid' button exapnds and covers the playback controls at this breakpoint.*/
/*@media (max-width: 1024px) {*/
/*.playback-controls {*/
/*bottom: 125px;*/
/*z-index: 100;*/
/*}*/
/*}*/

@media (max-width: 768px) {
    .playback-controls,
    .video-container {
        display: none;
    }
}

.playback-controls.loaded {
    opacity: 1;
}

.playback-controls.hidden {
    display: none;
}
.playback-controls.paused .pause-icon {
    display: none;
}
.playback-controls.playing .play-icon {
    display: none;
}

/*css triangle*/
.play-icon {
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10.392px solid #fff;

    transition: border-left-color 250ms;
}

.pause-icon {
    margin: 0 2px 1px 0 ;
}

/*css puase symbol*/
.pause-icon::before, .pause-icon::after {
    display: inline-block;
    content: "";
    width: 4px;
    height: 10px;
    margin-left: 3px;
    background-color: #fff;

    transition: background-color 250ms;
}

.playback-controls:hover {
    border-color: white;
}
.playback-controls:hover .play-icon {
    border-left-color: white;
}
.playback-controls:hover .pause-icon::before,
.playback-controls:hover .pause-icon::after {
    background-color: white;
}
/** end Banner video **/

.sidenav ul ul {
    padding-left: 0.5rem;
    border-left: #DBD5CE solid 3px;
}

.sidenav a.current-page {
    color: #E44C9A;
    font-weight: 700;
}

/** adjustment for breadcrumb **/

.breadcrumb-item + .breadcrumb-item:before {
    content:'';
    display: none;
}

li.breadcrumb-item:not(:last-child):after {
    content: "";
    border: solid;
    border-width: 0 1px 1px 0;
    background-color: transparent;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    width: 0.3em;
    height: 0.3em;
    top: -1px;
    display: inline-block;
    padding: 0px;
    margin-right: 5px;
    margin-left: 5px;
}

ol.breadcrumb i.caret {
    display: none;
}

.breadcrumb .breadcrumb-item {
    line-height: 1.875rem;
    padding-right: 0.5rem;
    letter-spacing: -0.01em;
    padding-left: 0;
}

/** adjustment for data-block  **/

.stat.no-spacing {
    letter-spacing: unset;
    font-family: "Keivit", Arial;
}



@media (min-width: 768px) {
    .right-column-blocks .tile:last-child:nth-child(odd) {
        flex-basis: 100%;
    }

    .index-full-width {
        padding: 70px 0 140px;
    }

    div.pb-5.content {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.01em;
    }

    .accordion .card-body p {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.01em;
    }
}

@media (min-width:1024px){
    .right-column-blocks h3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .right-column-blocks .tile-body p:not(.stat), .right-column-blocks .tile-body {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

/** adjustment for mobile **/
@media (max-width:767.98px){
    .index-blocks .col-12 {
        padding: 20px 15px 50px;
    }
    .inner-content iframe {
        max-width: 100%;
        height:auto;
    }
    .inner-content table {
        width: unset !important;
    }

    .uc-map-fixed-height {
        height: unset;
    }
    .tile-square {
        min-height:320px;
    }
}


@media (max-width:1023.98px) {

    .section-home-cost-col-text {
        max-width: unset;
    }
    .section-home-cost-col-stats {
        text-align: center;
    }
}


#mobile-right-nav nav.sidenav {
    padding: 1rem 0;
}

.data-block .tile-square .tile-body {
    height: 100%;
}

/*** inner-content table ***/
.inner-content td {
    padding-left: 0;
    border: none;
    border-top: 1px solid #DBD5CE;
}

.inner-content td p, .inner-content th p {
    margin: 0 !important;
}

.inner-content th, .inner-content td {

    padding: 0.1em 0.1em 0.2em 0.5em;
    vertical-align: top;
}

.inner-content tr:last-child td {
    border-bottom: 1px solid #DBD5CE;
}

.inner-content tr:first-child td , .inner-content tr:first-child th  {
    padding-top: 0.5em;
}

.inner-content table.data {
    border-top: 3px solid #DBD5CE;
    margin-top: 1rem;
    margin: 1rem 0;
}


.uc-map-feature a {
    text-decoration: underline;
}


/** adjustment for mega menu non-link items **/

.nav-custom.bg-white p , .nav-sub.bg-white span.nav-link   {
    color: #1295d8 !important;
}

.nav-custom.bg-white a  {
    color: inherit;
}

.nav-custom.bg-white p.h5 a {
    color: #005581;
}

.nav-mobile .nav-sub span.nav-link {
    color: #bde3f6;
}


/** fall-back bg color for header & footer **/
.ov-nav-dark-blue
, .footer {
    background-color: #005581;
}

@media (min-width: 1024px) {
    .index-blocks .tile-1up.bg-image-cover {
        min-height:750px;
    }
    .index-blocks .tile-1up{
        min-height:400px;
    }
    .inner-content th, .inner-content td {
        min-width: 150px;

    }
    .section-tuition-hero-stats > .col {
        max-width:50%;
        display:inline;
    }

    .index-full-width .fw-content p {
        font-size: 1.375rem;
        line-height: 1.875rem;
        letter-spacing: 0.01em;
    }
}

/*** END inner-content table ***/


/*** adjustment for campuse map ***/

@media (max-width: 1280px) {
    p#campus-description {
        display:none;
    }
}
/*** END adjustment for campuse map ***/


/*** adjustment for top navigation hover state BG ***/
.nav-desktop .nav-main.ov-nav-dark-blue .navbar-items-menu .nav-item-active:before {
    z-index: -1;
}

/** adjustment for tuiton banner **/
.section-tuition-hero:before {
    background-position-y: top;
}


/** fix search form on IE **/
.nav-custom-search-input input {
    background:transparent;
}

/** adjustment for UGM Search **/
table#search-results td {
    padding: 0.5rem;
    padding-left: 0;
}

#ugm-search-app th {
    padding-right: 0.5em;
}

/** END adjustment for UGM Search **/

/** adjustments for homepage carousel **/
.carousel-item .hero:before {
    background-position-y: bottom;
}

.ov-slashes-combo-pink-right-hero:before {
    background-image: url(../slashes/slashes-combo-pink-right-hero.png);
    background-position-x: 10%;
}

a.carousel-control-prev, a.carousel-control-next {
    z-index: 998;
    width: 2%;
    min-width: 10px;
}

a#btn-carousel-play {
    position: absolute;
    right: 10px;
    bottom: 24px;
    z-index: 999;
    margin: 0;font-size: 2rem;
    color: #ddd;
}
a#btn-carousel-play:hover {
    color: #E44C9A ;
}

a#btn-carousel-play:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.carousel-item a.btn.btn-primary {
    max-width: none;
    width: 50%; /** fall back for IE**/
    width: max-content;
}
/** END adjustments for homepage carousel **/

/** content page - page label **/
span.page-label {
    background-color: #4c4c4c;
    font-size: 0.9rem;
    padding: 0.1rem 0.4rem 0 ;
    margin: 0 0 1rem 0;
    display: inline-block;
    letter-spacing: 0.05em;
    color: #fff;
}
/** END content page - page label **/


/** accessibility fixes 2020 **/

.hero,
.container-hybrid section ,
.container-hybrid .tile-group,
.bg-image-cover.text-white {
    background-color: #005581 ;
}

.hero.text-dark {
    background-color: #FFFFFF ;
}
.navbar-light li.nav-item.nav-item-icon a {
    color: #FFFFFF;
}

.navbar-dark li.nav-item.nav-item-icon a {
    color: #000000;
}

a.playback-controls {
    color:#FFFFFF;
}

.bg-light-pink .text-pink {
    color: #005581 !important   ;
}

.uc-map.bg-uc-blue {
    background-color: #005581 !important;
}

.section-map .uc-map-svg a:focus
,.section-map .uc-map-svg a:hover
,.section-map .uc-map-svg a:not([href]):not([tabindex]):focus
{
    outline: unset;
    outline-offset: 0.2em;
    outline-style: solid;
    outline-color:white;
}

.section-map .uc-map-svg .marker:hover .cls-1
,.section-map .uc-map-svg .marker:focus .cls-1
,.section-map .uc-map-svg .marker.active .cls-1 {
    fill: #ffc107;
}

.section-map .uc-map-svg svg .cls-2:focus {
    outline: none;
}

.uc-map-interactive .marker:focus .cls-1 {
    fill: #ffc107;
}

a.btn.btn-primary:focus {
    box-shadow: #000 0px 0px 0px 2px;
}

a.btn.btn-primary:focus  {
    background-position: 15% center;
}

.text-white a.btn.btn-primary:focus {
    box-shadow: #fff 0px 0px 0px 2px;
}
.uc-map-feature a {
    text-decoration: none;
    padding-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: inherit;
}

.uc-map-feature a:hover {
    border-bottom-style: solid;
    text-decoration: none;
}

.tile.bg-gradient-orange-pink {
    color: #000;
}
.tile.bg-gradient-uc-blue-blue .link-list li,
.tile.ov-slashes-tile-blue .link-list li {
    color: #fff;
}

.tile.bg-gradient-light-blue-teal .link-list li {
    color: #000 ;
}
a.btn.btn-primary.btn-apply-financial-aid-main,
.section-tuition-hero-carousel a.btn.btn-primary {
    background-color: #FFD200 !important;
    color: #005581 !important;
    background-image: none !important;
}

a.btn.btn-primary {
    font-size: 1.2em !important;
}

.horizontal-radios label {
    display: inline-flex;
    gap: 5px;
    flex-flow: row;
    padding-right: 30px;
}

.aid-selection{
        padding-bottom: 25px;
}

a[target="_blank"]::after {
        position: absolute;
        left: -9999px;
        content: " (opens in a new tab)";
}

/** END accessibility fixes 2020 **/

/** footer adjustment 2025 **/
.footer-legal .footer-support-links li:first-child:before {
        content: '' ; 
}

a.footer-site-link.group1 {
        margin-bottom: 0.5em;
}

.footer-legal ul.footer-support-links.group2 li a{
    font-size: 1.3em;
}

ul.footer-support-links.group2 {padding-bottom: 1em;}

ul.footer-support-links.group3 {padding-bottom: 1em;}

/** END footer adjustment 2025 **/

