﻿
.parent-menu {
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
}

.parent-menu:hover {
    color: #2E3459;
}

.active.parent-menu:after {
    content: "\2212";
}

.parent-menu:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.staff-card-img img{
max-width:130px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li{
width: 24.6666666667%;
}
.calendar-view-row sup {
    top: 0.3em;
}
.no-profile{
cursor: context-menu;
}

/*Search Bar*/
.news-item a h5 {
    font-size: 2.7rem;
}

#search-bar {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 15px;
    width: 90px;
    vertical-align: top;
    margin: 0px 20px;
    max-height: 35px;
}


    #search-bar input {
        margin-bottom: 0;
        background-color: #fff;
        border: none;
        box-shadow: none;
        box-sizing: border-box;
        width: 70px;
        height: 28px;
        padding: 0 10px 1px 3px;
        margin-left: 20px;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
    }


    #search-bar #btn-search {
        position: absolute;
        top: 0;
        left: 5px;
        display: inline-block;
        width: 30px;
        height: 30px;
        z-index: 9;
        padding: 0px;
        border: none;
    }


    #search-bar:after {
        position: absolute;
        top: 2px;
        left: 11px;
        content: "\f002";
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 1;
        display: inline-block;
        text-align: left;
        float: left;
        margin-top: 4px;
        margin-right: 12px;
        max-width: 15px;
        color: #6a6a6a;
    }

    #search-bar input:focus {
        border-bottom: 1px solid #a6a6a6;
        border-radius: 0px;
        width: 100%;
    }
/*Moblie Search Bar*/

#moblie-search-bar {
    display: none;
    position: relative;
    background-color: #e0e0e0;
    padding: 10px 15px;
    min-width: 250px;
    vertical-align: top;
    margin: 10px -27px 0px;
    max-height: 35px;
}


    #moblie-search-bar input {
        margin-bottom: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
        box-sizing: border-box;
        width: 100%;
        height: 28px;
        padding: 0 10px 1px 3px;
        text-indent: 10px;
        margin-left: 30px;
        margin-top: 3px;
        border-bottom: #a6a6a6 solid 1px;
    }

    #moblie-search-bar #btn-search {
        position: absolute;
        top: 0px;
        left: 15px;
        display: inline-block;
        width: 35px;
        height: 30px;
        z-index: 9;
        padding: 0px;
        border: none;
    }

    #moblie-search-bar input:focus {
        border-bottom: 1px solid #a6a6a6;
    }

    #moblie-search-bar:after {
        position: absolute;
        top: 10px;
        left: 15px;
        content: "\f002";
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 1;
        display: inline-block;
        text-align: left;
        float: left;
        margin-top: 4px;
        margin-right: 12px;
        max-width: 15px;
        color: #6a6a6a;
    }
.content-body {
    padding-right: 35px;
}
.content-body p {
    color: #000;
}
.content-body p span {
    font-weight:bold;
}
.InnerPage .main-content .staff-card-title ul li::before {
    content: none;
}
.InnerPage .main-content ul li::before {
    content: "● ";
    color: #35b7c4; /* or whatever color you prefer */
    margin-left:-13px;
}
.block-title {
    font-size: 1.2em;
}
.non-touch .block-content > .block-view .highlight-block:hover .content-body .block-title {
    color: #ffffff !important;
}
.news-event-btn {
    float: right;
    padding: 8px;
    color: #9DD3E4;
    margin-top: 60px;
}
.calendar-view-row {
    background: white;
}
.block-content-holder {
    background-color: #ffffff;
}

.news-view > h3 {
    margin-left:20px;
}
#NetworkUnits > table {
    margin: 0 auto;
    width: 80%;
}
.feature-content > h4 {
    position: relative;
    display: block;
    z-index: 1;
    padding: 10px;
    font-size: 1.8rem;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    background-color: #54B6E1;
    height: 38px;
    width: 35%;
    top: 48px;
    box-sizing: border-box;
    transition: background-color .35s;
    -o-transition: background-color .35s;
    -webkit-transition: background-color .35s;
    transition: background-color .35s;
}

body {
    color: #58595b;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif, "Arial";
    line-height: 1.6;
    min-width: 320px;
    max-width: 1920px;
    overflow-x: hidden;
    margin: 0 auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

a {
    cursor: pointer;
    color: #2c8cd8;
    display: inline-block;
    vertical-align: middle;
}

    a:hover {
        color: #2f5c68;
    }

.wrapper img {
    width: 100%;
}

h1 {
    font-size: 7.0rem;
}

h4 {
    font-size: 3.2rem;
    padding-bottom: 10px;
}

h5 {
    font-size: 2.8rem; /*2.2rem;*/
    line-height: 1.2;
}

.TitleFont {
    font-family: 'Yanone Kaffeesatz';
    letter-spacing: 1px;
    font-weight: normal;
}

.ChineseFont {
    font-family: 'serif';
}

.BoldText {
    font-weight: bold;
}

.ItalicText {
    font-style: italic;
}

.UnderlineText {
    text-decoration: underline;
}

.DefaultColorText {
    color: #58595b !important;
}

.WhiteColorText {
    color: #ffffff !important;
}

.ThemeColor1Text {
    color: #4BAED0 !important;
}

.ThemeColor2Text {
    color: #2E3459 !important;
}

.ThemeColor3Text {
    color: #af343f !important;
}

.TextAlignRight {
    text-align: right !important;
}

.TextAlignCenter, .TextAlignCenter p {
    text-align: center !important;
}

.separateLine {
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ecf4f2;
    margin: 2rem 0;
    padding: 5px 0;
}

.content-holder {
    position: relative;
    width: 98%;
    margin: 0 auto;
    padding: 0 2%;
    box-sizing: border-box;
    max-width: 1600px;
}

.fullWidth {
    width: 100%;
    max-width: none;
    padding: 0;
    background: #2E3459;
}

.container {
    width: 1600px;
}

.uppercase {
    text-transform: uppercase;
}

.ThemeColorText {
    color: #1c8293;
}

.ThemeDefaultText {
    color: #58595b;
}

.BlackColorText {
    color: #333333;
}

.dropShadow {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
}

.textShadow {
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
}

ul {
    margin-bottom: 0;
    list-style: none;
}

ol {
    list-style: decimal;
}

th, td {
    border-bottom: none;
    vertical-align: middle;
}

    td img {
        max-width: 100%;
        height: auto;
    }

table {
    margin-bottom: 0;
}

.row {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.disable-link, .disable-link * {
    cursor: default !important;
    color: #b4b4b4 !important;
}

.main-banner__txt p {
    margin: 0px;
}
/* /////////////////// btn /////////////////////*/
.btn {
    position: relative;
    display: inline-block;
    min-width: 200px;
    padding: 10px 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none !important;
}

    .btn.btnThemeStyle {
        background-color: #2E3459;
        text-align: center;
        border: none;
    }

.non-touch .btn.btnThemeStyle:hover {
    background-color: #215429;
    color: #ffffff;
    text-decoration: none;
}

.btn.btnTheme2Style {
    background-color: #61bb46;
    text-align: center;
    border: none;
}

.non-touch .btn.btnTheme2Style:hover {
    background-color: #ffffff;
    color: #215429;
    text-decoration: none;
}

.wrapper {
    position: relative;
    overflow: hidden;
    min-width: 320px;
}

.no-scroll {
    overflow: hidden;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#Header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 900;
}

.logo-list {
    position: relative;
    display: block;
    max-height: 90px;
    overflow: hidden;
}

#Faculty-logo {
    position: relative;
    display: inline-block;
    max-width: 319px;
    min-width: 58px;
    cursor: pointer;
    margin: 15px 0;
    vertical-align: top;
}

    #Faculty-logo img {
        width: 100%;
    }

#Site-logo {
    position: relative;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

    #Site-logo a {
        position: absolute;
        top: 20px;
        color: #2d373c;
        left: 63px;
    }

    #Site-logo img {
        width: 100%;
        max-width: 64px;
        top: -10px;
        position: relative;
        float:right;
    }

#externalLink {
    position: absolute;
    display: block;
    vertical-align: top;
    right: 2%;
    top: 25px;
    font-size: 2.2rem;
}

    #externalLink .externalLink-gp li {
        display: inline-block;
    }

        #externalLink .externalLink-gp li:first-child {
            margin-right: 20px;
        }

        #externalLink .externalLink-gp li a {
            color: #8E8E8E;
        }

#mobi-externalLink {
    display: none;
}
/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#Footer {
    position: relative;
    color: #ffffff;
    font-size: 0.9em;
    overflow: hidden;
}

    #Footer .ThemeColorText {
        color: #C5E9F3;
        font-size: 2.2rem;
    }

    #Footer .copyright-bar {
        position: relative;
        background-color: #175c69;
        padding: 5px 0;
        z-index: 20;
    }

    #Footer .transparent-logo-deco {
        position: absolute;
        display: block;
        background-image: url("../../images/logo-transparent.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 371px;
        height: 417px;
        z-index: 1;
        opacity: 0.65;
        top: 50px;
        right: -100px;
    }

    #Footer .footer-content-holder {
        position: relative;
        display: block;
        width: 100%;
        background-color: #2E3459;
        padding: 30px 0 20px 0;
    }

        #Footer .footer-content-holder .container.row {
            z-index: 2;
        }
    /*#Footer a:hover{
    opacity: 0.75;
}*/
    #Footer p {
        margin-bottom: .5em;
    }

#Footer-logo {
    cursor: pointer;
    margin-bottom: 20px;
}

    #Footer-logo img {
        width: 100%;
        max-width: 300px;
    }

.util-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: top;
}

#Footer .info-col .contact-info a {
    color: #ffffff;
}

#Footer .info-col .contact-info li span {
    display: inline-block;
}

#Footer .sitemap-col {
    padding: 0 4%;
    border-left: 1px solid #b9b9b9;
    margin-left: 0%;
    max-width: 70%;
}

    #Footer .sitemap-col .col-2.columns {
        width: 24%;
        float: none;
        vertical-align: top;
        padding: 0 10px;
    }

    #Footer .sitemap-col table {
        width: 100%;
    }

        #Footer .sitemap-col table th {
            padding-top: 0;
        }

        #Footer .sitemap-col table td a {
            color: #d4d5d4;
        }

        #Footer .sitemap-col table li {
            max-width: 100%;
            line-height: 1.2em;
        }

#Footer .copyright-text {
    padding: 8px 0 3px 0;
    font-size: 14px;
}
/*////////////////// inner page /////////////////////////*/
.InnerPage .page-content-wrapper {
    /*background-image: url(../images/inner_bg.jpg);
    background-repeat: no-repeat;
    background-color: #e1eff0;*/
    padding: 0;
}

    .InnerPage .page-content-wrapper.blankBg {
        background-image: none;
        background-color: #ffffff;
    }

    .InnerPage .page-content-wrapper.greyBg {
        background-image: none;
        background-color: #EDEFEF;
        padding: 0rem; /*2rem 0;*/
    }

    .InnerPage .page-content-wrapper.themeColorBg {
        background-image: none;
        background-color: #56b5bd;
        padding: 2rem 0;
    }

    .InnerPage .page-content-wrapper > .subpage-content > .row {
        padding-top: 0;
        padding-bottom: 0;
    }

.InnerPage .main-content .contentTitle {
    font-size: 2.8rem;
    margin-bottom: 0rem;
    text-decoration: none !important;
}

.InnerPage .main-content .contentSubTitle {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.InnerPage .main-content .contentInnerTitle {
    font-size: 2.2rem;
    margin-bottom: 0rem;
}

.InnerPage .subpageTitle {
    margin-bottom: 0.5rem;
}

.InnerPage .image-description {
    position: relative;
    display: block; /*block*/
    margin: 0 40px;
}

    .InnerPage .image-description img {
        position: relative;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .InnerPage .image-description .image-description-text {
        font-size: 1.4rem;
        margin: 5px auto;
        display: block;
        text-align: left;
    }

.InnerPage .indications-list {
    margin-left: 25px;
    font-size: 1.4rem;
    font-style: italic;
    color: #96999d;
}

    .InnerPage .indications-list p {
        margin-bottom: .5rem;
    }

    .InnerPage .indications-list ul {
        padding-left: 0;
        margin: .5rem 0 .5rem .5rem;
        list-style: square inside;
        font-size: 1em;
    }

.InnerPage .publication-ul {
    list-style: disc outside;
    font-size: 1.4rem;
    margin-left: 20px;
}


.InnerPage .main-content ol {
    padding: 0 20px;
    margin-bottom: 0;
}

.InnerPage .main-content .text-image-row ul ul {
    padding-left: 0px;
    list-style: square;
}

.InnerPage.ProfilePage .main-content ul {
    list-style: disc;
    margin: 0 20px 20px;
}
/*////////////// Title-deco //////////////////*/
.InnerPage .Title-deco {
    position: relative;
    display: inline-block;
    min-width: 30%;
    max-width: 100%;
    margin: 2.5rem 0 1.5rem 0;
    left: 0px;
}

    .InnerPage .Title-deco .subpageTitle, .InnerPage .Title-deco .Title {
        position: relative;
        display: inline-block;
        z-index: 5;
        box-sizing: border-box;
        width: 100%;
    }

    .InnerPage .Title-deco .block-deco {
        content: "";
        position: absolute;
        display: block;
        bottom: -15%;
        right: -25px;
        background-color: #a9d05a;
        width: 100%;
        height: 58px;
        opacity: 0.9;
    }
/* /////////////////////// sidemenu ////////////////////////////////*/
.sidemenu-col {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.sidemenu {
    position: relative;
    padding: 20px 8%;
}

    .sidemenu > li a.active {
        color: #60b346 !important;
        font-weight: bold;
    }

ul.sidemenu {
    background: #4BAED0;
}

.sidemenu .sectionTitle {
    margin-bottom: 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid #996C2B;
}

.sidemenu > li a, .sidemenu > li a:visited {
    display: block;
    padding-bottom: 5px;
    color: #fff;
}

    .sidemenu > li a:hover, .sidemenu > li a.selected {
        color: #2E3459;
    }
/*.sidemenu > li a:hover:after, .sidemenu > li a.selected:after{
    content: "\003e";
    margin-left: 5px; 
    position: absolute;
}*/
.sidemenu > li {
    padding-bottom: 5px;
}

.sidemenu li ul.sub {
    margin: 5px 0 5px 3rem;
    list-style: square;
}
/*////////////////// section-menu ///////////////////*/
.section-menu-wrapper {
    position: relative;
    display: block;
    background-color: #bbbdbc;
    color: #ffffff;
    box-sizing: border-box;
	margin-bottom:20px;
}

.section-menu-desktop {
    position: relative;
    display: block;
}

.section-menu-wrapper .section-menu-desktop a {
    position: relative;
    display: inline-block;
    padding: 10px 3%;
    color: #ffffff;
    text-decoration: none !important;
    width: auto;
    text-align: center;
}

    .section-menu-wrapper .section-menu-desktop a.selected, .non-touch .section-menu-wrapper .section-menu-desktop a:hover {
        background-color: #2E3459;
    }
/*////////////// drop down menu ///////////////*/
.section-menu-mobile {
    position: relative;
    display: none;
}

.select-style {
    position: relative;
    padding: 0;
    margin: 0;
    border: 1px solid #9d9d9d;
    width: 100%;
    height: 28px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #ffffff;
    background: #ffffff url(../images/arrowdown.png) no-repeat 100% 50%;
    margin: 10px 0;
    z-index: 0;
    vertical-align: middle;
}

    .select-style select {
        padding: 1px 26px 2px 10px;
        width: 100%;
        height: 28px;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        z-index: 1;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: "Segoe UI", "Helvetica", "Arial";
        font-size: 18px;
        color: #575757;
        margin-bottom: 0;
    }

        .select-style select:focus {
            outline: none;
        }

select::-ms-expand {
    display: none;
}
/*////////////// select style ////////////*/
/*////////////////////////////// content col ////////////////////////////*/
.content-col {
    position: relative;
    display: block;
    background-color: #ffffff;
}

    .content-col .content-wrapper {
        position: relative;
        display: block;
        width: 92%;
        max-width: 1600px;
        margin: 1% auto;
    }

.main-content {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 3%;
}

    .main-content p, .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        margin-bottom: 1rem;
    }

    .main-content p {
        text-align: justify;
    }

    .main-content h5 {
        padding: .5rem 0 .5rem 0;
        font-size: 3rem;
    }

    .main-content a:hover {
        text-decoration: underline;
    }

    .main-content a.list-inner-item:hover {
        text-decoration: none;
    }

    .main-content a.list-inner-item h5:hover {
        text-decoration: underline;
    }

    .main-content table th, .main-content table td {
        padding: 5px 10px 5px 0;
        vertical-align: top;
    }

        .main-content table th > * {
            margin-bottom: 0;
            font-size: 1.1em;
        }

    .main-content table .util-icon img {
        vertical-align: bottom;
        opacity: .5;
    }

    .main-content .TableStyle {
        position: relative;
        width: 100%;
    }

        .main-content .TableStyle th, .main-content .TableStyle td {
            padding: 10px 20px;
            border: 1px solid #bdbdbd;
            box-sizing: border-box;
        }

    .main-content table .colColor1 {
        background-color: #f8e2b6;
    }

    .main-content table .colColor2 {
        background-color: #f7f7f7;
    }

    .main-content .StaffTable .NameText {
        font-size: 1.9rem;
        vertical-align: top;
        margin-right: 5px;
    }
    /*////////// table style 3 *default mobile view* ////////////*/
    .main-content .TableStyle3 {
        position: relative;
        width: 100%;
    }

        .main-content .TableStyle3 th, .main-content .TableStyle3 td {
            padding: 10px 20px;
            border: 1px solid #bdbdbd;
            box-sizing: border-box;
        }

    .main-content table .colColor1 {
        background-color: #54B6E1 ;
		color:#ffffff;
    }

    .main-content table .colColor2 {
        background-color: #f7f7f7;
    }
    /* Force table to not be like tables anymore */
    .main-content .TableStyle3,
    .main-content .TableStyle3 thead,
    .main-content .TableStyle3 tbody,
    .main-content .TableStyle3 th,
    .main-content .TableStyle3 td,
    .main-content .TableStyle3 tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .main-content .TableStyle3 thead tr {
            border: none;
        }

        .main-content .TableStyle3 tr {
            border: 1px solid #ccc;
        }

        .main-content .TableStyle3 td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #ccc;
            position: relative;
            padding-left: 50%;
            white-space: normal;
            text-align: left;
        }

            .main-content .TableStyle3 td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                left: 10px;
                width: 100%;
                padding-right: 10px;
                white-space: normal;
                text-align: left;
                font-weight: bold;
            }

            .main-content .TableStyle3 td:before {
                content: attr(data-title);
            }

        .main-content .TableStyle3 .category {
            padding-left: 10px;
        }

        .main-content .TableStyle3 td {
            padding-left: 20px;
            width: 100%;
        }
    /*////////////////////// TableStyle 4 /////////////////////*/
    .main-content .TableStyle4 {
        width: 100%;
        min-width: 50%;
        max-width: 1024px;
    }

        .main-content .TableStyle4 tr:nth-child(even) td, .main-content .TableStyle4 tr:nth-child(even) td {
            background-color: #f6f6f6;
        }

        .main-content .TableStyle4 th, .main-content .TableStyle4 td {
            padding: 1em;
        }

        .main-content .TableStyle4 p {
            margin-bottom: 0;
        }
/*//////////////////////////// breadcrumb /////////////////////////////*/
.breadcrumb-holder {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.breadcrumb {
    position: relative;
    margin: 0 auto;
    padding: 10px 0% !important;
    list-style: none;
    box-sizing: border-box;
}

    .breadcrumb > li {
        display: inline-block;
        margin-bottom: 0;
    }

    .breadcrumb a:hover {
        text-decoration: underline;
    }

    .breadcrumb > li + li:before {
        content: "/\00a0";
        padding: 0 5px;
        color: #58595b;
    }
/*//////////////////////////// landing page //////////////////////////*/
.LandingPage .owl-carousel .owl-stage-outer {
    max-height: 600px;
}

.LandingPage .main-content {
    text-align: center;
    padding: 10px 0;
    margin: 0px;
    width: 100%;
}

.LandingPage .Feature-gp p.overview {
    width: 100%;
    margin: 1% auto;
    max-width: 1200px;
    text-align: center;
}
/*/////////////////// news gp /////////////////////*/
.LandingPage .news-gp {
    background-color: #215429;
    width: 100%;
    padding: 0;
    max-width: none;
}

    .LandingPage .news-gp .news-holder {
        position: relative;
        display: block;
        width: 96%;
        max-width: 1024px;
        margin: 20px auto 30px auto;
    }

    .LandingPage .news-gp .news-content-holder {
        position: relative;
        display: block;
        width: 100%;
        background-color: #ffffff;
        margin: 20px auto;
        border-left: 15px solid #a9d05a;
        box-sizing: border-box;
    }

        .LandingPage .news-gp .news-content-holder .content-body {
            padding: 10px 30px 8px 30px;
            width: 100%;
            box-sizing: border-box;
        }

.news-content {
    text-decoration: none !important;
    margin: 20px auto;
    display: block;
}

.non-touch .news-content:hover .news-content-holder {
    background-color: #a9d05a;
}

.non-touch .news-content:hover .content-date, .non-touch .news-content:hover .content-title {
    color: #ffffff !important;
}

.news-content .content-date {
    font-size: 16px;
    font-size: 1.6rem;
    color: #808285;
    margin-bottom: 5px;
}

.news-item-list {
    display: block;
}

    .news-item-list .content-date {
        font-size: 16px;
        font-size: 1.6rem;
        color: #808285;
        margin-bottom: 5px;
    }

a.news-item-list:hover {
    color: #808285;
}

.news-content .content-title {
    font-size: 22px;
    font-size: 2.5rem;
    line-height: 2.7rem;
    margin-bottom: .5rem;
}

.news-content * {
    vertical-align: top;
}

.LandingPage .ImagingUnit-gp {
    background-color: #eaecea;
}
/*///////////// feature-box ///////////////*/
.feature-tbl td {
    vertical-align: top;
}

.feature-tbl .feature-td {
    width: 30%;
}

.feature-tbl .space-td {
    width: 5%;
}

.feature-box {
    position: relative;
    display: block;
    text-decoration: none !important;
}

    .feature-box .feature-image {
        position: relative;
        display: block;
        width: 100%;
        max-height: 268px;
        cursor: pointer;
        overflow: hidden;
        line-height: 0;
    }

        .feature-box .feature-image img {
            width: 100%;
        }

    .feature-box .feature-content {
        margin: 0;
        overflow: hidden;
    }

        .feature-box .feature-content > h4 {
            position: absolute;
            display: block;
            z-index: 1;
            padding: .5em 2em .5em .75em;
            font-size: 2.8rem;
            line-height: 1.2em;
            cursor: pointer;
            color: #ffffff;
            bottom: -5%;
            background-color: #358740;
            height: 58px;
            box-sizing: border-box;
            -moz-transition: background-color .35s;
            -o-transition: background-color .35s;
            -webkit-transition: background-color .35s;
            transition: background-color .35s;
            width: 90%;
        }

    .feature-box:hover .feature-content > h4 {
        background-color: #215429;
    }

    .feature-box .feature-block-deco {
        position: absolute;
        display: block;
        bottom: -10%;
        right: 0px;
        background-color: #a9d05a;
        width: 90%;
        height: 58px;
        opacity: 0.9;
    }

.InnerPage .feature-box .feature-image {
    border-bottom: none;
}

.InnerPage .feature-box ul {
    font-size: 2rem;
}

.InnerPage ul.feature-box-list {
    font-size: 2rem;
}

.InnerPage .feature-box ul .TitleFont {
    letter-spacing: 0;
}
/*/////////////////////// calendar ////////////////////////*/
.year-selection-container {
    padding: 10px 0 11px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}

    .year-selection-container .year-selection {
        display: inline-block;
    }

.btn-arrow {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 30px;
    background-image: url("../../images/tab-arrow-hori.png");
    background-repeat: no-repeat;
}

    .btn-arrow.left {
        background-position: 0 0;
    }

    .btn-arrow.right {
        background-position: 100% 0;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.year-selection-container .present-year {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1;
    vertical-align: top;
}

.mon-selection-container a.inactive {
    color: #b4b4b4;
}

.mon-selection-container {
    position: relative;
    display: block;
    width: 100%;
}

    .mon-selection-container ul {
        padding: 0;
        margin: 14px 0;
        list-style: none;
        text-align: center;
    }

    .mon-selection-container li {
        padding: 0 15px;
        display: inline-block;
    }

    .mon-selection-container a {
        display: inline-block;
        width: 46px;
        font-size: 20px;
        font-size: 1.8rem;
        line-height: 1.5;
        color: #60be00;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none !important;
        font-weight: bold;
    }

        .non-touch .mon-selection-container a:hover, .non-touch .mon-selection-container a:focus, .mon-selection-container a.selected {
            color: #ffffff;
            background-color: #60be00;
            text-decoration: none;
        }

.non-touch .mon-selection-container a.inactive:hover, .non-touch .mon-selection-container a.inactive:focus {
    color: #b4b4b4;
    background-color: transparent;
    cursor: default;
}

.calendar-content-container {
    position: relative;
    display: block;
    margin: 2% 20px;
}

.non-touch .calendar-content:hover .content-title {
    color: #60be00;
}

.calendar-view-row {
    margin-bottom: 20px;
}

.calendar-content {
    position: relative;
    display: block;
    text-decoration: none !important;
}

    .calendar-content .content-image {
        max-width: 200px;
        width: 200px;
        margin-right: 20px;
    }

    .calendar-content .content-date {
        font-size: 1.4rem;
        color: #808285;
        margin-bottom: 5px;
    }

    .calendar-content .content-title {
        font-size: 22px;
        font-size: 2.5rem;
        line-height: 2.7rem;
        margin-bottom: .5rem;
    }

        .calendar-content .content-title.ChineseFont {
            font-size: 20px;
            font-size: 2rem;
        }

    .calendar-content * {
        vertical-align: top;
    }
/*////////////////////////// event ///////////////////////*/
.event-content {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 10px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #c0c0c0;
}

    .event-content .title-link, .event-content a .contentTitle {
        text-decoration: none !important;
    }

    .event-content .event-info {
        font-size: 90%;
    }

        .event-content .event-info p {
            margin-bottom: 0;
        }

    .event-content table.event-info tr td {
        padding: 0;
    }

        .event-content table.event-info tr td:first-child {
            min-width: 70px;
            font-weight: bold;
        }

.non-touch .event-content a .contentTitle:hover {
    color: #60be00;
}

.event-content .btn.btnThemeStyle {
    padding: 10px 0;
}
/*/////////////////////// lab table ///////////////////////*/
table.lab-tbl tr td:first-child {
    padding-right: 20px;
}

table.lab-tbl tr td h5 {
    padding-top: 0;
}
/*//////////////////////// news block /////////////////////////*/
.block-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1560px;
    margin: 20px auto;
}

    .block-content .block-view {
        position: relative;
        width: 100%;
    }

        .block-content .block-view td {
            vertical-align: top;
            padding: 0;
            padding: 20px;
        }

    .block-content > .block-view .highlight-block, .block-content > .block-view > .news-block-col {
        margin: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .block-content > .block-view .highlight-block {
        width: 100%;
        text-decoration: none;
        color: #58595b;
    }

        .block-content > .block-view .highlight-block .block-content-holder, .block-content > .block-view .news-block-col .block-view-row .block-content-holder {
            width: 100%;
            padding: 20px 50px;
            min-height: 180px;
        }

        .block-content > .block-view .highlight-block *, .block-content > .block-view .news-block-col * {
            box-sizing: border-box;
            text-align: left;
        }

    .block-content > .block-view .block-content-holder .content-body .content-date {
        position:absolute;
        font-size: 15px;
        color: #808285;
	bottom: 20px;
    }

    .block-content > .block-view .block-content-holder .content-body .block-title {
        display: block;
        font-size: 2.6rem;
        line-height: 1.2em;
        text-decoration: none;
        margin: 10px 0;
        font-weight:600;
    }

.non-touch .block-content > .block-view .highlight-block:hover > .content-view .block-content-holder {
    background-color: #54B6E1;
}

.non-touch .block-content > .block-view .highlight-block:hover .block-content-holder .content-body .content-date, .non-touch .block-content > .block-view .highlight-block:hover .block-content-holder .content-summary {
    color: #ffffff;
}

.non-touch .block-content > .block-view .highlight-block:hover .content-body .block-title {
    color: #ffffff !important;
}

.block-content > .block-view .highlight-block .block-content-holder .content-image a {
    position: relative;
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    padding-bottom: 20px;
}

.block-content > .block-view .highlight-block .content-image a img, .block-content > .block-view .news-block-col .content-image a img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
}

.block-content > .block-view .news-block-col .block-content-holder {
    width: 100%;
}

.block-content > .block-view .news-block-col > .block-view-row {
    margin-top: 20px;
}

    .block-content > .block-view .news-block-col > .block-view-row.view-row-first {
        margin-top: 0;
    }

    .block-content > .block-view .news-block-col > .block-view-row .block-content-holder .content-image a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        max-width: 250px;
        max-height: 135px;
    }

.block-content > .block-view .news-block-col .block-content-holder .content-body .block-title {
    font-size: 2rem;
}
/*////////////// details tab /////////////////*/
.details-tab {
    border-bottom: 1px solid #c0c0c0;
}

    .details-tab .details-tab-btn {
        position: relative;
        cursor: pointer;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #dedede;
    }

    .details-tab .details-tab .details-tab-btn {
        border-bottom: none;
    }

    .details-tab .icon-arrow {
        position: relative;
        display: inline-block;
        background-image: url(/images/tab-arrow.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        width: 33px;
        height: 32px;
        vertical-align: top;
        margin: 1.2rem 15px 1.2rem 0;
        cursor: pointer;
    }

    .details-tab .tabTitle.contentTitle {
        font-size: 3.2rem;
        margin-top: 8px;
    }

    .details-tab .active .icon-arrow {
        background-position: 0px -32px;
    }

    .details-tab .contentTitle {
        position: relative;
        display: inline-block;
        max-width: 100%;
    }

    .details-tab li > p {
        display: inline-block;
        vertical-align: top;
    }

.accordion-tab {
    border-bottom: none;
}

    .accordion-tab .details-tab-btn:before {
        content: "\f054";
        font-family: FontAwesome;
        font-size: inherit;
        line-height: 1;
        display: inline-block;
        float: left;
        margin-top: 20px;
        margin-right: 15px;
        color: #1792AF;
        width: 15px;
    }

    .accordion-tab .details-tab-btn {
        color: #58595b;
    }

        .accordion-tab .details-tab-btn.active:before {
            content: "\f078";
        }

.details-tab-content-holder {
    margin: 1% 4%;
}

.InnerPage .main-content .accordion-tab .contentTitle {
    font-size: 3rem;
    padding: 1rem 0;
}
/*/////////////// people block ///////////////////*/
.staff-card {
    position: relative;
    display: block;
    text-decoration: none !important;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.19);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.19);
    border: 1px solid #e2e2e2;
    margin: 0 20px 25px 0px;
    padding-bottom: 10px;
    min-height: 285px;
}
@media (max-width: 1500px) {
 
	.staff-card {
	    min-height: 320px;
	}
}
@media (max-width: 1300px) {
 
	.staff-card {
	    min-height: 340px;
	}
}
@media (max-width: 1235px) {
 
	.staff-card {
	    min-height: 365px;
	}
}
@media (max-width: 1030px) {
 
	.staff-card {
	    min-height: 410px;
	}
}
.non-touch .staff-card:hover .staff-card-info {
    background-color: #136b94;
}

.staff-card > * {
    color: #58595b;
    box-sizing: border-box;
}

.staff-card-img {
    position: relative;
    display: inline-block;
    z-index: 2;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: auto;
    max-height: 180px;
    overflow: hidden;
    margin: 15px 20px 0;
    float: left;
}

.staff-card-contact table td {
    vertical-align: bottom !important;
    padding-bottom: 0px;
}

.staff-card-body {
    position: relative;
    display: block;
    width: 100%;
}

.staff-card-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 10px 0px 15px;
    -moz-transition: background-color .35s;
    -o-transition: background-color .35s;
    -webkit-transition: background-color .35s;
    transition: background-color .35s;
    background-color: #2E3459;
    color: #FFFF;
}

    .staff-card-info .staff-card-name {
        font-size: 22px;
        font-size: 1.4em;
        margin-bottom: 5px;
		color: white;
    }

        .staff-card-info .staff-card-name .ChineseFont {
            font-size: 0.9em;
            margin-left: 5px;
            vertical-align: top;
        }

.staff-card-title {
    position: relative;
    display: block;
    font-size: 14px;
    font-size: .9em;
    margin-top: 15px;
}

    .staff-card-title ul {
        position: relative;
        margin-left: 20px;
        display: block;
        list-style: none !important;
        padding-left: 0 !important;
    }

    .staff-card-title li {
        margin: 0 auto 5px auto;
    }

.staff-card-contact {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}

.long-staff-list li {
    width: 18%;
    display: inline-block;
}

/*////////////// profile-card ////////////////////*/
.staff-card.profile-card {
    cursor: default;
}

    .staff-card.profile-card .staff-card-name {
        font-size: 2.4em;
        margin: 0 20px;
    }

    .staff-card.profile-card .staff-card-info {
        margin-bottom: 10px;
    }

.non-touch .staff-card.profile-card .staff-card-info, .non-touch .staff-card.profile-card:hover .staff-card-info {
    background-color: #e2f7cc;
}

.staff-card.profile-card .work-title {
    font-size: 2.6rem;
    margin-bottom: 0;
    margin-left: 20px;
}

.staff-card.profile-card .staff-card-img {
    margin: 0 20px;
}

.staff-card.profile-card .staff-card-contact {
    padding: 10px 20px;
}
/*////////////// profile-card ////////////////////*/
.staff-card.profile-card {
    cursor: default;
}

    .staff-card.profile-card .staff-card-name {
        font-size: 2.4em;
        margin: 0 20px;
    }

    .staff-card.profile-card .staff-card-info {
        margin-bottom: 10px;
    }

.non-touch .staff-card.profile-card .staff-card-info, .non-touch .staff-card.profile-card:hover .staff-card-info {
    background-color: #1792AF;
}

.staff-card.profile-card .work-title {
    font-size: 2.6rem;
    margin-bottom: 0;
    margin-left: 20px;
}

.staff-card.profile-card .staff-card-img {
    margin: 0 20px;
}

.staff-card.profile-card .staff-card-contact {
    padding: 10px 20px;
}

    .staff-card.profile-card .staff-card-contact table, .staff-card.profile-card .staff-card-contact td, .staff-card.profile-card .staff-card-contact th {
        border:none;
    }
    /*//////////////// specialties-btn ///////////////*/
    .specialties-btn {
        position: relative;
        display: inline-block;
        text-decoration: none !important;
        vertical-align: middle;
    }

    .specialties-btn h5 {
        display: inline-block;
        margin-bottom: 0;
        padding-top: 0;
    }

.non-touch .specialties-btn:hover * {
    color: #387e00;
}
/*///////////// sidemenu-toggleBtn ////////////////*/
.sidemenu-toggleBtn {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 0px;
    left: -40px;
    background-color: #996C2B;
}

    .sidemenu-toggleBtn:before {
        border-bottom: 10px double #ffffff;
        border-top: 3px solid #ffffff;
        content: "";
        height: 4px;
        position: absolute;
        right: 9px;
        top: 12px;
        width: 21px;
    }

    .sidemenu-toggleBtn.on:before, .sidemenu-toggleBtn.on:after {
        position: absolute;
        left: 19px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #ffffff;
        top: 4px;
        border: none;
    }

    .sidemenu-toggleBtn.on:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sidemenu-toggleBtn.on:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
/*////////////// goto top button ////////////////*/
.totop {
    display: none;
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 45px;
    right: 5px;
    -webkit-transform: translate(100%, 50%);
    -ms-transform: translate(100%,50%);
    transform: translate(100%,50%);
    z-index: 1000;
    background: url("../../images/Pathology/icon-back-top-top.png") no-repeat center center;
    border-radius: 50%;
    background-size: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(0.25,0.8,0.25,1);
}

    .totop.ready {
        display: block;
        right: 0px;
    }

    .totop.active {
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0,50%);
        bottom: 55px;
        right: 20px;
    }

.non-touch .totop:hover {
    background: url("../../images/icon-back-top-top.png") no-repeat center center;
    background-size: 100%;
    opacity: 1.0 !important;
}
/*///////////// css animation ////////////////*/
.normal {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.zoomIn {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.transitionBackground {
    transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
}
/*////////////////// colorbox ///////////////////////*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: visible !important;
}

#cboxOverlay {
    position: fixed;
    background: rgba(190,190,190,0.98);
}

#cboxLoadedContent {
    border: none;
    margin: 0;
}

#cboxContent {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 15px solid #fff;
    padding: 20px 0 25px 5px;
}

#cboxTitle {
    top: -5px;
    left: 10px;
}

#cboxClose {
    top: -45px;
    right: -22px;
    width: 24px;
    height: 24px;
    background: url(../../images/colorbox/close.png) center center no-repeat;
    background-size: 24px 24px;
}

#cboxNext {
    background: url(../../images/icon_arrow_h.png) no-repeat;
    background-position: 0 0;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    right: -40px;
    left: auto;
}

    #cboxNext:hover {
        background-position: 0 0;
    }

#cboxPrevious {
    background: url(../../images/Medicine/icon_arrow_h.png) no-repeat;
    background-position: 100% 0;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    left: -40px;
    right: auto;
}

    #cboxPrevious:hover {
        background-position: 100% 0;
    }
/*////////////////// cbxVideo /////////////////////*/
.cbxVideo-holder {
    position: relative;
    display: block;
    width: 100%;
    margin: 20px auto;
}

.cbxVideo {
    position: relative;
    display: inline-block;
    width: 30%;
    min-width: 300px;
    margin: 10px 1.5% 10px 1.5%;
    vertical-align: top;
    text-decoration: none !important;
}

    .cbxVideo:focus {
        outline: 0;
    }

    .cbxVideo > h4 {
        position: relative;
        display: inline-block;
        z-index: 1;
        max-width: 100%;
        margin: 0 0 1em;
        background: #ffffff;
        padding: 0.3em 0;
        font-size: 2.4rem;
        line-height: 1.2em;
        cursor: pointer;
        color: #58595b;
    }

        .cbxVideo > h4:before {
            position: absolute;
            width: 2em;
            left: 0;
            bottom: -0.3em;
            padding: 0.3em 0 0;
            border-bottom: 2px solid #60be00;
            content: ' ';
        }

    .cbxVideo .video-cover {
        position: relative;
        overflow: hidden;
        padding: calc(56% - 3px) 0 0;
    }

        .cbxVideo .video-cover img {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
        }

        .cbxVideo .video-cover:before {
            position: absolute;
            content: "";
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            background-color: rgba(0,0,0,0.3);
            -webkit-transition: background-color 200ms linear;
            -ms-transition: background-color 200ms linear;
            transition: background-color 200ms linear;
            z-index: 2;
        }

.non-touch .cbxVideo:hover .video-cover:before {
    background: rgba(255,255,255,0.3);
}

.cbxVideo .video-cover:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/play-btn.png) center center no-repeat;
    background-size: 54px 39px;
    z-index: 3;
}
/*////////////////// video ///////////////////*/
.PopupVideo {
    width: 100%;
    height: 100%;
    max-width: 1400px;
}

.VideoHolder {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.VideoColorBox #cboxNext, .VideoColorBox #cboxPrevious {
    display: none !important;
}
/*////////////////// social share ////////////////////*/
.slider-item-pop-content-img-w {
    margin: 0 0 15px
}

.slider-item-pop-content-img-w-inner {
    position: relative;
    padding: 59.88023952% 0 0;
    overflow: hidden
}

    .slider-item-pop-content-img-w-inner img {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

.slider-item-share-list {
    font-size: 0;
    margin: 0 0 10px
}

.slider-item-share-icon-facebook {
    background-image: url('../../images/share-icon-list/facebook.png')
}

.slider-item-share-icon-weibo {
    background-image: url('../../images/share-icon-list/weibo.png')
}

.slider-item-share-icon-twitter {
    background-image: url('../../images/share-icon-list/twitter.png')
}

.slider-item-share-icon-linkedin {
    background-image: url('../../images/share-icon-list/linkedin.png')
}

.slider-item-share-icon-youtube {
    background-image: url('../../images/share-icon-list/youtube.png')
}

.slider-item-share-icon-google {
    background-image: url('../../images/share-icon-list/google.png')
}

.slider-item-share-icon-wechat {
    background-image: url('../../images/share-icon-list/wechat.png')
}

.slider-item-share-icon-email {
    background-image: url('../../images/share-icon-list/email.png')
}

.slider-item-share-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0
}

.slider-item-pop-content-img-caption {
    text-align: center;
}
/*//////////// inner page banner //////////////////*/
.InnerPage .inner-banner {
    position: relative;
    line-height: 0;
}

    .InnerPage .inner-banner img {
        backface-visibility: hidden;
    }

    .InnerPage .inner-banner .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
    }

    .InnerPage .inner-banner .middle {
        opacity: 1;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
    }

        .InnerPage .inner-banner .middle .Title {
            margin-bottom: 0;
        }
/*/////////////// inner page content divide //////////////////*/
.div60 {
    width: 60%;
    margin: 0 auto;
}

.div80 {
    width: 80%;
    margin: 0 auto;
}

.div90 {
    width: 90%;
    margin: 0 auto;
}
/*///////////// circles-box ///////////////*/
.circles-tbl {
    margin: 2% auto;
}

    .circles-tbl td {
        vertical-align: top;
    }

    .circles-tbl .feature-td {
        width: 30%;
    }

    .circles-tbl .space-td {
        width: 10%;
    }

.circles-box {
    position: relative;
    display: block;
    text-decoration: none !important;
}

    .circles-box .circles-image {
        position: relative;
        display: block;
        width: 100%;
        max-height: 300px;
        cursor: pointer;
        overflow: hidden;
        line-height: 0;
        border-radius: 150px;
        -webkit-border-radius: 150px;
        -moz-border-radius: 150px;
        -ms-border-radius: 150px;
        -o-border-radius: 150px;
    }

        .circles-box .circles-image img {
            position: relative;
            width: 100%;
            z-index: 1;
        }

    .circles-box .circles-content {
        margin: 0;
        overflow: hidden;
    }

        .circles-box .circles-content > h4 {
            text-align: center;
            margin: 20px auto;
            line-height: normal;
        }
            .circles-box .circles-content > h4 > p {
                text-align: center;
            }
            /*/////////////// facilities-tbl ////////////////////*/
            .facilities-tbl {
                background-color: #ffffff;
            }

    .facilities-tbl td {
        padding: 20px !important;
        vertical-align: middle !important;
    }

.facilities-tbl-content {
    padding: 0 10px;
}

.facilities-tbl .contentTitle {
    margin-bottom: 1rem !important;
}

.marginTopInner {
    /*margin-top: -5%;*/
}
/*/////////////// service button ////////////////////*/
.service-tbl {
    max-width: 1024px;
    width: 100%;
}

    .service-tbl td {
        vertical-align: middle !important;
    }

    .service-tbl .download-btn {
        min-width: 300px;
        display: inline-block;
    }

        .service-tbl .download-btn:before {
            content: "\f019";
            font-family: FontAwesome;
            font-size: inherit;
            line-height: 1;
            display: inline-block;
            float: left;
            margin-top: 10px;
            margin-right: 15px;
            color: #2c8cd8;
            max-width: 15px;
        }

        .service-tbl .download-btn .contentTitle {
            position: relative;
            display: inline-block;
            font-size: 2.4rem;
            text-align: left;
        }

.non-touch .service-tbl .download-btn:hover .contentTitle {
    text-decoration: underline !important;
}
/*/////////////// faq button ////////////////////*/
.InnerPage .faq-btn {
    display: inline-block;
    min-width: 150px;
    margin: 0px 0 10px 0;
}

    .InnerPage .faq-btn:before {
        content: "\f059";
        font-family: FontAwesome;
        font-size: inherit;
        line-height: 1;
        display: inline-block;
        float: left;
        margin-top: 10px;
        margin-right: 15px;
        color: #2c8cd8;
        max-width: 15px;
    }

    .InnerPage .faq-btn .contentTitle {
        position: relative;
        display: inline-block;
        font-size: 2.4rem;
        text-align: left;
    }

.non-touch .InnerPage .faq-btn:hover .contentTitle {
    text-decoration: underline !important;
}
/*/////////// contactInfo-tbl ///////////////*/
.contactInfo-tbl td.img-td {
    padding: 10px 15px 5px;
    overflow: hidden;
}

.main-content .contactInfo-tbl td {
    vertical-align: middle;
}

.contactInfo-tbl td.img-td p {
    text-align: center;
}

/*//////////////// theme-wrapper///////////////*/
.page-content-wrapper.theme-wrapper {
    background-color: #215429;
    width: 100%;
    padding: 0;
    max-width: none;
}

    .page-content-wrapper.theme-wrapper .main-content {
        padding: 4rem 0;
        margin: 0 auto;
        width: 100%;
    }

.quiz-gp .case-col {
    margin: 0 2%;
}

    .quiz-gp .case-col a {
        position: relative;
        display: inline-block;
        background-color: #f2f2f2;
        width: 96%;
        padding: 10px 2%;
        margin: 5px;
        box-sizing: border-box;
        text-align: center;
        color: #58595b;
    }

.non-touch .quiz-gp .case-col a:hover {
    background-color: #a9d05a;
    color: #ffffff;
    text-decoration: none;
}

.quiz-gp .accordion-tab .contentTitle {
    color: #ffffff;
}

.quiz-gp .accordion-tab .details-tab-btn:before {
    color: #a9d05a;
}
/*//////////////// QuizPage ////////////////////*/
.QuizPage .accordion-tab .answer-tab-btn:after {
    content: "\f27b";
    font-family: FontAwesome;
    line-height: 1;
    display: inline-block;
    font-size: 1.3em;
    margin-top: 15px;
    margin-left: 15px;
    color: #58595b;
    width: 15px;
}

.QuizPage .gallery-holder {
    background-color: #efefef;
    padding: 20px 2%;
}

    .QuizPage .gallery-holder #gallery {
        margin-bottom: 20px;
    }

.InnerPage .video-btn {
    display: inline-block;
    min-width: 150px;
    margin: 0px 0 10px 0;
}

    .InnerPage .video-btn .contentTitle {
        position: relative;
        display: inline-block;
        font-size: 2.4rem;
        text-align: left;
    }

    .InnerPage .video-btn:before {
        content: "\f03d";
        font-family: FontAwesome;
        font-size: inherit;
        line-height: 1;
        display: inline-block;
        text-align: left;
        float: left;
        margin-top: 10px;
        margin-right: 15px;
        color: #2c8cd8;
        max-width: 15px;
    }

.InnerPage .quiz-category-holder {
    position: relative;
    display: block;
    margin: 10px 0 5px 0
}

    .InnerPage .quiz-category-holder a.contentTitle {
        display: inline-block;
        line-height: 1.8em;
        font-size: 2.2rem;
        margin: 0 0 0 1%;
    }

    .InnerPage .quiz-category-holder span {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    .InnerPage .quiz-category-holder .num {
        width: 20px;
    }

.adjustImage {
    object-fit: cover;
    object-position: top center;
    width: 205px;
}
.image-description.scEnabledChrome {
    min-height: 30px;
    border: #F00 dotted 1px;
}
.news-date, .news-venus {
    font-size: 90%;
    margin-bottom: 0.5px!important;
}

.news-date span{
    padding-right: 30px;
}

.news-venus div:first-child{
    padding-right: 20px;
    color:#000;
    font-weight:bold;
}
.search-result {
    padding: 2% 0 2% 11%;
}
.feature-title {
    color: #454545;
    margin-top  : 30px;
}

.feature-box h5 span, .news-view h3, .highlight-block .block-content-holder{
    width: auto;
    height: 50px;
    position: relative;
    z-index: 1;
}

    .feature-box h5 span:before{
        content: "";
        position: absolute;
        left: 0;
        top: -20px;
        height: 1px;
        width: 50px; /* percentage of the element width*/
        border-top: 4px solid #208ECA;
    }

    .news-view h3:before {
        content: "";
        position: absolute;
        left: 35px;
        top: 57px;
        height: 1px;
        width: 61%;
        border-top: 4px solid #9DD3E4;
    }

    .highlight-block .block-content-holder:before {
        content: "";
        position: absolute;
        left: 70px;
        top: 176px;
        height: 1px;
        width: 70%;
        border-top: 8px solid #1792AF;
    }


/*table, td, th {
    border: 1px solid #ddd;
    text-align: left;
}*/

/*//////////// Change Year /////////////*/
.eventsYear.selected {
    text-decoration: underline;
    cursor: pointer;
}

.eventsYear {
    font-size: 1.5em;
    padding-right: 10px;
    cursor: pointer;
}

.highlightText {
    font-weight: bold;
    color: #2E3459;
}

.eventsList.active {
    display: block;
}

.eventsList {
    display: none;
}
.eventsList li span{
    display:inline-flex;
}

.calendar-content table, .calendar-content td, .calendar-content th {
    border: none;
    border-collapse: collapse;
}

body .owl-nav{
display:block!important;  
position: initial;
}

body .owl-nav div{
position: absolute;
top: 40%;
border-radius: 100%;
    width: 40px;
    height: 40px;
}

body .owl-prev{
  left: 0px;
  display: flex;
  background-color: #4BAED0 !important;
    color: white;
    margin-left: 10px;
box-shadow: 2px 2px grey;
opacity: 0.9;
}
body .owl-prev .fa-chevron-left{
margin-left: 13px;
    margin-top: 12px;
}

body .owl-next .fa-chevron-right{
margin-left: 14px;
    margin-top: 13px;
}
body .owl-next{
  right: 0px;
  display: flex;
  background-color: #4BAED0 !important;
    color: white;
    margin-right: 10px;
box-shadow: 2px 2px grey;
opacity: 0.9;
}