
body{
    font-family: Arial, "PingFang TC", "Heiti TC", "Noto Sans CJK TC", NotoSansCJKtc-Regular, source-han-sans-traditional, "Microsoft JhengHei Fixed", "Microsoft JhengHei", "微軟正黑體", sans-serif; 
    overflow-x: hidden;
}

/* ANCHOR Elements */

.color-reversed a{
    color: #000;
}

.color-reversed a:hover{
    color:#36a5ed;
}

.stickup {
    z-index: 999;
}

ol, .item-list ol, ol.menu {
    margin: 0 0 24px 24px;
}
ol li, .item-list ol li, ol.menu li {
    background: none;
    margin: 17px 0 0;
    margin-top: 17px;
    position: relative;
}

blockquote{
    background: #f9fafc;
    border-left: 10px solid #cecece;
    padding: 20px;
    margin: 20px;
}

table{
    margin: 20px 0;
    max-width: 100%;
}

tbody {
    border-top: none;
}

img[style="float:left"]{
    margin-right: 20px;
    margin-bottom: 20px;
}
img[style="float:right"]{
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-title{
    margin-bottom: 30px;
}

pre{
    white-space: pre-wrap;
}

/* ANCHOR header */

.header-section .container,
.header_top_wrapper .container{
    width: 100%;
}

.logo{
    width: 100%;
}

.img-logo{
    float: left;
    margin-right: 20px;
    height: 75px;
}
.img-logo img{
    max-width: 100%;
    max-height: 100%;
}

.site-name{
    font-size: 15px;
    line-height: inherit;
    margin-top: 15px;
}

.section-e-journal .site-name{
    font-size: 15px;
    line-height: inherit;
    margin: 16px 0 0;
}

.slogan{
    font-size: 13px;
    clear: left;
}

.header_wrapper, .header_two_wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 1366px) {
    .logo {
        width: calc(100% - 800px);
    }
}

@media (min-width: 768px) {
    .slogan{
        clear: none;
        font-size: 14px;
    }
    .site-name{
        font-size: 18px;
        line-height: inherit;
        margin-top: 15px;
    }
    
    .section-e-journal .site-name{
        font-size: 18px;
        line-height: inherit;
        margin: 25px 0 0;
    }
}

/* ANCHOR header top */

.region-header-top {
    justify-content: flex-end;
    align-content: end;
    text-align: right;
}

.region-header-top #block-search-form{
    margin-left: 28px;
}

#block-superfish-2 li a.active{
    color: #fff;
}

#block-superfish-2 li a:hover{
    color: #fff;
}

/* ANCHOR menu */

ul.sf-menu.sf-style-none.sf-horizontal > li > a {
    line-height: 1.5;
}
ul.sf-menu.sf-style-none.sf-horizontal > li > h3{
    font: bold 12px/1em Arial;
    line-height: 1.4;
    cursor: pointer;
}
@media (min-width: 480px) {
    .sf-main-menu li a,
    ul.sf-menu.sf-style-none.sf-horizontal > li > h3{
        font-size: 16px;
    }
}

/* ANCHOR Layout */

.page-news #content,
.page-links #content{
    max-width: 900px;
    margin: 0 auto;
}

/* ANCHOR Panels */

@media only screen and (max-width: 768px){
    .phelan-column, .phelan-column2 {
        width: 100%;
        float: none;
    }
}


/* ANCHOR footer */

#mini-panel-footer_top iframe {
    max-width: 100%;
}

/* ANCHOR Slide */

.flexslider .slides > li {
    /* height: 39vw; */
    overflow: hidden;
}

.front-slide .flex-caption{
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin-right: 20px;
    letter-spacing: 2px;
    background-color: rgba(0,0,0, 0.6);
    padding: 30px;
}

.front-slide .flex-caption h2.title{
    color: white;
    margin: 0;
}
.front-slide .flex-caption .summary{
    color: gray;
}

/* ANCHOR List Item */

.list-item {
	padding:20px;
	border:1px solid #d8d8d8;
	-moz-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
    transition:all ease 0.2s;
    margin-bottom: 10px;
}
.list-item:hover {
	-webkit-box-shadow:8px 8px 35px 0 rgba(0,0,0,0.15);
	-moz-box-shadow:8px 8px 35px 0 rgba(0,0,0,0.15);
	box-shadow:8px 8px 35px 0 rgba(0,0,0,0.15);
}

.list-item,
.list-item.row{
    margin-left: 5% !important;
    margin-right: 5% !important;
    border-radius: 10px;
    position: relative;
}

.teaser-text{
    margin: 15px 0;
}

.fa-user::before {
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .list-item,
    .list-item.row{
        margin-left: 20% !important;
        margin-right: 20% !important;
    }
}

/* ANCHOR RWD: Table */
table {
    width: auto;
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
}
.rwd-table {
    overflow-x: auto;
}
.rwd-table table {
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .rwd-table {
        overflow-x: visible;
    }
}

/* ANCHOR front page */

.view-front.view-display-id-page .views-field-nothing h3{
    margin: 0 0 10px;
}

/* ANCHOR project-image */

.project-image { position:relative; }

.project-image .hover-content {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	-moz-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
    transition:all ease 0.2s;
    color: transparent;
}

.project-image .hover-content .body{
    padding: 10%;
    max-height: 200px;
    overflow: hidden;
}

.project-image .hover-content a {
	position:absolute;
	color:rgba(255,255,255,0.5);
	left: calc((100% - 169px)/ 2);
	bottom:5%;
	font-size:0;
	transform:translate(15px,-50%);
	z-index:99;
	-moz-transition:font-size 0.3s ease 0.4s;
	-o-transition:font-size 0.3s ease 0.4s;
	-webkit-transition:font-size 0.3s ease 0.4s;
	transition:font-size 0.3s ease 0.4s;
}

.project-image:hover .hover-content { 
    background:rgba(82,91,100,0.6); 
    color: #fff;
}

.project-image:hover .hover-content a { font-size:14px; }

.project-image .hover-content.btn a{
    border: 0px solid #bcbebe;
}

.project-image:hover .hover-content.btn a{
    border: 1px solid #bcbebe;
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
    .project-image .hover-content .body{
        max-height: 100px;
        font-size: 0.8em;
    }
}

/* ANCHOR region-section-one */

.region-section-one{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.region-section-one .block{
    padding: 30px 5% !important;
    border: 2px solid #f4f4f4;
    margin-bottom: 40px;
    width: 100%;
}

@media (min-width: 1024px) {
    .region-section-one .block{
        width: 47%;
    }    
}

.region-section-one .block h3{
    margin: 20px 0;
}

/* ANCHOR Statistic */

.statistics_counter span::before,
.view-count::before{
    font-family: 'FontAwesome';
    content:'\f06e';
    margin-right: 5px;
}

.page-statistics .download-count::before{
    font-family: 'FontAwesome';
    content:'\f019';
}

.download-count::before{
    margin-right: 5px;
}

td .download-count{
    position: relative;
    top: 12px;
}

.view-front .view-count{
    position: absolute;
    right: 10px;
    bottom: 40px;
}



/* ANCHOR 單元頁 Statistic */

.statistics table td{
    vertical-align: middle;
    padding: 10px;
    line-height: 40px;
}

.statistics .view-footer h3{
    margin-top: 60px;
}

@media (min-width: 768px) {
    .statistics .view-footer h3{
        margin-top: unset;
    }
}

/* ANCHOR Views */

.view-filters{
    margin-bottom: 40px;
}

input.form-text{
    padding: 17px 20px;
}

.views-exposed-widget:not([class*="-button"]) {
    width: 100%;
    max-width: 100%;
}

.views-exposed-widget .form-text,
.views-exposed-widget .form-select {
    width: 100%;
    max-width: 100%;
}

.page-news .views-submit-button,
.page-links .views-submit-button{
    clear: left;
}

@media (min-width: 768px) {
    .page-links .views-submit-button{
        clear: unset;
    }
    .views-exposed-widgets{
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 1280px) {
    .views-exposed-widget{
        max-width: 25%;
    }
    .views-exposed-widget:not([class*="-button"]) {
        width: auto;
        max-width: 25%;
    }
    .views-exposed-widget .form-text,
    .views-exposed-widget .form-select {
        width: auto;
    }
    .page-news .views-submit-button{
        clear: unset;
    }
}


/* ANCHOR Content block */

.view-content-block .views-field-title{
    margin-bottom: 30px;
}


/* ANCHOR Calendar */

.calendar-calendar div.calendar {
    font-size: 16px;
}

.calendar-calendar .month-view .full td.multi-day div.monthview, 
.calendar-calendar .week-view .full td.multi-day div.weekview, 
.calendar-calendar .day-view .full td.multi-day div.dayview {
    background: #d4ff9f;
    height: auto;
    overflow: visible;
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents, 
.calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
    position: relative;
    width: 100%;
    left: 5px;   
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
    display: none;
}

/* ANCHOR Articles */

.node-type-article .views-field-body,
.node-type-article .body-footer,
.node-type-article .link-wrapper{
    max-width: 900px;
    margin: auto;
}

.node-type-article .body-footer{
    padding-top: 60px;
}

#block-facebook-comments-facebook-comments .content{
    max-width: 620px;
    margin: auto;
}

.file-info .files,
.file-info .counter{
    display: inline-block;
}
.file-info .counter{
    margin-left: 10px;
    margin-right: 30px;
}

.node-type-article .file-info{
    padding-top: 15px;
}

.node-type-article .chinese_version a{
    border-color: #6a3906;
    color: #6a3906;
    margin-top: 0;
}

.node-type-article .chinese_version a:hover{
    color: #fff;
}

.node-type-article .views-field-view{
    clear: both;
}

.node-type-article .view-author .views-row{
    margin-bottom: 30px;
}

/* ANCHOR 單元頁 Articles */

.view-articles.view-display-id-page .views-row{
    max-width: 100%;
    margin-bottom: 40px;
}
.view-articles.view-display-id-page .views-row .views-row{
    margin-bottom: unset;
}

.articles .views-field-nothing-1 .flex{
    display: flex;
}

.articles .views-field-nothing-1 .language{
    margin-left: 20px;
}

.articles .lan-switch a{
    border: 1px solid #4b2904;
    border-radius: 2px;
    padding: 2px 5px;
}
.articles .lan-switch a:hover{
    background-color: #4b2904;
    color: #fff;
}

@media (max-width: 480px){
    .articles .views-field-field-ref-author{
        margin: 10px 0;
    }
    .articles .views-field-nothing .field-content{
        display: flex;
        flex-direction: column;
    }
    .articles .views-field-nothing span.topic {
        margin-left: 0px;
        border-left: 0px solid rgb(226, 242, 249);
        padding-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .articles .views-field-totalcount .field-content{
        display: flex;
        align-items: center;
    }
    .articles .views-field-nothing-1{
        margin-top: 20px;
    }
}

/* ANCHOR News */

.node-type-news #content{
    max-width: 900px;
    margin: auto;
}

.node-type-news .node .news-info{
    margin: 15px 0;
    background-color: #f9fafc;
    padding: 10px 30px;
    border-radius: 5px;
}

.node-type-news .node .news-info .views-field{
    margin-bottom: 15px;
}

.source-date .views-row{
    display: flex;
    margin-bottom: 35px;
}

.source-date .views-row .views-field {
    margin-right: 17px;
}

@media (min-width: 768px) {
    .node-type-news .view.news{
        margin-left: 15%;
        margin-right: 15%;
    }
}

/* ANCHOR 單元頁 News */

.page-news .views-row {
    margin-bottom: 40px;
}

.news .views-field-title h3{
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .page-news .views-row .views-field-totalcount{
        position: relative;
        top: -24px;
    }
}

/* ANCHOR Partners & Author */

.picture img{
    border-radius: 50%;
    border: 1px solid #ccc;
}

.node-type-partner #page-title,
.node-type-author #page-title{
    display: none;
}

.node-type-partner .information,
.node-type-author .information{
    background: #f9fafc;
    border-radius: 10px;
    padding: 10px 20px;
}

.node-type-partner .information h6,
.node-type-author .information h6{
    margin-top: 10px;
    margin-bottom: unset;
}

.node-type-partner .views-field-nothing.separator-bottom,
.node-type-author .views-field-nothing.separator-bottom{
    overflow: auto;
}

.node-type-partner .views-field-nothing-1,
.node-type-author .views-field-nothing-1{
    margin-top: 50px;
    padding: 20px 30px;
    overflow: auto;
    background: #f9fafc;
}

.node-type-partner .views-field-nothing-2{
    margin-top: 50px;
}

/* ANCHOR 單元頁 Partners */

.partners .views-row{
    position: relative;
}

.partners .country{
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 100;
}

.partners .country img{
    border-radius: 50%;
}

.partners .views-field-title img{
    width: 25px;
    height: 25px;
}

.picture{
    margin-bottom: 25px;
}

#block-views-content-block-block-7 .content .inside{
    width: 970px;
    max-width: 100%;
    height: 500px;
    margin: auto;
    position: relative;
}

#block-views-content-block-block-7 .content .title,
#block-views-content-block-block-7 .content .body p{
    position: absolute;
    font-weight: bold;
    font-size: 2em;
    max-width: 100%;
    line-height: 1.2;
}

#block-views-content-block-block-7 .content .title{
    top: 80px;
    left: 50px;
    font-size: 1.6em;
}

#block-views-content-block-block-7 .content .body p#up-left{
    top: 130px;
    left: 50px;
}
#block-views-content-block-block-7 .content .body p#bottom-right{
    bottom: 50px;
    right: 50px;
    left: 50px;
}

@media (min-width: 768px) {
    #block-views-content-block-block-7 .content .body p#bottom-right{
        left: unset;
    }
    .partners .country{
        top: 0px;
    }
}

.partners .view-content{
    overflow: auto;
    background: #f9fafc;
    padding: 30px 15px 0;
}
.partners .view-footer .view-content{
    background: unset;
}

.partners h3{
    margin: 70px 0 30px 10px;
}

.partners .view-author .views-row{
    min-height: 235px;
}

.partners .submission{
    float: none;
    margin: 60px auto 0;
}

.partners .submission .view-content{
    overflow: unset;
}

/* ANCHOR Node */

.node-unpublished{
    background-color:rgba(250, 156, 156, 0.25) !important;
    padding: 10px !important;
    min-height: 100px;
}
.node-unpublished::before{
    content:'UNPUBLISHED';
    font-size: 5em;
    font-weight: 900;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    display: block;
}

.section-node .link-wrapper{
    clear: both;
    text-align: right;
}

.section-node .content-main{
    max-width: 850px;
    margin: 0 auto;
}

.node-type-article .image-title .title{
    position: absolute;
    bottom: 0;
    width: 98%;
    background: rgba(255,255,255, 0.7);
    padding: 20px 20px;
    margin: 0;
    display: none;
}

.info{
    font-size: 0.8em;
}

.links li.statistics_counter{
    display: none !important;
}

@media (min-width: 768px) {
    .node-type-article #page-title{
        display: none;
    }
    .node-type-article .image-title{
        position: relative;
        margin-bottom: 30px;
        min-height: 100px;
    }
    .node-type-article .image-title .title{
        display: block;
    }
    
}

/* ANCHOR You may also like */

.view-projects.view-display-id-block_1 .views-field-title,
.view-projects.view-display-id-block_1 .views-field-view-node{
    padding: 0 15px;
}

.view-projects .view-content {
  justify-content: space-between;
}

.view-projects .view-content .views-row {
  flex: 0 1 32%;
}

/* ANCHOR Comment */

#block-facebook-comments-facebook-comments .title{
    text-align: center;
}

/* ANCHOR taxonomy */

.topic{
    margin-left: 5px;
    padding-left: 5px;
}

.taxonomy-info div{
    margin-bottom: 10px;
}

.topic a,
.topics a,
.taxonomy-info a{
    background:#6a3906;
    padding: 3px 15px;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 15px;
    color:#fff;
    display: inline-block;
}

.topic a:hover,
.topics a:hover,
.taxonomy-info a:hover{
    background:#4b2904;
}

span.topic{
    margin-left: 10px;
    border-left: 2px solid rgb(226, 242, 249);
    padding-left: 10px;
}

/* ANCHOR Date */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49% !important;
    padding: 10px;
}

/* ANCHOR User account */

#user-profile-form #edit-locale,
#user-profile-form #edit-timezone{
    display: none;
}

/* ANCHOR Flag */

.flag-message {
    top: 40px;
}

/* ANCHOR 分享按鈕 share button */

#block-addtoany-addtoany_button{
    margin-bottom: 30px;
  }
  
  .addtoany_list a .a2a_svg{
    border-radius: 50% !important ;
  }
  
  .addtoany_list a .a2a_svg svg{
    background-color: rgb(160, 160, 160);
    transition: all 0.5s;
  }
  
  .addtoany_list a:hover .a2a_svg svg{
    background-color: unset;
  }
  
  .addtoany_list a:hover span {
  opacity: unset;
  }
  
  @media screen and (min-width: 1280px) {
    .block-addtoany{
      position: fixed !important;
      right: 40px;
      bottom: 30%;
      width: 40px;
      z-index: 100;
    }
  
    .addtoany_list a{
      margin-bottom: 15px;
    }
  }

/* ANCHOR Mis */

.views-field-title h3 a{
    font-weight: bold;
}

.front .views-field-title h3 a{
    font-weight: normal;
}

/* ANCHOR e-journal */

.page-e-journal .page-title,
.page-e-journal-accepted-manuscripts .page-title,
.node-type-journal-issue .page-title{
    display: none;
}

.section-e-journal .content_top_wrapper .region {
    padding: 0 0 30px;
}

.view-e-journal.view-id-e_journal .views-field-title h4{
    margin: 10px 0;
}

.view-e-journal.view-display-id-embed_1 .views-field-title h3,
.view-e-journal.view-display-id-page_1 .views-field-title h3{
    margin-bottom: 10px;
}

.view-e-journal.view-display-id-page_1{
    max-width: 900px;
    margin: 0 auto;
}

.view-e-journal.view-display-id-page .views-row{
    margin-bottom: 40px;
}
.view-e-journal.view-display-id-page .views-row .views-field{
    max-width: 250px;
    margin: 0 auto;
}

#issue-info{
    padding: 15px;
    background-color: #f2f2f2;
    border-radius: 10px;
}

.article_info{
    margin-bottom: 10px;
    color: gray;
}

/* ANCHOR about menu */

#block-superfish-3{
    text-align: center;
}
#block-superfish-3 .title{
    display: none;
}
.e-journal-banner {
    background: #8fc320;
    padding: 70px;
    text-align: center;
    margin-left: -50vw;
    margin-right: -50vw;
}
.e-journal-banner div{
    display: inline-block;
}
.e-journal-banner-icon {
    vertical-align: middle;
}
.e-journal-banner-title{
    color: #27323d;
    margin: 30px 0;
    font-size: 30px;
    font-weight: 700;
}

#superfish-3{
    display: flex;
    justify-content: center;
}

#superfish-3 li a{
    font-size: 1.2rem;
}

#superfish-3 li a.active{
    font-size: 1.2rem;
    border-bottom: 4px solid gray;
    padding-bottom: 10px;
}


@media (max-width: 768px)  {
    #superfish-3{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    #superfish-3 > li:first-child {
        margin-left: 28px;
    }
    #superfish-3 li a.active{
        margin-bottom: 10px;
    }
    .e-journal-banner {
        padding: 30px;
        line-height: normal;
        text-align: center;
        margin-left: -20vw;
        margin-right: -20vw;
    }
    .e-journal-banner-title{
        color: #27323d;
        margin: 30px 0;
        font-size: 30px;
        font-weight: 700;
    }
}
@media (max-width: 480px){
    .e-journal-banner{
        padding: 10px 15px;
        margin-left: -5vw;
        margin-right: -5vw;
    }
    .e-journal-banner-title{
        font-size: 20px;
    }
    .e-journal-banner-icon {
        height: 80px;
        width: 80px;
    }
}
#block-superfish-4{
    border: 1px solid #7E562D;
}

#block-superfish-4 .block-title{
    background-color: #7E562D;
    color: #fff;
    font-size: 20px;
    padding: 0.75em 1em;
    text-align: center;
}

#block-superfish-4 .block-content{
    overflow: auto;
}

#superfish-4.sf-vertical,
#superfish-4.sf-vertical li {
width: 100%;
}

#superfish-4.sf-menu.sf-style-white li, 
#superfish-4.sf-menu.sf-style-white.sf-navbar {
    background: transparent;
}

#superfish-4.sf-menu.sf-style-white a {
    border: 0px solid #7E562D;
    color: #333;
    padding: 0.75em 1em;
}

#superfish-4.sf-menu.sf-style-white a.active{
    font-weight: bold;
    color: #333;
}

#superfish-4.sf-menu.sf-style-white a:hover {
    color: #ccc;
    background-color: transparent;
}

.select2-container .select2-choice{
    display: block;
    height: 52.4px !important;
    padding: 16px 20px !important;
    overflow: hidden;
    position: relative;
    border: none !important;
    white-space: nowrap;
    line-height: none;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-image: none;
    background-color: #f6f6f6;
}

.select2-container .select2-choice > .select2-chosen{
    margin-right: 0px;
}
.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 10px;
    border-left: none;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: none;
}
@media  (max-width: 398px) {
    .views-exposed-form {
        font-size: 14px;
    }
}

/* ANCHOR CRM */
.admin-menu .nme-setting-panels-inner,
.simplemenu-enabled .nme-setting-panels-inner,
.civicrm-menu-enabled .nme-setting-panels-inner {
    padding-top: 30px;
}
.is-civicrm-user .nme-setting-panels-inner,
.civicrm-menu-enabled.admin-menu .nme-setting-panels-inner,
.civicrm-menu-enabled.simplemenu-enabled .nme-setting-panels-inner {
    padding-top: 60px;
}
.is-civicrm-user.civicrm-menu-enabled .nme-setting-panels-inner,
.civicrm-menu-enabled.admin-menu.simplemenu-enabled .nme-setting-panels-inner {
    padding-top: 90px;
}
.is-header-sticky .nme-setting-panels-inner,
.is-header-sticky.is-civicrm-user .nme-setting-panels-inner,
.is-header-sticky.civicrm-menu-enabled .nme-setting-panels-inner,
.is-header-sticky.admin-menu .nme-setting-panels-inner,
.is-header-sticky.simplemenu-enabled .nme-setting-panels-inner,
.is-header-sticky.civicrm-menu-enabled.admin-menu .nme-setting-panels-inner,
.is-header-sticky.civicrm-menu-enabled.simplemenu-enabled .nme-setting-panels-inner,
.is-header-sticky.is-civicrm-user.civicrm-menu-enabled .nme-setting-panels-inner,
.is-header-sticky.civicrm-menu-enabled.admin-menu.simplemenu-enabled .nme-setting-panels-inner {
    padding-top: 125px;
}
.nme-setting-panels-content {
    padding-bottom: 60px;
}
ul.nme-setting-panels-tabs li {
    padding: 0;
}
ul.nme-setting-panels-tabs li::before {
    display: none;
}
.nme-container ul.nme-setting-item-list > li {
    padding: 0;
    list-style: none;
}
.nme-container ul.nme-setting-item-list > li::before {
    display: none;
}

@media  (max-width: 1360px) {
    .is-header-sticky .nme-setting-panels-inner,
    .is-header-sticky.is-civicrm-user .nme-setting-panels-inner,
    .is-header-sticky.civicrm-menu-enabled .nme-setting-panels-inner,
    .is-header-sticky.admin-menu .nme-setting-panels-inner,
    .is-header-sticky.simplemenu-enabled .nme-setting-panels-inner,
    .is-header-sticky.civicrm-menu-enabled.admin-menu .nme-setting-panels-inner,
    .is-header-sticky.civicrm-menu-enabled.simplemenu-enabled .nme-setting-panels-inner,
    .is-header-sticky.is-civicrm-user.civicrm-menu-enabled .nme-setting-panels-inner,
    .is-header-sticky.civicrm-menu-enabled.admin-menu.simplemenu-enabled .nme-setting-panels-inner {
        padding-top: 190px;
    }
}

.node-journal-article .field-name-body {
    color:black;
    margin-top:2em;
}
.node-journal-article .field-name-field-link .field-label,
.node-journal-article .view-j-articl {
    color:#8a8a8a;
}
#article-list .view-e-journal .views-field.views-field-body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.view-e-journal .views-field-field-issue-number p {
  margin:5px 0;
}
.cover-wrap {
	position: relative;
	text-align: center;
}
.coming-soon::before {
  content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
  opacity: .35;
}
.coming-soon span {
    position: absolute;
    top: 50%;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    left: 50%;
    transform: translate(-50%,-50%);
}
