html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
button{
  font-family: 'IBM Plex Sans', sans-serif;
}
.page .page_catalog {
  font-family: 'IBM Plex Sans', sans-serif;
}
.pkp_structure_main h1 {
  font-family: 'IBM Plex Sans', sans-serif;
}
.pkp_structure_main h2 {
  font-family: 'IBM Plex Sans', sans-serif;
}
.pkp_structure_main p {
  font-family: 'IBM Plex Sans', sans-serif;
}
.pkp_site_name .is_text {
  font-family: 'IBM Plex Sans', sans-serif;
}

@media (min-width: 992px){
 .pkp_structure_main p {
    font-size: 1.14rem;
    line-height: 1.785rem;
}

.pkp_structure_main ul {
    font-size: 1.14rem;
    line-height: 1.785rem;
}

.pkp_structure_main a {
    font-size: 1.14rem;
    line-height: 1.785rem;
}  
.pkp_structure_main ol {
    font-size: 1.14rem;
    line-height: 1.785rem;
}
}
@media (max-width: 992px){
    .pkp_structure_main p {
    line-height: 1.785rem;
}

.pkp_structure_main ul {
    line-height: 1.785rem;
}

.pkp_structure_main a {
    line-height: 1.785rem;
}
.pkp_structure_main ol {
    line-height: 1.785rem;
}
}

/*Push footer to the bottom*/
html, body {
    height: 100%;
}
.pkp_structure_page {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.pkp_structure_content {
    flex: 1 1 auto;
}
/*End Push footer to the bottom*/

/*Delete Brand Footer*/
.pkp_brand_footer {
    display: none;
}
/*End Delete Brand Footer*/

/*Footer*/
.pkp_structure_footer_wrapper{
    background: #1D3759;
    color: #fff;
}

.footer-policy{
    background: #1D3759;
    border-top: 1px solid #828282;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.footer-policy a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    transition: all 1s ease;
    border: none;
}
.footer-policy a:hover{
    /*text-decoration: underline;*/
    border-bottom: 1px solid #fff;
}
.footer-policy span{
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
}
/*End Footer*/

/*Logo*/
@media (min-width: 992px){
.pkp_site_name .is_img img {
    max-height: 55px;
}
}
@media (max-width: 992px){
.pkp_site_name .is_img img {
    max-height: 45px;
}
}
.pkp_site_name .is_img{
    margin-top: 0px;
    margin-bottom: 0px;
}
.pkp_site_name .is_img {
	display: block;
}
@media (max-width: 992px){
    .pkp_site_name .is_img img{
        display: inline-block;
    }
}
/*End Logo*/


/*Top menu*/
.top_menu {
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    top:0;
    left:0;
    z-index: 1000;
    border-bottom: 1px solid rgb(227, 227, 227);
    transition: all 0.5s ease 0s;
    width: 100%;
    min-height: 70px;
}
@media (max-width: 992px){
    .top_menu{
        justify-content: center;
    }
}
.pkp_site_name_wrapper{
    flex: 0 0 25%;
}
@media (max-width: 992px){
    .pkp_site_name_wrapper{
    flex: 0 0 100%;
}
.pkp_site_name{
    position: relative;
    left: 0;
    right: 0;
    top:0;
    text-align: center;
}
}

.nav_top_menu {
    flex: 0 0 50%;
}
@media (max-width: 992px){
    .nav_top_menu {
    flex: 0 0 100%;
}
}
.nav_top_menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.nav_top_menu ul li {
    white-space: nowrap;
}

.active_menu {
  	border: none;
    border-bottom: 2px solid #171122 !important;
}

.nav_top_menu ul li a {
    text-decoration: none;
    color: #171122;
    transition: border 0.25s ease-in-out 0s;
    border-bottom: 2px solid rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04rem;
    padding-bottom: 4px;
}
.nav_top_menu ul li a:hover{
    border-bottom: 2px solid #171122;
}
@media (min-width: 992px){
.pkp_navigation_user_wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    flex: 0 0 25%;
    padding-right: 10px;
}
}
@media (min-width: 992px){
.pkp_navigation_user.pkp_navigation_user{
    width: 100%;
}
}
@media (max-width: 992px){
.pkp_navigation_user_wrapper {
    display: none;
}
}
.pkp_site_nav_toggle>span {
    border-bottom: 3px solid #000;
}
.pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after{
    background: #000;
}
.pkp_site_nav_toggle--transform>span{
    border-bottom: 0;
}
.pkp_site_nav_toggle{
    position: relative;
}
.pkp_structure_head{
    background-image: url('../../assets/bg.jpg');
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    margin-top: 80px;
}
@media (max-width: 992px){
    .pkp_structure_head{
        justify-content: flex-start;
        height: 740px;
    }
}
.header_background{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(16, 21, 36, 0.81);*/
    background-color: rgba(20, 16, 36, 0.8);
}

.has_site_logo .pkp_head_wrapper {
	padding-right: 0px;
}

@media (min-width: 992px){
.has_site_logo .pkp_head_wrapper{
    z-index: 100;
}
}
.pkp_site_nav_menu{
    background: transparent;
}
.pkp_site_nav_menu.pkp_site_nav_menu--isOpen{
    background: #000;
    min-height: 100vh;
    position: fixed;
    top: 160px;
    left: 0;
    z-index: 10;
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 220px;
}

@media (max-width: 992px){
    #navigationPrimary li a {
    font-size: 20px;
    line-height: 2.2rem;
}
}
@media (max-width: 452px){
    .pkp_site_nav_menu.pkp_site_nav_menu--isOpen{
        top: 206px;
    }
}
@media (max-width: 992px){
    .has_site_logo .pkp_head_wrapper{
        width: 100%;
    }
}
.pkp_site_name .is_text{
    color: #000;
}
@media (min-width: 992px){
    .pkp_site_nav_menu{
        position: relative;
    }
}

/*End Top Menu */

/*Bottons user menu*/
@media (min-width: 992px){
    .pkp_navigation_user a{
        color: #fff;
        background-color: #2C2736;
        border: 1px solid #2C2736;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        margin-right: 10px;
        min-width: 30px;
        display: inline-block;
        font-size: 14px;
        transition: all 0.25s ease-in-out 0s;
        text-align: center;
    }
    .pkp_navigation_user a:hover{
        color: #171122;
        background-color: #fff;
    }
}
.pkp_navigation_user{
    transition: all 0.25s ease-in-out 0s;
}
@media (min-width: 992px){
    .pkp_navigation_user ul{
        /*width: 20em;*/
      width: auto;
    }
}
.dropdown-menu{
    transform: none !important;
    top: 100% !important;
    /*left: -129% !important;*/
  	right: -10px !important; 
        white-space: nowrap; 
        min-width: auto; 
        box-sizing: border-box; 
}

@media (min-width: 992px){
    .pkp_navigation_user>li:hover ul{
        /*left: -129%;*/
      	right: -10px;
    }
}


#navigationUser .dropdown-menu a{
    color:#fff;
    background-color: #364C6B;
    border: 1px solid #364C6B;
    border-radius: 0px;
    transition: none;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
#navigationUser .dropdown-menu a:hover{
    background-color: #fff;
    color: #171122;
    font-weight: 500;
}
#navigationPrimary a{
    background-color: transparent;
    color: #fff;
    font-size: 16px;
}
#navigationPrimary .dropdown-menu a{
    color:#fff;
    background-color: #2C2736;
    border: 1px solid #2C2736;
 	 border-bottom: 1px solid #171122;
    border-radius: 0px;
    transition: none;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    font-size: 14px !important;
}
#navigationPrimary .dropdown-menu a:hover{
    background-color: #fff;
    color: #171122;
    font-weight: 500;
}
#navigationPrimary .dropdown-menu{
    left:0 !important;
    transition: all 0.25s ease-in-out 0s !important;
}
@media (min-width: 992px){
    .pkp_navigation_primary>li:first-child a{
        margin-left: 0px;
    }
}


#pkpDropdown0{
    background-color: #fff;
    color: #1D3658;
}
.pkp_navigation_user .task_count{
    top:0;
    margin-right: 0.5em;
}

/*End Bottons user menu*/

input::-webkit-input-placeholder{
    opacity: 1; transition: opacity 0.3s ease !important;
    
}

/*Hero*/
.hero_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 30px;
}
.hero_title{
    /*flex: 0 0 50%;*/
}
.hero_title > p {
      font-size: 30px;
      margin-top: 60px;
      margin-bottom: -40px;
  	}
.hero_title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.04rem;
    /*margin-bottom: 85px;
    margin-top: 15px;*/
}
.hero_title h2{
    color: #fff;
    font-size: 50px;
    font-weight: 400;
  margin-top: 50px;
  line-height: 60px;
}
.hero_form{
    /*flex: 0 0 50%;*/
}
.hero_form{
    z-index: 1;
}
@media (max-width: 992px){
    .hero_wrapper{
        justify-content: center;
        padding-top: 145px;
    }
    .hero_title p{
        text-align: center;
        margin-bottom: 25px;
        font-size: 20px;
    }
    .hero_title h2{
        text-align: center;
        font-size: 60px;
        line-height: 4.5rem;
        margin-bottom: 45px;
    }
    .hero_title {
        flex: 0 0 100%;
        text-align: center;
    }
    .hero_form{
        flex: 0 0 100%;
    }
}
.hero_btn{
        color: #fff;
        background-color: #2C2736;
        border: 1px solid #2C2736;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        margin-top: 10px;
        margin-bottom: 30px;
        min-width: 30px;
        display: inline-block;
        font-size: 14px;
        transition: all 0.25s ease-in-out 0s;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
  		font-weight: 400;
}
.hero_btn:hover {
    color: #171122;
    background-color: #fff;
    font-weight: 400;
}

.btn_custom_block {
		color: #fff;
        background-color: #2C2736;
        border: 1px solid #2C2736;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        margin-top: 10px;
        margin-bottom: 0px;
        width: 100%;
        display: inline-block;
        font-size: 14px;
        transition: all 0.25s ease-in-out 0s;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
  		font-weight: 400;
}
.btn_custom_block:hover {
	color: #171122;
    background-color: #fff;
    font-weight: 400;
}

/**
.hero_btn::after{
    content: "\003E";
    margin-left: 5px;
    transition: all 0.25s ease-in-out 0s;
}


.hero_btn:hover::after{
    margin-left: 10px;
}
**/

p.hero_subtitle{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.04rem;
    margin-bottom: 25px;
  	margin-top: 50px;
    line-height: 2rem;
}

@media (min-width: 992px) {
  .pkp_navigation_primary>li>a {
  	margin-right: 0px;
  }
}

.pkp_navigation_search_wrapper a {
  	color: #ffffff;
  }
.pkp_navigation_search_wrapper a:hover {
  	color: #ffffff;
  }

/*End Hero*/

/*Breadcrumbs*/
.cmp_breadcrumbs ol{
    font-size: 1rem;
  font-weight: 500;
}
.cmp_breadcrumbs a{
    color: #171122;
}

.pkp_structure_main .page .monograph_count{
    color: #171122;
}
/*End Breadcrumbs*/

/*Sidebar*/
.pkp_block .title{
    color: #2C2736;
    font-family: 'IBM Plex Sans', sans-serif;
 	margin-top: 30px;
    text-align: center;
}
.pkp_block a {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .pkp_block {
  	padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .pkp_block {
  	padding-bottom: 0px;
  }
  .pkp_block:last-child {
  	padding-bottom: 40px;
  }
}

  

.block_browse .has_submenu{
    color: #1D3759;
    font-family: 'IBM Plex Sans', sans-serif;
}
.pkp_block .content ul li{
    padding: 0px;
    line-height: 1.7rem;
    font-size: 1rem;
}
.block_browse{
    font-size: 1rem;
}
.block_browse .current a{
    border-left: 4px solid #e93f33;
    color: #e93f33;
}

.pkp_block.block_web_feed {
	padding-bottom: 30px;
}
/*End Sidebar*/

/*Submission page*/

.cmp_notification{
    border-left: 0.357rem solid #171122;
    background: none;
    font-size: 1.1rem;
}
.cmp_notification a{
    font-weight: 600;
    font-size: 1.2rem;
    color: #1d3759;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.cmp_notification a:hover{
    text-decoration: underline;
}
@media (min-width: 480px){
    .page_submissions .submission_sections ul, .page_submissions .submission_checklist ul{
        border: none;
        font-size: 1rem;
    }
}
.page_submissions .submission_checklist li .fa{
    color: #171122;
}
/*End Submission page*/

/* Journals Buttons */
.pkp_page_index .journals .links li > a {
  	float: left;
    margin-right: 10px;
    background-color: #2C2736;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #2C2736;
    transition: all 0.25s;
}
.pkp_page_index .journals .links li > a:hover {
  color: #171122;
  background-color: #fff;
}
.pkp_page_index .journals .links {
	margin-top: 20px;
}
/* End Journals Buttons */

/* Journals Links */
.pkp_page_index .journals h3 a {
  font-size: 18px;
  color: #171122;
}

.pkp_page_index .journals h3 {
	margin-top: -3px;
}
/* End Journals Links */

@media (min-width: 768px){
  .pkp_page_index .journals .thumb {
  	width: 32%;
  }
}

@media (min-width: 768px){
  .pkp_page_index .journals .thumb+.body {
  	width: 68%;
  }
}

@media (max-width: 768px){
  .pkp_structure_main a {
  	text-align: center;
    display: inline-block;
  }
  .pkp_page_index .journals .thumb {
  	text-align: center;
  }
  .pkp_page_index .journals .description {
  	text-align: center;
  }
  .pkp_page_index .journals h3 {
  	margin-top: 10px;
  }
  .page_index_site .about_site {
  	text-align: center;
  }
  .pkp_page_index .journals .links {
  	text-align: center;
  }
  .pkp_page_index .journals .links .current {
  	margin-right: 0px;
  }
  .pkp_page_index .journals .links li {
    margin-right: 1.714rem;
  }
  .pkp_page_index .journals .links li > a:last-child {
    margin-right: 0px;
  }
}

.obj_issue_toc .published {
	display: none;
}

.pkp_page_index .current_issue .read_more {
	color: #fff;
        background-color: #2C2736;
        border: 1px solid #2C2736;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
        min-width: 30px;
        display: inline-block;
        font-size: 14px;
        transition: all 0.25s ease-in-out 0s;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
  		font-weight: 400;
}
.pkp_page_index .current_issue .read_more:hover {
	color: #171122;
    background-color: #fff;
    font-weight: 400;
}
.pkp_page_index .current_issue .read_more:after {
	display: none;
}

@media (max-width: 768px) {
	.pkp_page_index .current_issue .read_more {
    	margin-top: 35px;
    }
}

.obj_issue_summary .title {
  font-family: 'IBM Plex Sans', sans-serif;
	color: #171122;
  font-size: 18px;
}

.obj_issue_toc .pub_id {
  margin-top: 0px;
}
.obj_issue_toc .pub_id a {
  font-style: italic;
}
/*Editors*/
.editors-sfp {
display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
  padding-bottom: 20px;
}

.editors-sfp_img {
flex: 1 0 auto;
    width: 20%;
}

.editors-sfp_info {
width: 80%;
}

.editor-sfp_name {
margin-top: 0px !important;
}

.editors-sfp_icons {
	display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.editors-sfp_icon {
	display: inline-block;

}

@media (max-width: 768px) {
  .editors-sfp {
  	flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  .editors-sfp_img {
  	width: 100%;
    text-align: center;
  }
  .editors-sfp_info {
  	width: 100%;
    text-align: center;
  }
  .editor-sfp_name {
  	text-align: center;
    padding-top: 20px;
  }
  .editors-sfp_icons {
  	justify-content: center;
  }
}

/*End Editors*/



.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
	color: #171122;
}

.pkp_block.block_web_feed {
	text-align: center;
}


.item.references .value {
    overflow-wrap: anywhere;
}



.obj_article_details>.page_title {
    color: #2C2736;
}

.views-downloads-details .views-value-details {
  color: #2C2736;
}
.views-downloads-details .view-title-details {
  color: #2C2736;
}
.cmp_breadcrumbs ol a {
    color: #2C2736;
}
@media (min-width: 768px) {
	.obj_issue_toc .galleys:before, .obj_issue_toc .section:before {
    border-top: 1px solid rgba(44,39,54,0.43);
}
}
.btn_custom_block:hover {
	color: #171122;
    background-color: #fff;
    font-weight: 400;
}
.obj_article_summary>.title a {
    color: #2C2736;
    text-align: left;
}
@media (min-width: 768px) {
	.obj_issue_toc .galleys h2, .obj_issue_toc .section h2 {
    background: #2C2736;
    color: #fff;
}
}
.doiInSummary{
	font-size: 1rem;
    font-style: italic;
}
.doiInSummary a{
	font-size: 14px;
}
.obj_article_summary .meta {
	font-size: 1rem;
    font-weight: 600;
    font-style: italic;
}
.obj_issue_toc .pub_id {
	font-style: italic;
}

.obj_article_details .authors .name {
	color: #2C2736;
}
.obj_article_details .authors .affiliation {
	font-size: 1rem;
    color: #2C2736;
}
.obj_article_details .authors .userGroup {
	font-size: 0.95rem;
    color: #2C2736;
    font-weight: 600;
}
.obj_article_details .authors .orcid a {
	font-size: 1rem;
    font-style: italic;
}
@media (min-width: 992px) {
	.obj_article_details .item.doi a {
    	font-size: 1rem;
        font-style: italic;
    }
}
@media (min-width: 992px) {
	.obj_article_details .item.doi h2 {
    	font-size: 1rem;
        font-style: italic;
    }
}
@media (max-width: 992px) {
	.obj_article_details .item.doi a {
    	font-size: 1rem;
        font-style: italic;
    }
}
@media (max-width: 992px) {
	.obj_article_details .item.doi h2 {
    	font-size: 1rem;
        font-style: italic;
    }
}
.item.references .value p {
	font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 20px;
    text-align: left;
}
.item.references .value a {
	font-size: 1rem;
    line-height: 1.2rem;
    text-decoration: none;
    text-align: left;
}
@media (min-width: 768px) {
	.obj_article_details .entry_details .item p {
    	font-size: 1rem;
        line-height: 1.3rem;
    }
    .obj_article_details .entry_details .item a {
    	font-size: 1rem;
        line-height: 1.3rem;
        text-decoration: none;
    }
}
@media (max-width: 768px) {
	.obj_article_details .entry_details .item p {
    	font-size: 1rem;
        line-height: 1.3rem;
        text-align: left;
    }
    .obj_article_details .entry_details .item a {
    	font-size: 1rem;
        line-height: 1.3rem;
        text-decoration: none;
        text-align: left;
    }
}

.obj_article_details .entry_details .item .label {
	font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #2C2736;
    font-weight: 600;

}
.cmp_button_wire, .obj_galley_link {
	font-size: 1.14rem;
    background: #2C2736;
    border: 1px solid #2C2736;
    color: #fff;
  	transition: all 0.25s ease-in-out 0s;
}

.cmp_button_wire, .obj_galley_link:hover {
    background: transparent;
    border: 1px solid #2C2736;
    color: #2C2736;
}

	.obj_article_details .entry_details .item a.obj_galley_link.pdf {
    	font-size: 1.14rem;
        padding-top: 3px;
    	padding-bottom: 3px;
    }


	.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
    	background: #2C2736;
    	color: #fff;
        font-weight: 400;
        font-family: 'IBM Plex Sans', sans-serif;
    }


.views-downloads {
    display: inline-block;
    margin-left: 10px;
}
.galleys_links {
    display: inline-block;
}
.views-downloads p {
    margin: 0px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}
.views-downloads-details {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    align-content: center;
    justify-content: flex-start;
}

.views-downloads-details{
    margin-left: 0px;
    margin-top: 15px;
    text-align: center;
}
.views-downloads-details .view-title-details {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}
.views-downloads-details .views-value-details {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #3587b7eb;
}
.views-downloads-details .views-value-details {
  color: #2C2736;
}
.views-downloads-details .view-title-details {
  color: #2C2736;
}
.cmp_breadcrumbs ol a {
    color: #2C2736;
}
.obj_issue_toc .galleys_links {
	display: inline-flex;
}
.obj_article_details .main_entry .item .label {
	font-family: 'IBM Plex Sans', sans-serif;
}

/* IJITSS */
 .card_ijitss {
            display: flex;
            width: 100%;
            padding-top: 30px;
            
        }
        .card_ijitss img {
            width: 29%;
    height: auto;
            object-fit: cover;
            
        }
        .card-content_ijitss {
            padding-left: 2.143rem;
        }
        .card-content_ijitss h2 {
            font-size: 18px;
            margin: 0;
            margin-bottom: 0.714rem;
        }
        .card-content_ijitss p {
            font-size: 1.14rem;
            color: #333;
            margin: 0px 0;
        }
        .card-content_ijitss a {
            color: #0073e6;
            text-decoration: none;
        }
        
        .buttons_ijitss {
            margin-top: 10px;
        }
        .buttons_ijitss a {
            float: left;
            font-size: 1.14rem;
    line-height: 1.785rem;
    margin-right: 23px;
    background-color: #2C2736;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #2C2736;
    transition: all 0.25s;
    cursor: pointer;
        }
        .buttons_ijitss a:hover {
            color: #171122;
    background-color: #fff;
    font-weight: 400;
        }
        
   
   

@media (max-width: 768px) {
	.card_ijitss {
            display: flex;
            width: 100%;
            padding-top: 30px;
            flex-direction: column;
    align-items: center;
            
        }
        .card_ijitss img {
            width: 55%;
    height: auto;
            object-fit: cover;
            margin-bottom: 15px;
            
        }
        .card-content_ijitss {
            padding-left: 0px;
            text-align: center;
        }
        .card-content_ijitss h2 {
            font-size: 18px;
            margin: 0;
            margin-bottom: 0.714rem;
        }
        .card-content_ijitss p {
            font-size: 14px;
            color: #333;
            margin: 0px 0;
            line-height: 1.7rem;
        }
        .card-content_ijitss a {
            color: #0073e6;
            text-decoration: none;
        }
        
        .buttons_ijitss {
            margin-top: 10px;
            display: inline-flex;
    gap: 23px;
        }
        .buttons_ijitss a {
            float: left;
            font-size: 14px;
    line-height: 1.785rem;
    margin-right: 0px;
    background-color: #2C2736;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #2C2736;
    transition: all 0.25s;
    cursor: pointer;
        }
        .buttons_ijitss a:hover {
            color: #171122;
    background-color: #fff;
    font-weight: 400;
        }
        
        .journal_type {
   	text-align: center;
   }
}






