﻿/*-- iPhone X Remove Gutters --*/
html {
    padding: env(safe-area-inset);
}

/*-- Prevent Horizontal Scrolling & Font Style --*/
html, body {
    overflow-x: hidden;
    color: #1A1A1A;
    font-family: Source Sans Pro, 'Lato', sans-serif;
}

.text-danger {
    color: #b1040e !important;
}

.btn-danger {
    background-color: #b1040e !important;
}

.w-xl {
    max-width: 1440px;
    margin: auto;
}
/*--- Nav Scrolling Offset --*/
.offset:before {
    content: "";
    height: 7rem;
    display: block;
    margin-top: -7rem;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
    padding: 1rem;
}

/*============= NAVIGATION =============*/
.navbar-brand {
    padding: 0;
}

.navbar {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: .1rem;
    padding: .3rem 1rem;
}

.navbar-nav li {
    padding-right: 1rem;
}

.navbar-nav .nav-link:hover, .navbar-brand:hover {
    color: #b1040e;
}

.first-nav {
    background: linear-gradient(0deg,rgba(0,0,0,.75),#000);
}

.second-nav {
    top: 54.2px;
    font-size: 1.48rem;
    font-weight: 600;
    background-color: transparent;
}

    .second-nav::before {
        top: 0;
        right: 0;
        left: 0;
        bottom: -50px;
        content: "";
        opacity: .75;
        z-index: -1;
        display: block;
        position: absolute;
        background: linear-gradient(0deg,transparent,rgba(0,0,0,.99)),linear-gradient(0deg,transparent 20%,rgba(0,0,0,.6));
    }

.first-nav-scrolled {
    background: #b1040e;
}

.second-nav-scrolled {
    opacity: 1;
    font-weight: 400;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
}

.navbar-nav .nav-link {
    color: white;
}

.nav-ink-color {
    color: black !important;
}

.custom-toggler-icon {
    color: white;
    font-size: 1.6rem;
}

.no-before::before {
    display: none;
}

/*-- Remove Button Outline --*/
button:focus, a:focus, a.btn:focus {
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    transition: all .6s ease;
}

button, a, a.btn,
.svg-inline--fa {
    transition: all .4s ease;
}

.btn-danger:focus, .btn-danger:active {
    box-shadow: none;
}

danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}

/*============= LANDING PAGE =============*/
/*--- Fixed Landing Page Section --*/
.landing {
    width: 100%;
    height: 100vh;
    z-index: 0;
    display: table;
    position: relative;
}

.home-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    clip: rect(0, auto, auto, 0);
}

.home-inner {
    width: 100%;
    height: 100%;
    position: fixed;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    display: table;
    background-image: url('https://western.edu/wp-content/uploads/2020/06/home-hero-poster.jpg');
    background-image: url('../images/A6-min.jpg');
}

/*-- Landing Page Caption --*/
.caption {
    top: 41%;
    width: 100%;
    max-width: 100%;
    color: whitesmoke;
    text-align: center;
    text-transform: uppercase;
    position: fixed;
    z-index: 1;
}

    .caption h1 {
        font-size: 4.0rem;
        letter-spacing: .25rem;
        font-weight: 700;
        padding-bottom: 1rem;
        text-shadow: 0 0 30px rgba(0,0,0,.7);
    }

.media-caption {
    top: 20%;
    right: 0.1%;
    padding: 0 0.5rem;
    position: fixed;
    z-index: 1;
    border-radius: 15px;
    background: linear-gradient( 0deg,transparent,rgba(0,0,0,0)),linear-gradient( 0deg,transparent 20%,rgba(0,0,0,0.21));
}

    .media-caption li {
        display: list-item !important;
        font-size: 3rem;
        padding-bottom: 0.6rem;
        margin: 0 !important;
    }

        .media-caption li img:hover {
            transition: all .4s ease;
            opacity: 0.7;
            transform: translate3d(0%,0%,0) scale(1.08);
        }

/*-- Bouncing Down Arrow --*/
.arrow {
    bottom: 30%;
    width: 100%;
    text-align: center;
    position: absolute;
    animation: bounce 5s infinite;
    -webkit-animation: bounce 5s infinite;
}

.down-arrow .svg-inline--fa {
    color: white;
    font-size: 2.8rem;
    opacity: .7;
}

    .down-arrow .svg-inline--fa:hover {
        opacity: .8;
        color: #b1040e;
    }

/*============= THEME STYLE SECTION =============*/
.theme-style {
    z-index: 1;
    text-align: center;
    position: relative;
    padding-top: 21.5px;
    padding-bottom: 37.5px;
}

    .theme-style header {
        padding-top: 30px;
        padding-bottom: 5px;
    }

        .theme-style header h2 {
            font-size: 54px;
            font-weight: 900;
            line-height: 1.5em;
            letter-spacing: -.85px;
            text-transform: capitalize;
            margin-top: 0;
            margin-bottom: 0;
        }

        .theme-style header p {
            font-size: 30px;
            margin-top: 9.375px;
            margin-bottom: 25px;
        }

.panel--sandstone {
    color: #000;
    background-color: #f9f6ef;
}

.panel--choco {
    color: #fff;
    background-color: #2f2424;
}

.panel--light-grey {
    color: black;
    background-color: #F1F1F5;
}

.panel--white {
    color: #000;
    background-color: #fff;
}

.panel--grey {
    /* color: #505962; #b1040e */
    background-color: #e9ecef;
}

.panel-link {
    margin-bottom: 30px;
    margin-top: 10px;
}

    .panel-link a {
        color: #fff;
        background-color: #b1040e;
        box-shadow: 0 0 10px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1);
        cursor: pointer;
        border: none;
        display: inline-block;
        font-weight: 600;
        line-height: 1.5;
        padding: 10.50px 23.75px 13px;
        text-align: center;
        text-decoration: none;
        transition: all .25s ease-in-out;
        vertical-align: middle;
        font-size: 23.75px;
        min-width: 435px;
    }

        .panel-link a:hover {
            color: #fff;
            background-color: #820000;
            box-shadow: none;
            transition: all .25s ease-in-out;
        }

/*============= NEWS SECTION =============*/
.photo {
    box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
    background-color: #fff;
    transition: all .3s ease-in;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}

    .photo:hover {
        box-shadow: 0 0 10px rgba(0,0,0,.2), 0 7px 10px rgba(0,0,0,.2);
    }

.photo-top {
    height: 100%;
    position: relative;
    background-image: url('../images/A7-min.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translate3d(0%,0%,0) scale(1);
    will-change: transform;
    overflow: hidden;
    transition: all .3s ease-in;
}

    .photo-top:hover {
        transition: all .3s ease-out;
        transform: translate3d(0%,0%,0) scale(1.01);
    }

.box {
    box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
    background-color: #fff;
    transition: all .3s ease-in;
    height: 100%;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
}

    .box:hover {
        box-shadow: 0 0 10px rgba(0,0,0,.2), 0 7px 10px rgba(0,0,0,.2);
    }

.top {
    height: 230px;
    position: relative;
    background-image: url(/images/A7-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translate3d(0%,0%,0) scale(1);
    overflow: hidden;
    will-change: transform;
    transition: all .3s ease-in;
}

    .top:hover {
        transition: all .3s ease-out;
        transform: translate3d(0%,0%,0) scale(1.025);
    }

.top-alumni {
    background-image: url(/images/admission.JPG) !important;
    height: 260px!important;
    background-position: 0 100%!important;
}
.content {
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.85) 80%);
    position: absolute;
    text-align: right;
    display: block;
    box-shadow: none;
    transition: all .3s ease-in;
    will-change: transform;
    padding: 28px;
    padding-bottom: 0;
    bottom: -2px;
    width: calc(100% + 2px);
}

.post-meta {
    margin-bottom: 6px;
}

.post-category {
    color: #fff;
    text-shadow: rgba(0,0,0,.6) 0 0 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}

.headline {
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 0;
    font-size: 28px;
    margin-top: 0;
    text-decoration: none;
    transition: #fff .25s ease-in;
    letter-spacing: .05em;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    cursor: pointer;
}

.bottom {
    padding: 28px;
    text-align: left;
}

.box-post-category {
    color: #820000;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    line-height: 1.2;
}

.box-headline {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    text-decoration: none;
    transition: color .25s ease-in;
    cursor: pointer;
    font-weight: 700;
}
a:hover {
    text-decoration: none;
}

/*============= TEAM SECTION =============*/
#team-carousel {
    padding-top: 16px;
}

.owl-stage {
    display: flex;
}

.card-department {
    background: #f0f3f3;
}
.card-body-department {
    padding: 10rem 1.25rem 0rem 1.25rem;
}
.card {
    height: 100%;
    border-radius: 0;
    text-align: center;
    margin: 0 1rem;
    border: .1rem solid rgba(0, 0, 0, .075);
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
    transition: transform .4s ease;
}

    .card:hover {
        transform: scale(.95);
    }

#team .card img {
    height: 40%;
}

.card h4 {
    font-weight: 700;
    color: #b1040e;
    text-align: left;
}

.card p {
    text-align: right;
    color: black;
    text-decoration: none;
    transition: color .3s ease-out;
    font-size: 16px;
    font-weight: 600;
}

button.owl-dot.active span,
button.owl-dot:hover span {
    background: #b1040e !important;
}


/*============= STUDENT LIFE SECTION =============*/
.student-life-card-image{
    background-position: center center;
    background-size: cover;
    height:220px;
}
#studentlife .card {
    margin: 0 0rem;
}

.card-btn {
    color: #fff;
    background: #b1040e;
    font-weight: 700;
}

    .card-btn:hover {
        color: #fff;
        background-color: #820000;
        box-shadow: none;
        transition: all .25s ease-in-out;
    }
#studentlife .card h4 {
    font-size: 1.4rem;
}

/*============= SKILLS SECTION =============*/
h3.heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #505962;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: .2rem;
}

p.heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #505962;
    text-align: center;
    font-size: 1.9rem;
    letter-spacing: .2rem;
}


/*============= FEATURES SECTION =============*/
#features a {
    text-transform: capitalize;
}

.text-explore {
    font-size: 2.5rem;
    letter-spacing: .2rem;
    font-weight: 700;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    color: #505962;
}

.text-college {
    font-size: 7rem;
    letter-spacing: .2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #505962;
}

.btn-sm {
    border-width: medium;
    border-radius: 0;
    padding: .5rem 1.1rem;
    text-transform: uppercase;
    font-size: .9rem;
    margin: .8rem;
    /* font-weight: 700; */
}

.btn-uhd {
    background-color: #b1040e;
    color: white;
}

    .btn-uhd:hover {
        background-color: #750208;
        color: white;
    }


/*============= GALLERY SECTION =============*/
#gallery {
    position: relative;
    z-index: 1;
}

    #gallery img {
        opacity: 0.7;
    }


/*============= FOOTER SECTION =============*/
#footerlink {
    position: relative;
    z-index: 1;
}

section {
    padding: 60px 0 0 0;
}

    section .section-title {
        text-align: center;
        color: #eee;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#footer {
    background: #fff !important;
}

    #footer h5 {
        margin-bottom: 20px;
        color: #000;
        font-weight: 700;
        font-size: 24px;
        text-transform: uppercase;
        color: #b1040e;
    }

    #footer a {
        color: #000;
        text-decoration: none !important;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    #footer ul.social li {
        padding: 3px 0;
    }

        #footer ul.social li a i {
            margin-right: 5px;
            font-size: 25px;
            -webkit-transition: .5s all ease;
            -moz-transition: .5s all ease;
            transition: .5s all ease;
        }

        #footer ul.social li a,
        #footer ul.quick-links li a {
            color: #000;
        }

            #footer ul.social li a:hover {
                color: #000;
            }

    #footer ul.quick-links li {
        padding: 3px 0;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }

        #footer ul.quick-links li:hover {
            padding: 3px 0;
            padding-left: 5px;
        }
        #footer ul.quick-links li a:hover {
            font-weight: 700;
        }
        #footer ul.quick-links li a i {
            margin-right: 5px;
        }

        #footer ul.quick-links li:hover a i {
            font-weight: 700;
        }

    #footer .footer-bottom {
        text-align: center!important;
        background: #b1040e;
        color: #fff;
    }

.footer-bottom p {
    margin: 0;
}

#footer svg {
    margin-right: 5px;
}

.footer-bottom .svg-inline--fa {
    color: white;
    transition: all .4s ease;
    font-size: 1.7rem;
    opacity: .9;
}

    .footer-bottom .svg-inline--fa:hover {
        transition: all .4s ease;
        opacity: .7;
    }

.media-link-image{
}
@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}


/*============= CENTER PAGE =============*/
#centers {
    margin-top:100px;
}



/*============= ADMISSION PAGE =============*/
.Admission-landing {
    width: 100%;
    height: 50vh;
    z-index: -1;
    display: table;
    position: relative;
}

.Admission-home-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    clip: rect(0, auto, auto, 0);
}

.Admission-home-inner {
    width: 100%;
    height: 50%;
    position: fixed;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    display: table;
    background-image: url('../images/admission.JPG');
}

.About-landing {
    width: 100%;
    height: 55vh;
    z-index: -1;
    display: table;
    position: relative;
}

.quality_assurance_background {
    background-image: url('https://library.valpo.edu/pics/cropped-Library_Top-Header_Exterior.jpg')!important;
    background-position: center;
}
#admission {
    max-width: 1200px;
    margin: auto;
}
#about {
    max-width: 1140px;
    margin: auto;
}
.box-shadow {
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.admission-theme-style {
    z-index: 1;
    position: relative;
    padding-bottom: 37.5px;
}

.pull-up {
    margin-top: -93px;
    padding-top: 43px;
}

.pull-up-image {
    margin-top: -200px;
    padding-top: 20px;
}

.page-title-band {
    position: relative;
}

.page-title-band:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: -54px;
    background-color: white;
    right: 0;
    width: auto;
    bottom: 0;
}
.about-page-title-band {
    position: relative;
}

    .about-page-title-band:before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        background-color: white;
        right: 0;
        width: auto;
        bottom: 0;
    }
.nav-tabs .nav-link.active {
    color: white;
    background-color: #b1040e;
}
.nav-tabs .nav-link {
    color: #b1040e;
}

.admission-theme-style h1 {
    font-weight: 800;
    font-size: 56px;
    position: relative;
    margin-bottom: 25px;
    overflow-wrap: break-word;
}

.admission-panel--white {
    color: #000;
    background-color: #fff;
}

.admission-theme-style .intro {
    font-size: 19px;
    margin-bottom: 51px;
}
.admission-theme-style .QA-intro {
    font-size: 17px;
}

.admission-theme-style h2 {
    font-size: 38px;
    margin-bottom: 18px;
}

.admission-theme-style p {
    line-height: 32px;
    margin-bottom: 18px;
}
img#floated {
    margin-bottom: 0;
    margin-top: 5px;
    width: 47% !important;
    float: right;
    margin-left: 15px;
}
img#image_left_floated {
    margin-bottom: 0;
    margin-top: 5px;
    width: 30% !important;
    float: left;
    margin-right: 15px;
}
.sub-menu-wrap {
    margin-bottom: 30px;
}

#sub-menu {
    margin-top: 12px;
}

    #sub-menu > ul {
        margin-left: 0px;
        margin-bottom: 18px;
        padding: 0;
        list-style-position: outside;
        line-height: 28px;
        margin: 0;
    }

        #sub-menu > ul li {
            list-style-type: none;
            padding: 0;
            position: relative;
            margin: 0;
            display: block;
            width: 100%;
        }

          

            #sub-menu > ul li a:hover, #sub-menu > ul li a:focus, #sub-menu nav > ul li a:hover, #sub-menu nav > ul li a:focus {
                background-color: #f9f9f9;
                color: #98012e;
                text-decoration: none;
            }

            #sub-menu > ul li:first-of-type a, #sub-menu nav > ul li:first-of-type a {
                padding: 15px 10px 18px 24px;
                font-size: 20px;
            }

        #sub-menu > ul > li:first-child > a, #sub-menu nav > ul > li:first-child > a {
            border-top: 2px solid #e0e0e0;
        }


        #sub-menu > ul li a, #sub-menu nav > ul li a {
            border-bottom: 2px solid #e0e0e0;
            display: block;
            width: 100%;
            position: relative;
            text-decoration: none;
        }

    #sub-menu a, #sub-menu a > * {
        transition: black 0.3s, #e0e0e0 0.3s;
    }

    #sub-menu > ul li a.is-active:before, #sub-menu > ul li a.is-active:hover:before, #sub-menu > ul li a.is-active:focus:before, #sub-menu nav > ul li a.is-active:before, #sub-menu nav > ul li a.is-active:hover:before, #sub-menu nav > ul li a.is-active:focus:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        width: 8px;
        background-color: #b1040e;
    }

    #sub-menu > ul li:not(.active).has-subnav:after, #sub-menu nav > ul li:not(.active).has-subnav:after {
        content: "";
        background-color: transparent;
        border-left: #B4C8E9;
        border-top: #B4C8E9;
        border-right: 1px solid #757575;
        border-bottom: 2.5px solid #757575;
        width: 9px;
        height: 9px;
        transform: rotate(-45deg);
        right: 32px;
        position: absolute;
        cursor: pointer;
        top: calc(50% - 6px);
    }

#sub-menu > ul li a, #sub-menu nav > ul li a {
    border-bottom: 2px solid #e0e0e0;
    display: block;
    width: 100%;
    font-size: 17px;
    color: #353535;
    padding: 15px 12px 18px 24px;
    position: relative;
    text-decoration: none;
    font-weight: 700;
}

@media screen and (min-width: 1500px) {
    #sub-menu > ul li a, #sub-menu nav > ul li a {
        padding: 15px 43px 18px 24px;
    }
}

a {
    background-color: transparent;
}


.navbar-brand img {
    height: 40px;
}

/* ********************** LIBRARY SECTION ***************** */
.library-home-inner {
    width: 100%;
    height: 50%;
    position: fixed;
    background-size: cover;
    background-position: 0 25%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    display: table;
    background-image: url('/images/library 1.JPG');
}


/* ********************** STAFF SECTION ***************** */
#staff {
    text-align: center;
    margin: auto;
    margin-top: 120px;
}

    #staff .section-title {
        text-align: center;
        color: #b1040e;
        margin-top: 20px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 700;
    }

    #staff .card p {
        text-align: center;
    }

    #staff .card a {
        font-size: 18px;
        color: #b1040e !important;
    }

.card h4 {
    text-align: center;
    cursor: pointer !important;
}

#staff .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    cursor: pointer !important;
}

#staff .media-icon {
    margin-top: 30px;
}


/* ********************** Student Affairs SECTION ***************** */
.student-affairs {
    padding-top: 20px;
    margin-top: 120px !important;
}
.alumni-background {
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.portfolio-item .item {
    float: left;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, .075);
    margin-bottom: 10px;
}

.news-page {
    margin-top: 120px !important;
}

.main-raised h1{
    font-size: 2.2rem;
}

.profile-page .page-header {
    height: 120px;
}

.header-filter {
    position: relative;
}

.page-header, .page-header .page-header-image {
    background-position: 50%;
    background-size: cover;
}

.page-header {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}


.main-raised {
    margin: auto;
    max-width: 1200px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.main {
    background: #fff;
    position: relative;
    z-index: 3;
}

.profile-page .profile {
    text-align: center;
}

    .profile-page .profile img {
        max-width: 160px;
        width: 100%;
        margin: 0 auto;
        transform: translate3d(0,-50%,0);
    }

.img-raised {
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.rounded-circle {
    border-radius: 50% !important;
}

.profile-page .profile {
    text-align: center;
}

    .profile-page .profile .name {
        margin-top: -80px;
    }

.profile-page .profile {
    text-align: center;
}

.title {
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
}

.btn.btn-just-icon {
    font-size: 24px;
    height: 41px;
    min-width: 41px;
    width: 41px;
    padding: 0;
    overflow: hidden;
    position: relative;
    line-height: 41px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-link {
    background-color: transparent;
    color: #d9534f;
    box-shadow: none;
}

.btn {
    border-color: #999;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: .2rem;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    margin: .3125rem 1px;
}

    .btn.btn-fab .fa, .btn.btn-fab .material-icons, .btn.btn-just-icon .fa, .btn.btn-just-icon .material-icons {
        margin-top: 0;
        position: absolute;
        width: 100%;
        transform: none;
        left: 0;
        top: 0;
        height: 100%;
        line-height: 41px;
        font-size: 20px;
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.profile-page .description {
    margin: 1.071rem auto 0;
    max-width: 600px;
}

.card-description, .description, .footer-big p {
    color: #999;
}

.profile-page .profile-tabs {
    margin-top: 4.284rem;
}

.profile-page .gallery {
    margin-top: 3.213rem;
    padding-bottom: 50px;
}

.tab-content > .active {
    display: block;
}


.profile-page .gallery img {
    width: 100%;
    margin-bottom: 2.142rem;
}


@media (max-width: 830px) {
    .main-raised {
        margin-left: 10px;
        margin-right: 10px;
    }
}


.bs-callout {
    border: solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-width: 1px 0px 1px 5px;
    margin-bottom: 5px;
    padding-bottom: 40px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 10px;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
        font-weight: 600;
    }

.bs-callout:last-child {
    margin-bottom: 40px;
}

.btn-about {
    color: white;
    background: #b1040e;
}

a.btn-about:hover {
    color: #fff;
    background-color: #820000;
    box-shadow: none;
    transition: all .25s ease-in-out;
}

.about-panel h2 {
    color: #1A1A1A;
}


.about-panel p {
    color: #1A1A1A;
}

.about-badge {
    display: block;
    width: 50%;
    margin: auto;
}

.white-back {
    background: white;
}

@media (max-width: 1020px) {
    .mobile-hide {
        display: none;
    }
}

.about-image {
    padding: 0;
}

.padding {
    padding: 30px;
}

.about-home-inner {
    width: 100%;
    height: 50%;
    position: fixed;
    background-size: cover;
    background-position: center 25%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    display: table;
    background-image: url('../images/A6-min.jpg');
}

.college-home-inner {
    width: 100%;
    height: 55%;
    position: fixed;
    background-size: cover;
    background-position: 0px 30%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    display: table;
    background-image: url('../images/A6-min.jpg');
}

.dropdown-menu {
    margin: .25rem 0 0;
}

.dropdown-item {
    padding: .25rem 1.3rem;
    color: black;
}

    .dropdown-item:hover {
        color: #b1040e;
        text-decoration: none;
        background-color: #f8f9fa;
    }

a.dropdown-item {
    transition: none;
}

h3.family-heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #2F1400;
    text-align: center;
    font-size: 45px;
    letter-spacing: .2rem;
    margin-bottom: 18px;
}

p.family-heading {
    color: #2F1400;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.6;
    font-size: 21.5px !important;
}

.family-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ee {
    height: 32vw;
}

.heading-family {
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 700;
}

.heading-family-background {
    background: lightgray;
    padding: 0;
}

.family-content {
    color: #2F1400;
    left: 15%;
    top: 15%;
    width: 70%;
    position: absolute;
}

.r {
    min-height: 25vw;
}

.family-heading-content {
    text-transform: uppercase;
    font-weight: 700;
    color: #2F1400;
    text-align: left;
    font-size: 44px;
    margin-bottom: 18px;
    margin-top: 45px;
}

.family-mission {
    color: #b1040e;
}


.conference-top {
    height: 100%;
    overflow: hidden;
}

.selfie {
    height: 230px;
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mb-30 {
    margin-bottom: 30px
}

.box1, .box4 {
    overflow: hidden
}

.box1 img, .box1:after, .box1:before {
    width: 100%;
    transition: all .3s ease 0s
}
    .box1:after, .box1:before, .box4:before {
        content: ""
    }

    .box1 .title, .box4 .title {
        letter-spacing: 1px
    }


.box1 .title {
    margin: 0;
    position: absolute
}

.box1 {
    position: relative;
    border: .1rem solid rgba(0, 0, 0, .075);
    box-shadow: 0 0 0.8rem rgb(0 0 0 / 8%);
    transition: transform .4s ease;
}

    .box1:after, .box1:before {
        height: 50%;
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transform-origin: 100% 0;
        transform: rotateZ(90deg)
    }

    .box1:after {
        top: auto;
        bottom: 0;
        transform-origin: 0 100%
    }

    .box1:hover:after, .box1:hover:before {
        transform: rotateZ(0)
    }

    .box1 img {
        height: auto;
        transform: scale(1) rotate(0)
    }

    .box1:hover img {
        filter: sepia(80%);
        transform: scale(1.3) rotate(10deg)
    }

    .box1 .title {
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        font-size: 33px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 0 0 1px #004cbf;
        z-index: 2;
        transform: scale(1);
        transition: all .3s ease .0s;
        padding-top: 20%;
        background: linear-gradient( 180deg,transparent,rgba(0,0,0,0.2)100%);
        text-shadow: rgb(0 0 0 / 60%) 0 0 10px;
    }
.box1:hover .title {
    transform: scale(1.1);
    transition: all .3s ease .0s;
}
.box1 a:hover {
    text-decoration: none;
}


























    .box4 {
        position: relative;
        border: .1rem solid rgba(0, 0, 0, .075);
        box-shadow: 0 0 0.8rem rgb(0 0 0 / 8%);
        transition: transform .4s ease;
    }
    .box4:before {
        width: 0;
        height: 200%;
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: -250px;
        bottom: 0;
        transform: skewX(-36deg);
        transition: all .5s ease 0s
    }

    .box4:hover:before {
        width: 200%
    }

    .box4 img {
        width: 100%;
        height: auto
    }

    .box4 .box-content {
        width: 100%;
        height: 100%;
        padding-top: 20%;
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(1);
        transition: all .3s ease 0s
    }

    .box4:hover .box-content {
        transform: scale(1.1);
        transition: all .3s ease 0s;
    }

    .box4 .title {
        width: 90%;
        background: linear-gradient( 180deg,transparent,rgba(0,0,0,0.2)100%);
        text-shadow: rgb(0 0 0 / 60%) 0 0 10px;
        font-size: 35px;
        font-weight: 700;
        color: #fff;
    }

    .box4:hover .title {
        font-size: 35px;
    }

    .box4 a:hover {
        text-decoration: none;
    }


@media only screen and (max-width:990px) {
    .box4 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .box4:before {
        left: -400px
    }

    .box4:hover:before {
        width: 300%
    }
}



/* Staff Members */
.height-40 {
    height: 40px;
}

.box-staff {
    box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
    background-color: #fff;
    transition: all .3s ease-in;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

    .box-staff:hover {
        box-shadow: 0 0 10px rgba(0,0,0,.2), 0 7px 10px rgba(0,0,0,.2);
    }

.top-staff {
    height: 260px;
    position: relative;
    background-image: url(http://sites.uhd.edu.iq/anwar-faraj/_/rsrc/1511080958753/home/UHD%20%283%29.JPG?height=320&width=310);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translate3d(0%,0%,0) scale(1);
    overflow: hidden;
    will-change: transform;
    transition: all .3s ease-in;
}

    .top-staff:hover {
        transition: all .3s ease-out;
        transform: translate3d(0%,0%,0) scale(1.025);
    }

.bottom-staff {
    padding: 16px 20px 20px 20px;
    text-align: left;
}

.post-meta-staff {
    margin-bottom: 10px;
}

.box-post-category-staff {
    color: #b1040e;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
}

.bottom-staff h6 {
    color: #000;
    margin-top: 0;
    margin-bottom: 3px;
    text-decoration: none;
    transition: color .25s ease-in;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
}

.staff-profile-btn {
    padding: 5px 92px;
    font-size: 26px;
    background-color: #b1040e;
    margin: 0;
}

.profile-text-staff {
    font-size: 21px;
    margin-top: 20px;
}

    .profile-text-staff p {
        margin: 0;
    }


.box-staff-activity {
    box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
    background-color: #fff;
    transition: all .3s ease-in;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

    .box-staff-activity:hover {
        box-shadow: 0 0 10px rgba(0,0,0,.2), 0 7px 10px rgba(0,0,0,.2);
    }

.top-staff-activity {
    height: 260px;
    position: relative;
    background-image: url(../images/library\ 2.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translate3d(0%,0%,0) scale(1);
    overflow: hidden;
    will-change: transform;
    transition: all .3s ease-in;
}

    .top-staff-activity:hover {
        transition: all .3s ease-out;
        transform: translate3d(0%,0%,0) scale(1.025);
    }

.bottom-staff-activity {
    padding: 16px 20px 20px 20px;
    text-align: left;
}

.post-meta-staff-activity {
    margin-bottom: 10px;
}

.box-post-category-staff-activity {
    color: #b1040e;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
}

.bottom-staff-activity h6 {
    color: #000;
    margin-top: 0;
    margin-bottom: 3px;
    text-decoration: none;
    transition: color .25s ease-in;
    cursor: pointer;
    font-weight: 700;
}

.staff-profile-btnf-activity {
    padding: 4px 40px;
    font-size: 26px;
    background-color: #b1040e;
    margin: 0;
}

.activity-staff-icon {
    background-color: #b1040e;
}



.single-blog-post {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #cec8c8;
    margin-bottom: 5px;
}

    .single-blog-post.post-style-2 {
        margin-bottom: 5px;
    }

    .single-blog-post .post-thumbnail {
        position: relative;
        z-index: 1;
    }

    .single-blog-post.post-style-2 .post-thumbnail {
        /* -webkit-box-flex: 0; */
        -ms-flex: 0 0 97px;
        flex: 0 0 97px;
        min-width: 97px;
        margin-left: 15px;
    }

    .single-blog-post .post-thumbnail img {
        width: 100%;/*
        height: auto;
        max-width: 100%;*/
    }

    .single-blog-post.post-style-2 .post-content {
        padding: 5px 5px 5px 5px;
        text-align:right;
    }
        .single-blog-post.post-style-2 .post-content .headline-post h5 {
            color: #b1040e;
            font-size: 14px;
            margin-bottom: 10px;
        }

    .single-blog-post .post-content .post-meta p {
        margin-bottom: 0;
        font-size: 12px;
        color: #8d8d8d;
    }

        .single-blog-post .post-content .post-meta p a {
            font-size: 12px;
            font-weight: 400;
            font-family: ubuntu,sans-serif;
            color: #8d8d8d;
        }

.news-title-image{
    height: 450px;
}
    .news-title-image .photo-top {
        background-position:center;
    }













@media (max-width: 575.98px) {
    /*============= NAVIGATION =============*/
    .small-device-background {
        background-color: #b1040e !important;
    }

    .small-device-background-collapse {
        background-color: grey !important;
    }

    .navbar-brand img {
        height: 32px;
    }

    .nav-link {
        display: block;
        padding: 0.2rem 1rem;
    }

    .fixed-top {
        position: relative;
    }

    .first-nav {
        background: #b1040e;
        font-size: 1.1rem;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 3px 3px rgb(0 0 0 / 15%);
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .second-nav {
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1.1rem;
        font-weight: 400;
        background: grey;
    }

        .second-nav::before {
            background: none;
        }

    .navbar-nav li {
        border-bottom: 1px solid #cec8c8;
    }

    .caption {
        position: absolute;
    }

        .caption h1 {
            font-size: 2rem;
        }

    .arrow {
        bottom: 46%;
    }

    .down-arrow .svg-inline--fa {
        font-size: 2.5rem;
    }

    .home-inner {
        position: absolute;
    }
    .dropdown-menu {
        font-size: 0.9rem;
    }
    .photo {
        height: 230px!important;
    }
    h3.family-heading {
        font-size: 23px;
    }

    .theme-style header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .top {
        height: 180px;
    }

    .media-caption {
        top: 23%;
    }

        .media-caption li {
            font-size: 1.8rem;
        }

    #studentlife .card h4 {
        font-size: 1.2rem;
    }

    #team .card h4 {
        font-size: 1.1rem;
    }

    .box-headline {
        /* font-family: 'Source Sans Pro'; */
        font-size: 16px;
    }

    .headline {
        font-size: 25px;
    }

    .theme-style header p {
        margin-bottom: 0px;
    }

    .theme-style header h2 {
        font-size: 48px;
    }

    .theme-style header p {
        font-size: 27px;
    }

    .student-life-card-image {
        height: 190px;
    }

    .panel-link a {
        padding: 9.5px 23.75px 11px;
        font-size: 19.75px;
        min-width: 340px;
    }

    #centers {
        margin-top: 0px;
    }

    .admission-theme-style h1 {
        font-size: 33px;
    }
    .page-title-band {
        padding-bottom:0!important;
    }
    .student-affairs {
        margin-top: 0!important;
    }
    .sub-menu-wrap {
       margin-bottom: 0px;
    }
    .pull-up {
        margin-top: -60px;
    }
    .text-explore {
        font-size: 2rem;
    }

    .text-college {
        font-size: 2.8rem;
    }
    #footer ul.quick-links li a {
        font-size: 0.75rem;
    }
    #footer h5 {
        font-size: 19px;
    }
    #news {
        margin-top: 0px !important;
    }
    .news_order {
        order: 1;
    }
    .main-raised h1 {
        font-size: 1.7rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /*============= NAVIGATION =============*/
    .small-device-background {
        background-color: #b1040e !important;
    }

    .small-device-background-collapse {
        background-color: grey !important;
    }

    .navbar-brand img {
        height: 32px;
    }

    .nav-link {
        display: block;
        padding: .3rem 1rem;
    }

    .fixed-top {
        position: relative;
    }

    .first-nav {
        background: #b1040e;
        font-size: 1.25rem;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 3px 3px rgb(0 0 0 / 15%);
        padding-top: 0;
        padding-bottom: 0;
    }

    .second-nav {
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1.25rem;
        font-weight: 400;
        background: grey;
    }

        .second-nav::before {
            background: none;
        }

    .navbar-nav li {
        border-bottom: 1px solid #cec8c8;
    }

    .caption {
        top: 30%;
        position: absolute;
    }

        .caption h1 {
            font-size: 3.2rem;
        }

    .arrow {
        bottom: 46%;
    }

    .down-arrow .svg-inline--fa {
        font-size: 2.5rem;
    }

    .home-inner {
        position: absolute;
    }
    .photo {
        height: 355px !important;
    }
    h3.family-heading {
        font-size: 35px;
    }
    .top {
        height: 180px;
    }

    .media-caption {
        top: 23%;
    }

        .media-caption li {
            font-size: 2.5rem;
        }

    #studentlife .card h4 {
        font-size: 1.2rem;
    }

    #team .card h4 {
        font-size: 1.1rem;
    }

    .box-headline {
        /* font-family: 'Source Sans Pro'; */
        font-size: 16px;
    }
    h3.heading {
        font-size: 2rem;
    }
    .headline {
        font-size: 25px;
    }

    .theme-style header p {
        margin-bottom: 0px;
    }

    .theme-style header h2 {
        font-size: 36px;
    }

    .theme-style header p {
        font-size: 24px;
    }

    .student-life-card-image {
        height: 190px;
    }

    .panel-link a {
        padding: 9.5px 23.75px 11px;
        font-size: 19.75px;
        min-width: 340px;
    }

    #centers {
        margin-top: 0px;
    }

    .admission-theme-style h1 {
        font-size: 33px;
    }

    .page-title-band {
        padding-bottom: 0 !important;
    }

    .student-affairs {
        margin-top: 0 !important;
    }

    .sub-menu-wrap {
        margin-bottom: 0px;
    }
    .pull-up {
        margin-top: -60px;
    }
    .text-explore {
        font-size: 2rem;
    }
    .text-college {
        font-size: 2.8rem;
    }
    #footer ul.quick-links li a {
        font-size: 0.8rem;
    }
    #news {
        margin-top: 0px !important;
    }
    .news_order {
        order: 1;
    }
    .main-raised h1 {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /*============= NAVIGATION =============*/
    .small-device-background {
        background-color: #b1040e!important;
    }
    .small-device-background-collapse {
        background-color: grey!important;
    }
    .navbar-brand img {
        height: 36px;
    }

    .nav-link {
        display: block;
        padding: .3rem 1rem;
    }

    .fixed-top {
        position: relative;
    }

    .first-nav {
        background: #b1040e;
        font-size: 1.4rem;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 3px 3px rgb(0 0 0 / 15%);
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .second-nav {
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1.4rem;
        font-weight: 400;
        background: grey;
    }

        .second-nav::before {
            background: none;
        }

    .navbar-nav li {
        border-bottom: 1px solid #cec8c8;
    }
    .caption {
        position: absolute;
    }
    .caption h1 {
        font-size: 3.2rem;
    }
    .down-arrow .svg-inline--fa {
        font-size: 2.5rem;
    }
    .home-inner {
        position: absolute;
    }
    .photo {
        height: 340px!important;
    }
    h3.family-heading {
        font-size: 39px;
    }

    .top {
        height: 180px;
    }
    .media-caption {
        top: 23%;
    }
    .media-caption li {
        font-size: 2.5rem;
    }

    #studentlife .card h4 {
        font-size: 1.2rem;
    }

    #team .card h4 {
        font-size: 1.1rem;
    }

    .box-headline {
        /* font-family: 'Source Sans Pro'; */
        font-size: 16px;
    }

    .headline {
        font-size: 25px;
    }
    .theme-style header p {
        margin-bottom: 0px;
    }
    .theme-style header h2 {
        font-size: 48px;
    }

    .theme-style header p {
        font-size: 27px;
    }
    .student-life-card-image {
        height: 190px;
    }
    .panel-link a {
        padding: 9.5px 23.75px 11px;
        font-size: 19.75px;
        min-width: 340px;
    }

    #centers {
         margin-top: 0px; 
    }


    .page-title-band {
        padding-bottom: 0 !important;
    }

    .student-affairs {
        margin-top: 0 !important;
    }

    .sub-menu-wrap {
        margin-bottom: 0px;
    }
    .pull-up {
        margin-top: -60px;
    }

    #news {
        margin-top: 0px!important;
    }
    .news_order{
        order:1;
    }
}

@media (min-width: 992px) and (max-width: 1059.98px) {
    /*============= NAVIGATION =============*/
    .navbar-brand img {
        height: 39px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
    }
    .second-nav {
        font-size: 1.42rem;
    }
    .caption h1 {
        font-size: 3.5rem;
        letter-spacing: .24rem;
    }
    .down-arrow .svg-inline--fa {
        font-size: 2.6rem;
    }
    h3.family-heading {
        font-size: 44px;
    }
    .top {
        height: 180px;
    }

    .media-caption li {
        font-size: 2.8rem;
    }

    #studentlife .card h4 {
        font-size: 1.2rem;
    }
    #team .card h4 {
        font-size: 1.2rem;
    }
    .box-headline {
        /* font-family: 'Source Sans Pro'; */
        font-size: 16px;
    }
    .headline {
        font-size: 25px;
    }
    .theme-style header h2 {
        font-size: 51px;
    }

    .theme-style header p {
        font-size: 28px;
    }
    .panel-link a {
        padding: 9.5px 23.75px 11px;
        font-size: 21.75px;
        min-width: 380px;
    }
}

@media (min-width: 1060px) and (max-width: 1199.98px) {
    .top {
        height: 190px;
    }
    .media-caption li {
        font-size: 2.9rem;
    }
    .caption h1 {
        font-size: 3.9rem;
    }
    #studentlife .card h4{
        font-size:1.2rem;
    }
    #team .card h4 {
        font-size: 1.2rem;
    }

    .theme-style header h2 {
        font-size: 51px;
    }

    .theme-style header p {
        font-size: 28px;
    }
    .panel-link a {
        padding: 9.5px 23.75px 11px;
        font-size: 22.75px;
        min-width: 410px;
    }

}



/*-- TURN OFF WAYPOINTS/ANIMATION ON MOBILE --**/
@media (max-width: 767px) {
.animated, .os-animation {
	-webkit-animation: none!important;
	-moz-animation: none!important;
	-o-animation: none!important;
	animation: none!important;
	opacity: 1!important;
	-webkit-animation-delay: none !important;
	-moz-animation-delay: none !important;
	animation-delay: none !important;
	}
}


/*============= WAYPOINTS (DON'T CHANGE CSS BELOW) =============*/
.os-animation {
    opacity: 0;
    margin: 0 !important;
    max-width: 100%;
}

    .os-animation.animated {
        opacity: 1;
    }


.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.external-link {
    cursor: pointer;
    color: blue
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: black;
    background-color: black;
}

.override_text, .override_text span, .override_text p {
    font-family: Source Sans Pro !important;
    color: black !important;
}