@CHARSET "UTF-8";

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0px;
}

.row {
    xwidth: 100%;
    margin-left:0px;
    margin-right:0px;
    xoverflow: hidden;
}

* {
    box-sizing: border-box;
    font-family: 'Alegreya Sans', sans-serif;
    xfont-family: 'Work Sans', sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Alegreya Sans', sans-serif;
}

body {
    margin: 0;
    background-color: white;
}

a {
    color: #6e1e6f;
}

.main-content {
    min-height: 300px;
}

.content {
    font-size: 18px;
}

/*
li{
  transition: background-color 0.2s;
}*/

.banner {
    xwidth: 100%;
    position: relative;
    z-index: 1;
    /*background-image: url("/20201208164248oe_/http://www.55.cuhk.edu.hk/images/banner/banner1.png");*/
    /*background-size: cover;*/
}

.banner img {
    object-fit: cover;
    width: 100%;
    xmax-height: 300px;
}

.banner-title-bg, .banner-title-fg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.banner-title-bg {
    background-color: #6e1b6f;
}

.banner-title {
    xposition: absolute;
    width: 100%;
    padding-left: 30px;
    color: white;
    xtop: 0px;
    left: 0px;
    font-weight: bold;
    font-size: xx-large;
}

.vertical-center {
    position: absolute;
    top: 50%;
    /*width: 100%; Rory: it will cover the social media block and make them unclickable*/
    transform: translateY(-50%);
}

.header-social-icon-block {
    float: right;
    margin: 20px 0px;
}

.socialmedialogo {
    height: 25px;
}

.givingtocuhklogo {
    height: 33px;
}

.top-right-corner {
    padding: 20px 10px 10px 10px;
    border: 1px #3d3d3d solid;
    border-radius: 10px;
    margin: -20px 40px 0 0;
}

.top-right-corner a {
    padding: 0 11px;
    position: relative;
}

.top-right-corner a + a:before {
    content: '';
    left: -4px;
    position: absolute;
    width: 2px;
    height: 30px;
    background: url(/20201208164248oe_/http://www.55.cuhk.edu.hk/images/element/line.png) no-repeat;
}

.container {
    xwidth: 1170px;
    xmargin-left: auto;
    xmargin-right: auto;
    /*background-image: url("/20201208164248oe_/http://www.55.cuhk.edu.hk/images/element/bg.png");*/
    xbackground-size: cover;
    xbackground-size: contain;
    xbackground-size: 1024px auto;
    xbackground-repeat: repeat-y;
}


.header {
    height: 120px;
    position: relative;
}

.header-icon-block > img {
    margin-left: 16px;
}

.nav-bar a:link,
.nav-bar a:visited {
    color: white;
    text-decoration: none;
}

.nav-bar a:hover,
.nav-bar a:active {
    color: #cccccc;
}

.top-picker-bar {
    position: absolute;
    bottom: 0;
    right: 0px;
    text-align: right;
    margin-bottom: 10px;
    line-height: 130%;}

.top-picker {
    xdisplay: inline-block;
}

.top-picker ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.top-picker li {
    display: inline-block;
    list-style-type: none;
}

.top-picker a {
    padding-left: 2px;
    padding-right: 2px;
}

.top-picker-bar a:link,
.top-picker-bar a:visited,
.top-picker-bar a:hover,
.top-picker-bar a:active {
    color: #444444;
    text-decoration:none;
}

.top-picker-bar a:hover {
    color: black;
    text-decoration:none;
}

.top-picker .selected a{
    xbackground-color: #6e1e6f;
    color: #6e1e6f;
    font-weight: bold;
}

.xtop-picker li + li {
    xborder-left: 1px solid #000000;
    padding-left: 3px;
    padding-right: 3px;
}

#footer {
    height: auto;
    margin-top: 30px;
    padding: 0;
    overflow: hidden;
}

.footer-sitemap {
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.footer-sitemap .footer-section {
    padding-bottom: 500em;
    padding-right: 0;
    margin: 10px 15px -500em 15px;
}

.footer-sitemap .footer-section > ul {
    list-style-type: none;
}

.footer-sitemap .footer-section ul,
.footer-sitemap .footer-section li {
    margin-left: -20px;
}

.footer-signature {
    display: inline-block;
    width: 100%;
    background-color: #B92A30;
}

.footer-signature a,
.footer-signature span {
    line-height: 32px;
    padding: 0 5px;
    color: white;
    font-weight: bold;
}

.footer-signature .copy-right {
    float: right;
}

/*from bootstrap*/

.col {
    float: left;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

#xlanding a:link,
#xlanding a:visited,
#landing .footer-sitmap a:link,
#landing .footer-sitmap a:visited,
.footer a:link,
.footer a:visited
.top-right-corner a:link,
.top-right-corner a:visited {
    color: black;
    text-decoration: none;
}

#xlanding a:hover,
#xlanding a:active
#landing .footer a:hover,
#landing .footer a:active,
.footer a:hover,
.footer a:active,
.right-menu a:hover,
.right-menu a:active,
.top-right-corner a:hover,
.top-right-corner a:active {
    color: #B92A30;
}

#landing .footer-signature a:link,
#landing .footer-signature a:visited,
.footer-signature a:link,
.footer-signature a:visited,
.right-menu a:link,
.right-menu a:visited {
    color: #6e1e6f;
    text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
    xcolor: #3C8CAF;
    xcolor: blue;
    text-decoration: none;
}

.col .photo_row {
    text-align: center;
}

.col .photo_row img {
    margin: 5px;
}

.col h1 {
    xbackground: #B92A30;
    color: #6e1e6f;
    padding: 10px 0px;
    margin: 3px 3px 15px 3px;
    font-weight: 500;
}

.xxcol p {
    padding: 0px 20px;
}

.section {
    clear: both;
}

.section h2 {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 24px;
    font-weight: 500;
}

.section h3 {
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 24px;
    font-weight: 400;
}

.section ul,
.section ol,
.section p {
    margin-left: 32px;
    margin-right: 32px;
}

.bullet {
    margin: 6px 6px 6px 30px;
}

.bullet::before {
    content: "🁢";
    color: #00AACE;
    padding-right: 0.2em;
    padding-left: 0.1em;
    margin-left: -18px;
    top: 0px;
}

.content .indent1 {
    margin-left: 32px;
}

.right-menu ul {
    padding: 10px 20px;
    xpadding: 0px;
    margin: 0px;
}

.right-menu li {
    display: block;
    list-style-type: none;
    padding: 0px 10px;
    margin: 4px;
    background: white;
    color: #6e1e6f;
    width: 100%;
}

.right-menu li.selected {
    background: #3C8CAF;
}

.right-photos {
    text-align: center;
    padding: 30px 0px;
}

.hotline {
    color: #ED9D29;
    font-size: 45px;
    font-weight: 500;
}

#gethelpnow p {
    margin-left: 30px;
}

#collegehotline {
    width: 100%;

}

.poster-img-box {
    display: inline;
}

.content table {
    margin: 10px 30px;
    width: 95%;
    border-collapse: collapse;
}

.content table thead tr {
    background: #00AACE;
    color: white;
    padding: 10px 20px;
    margin: 3px;
}

.content table th,
.content table td {
    border: 1px solid #ccc;
    text-align: left;
    padding: 10px;
}

#gethelpnow table th,
#gethelpnow table td {
    text-align: center;
}

#gethelpnow table .leftalign {
    text-align: left;
}

.content table .eventdate {
    display: block;
    float: right;
}

.content table .eventphoto {
    display: block;
    float: left;
    margin: 10px;
}

.video {
    display: inline;
}

.pastevent-img-box img {
    padding: 0px;
    margin: 3px;
    width: 180px;
}

.pastevent-img-box {
    display: inline;
}

/*sildes style*/

#slides {
    display: none
}

#slides .slidesjs-navigation {
    margin-top: 3px;
}

#slides .slidesjs-previous {
    margin-right: 5px;
    float: left;
}

#slides .slidesjs-next {
    margin-right: 5px;
    float: left;
}

.slidesjs-pagination {
    margin: 6px 0 0;
    float: right;
    list-style: none;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(/20201208164248oe_/http://www.55.cuhk.edu.hk/images/element/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
    color: #333
}

#slides a:hover,
#slides a:active {
    color: #9e2020
}

#landing .col > h1::before {
    content: "🁢";
    color: #00AACE;
    padding-right: 0.2em;
    padding-left: 0.1em;
}

#landing .col p {
    padding: 0px;
}

.col-news {
    padding-left: 10px;
    padding-right: 10px;
}

.col-quick {
    padding-left: 10px;
    padding-right: 10px;
}

.col-quick img {
    float: right;
    padding-bottom: 10px;
}

.col-poster .poster-img {
    width: 100%;
}

.viewmore {
    font-size: 1em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    color: #00AACE;
    float: right;
}

.xxxcol > a > h2::before {
    content: "🁢";
    color: #00AACE;
    padding-right: 0.1em;
    padding-left: 0.1em;
}

.news-list {
    padding: 0;
    margin: 0;
}

.news-list > li {
    display: block;
    list-style-type: none;
    min-height: 100px;
    overflow: hidden;
    padding: 5px;
    padding-bottom: 10px;
    background-image: url("/20201208164248oe_/http://www.55.cuhk.edu.hk/images/element/point-line.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.news-list .img-box {
    height: 90px;
    width: 90px;
    float: left;
    xdisplay: inline;
    margin-right: 10px;
}

.news-list .content-box {
    xdisplay: inline;
    xposition: relative;
    xoverflow: hidden;
    xheight: 100%;
    margin-left: 100px;
}

.news-thumbnail {
    width: 96px;
    height: 96px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.news-list .content-box div {
    xfloat: left;
}

.news-list h2 {
    font-weight: 500;
    margin: 0;
}

.news-list .description-box > p {
    margin: 0px;
}

.news-list .date-box {
    xposition: absolute;
    xright: 0px;
    xbottom: 5px;
    margin-top: 5px;
    text-align: right;
}

news-photo {
    display: inline;
}

.news-photo img {
    width: 200px;
}

.content table .newsdate {
    display: block;
    float: right;
}

.content table .newsphoto {
    display: block;
    float: left;
    margin: 10px;
}

#landing .news-list-container {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto
}

.section img {
    margin: 10px;
}

.event-photo {
     display: inline;
 }

.event-photo img, .page-photo img {
    xwidth: 256px;
    width: 100%;
    margin-top: 10px;
}

#event-list .pagination > li {
    display: block;
    float: left;
    list-style-type: none;
    padding: 5px 10px;
    margin: 5px 0px;
}

#event-list .pagination > li.active {
    background-color: #9BD7DD;
}

#event-list .pagination a:link,
#event-list .pagination a:visited,
#event-list .pagination a:hover,
#event-list .pagination a:active {
    color: #444;
    text-decoration: none;
}

#event-list .pagination > li.disabled {
    color: #ccc;
}

.article-photo {
    display: inline;
}

.article-photo img {
    width: 200px;
}

.content table .articledate {
    display: block;
    float: right;
}

.content table .articlephoto {
    display: block;
    float: left;
    margin: 10px;
}

.program-photo {
    display: inline;
}

.program-photo img {
    width: 200px;
}

.content table .programdate {
    display: block;
    float: right;
}

.content table .programphoto {
    display: block;
    float: left;
    margin: 10px;
}

.sidebar {
    padding: 10px;
}

.sidebar-item {
    padding: 10px;
    border-bottom: #C1C1C1 solid 1px;
}

.post-container {
    border: 1px solid #666666;
    margin: 20px 0;
}

.post-container > .post-header {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background: #1C2361;
    color: #fff;
    font-size: 1.2em;
}

.post-container > .post-header .post-title {
    font-weight: bold;
    margin: 10px;
}

#landing .post-container > .post-header > a:link,
#landing .post-container > .post-header > a:hover,
#landing .post-container > .post-header > a:visited {
    float: right;
    font-weight: bold;
    color: #FFFFFF;
}

.post-entry {
    padding: 0 10px 10px 10px;
    overflow: hidden;
    border-bottom: #C1C1C1 solid 1px;
}

.post-entry a:link,
.post-entry a:visited {
    color: black;
    text-decoration: none;
}

.post-entry a:hover,
.post-entry a:active {
    color: #B92A30;
}

.post-entry-header .post-entry-title {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    display: inline-block;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
}

.post-entry-header .post-entry-date {
    float: right;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.post-entry-body {
    display: inline-block;
    width: 100%;
    height: 75%;
    overflow: hidden;
    padding: 10px 0px;
}

.post-entry-image {
    width: 100%;
}

.post-entry-body .post-entry-image img {
    clear: both;
    display: block;
    margin: auto;
    max-width: 100%;
    min-height: 100%;
    padding: 0;
}

.post-entry-body .post-entry-content {
    height: 120px;
    overflow: hidden;
    padding: 0;
}

#nav-bar {
    /*height: 64px;*/
    /*background-image: url("/20201208164248oe_/http://www.55.cuhk.edu.hk/images/element/nav-line.png");*/
    overflow: visible;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #6e1e6f;
    line-height:100%;
}

.nav-bar > ul {
    padding: 0;
    border: 0;
    margin: 13px;
}

.nav-bar > ul > li {
    border: 0;
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.nav-bar ul li * {
    font-weight: bold;
}

.nav-bar > ul > .selected::after {
    content: "▼";
    color: #00AACE;
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}

.nav-bar-2
{
    z-index: 99;
}

.carousel-indicators {
    bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 1px;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 8px
}


@media screen and (min-width: 768px)
{
    .nav-bar>ul>li:not(:last-child)::after
    {
        content: "● ";
        color: #ffffff;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
    }

    .carousel-indicators li {
        width: 12px;
        height: 12px;
        border-radius: 12px
    }
}


.xnav-bar > ul > li:not(:first-child)::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    background: url(/20201208164248oe_/http://www.55.cuhk.edu.hk/images/element/line.png) no-repeat;
}

.nav-bar .dropdown,
.nav-bar li {
    padding: 5px 0;
}

.nav-bar > ul > li.nav-selected > a {
    border-bottom: #eaae20 3px solid;
}

.nav-bar .dropdown li a:hover,
.nav-bar .dropdown li a:active {
    color: #B92A30;
}

.nav-bar .dropdown-menu {
    background: #aa7aab;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.nav-bar .dropdown-menu a:hover {
    background: unset;
}

.content .content-body {
    padding: 10px;
    min-height: 300px;
}

.container .banner,
.container .nav-bar,
.container .header,
.container .content {
    xmargin: auto;
}

.container .footer {
    margin: 30px auto;
}

.container .footer a {
    color: #000000;
}

.navbar.navbar-default {
    position: absolute;
    xbackground-color: unset;
    background-color: transparent;
    right: 0;
    top: 0;
    margin: 20px;
    xborder: unset;
    border: none;
}

.row.content .main-content {
    xpadding: 0px 0px 0px 20px;
    xmargin: 20px 0px;
    padding: 0;
    margin: 0;
    xwidth: 100%;
}

.main-content .heading {
    width: 100%;
    padding: 10px;
    padding-top: 40px;
    margin: 0;
}

.row.content .left-bordered {
    margin: 20px 0px;
}


/* _list_item.php */

.list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

.list-wrapper > div:not(:first-child) .list-item::before {
    content: '';
    position: absolute;
    height: 20px;
    top: -20px;
    left: 0;
    width: 100%;
    border-top: #C1C1C1 solid 1px;
    /*background: url(/20201208164248oe_/http://www.55.cuhk.edu.hk/images/element/separator.png) no-repeat;*/
}

.list-item-title {
    font-weight: bold;
    font-size: 1.1em;
}

.list-item-date {
    font-style: italic;
}

.list-item-image img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.list-item-image,
.list-item-content {
    width: 100%;
}

.list-item a:link,
.list-item a:visited {
    color: black;
    text-decoration: none;
}

.list-item a:hover,
.list-item a:active {
    color: #B92A30;
}

/* breadcrumb.php */

.container .breadcrumb {
    margin-bottom: 0;
}

.container .breadcrumb > li + li:before {
    content: ">";
    color: #000000;
}

.breadcrumb a:link,
.breadcrumb a:visited {
    color: black;
    text-decoration: none;
}

.breadcrumb > li.active,
.breadcrumb a:hover,
.breadcrumb a:active {
    color: #B92A30;
}

/* gallery */
.gallery {
    text-align: center;
}

.gallery .preview {
    max-width: 100%;
    max-height: 700px;
    margin: auto;
    padding: 5px;
}

.gallery .photo {
    display: inline-block;
}

.gallery .photo img {
    width: 120px;
    max-height: 80px;
    object-fit: contain;
}

.gallery .photos {
    margin: 0 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

/* memories */
.list-wrapper .item {
    margin-bottom: 10px;
}

.list-wrapper .pagination {
    clear: both;
    width: 100%;
}

.memory-container .thumbnail,
.memory-photo-container .thumbnail {
    margin-bottom: 10px;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.memory-container .memory-title,
.memory-photo-container .photo-title {
    /*width: 100%;*/
    text-align: center;
    font-size: 1.2em;
}

.memory-container .memory-title a:link,
.memory-container .memory-title a:visited {
    color: black;
    text-decoration: none;
}

.memory-container .memory-title a:hover,
.memory-container .memory-title a:active {
    color: #B92A30;
}

.memory-photo-container .photo-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    max-width: 70%;
    display: inline-block;
}

#memories-list .photo-title {
    margin: 0;
}

.photo-title,
.photo-comment {
    font-size: 1.2em;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0;
}

.photo-comment .comment-icon {
    margin: 0 5px;
    color: #00AACE;
}

.photo-comment {
    float: right;
}

/*
 * memory-photo
 *
 * comments
 */
.memory-photo-container,
.memory-photo-image {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.memory-photo-image {
    text-align: center;
}

.memory-photo-image img {
    object-fit: contain;
    max-width: 100%;
    max-height: 700px;
    margin: auto;
}

.memory-photo-image + .photo-comment {
    float: unset;
    margin: 10px 0;
    display: block;
}

.memory-photo-image .previous,
.memory-photo-image .next {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    background-color: #f1f1f1;
    color: black;
    border-radius: 50%;
    position: absolute;
}

.memory-photo-image .previous:hover,
.memory-photo-image .next:hover {
    background-color: #ddd;
    color: black;
}

.memory-photo-image .previous {
    top: 50%;
    left: -50px;
}

.memory-photo-image .next {
    top: 50%;
    right: -50px;
}

.memory-photo-container,
.comment-container {
    max-width: 700px;
    margin: auto;
}

.field-comment-form-message {
    font-family: FontAwesome, 'Open Sans', sans-serif;
    width: calc(100% - 55px);
    display: inline-block;
}

#comment-form-message {
    overflow: hidden;
    height: 45px;
    resize: none;
    padding-left: 16px;
    padding-top: 10px;
    border-radius: 20px;
}

.comment-form-message-submit-button {
    position: absolute;
    width: 40px;
    margin-left: 10px;
    border: 0;
    border-radius: 25px;
    font-size: 16px;
    height: 40px;
    color: #FFFFFF;
    background: #00AACE;
}

.comment-form-message-submit-button:focus,
.comment-form-message-submit-button:active {
    outline: none;
}

/* comment-list */

#comments-list .item + .item {
    border-top: 1px solid #C1C1C1;
}

#comments-list .item {
    width: 100%;
}

#comments-list > .empty {
    text-align: center;
}

.comment-item {
    padding: 5px 0;
    margin: 5px 0;
}

.comment-item-header {
    color: #B92A30;
}

.comment-item .datetime > span {
    margin: 0 5px;
}

.comment-item .photo-comment {
    float: unset;
}

.comment-item-body {
    margin-top: 5px;
    padding: 0 5px;
}

.share-buttons {
    padding: 50px 10px 0 10px;
}

.fb-like,
.twitter-button,
.email-button {
    display: inline-block;
    vertical-align: top;
}

.email-button > .btn {
    height: 28px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

#carousel-banner a:link {
    color: white;
}

.carousel-photo1 {
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
}

@keyframes fadeInOut {
    0% {
        opacity:1;
    }
    45% {
        opacity:1;
    }
    55% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.xcarousel-photo1 {
    animation-name: fadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-delay: 0s;
    animation-direction: alternate;
}

.landing-cell .col-sm-6 {
    xpadding: 15px 0px 5px 14px;
    margin: 0;
    xwidth: 200px;
    xheight: 220px;
}

.xlanding-small-cell {
    padding: 0px;
    position: relative;
}

.landing-small-cell {
    padding-top: 15px;
    padding-right: 15px;
}

.landing-small-cell img {
    xwidth: 161px;
    width:100%;
    xmargin: 15px;
    xfloat: left;
}

.landing-small-cell-frame {
    position: relative;
}

.landing-small-cell-text {
    color:white;
    text-align: center;
    width:100%;
    xfont-weight: bold;
    padding: 10px;
    font-size: larger;
}

.landing-gallery-cell {
    padding-top:15px;
    padding-right: 15px;
}

.xlanding-gallery-cell .div {
    position:absolute;
    top: 0px;
    left: 0px;
}

.xlanding-gallery-cell .frame div{
    xwidth: 750px;
    width: 100%;
}

.landing-gallery-cell img, .landing-milestone-cell img {
    width: 100%;
}

.cell-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    xheight: 40px;
    xz-index: 100;
}

.cell-title-bg, .cell-title-fg {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0px;
    left: 0px;
}

.cell-title-bg {
    opacity: 0.5;
    background-color: #6e1b6f;
}

.cell-title {
    xposition: absolute;
    width: 100%;
    padding-left: 30px;
    color: white;
    xtop: 0px;
    left: 0px;
    font-weight: bold;
    font-size: larger;
}

.landing-news-cell {
    margin-bottom: 15px;
    background-color: #d2b9d3;
}

.landing-news-cell .news-cell-header {
    background-color: #aa7aab;
    color: white;
    padding: 7px;
    font-weight: bold;
}

.news-list {
    height: 210px;
    overflow-x: hidden;
    overflow-y: auto;
}

.news-item {
    margin:10px;
    clear: both;
}

.news-item:hover {
    background-color: #dfbfe0;
}

.news-item:first-child {
    xmargin-top: 50px;
}

.news-calendar {
    margin:5px;
    width: 15%;
    float:left;
    text-align: center;
}

.news-calendar-month {
    background-color: #6e1b6f;
    color: white;
    font-size: smaller;
    line-height: 150%;
}

.news-calendar-day {
    background-color: white;
    color: black;
    font-size: xx-large;
    line-height: 90%;
}

.news-title {
    padding:5px;
    width: 75%;
    float:left;
    height: 3em;
    line-height:140%;
    overflow: hidden;
}

.landing-milestone-cell img {
    width: 100%;
}

.landing-video {
    width: 100%;
}

.landing-video2 {
    width: 100%;
}

.landing-video2-container {
    padding-right: 15px;
    overflow-y: hidden;
}

.event-highlight {
    xbackground-color: #6e1e6f;
    color: white;
    padding: 0px 3px;
    line-height: normal;
}

.event-highlight > div {
    background-color: #6e1e6f;
    padding: 15px;
    height: 100%;
}

.event-highlight .event-title {
    xheight: 60px;
}

.event-highlight img, .event-summary img {
    width: 100%;
}

.event-buttons {
}

.event-button {
    text-align: center;
    padding: 10px;
    border: #6e1e6f 1px solid;
}

.event-button a {
    color: #636363;
}

.event-button.selected {
    background: #6e1e6f;
}

.event-button.selected a {
    color: white;
}

.event-summary {
    xmargin-left: 5px;
    padding: 15px 0px;
    border-bottom: 1px solid #636363;
}

.event-summary > div {
    padding: 10px;
}

.event-summary img {
    xwidth: 150px;
}

.event-summary:hover {
    background-color: #eeeeee;
}

.event-date {
    margin: 10px auto;
}

.milestones {
    position:relative;
}

.milestones-bg {
    position:absolute;
    top:0px;
    height:100%;
    border-right: 2px #b2b2b2 solid;
}

.milestone-bullet {
    width: 45px;
    height: 45px;
    background: #6e1b6f;
    position: absolute;
    border-radius: 50%;
}

.milestone-year {
    padding-top: 40px;
}

.milestone-year-inner {
    border-top: 2px #925493 solid;
}

.milestone-year-label {
    padding: 2px 25px 0px 25px;
    font-size: xx-large;
    font-weight:bold;
}

.milestone-year-label:after {
    content: " ";
    display: block;
    border-bottom: 4px #6e1b6f solid;
    width: 100px;
    margin-left: -25px;
}

.milestone {
    padding: 10px 25px;
}

.milestone-year:last-child .milestone-outer {
    margin-bottom: 0px;
}

body .milestone, body .event-title {
    line-height: normal;
}

.milestone:last-child {
    border-bottom: 2px #925493 solid;
}

.milestone-title {
    display: list-item;
    xmargin-left: -1.3em;
    list-style-type: disc;
}

.milestone-photo img {
    max-width: 100%;
    xmax-height: 460px;
}

.cursor-pointer:hover {
    cursor:pointer;
}

#cu55-header-logo {
    margin-left: 25px;
}

.decades-button {
    border-radius: 20px;
    background-color: #6e1b6f;
    display: block;
    width: 100%;
    margin: 5px;
}

.decades-button a {
    color: #eaae20;
}

.photo-album-container, .album-photo-container, .video-container, .campus360-container, .souvenir-container {
    padding: 5px;
}

.photo-album-title, .album-photo-caption, .video-title, .campus360-title {
    color: #6e1e6f;
    font-size:larger;
    height: 3.7em;
    line-height: 1.3em;
}

.photo-album-thumbnail img, .album-photo img, .video-thumbnail img {
    width: 100%;
}

.video-album-title-label {
    color: #6e1e6f;
    font-size: xx-large;
    font-weight:bold;
    margin: 15px 0px;
}

img.unpublished {
    border: 2px red solid;
}

.comparison-wrapper
{
    position: relative;
    xheight: 450px;
}

.comparison-wrapper .comparison
{
    position: absolute;
    overflow: hidden;
    xborder: 5px green solid;
}

.comparison-wrapper .comparison.dev
{
    transform-origin: top right;
    transform: skew(-45deg);
    xmargin-left: -200px;
    xmargin-right: 200px;
}

.dev
{
    width: 0%;
}

.comparison-wrapper .comparison.dev .comparison-content
{
    transform-origin: top right;
    transform: skew(45deg);
    xmargin-left: 200px;
    xmargin-right: 100px;
}

.comparison-wrapper img {
    xwidth: 1140px;
}

@media screen and (min-width: 992px) {
    .nav-bar > ul > li > a {
        margin: 14px;
    }

    .footer-section:not(:first-child)::before {
        content: '';
        height: 100%;
        position: absolute;
        border-left: #C1C1C1 solid 1px;
        top: 0;
        left: 0;
    }

    .footer-section.col-md-2 {
        width: 20%;
    }
}

.nav-bar-2
{
    width: 1140px;
}

@media screen and (min-width: 768px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }

    .nav-bar > ul > li.mobile {
        display: none;
    }

    #nav-bar {
        padding: 0;
    }

    .nav-bar .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .landing-small-cell img {
        xheight: 195px;
    }

    .landing-video {
        height: 405px;
    }

    .landing-video-container {
        margin-top: 15px;
        margin-bottom: -10px;
    }

    .landing-video2-container {
        margin-top: 15px;
        height: 494px;
    }

    .landing-video2 {
        height: 494px;
    }

    .carousel-inner > .item > img
    {
        height: 494px;
        width: 100vw;
        object-position: 50% 50%;
        object-fit: cover;
    }

    .landing-milestone-cell img {
        xheight: 230px;
    }

    .row.content .left-bordered {
        border-left: #6e1e6f88 2px solid;
        padding: 0px 0px 0px 20px;
    }

    .decades-panel-outer {
        position: fixed;
        top: 50%;
        right: 10px;
    }

    .decades-panel {
        margin-top: -150%;
    }

    .milestones-bg {
        width:50%;
    }

    .milestone-bullet {
        width: 45px;
        height: 45px;
        left: 50%;
        margin-top: -23px;
        margin-left: -23px;
    }

    .milestone-year {
        width: 50%;
    }

    .milestone-outer {
        margin-bottom: -40px;
    }

    .milestone-year:nth-child(even) {
    }

    .milestone-year:nth-child(odd) {
        margin-left: 50%;
    }

    .milestone-year:nth-child(even) .milestone {
        border-right: 2px #925493 solid;
    }

    .milestone-year:nth-child(odd) .milestone {
        border-left: 2px #925493 solid;
    }

    .milestone-year:nth-child(even) .milestone-year-inner {
        border-left: 2px #925493 solid;
        padding-right: 10%;
    }

    .milestone-year:nth-child(odd) .milestone-year-inner {
        border-right: 2px #925493 solid;
        padding-left: 10%;
    }

    .banner-title-overlay {
        position: absolute;
        width: 100%;
        height: 40px;
        bottom: 0px;
        left: 0px;
    }

    .banner-title-bg {
        opacity: 0.5;
    }

    .event-highlights {
        display: flex;
        xflex-wrap: wrap;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px)
{
    .landing-video
    {
        height: 330px;
    }

    .landing-video2-container
    {
        overflow-y: hidden;
        height: 455px;
    }

    .landing-video2
    {
        height: 455px;
    }

    .carousel-inner > .item > img
    {
        height: 455px;
        object-position: 50% 50%;
        width: 100vw;
        object-fit: cover;
    }

    .comparison-wrapper
    {
        xheight: 403px;
    }

    .comparison-wrapper img {
        xwidth: 940px;
    }

    .nav-bar-2
    {
        width: 940px
    }

    .gallery-title-bg
    {
        width: 611.66px;
    }
}

@media screen and (max-width: 992px) {
    .nav-bar > ul > li > a {
        margin: 15px;
        line-height: 22px;
    }

    .footer-section:not(:first-child) {
        /*border-top: #C1C1C1 solid 1px;*/
    }

    .footer-sitemap .footer-section ul,
    .footer-sitemap .footer-section li {
        margin-left: 0;
    }

    .footer-section ul {
        text-align: center;
    }

    .footer-section ul > li {
        display: inline-block;
        margin: 0 10px;
    }

    .footer-section ul > li:not(:last-child):after {
        content: '';
        height: 100%;
        margin-left: 15px;
        position: relative;
        border-left: #C1C1C1 solid 1px;
        top: 0;
        left: 0;
    }

    .footer-signature {
        text-align: center;
    }

    .footer-signature .copy-right {
        float: unset;
        display: block;
    }

    .memory-photo-image .previous {
        left: 0;
    }

    .memory-photo-image .next {
        right: 0;
    }


}

@media screen and (max-width: 992px) and (min-width: 768px)
{
    .landing-video
    {
        height: 250px;
    }

    .landing-video2-container
    {
        height: 412px;
        overflow-y: hidden;
    }

    .carousel-inner > .item > img
    {
        height: 412px;
        object-fit: cover;
        width: 100vw;
        object-position: 50% 50%;
    }

    .landing-video2
    {
        height: 412px;
    }

    .landing-small-cell-text
    {
        font-size: 18px;
    }

    .comparison-wrapper
    {
        xheight: 309px;
    }

    .comparison-wrapper img
    {
        xwidth: 720px;
    }

    .nav-bar-2
    {
        width: 720px
    }

    .gallery-title-bg
    {
        width: 465px;
    }
}

@media screen and (max-width: 767px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }

    .container {
        width: 100%;
    }

    .header {
        height: 80px;
    }

    .footer-sitemap .footer-section {
        padding-bottom: 500em;
        margin: 10px 20px -500em 0;
    }

    .nav-bar ul {
        padding: 0;
        border: 0;
    }

    .nav-bar ul > li {
        border: 0;
        list-style-type: none;
        display: inline;
        position: relative;
    }

    .nav-bar ul > li > a {
        xmargin: 10px 20px;
        display: block;
    }

    .nav-bar ul > li:not(:first-child)::before {
        display: none;
    }

    .nav-bar > ul > li.nav-selected > a {
        border-bottom: none;
    }

    .nav-bar .dropdown-menu {
        position: relative;
        width: 100%;
        margin: 0;
        box-shadow: unset;
    }

    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-toggle {
        width: 40px;
        border: 0px;
        margin: 0px;
        padding: 0px;
    }

    .list-wrapper .item {
        width: 48%;
    }

    .top-right-corner {
        display: none;
    }

    .top-picker-bar {
        position: relative;
        text-align: center;
        background-color:  white;
    }

    .top-picker-bar a:link, .top-picker-bar a:visited {
        color: #6e1b6f;
    }

    .top-picker-bar ul > li {
        display: inline-block;
    }

    .header-social-icon-block.mobile, .top-picker-bar.mobile {
        background-color:  white;
        float: none;
        margin: 0px auto;
        text-align: center;
    }

    .header-social-icon-block {
        padding-top: 10px;
    }

    .font-size-picker, .language-picker {
        display: inline-block;
        padding: 0px 10px;
    }

    .header-icon-block img {
        height: 50px;
    }

    .landing-small-cell {
        padding-right:7.5px
    }
    .landing-small-cell.cell2 {
        padding-left:7.5px;
        padding-right:0px;
    }

    .landing-video-container {
        position: relative;
        margin-top: 15px;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    .landing-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .landing-video2-container {
        position: relative;
        margin-top: 15px;
        xpadding-bottom: 56.25%; /* 16:9 */
        xpadding-top: 25px;
        height: 50vw;
        overflow-y: hidden;
        padding-right: 0;
    }

    .landing-video2-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .carousel-inner > .item > img
    {
        height: 50vw;
        object-fit: cover;
        width: 100vw;
        object-position: 50% 50%;
    }

    .right-menu {
        display: none;
    }

    .decades-panel-outer {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

    .decades-panel {
    }

    .milestones-bg {
        width:5%;
    }

    .milestone-bullet {
        width: 20px;
        height: 20px;
        left: 5%;
        margin-top: -10px;
        margin-left: -10px;
    }

    .milestone-year {
        width:70%;
        margin-left: 5%;
    }

    .milestone-year .milestone {
        border-left: 2px #925493 solid;
    }

    .milestone-year .milestone-year-inner {
        border-right: 2px #925493 solid;
        padding-left: 10%;
    }

    .banner-title {
        padding-left: 10px;
        font-size: larger;
    }

    .banner-title-overlay {
        position: relative;
        width: 100%;
        height: 40px;
    }

    .event-highlight {
        padding: 3px 0px;
    }

    .event-highlight .row {
        padding: 0px;
    }

    .event-highlight .row > div {
        padding: 10px;
    }

    .event-summary {
        padding: 5px 0px;
    }

    .event-date {
        margin: 0px auto 10px auto;
    }

    .event-button {
        padding: 0px;
    }

    .comparison-wrapper
    {
        xheight: 40vw;
    }

    .comparison-wrapper img
    {
        xwidth: 93.5vw;
        xwidth: 100vw;
        xwidth: 100%;
    }

    .nav-bar-2
    {
        width: 100%;
        z-index: 0;
    }

    .gallery-title-bg
    {
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }

    .content .content-body {
        padding: 5px;
    }

    .post-entry {
        height: 100%;
    }

    .post-entry .post-entry-header .post-entry-title,
    .post-entry .post-entry-header .post-entry-date,
    .post-entry-body .post-entry-image,
    .post-entry-body .post-entry-content {
        width: 100%;
        text-align: center;
    }

    .post-entry-body .post-entry-image img {
        clear: both;
        display: block;
        margin: auto;
        max-width: 100%;
        min-height: 100%;
        padding: 0;
    }

    .list-wrapper .item {
        width: 100%;
    }
}

.clearfix:before,
.clearfix:after
{
    height: 0;
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1 ;} /* IE < 8 */

.filler
{
    float:left;
    opacity: 0;
}

.xnav-bar
{
    position: sticky;
    top: 0;
    z-index: 1;
}

.news-section
{
    margin-top: 15px;
}

.news-title-overlay
{
    height: 40px;
}

.compat-object-fit
{
    background-size: cover;
    background-position: center center;
}

.object-fit
{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.hide-image
{
    opacity: 0;
}

.gallery-title-bg, .gallery-title-fg {
    position: absolute;
    height: 40px;
    top: 0px;
    left: 0px;
    right: 15px;
}

.gallery-title-bg
{
    opacity: 0.5;
    background-color: #6e1b6f;
}

.campus360-container2
{
    width: 100vw;
    height: calc(100vh - 96px);
    max-width: 100%;
}

.souvenir-light-box
{
    width: 50vw;
    height: 70vh;
    overflow: hidden;
}

.souvenir-light-box-image
{
    position: relative;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
}

.souvenir-light-box-information
{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.souvenir-container
{
    width: 100%;
    height: 100%;
}

.souvenir-thumbnail img
{
    max-width: 100%;
    max-height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.souvenir-light-box-image img
{
    max-width: 100%;
    xmax-height: 80vh;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#cboxLoadedContent {
    overflow: hidden;
}

.souvenir-text {
    height: 5em;
}

.souvenir-title {
    text-align: center;
    color: #6e1e6f;
    font-size:larger;
    max-height: 3.2em;
    xheight: 3.2em;
    xline-height: 1.3em;
    overflow: hidden;
}

.souvenir-price {
    text-align: center;
    color: #000;
    font-size: inherit;
}

.souvenir-light-box-information
{
    padding: 5px;
}

.souvenir-container p {
    margin: 0px;
}

.souvenir-light-box-information .souvenir-title {
    text-align: left;
    height: auto;
    line-height: normal;
}

.souvenir-light-box-information .souvenir-price {
    text-align: left;
    height: auto;
    line-height: normal;
}

.souvenir-light-box-information .souvenir-desc {
    text-align: left;
    height: auto;
    line-height: normal;
}

.souvenir-thumbnail {
    height: 200px;
}