﻿
.externalLinkAaalac {
    display: none !Important;
}

a.LinkAaalac {
    position: absolute;
    color: #AAA !Important;
    top: 0px !Important;
    right: 0px !Important;
    font-size: 14px !Important;
}

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)
}

    body.edit-mode .image-description img {
        width: auto;
    }

    body.edit-mode .image-description-text {
        display: none;
    }

a {
    cursor: pointer;
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}

    a:hover {
        color: #AE4D62;
    }

img {
    /*width: 100%;*/
}

h5 {
    font-size: 2.8rem; /*2.2rem;*/
    line-height: 1.2;
}

.TitleFont {
    font-family: 'Yanone Kaffeesatz';
    letter-spacing: 1px;
    font-weight: normal;
}

.NewsTitleFont {
    font-family: 'Open Sans';
    letter-spacing: 1px;
    font-weight: normal;
}

.NewsDateTitleFont {
    font-family: 'Open Sans';
}

.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: #18804C !important;
}

.ThemeColor2Text {
    color: #3A9B66 !important;
}

.ThemeColor3Text {
    color: #F15D62 !important;
}

.ThemeColor4Text {
    color: #336666 !important;
}

.TextAlignLeft {
    text-align: left !important;
}

.TextAlignRight {
    text-align: right !important;
}

.GoldTextColor {
    color: #b4896d;
}

.NavyTextColor {
    color: #223d5c;
}

.TextAlignCenter, .TextAlignCenter p {
    text-align: center !important;
}

.PinkDashTextBottom {
    border-bottom: 5px solid #FF9999;
}

.PinkDashTextTop {
    border-top: 5px solid #FF9999;
}

.PinkDashTextTop2 {
    border-top: 5px solid #F15D62;
}

.PinkDashSeparator-holder {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 3px;
}

    .PinkDashSeparator-holder .PinkDashSeparator {
        border-bottom: 5px solid #F15D62;
        padding-right: 120px;
    }

.GreenDashTextBottom {
    border-bottom: 5px solid #A0C85A;
}

.GreenDashTextTop {
    border-top: 5px solid #A0C85A;
}

.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;
}

.grey-area {
    background-color: #e5e3e3;
}

.container {
    width: 1600px;
}

.uppercase {
    text-transform: uppercase;
}

.ThemeColorText {
    color: #6952aa;
}

.ThemeDefaultText {
    color: #58595b;
}

.BlackColorText {
    color: #333333;
}

.RedText {
    color: #FF0000;
}

.ColorBackground1 {
    background-color: #e4b5ad;
}

.highlightText {
    font-weight: bold;
    color: #9b7b4e;
}

.ThemeColor1BottomLine {
    border-bottom: 2px solid #18804C !important;
}

.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;
}

    ul > p {
        padding-left: 50px;
    }

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;
}

.contentTitle.TitleFont.ThemeColor2Text {
    color: #E97886 !important;
}

.width-5p {
    width: 5%;
}

.width-20p {
    width: 20%;
}

.width-30p {
    width: 30%;
}

.width-70p {
    width: 70%;
}

.width-80p {
    width: 80%;
}

.width-95p {
    width: 95%;
}

.width-100p {
    width: 100%;
}

.wrapper img {
    width: 100%;
    height: auto;
}

.col-6.columns p {
    padding: 10px;
}

.hidden {
    display: none;
}

ul.research-list li:nth-child(odd) {
    background-color: rgba(243, 243, 245, 1);
}
/* /////////////////// btn /////////////////////*/
.btn {
    position: relative;
    display: inline-block;
    min-width: 170px;
    padding: 10px 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none !important;
    opacity: 0.9;
}

    .btn.btnThemeStyle {
        background-color: #FF999A;
        text-align: center;
        border: none;
        border-radius: 25px;
    }

.non-touch .btn.btnThemeStyle:hover {
    background-color: #F15D62;
    color: #ffffff;
    text-decoration: none;
}

.btn.btnTheme2Style {
    background-color: #a577b4;
    text-align: center;
    border: none;
}

.non-touch .btn.btnTheme2Style:hover {
    background-color: #5c4c7f;
    color: #ffffff;
    text-decoration: none;
}

.wrapper {
    position: relative;
    overflow: hidden;
    min-width: 320px;
}

.no-scroll {
    overflow: hidden;
}

.icons-navigation {
    width: 160px;
    height: 160px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: relative;
    display: inline-block;
}

    .icons-navigation:hover {
        background-position: 0 -160px
    }

/* 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: 95%;
    }

#Site-logo {
    position: relative;
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

    #Site-logo a {
        position: absolute;
        top: 20px;
        color: #8E9090;
        /*left:70px;*/
    }

        #Site-logo a h3 {
            font-size: 2.1em;
        }

#externalLink .externalLink-gp li:first-child {
    margin-right: 5px;
}

#Site-logo img {
    width: 100%;
    max-width: 60px;
    top: 5px;
    position: relative;
    left: 0px;
}

#Aaalac-logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

    #Aaalac-logo a {
        position: absolute;
        top: 20px;
        color: #2d373c;
        left: 70px;
    }

    #Aaalac-logo img {
        width: 100%;
        max-width: 122px;
        top: 10px;
        position: relative;
        left: 0px;
    }

#externalLinkAaalac {
    position: absolute;
    display: block;
    vertical-align: top;
    right: 230px;
    top: 15px;
    font-size: 2.2rem;
}

    #externalLinkAaalac .externalLinkAaalac-gp li {
        display: inline-block;
    }

        #externalLinkAaalac .externalLinkAaalac-gp li:first-child {
            margin-right: 30px;
        }

        #externalLinkAaalac .externalLinkAaalac-gp li a {
            color: #8E8E8E;
        }

#mobi-externalLinkAaalac {
    display: none;
}

#externalLink {
    position: absolute;
    display: block;
    vertical-align: top;
    right: 2%;
    top: 5px;
    font-size: 2.2rem;
    width: 410px;
}

    #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;
}

#secondarymenu {
    position: absolute;
    display: block;
    vertical-align: top;
    right: 2%;
    top: 45px;
    font-size: 2.2rem;
    width: 420px;
}

    #secondarymenu li {
        display: inline-block;
    }

    #secondarymenu li {
        margin-right: 20px;
    }

        #secondarymenu li:last-child, #secondarymenu li:nth-last-child(2) {
            margin-right: 0px;
        }

        #secondarymenu li a {
            color: #055446;
        }

#mobi-secondarymenu {
    display: none;
}

#externalIconLink {
    max-width: 200px;
    position: absolute;
    display: block;
    vertical-align: top;
    right: 0%;
    top: 5px;
}

.menu-extension-mobile {
    position: relative;
    width: 96%;
    /*display: block;*/
    margin: 20px auto;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ffffff;
    font-size: 2.2rem;
    color: #ffffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

    .menu-extension-mobile a img, .menu-extension a img {
        width: auto;
    }

    .menu-extension-mobile a {
        border: none;
    }
/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#Footer {
    position: relative;
    color: #ffffff;
    font-size: 0.9em;
    overflow: hidden;
}

    #Footer .ThemeColorText {
        color: #A0C85A;
        font-size: 2.2rem;
    }

    #Footer .copyright-bar {
        position: relative;
        background-color: #074724;
        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: #1B5C3B;
        padding: 30px 0 20px 0;
    }

        #Footer .footer-content-holder .container.row {
            z-index: 2;
        }

    #Footer a:hover {
        opacity: 0.7;
    }

    #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: 4%;
    max-width: 70%;
}

    #Footer .sitemap-col .col-2.columns {
        width: 32%;
        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;
            font-family: 'Open Sans';
        }

#Footer .contact-info span > p {
    color: #d4d5d4;
    font-family: 'Open Sans';
}

#Footer .sitemap-col table li {
    max-width: 100%;
    line-height: 1.2em;
}

#Footer .copyright-text {
    padding: 8px 0 3px 0;
    font-size: 14px;
}
/*////////////////// main page /////////////////////////*/
.MainPage .Feature-gp.content-holder {
    padding-top: 5%;
}

/*////////////////// inner page /////////////////////////*/
.LandingPage .main-content .subpageTitle.TitleFont.ThemeColor3Text {
    font-size: 85px;
}

.LandingPage .home-banner .main-content p {
    padding: 0 10%;
    text-align: center;
}

.LandingPage .home-banner .main-content .deadline-txt {
    text-align: left;
    padding: 0;
}

.LandingPage .home-banner .main-content .date {
    text-align: left;
    padding: 0;
}

.deadline-txt {
    font-size: 1.6rem;
    line-height: 1;
    color: #de727c !important;
    margin: 40px 0;
    font-family: "Open Sans";
    font-weight: lighter;
}

deadline-txt .InnerPage .page-content-wrapper {
    /*background-image: url(/images/LAU/inner_bg.jpg);
    background-repeat: no-repeat;
    background-color: #e1eff0;*/
    padding: 0;
    /*background-color: #dcf2f2;*/
}

.InnerPage .page-content-wrapper.blankBg {
    background-image: none;
    background-color: #ffffff;
}

.InnerPage .page-content-wrapper.greyBg {
    background-image: none;
    background-color: #eaeaec;
    /*padding: 2rem 0;*/
}

.InnerPage .page-content-wrapper.themeColorBg {
    background-image: none;
    background-color: #9594c8;
    padding: 2rem 0;
}

.InnerPage .page-content-wrapper > .subpage-content > .row {
    padding-top: 0;
    padding-bottom: 0;
}

.InnerPage .main-content .contentTitle, .InnerPage .content-col .contentTitle {
    font-size: 2.8rem;
    margin-bottom: 0rem;
    text-decoration: none !important;
}

.InnerPage .main-content .contentSubTitle {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    /*font-family: Open Sans;*/
}

.InnerPage .main-content .contentInnerTitle {
    font-size: 2.2rem;
    margin-bottom: 0rem;
}

.InnerPage .main-content .staff-list-wrapper .contentTitle {
    margin-bottom: 20px;
}

.InnerPage .subpageTitle {
    margin-bottom: 0.5rem;
}

.InnerPage .image-description {
    position: relative;
    display: block; /*block*/
    margin: 0 25px 10px 25px;
}

    .InnerPage .image-description img {
        position: relative;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

.InnerPage .details-tab-content-holder .image-description img,
.InnerPage .details-tab-content-holder .image-description .enable-fancy-popup img {
    width: auto;
}

.InnerPage .details-tab-content-holder .columns .image-description img,
.InnerPage .details-tab-content-holder .columns .image-description .enable-fancy-popup img {
    width: 100%;
}

.InnerPage .image-description .image-description-text {
    font-size: 1.3rem;
    font-style: italic;
    margin: 5px auto;
    display: block;
    text-align: center;
}

.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 ul {
    list-style: disc;
    padding-left: 0px;
}

.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;
}

.InnerPage .main-content ol {
    padding-left: 35px;
}

.InnerPage .wrapper .inner-banner .text {
    display: none;
}

.InnerPage .main-content ul li:before {
    content: "■ ";
    color: #18804C;
    padding-right: 1%;
    padding-left: 1%;
    font-size: 3rem;
}

.InnerPage .main-content ul li {
    list-style: none;
    text-indent: -46px;
    padding-left: 48px;
}
/* /////////////////////// 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 .sectionTitle {
        margin-bottom: 0;
        padding-bottom: 1rem;
        border-bottom: 2px solid #F15D62;
        color: #F15D62;
    }

    .sidemenu > li a {
        display: block;
        padding-bottom: 5px;
        color: #828284;
    }

        .sidemenu > li a:hover, .sidemenu > li a.selected {
            color: #1B5C3B;
        }
    /*.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;
    width: 100%;
    /*margin: 20px 6% 20px -3%;*/
    margin: 20px 0 20px 0;
}

.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: #FF999A;
    }
/*////////////// 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%; /*100%;*/
        max-width: 1600px;
        margin: 1% auto;
    }

.InnerPage .subpage-content .content-col.columns {
    overflow: hidden;
}

.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, .content-col h5 {
        padding: 1rem 0 1rem 0;
    }

    .main-content a:hover {
        text-decoration: underline;
    }

    .main-content table th, .main-content table td {
        padding: 20px 40px;
        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%;
        margin-bottom: 3rem;
    }

        .main-content .TableStyle td img {
            width: auto;
        }

        .main-content .TableStyle th, .main-content .TableStyle td {
            padding: 10px 20px;
            border: 1px solid #bdbdbd;
            box-sizing: border-box;
        }

    .main-content .TableStyle2.TableStyle > tbody > tr > th, .main-content .TableStyle2.TableStyle > tbody > tr > td {
        border: none;
        padding: 10px 0px;
    }

    .main-content table .colColor1 {
        background-color: #208050;
        font-family: "Open Sans";
        font-size: 2rem;
        color: #ffffff;
    }

    .main-content table .colColor2 {
        font-family: 'OpenSans';
        background-color: #F9F7F7;
    }

    .main-content table .colColor3 {
        background-color: #E97886;
        color: #ffffff;
    }

    .main-content .TableStyle td {
        font-family: 'Yanone Kaffeesatz';
        font-size: 1.9rem;
    }

    .main-content .TableStyle th {
        font-family: 'Yanone Kaffeesatz';
    }

    .main-content .StaffTable .NameText {
        font-size: 1.9rem;
        vertical-align: top;
        margin-right: 5px;
    }
    /*.main-content .StaffTable a{
	color: #51A579;
}*/
    .main-content .OngoingTrialsTable th {
        background-color: #ffffff;
        text-align: center;
        vertical-align: middle;
        padding: 5px 10px;
    }

    .main-content .OngoingTrialsTable td, .main-content .OngoingTrialsTable td * {
        background-color: #ffffff;
        text-align: center;
        vertical-align: middle;
        padding: 5px 8px;
    }

        .main-content .OngoingTrialsTable td p {
            margin-bottom: 0px;
        }
    /*////////// 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;
        }
        /* 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;
    width: 100%;
}

.breadcrumb {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 20px 0%;
    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;
    }

    .breadcrumb a {
        color: #18804C;
    }
/*//////////////////////////// landing page //////////////////////////*/
.LandingPage .Feature-gp {
    background-color: #e5e3e3;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
}

.LandingPage .owl-carousel .owl-stage-outer {
    max-height: 550px;
}

.LandingPage .main-content {
    text-align: center;
    padding: 4rem 0;
    margin: 0px auto;
    width: 100%;
}

.LandingPage .Feature-gp p.overview {
    width: 100%;
    margin: 1% auto;
    max-width: 900px;
}

.LandingPage .Feature-gp .feature-tbl {
    position: relative;
    width: 100%;
}

.LandingPage .video-description {
    padding-bottom: 20px;
}
/*///////////// feature-box ///////////////*/
.feature-tbl td {
    vertical-align: top;
}

.feature-tbl .feature-td {
    width: 25%;
}

.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: 0px;
        overflow: hidden;
        /*width: 80%;*/
        margin: 0 auto;
        opacity: 0.9;
    }

        /*.feature-box .feature-content > h4{
    position: absolute;
    display: block;
    z-index: 1;
    padding: .5em 0 .5em .5em;
    font-size: 2.8rem;
    cursor: pointer;
    color: #ffffff;
    bottom: 2%;
    background-color: #18804C;
    width: 85%;
    box-sizing: border-box;
    transition: background-color .35s;
    -o-transition: background-color .35s;
    -webkit-transition: background-color .35s;
    transition: background-color .35s;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}*/
        .feature-box .feature-content > h4 {
            display: block;
            z-index: 1;
            padding: .5em 0 .5em .5em;
            font-size: 2.8rem;
            cursor: pointer;
            color: #ffffff;
            bottom: 2%;
            background-color: #18804C;
            width: 100%;
            box-sizing: border-box;
            transition: background-color .35s;
            -o-transition: background-color .35s;
            -webkit-transition: background-color .35s;
            transition: background-color .35s;
        }

    .feature-box:hover .feature-content > h4 {
        background-color: #1B5C3B;
    }

    .feature-box .feature-content > h4:after {
        position: absolute;
        right: 20px;
        top: 0;
        right: -38px;
    }

.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: 0px;
}
/*/////////////////// Latest Events (Way) /////////////////////*/
.LandingPage .events-gp {
    background-image: url("../../images/Pharmacy/Event Bg.png");
    /*background-color: #e5e3e3;*/
    width: 100%;
    max-width: none;
}

    .LandingPage .events-gp .main-content {
        padding: 2rem 0;
    }

    .LandingPage .events-gp .news-holder {
        position: relative;
        display: block;
        width: 96%;
        max-width: 1024px;
        margin: 20px auto 30px auto;
    }

    .LandingPage .events-gp .news-content-holder {
        position: relative;
        display: block;
        width: 100%;
        background-color: #ffffff;
        margin: 20px auto;
        border-left: 15px solid #E3B5AC;
        box-sizing: border-box;
    }

        .LandingPage .events-gp .news-content-holder .content-body {
            padding: 10px 30px 8px 30px;
            width: 100%;
            box-sizing: border-box;
        }
/*/////////////////// Latest News (Way) /////////////////////*/
.LandingPage .news-gp {
    background-color: #e5e3e3;
    width: 100%;
    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: #E3B5AC;
}

.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;
}

.news-tbl {
    position: relative;
    display: inline-block;
    margin: 20px auto;
}

/*
.news-tbl .news-tbl-tr{
    position: relative;
    display: block; 
   margin-bottom: 1px; 
    
}*/

.news-box {
    position: relative;
    display: block;
    margin: 10px 0;
    background-color: #ffffff;
    border-bottom: 5px solid #E97886;
    box-sizing: border-box;
    text-decoration: none !important;
    color: #6951aa;
}

.news-tbl .news-box .news-image {
    padding: 0;
    line-height: 0;
    width: 38%;
}

.news-tbl .news-box .news-text-box {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px 20px;
}

    .news-tbl .news-box .news-text-box .news-text p {
        text-align: left;
        padding: 0;
        color: #58595b;
    }

.news-tbl .news-space-td {
    width: 2%;
}

table .date {
    font-size: 1.5rem; /*2.2rem;*/
    color: #818181;
    margin-bottom: 10px;
}


h6 {
    font-size: 2.5rem; /*2.2rem;*/
    line-height: 1.2;
    margin: 3% 0;
    /*   cursor: pointer;
    color: #5c4b99;
    transition: background-color .35s;
    -o-transition: background-color .35s;
    -webkit-transition: background-color .35s;
    transition: background-color .35s;*/
}

/*.news-text:hover .TitleFont > h6{
   color: #9594c8;
}
*/

.deadline-txt {
    font-size: 1.6rem; /*2.2rem;*/
    line-height: 1;
    color: #de727c !important;
    margin: 40px 0;
    font-family: "Open Sans";
    font-weight: lighter;
}

/*/////////////////////// 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% 0;
}

.non-touch .calendar-content:hover .content-title {
    color: #60be00;
}

.calendar-view-row {
    margin-bottom: 20px;
    border-bottom: 5px solid #18804C;
}

.calendar-content {
    position: relative;
    display: block;
    text-decoration: none !important;
}

    .calendar-content .content-image,
    .calendar-content-container .content-image {
        max-width: 200px;
        width: 200px;
        margin-right: 20px;
    }

    .calendar-content .content-date {
        font-size: 16px;
        font-size: 1.6rem;
        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 ///////////////////////*/
.news-list.event-list .event-content:first-of-type {
    padding: unset;
    border: unset;
    margin: unset;
}

.event-content {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px auto 0 auto;
    padding-top: 20px;
    border-top: 1px solid #c0c0c0;
}

.show-more-button-holder {
    position: relative;
    width: 100%;
    margin: 10px auto 0 auto;
    padding-top: 20px;
    border-top: 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;
}

.event-content.hidden {
    display: none;
}

.eventsYear.selected {
    text-decoration: underline;
    cursor: pointer;
}

.eventsYear {
    font-size: 1.5em;
    padding-right: 10px;
    cursor: pointer;
}

.eventsList.active {
    display: block;
}

.eventsList {
    display: none;
}
/*/////////////////////// lab table ///////////////////////*/
table.lab-tbl tr td:first-child {
    padding-right: 20px;
}

table.lab-tbl tr td h5 {
    padding-top: 0;
}
/*//////////////////////// news list /////////////////////////*/
.news-list.calendar-content-container {
    margin: 0px;
}

.news-list .calendar-view-row {
    margin: 0px;
    border: none;
}

.news-list table th, .news-list table td {
    padding: 20px 0px 0px 20px;
}

.news-list.event-list table th, .news-list.event-list table td {
    padding: 5px 10px 5px 0;
}

.news-list .calendar-view-row .dotdotdot-content-holder {
    text-align: justify;
}
.facebook-section .dotdotdot-content-holder{
    max-width: 670px;
}
/*//////////////////////// news block /////////////////////////*/
.block-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1560px;
    margin: 20px auto;
}

.news-row.block-content {
    margin: 0px;
}

.block-content .block-view {
    position: relative;
    width: 100%;
}

    .block-content .block-view td {
        vertical-align: top;
        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 {
        background-color: #ffffff;
        width: 100%;
        padding: 20px;
        min-height: 150px;
        border-bottom: 5px solid #336666;
    }

.three-col-table .block-content > .block-view .highlight-block .block-content-holder, .block-content > .block-view .news-block-col .block-view-row .block-content-holder {
    min-height: 500px;
}

.block-content > .block-view .highlight-block *, .block-content > .block-view .news-block-col * {
    box-sizing: border-box;
    text-align: left;
    display: block;
}

.block-content > .block-view .block-content-holder .content-body .content-date {
    font-size: 1.4rem;
    color: #F15D62;
}

.block-content > .block-view .block-content-holder .content-body .block-title {
    display: block;
    font-size: 2rem;
    line-height: 1.2em;
    /*text-decoration: none;*/
    margin: 10px 0;
}

.three-col-table .block-content > .block-view .block-content-holder .content-body {
    border-bottom: #ccc solid 1px;
    padding: 10px 0px;
}

.non-touch .block-content > .block-view .highlight-block:hover > .content-view .block-content-holder.transitionBackground {
    background-color: #18804C;
}

.non-touch .block-content > .block-view .highlight-block:hover .block-content-holder.transitionBackground .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 .block-content-holder.transitionBackground .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%;
    background-color: #18804C;
    padding: 10px;
    min-height: 150px;
    border-bottom: 5px solid #ffffff;
}

.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;
    margin-top: 20px;
}

    .details-tab .details-tab-btn {
        position: relative;
        cursor: pointer;
        text-decoration: none;
    }

    .details-tab a:hover.details-tab-btn {
        text-decoration: 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: 10px 15px 1.2rem 0;
        cursor: pointer;
    }

    .details-tab .active .icon-arrow {
        background-position: 0px -32px;
    }

    .details-tab .contentTitle {
        position: relative;
        display: inline-block;
        max-width: 90%;
    }

    .details-tab li > p {
        display: inline-block;
        max-width: 90%;
        vertical-align: top;
    }

    .details-tab ul li:before, .staff-card-contact ul li:before {
        content: "■ ";
        color: #18804C;
        padding-right: 1%;
        font-size: 2rem;
    }

    .details-tab ul li, .staff-card-contact ul li {
        text-indent: -26px;
        padding-left: 26px;
    }

    .details-tab ul li {
        list-style: none;
    }

    .details-tab .TableStyle {
        position: relative;
        width: 100%;
        margin-bottom: 3rem;
    }

        .details-tab .TableStyle th, .details-tab .TableStyle td {
            padding: 10px 20px;
            border: 1px solid #bdbdbd;
            box-sizing: border-box;
        }

    .details-tab .TableStyle2.TableStyle > tbody > tr > th {
        border: none;
        padding: 10px 0px;
    }

    .details-tab .details-tab .contentTitle {
        color: #3A9B66 !important;
    }

    .details-tab .details-tab .details-tab-content-holder h5 {
        color: #FF9999 !important;
    }

    .details-tab .TitleFont.ThemeColor2Text {
        margin-top: 20px;
    }

        .details-tab .TitleFont.ThemeColor2Text:first-of-type {
            margin-top: 0px;
        }

.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: right;
        color: #ffffff;
        margin-top: 10px;
        width: 20px;
        font-size: 20px;
        background-color: #E97886;
        padding: 7px;
        text-align: center;
    }

    .accordion-tab .details-tab-btn {
        color: #E97886;
    }

        .accordion-tab .details-tab-btn.active:before {
            content: "\f078";
        }
    /*.accordion-tab .details-tab-content-holder, .details-tab .details-tab-content-holder {
    margin: 10px 4% 0 4%;
}*/
    .accordion-tab .details-tab-content-holder {
        margin: 10px 4% 0 4%;
    }

.InnerPage .main-content .accordion-tab .contentTitle {
    font-size: 3rem;
}

.accordion-tab a.details-tab-btn {
    display: block;
}
/*/////////////// people block ///////////////////*/
@media (min-width: 1024px) {
    .staff-row .columns {
        width: 49%;
    }
}

.staff-row .columns {
    float: none;
    width: 33%; /*49%;*/
    vertical-align: top;
}

.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 15px 25px 0px; /*0 30px 25px 0px;*/
    padding-bottom: 10px;
    min-height: 270px;
}

.non-touch .staff-card:hover .staff-card-info {
    background-color: #e2f7cc;
    /*background-color: #f8e2b6;*/
}

.staff-card > * {
    color: #58595b;
    box-sizing: border-box;
}

.staff-card * {
    text-align: left !important;
}

.staff-card-img {
    position: relative;
    display: inline-block;
    z-index: 2;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 20%;
    max-width: 200px;
    min-width: 120px;
    height: auto;
    margin: 15px 20px 0;
    float: left;
}

.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: #f2f2f2; /*#f5ece5;*/
}

    .staff-card-info .staff-card-name {
        font-size: 22px;
        font-size: 1.6em;
        margin-bottom: 5px;
    }

        .staff-card-info .staff-card-name > * {
            vertical-align: top;
        }

        .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: 1em;
    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 5px 5px auto;
    }

.staff-card-contact {
    position: relative;
    display: block;
    z-index: 1;
    width: 60%;
    padding: 10px 21px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 1em;
}

.long-staff-list li {
    width: 18%;
    display: inline-block;
}

.staff-card .staff-card-title ul li:before {
    content: none;
}

.staff-card .staff-card-title ul li {
    text-indent: 0;
    padding-left: unset;
}

.staff-card table th, .staff-card table td {
    padding: 5px 0px 5px 0;
    vertical-align: top;
}
/*////////////// profile-card ////////////////////*/
.staff-card.profile-card {
    cursor: default;
}

    .staff-card.profile-card .staff-card-name {
        font-size: 2.4em;
        margin: 0 20px;
        text-align: left;
    }

    .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: 1.6em;
    font-weight: bold;
}

.staff-card.profile-card .staff-card-img {
    /*margin: 15px 20px 0 40px;*/
    margin: 5px 40px 0 40px;
    width: 100%;
}

.staff-card.profile-card .staff-card-contact {
    padding: 10px 40px;
    width: 100%;
}
/*//////////////// 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);
    }
/* Back to top
---------------------------------------------------*/
#Footer #totop {
    position: fixed;
    display: block;
    color: #FFFFFF;
}

.totop {
    bottom: 40px;
    right: -5px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transform: translate(100%, 50%);
    -ms-transform: translate(100%,50%);
    transform: translate(100%,50%);
    transition: all 0.3s cubic-bezier(0.25,0.8,0.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5), 0 1px 2px rgba(0,0,0,0.5);
    z-index: 10000;
}

    .totop.ready {
        display: block;
        right: 0px;
    }

    .totop.active {
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0,50%);
        bottom: 40px;
        right: 20px;
    }

.non-touch #Footer #totop {
    opacity: 1;
    background-color: #18804C;
}

    .non-touch #Footer #totop:hover {
        opacity: 1;
        background-color: #1B5C3B;
    }
/* FuncButton
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.FuncButton {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
}

    .FuncButton:before {
        display: inline-block;
        font-family: FontAwesome;
        font-size: 3.2rem;
        line-height: 1;
        text-align: left;
        margin-top: 4px;
        margin-left: 15px;
    }

.non-touch .FuncButton:hover {
    background-color: #FFFFFF;
}

.FuncButton.ButtonUp:before {
    content: "\f106";
    margin-left: 10px;
}

.FuncButton.ButtonNext:before {
    content: "\f105";
}

.FuncButton.ButtonPrev:before {
    content: "\f104";
}

.FuncButton.ButtonMore:before {
    content: "\f067";
    font-size: 2rem;
    margin-top: 0px;
    margin-left: -3px;
    padding: 13px 15px;
}

.FuncButton.YellowTheme {
    background-color: #FBED21;
    color: #000000;
}

.FuncButton.WhiteTheme {
    background-color: #ffffff;
    color: #000000;
}

.FuncButton.BlackTheme {
    background-color: #000000;
    color: #FFFFFF;
}

.FuncButton.PurpleTheme {
    background-color: #18804C;
    color: #FFFFFF;
}

.non-touch .FuncButton.YellowTheme:not(.nohover):hover {
    background-color: #F7DC04;
}

.non-touch .FuncButton.BlackTheme:not(.nohover):hover {
    color: #000000;
}

.non-touch .FuncButton.WhiteTheme:not(.nohover):hover {
    color: #ffffff;
    background-color: #000000;
}
/*///////////// 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.35s linear;
    -webkit-transition: background 0.35s linear;
    -moz-transition: background 0.35s linear;
    -ms-transition: background 0.35s linear;
    -o-transition: background 0.35s 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 3px 5px;
    margin-top: 30px;
}

#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/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 #F15D62;
            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 content divide //////////////////*/
.div60 {
    width: 60%;
    margin: 0 auto;
}

.div80 {
    width: 80%;
    margin: 0 auto;
}
/*///////////// rectangle-box ///////////////*/
.rectangle-box {
    position: relative;
    display: block;
    text-decoration: none !important;
    text-align: center;
}

    .rectangle-box .rectangle-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;*/
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        /*-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);*/
    }

.rectangle-image .icons-navigation {
    width: 335px;
    height: 83px;
    background-position: 0 -83px;
}

    .rectangle-image .icons-navigation:hover {
        background-position: 0 0;
    }


/*///////////// 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;
    text-align: center;
}

    .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;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

        .circles-box .circles-image img {
            position: relative;
            width: 100%;
            z-index: 1;
        }

    .circles-box .circles-content {
        margin: 0;
        overflow: hidden;
        color: #818282;
    }

        .circles-box .circles-content > h4 {
            text-align: center;
            margin: 20px auto;
            line-height: normal;
        }
/*/////////////// 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;
}
/*//////////// inner page banner //////////////////*/
.InnerPage .inner-banner {
    position: relative;
    line-height: 0;
}

    .InnerPage .inner-banner img {
        backface-visibility: hidden;
        width: 100%;
    }

    .InnerPage .inner-banner .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: rgba(0,0,0,0.25);*/
    }

    .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;
        }

.marginTopInner {
    margin-top: -5%;
}

.edit-mode .marginTopInner {
    margin-top: 0;
}

.div90 {
    width: 90%;
    margin: 0 auto;
}
/*//////////// external link /////////////*/
.externalLinkBtn:before {
    content: "\f18e";
    font-family: FontAwesome;
    font-size: inherit;
    line-height: 1;
    display: inline-block;
    text-align: left;
    float: left;
    margin-top: 6px;
    margin-right: 15px;
    max-width: 15px;
}

.externalLinkBtn p {
    position: relative;
    display: inline-block;
    text-align: left;
}
/*//////////// download link /////////////*/
.downloadBtn:before {
    content: "\f019";
    font-family: FontAwesome;
    font-size: inherit;
    line-height: 1;
    display: inline-block;
    text-align: left;
    float: left;
    margin-top: 6px;
    margin-right: 15px;
    max-width: 15px;
}

.downloadBtn p {
    position: relative;
    display: inline-block;
    text-align: left;
}

/*//////////// Network Units /////////////*/

#NetworkUnits table {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

    #NetworkUnits table h5 {
        margin: 0 auto;
    }


/*//////////// Icon  /////////////*/

.icon_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}

    .icon_wrapper .item {
        width: 260px;
        margin: 0px 3%;
        margin-bottom: 5%;
    }

.services-gp .icon_wrapper .item {
    width: 335px;
    margin: 1% 3%;
}

.icon_wrapper.center {
    justify-content: center;
}

/*//////////// Form Holder /////////////*/
.form-holder label {
    font-family: "Open Sans", sans-serif, "Arial";
}

.form-holder .help-block, .form-holder .has-error {
    color: #FF0000;
}

.form-holder .g-recaptcha {
    padding-bottom: 12px;
}

.form-holder .has-error.has-feedback .list-group {
    display: none;
}

.form-holder .form-group {
    padding-bottom: 1.5rem;
}

.form-holder .floating {
    float: left;
    clear: none;
    padding-right: 10rem;
    width: 245px;
}

    .form-holder .floating .text-box {
        width: 245px;
    }

.form-holder .labelontop span {
    width: 100%;
}

.form-holder .labelontop .text-box {
    clear: both;
    width: 586px;
}

.form-holder textarea {
    width: 586px;
    height: 242px;
}

.required-field .control-label:before, .required-field .checkbox:after {
    color: #0094dd;
}
/*//////////// main page grey area  /////////////*/
.grey-area .content-holder {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 0 2%;
    box-sizing: border-box;
    max-width: 1600px;
}

.grey-area .image-description-text {
    color: #2E3459;
    font-family: 'Open Sans';
}

.grey-area .main-content {
    text-align: center;
    padding: 4rem 0;
    margin: 0px auto;
    width: 100%;
}
/*//////////// timeliner  /////////////*/
.timeline-container .timeline-wrapper h2 > span {
    text-align: center;
}

.timeline-container h2.timeline-time {
    min-width: 100px;
}

.timeline-container .history-content .image-description img {
    max-width: 500px;
    margin: 0 0 10px 0;
}

.timeline-container .history-content .image-description {
    margin: 0px;
}

.timeline-container .history-content .col-12.columns {
    margin: 0 25px;
}

    .timeline-container .history-content .col-12.columns p {
        padding-right: 5rem;
    }
/*//////////// loading spinner  /////////////*/
.loading {
    position: fixed;
    margin: auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    z-index: 11000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    .loading > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .loading .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .loading .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .loading .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .loading .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.image-description.scEnabledChrome {
    min-height: 30px;
    border: #F00 dotted 1px;
}

/*Search Bar*/


#search-bar {
    position: relative;
    display: inline-block;
    /*background-color: #fff;*/
    padding: 0 0 0 15px;
    width: 90px;
    vertical-align: top;
    margin: 0px;
    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;
        background: rgba(0,0,0,0);
    }

    #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;
    }

.search-result {
    padding: 2% 0 2% 11%;
}

/*/////////////// fancy box pop up //////////////////*/
.fancybox-content {
    padding: 44px 0px 0px 0px;
}

    .fancybox-content .popup-content {
        padding: 0px 44px;
    }

    .fancybox-content .popup-footer {
        background-color: #074724;
        padding: 5px 0px;
        color: #ffffff;
        font-size: 0.9em;
    }

        .fancybox-content .popup-footer .copyright-text {
            margin: 0px;
            text-align: center;
        }

.news-popup.fancybox-content {
    width: 60%;
    margin: 0 auto;
}

    .news-popup.fancybox-content.two-col {
        width: auto;
        margin: 0 auto;
    }

.fancybox-content .popup-content .media-container .video-holder iframe,
.fancybox-content .popup-content .media-container .video-holder video {
    width: 100%;
    min-height: 500px;
}

.fancybox-content .popup-content .media-container {
    text-align: center;
}

    .fancybox-content .popup-content .media-container img {
        width: auto;
    }

    .fancybox-content .popup-content .media-container .video-holder .video-description-text {
        font-size: 1.3rem;
        font-style: italic;
        margin: 5px auto;
        display: block;
        text-align: center;
    }

    .fancybox-content .popup-content iframe{
        width: 100%;
    }
/*/////////////// timeliner //////////////////*/
.timeline-series dt {
    white-space: normal;
}

/*/////////////// link-listing //////////////////*/
.InnerPage .main-content ul.link-listing li:before {
    /*vertical-align: text-bottom;*/
}

/*/////////////// photo-index-section //////////////////*/
.InnerPage .photo-index-section .feature-box-holder {
    position: relative;
    display: block;
    width: 100%;
    margin: 20px auto;
}

.InnerPage .photo-index-section .feature-box {
    position: relative;
    display: inline-block;
    width: 30%;
    min-width: 300px;
    margin: 10px 1.5% 10px 1.5%;
    vertical-align: top;
    color: #58595b;
}

    .InnerPage .photo-index-section .feature-box .feature-content {
        margin: -2.5em 0 0 0;
        overflow: hidden;
    }

        .InnerPage .photo-index-section .feature-box .feature-content > h4 {
            position: relative;
            display: inline-block;
            z-index: 1;
            max-width: 80%;
            margin: 0 0 1em;
            background: #ffffff;
            padding: 0.6em 1em 0 0;
            font-size: 2.8rem;
            line-height: 1.2em;
            cursor: pointer;
            color: unset;
        }

            .InnerPage .photo-index-section .feature-box .feature-content > h4:before {
                position: absolute;
                width: 2em;
                left: 0;
                bottom: -0.3em;
                padding: 0.3em 0 0;
                border-bottom: 2px solid #F15D62;
                content: ' ';
            }

            .InnerPage .photo-index-section .feature-box .feature-content > h4:after {
                display: inline-block;
                position: absolute;
                width: 2em;
                right: -2em;
                top: 0;
                z-index: -1;
                border-bottom: 2em solid #fff;
                border-right: 2em solid transparent;
                content: ' ';
            }

/*/////////////// feature-box deco //////////////////*/
.feature-box .deco-desc {
    height: 40px;
    text-align: center;
    padding-top: 15px;
}

    .feature-box .deco-desc img {
        width: auto;
    }

    .feature-box .deco-desc .point-deco {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
    }

    .feature-box .deco-desc .title {
        display: inline-block;
        max-width: 80%;
        font-weight: bold;
        line-height: 1.2em;
        font-size: 20px;
    }
/*/////////////// icon list //////////////////*/
.InnerPage .Feature-gp.icon-list .main-content {
    margin: 0 auto;
}
/*/////////////// title highlight section //////////////////*/
.InnerPage .main-content .title-highlight-header {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
    margin-top: 3rem;
}

    .InnerPage .main-content .title-highlight-header .content-wrapper {
        margin: 1% auto 0 auto
    }

.InnerPage .main-content .title-highlight-header-decoration span {
    padding-right: 120px;
}

.InnerPage .main-content .title-highlight-content {
    position: relative;
    min-height: 400px;
}

    .InnerPage .main-content .title-highlight-content .deco-image-holder {
        position: absolute;
        top: -48px;
    }

/*/////////////// message from head //////////////////*/
.msg-from-head-container #message-head-title .icontouch {
    position: absolute;
    display: block;
    background-color: #ffffff;
    padding: 10px;
    left: -50px;
    top: -40px;
    z-index: 10;
}

    .msg-from-head-container #message-head-title .icontouch img {
        margin: 10px auto;
    }

.msg-from-head-container .header-thumbnail {
    padding: unset;
}

    .msg-from-head-container .header-thumbnail img {
        max-width: 220px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

.msg-from-head-container .grid-holder-content {
    position: relative;
    padding: 5px 50px;
    box-sizing: border-box;
}

    .msg-from-head-container .grid-holder-content.grid-left {
        border-left: 3px solid #fd614b;
    }

    .msg-from-head-container .grid-holder-content.grid-bottom {
        border-bottom: 3px solid #fd614b;
    }
/*.msg-from-head-container p {
    color: #93999d;
}*/

.highlight-block .content-view .content-date.date-indicator-holder {
    position: relative;
}

    .highlight-block .content-view .content-date.date-indicator-holder .date-indicator {
        position: absolute;
        right: 0;
        background-color: #F15D62;
        color: white;
        padding: 0 20px;
    }
