  @font-face {
    font-family: Montserrat-SemiBold;
    src: url("/_files/fonts/Montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: Montserrat-Bold;
    src: url("/_files/fonts/Montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: Montserrat-Light;
    src: url("/_files/fonts/Montserrat/Montserrat-Light.ttf");
}

@font-face {
    font-family: Georgia-Italic;
    src: url("/_files/fonts/Georgia/Georgia-Italic.ttf");
}

@font-face {
    font-family: Georgia-Bold-Italic;
    src: url("/_files/fonts/Georgia/Georgia-Bold-Italic.ttf");
}

@font-face {
    font-family: Georgia-Bold;
    src: url("/_files/fonts/Georgia/Georgia-Bold.ttf");
}

@font-face {
    font-family: Georgia-Regular;
    src: url("/_files/fonts/Georgia/Georgia-Regular-font.ttf");
}

@font-face {
    font-family: Myriad-Pro-Regular;
    src: url("/_files/fonts/MyriadPro/MYRIADPROREGULAR.ttf");
}

@font-face {
    font-family: Montserrat-ExtraBold;
    src: url("/_files/fonts/Montserrat/Montserrat-ExtraBold.ttf");
}

@font-face {
    font-family: Montserrat-Regular;
    src: url("/_files/fonts/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: Montserrat-Medium;
    src: url("/_files/fonts/Montserrat/Montserrat-Medium.ttf");
}

@media print {
    a[href]:after {
        display: none;
        visibility: hidden;
    }
}

/*** Default Styles ***/

body{
    font-family: Montserrat-Regular, Georgia;
}

h1 {
    font-family: Montserrat-Bold;
}

.montlight {
    font-family: Montserrat-Light;
    color:color: #333333;
}

.montebold {
    font-family: Montserrat-Bold;
}

.monteextrabold {
    font-family: Montserrat-ExtraBold;
}

.montesemibold {
    font-family: Montserrat-SemiBold;
}

.monteregular {
    font-family: Montserrat-Regular;
}

.georgiaregular {
    font-family: Georgia-Regular;
}

.georgia-bold-italic {
    font-family: Georgia-Bold-Italic;
}

.georgia-italic {
    font-family: Georgia-Italic;
    font-weight: bold;
}

.georgia-italic-normal {
    font-family: Georgia-Italic !important;
}

.montemedium {
    font-family: Montserrat-Medium !important;
}

.top-header {
    background-color: #ffc530;
}
.top-header.is-sticky {
    position: sticky;
    top: 0;
    z-index: 10000;
}

a {
    color: #006d44;
    font-weight: bolder;
}

a:focus,
a:hover {
    color: #006d44;
    text-decoration: underline;
}

.navbar-white {
    background-color: white;
    color: black;
}

.navbar {
    border: none;
    min-height: 40px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav>li>a {
    color: #000000;
    font-family: Montserrat-SemiBold;
    /* text-transform: uppercase; */
}

/* .nav>li>a:focus, .nav>li>a:hover {
    background-color: #ffc530;
} */

/*.nav>li>a:after {
    content: " ";
    display: block;
    width: .1em;
    height: 40%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    right: 0
}*/

#xv-navbar-second .nav>li>a:after {
    height: 0px;
}

.nav>li:last-child>a:after,
.nav>.rightnav>a:after {
    content: "";
    width: 0em;
}

#xv-top-menu {
    border: none;
    min-height: 40px;
    margin-bottom: 0;
}

#xv-top-menu .container-fluid {
    padding-right: 0;
}

#xv-top-menu .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

#xv-top-menu .nav>li>a {
    color: #000000;
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

#xv-top-menu .nav>li>a:focus,
.nav>li>a:hover {
    background-color: #ffc530;
}

#xv-top-menu .nav>li>a:after {
    content: "";
    display: block;
    width: .1em;
    height: 40%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
}

#xv-top-menu .nav>li:last-child>a:after,
#xv-top-menu .nav>.rightnav>a:after {
    content: "";
    width: 0em;
}

#xv-navbar-second {
    font-family: Montserrat-SemiBold;
    background-color: #000;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

#xv-navbar-third {
    font-family: Montserrat-SemiBold;
    background-color: white;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

#xv-navbar-collapse .dropdown-menu {
    background-color: #f2f2f3;
}

#xv-navbar-collapse .dropdown-menu>li>a {
    color: #939292;
}

.xv-visible-xs {
    display: none !important;
}

button[data-target="#xv-navbar-collapse"] {
    width: 50px;
    height: 50px;
}

#xv-navbar-second .navbar-toggle {
    border: 0;
    z-index: 3;
}

#xv-navbar-second .navbar-toggle:focus,
#xv-navbar-second .navbar-toggle:hover {
    background-color: transparent;
}

#xv-navbar-second .navbar-toggle .icon-bar {
    width: 30px;
    height: 5px;
    background-color: #fff;
}

#navbar-close img {
    width: 30px;
}

/** video css **/
#myVideo {
    position: absolute;
    right: 0;
    min-width: 100%;
    height: 480px;
}

.content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

.give {
    background-color: #F2F2F3 !important;
}

.give a:hover,
.give a:focus {
    background-color: #F2F2F3 !important;
}

.apply a {
    color: #ffffff !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.applybtn {
    display: block;
    height: 50px;
    width: 186px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Montserrat-SemiBold;
    color: black; /*chnaged color from white to black 01-17-24*/
    font-size: 14px;
    text-align: center;
}

.applybtn:after {
    position: absolute;
    content: '';
    display: inline-block;
    background: rgba(59, 173, 227, 1);
    background: linear-gradient(45deg, rgba(0, 168, 133, 1) 0%, rgba(0, 168, 133, 1) 25%, rgba(0, 204, 162, 1) 50%, rgba(0, 204, 162, 1) 100%);
    height: 50px;
    width: 372px;
    transform: translateX(-280px);
    transition: transform 400ms ease-in;
}

.applybtn:hover,
.applybtn:focus,
.xv-body-green-btn:hover,
.xv-body-green-btn:focus {
    text-decoration: none;
    color: #fff;
}

.applybtn:hover:after {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}

.applybtn span {
    position: relative;
    top: 12px;
    z-index: 1;
}

.xv-body-green-btn {
    display: block;
    height: auto;
    width: 186px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Montserrat-SemiBold;
    color: white;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.xv-body-green-btn span {
    position: relative;
    z-index: 1;
}

.xv-body-green-btn:after {
    position: absolute;
    top: 0;
    content: '';
    display: inline-block;
    background: rgba(59, 173, 227, 1);
    background: linear-gradient(45deg, rgba(0, 168, 133, 1) 0%, rgba(0, 168, 133, 1) 25%, rgba(0, 204, 162, 1) 50%, rgba(0, 204, 162, 1) 100%);
    height: 100%;
    width: 372px;
    transform: translateX(-280px);
    transition: transform 400ms ease-in;
}

.xv-body-green-btn:hover:after {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}

.list-applybtn {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.list-applybtn span {
    position: relative;
    z-index: 1;
    color:white;
}

.list-applybtn:after {
    position: absolute;
    content: '';
    top: 0;
    right: -280px;
    display: inline-block;
    background: rgba(59, 173, 227, 1);
    background: linear-gradient(45deg, rgba(0, 168, 133, 1) 0%, rgba(0, 168, 133, 1) 25%, rgba(0, 204, 162, 1) 50%, rgba(0, 204, 162, 1) 100%);
    height: 100%;
    width: 372px;
    transform: translateX(-280px);
    transition: transform 400ms ease-in;
}

.list-applybtn:hover:after {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}

.custom {
    display: flex;
    padding: 15px 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: row;
    background-color: #F2F2F3;
    margin-right: 0px;
    min-height: 125px;
    transition: all 0.4s linear;
}

.custom:hover {
    background-color: #E8E8E8;
}

.custom img {
    margin-right: 15px;
    margin-left: 10px;
    width: 60px;
    height: 60px;
}

.headline {
    margin-bottom: 2em;
    padding-bottom: 1em;
    position: relative;
}

.headline h1:after {
    content: "";
    background: #ffc530;
    height: .2em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
}

.headline h1 {
    font-family: Montserrat-Bold;
    margin: .2em auto;
    font-weight: 700;
}

.headline h1 span {
    text-transform: uppercase;
}

.news-events {
    margin: 3em auto;
}

.findProgram {
    margin-top: 3em;
}

.findProgram a:hover {
    text-decoration: none;
}

.xavierHeadline {
    overflow: hidden;
    border-bottom: solid 3px #000000;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.news-image {
    padding-top: 25px;
    width: 100%;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

    .news-image:hover {
        opacity: 0.5;
    }

.news-video {
    padding-top: 25px;
    width: 100%;
    height: 100%;
    object-fit: fill;
    outline: none;
}

.tile {
    width: 100%;
    position: relative;
}

.tile:hover p {
    opacity: 1;
    
}


.tile-title {
    font-family: 'Montserrat-SemiBold';
}

.tile-title h6 {
    /*color: #939292;*/
    color: #676767; /* updated to dark gray for dates- 01-17-24*/
}

.tile-title h4 {
    letter-spacing: 2px;
    font-size:16px !important;
}
.news-style {
    letter-spacing: 2px;
    font-size: 16px !important;
    font-family: 'Montserrat-SemiBold';
}

.event-list {
    list-style: none;
    margin-top: 15px;
    padding: 0;
}

.event-list li {
    display: table;
    width: 100%;
}

.time {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Georgia-Bold';
    text-align: center;
    position: relative;
    padding-right: 15px;
    width: 20%;
}

.time .month {
    font-size: 10pt;
}

.time .day {
    font-size: 20pt;
}

.daynumber {
    font-family: 'Montserrat-Medium';
    display: inline-block;
    /* padding-right: 15px; */
    width: 20%;
}

.daynumber .day {
    padding: 5px 10px;
    text-align: center;
    background-color: #ffc530;
    color: #ffffff;
}

.info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    font-family: 'Montserrat-SemiBold';
}

.dayinfo a {
    color: black;
}
.dayinfo h6>a:hover {
        color: #777777;
}

.dayinfo {
    color:black;
    display: inline-block;
    padding-left: 15px;
    font-family: 'Montserrat-SemiBold';
}

.dayinfo h6 {
    font-family: 'Georgia-Italic';
    font-weight: bold;
}

.dayinfo h5 {
    font-family: 'Montserrat-Bold';
    font-weight: bold;
}

.time:after {
    content: " ";
    display: block;
    width: .1em;
    height: 75%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #F2F2F3;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    right: 0;
}

.Upcoming-Events {
    background-color: #F2F2F3;
    padding: 40px 0px;
}
.by-the-numbers {
    background-color: #F2F2F3;
    padding: 40px 0px;
}

.Events {
    margin-top: 20px;
    margin-bottom: 20px;
}

.outerEvents {
    border-bottom: solid 3px #000;
}

.innerdayinfo {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .xavier-grid-right,
.xavier-grid-left {
    width: 100%;
} */

/* Carousel Css */

.carousel {
    margin: 0px 50px;
}

.carousel-inner .active.left {
    left: -25%;
}

.carousel-inner .next {
    left: 25%;
}

.carousel-inner .prev {
    left: -25%;
}

.carousel-control {
    width: 4%;
    opacity: 1;
}

.carousel-control i {
    color: #231F20;
    text-shadow: none;
}

.carousel-control.left {
    margin-left: -50px;
    background-image: none;
}

.carousel-control.right {
    margin-right: -50px;
    background-image: none;
}

/* For Desktop View */

@media only screen and (min-width: 768px) {
    /*make the menu sub-menu items drop down on mouse hover */
    #xv-navbar-collapse ul.nav li.dropdown:hover > ul.dropdown-menu,
    #submenu-navbar-two ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin: 0;
    }
    
    .daynumber .day {
        font-size: 20px;
    }
    #xv-navbar-collapse {
        padding: 0;
    }
    #xv-navbar-collapse .nav.navbar-nav {
        display: flex;
        width: 100%;
        flex-direction: row;
    }
    #xv-navbar-collapse .navbar-nav>li {
        text-align: center;
        flex-grow: 1;
        flex-basis: 0;
    }
    .xv-logo-wrap {
        max-height: 70px;
        padding-top: 20px;
    }
    .xv-logo-wrap img {
        width: 150px;
        position: relative;
        z-index: 999;
    }
    #xv-navbar-collapse .navbar-nav>li>a {
        color: #fff;
        font-size: 16pt;
        padding-top: 42px;
        padding-bottom: 42px;
        font-family: 'Georgia-Regular';
        padding-left: 0px;
        padding-right: 0px;
    }
    #xv-navbar-collapse .navbar-nav>.open>a,
    #xv-navbar-collapse .navbar-nav>.open>a:focus,
    #xv-navbar-collapse .navbar-nav>.open>a:hover {
        background: transparent;
    }
    .brand-centered {
        top: 20px;
    }
    #xv-navbar-collapse .navbar-nav>li>a>span.border-active {
        border-bottom: 2px solid #ffc530;
    }
    #xv-navbar-collapse .navbar-nav2>li>a>span.border-active {
        border-bottom: 2px solid black;
    }
    #xv-navbar-collapse .dropdown-menu {
        left: 50%;
        transform: translateX(-40px);
    }
    #xv-navbar-collapse .dropdown-menu>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #xv-navbar-collapse .dropdown-menu>li>a>span.border-active {
        border-bottom: 2px solid #939292;
    }
    #xv-navbar-collapse .nav.navbar-nav>li:last-child a {
        color: #ffc530;
    }
    #xv-navbar-collapse .nav.navbar-nav>li:last-child a:hover {
        color: #fff;
    }
    #xv-navbar-collapse .dropdown-menu.sub-menu{
        left: 120%;
        top: -20px;
    }
    .xv-left-arrow {
    position: relative;
}

.xv-left-arrow::before, .xv-left-arrow::after {
    content: '';
    position: absolute;
    top: -14px;
    left: -14px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.xv-left-arrow::before {
    border-right: 15px solid #ccc; /* Outline color */
    top: -14px; /* Adjust to match the dropdown's border width */
    left: -1px; /* Adjust to match the dropdown's border width */
    z-index: 1;
}

.xv-left-arrow::after {
    border-right: 15px solid #F2F2F3; /* Arrow color */
    z-index: 2;
}

    
    .xv-left-arrow {
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        top: 20px;
        left: -14px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #F2F2F3;
    }
    .xv-up-arrow {
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        top: -14px;
        left: 20px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #F2F2F3;
    }

    .width-52 {
        width: 52%;
    }
    .xavier-wrapper {
        padding: 100px 0px;
    }
    .xavier-align-video {
        display: flex;
        align-items: center;
    }
    .xavier-video {
        background-size: contain;
    }
    .video-content {
        display: flex;
        align-items: center;
    }
    .video-content p {
        padding: 0px 20%;
        font-size: 20px;
    }
    .backfourquad {
        background-image: url("/_files/images/xavier-by-the-numbers-desktop.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .programDetails p {
        font-size: 25px;
        letter-spacing: 2px;
        margin-left: 10px;
    }
    .admissions-pages-updates .programDetails p {
        font-size: 30px;
        margin-left: 15px;
    }
    .footer-nav {
        display: flex;
        justify-content: space-between;
        font-family: Montserrat-Medium;
    }
    .righthight span {
        border-bottom: solid 2px #ffc530;
    }
    .m-t-30 i {
        margin-right: 20px;
    }
    .footer-weather {
        display: flex;
        justify-content: center;
        font-family: Montserrat-Medium;
    }
    #xv-top-menu .textalign li:first-child a {
        padding-left: 25px;
    }
    .h-half .title {
        font-size: 6rem;
        margin-bottom: 0px;
    }
    .h-half .subtitle {
        font-size: 3.5rem;
    }
    #why-xavier-banner .h-half .subtitle {
        font-size: 2.5rem;
    }
    .button-yellow {
        letter-spacing: .1em;
    }
    .tabbable-panel {
        padding: 2% 10% 0% 10%;
    }
    #xv-top-menu .nav>li>a {
        letter-spacing: 2px;
    }
    a.xv-play-link {
        padding-left: 30px !important;
    }
    #homepage a.xv-play-link {
        color: #ffc530 !important;
    }
    #homepage a.xv-play-link:hover {
        color: #fff !important;
    }
    .quadDetails span {
        font-size: 28px;
    }
    /*#xv-navbar-collapse .navbar-nav>li.menu-first {
        text-align: left;
        padding-left: 25px;
    }*/
    .video-play-btn {
        position: absolute;
        left: -30px;
    }
    .navbar-header.sub-tmpl {
        width: 120px;
        padding-left: 15px;
    }
    .sub-tmpl#xv-navbar-collapse {
        position: absolute;
        width: calc(100% - 170px);
        left: 170px;
        top: 15px;
    }
    .sub-tmpl#xv-navbar-collapse .navbar-nav>li {
        flex-basis: auto;
    }
    /* make sidebar nav vertical */
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .sidebar-nav .navbar ul.navbar-nav {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li {
        float: none;
        display: block;
        user-select: none;
    }
    .xv-sidebar-flex .navbar li {
        display: flex;
        align-items: center;
    }
    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
        color: #000;
        font-family: 'Montserrat-Regular';
        cursor: pointer;
    }
    .p-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
    footer.sub-tmpl {
        padding-left: 30px !important;
    }
    #sub-banner .banner-title-wrap {
        background-image: none !important;
        position: relative;
        height: 100%;
        width: calc(100% - 300px);
        margin-left: 300px;
    }
    #sub-banner .banner-title {
        position: absolute;
        bottom: 0;
    }
    #sub-banner .banner-menu-wrap {
        position: absolute;
        width: 300px;
        max-width: 300px;
        bottom: 0;
    }
    #submenu-two .navbar-nav {
        display: flex;
        width: 100%;
        flex-direction: row;
    }
    #submenu-two .navbar-nav>li {
        flex-grow: 1;
    }
    /** sidebar navigation **/
    #sidebar {
        width: 350px;
        position: fixed;
        top: 0;
        right: -450px;
        height: 100vh;
        z-index: 9999;
        background: #fff;
        color: #000;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
    #sidebar.active {
        right: 0;
    }
    /*#dismiss {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #7386D5;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    #dismiss:hover {
        background: #fff;
        color: #7386D5;
    }*/
    .overlay {
        position: fixed;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9998;
        display: none;
    }
    .xv-quick-links-list>li:nth-child(even) {
        padding-left: 0px;
    }
    .xv-quick-links-list>li:nth-child(odd) {
        padding-right: 0px;
    }
    
    #xv-navbar-second.sub-template-header {
        background-color: #fff;
    }
    #xv-navbar-second.sub-template-header a.xv-play-link:hover {
        color: #000 !important;
    }
    .xv-alumni-wrapper .xv-news-item {
        margin-bottom: 20px;
    }
    .xv-alumni-socials-list>li {
        float: left;
        position: relative;
        display: block;
        margin-right: 3em;
    }
    .xv-connect-item.image-holder {
        height: 35vh;
    }
    .xavier-video {
        background-image: url("/_files/images/about-video-desktop-copy.jpg");
        background-repeat: no-repeat;
    }
    .onlineAppTextHeading {
        padding: 20px 100pt;
    }
    .common-text-container-header h1 {
        margin: .2em auto;
        font-weight: 700;
        text-align: center;
        font-size: 50px;
        color: #000000;
    }
    .xv-section-title {
        font-size: 50px;
    }
    /*.admissions-requirements-wrapper {
        padding-left: 22em;
        padding-right: 10em;
        padding-bottom: 4em;
    }*/
    .admissions-requirements-wrapper .admissions-req-item-title:after {
        width: 60%;
    }
    .info-portal {
        width: 55%;
    }
    .right-image .overlay-image {
        top: 50px;
        right: 0px;
    }
    .cust-overlay-image {
        top: 0px !important;
        right: 0px;
    }
    .sideMargin {
        margin: 0 15px;
    }
    .custCostImageHolder {
        height: 65vh !important;
        background-position: inherit !important;
        width: 90% !important;
    }
    .costimageTextMargin {
        bottom: 40% !important;
        width: 90% !important;
        padding: 0 20%;
    }
    .costimageTextMargin>p>a {
        text-transform: none !important;
    }
    .custImageComtent {
        margin-left: 150px !important;
    }
    .marginTop {
        margin-top: 77px;
    }
    .cost-aid-right-bottom {
        width: 90%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .custColumn {
        width: 45% !important;
        margin-left: 20px;
    }
    .margintb {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .why-give-image.custImageSize img {
        margin-bottom: 50px;
    }
    .events-section {
        width: 100%;
        position: relative;
        height: auto;
        padding-top: 35px;
        padding-left: 30px;
        padding-bottom: 70px;
    }
    .cust-key-date-number {
        padding: 0.6em 0 !important;
        font-size: 35px !important;
        width: 15%;
        text-align: center;
    }
    .single-event img {
        width: 50%;
        /*height: 400px;*/
    }
    .width-50 {
        width: 50%
    }
    .nm-pl-20 {
        padding-left: 20%;
    }
    .nm-pr-20 {
        padding-right: 20%;
    }
    .nm-pl-10 {
        padding-left: 10%;
    }
    .nm-pr-10 {
        padding-right: 10%;
    }
    .nm-pl-15 {
        padding-left: 15%;
    }
    .nm-pr-15 {
        padding-right: 15%;
    }
    .nm-pt-20 {
        padding-top: 20%;
    }
    .nm-pb-20 {
        padding-bottom: 20%;
    }
    .nm-pl-5 {
        padding-left: 5%;
    }
    .nm-pr-5 {
        padding-right: 5%;
    }
    .nm-ml-20 {
        margin-left: 20%
    }
    .nm-mr-20 {
        margin-right: 20%
    }
    .xv-why-xavier-logo {
        max-width: 25%;
    }
    .xv-why-xavier-desc {
        float: left;
    }
    .xv-why-xavier-logo {
        float: right;
    }
    .wrap-sm {
        clear: both;
    }
    .wrap-md {
        clear: none;
    }
    .wrap-lg {
        clear: none;
    }
    /* 31/5  */
    .custlinkswrapper {
        width: 60%;
        margin-left: 0px;
    }
    .custgiveimg img {
        width: 115px !important;
        float: left;
    }
    .custgivecomtent {
        margin-left: 145px !important;
    }
    .custgivetabitem {
        padding: 30px;
    }
    .single-article {
        width: 100%;
        height: auto;
        position: relative;
        padding: 2% 15% 0 0;
    }
    .paracustfont {
        font-size: 30px !important;
    }
    .color-white1 {
        color: #FFF;
        padding-top: 60px;
    }
    .custsubtempl {
        width: auto !important;
    }
    .about-presidenth1 {
        text-align: left !important;
    }
    .nm-height-50 {
        min-height: 50vh;
    }
    .custcolumn1 {
        width: 48% !important;
    }
    .custcolumn2 {
        width: 48% !important;
        float: right !important;
    }
    .custTextHeading {
        padding: 20px 55pt;
        text-align: center;
    }
    .cust-common-text-wrapper {
        padding: 0% 25% 0% 25% !important;
    }
    .visit-us-heading {
        padding: 40px 30pt 60px 30pt;
        text-align: center;
    }
    .visit-us-headingb {
        left: 40%;
    }
    .card {
        flex: 0 0 235px;
        margin: 10px;
    }
    .office-port img {
        margin: 0 20px 20px 0;
        height: 190px;
    }
    .cust-student-portal {
        padding: 53px 25px 59px 25px !important;
        float: left !important;
        width: 50% !important;
    }
    .cust-student-portal2 {
        margin-left: 50% !important;
        padding: 28px 25px 2px 25px !important
    }
    .bgtrans {
        background-color: white !important;
        color: #333 !important;
    }
    .overlay-image.cust-overlay-image img {
        width: 100% !important;
    }
    .common-text-container-wrap.custimageoverlaycontainer {
        overflow: hidden;
    }
    .common-text-container-wrap.custimageoverlaycontainer.mbtab {
        margin-bottom: 3em;
    }
    .margin-container {
        margin: 0 10%;
        clear: both;
        float: left;
        width: 80%;
    }
    a.xv-inline-block.about-president-title {
        padding: 10px 15px 10px 0px;
    }
    .finacial-aid-section > a.button-yellow {
        width: 50%;
    }
    .overlaycustwidthStudent {
        height: 298px;
    }
    .overlaycustwidth {
        height: 263px;
    }
    .sub-template-header #xv-navbar-collapse .navbar-nav2 > li > a {
        color: #000;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    a.xv-play-link {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

}

/* For Mobile view */

@media only screen and (max-width: 767px) {
    .navbar-brand > img {
        display: block;
        margin-left: -10px;
        position: relative;
        z-index: 999;
    }
    .daynumber .day {
        font-size: 15px;
    }
    .findProgram {
        margin-top: 0px;
    }
    /* Mobile Quadrants */
    /*.firstQuadrantWrapper,
    .secondQuadrantWrapper,
    .thirdQuadrantWrapper,
    .fourthQuadrantWrapper {
        margin: 0px -20px;
    }*/

    .firstQuadrantBackground {
        background-image: url("/_files/images/producing-african-american-doctors.jpg");
        background-size: cover;
        background-repeat: no-repeat;
       
    }
    .secondQuadrantBackground {
        background-image: url("/_files/images/student-faculty-ratio.jpg");
        background-size: cover;
    }
    .thirdQuadrantBackground {
        background-image: url("/_files/images/majors-arts-sciences.jpg");
        background-size: cover;
    }
    .fourthQuadrantBackground {
        background-image: url("/_files/images/xavier-by-the-numbers-mobile-2.jpg");
        background-size: cover;
    }

    /*.main-footer {
        text-align: center;
    }*/
    .brand-centered {
        top: 0;
        position: absolute;
        left: 50%;
        margin-left: -60px !important;
        display: block;
        opacity: 0;
        transition: opacity 0.5s ease-in;
    }
    .brandtext-centered {
        top: 50%;
        color: #fff;
        position: absolute;
        width: 100%;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'Myriad-Pro-Regular';
        opacity: 0;
        transition: opacity 0.5s ease-in;
    }
    .xavier-header-title {
        margin-top: 5px;
        letter-spacing: 5px;
        margin-bottom: 0px;
    }
    .xavier-header-subtitle {
        margin-bottom: 0px;
    }
    .xv-navbar-collapse-xs {
        background-color: #f2f2f3;
        color: #939292;
    }
    ul.xv-navbar-xs>li>a>span {
        vertical-align: 0.2em;
    }
    i.xv-visible-xs {
        display: inline-block !important;
        position: absolute;
        top: 20px;
        transform: translateY(-50%);
        right: 0;
        margin-right: 20px;
    }
    .xv-navbar-xs>.open>a,
    .xv-navbar-xs>.open>a:focus,
    .xv-navbar-xs>.open>a:hover {
        background-color: transparent !important;
    }
    .xv-navbar-xs .xv-separator {
        height: 2px;
        margin: 9px 15px;
        overflow: hidden;
        background-color: #939292;
    }
    .xv-up-arrow,
    .xv-up-arrow-mob {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 63px;
        right: 24px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #F2F2F3;
    }
    .button-yellow {
        width: 100%;
    }
    .xavier-video {
        background-size: cover;
        background-position: -100px -10px;
        box-shadow: inset 0 0 75px 15px #ffffff;
    }
    .xavier-align-video {
        position: relative;
        text-align: center;
        top: 45px;
    }
    .video-content {
        padding: 0px 10%;
    }
    .videoOuter {
        margin-bottom: 20%;
    }
    .play {
        margin: 10px 0px;
    }
    .video-content p {
        padding: 0px 20px;
    }
    .give-apply-wrapper {
        text-align: center;
        text-transform: uppercase;
    }
    .give-apply-wrapper .give a {
        color: #000;
    }
    .give-apply-wrapper .apply {
        margin-left: 20px;
        padding: 5px 10px;
        background-color: #00A885;
        /* border-radius: 5px; */
    }
    .apply a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .header-link {
        text-align: center;
        list-style: none;
        margin-top: 10px;
        padding: 0px;
        font-family: 'Montserrat-SemiBold';
        text-transform: uppercase;
        text-decoration: none;
    }
    .header-link li {
        margin: 10px 0px;
    }
    .header-link li a {
        color: #939292;
    }
    .padding-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tabbable-line>.tab-content {
        padding: 5% 5% 0% 5% !important;
    }
    .tabbable-line>.nav-tabs>li>a {
        font-size: 10px;
    }
    .no-padding {
        padding: 0px;
    }
    .custom {
        padding: 0px !important;
        margin-right: 0px !important;
    }
    .custom img {
        height: 50px !important;
        width: 50px !important;
        margin-left: 10px !important;
        margin-right: 0px !important;
    }
    .border-right-bottom {
        border-right: solid 1px #DADBDB;
        border-bottom: solid 1px #DADBDB;
    }
    .border-left-top {
        border-left: solid 1px #DADBDB;
        border-top: solid 1px #DADBDB;
    }
    .rightpanel .active {
        margin: 0px 100px;
    }
    .footer-nav {
        font-family: Montserrat-Medium;
        line-height: 2.5em;
    }
    .footer-seperator {
        border: solid 1px #5C5C5C;
    }
    .m-t-30 i {
        margin: 0px 10px;
    }
    .footer-weather {
        margin: 20px 0px;
    }
    .footer-weather div {
        display: inline-block;
        padding: 0px;
    }
    .btn-lrg-0 .custom::after {
        content: "";
        display: block;
        width: 3px;
        height: 80%;
        background: #DADBDB;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .stack-btn-style > a >.custom.third::after{
        content:none;
    }
    .stack-btn-style > a > .custom.third::before {
        content: none;
    }
    .stack-btn-style > a > .custom.fourth::before {
        content: none;
    }
    .stack-btn-style > a > .custom.fourth::after {
        content: none;
    }
    .btn-lrg-1 .custom::before {
        content: "";
    }
    .btn-lrg-2 .custom::after {
        content: "";
        display: block;
        width: 3px;
        height: 80%;
        background: #DADBDB;
        position: absolute;
        right: 0;
        top: 0;
    }
    .btn-lrg-2 .custom::before {
        content: "";
        display: block;
        width: 80%;
        height: 3px;
        background: #DADBDB;
        position: absolute;
        top: 0;
        right: 0;
    }
    .btn-lrg-3 .custom::before {
        content: "";
        display: block;
        width: 80%;
        height: 3px;
        background: #DADBDB;
        position: absolute;
        top: 0;
        left: 0;
    }
    .h-half .title {
        font-size: 3rem;
    }
    .h-half .subtitle {
        font-size: 2rem;
    }
    .button-yellow {
        letter-spacing: .1em;
    }
    .quicklinkHeadingsContent h1 {
        text-align: center !important;
    }
    .quadDetails span {
        font-size: 14px;
    }
    .programDetails p {
        font-size: 16px;
        letter-spacing: 2px;
        margin-left: 15px;
    }
    .xv-play-wrap {
        height: 30px !important;
        width: 30px !important;
    }
    .xv-play-wrap>i {
        font-size: 28px;
    }
    a.xv-play-link span {
        font-size: 10px !important;
    }
    .brandtext-centered-subtemplate {
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .container-left,
    .container-left .navbar-default {
        background-color: #F2F2F3;
    }
    .container-left .sidebar-nav .navbar-brand {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        font-size: 22px;
        height: auto;
        line-height: 1.2em;
    }
    .sidebar-navbar-collapse {
        background-color: transparent !important;
    }
    .sidebar-navbar-collapse .section-one li i.fa,
    .sidebar-navbar-collapse .section-one li i.fa,
    .sidebar-navbar-collapse .section-one li i.fab,
    .sidebar-navbar-collapse .section-one li i.fal,
    .sidebar-navbar-collapse .section-one li i.far,
    .sidebar-navbar-collapse .section-one li i.fas {
        float: right !important;
    }
    .sidebar-navbar-list {
        border-left: 0 !important;
    }
    .apply-aid-wrap {
        text-align: center;
    }
    .apply-aid-wrap .button-tabs {
        width: auto !important;
    }
    .sidebar-contact {
        border: 1px solid #f7f7f7;
        border: 1px solid #f2f2f3;
        background-color: #f2f2f3;
        margin-bottom: 30px;
    }
    .section-one .nav>li>a {
        font-family: 'Montserrat-Regular';
    }
    .sub-tmpl button[data-target='#xv-navbar-collapse'] {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .sub-tmpl .xv-up-arrow {
        top: 60px;
    }
    .container-right .container-right-content {
        min-height: 450px;
    }
    .container-left {
        padding-left: 0;
        padding-right: 0;
    }
    .sub-tmpl a.navbar-brand {
        padding-bottom: 10px !important;
    }
    .xv-nav-menu li i.fa,
    .xv-nav-menu li i.fab,
    .xv-nav-menu li i.fal,
    .xv-nav-menu li i.far,
    .xv-nav-menu li i.fas {
        float: right;
    }
    #sub-banner {
        padding-top: 0 !important;
    }
    #sub-banner .background-holder {
        display: none;
    }
    #sub-banner .sub-banner-half {
        height: auto;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #sub-banner .banner-title-wrap {
        background-position: center;
        background-size: cover;
        min-height: 50vh;
    }
    #sub-banner .banner-title-text {
        position: absolute;
        bottom: 0;
    }
    #sub-banner .banner-menu-wrap {
        border-top: 5px solid #FFB630;
    }
    #sidebar {
        width: 80vw;
        position: fixed;
        top: 0;
        left: -100vw;
        height: 100vh;
        z-index: 9999;
        background: #fff;
        color: #000;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
    #sidebar.active {
        left: 0;
    }
    .xv-quick-links-list>li {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    a.xv-play-link {
        color: #ffc530 !important;
        padding: 9px 10px;
        margin-top: 15px;
        margin-bottom: 11px;
    }
    .xv-alumni-news-content,
    .xv-alumni-title,
    .xv-alumni-socials-wrap {
        text-align: center;
    }
    .xv-alumni-wrapper .xv-alumni-title:after {
        width: 80% !important;
        left: 10%;
        right: 10%;
    }
    .xv-news-item-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .xv-news-item .xv-alumni-news-content {
        padding-top: 30px;
    }
    .xv-alumni-title,
    .xv-connect-wrapper .xv-news-item-wrap {
        margin-bottom: 30px;
    }
    .xv-alumni-socials-list>li {
        position: relative;
        margin-right: 0;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .xavier-video {
        background-image: url("/_files/images/about-video-mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banner-title .mob-header-opacity {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(0, 0, 0, 0.32);
        ;
    }
    .linkwrappertext {
        padding-left: 10%;
        padding-right: 10%;
    }
    .onlineAppTextHeading {
        padding: 20px 0pt;
    }
    .onlineAppBlock {
        padding: 1.3em !important;
    }
    .common-text-container-header h1 {
        margin: .2em auto;
        font-weight: 700;
        text-align: center;
        font-size: 34px;
        color: #000000;
    }
    h2.topMargin {
        font-size: 27px;
    }
    .headline2 h1 {
        text-align: center;
    }
    .headline2 h1:after {
        width: 60% !important;
        left: 20% !important;
    }
    .news-letter-wrap {
        margin-left: 10%;
        margin-right: 10%;
    }
    /*.parent-resource-tile {
        margin: 0 6%;
    }*/
    .accordion-wrapper {
        /*margin: 0 6%;*/
        margin: 0;
    }
    .news-letter-tile {
        margin-bottom: 10px;
    }
    .admissions-requirements-wrapper {
        text-align: center;
    }
    .admissions-requirements-wrapper .admissions-req-item-title:after {
        width: 100%;
    }
    .info-portal.faculty-portal {
        margin-left: 0% !important;
        padding: 10px 0 27px 0;
        text-align: center;
    }
    .paddingTop {
        padding-top: 20px;
    }
    .costimageTextMargin {
        bottom: 40% !important;
        width: 100% !important;
    }
    .custImageSize {
        width: 150px;
        display: inline-block;
    }
    .centerItem {
        text-align: center !important;
    }
    .cost-aid-right-bottom {
        width: 65%;
        margin: 0 auto;
    }
    .custColumn {
        margin-bottom: 40px;
    }
    .contact-address {
        padding-bottom: 30px;
    }
    .contact-time {
        padding-bottom: 30px;
    }
    .contact-phone {
        padding-bottom: 30px;
    }
    .contact-email {
        padding-bottom: 30px;
    }
    .events-section {
        width: 100%;
        position: relative;
        height: auto;
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 70px;
    }
    .custpagetitle {
        display: inline-block !important;
        font-size: 24px !important;
        padding-left: 10px;
    }
    .cust-key-date-number {
        padding: 0.6em 0 !important;
        font-size: 35px !important;
        width: 25%;
        text-align: center;
        margin-left: 0.2em !important;
        margin-right: 0.5em !important;
    }
    .single-event img {
        width: 100%;
        height: auto;
    }
    .sidebar-wrapper {
        width: 75% !important;
    }
    .xv-why-xavier-wrap {
        margin-left: 1em;
        margin-right: 1em;
    }
    .xv-why-xavier-logo {
        max-width: 50%;
        margin: 0 auto;
    }
    /* 31/5  */
    .custlinkswrapper {
        width: 100%;
        margin-left: 0px;
    }
    .cust-parents-center {
        text-align: center;
    }
    .custparentscol {
        padding-bottom: 20px;
    }
    .custgiveimg img {
        width: 85px !important;
        float: left;
    }
    .custgivecomtent {
        margin-left: 100px !important;
        padding-top: 0px !important;
    }
    .custgivetabitem {
        padding: 20px 0px 15px 0px;
    }
    .custgivecomtent>h3 {
        font-size: 20px;
    }
    .single-article {
        width: 100%;
        height: auto;
        position: relative;
        padding: 0;
    }
    .single-article-img img {
        height: auto;
        width: 100%;
    }
    .custaccordianwrapper {
        margin: 0px;
    }
    .custpagetitle {
        font-size: 30px !important;
    }
    .color-white2 {
        color: #FFF;
        padding-left: 21px;
        display: grid;
        padding-top: 15px;
    }
    .custsubtempl {
        width: 140px !important;
        float: left;
    }
    .nopad {
        padding-top: 0px !important;
    }
    .about-president-main img {
        float: none !important;
        text-align: center;
        display: inherit;
        margin: 0 auto 25px auto !important;
    }
    .about-president-nopad {
        padding: 0px !important;
    }
    .about-presidenth1 {
        text-align: center !important;
    }
    .about-president-child li {
        padding: 8px 8px 8px 0px !important;
        list-style: none !important;
    }
    .custcolumn1 {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .custcolumn2 {
        width: 100% !important;
    }
    .custTextHeading {
        padding: 20px 0pt;
        text-align: center;
    }
    .custaccwrapper {
        margin: 0px;
    }
    .custreswrapper {
        padding: 0 !important;
    }
    .residential-hall-item-img img {
        width: 100% !important;
    }
    .hallitem {
        padding-bottom: 35px;
    }
    .visit-us-heading {
        padding: 40px 10pt 60px 10pt;
        text-align: center;
    }
    .visit-us-headingb {
        left: 32%;
    }
    .custsidebarwrap {
        width: 100% !important;
    }
    .sectionulpad {
        padding: 0;
    }
    .custrightcontent {
        min-height: 315px !important;
    }
    .card {
        flex: 0 0 150px;
        margin: 10px;
    }
    .office-port {
        text-align: center;
    }
    .office-port img {
        margin: 0 20px 20px 0;
        height: 190px;
    }
    .summalign {
        text-align: center;
    }
    .custreswrapper2 {
        padding: 0 !important;
    }
    .president-main>img {
        width: 100% !important;
    }
    .president-main-section {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
    }
    .contactpadxs {
        margin-left: 15px;
        margin-right: 15px;
    }
    .president-main-section img {
        float: right;
        margin: 0 auto !important;
        /*width: 110px;*/
        order: 2;
    }
    #sidebarCollapseMob {
        position: relative;
        z-index: 5;
    }
    .tableresp {
        overflow-x: auto;
    }
    #xv-navbar-second .navbar-header {
        position: relative;
    }
    .tabbable-line>.nav-tabs>li.active>a,
    .tabbable-line>.nav-tabs>li>a {
        height: 100%;
        display: flex !important;
        align-items: flex-end;
    }
    .bgtrans {
        background-color: white !important;
        color: #333 !important;
    }
    .cust-xv-thumb-news-image-wrap {
        height: auto !important;
    }
    .cust-img-responsive {
        height: auto !important;
    }
    .custrightheight {
        min-height: auto !important;
    }
    .student-info-wrap .student-info-left {
        height: 50vh !important;
    }
    .margin-container {
        margin: 0 5%;
        clear: both;
        float: left;
        width: 90%;
    }
    .button-yellow{margin:0.5em auto!important;}
    .quicklinkHeadingsContent{padding:30px 0;}
    .xv-thumb-news-image-wrap .xv-thumb-news-image .img-responsive {
        max-height: 100px;
    }
    .sidebar-chevron-right{
        margin-top:13px;
    }
    .xv-sidebar-flex .navbar li .sidebar-chevron-right {
        margin-top: 0px;
    }
    .sidebar-content-wrapper {
        height: 560px;
        overflow-y: auto;
        min-height: auto!important;
    }
    .admissions-pages-updates .programDetails p {
        font-size: 20px;
        margin-left: 10px;
        max-width: 100px;
    }

    #header-video i.fas {
        visibility: hidden;
    }

    .carousel-control-left-arrow {
        margin-left: 0px !important;
    }

    .carousel-control-right-arrow {
        margin-right: 8px !important;
    }
    .date-margin {
        margin-top: 10px !important;
    }
    
    #xv-navbar-collapse .dropdown-menu.sub-menu{
        display: block;
    font-size: 0.6em;
    margin-left: 3em;
    }
}

/* For IPad View */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /*Xavier community stories start*/
    .story-wrapper {
        height: 250px !important;
        max-height: 250px !important;
    }
    .category-thumbnails-wrapper {
        height: 130px !important;
        max-height: 130px !important;
    }

    .carousel {
        margin: 0px 25px !important;
    }
    .xv-carousel-item .carousel-inner .item .story-title {
        margin-top: 0px !important;
        font-size: 14px !important;
    }
    .story-desc {
        letter-spacing: 0px !important;
        font-size: 14px !important;
        margin-top: 10px !important;
    }
    .story-readmore {
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
    .category-thumbnails .xv-thumbnail {
        height: 130px !important;
        min-height: 130px !important;
    }
    .xv-thumbnail-wrap {
        padding-top: 20px !important;
    }
        .xv-thumbnail-wrap .xv-thumbnail-title {
            font-size: 12px !important;
            letter-spacing: 1px !important;
        }


    /*Xavier community stories end*/
    .button-yellow {
        letter-spacing: 0em;
        width: 75%;
    }
    .programDetails p {
        font-size: 16px;
        letter-spacing: 2px;
        margin-top: 15px;
    }
    .findProgram-icon img {
        margin: 0 auto;
    }
    #xv-top-menu .nav>li>a {
        letter-spacing: 0px;
    }
    a.xv-play-link {
        padding-left: 0px !important;
    }
    .quicklinkHeadingsContent h1 {
        margin-left: -85px;
    }
    .video-play-btn {
        left: 50%;
        transform: translateX(-50%);
        top: -60px;
    }
    #xv-top-menu .nav>li>a {
        padding: 15px;
    }
    #xv-navbar-collapse .navbar-nav>li>a {
        font-size: 12pt;
    }
    #submenu-two .navbar-nav {
        display: block !important;
    }
    .xv-connect-item.image-holder {
        height: 20vh;
    }
    .custom {
        display: block;
        margin-right: 0;
    }
    .unlimited-learnings-caption {
        font-size: 6em;
    }
    .single-event img {
        width: 100%;
        height: auto;
    }
    .custlinkswrapper {
        width: 100%;
        margin-left: 0px;
    }
    .custTextHeading {
        padding: 20px 0pt;
    }
    .cust-common-text-wrapper {
        padding: 0% 15% 0% 15% !important;
    }
    .custsidebarwrap {
        width: 50% !important;
    }
    .card {
        flex: 0 0 180px;
        margin: 10px;
    }
    .office-port img {
        margin: 0 20px 20px 0;
        height: 140px;
    }
    .tableresp {
        overflow-x: auto;
    }
    .quicklinkHeadingsContent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .custimageoverlaycontainer {
        padding: 0% 10% 0% 10% !important;
    }
    .cust-student-portal {
        padding: 53px 25px 30px 25px !important;
        float: left !important;
        width: 50% !important;
    }
    .studentmargincontainer {
        margin: 0 !important;
        width: 100% !important;
    }
    .overlaycustwidth {
        height: 312px;
    }
    .custColumn {
        width: 44% !important;
    }
    .costaidbordertext {
        font-size: 16px;
    }
    .overlay-image.cust-overlay-image img {
        width: 100% !important;
    }
    .portalFooter p {
        margin-bottom: 6px;
    }
    .cust-student-portal2 {
        padding: 53px 25px 0px 25px !important;
    }
    a.xv-inline-block.about-president-title {
        padding: 10px 0px 10px 0px;
    }
    .finacial-aid-section > a.button-yellow {
        width: 75%;
    }
    .overlaycustwidthStudent {
        height: 269px;
    }
    #header-video .background-holder video {
        height: 100% !important;
    }

    .carousel-control-left-arrow {
        margin-left: 0px !important;
    }

    .carousel-control-right-arrow {
        margin-right: 8px !important;
    }
   
    .xv-carousel-title {
        width: 100% !important;
        margin-top: 5px !important;
    }
    .story-title {
        font-size: 16px !important;
        margin-top: 0px !important;
    }
    .story-desc {
        letter-spacing: 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1052px) {
    .applybtn {
        width: 100px;
    }
    .more-info-btn {
        width: 100px !important;
        padding: 12px 5px !important;
    }
    #xv-top-menu .nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }
    #xv-top-menu .textalign li:first-child a {
        padding-left: 10px;
    }
    #xv-navbar-collapse .navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14pt;
    }
    #header-video .background-holder video {
        height: 100% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #xv-top-menu .textalign {
        margin-left: 3%;
    }
    .button-yellow {
        letter-spacing: 0em;
        width: 70%;
    }
    .quicklinkHeadingsContent h2 {
        margin-right: 25% !important;
    }
    a.xv-play-link {
        padding-left: 0px !important;
    }
    .custom {
        display: block;
        margin-right: 0;
    }
    .findProgram-icon img {
        margin: 0 auto;
    }
    .quicklinkHeadingsContent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .overlaycustwidth {
        height: 289px;
    }
    .overlaycustwidthStudent {
        height: 298px;
    }
    a.xv-inline-block.about-president-title {
        padding: 10px 0px 10px 0px;
    }
    #header-video .background-holder video {
        height: 100% !important;
    }
}

/* For Ipad Pro CSS */
        @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
            .quicklinkHeadingsContent h2 {
                margin-right: 20% !important;
            }
            /* .Quadrant .headingContent p{
        padding: 0px 20px !important;
    } */
        }
        /* Portrait */
        @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
            .quicklinkHeadingsContent h2 {
                margin-right: 20% !important;
            }
            .Quadrant .headingContent p {
                padding: 0px 20px !important;
            }
            .button-yellow {
                letter-spacing: 0em;
                width: 85%;
            }
            .more-info-btn {
                width: 100px !important;
            }
        }
        /* Landscape */
        @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
            .quicklinkHeadingsContent h2 {
                margin-right: 30% !important;
            }
            /* .Quadrant .headingContent p {
        padding: 0px 20px !important;
    } */
        }

        @media only screen and (min-width: 769px) and (max-width: 1080px) {
            .xavier-wrapper {
                padding: 20px 0px !important;
            }
        }
        /* Footer CSS */
        .main-footer {
    /*background: #000;
    color: #fff;
    width: 100%;
    position: relative;
    padding: 3em 0 1em 0;
    overflow: hidden;*/
}

.xavier-grid-right {
    background: #000;
    color: #fff;
    width: 100%;
    position: relative;
    padding: 3em 0 1em 0;
    overflow: hidden;
}

.xv-footer-bar {
    background: #333;
    color: #fff;
    width: 100%;
    position: relative;
    padding: 1em 0 1em 0;
    overflow: hidden;
    font-size: 10px;
}
.xv-footer-bar p{
    font-size:10px;
    margin-bottom: 0;
}
.xv-footer-bar a{
    font-family: Montserrat-Bold;
    text-decoration: underline;
    color: #fff;
}
.xv-footer-bar ul{
    padding-left: 5px;
    margin-bottom: 0px;
}
.xv-footer-bar li{
    list-style: none;
    line-height: 15px;
    display: inline-block;
    border-right: 2px solid #fff;
    padding: 0px 5px;
}
.xv-footer-bar li:first-child {
    border-right: none;
}
.xv-footer-bar li:last-child {
    border-right: none;
}
.xv-footer-bar ul:last-of-type li:last-child {
    list-style:none;
}
.xv-footer-bar ul:last-of-type li:last-child:before {
    content:none;
}

.xv-footer-bar li:nth-child(2):before {
    content: "";
    border: 2px #fff solid !important;
    border-radius: 50px;
    margin-top: 5px;
    margin-left: -10px;
    position: absolute;
}
.main-footer .xavier-grid-right h5 {
    margin-top: 20px;
    font-family: 'Montserrat-ExtraBold';
}

.main-footer .xavier-grid-right ul {
    list-style-type: none;
    display: inline-block;
    padding: 0px;
}

.main-footer .xavier-grid-right ul>li {
    font-family: 'Montserrat-Light';
    margin: 10px 0px;
}

/*.main-footer .xavier-grid-right ul>li:before {
    content: "\003E";
    padding-right: 10px;
}*/

.address,
.phone {
    margin-bottom: 15px;
    margin-top: 15px;
    /*display: inline-block;*/
}

.address img {
    width: 16px;
}

.footnote p {
    font-size: 8px;
}

.phone img {
    width: 17px;
}

.address span,
.phone span {
    margin-left: 5px;
    font-family: 'Montserrat-Regular';
}

.m-t-30 {
    margin-top: 30px;
}

.padding-0 {
    padding: 0px;
}

.main-footer .xavier-grid-right ul > li a {
    /*margin-bottom: 20px;*/
    color: #ffffff;
    font-size: 16px;
}

.rightpanel {
    text-align: center;
}

.rightpanel a {
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    font-family: 'Montserrat-SemiBold';
    letter-spacing: 3px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.rightpanel ul {
    display: block;
    width: 100%;
}

.rightpanel .active {
    background-color: #00A77F;
}

.rightpanel ul li:before {
    display: none;
}

/* Heading CSS */

.quicklinkHeadings {
    background: url("/_files/images/admissions-home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.quicklinkHeadingsContent {
    text-align: center;
}

.quicklinkHeadingsContent h1 {
    color: #ffffff;
    font-family: 'Montserrat-Bold';
    text-align: left;
    font-size: 46px;
}

.button-yellow {
    text-align: left;
    border: none;
    font-weight: 700;
    padding: 1em 1em;
    background-color: #ffc530;
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin: 1em auto;
    text-transform: uppercase;
    font-family: 'Montserrat-ExtraBold';
    line-height: 2em;
    transition: 0.4s;
}

.button-yellow:focus,
.button-yellow:hover {
    color: #000;
    text-decoration: none;
}

.button-yellow i {
    float: right;
    /*font-weight: normal;*/
    color: #231F20;
}

.button-yellow:hover {
    color: #000;
    text-decoration: none;
    background-color: #FFD176;
}

/** button hover style **/

.button-tabs {
    text-align: center;
    border: 3px solid #FFC632;
    letter-spacing: .2em;
    padding: 1em 1em;
    background-color: #FFC632;
    color:black;
    text-decoration: none;
    display: inline-block;
    margin: 1em auto;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold' !important;
    border-radius: 0;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.button-tabs.hover-style {
    position: relative;
    z-index: 1;
}

.button-tabs.hover-style:hover {
    color: #fff;
    border-color: #FFC632;
}

.button-tabs.hover-style:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    border-radius: 50%;
    background: #DDA62C;
    z-index: -1;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: width 0.3s, height 0.2s ease-in-out, border-radius 0.1s linear 0.05s;
    -o-transition: width 0.3s, height 0.2s ease-in-out, border-radius 0.1s linear 0.05s;
    -webkit-transition: width 0.3s, height 0.2s ease-in-out, border-radius 0.1s linear;
    -webkit-transition-delay: 0s, 0s, 0.05s;
    transition-delay: 0s, 0s, 0.05s;
    transition: width 0.3s, height 0.2s ease-in-out, border-radius 0.1s linear 0.05s;
}

.button-tabs.hover-style:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    color: #fff;
}

/*.button-tabs:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #DDA62C;
}*/

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* ´ó²¤ÂÜ¸£Àûµ¼ Xavier Css */

.makecircle {
    padding: 10px 20px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 3px #ffc530;
}

.video-content p {
    font-family: 'Georgia-Italic';
    text-align: center;
}

/* Bootstrap Tabs */

.xaviertab {
    display: flex;
    justify-content: center;
}

.tab-content>.tab-pane p {
    font-family: 'Montserrat-Medium';
}

/* Default mode */

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    border-bottom: solid 4px #FFE19C;
}

.tabbable-line>.nav-tabs>li>a {
    display: inline-block;
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #FFC42D;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    text-align: center;
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    padding: 5% 15% 0% 15%;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    /* border-top: 4px solid #fbcdcf; */
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    /* border-top: 4px solid #f3565d; */
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.xaviertab>li {
    float: none;
    display: inline-block;
    /*display: inline;*/
    zoom: 1;
}

.xaviertab {
    text-align: center;
}

.xaviertab>li>a:after {
    height: 0px !important;
}

.btn-new {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 2px 2px 20px;
    background-color: #00A77F;
    color: #ffffff;
    width: 100%;
    border-radius: 5px;
    padding: 12px 20px;
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: url("/_files/images/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 95%;
}

.btn-new:hover,
.btn-new:focus {
    color: #ffffff;
}

.coming-soon {
    padding: 1% 0%;
    background-color: #ffc530;
}

/* four quadrant section */

.firstQuadrantWrapper {
    background-color: rgba(0, 132, 100, 0.7);
    color: white;
}

.secondQuadrantWrapper {
    background-color: rgba(35, 31, 32, 0.7);
    color: white;
}

.thirdQuadrantWrapper {
    background-color: rgba(188, 143, 30, 0.7);
    color: white;
}

.fourthQuadrantWrapper {
    background-color: rgba(124, 124, 124, 0.7);
    color: white;
}

.Quadrant {
    padding: 50px 0px;
    text-align: center;
}

.Quadrant .headingContent {
    margin-top: 50px;
}

.Quadrant .headingContent h1 {
    font-family: 'Georgia-Bold';
}

.Quadrant .headingContent p {
    font-family: 'Montserrat-Bold';
    padding: 0px;
    font-size: 1em;
}

.Quadrant .headingContent span {
    display: block;
}

.Quadrant .footerContent a,
.Quadrant .footerContent a:focus {
    color: white;
    font-family: 'Montserrat-SemiBold';
    /* text-decoration: none; */
}

.Quadrant .footerContent a:hover {
    color: white;
    font-family: 'Montserrat-SemiBold';
    border-bottom: solid 2px #ffffff;
    cursor: pointer;
}

.quadDetails p {
    text-align: center;
    font-family: 'Montserrat-Bold';
    margin-top: 20px;
}

.quadDetails span {
    border-bottom: solid 2px black;
    color: black;
}

.fourQuad {
    margin-bottom: 8rem;
}

/** background video css **/

#header-video {
    position: relative;
    padding-top: 14.5rem;
    padding-bottom: 1em;
}

#header-video i.fas{
    cursor: pointer;
}

.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.background-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    overflow: hidden;
}

.background-holder video {
        position: absolute;
        display: block;
        z-index: -1;
        top: 0;
        left: 0;
        object-fit: cover;
        height: 100%;
        min-width: 100%;
}
#header-video .background-holder video {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    height: auto;
}

.content-wrapper {
    position: relative;
    z-index: 1;
}

.py-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.h-half {
    min-height: 50vh;
    text-align: center;
    color: #ffffff;
    font-family: 'Montserrat-Bold';
}

.h-bottom {
    text-align: center;
    color: #ffffff;
    font-family: 'Montserrat-SemiBold';
}

.h-bottom h4 {
    letter-spacing: 3px;
}

.xv-play-wrap {
    height: 30px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.xv-play-wrap>i {
    line-height: 30px;
}

a.xv-play-link {
    font-size: x-small;
}

a.xv-play-link span {
    display: block;
    font-size: 12px;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
}

a.xv-play-link span.border-active {
    border-bottom: 0 !important;
}

.´ó²¤ÂÜ¸£Àûµ¼-Xavier {
    margin-top: 50px;
}

.headingIcon img {
    height: 70px;
    max-height: 70px;
}

.custom.first {
    color: #939292;
    /*** text-transform: uppercase; ***/
}

.custom.second {
    color: #FFBB12;
    /*** text-transform: uppercase; ***/
}

.custom.third {
    color: #00A885;
    /*** text-transform: uppercase; ***/
}

.custom.fourth {
    color: #FF901B;
    /*** text-transform: uppercase; ***/
}

.h-half .subtitle {
    font-family: 'Montserrat-Light';
}

.coming-soon .btn-default {
    color: #ffffff;
    background-color: #939292;
    border-color: #939292;
}

.video-play-btn,
.xv-video-play-btn {
    height: 80px;
    width: 80px;
    border: 8px solid #ffc530;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    opacity: 0.65;
    background-color: #fff;
    cursor: pointer;
}

.xv-video-play-btn {
    opacity: 0.65;
    transition: opacity;
}

.xv-video-play-btn:hover {
    opacity: 1;
}

.video-play-btn+p {
    margin-top: 30px;
}

.video-play-btn i.fa,
.video-play-btn i.fas,
.xv-video-play-btn i.fa,
.xv-video-play-btn i.fas {
    line-height: 65px;
    margin-left: 6px;
}

.sub-tmpl a.navbar-brand {
    height: auto;
}
.logo_size_ie{
    width:120px;
}
#xavier-breadcrumb,
.breadcrumb {
    background: #777;
    background: #b7b7b7;
}

.xavier-breadcrumb-wrapper .breadcrumb {
    line-height: 8px;
    font-size: 8pt;
    margin: 0;
    border-radius: 0;
    color: #ffc530;
}

.xavier-breadcrumb-wrapper .breadcrumb>.active {
    color: #000; /* CSS updated 01-17-24*/
}

.xavier-breadcrumb-wrapper .breadcrumb>li+li:before {
    content: "\203A";
}

.xavier-breadcrumb-wrapper .breadcrumb a {
   /* color: #868686; Previous color code*/
   color:#000;
}

.page-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Montserrat-Light';
}

.nav-para-head {
    margin: 0;
   /* background: #fff; */
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Montserrat-Bold';
    font-size: 24px;
}

.xv-sidebar-separator {
    height: 1px;
    margin: 0 15px;
    overflow: hidden;
    background-color: #939292;
}

.sidebar-navbar-collapse {
    background-color: #fff;
}

.sidebar-navbar-collapse .section-one li i.fa,
.sidebar-navbar-collapse .section-one li i.fab,
.sidebar-navbar-collapse .section-one li i.fal,
.sidebar-navbar-collapse .section-one li i.far,
.sidebar-navbar-collapse .section-one li i.fas {
    margin-right: 15px;
}

.sidebar-navbar-list {
    border-left: 7px solid #f2f2f3;
}

.sidebar-addr {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #f2f2f3;
    background-color: #f2f2f3;
}

.sidebar-addr li {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.sidebar-addr-wrap {
    position: relative;
    font-family: "Montserrat-Regular";
    display: flex;
    flex-direction: row;
    align-items: center;
}

/** align map icon **/
.sidebar-addr li:nth-child(2) .sidebar-addr-wrap .sidebar-addr-icon {
    align-self: flex-start;
}

/*.sidebar-addr-icon {
    display: inline-block;
    position: absolute;
    width: 30px;
    text-align: center;
}

.sidebar-addr-icon .fa-2x {
    font-size: 24px;
}*/

.sidebar-addr-text {
    display: inline-block;
    padding-right: 20px;
    padding-left: 10px;
    color: black;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.sidebar-addr-text a {
    display: block;
    padding: 0px !important;
    font-weight: bold;
    color: #000;
}

a:hover .sidebar-addr-text {
    text-decoration: underline;
}

.sidebar-navbar-collapse .button-tabs {
    border-radius: 0;
    width: 100%;
}

button[data-target='.sidebar-navbar-collapse'],
a[data-target='.sidebar-navbar-collapse'],
button[data-target='#submenu-navbar-two'],
a[data-target='#submenu-navbar-two'] {
    padding: 3px;
    border: 0;
    color: #000;
    text-decoration: none;
    margin-top: 13px;
    margin-bottom: 14px;
}

button[data-target='.sidebar-navbar-collapse'] .link-text,
button[data-target='.sidebar-navbar-collapse'] .link-text-close,
a[data-target='.sidebar-navbar-collapse'] .link-text,
a[data-target='.sidebar-navbar-collapse'] .link-text-close,
button[data-target='#submenu-navbar-two'] .link-text,
button[data-target='#submenu-navbar-two'] .link-text-close,
a[data-target='#submenu-navbar-two'] .link-text,
a[data-target='#submenu-navbar-two'] .link-text-close,
#dismiss .link-text-close {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
}

.container-left .navbar-default .navbar-toggle:focus,
.container-left .navbar-default .navbar-toggle:hover,
#submenu-two .navbar-default .navbar-toggle:focus,
#submenu-two .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.section-one .navbar-nav {
    background: #f2f2f3;
	display:grid;
}

#sub-banner {
    position: relative;
}

.sub-banner-half {
    height: 50vh;
}

.banner-menu-one .xv-nav-menu {
    padding: 0;
    margin: 0;
    background: #dadbdc;
    list-style: none;
}

.xv-nav-menu>li {
    position: relative;
    display: block;
}

.xv-nav-menu>li>a {
    position: relative;
    color: #000;
    display: block;
    padding: 10px 15px;
    font-family: 'Montserrat-Regular';
}

.xv-nav-menu li i.fa,
.xv-nav-menu li i.fab,
.xv-nav-menu li i.fal,
.xv-nav-menu li i.far,
.xv-nav-menu li i.fas {
    margin-right: 15px;
}

.xv-nav-menu>li>a:focus,
.xv-nav-menu>li>a:hover {
    text-decoration: none;
    color: #333;
    background-color: transparent;
}

.banner-menu-wrap {
    padding: 0;
}

#sub-banner {
    padding-top: 8rem;
    padding-bottom: 0;
}

.sub-banner-half {
    padding-bottom: 4rem !important;
}

.banner-title-text {
    font-family: 'Georgia-Bold-Italic';
    font-size: 46px;
    color: #fff;
}

#submenu-two .navbar-default {
    margin-bottom: 0;
    background-color: #f2f2f3;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.19)
}

#submenu-two .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    letter-spacing: 2px;
    font-family: 'Montserrat-Bold';
}

#submenu-two .navbar-nav>li {
    text-align: center;
    text-transform: uppercase;
}

#submenu-navbar-two {
    border-top: 0;
}

#sub-banner .nav-para-head {
    background-color: #FFB630;
}

.banner-menu-one .xv-nav-menu>li>a {
    padding: 15px 15px;
}

/** xavier community stories **/

@media only screen and (max-width: 767px) {
    .xv-carousel-wrapper {
        margin-top: 155px;
    }
    .story-wrapper {
        padding-top: 245px;        
        background: #000;
        height: 640px;
        max-height: 640px;
    }
    .category-thumbnails-wrapper {
        min-height: 125px;
        position: absolute;
        top: -125px;
        left: 0;
        width: 100%;
    }
    .xv-carousel-inner {
        position: relative;
    }
    .xv-slide-img-container {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }
    .student-stories-imgs {
        height: 200px;
    }
    .xv-slide-img-holder {
        height: 230px;
        background-size: cover;
        background-position: center;
    }
    .category-thumbnails-mob::after,
    .category-thumbnails-mob::before {
        display: table;
        content: " ";
    }
    .category-thumbnails-mob::after {
        clear: both;
    }
    .category-thumbnails-mob .xv-thumbnail-mob {
        min-height: 125px;
        color: #fff;
        width: 25%;
        float: left;
        background-color: #008464;
    }
    .category-thumbnails-mob .xv-thumbnail-mob-active {
        background-color: #00A885;
    }
    .xv-thumbnail-wrap .xv-thumbnail-title {
        font-size: 10px;
    }
    .xavier-community-stories-wrap {
        padding: 0;
    }
    .xavier-community-stories-wrap .headline {
        margin-left: 25px;
    }
    .xv-carousel-item:last-child {
        position: relative !important;
    }
    .xv-thumbnail-wrap {
        padding-top: 3rem;
    }
    #single-banner .sub-banner-half,
    .header-banner-half,
    .xv-page-banner .sub-banner-half {
        height: 25vh;
    }
    .header-banner-half {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}
/*Desktop*/
@media only screen and (min-width: 768px) {
    .xavier-community-stories {
        margin-bottom: 8rem;
        margin-top: 50px;
    }
    
    .story-wrapper {
        width: 45%;
        height: 350px;
        max-height: 350px;
        background: #000;
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .category-thumbnails-wrapper {
        width: 45%;
        height: 180px;
        max-height: 180px;
    }
    .xv-carousel-inner {
        position: relative;
    }
    .xv-slide-img-container {
        position: absolute;
        top: 0;
        left: 45%;
        width: 55%;
        height: 100%;
        overflow: hidden;
    }
    .xv-slide-img-holder {
        min-height: 100%;
        background-size: cover;
        background-position: center;
    }
    .student-stories-imgs {
        position: relative;
        height: 100%;
    }
    .category-thumbnails .xv-thumbnail {
        height: 180px;
        min-height: 180px;
        width: 33.33333333%;
        float: left;
    }
    .xv-orange-trans {
        background-color: rgba(255, 165, 0, 0.8);
    }
    .xv-green-trans {
        background-color: rgba(0, 132, 100, 0.8);
    }
    .xv-black-trans {
        background: rgba(0, 0, 0, 0.5);
    }
    .xv-gray-trans {
        background-color: rgba(124, 124, 124, 0.8);
    }
    .xv-yellow-trans {
        background-color: rgba(188, 143, 30, 0.8);
    }
    .xv-thumbnail-wrap.xv-orange-trans:hover {
        background-color: rgba(255, 165, 0, 0.9);
    }
    .xv-thumbnail-wrap.xv-green-trans:hover {
        background-color: rgba(0, 132, 100, 0.9);
    }
    .xv-thumbnail-wrap.xv-gray-trans:hover {
        background-color: rgba(124, 124, 124, 0.9);
    }
    .xv-thumbnail-wrap.xv-yellow-trans:hover {
        background-color: rgba(188, 143, 30, 0.9);
    }
    .xv-thumbnail-wrap {
        padding-top: 50px;
    }
    .category-thumbnails .xv-back {
        background-size: cover;
        background-repeat: no-repeat;
    }
    #single-banner .sub-banner-half,
    .xv-page-banner .sub-banner-half {
        height: 35vh;
    }
    .item-content-wrapper {
        position: relative;
    }
    .header-banner-half {
        min-height: 50vh;
    }
}

.xv-carousel-nav {
    color: #fff;
}

.xv-slide-left,
.xv-slide-right {
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

.xv-slide-left {
    margin-right: 10px;
}

.xv-slide-right {
    margin-left: 10px;
}

.xv-carousel-nav {
    display: flex;
    flex-direction: row;
}

.xv-carousel-title {
    font-family: 'Montserrat-SemiBold';
    width: 50%;
    margin-top: 25px;
}

.xv-arrow-wrap {
    display:none;
    margin-top: 5px;
    text-align: right;
    width: 50%;
}

.student-stories-imgs .xv-slide-img-holder {
    /*display: none;*/
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.student-stories-imgs .opaque,
.story-wrapper .opaque,
.opaque {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
}

.img-wrap,
.xv-carousel-item {
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.story-wrapper {
    position: relative;
}

.xv-carousel-item {
    position: absolute;
    width: 100%;
}

.student-stories-imgs .img-active {
    display: block;
}

.category-thumbnails::before,
.category-thumbnails::after {
    display: table;
    content: " ";
}

.category-thumbnails::after {
    clear: both;
}

.category-thumbnails .xv-thumbnail {
    cursor: pointer;
}

.xv-thumbnail-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

    .xv-thumbnail-wrap .xv-thumbnail-title {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Montserrat-ExtraBold';
        letter-spacing: 2px;
        margin-top: 15px;
    }

.story-title {
    font-family: 'Montserrat-Bold';
}

.story-desc {
    font-family: 'Montserrat-Light';
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: 15px;
}

.xv-carousel-item .carousel-inner .item {
    color: #fff;
}

.story-readmore {
    text-align: right;
    font-size: 18px !important;
    margin-bottom: 15px !important;
    margin-top: 20px;
}

.story-readmore a {
    font-family: 'Georgia-Bold-Italic';
    color: #fff;
    text-decoration: none;
}

.category-thumbnails,
.xv-thumbnail {
    position: relative;
}

.xv-thumbnail.active {
    position: absolute;
    display: none;
}

#single-banner,
.xv-page-banner {
    position: relative;
}

#header-slider,
#header-video-slider {
    margin: 0;
}

.header-slider-wrapper .container-fluid {
    padding: 0;
}

.hidden-container {
    visibility: hidden;
}

.container-empty {
    height: 500px;
}

/** start here sidebar **/

.sidebar-content-wrapper {
    padding: 15px;
}

.nav-close-wrapper {
    overflow: hidden;
}

#dismiss {
    float: right;
}

#xv-nav-left {
    float: left;
    display: none;
}

#dismiss,
#xv-nav-left {
    cursor: pointer;
}

#dismiss .link-text-close {
    vertical-align: middle;
}

/** custom radio buttons **/

/* The container */

.radio-container {
    display: block;
    font-family: "Montserrat-SemiBold";
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    /*background-color: #eee;*/
    border: 2px solid #777;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.radio-container:hover input~.checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */

.radio-container input:checked~.checkmark {
    background-color: transparent;
    border: 2px solid #00A885;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.radio-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00A885;
}

label.radio-container {
    font-weight: normal;
}

.xv-sidebar-top {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    /* to wrap this div when its child is absoulte */
}

.sidebar-content-wrapper hr {
    border-top: 1px solid #000;
}

ul.xv-sidebar-links {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

ul.xv-sidebar-links:after,
ul.xv-sidebar-links:before,
.xv-quick-links-list:after,
.xv-quick-links-list:before {
    display: table;
    content: " ";
}

ul.xv-sidebar-links:after,
.xv-quick-links-list:after {
    clear: both;
}

.xv-sidebar-links>li {
    float: left;
    position: relative;
    display: block;
    text-align: center;
}

.xv-sidebar-links>li.half-width {
    width: 50%;
}

.xv-sidebar-links>li.full-width {
    width: 100%;
}

.xv-sidebar-links>li>a {
    display: inline-block;
    color: #00A885;
    text-decoration: underline;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Montserrat-Regular';
}

.xv-sidebar-links>li>a:hover,
.xv-sidebar-links>li>a:focus {
    text-decoration: none;
}

.xv-list-item-wrapper {
    display: none;
    /*position: absolute;
    top: 0;
    width: 100%;*/
}

.xv-list-item-wrapper>.xv-list-item,
.xv-list-item-wrapper>.xv-list-item>.xv-sub-links {
    display: none;
}

.xv-list-item-wrapper>.xv-list-item>.xv-sub-links-active {
    display: block;
}

.nav-close-wrapper,
.xv-sidebar-quick-links,
.xv-sidebar-search {
    padding-left: 10px;
    padding-right: 10px;
}

.xv-links-title {
    font-family: Montserrat-Bold;
    width: 65%;
    margin: 20px auto 15px auto;
}

.xv-quick-links-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
}

.xv-quick-links-list>li {
    width: 65%;
    position: relative;
    display: block;
    margin: 0 auto 20px auto;
}

.xv-quick-links-list>li>a {
    display: block;
    color: #00A885;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
    background: #eee;
    font-family: 'Montserrat-Regular';
}

.xv-quick-links-list>li>a:hover,
.xv-quick-links-list>li>a:focus {
    text-decoration: none;
}

.xv-ql-item .fa,
.xv-ql-item .fas,
.xv-ql-item .far {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 5px;
}

.xv-sidebar-search .btn-default {
    color: #fff;
    background-color: #777;
}

.sidebar-content-wrapper {
    position: relative;
    min-height: calc(100% - 70px);
}

.top-menu-search.xv-sidebar-search {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 100%;
}

.sidebar-open {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

.sub-template-header #xv-navbar-collapse .navbar-nav2 > li > a {
    color: #000;
}

/*** Alumni css **/

.xv-alumni-wrapper .xv-alumni-title {
    position: relative;
    padding-bottom: 20px;
}

.xv-alumni-wrapper .xv-alumni-title:after {
    content: "";
    display: block;
    width: 65%;
    background-color: #FFC632;
    height: 3px;
    position: absolute;
    bottom: 0;
}

.xv-connect-wrapper .xv-connect-item-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.xv-alumni-socials-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
}

.xv-alumni-socials-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.xv-alumni-socials-list:after,
.xv-alumni-socials-list:before {
    display: table;
    content: " ";
}

.xv-alumni-socials-list:after {
    clear: both;
}

.xv-alumni-socials-list>li>a {
    display: block;
    color: #FFC632;
    text-decoration: none;
    cursor: pointer;
}

.xv-connect-item .xv-connect-item-title h2 {
    text-transform: uppercase;
}

#main-alumni .findProgram {
    margin-top: 0;
    margin-bottom: 3em;
}

#main-alumni .navbar-default {
    margin-bottom: 0;
}

.xv-alumni-news-wrap .xv-alumni-news-items {
    margin-bottom: 3em;
}

.xv-news-item-link {
    display: block;
    color: #333;
}

.xv-news-item-link:hover {
    background-color: #F2F2F3;
    color:#333;
}

.xv-sidebar-first-title {
    padding-left: 15px;
    padding-right: 15px;
}

.xv-alumni-news-content .xv-alumni-news-date {
    color: #777;
}

.xv-news-item-wrap .xv-news-image {
    position: relative;
}

.xv-news-item-wrap .xv-news-image:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #ffc530;
}

.readmissionpara {
    text-align: center;
    font-family: 'Montserrat-Regular';
}

.helpfullLinks h1 {
    font-family: 'Montserrat-Bold';
    margin-bottom: 40px;
}

.links-wrapper {
    font-family: 'Montserrat-SemiBold';
}

.linkwrappertext,
.linkwrappertext p {
    font-family: 'Georgia-Bold-Italic';
    padding-top: 10%;
    padding-bottom: 5%;
    text-align: center;
    display: inline-block;
}

.linkwrappertext hr {
    border-top-color: #FFB430;
    border-top-width: 2px;
}

.applyinner {
    text-align: center;
    margin-top: 50px;
}

.applyinner .applybtn {
    display: inline-block;
}

.readmission-text-wrapper {
    text-align: center;
}

.readmission-text-wrapper h1 {
    font-family: 'Montserrat-bold';
}

.transientnondegree .headerwrapper,
.admissionrequirement .headerwrapper {
    font-family: 'Montserrat-SemiBold';
}

.transientnondegree .parawrapper,
.admissionrequirement .parawrapper {
    font-family: 'Montserrat-Regular';
}

.admissionrequirement ul {
    list-style: none;
    padding: 0 1em;
    font-family: 'Montserrat-Regular';
}

.admissionrequirement li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.onlineApp {
    background-color: #FFF;
    width: 100%;
    height: auto;
    transition: background-color 0.4s linear;
}

.onlineApp:hover {
    background-color: #ffb630;
}

.onlineApp:hover .onlineAppBlock {
    color: #ffffff;
}

.onlineApp:hover .onlineAppTextHeadingB {
    background-color: #ffffff;
}

.onlineApp:hover .onlineAppBorder {
    border-color: #ffffff;
}

.onlineAppTextHeading h2 {
    margin: 0;
    text-align: center;
    font-family: Georgia-Regular;
    font-size: 32px;
    padding-bottom: 15px;
}

.onlineAppBorder {
    border: 2px solid #FFBA28;
    position: relative;
    height: 100%;
}

.onlineAppTextHeadingB {
    content: "";
    background: #FFBA28;
    height: 2px;
    position: relative;
    left: 34%;
    top: 94%;
    width: 100px;
}

.onlineAppTextPara {
    text-align: center;
    margin-bottom: 20px;
}

.display-inline {
    display: inline !important;
}

.button-center {
    margin: 0 auto;
    width: 100%
}

.btnCenter {
    display: inline-block;
}

.applyinner {
    text-align: center;
    margin-top: 50px;
}

.applyinner .applybtn {
    display: inline-block;
}

.topMargin {
    margin-top: 50px;
    font-weight: 700;
}

.admissions-requirements-wrapper .admissions-req-item-title {
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.admissions-requirements-wrapper .admissions-req-item-title:after {
    content: " ";
    display: block;
    height: 3px;
    background-color: #ffc530;
    position: absolute;
    bottom: 0;
}

.xv-freshmen-content-wrapper {
    padding-top: 6em;
    padding-right: 3em;
    padding-left: 3em;
    padding-bottom: 3em;
}

.xv-freshmen-image {
    min-height: 65vh;
}

.xv-freshmen-content p,
.xv-freshmen-content h4 {
    margin-top: 2em;
}

.xv-app-box-wrapper {
    padding: 3em;
    height: 50vh;
    background-color: #fff;
}

.xv-app-box-container .xv-app-box-wrapper.xv-box-first {
    margin-left: 15px;
}

.xv-app-box-container .xv-app-box-wrapper.xv-box-second {
    margin-right: 15px;
}

.xv-app-box-container {
    padding-top: 6em;
}

.xv-app-box-wrapper .xv-app-box {
    position: relative;
    height: 100%;
    border: 2px solid #00A885;
}

.xv-app-box-wrapper .xv-app-box-yellow {
    position: relative;
    height: 100%;
    border: 2px solid #FDC345;
}

.xv-app-box-wrapper .xv-app-box-content {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
}

.xv-app-box-content .xv-app-box-title:after {
    content: " ";
    display: block;
    position: absolute;
    width: 20%;
    height: 2px;
    background: #00A885;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.xv-app-box-content .xv-app-box-title-yellow:after {
    content: " ";
    display: block;
    position: absolute;
    width: 20%;
    height: 2px;
    background: #fdc345ff;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.xv-app-box-container .xv-app-btn {
    margin-top: 2em;
}

.xv-app-box-container .xv-app-btn .button-tabs {
    background-color: #00A885;
    border-radius: 0;
}

.xv-section-title {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    color: #000000;
    font-family: Montserrat-Bold;
}

.pl-2 {
    padding-left: 2em;
}

.pr-2 {
    padding-right: 2em;
}

.pl-4 {
    padding-left: 4em;
}

.pr-4 {
    padding-right: 4em;
}

.paddingHor {
    padding: 0 20px;
}

.imageTextMargin {
    bottom: 40% !important;
    width: 90% !important;
}

.custImageOpacity {
    opacity: 0.7 !important;
}

.custImageHolder {
    height: 35vh !important;
    background-position: inherit !important;
    width: 90% !important;
}

.custCostImageOpacity {
    opacity: 0.5 !important;
}

.custImageSize img {
    width: 130px !important;
}

.contact-address {
    text-align: center;
    width: 100%;
}

.contact-time {
    text-align: center;
    width: 100%;
}

.contact-phone {
    text-align: center;
    width: 100%;
}

.contact-email {
    text-align: center;
    width: 100%;
}

.custMap {
    font-size: 45px;
}

.contact-us-top {
    padding: 7% 0;
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}

.text-left {
    text-align: left !important;
}

.contact-address>p {
    margin-top: 20px;
}

.contact-time>p {
    margin-top: 20px;
}

.contact-phone>p {
    margin-top: 20px;
}

.contact-email>p {
    margin-top: 20px;
}

.marginV {
    margin: 30px 0;
    height: 47px;
}

.marginBottom {
    margin-bottom: 5%;
}

.custfa li i.fa {
    float: right;
}

.nomp {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.xv-key-datepr {
    padding-right: 10px;
}

.xv-key-date-fa {
    font-size: 17px;
    margin-right: 3px;
}

.margin-0 {
    margin: 0px;
}

.events-margintb {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}

.xv-key-dates-wrapper.events-margintb:hover {
    background-color: #F2F2F3 !important;
}

.events-section>a {
    text-decoration: none !important;
    color: #333 !important;
    display: block;
    padding-bottom: 40px;
}
.newsSections>a{
    text-decoration: none !important;
    color: #333 !important;
    display: flex;
}
.events-section>a:hover {
    background: #F2F2F3;
}
.newsSections>a:hover{
    background: #F2F2F3;
}
.child {
    background-color: #fff;
    padding: 0px;
}

.child li {
    padding: 8px 8px 8px 14px;
    border-bottom: 1px solid #B0A3A3;
}

.about-president-child {
    background-color: #EDEDED!important;
    padding: 0px 0 0 30px;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width:100%;
}

.about-president-title {
    background-color: transparent !important;
}

/*ul.nav li.dropdown:hover > ul.about-president-child.dropdown-menu {
    display: none;
}

ul.about-president-child.dropdown-menu {
    display: none;
}

.open > .dropdown-menu {
    display: block !important;
}*/

.about-president-child li {
    padding: 8px 8px 8px 14px;
}

.about-president-child > li > a {
    padding: 0;
    display: initial;
}

    .about-president-child > li > a:hover {
        text-decoration: underline;
        background-color: transparent;
    }

.sidebar-chevron-right {
    margin-left: 15px;
    transition:all .1s linear;
}
.about-president-parent.xv-sidebar-dropdwon-open .sidebar-chevron-right {
    transform: rotate(90deg);
}
.about-president-parent.xv-sidebar-dropdwon-open.open .sidebar-chevron-right {
    transform: rotate(0deg);
}

#nav2 .about-president-parent.xv-sidebar-dropdwon-open .sidebar-chevron-right {
    transform: rotate(0deg);
}

#nav2 .about-president-parent.xv-sidebar-dropdwon-open.open .sidebar-chevron-right {
    transform: rotate(90deg);
}
    .single-event {
        width: 100%;
        height: auto;
        position: relative;
    }

.custfontsize {
    font-size: 15px;
}

.paddingb {
    padding-bottom: 20px;
}

.color-black {
    color: #000;
}

.xv-text-white {
    color: #fff !important;
}

.pl-20 {
    padding-left: 20%;
}

.pr-20 {
    padding-right: 20%;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}
.mt-3 {
    margin-top: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

.pb-4 {
    padding-bottom: 4em;
}

.pt-4 {
    padding-top: 4em;
}

#sign-up-title {
    text-align: left;
}

.learning-tab-content .learning-tab-sub-title {
    letter-spacing: 2px;
    font-family: 'Montserrat-Bold';
}

.xv-section-subtilte {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    margin: 0;
    font-family: 'Georgia-Bold-Italic';
}

.xv-section-subtilte:after,
.xv-section-subtilte:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffc530;
}

.xv-section-subtilte:after {
    top: 0;
}

.xv-section-subtilte:before {
    bottom: 0;
}

.graduate-wrapper .button-tabs {
    width: 100%;
    border-radius: 0;
}

.gray-background {
    background-color: #F2F2F3;
}

.xv-bg-green {
    background-color: #00A885;
    color: #fff;
}

.green-background {
    background-color: #00A885;
    color: #fff;
}

.green-background i {
    color: #fff;
}

.green-background:hover,
.green-background:focus {
    color: #fff;
    text-decoration: none;
    background-color: #00CCA2;
}

.sign-up-form-wrapper .xv-form-ele, .xv-form-wrapper .xv-form-ele {
    border: none;
    border-radius: 0;
}

.graduate-wrapper,
.xv-key-dates-wrapper {
    margin-top: 1em;
    margin-bottom: 1em;
}

.xv-key-dates-wrapper .xv-key-date-item {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.xv-key-dates-wrapper .xv-key-date-number {
    font-size: 28px;
    color: #fff;
    background-color: #ffc530;
    padding: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.xv-key-date-title .xv-key-date {
    font-family: 'Georgia-Italic';
    font-weight: bold;
}

.xv-key-date-title .xv-date-title {
    font-family: 'Montserrat-ExtraBold';
}

hr.black {
    border-top-color: #000;
}

/*.admission-quiclklinks .button-yellow,
.admission-quiclklinks .button-yellow i {
    color: #fff;
}*/

.findSummerProgram table thead {
    background-color: #ffc530;
    font-size: 20px;
}

.findSummerProgram table thead tr th {
    padding: 20px 25px;
}

.findSummerProgram table tbody tr td {
    padding: 20px 25px;
}

.sidebar-wrapper {
    width: 30%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.programScholarsheep .insidepara {
    font-family: 'Montserrat-regular';
}

.programScholarsheep .applyinner .applybtn {
    display: block;
}

.programScholarsheep .applyinner {
    margin-bottom: 30px;
}

#why-xavier-banner {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}

.font-bold {
    font-weight: bold;
}

.xv-why-xavier-wrap {
    padding: 1.5em;
    background-color: #ffc530;
}

.xv-why-xavier-inner {
    padding: 2em;
    color: #000;
    border: 2px solid rgb(188, 143, 30);
}

.xv-why-xavier-inner p.subtitle {
    margin-bottom: 0;
    text-align: left;
}

.xv-why-xavier-desc-logo {
    overflow: hidden;
}

.xv-trans-green {
    background-color: rgba(0, 132, 100, 0.7);
}

.xv-trans-yellow {
    background-color: rgba(251, 193, 46, 0.75)
}

.xv-trans-white {
    background-color: rgba(255, 255, 255, 0.85);
    z-index: -1;
}

.xv-trans-black {
    background-color: rgba(0, 0, 0, 0.7);
}

.height-65 {
    min-height: 65vh;
}

.height-50 {
    min-height: 50vh;
}

.learning-details .xv-trans,
.xv-trans {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.xv-ambassadors-list {
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.xv-ambassadors-list .xv-ambassadors-item {
    display: block;
    list-style-type: none;
    padding-bottom: 20px;
    border-bottom: 2px dashed;
    margin-top: 20px;
    margin-bottom: 20px;
}

.xv-ambassadors-item-wrap {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    align-items: center;
}

.xv-ambassadors-list .xv-ambassadors-icon {
    margin-left: 1em;
    margin-right: 1em;
    width: 6em;
    text-align: center;
}

.xv-ambassadors-list .xv-ambassadors-number {
    font-size: 3em;
    padding-left: 10px;
    padding-right: 10px;
}

.xv-ambassadors-list .xv-ambassadors-text {
    font-size: 2em;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Georgia-Italic';
}

.xv-ambassadors-btn .button-yellow {
    color: #fff;
    width: 100%;
}

.xv-ambassadors-btn .button-yellow i {
    color: #fff;
}

.finacial-aid-section {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 44px;
}

.finacial-aid-section>.common-text-container-header>h1 {
    padding-bottom: 15px;
}

.custnewsnav .navbar-nav>li:hover {
    background-color: #EDEDED !important;
}

/*.why-give-tab-item.custgivetabitem:hover {
    background-color: #F2F2F3;
}*/

.custgiveimg {
    position: relative !important;
}

.custgivecomtent p {
    display: inline !important;
}

.custhr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #333;
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    height: auto;
    margin: 0 5px;
}

.single-article-img {
    text-align: center;
    padding: 30px 0;
}

.articlecustfont {
    font-size: 13px;
    margin: 0;
}

.xv-accordion-wrapper .tab:first-child {
    margin-top: 21px;
}

.xv-sc-tab-content ul,
.xv-sc-tab-content ol {
    padding-left: 60px;
}

.xv-sc-tab-content ul li,
.xv-sc-tab-content ol li {
    padding: 5px;
}

.xv-ul-square {
    list-style: square inside url("../images/postbullets.png");
}

.xv-article-image-wrapper {
    float: left;
}

.xv-article-image {
    max-width: 250px;
    width: auto;
    vertical-align: top;
    padding-right: 15px;
    padding-bottom: 5px;
}

a.xv-email-highlight {
    color: #00A885;
    cursor: pointer;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.custresourcefooter {
    padding-left: 20px;
}

/* .custhover{border-top: 10px solid #ffb630;
        float: left;
        width: 250px;
        position: absolute;
        left: 0;
        margin-top: 17%!important;
        display: none;
    } */

.onepagefactbg {
    background-color: #ffc530 !important;
}

.onepagelogo>img {
    width: 110px;
    padding-top: 10px;
}

.one-page-fact-item {
    padding: 30px 0;
    border-bottom: 1px solid #ffc530;
    margin-bottom: 20px;
}

.xv-one-page-fact-footer {
    background: #ffc530 !important;
    padding: 1.5em 0 0.5em 0;
}

.custh3color {
    color: #ffc530;
}

.columncustul {
    padding-left: 20px;
}

.columncustul li {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 28px;
}

.custsummary-wrapper {
    padding-right: 20px;
}

.colorwhite {
    color: #fff;
}

.about-president-child li a {
    color: #857c7c !important;
}

.about-president-main {
    width: 100%;
    height: auto;
}

.about-president-main img {
    float: right;
    margin: 0 20px 20px 0;
    /*height: 250px;*/
}

.about-presidenth1 {
    margin: 0px !important;
    padding-bottom: 20px;
}

.xv-article-video-wrapper {
    float: left;
    padding-right: 15px;
    padding-bottom: 5px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mr-0 {
    margin-right: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

a.black {
    color: rgba(0, 0, 0, 0.8);
}

a.black:hover {
    color: rgba(0, 0, 0, 1);
}

.xv-article-description .subdesc {
    padding-top: 1rem;
}

.text-bold-500 {
    font-weight: 500;
}

.text-bold-600 {
    font-weight: 600;
}

.text-bold-700 {
    font-weight: 700;
}

.text-bold-800 {
    font-weight: 800;
}

.text-bold-900 {
    font-weight: 900;
}

.text-bold {
    font-weight: 900;
}

.underline {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.border-bottom {
    border-bottom: 1px solid;
}

.border-top {
    border-top: 1px solid;
}

.border-left {
    border-left: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

.inline-mul-list {
    display: inline-block;
}

.inline-mul-list ul {
    list-style: none;
    padding-left: 0;
}

.inline-mul-list ul li {
    list-style: none;
    padding: 10px 0;
    text-align: left;
}

.box {
    display: table;
    border: 1.5px solid;
}

.box-body {
    display: table-row-group;
    box-sizing: border-box;
}

.box-col {
    display: table-cell;
    padding: 10px;
}

.box-col:nth-child(2n) {
    border-bottom: 1px solid;
    border-left: 1px solid;
}

.box-col:nth-child(2n+1) {
    border-bottom: 1px solid;
}

.box-row:last-child .box-col {
    border-bottom: 0;
}

.box-row {
    display: table-row;
}

@media (min-width: 992px) {
    .wrap-sm {
        clear: none;
    }
    .wrap-md {
        clear: both;
    }
    .wrap-lg {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .wrap-sm {
        clear: none;
    }
    .wrap-md {
        clear: both;
    }
    .wrap-lg {
        clear: both;
    }
}

.xv-article-description {
    margin-top: 20px;
}

.xv-article-description .xv-para-title {
    font-weight: bold;
    display: block;
}

.xv-article .xv-article-title {
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.xv-main-article-image {
    position: relative;
    min-height: 45vh;
}

.admissions-deposit .learning-tab-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.xv-admissions-box-wrap .xv-admissions-box-link {
    display: block;
    text-decoration: none;
    color: #000;
    transition: all 0.4s ease;
}

.xv-admissions-box-wrap .xv-admissions-box-link:hover {
    background-color: #00A77F;
    color: #fff;
}

.xv-admissions-box {
    padding: 2em;
}

.xv-admissions-checklist-wrap {
    margin-bottom: 10px;
    padding: 15px 20px;
    height: 100%;
    background-color: #F2F2F3;
}

.xv-admissions-checklist-title {
    display: flex;
    align-items: flex-end;
}

.residential-hall-item-img img {
    width: 100%;
}

.smallText {
    font-size: 13px;
}

.xv-admissions-checklist-title h1 {
    margin: 0;
    font-size: 64px;
    line-height: 0.8;
    color: #777;
    padding-right: 10px;
}

.xv-admissions-checklist-title h3 {
    margin: 0;
    color: #00A77F;
}

.xv-admissions-checklist-wrap .xv-admissions-checklist-text {
    margin-top: 30px;
}

.custresfont {
    font-size: 15px;
}

.custfabuilding {
    font-size: 40px;
    margin-bottom: 20px;
}

.xv-more-link {
    display: block;
    text-decoration: none;
    color: #000;
}

.xv-more-link:hover {
    color: #000;
    text-decoration: none;
}

ul.xv-links-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.xv-list-arrow {
    display: inline-block;
    margin-right: 10px;
}

ul.xv-links-list>li>a {
    color: #333;
    /* text-decoration: none; */
}

.xv-display-flex-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    z-index: 1;
    flex-direction: column;
}

.visit-uspb {
    padding-bottom: 15px;
}

.custquicklinksmar {
    margin: 0 20% !important;
}

.visitorinfo {
    padding: 20px 0px;
}

.accordion-wrapper input:checked~.tab-content {
    max-height: 100% !important;
}

.cust-tab-content>h5 {
    padding-left: 28px;
    font-family: Montserrat-Bold;
}

.cust-tab-content>a {
    padding-left: 28px;
}

.custsidebarwrap {
    margin-top: 0 !important;
}

.section-1 ul {
    list-style: none;
}

.section-1 ul li a {
    color: #00b791;
    text-decoration: none;
    font-size: 17px;
}

.section-1>ul>li>ul>li {
    list-style-type: disc;
    font-family: Montserrat-Light;
    padding: 5px 0;
    font-size: 16px;
}

i.chevroncomm {
    padding-right: 5px;
}

.section-1>ul>li>ul>li span {
    width: 40px;
    padding-right: 10px;
}

.xv-list-items>li {
    position: relative;
}

.xv-list-items>li>a,
.xv-list-items>li>span {
    color: #000;
    display: block;
    padding: 8px 5px;
}

.office-port {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}

.cards {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.card img {
    max-width: 100%;
}

.visionul {
    padding: 0 0 0 20px;
}

.visionul>li {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 28px;
}

.nopad {
    padding-top: 0px !important;
}

.president-main>img {
    width: 85%;
}

.president-main-section img {
    float: right;
    margin: 0 138px 20px 0;
    height: 90px;
}

.president-main-section {
    padding-top: 30px;
}

.xv-inline-block {
    display: inline-block !important;
}

.president-video {
    background-image: url("/_files/images/president.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

/* ------------Alumni /

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.dash-sm {
    margin: 0 8px;
    display: inline-block;
    padding: 1px 10px;
    background: #777;
    vertical-align: middle;
}

.xv-thumb-news {
    padding: 30px 0px 30px 0;
    border-bottom: 1px solid #777;
    margin: 0;
}

.xv-thumb-news-image-wrap {
    height: 100px;
}

.xv-thumb-news-image-wrap .xv-thumb-news-image {
    height: 100%;
}

.xv-thumb-news-image-wrap .xv-thumb-news-image .img-responsive {
    height: 100%;
}

.xv-alumni-news-content .xv-news-content-title.montebold h2 {
    margin-bottom: 0;
    margin-top: 5px;
}

.xv-alumni-connect-item {
    height: 100%;
    background: rgba(45, 45, 45, 0.8);
}

.xv-alumni-connect-item-wrapper {
    position: relative;
}

.xv-alumni-connect-item-wrapper .xv-alumni-connect-item-center {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
}

/* ------------Alumni End /

/* ------------Main Giving /

.mg-image-block-container {
    /* max-width: 70%;    */
    margin: 50px 0 30px 0;
}

.mg-image-block-link {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
}

@media (max-width: 768px) {
    .mg-image-block-container {
        max-width: 100%;
    }
    .xv-news-content-title-article {
        font-size: 22px !important;
    }
}

@media (min-width: 992px) {
    .mg-image-block-container {
        max-width: 70%;
    }
}

@media (min-width: 1200px) {
    .mg-image-block-container {
        max-width: 70%;
    }
}

/* ------------Main Giving End /

/* ---------- Home page QA  --------- */

/* ----------- Non-Retina Screens laptop----------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    #homepage #xv-navbar-collapse .navbar-nav>li>a {
        font-size: 13pt;
    }


    .story-desc {
        letter-spacing: 0;
    }
    .story-wrapper {
        height: 275px !important;
    }
    .xv-carousel-title {
        margin-top: 10px !important;
    }
    .xv-carousel-item .carousel-inner .item .story-title {
        margin-top: 0px !important;
        font-size: 1.3em !important;
    }
}

/* ----------- Retina Screens laptop----------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {

    .story-wrapper {
        height: 275px !important;
    }
    .xv-carousel-title {
        margin-top: 10px !important;
    }
    .xv-carousel-item .carousel-inner .item .story-title {
        margin-top: 0px !important;
    }
    .story-desc {
        letter-spacing: 0;
    }
  

    #homepage #xv-navbar-collapse .navbar-nav > li > a {
        font-size: 13pt;
    }
}

#xv-top-menu ul.textalign>li>a:hover {
    text-decoration: underline;
}

.xv-bold-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Georgia-Bold-Italic';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
}

.xv-bold-link:hover,
.xv-bold-link:focus {
    color: #333;
    text-decoration: underline;
}

.xv-thumbnail .xv-thumbnail-wrap:hover:after {
    content: "\25E2";
    width: 1em;
    height: 1em;
    position: absolute;
    right: 5px;
    font-size: 18px;
    bottom: 10px;
    color: #fff;
}

/* ------------------- */

.custhealthpad {
    padding: 40px 40px 0px 40px;
}

.footer-nav a {
    color: #fff;
}

.footer-nav a:hover {
    color: #fff;
    text-decoration: none;
}

.xv-image-white-trans {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.custfasign {
    font-size: 40px;
}

.custfawalking {
    font-size: 70px;
}

.custfootercontent a {
    color: #333 !important;
}

.custfamale {
    display: inline-block;
    border-radius: 60px;
    border: 3px solid #fff;
    padding: 4px 12px;
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
}

.custnewspaper {
    font-size: 37px;
    color: #fff;
    margin-right: 10px;
}

p,
.xv-impact-header2 p {
    font-family: 'Montserrat-Regular';
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
}

.accordionheaderspace {
    padding-bottom: 2em !important;
}

.commonheaderspacing {
    padding: 2.2em 0 1em 0 !important;
}

.commonapplybuttonspace {
    padding-bottom: 3em !important;
}

.commonsectionspace {
    padding-bottom: 4em !important;
}

.commonh1bottomspace {
    padding-bottom: 0.4em !important;
}

.transientnondegreespace {
    padding-top: 3.5em;
}

.custliststyle {
    list-style: disc;
}

.cust-tabbable-panel {
    padding: 2% 5% 0% 5% !important;
}

.tabbable-line>.custxaviertab>li {
    padding: 0 14px;
}

.cust-tab-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.tabbable-line>.custxaviertab> :first-child {
    padding: 0 30px 0 0;
}

.tabbable-line>.custxaviertab> :last-child {
    padding: 0 0px 0 30px;
}

.custtopmargin {
    margin-top: 90px !important;
}

video {
    width: 100%;
    height: auto;
}

.xv-center-block {
    margin: 0 auto;
}

.quadDetails span a:hover {
    color: #777;
    border-bottom: solid 2px #777;
}

.quadDetails span a {
    text-decoration: none;
    color: black;
}

.sidebar-addr>li:first-child {
    font-family: Montserrat-Medium;
}

.sidebar-addr .sidebar-addr-wrap a {
    font-family: 'Montserrat-Bold' !important;
}

#submenu-two .navbar-nav>li>a:hover {
    text-decoration: underline !important;
}

#submenu-two .navbar-nav>li>a {
    display: inline-block;
    font-size: 12px !important;
    line-height: 2.2em;
}

a.afterglow {
    display: block;
    color: #000;
}

.custImageComtent2 {
    padding: 0 20px;
    margin-bottom: 50px;
}

.xv-apply-page-logo img {
    max-height: 120px;
}

.xv-ht-100 {
    height: 100%;
}

.custImageComtent2 {
    padding: 0 20px;
    margin-bottom: 50px;
}

.custImageComtent2 p {
    text-align: left !important;
}

.costaidimagetext {
    color: #ffffff;
    display: block;
    font-size: 26px;
    font-family: Georgia-Italic;
}

.clgarticleimg {
    max-width: 100%;
}
.customprogram p{font-size:22px;margin-top:20px;}
/* ------------------- */

/* Styles by Jayashree */

#submenu-two .navbar-nav>li.selected {
    background: #009c80;
}

#submenu-two .navbar-nav>li.selected a {
    color: #ffffff;
}

.common-text-container {
    padding: 4em 0;
}

.common-text-container-wrap .common-text-container-header {
    padding-bottom: 1em;
    position: relative;
}

/*.common-text-container-wrap {
    padding: 0% 15% 0% 15%;
}*/

/** mobile devices **/

@media only screen and (max-width: 767px) {
    .student-impact-list-item .student-image,
    .student-content-wrapper,
    .ways-to-give-content-wrapper,
    .ways-to-give-image,
    .why-give-image-comtent p,
    .common-text-container-wrap .common-text-container-header h1,
    .headline-caps {
        text-align: center;
    }
    .student-name {
        font-size: 28px;
    }
    .student-content-wrapper,
    .ways-to-give-content-wrapper {
        margin-top: 30px;
    }
    .why-give-tab-item .why-give-image img {
        width: 100%;
    }
    .why-give-tab-item .why-give-image {
        position: relative;
    }
    .why-give-image-comtent {
        margin-left: 0px;
        padding-top: 20px;
    }
    .common-text-container-wrap .common-text-container-header h1 {
        font-size: 42px;
    }
    .headline-caps h1 {
        font-size: 28px;
    }
    .image-panel-wrapper ul li.list-item {
        width: 100%;
    }
    .image-panel-wrapper .image-panel-list-item {
        text-align: center;
        margin-bottom: 20px;
    }
    .student-info-banner .student-info-wrap .column,
    .giving-options-list-wrapper li.column1,
    .giving-options-list-wrapper li.column2,
    .giving-options-list-wrapper li.column3,
    .giving-options-list-wrapper li.column4,
    .giving-options .button-tabs {
        width: 100%;
    }
    .giving-options-list-wrapper li.list-item {
        text-align: center;
        margin-bottom: 15px !important;
    }
    .tabbable-panel .tab-content .button-tabs {
        width: 100%;
    }
    .unlimited-learnings-caption {
        font-size: 3em;
        line-height: 1.2em;
    }
    .column {
        float: left;
        width: 100%;
        position: relative;
    }
    .admission-quiclklinks {
        margin: 0;
    }
    .content-holder-text {
        height: auto !important;
    }
    .student-portal {
        width: 100%;
    }
    .overlay-image {
        width: 100%;
        padding: 0px;
        position: relative;
        /*important float: right;  bottom: 15vw; */
    }
    .right-portal .overlay-image {
        top: 0px;
        left: 0px;
    }
    .left-portal .overlay-image {
        top: 0px;
        right: 0px;
    }
    .unlimited-learnings-arrow img {
        height: 50px;
    }
    .unlimited-learnings-arrow {
        margin: 1em 0 0 2em;
    }
    .explore-wrapper p {
        padding-bottom: 2em;
        padding-top: 2em;
        text-align: center;
        font-family: 'Georgia-bold';
        font-size: 32px;
    }
    .explore-wrapper p:after {
        bottom: 2em;
    }

    .xv-carousel-title {
        width: 100%;
        margin-top: 0px; 
    }
    .community-stories-fluid{
        margin-left:0px !important;
       
    }
    .story-wrapper {
        height: 735px !important;
        max-height: 735px !important;
    }
    .xv-thumbnail-wrap .xv-thumbnail-title {
        color: #00c487;
    }
    .xavier-community-stories-wrap .headline {
        margin-top: 40px !important;
    }
    .white-svg-img{
        display:none;
    }
    .green-svg-img {
        display: block;
    }
    .xv-thumbnail-mob-active .white-svg-img {
        display: block;
        
    }

    .xv-thumbnail-mob-active .green-svg-img {
        display: none;
    }
    .xv-thumbnail-mob-active .xv-thumbnail-title {
        color:white;
    }
   
}

/** Non-mobile devices **/

@media only screen and (min-width: 768px) {
    .student-impact-list-item .student-image {
        position: absolute;
        left: 0px;
        right: 0px;
    }
    .student-impact-list-item .student-image img {
        width: 124px;
        height: 124px;
    }
    .student-content-wrapper {
        margin-left: 150px;
    }
    .student-name {
        font-size: 36px;
    }
    .ways-to-give-content-wrapper {
        margin-left: 80px;
    }
    .ways-to-give-item .ways-to-give-image {
        position: absolute;
        left: 0px;
        right: 0px;
    }
    .why-give-tab-item .why-give-image img {
        width: 150px;
        height: auto;
    }
    .why-give-tab-item .why-give-image {
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .why-give-image-comtent {
        margin-left: 170px;
    }
    .common-text-container-wrap {
        padding: 0% 15% 0% 15%;
    }
    .why-give-image-comtent p {
        text-align: left;
    }
    .common-text-container-wrap .common-text-container-header h1 {
        margin: .2em auto;
        font-weight: 700;
        text-align: center;
        font-size: 50px;
        color: #000000;
    }
    .why-give-image-comtent .button-tabs {
        margin-left: 20px;
    }
    .headline-caps h1 {
        font-size: 50px;
    }
    .image-panel-wrapper ul li.list-item {
        width: 29%;
        margin: 0 2%;
    }
    .student-info-banner .student-info-wrap .column {
        float: left;
        width: 50%;
        position: relative;
    }
    .giving-options-list-wrapper li.column1,
    .giving-options-list-wrapper li.column2,
    .giving-options-list-wrapper li.column3 {
        width: 20%;
        text-align: center;
    }
    .giving-options-list-wrapper li.column4 {
        width: 30%;
    }
    .giving-options .button-tabs {
        margin: 0 1%;
        padding: 1em 2%;
        width: 20%;
    }
    .unlimited-learnings-caption {
        font-size: 8em;
        line-height: 135px;
    }
    .column {
        float: left;
        width: 50%;
        position: relative;
    }
    /*.admission-and-aid .content-holder,*/
    .admission-and-aid .image-holder {
        height: 100%;
        min-height: 50vh;
    }
    .admission-quiclklinks {
        margin: 0 20%;
    }
    .admission-and-aid {
        background: #F2F2F3;
        padding: 4em 0;
    }
    .student-portal {
        width: 55%;
    }
    .overlay-image {
        width: 55%;
        padding: 0px;
        position: absolute;
        /*important float: right;  bottom: 15vw; */
    }
    .cust-overlay-image {
        width: 50% !important;
    }
    .right-portal .student-portal {
        margin-left: 45%;
    }
    .left-portal .overlay-image {
        top: 50px;
        right: 0px;
    }
    .right-portal .overlay-image {
        top: 50px;
        left: 0px;
    }
    .image-overlay-wrap {
        margin: 0 -5%;
        position: relative;
        margin-bottom: 90px;
    }
    .student-stories {
        background-color: #F2F2F3;
        margin-top: 4em;
    }
    .fiveQuad,
    .threeQuad {
        margin-top: 6rem;
        margin-bottom: 0;
    }
    .Quadrant .footerContent {
        margin-top: 30px;
    }
    .unlimited-learnings-arrow {
        margin: 3em 0 0 7em;
    }
    .unlimited-learnings-image {
        width: 75%;
    }
    .row.display-flex {
        display: flex;
        flex-wrap: wrap;
        display: -webkit-flex;
        /* Safari */
        -webkit-flex-wrap: wrap;
        /* Safari 6.1+ */
        /*justify-content:space-between;*/
    }
        .row.display-flex:after, .row.display-flex:before{
            content:none;
        }
        .row.display-flex > [class*='col-'] {
            display: flex;
            display: -webkit-flex;
            /* Safari */
            flex-direction: column;
            -webkit-flex-direction: column;
            margin-right:0;
        }
    .explore-wrapper p {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-family: 'Georgia-Regular';
        font-size: 32px;
        padding-bottom: 18px;
    }
    .explore-wrapper p:after {
        bottom: 0;
    }
    .helpfullLinks {
        margin-top: 50px;
    }
    .linkwrappertext {
        padding-left: 10%;
        padding-right: 10%;
    }
    .finacial-aid-section {
        /*padding-right: 10%;*/
        padding-right: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .common-text-container-wrap {
        padding: 0% 20% 0% 20%;
    }
}

.common-text-container-content p {
    font-size: 16px;
}

.common-text-container-content p span {
    display: block;
}

.ways-to-give-item-info ul li {
    font-size: 14px;
    font-weight: 700;
}

.way-to-partners,
.opportunities-to-give,
.stories-of-impact {
    background-color: #F2F2F3;
}

ul.common-content-list {
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.common-content-list li.list-item {
    display: block;
    list-style-type: none;
}

.way-to-partners-list-wrap li.list-item,
.opportunities-to-give-list-wrap li.list-item {
    background: #ffffff;
    margin-bottom: 15px;
    padding: 20px 25px;
}

.way-to-partners-list-wrap li.list-item,
.way-to-partners-list-wrap li.list-item a,
.opportunities-to-give-list-wrap li.list-item,
.opportunities-to-give-list-wrap li.list-item a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.impact-of-giving .common-text-container-content p,
.why-give .common-text-container-content p,
.opportunities-to-give .common-text-container-content p {
    text-align: center;
}

.impact-of-giving .common-text-container-header {
    margin-bottom: 0;
}

.impact-of-giving-list-wrap,
.opportunities-to-give-list-wrap {
    padding-top: 0em;
}

.impact-of-giving-list-wrap li {
    padding: 2em;
    font-size: 16px;
    display: block;
    list-style-type: none;
}

.impact-of-giving-list-wrap li:nth-child(even) {
    background: #f5f5f5;
}

.impact-of-giving-list-wrap li:nth-child(odd) {
    background: #ededed;
}

.impact-of-giving-list-wrap li p {
    margin: 0px;
}

.student-impact {
    padding-top: 0px !important;
}

.student-impact-list-item {
    position: relative;
    margin-bottom: 40px;
    min-height: 150px;
    padding-top: 10px;
}

.student-name {
    font-family: 'Georgia-bold-Italic';
}

.student-info,
student-info>div {
    color: #7f7f7f;
    font-weight: 600;
}

.tabbable-line>.tab-content.why-give-tab-content {
    padding-left: 0;
    padding-right: 0;
}

.why-give .tabbable-panel {
    padding-left: 0;
    padding-right: 0;
}

.why-give-tab-item {
    position: relative;
    min-height: 120px;
}

.why-give-image-comtent .button-tabs {
    padding: 1em 5em;
    background-color: #009c80;
    border-radius: 0;
    margin-top: 30px;
    -webkit-border-radius: 0;
}

.ways-to-give-item {
    position: relative;
    margin-bottom: 30px;
    min-height: 65px;
    padding-top: 10px;
}

.ways-to-give-item .ways-to-give-image img {
    width: 64px;
    height: auto;
}

.ways-to-give-item-header {
    font-size: 18px;
    font-family: 'Georgia-bold-Italic';
    border-bottom: 1px solid #ffb630;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.banner-content-wrap {
    background: #f2f2f3;
    margin: 0px 20px;
    text-align: center;
    padding: 2em;
}

.banner-content-header-text {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 1em;
}

.banner-content-info {
    font-size: 16px;
    font-weight: 700;
}

.main-give-tab-panel {
    padding: 3em 0;
}

.main-give-tab-panel .tabbable-line>.tab-content {
    padding-left: 0;
    padding-right: 0;
}

.tab-panel-header {
    font-size: 28px;
    font-family: 'Georgia-Bold-Italic' !important;
    padding-top: 1em;
}

.tabbable-line>.nav-tabs>li>a {
    font-size: 16px;
}

.stories-of-impact,
.giving-options {
    padding: 4em 0;
}

.headline-caps h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin: 0 2%;
}

.inline-list-container {
    padding-bottom: 1em;
    padding-top: 1em;
}

.inline-list-container ul li.list-item {
    display: inline-block;
    vertical-align: top;
}

.image-list-image img {
    width: 100%;
}

.image-list-title {
    font-weight: 700;
    font-size: 18px;
    padding-top: .3em;
    color: #000000;
    font-family: 'Montserrat-Bold';
    /* added font style*/
}

.giving-options-list-wrapper li.list-item {
    margin: 0 1%;
    padding: 1em 2%;
    background: #d6d7d7;
    color: #000;
    letter-spacing: 2px;
    font-family: 'Montserrat-Bold';
}

.giving-options-list-wrapper li.list-item.selected {
    background: #009c80;
    color: #FFFFFF;
}

.opportunities-to-give .accordion-wrapper {
    margin-top: 3em;
}

/* ----- Accordion styles  ----- */

.accordion-wrapper .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #000000;
    overflow: hidden;
    margin-bottom: 1.5em;
}

.accordion-wrapper input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion-wrapper label {
    position: relative;
    display: block;
    transition: all 0.4s linear;
    padding: 1em 2em;
    line-height: 2;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: 'Montserrat-Bold';
}

.accordion-wrapper .tab-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    font-family: Montserrat-Regular;
}

.accordion-wrapper .tab-content p {
    margin: 2em;
    text-align: left;
}
    .accordion-wrapper .tab-content h3,
    .accordion-wrapper .tab-content h4,
    .accordion-wrapper .tab-content h5 {
        margin: 2em;
    }
/* :checked */
.accordion-wrapper input:checked ~ .tab-content {
    max-height: 35em;
}

/* Icon */

.accordion-wrapper label::after {
    position: absolute;
    right: 10px;
    top: 18px;
    display: inline-block;
    width: 1em;
    height: 2em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    font-size: 18px;
}

.accordion-wrapper input[type=checkbox]:checked+label {
    background: #00a683;
    color: #FFFFFF;
}

.accordion-wrapper .tab label i.fa-plus {
    color: #c9c9c9;
}

.accordion-wrapper .tab label i {
    position: absolute;
    top: 24px;
    right: 18px;
}

.accordion-wrapper label:hover,
.xv-white-accord .accordion-wrapper label:hover,
.xv-gray-accord .accordion-wrapper label:hover {
    background: #00a683;
    color: #FFFFFF;
}

/*.accordion-wrapper input[type=checkbox] + label::after {
    content: "+";
}

.accordion-wrapper input[type=radio]+label::after {
    content: "\25BC";
}*/

.accordion-wrapper input[type=checkbox]:checked+label::after {
    content: "";
}

/*.accordion-wrapper input[type=radio]:checked+label::after {
    transform: rotateX(180deg);
}*/

.corporate-partners {
    padding-left: 2em;
    padding-right: 2em;
}

/* ----- End Acordeon styles  ----- */

.student-info-wrap .student-info-left {
    background-image: url("/_files/images/give-green-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.student-info-wrap .student-info-left>div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    text-align: center;
}

.student-year {
    font-size: 12px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.student-info-right {
    padding: 4em 5em;
}

.student-info-wrap blockquote {
    border: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    quotes: "\201C""\201D""\2018""\2019";
    display: block;
    margin: 0px;
    padding: 0px;
}

.student-info-wrap blockquote h3 {
    font-size: 22px;
    font-family: 'Georgia-Italic';
    line-height: 32px;
    margin-bottom: 1em;
}

.student-info-wrap blockquote h6 {
    font-size: 13px;
    color: #7f7f7f;
    font-family: 'Montserrat-Medium';
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.student-info-wrap blockquote h3:before {
    content: open-quote;
    font-weight: bold;
    font-size: 100px;
    color: #ffba32;
    display: block;
}

.student-info-wrap blockquote h3:after {
    /* content: close-quote;
    font-weight: bold;
    font-size:100px;
    color:#889c0b; */
    display: none;
}

/* ----- Styles for Admissions & Aid ----- */

.admission-quiclklinks {
    padding: 4em 0;
    text-align: center;
}

.admission-and-aid .two-col-row {
    background: #ffffff;
}

.image-holder {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    overflow: hidden;
}

.image-holder,
.content-holder {
    height: 65vh;
}

.image-opacity {
    background: black;
    height: 100%;
    opacity: 0.28;
    filter: alpha(opacity=28);
    /* For IE8 and earlier */
    transition: all 0.4s linear;
}

.content-holder,
.content-holder-eq-height {
    color: #000000;
    font-family: 'Montserrat-regular';
}

.content-holder-eq-height {
    height: 100%;
}

h1.summary-header {
    margin-top: 0px;
    font-weight: 700;
}

h2.summary-subheader {
    font-family: 'Georgia-Italic';
    font-size: 24px;
    border-bottom: 1px solid #ffb630;
    margin-top: 0px;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.xv-text-desc,
p.summary-text,
ul.xv-links-list,
ul.xv-list-items,
ol.xv-list-items,
.xv-content-text p,
.xv-bulleted-list ul {
    font-family: 'Montserrat-Regular';
    color: #333;
    font-size: 16px;
    line-height: 1.6em;
    /*28px;*/
    margin-bottom: 15px;
}


.explore-wrapper {
    border: 2px solid #ffb630;
    position: relative;
    height: 100%;
}

.explore-wrapper p:after {
    content: "";
    background: #ffc530;
    height: 2px;
    position: absolute;
    left: 32%;
    width: 100px;
}

.image-actions {
    color: #ffffff;
    position: absolute;
    z-index: 2;
    bottom: 10%;
    width: 100%;
    text-align: center;
}

.image-actions a.link,
.image-actions a.button,
.image-actions a.link:hover,
.image-actions a.button:hover {
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-family: 'Montserrat-Light';
    text-transform: uppercase;
}

.image-actions a.button,
.image-actions a.button:hover {
    margin: 20px 15%;
    padding: 0.5em 0;
    font-weight: 900;
}

.unlimited-learnings {
    background-image: url("/_files/images/xu.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.unlimited-learnings .image-opacity {
    margin-right: -15px;
    margin-left: -15px;
    opacity: 0.42;
    filter: alpha(opacity=42);
    /* For IE8 and earlier */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.4s linear;
}

.unlimited-learnings-content {
    z-index: 222;
    position: relative;
    color: #ffba32;
    padding: 6%;
}

.unlimited-learnings-caption {
    color: transparent;
    font-weight: bold;
    -webkit-text-stroke: 4px #ffba32;
    letter-spacing: 0.05em;
    font-style: italic;
    font-family: 'Montserrat-bold';
}

/* ------- Date 25th May - by Jayashree ------ */

.learning-tab-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
    position: relative;
    padding: 0px;
}

.first-learning-tab {
    background-image: url("/_files/images/pre-college-programs.jpg");
}

.second-learning-tab {
    background-image: url("/_files/images/online-education.jpg");
}

.third-learning-tab {
    background-image: url("/_files/images/summer-courses.jpg");
}

.undergrad-first-learning-tab {
    background-image: url("/_files/images/undergrad-apply.jpg");
}

.undergrad-second-learning-tab {
    background-image: url("/_files/images/undergrad-visit.jpg");
}

.undergrad-third-learning-tab {
    background-image: url("/_files/images/undergrad-cost-and-aid.jpg");
}


.undergrad-first-learning-tab {
    background-image: url("/_files/images/undergrad-apply.jpg");
}

.undergrad-second-learning-tab {
    background-image: url("/_files/images/undergrad-visit.jpg");
}

.undergrad-third-learning-tab {
    background-image: url("/_files/images/undergrad-cost-and-aid.jpg");
}

.graduate-first-learning-tab {
    background-image: url("/_files/images/graduate-apply.jpg");
}

.graduate-second-learning-tab {
    background-image: url("/_files/images/graduate-visit.jpg");
}

.graduate-third-learning-tab {
    background-image: url("/_files/images/graduate-cost-and-aid.jpg");
}


.learning-details .image-opacity {
    opacity: 0.4;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.4s linear;
}

.learning-tab-content {
    padding: 7em 5em;
    text-align: center;
    color: #ffffff;
    position: relative;
    font-family: 'Georgia-Italic';
}

.learning-tab-content p {
    margin-top: 2em;
}

.learning-tab-content a,
.learning-tab-content span.learning-tab-title {
    color: #ffffff;
    font-family: 'Georgia-Italic';
    font-size: 28px;
}

.learning-tab-content span {
    display: block;
}

.line-arrow.right {
    border-top: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    transform: rotate(54deg) skew(20deg);
    right: 20px;
}

.line-arrow.right {
    border-top: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    transform: rotate(54deg) skew(20deg);
    right: 20px;
}

.student-stories .image-list-info {
    margin-top: 15px;
}

.student-stories .image-list-info a {
    color: #000000;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
}

/* styles for 5 column */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 33.33%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.bgImageFiveQuad {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.QuadrantWrapper .background-holder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fiveQuad .firstQuadrantWrapper {
    background-color: rgba(0, 132, 100, 0.5);
    color: white;
}

.Quadrant .headingContent p,
.Quadrant .footerContent a {
    text-transform: uppercase;
    color: #ffffff;
}

.fiveQuad .secondQuadrantWrapper {
    background-color: rgba(35, 31, 32, 0.5);
    color: white;
}

.fiveQuad .thirdQuadrantWrapper {
    background-color: rgba(188, 143, 30, 0.5);
    color: white;
}

.fiveQuad .fourthQuadrantWrapper {
    background-color: rgba(35, 31, 32, 0.5);
    color: white;
}

.fiveQuad .fifthQuadrantWrapper {
    background-color: rgba(0, 132, 100, 0.5);
    color: white;
}

.fiveQuad .Quadrant .headingContent p,
.fiveQuad .Quadrant .footerContent a {
    text-transform: uppercase;
}

.QuadrantWrapper .Quadrant .footerContent a {
    letter-spacing: .1em;
    font-size: 12px;
}

/* End styles 5 columns */

.overlay-image img {
    width: 100%;
}

.left-image .overlay-image {
    top: 50px;
    left: 0px;
}

.left-image .info-portal {
    margin-left: 45%;
}

.info-portal.faculty-portal {
    margin-left: 55%;
}

.overlay-image.faculty-overlay-image {
    top: 0px;
    left: 0px;
}

.student-portal,
.academic-portal {
    background: #009c80;
    padding: 25px 25px 50px 25px;
    color: #ffffff;
    text-align: center;
}

.portalImage img {
    height: 70px;
    max-height: 70px;
    margin-bottom: 15px;
}

.left-portal .portalContent h3,
.student-portal .portalContent h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Georgia-Italic';
    border-bottom: 2px solid #ffb630;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.left-portal .portalFooter a,
.left-portal .portalFooter a:focus,
.student-portal .portalFooter a,
.student-portal .portalFooter a:focus {
    color: #ffffff;
    font-family: 'Georgia-Regular';
    text-decoration: none;
    font-size: 20px;
    text-decoration: underline;
}

.student-portal .portalFooter a {
    font-size: 14px;
    text-decoration: none;
}

.right-portal .portalContent h3,
.academic-portal .portalContent h3 {
    font-size: 24px;
    font-family: 'Georgia-Italic';
    border-bottom: 2px solid #ffb630;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
}

.academic-portal .portalFooter a,
.academic-portal .portalFooter a:focus {
    color: #ffffff;
    font-family: 'Montserrat-regular';
    text-decoration: none;
}

.right-portal .portalFooter a,
.right-portal .portalFooter a:focus {
    color: #ffffff;
    font-family: 'Montserrat-Regular';
    text-decoration: none;
    /* text-decoration: underline; */
}

.portalFooter a:hover {
    text-decoration: underline;
}



.learning-tab-wrap .learning-tab-link-wrapper {
    text-decoration: none;
}

.learning-details .image-opacity.opacity-active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

.faculty-portal {
    padding-left: 20px;
}

.faculty-portal .portalContent h3 {
    font-size: 3em;
    font-family: Montserrat-Medium, Georgia;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.faculty-portal .portalFooter p {
    margin-bottom: 5px;
}

.faculty-portal .portalFooter a,
.faculty-portal .portalFooter a:focus {
    font-family: 'Georgia-Regular';
    color: #000000;
    font-family: 'Montserrat-bold';
}

.headline2 {
    margin-bottom: 1em;
    padding-bottom: 1em;
    position: relative;
}

.headline2 h1 {
    font-family: georgia-bold-italic;
    margin: .2em auto;
    font-size: 30px;
}

.headline2 h1:after {
    content: "";
    background: #ffc530;
    height: .1em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
}

.latest-news-wrapper {
    margin-bottom: 2em;
    float: left;
    clear: both;
}

.parents-news-image img {
    width: 100%;
    border-bottom: 10px solid #ffc530;
}

.news-content {
    margin-left: 25px;
}

.news-content p {
    font-family: 'Montserrat-regular';
    font-size: 12px;
    margin: 20px 0;
}

.parents-news-letters {
    margin: 4em 0;
}

.news-letter-wrap {
    margin-top: 3em;
}

.news-letter-wrap .no-padding {
    padding: 0px;
}

.news-letter-tile {
    display: flex;
    padding: 20px 15px;
    align-items: center;
    flex-direction: row;
    background-color: #888;
    margin-right: 10px;
    transition: all 0.4s linear;
}

.news-letter-tile img {
    margin-right: 40px;
    height: 48px;
    max-height: 48px;
}

.news-title p {
    font-size: 18px;
    letter-spacing: 1px;
    font-family: Montserrat-Bold;
    color: #ffffff;
    margin: 0;
}

.parents-resources {
    margin-bottom: 5em;
}

.parents-resources-wrap {
    margin-bottom: 1em;
    clear: both;
    float: left;
    width: 100%;
}

.resourceHeading h4 {
    font-weight: 700;
}

.resourceFooter a {
    color: #000000;
    font-family: 'Montserrat-Regular';
}

.yellowHeader {
    text-decoration: underline;
    color: #ffb630
}



/* Updates for Dynamic Controls and Functionality */
.ui-autocomplete-category {
    font-family: Montserrat-bold;
    background: linear-gradient(45deg, rgba(0, 168, 133, 1) 0%, rgba(0, 168, 133, 1) 25%, rgba(0, 204, 162, 1) 50%, rgba(0, 204, 162, 1) 100%);
    color:white;
    padding-left:10px;
}

.ui-menu-item {
    font-family: Montserrat-Regular;
    padding-left: 15px;
}

.search-box, .close-icon, .search-wrapper {
    position: relative;
    padding: 10px;
}

.search-box:focus {
    box-shadow: 0 0 15px 5px #b0e0ee;
    border: 2px solid #bebede;
}

.close-icon {
    border: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    padding:0;
}

.close-icon:after {
    content: "X";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: -15px;
    bottom: 0;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: #666;
    font-weight: normal;
    font-size: 20px;
    cursor: pointer;
    z-index:9;
}

.search-box:not(:valid) ~ .close-icon {
    display: none;
}


#footerLogoXS .footer-logo {
    margin: 0 auto;
    padding-bottom: 20px;
}

.footer-logo {
    margin-bottom: 20px;
    max-height: 150px;
    margin: 0 auto;
}

#footerLogo, #footerLogoXS {
    display: block;
}

.story-wrapper .opaque  {
    z-index: 9999;
}


/** Mobile view **/
@media (max-width: 767px) {
    .content-holder,
    .content-holder-eq-height {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .content-holder>blockquote,
    .content-holder-eq-height>blockquote,
    .content-holder .explore-wrapper,
    .content-holder-eq-height .explore-wrapper{
        margin-right: 2em;
        margin-left: 2em;
    }
}

/** Non-Mobile view **/
@media (min-width: 768px) {
    .content-holder,
    .content-holder-eq-height {
        padding: 3em;
    }
}


/* Instagram Feed style started */

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

	.row.no-gutter [class*='col-']:not(:first-child),
	.row.no-gutter [class*='col-']:not(:last-child) {
		padding-right: 0;
		padding-left: 0;
	}


.img-featured-container {
	overflow: hidden;
	position: relative;
}

	.img-featured-container img {
		width: 100%;
		padding: 20px;
	}

	.img-featured-container .img-backdrop {
		background: linear-gradient(135deg, rgba(38, 163, 255, 0.85), rgba(83, 201, 179, 0.85));
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		opacity: 0;
		transition: all 0.3s ease;
	}

	.img-featured-container:hover > .img-backdrop {
		opacity: 1;
	}

	/* center text horizontally and vertically on image hover */
	.img-featured-container .description-container {
		color: #fff;
		font-size: 16px;
		line-height: 1.2;
		padding: 0 30px;
		text-align: center;
		line-height: 20px;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transform-style: preserve-3d;
		z-index: 2;
		opacity: 0;
		transition: all .2s ease;
	}

		.img-featured-container .description-container .fa-instagram {
			font-size: 40px;
		}

		.img-featured-container .description-container p {
			font-weight: 300;
			margin-bottom: 0;
		}

	.img-featured-container:hover .description-container {
		opacity: 1;
	}

	.img-featured-container .description-container .caption {
		display: none;
		margin-bottom: 10px;
	}

	.img-featured-container .description-container .likes,
	.img-featured-container .description-container .comments {
		margin: 0 5px;
	}



/*.instaFeedButton {
	float: left;
}

.instaFeedDesc {
	float: left;
}

.btn-feed {
	padding: 2px 25px;
}*/

/* Instagram Feed style completed */

.featuretextheadline h4 {
    text-align: left;
}

    .headline2 h4:after {
        width: 60% !important;
        /*left: 20% !important;*/
    }

.featuretextheadline {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    position: relative;
}

    .featuretextheadline h4 {
        font-family: Montserrat-Bold;
        margin: .2em auto;
        font-size: 18px;
    }

        .featuretextheadline h4:after {
            content: "";
            background: #ffc530;
            height: .15em;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 65%;
        }

.button-align-center {
    margin: 0 auto;
}
.text-font-italic {
    font-family: Georgia-Italic !important;
    font-size: 24px !important;
}
.white-color-block {
    background-color: white;
    padding-left: 42px;
    padding-right: 30px;
}
.white-background {
    background-color:white;
}
.admissions-pages-updates .custom.second,
.admissions-pages-updates .custom.third,
.admissions-pages-updates .custom.fourth,
.admissions-pages-updates .custom.first {
    text-transform: capitalize;
}
.default-btn-container .button-tabs {
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-block !important;
    padding: 1em 1em !important;
}
.default-btn-container .button-tabs:hover{
    background-color: transparent!important;
    color: #ffb630!important;
}

blockquote {
    border-left: 0 !important;   
}

/* New banner video */
.cent-main-video-wrapper {
    position: relative;
    background-color: #000; /* Black */
    width: 100%; /* Full width */
    padding-top: 56.25%; /* 16:9 aspect ratio */
}

.cent-main-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cent-main-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Cards Container */
.cent-announcement-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    gap: 20px; /* Add gap between cards */
    margin: 20px auto;
    max-width: 1000px; /* Center the container */
    box-sizing: border-box;
}

/* Individual Cards */
.cent-card {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: calc(27.33% - 25px);
    margin: 10px;
    flex: 0 1 calc(27.33% - 20px); /* Flex-grow, flex-shrink, flex-basis for responsive behavior */
    transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition */
}

/* Media Query for Tablets (below 768px width) */
@media (max-width: 768px) {
    .cent-card {
        width: calc(50% - 20px); /* Make them take half the width on tablet */
        flex: 0 1 calc(50% - 20px);
    }
}

/* Media Query for Mobile Devices (below 480px width) */
@media (max-width: 480px) {
    .cent-card {
        width: 100%;  /* Full width on mobile devices */
        flex: 0 1 100%;
    }
}

.cent-card:hover {
    transform: scale(1.05); /* Zoom in */
    box-shadow: none; /* Remove shadow */
}

.cent-card a:hover {
    color: black;
    text-decoration: none;
}

.cent-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.cent-card h2 {
    font-weight: bold;
    margin-top: 10px;
}

.cent-card p {
    margin-bottom: 20px;
}

.cent-read-more {
    background-color: #ffc530;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    margin-top: 10px;
}
