@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css');
@import url('https://pro.fontawesome.com/releases/v5.10.0/css/all.css');
:root {
	scroll-behavior: auto !important;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: header_title;
	src: url('/assets/fonts/SourceSerifPro-Bold.otf');
}
@font-face {
	font-family: sage_content;
	src: url('/assets/fonts/HelveticaNeueLTStd-Roman.otf');
}
@font-face {
	font-family: sage_content_md;
	src: url('/assets/fonts/HelveticaNeueLTStd-Md.otf');
}
@font-face {
	font-family: sage_title;
	src: url('/assets/fonts/HelveticaNeueLTStd-Bd.otf');
}
@font-face {
	font-family: sage_title_it;
	src: url('/assets/fonts/HelveticaNeueLTStd-It.otf');
}
.header_footer {
	font-family: sage_title;
	font-size: 16px;
}
p {
	margin-bottom: 0.6rem !important;
}
.page_title {
	color: #00749d;
	font-family: sage_title;
	font-size: 30px;
	padding: 2rem 0rem;
}
.pdf-btns {
	padding: 1px 25px !important;
	border-radius: 9px !important;
	border: 2px solid #00749d !important;
	white-space: nowrap !important;
}
.pdf-btns:hover {
	color: #fff !important;
	background-color: #00749d !important;
}
.cc_img {
	width: 85px;
	height: 29px;
}
.title-color {
	color: #00749d !important;
}
.sage_font {
	font-family: sage_content !important;
	font-size: 16px;
	color: #000000;
}
.sage_inner_title {
	font-family: sage_title !important;
	font-size: 18px;
	color: #000000;
}
.sage_font_it {
	font-family: sage_title_it !important;
	font-size: 16px;
	color: #000000;
}
.prev_next {
	white-space: nowrap;
	font-size: 16px;
	color: #fff !important;
	background-color: #00749d !important;
	border-radius: 10px !important;
	margin: 10px 0;
}
.artCount {
	font-family: sage_title;
	font-size: 16px;
	margin-bottom: 20px;
}
.msgArt {
	font-family: sage_content;
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
}
.artLockPadding {
	padding: 12px 7px 0 0;
}
.artLock {
	width: 40px;
}
.sortBtn {
	width: 12rem;
	font-family: sage_title;
	font-size: 14px;
	text-indent: 5px;
}
.selectdiv {
	position: relative;
}
select::-ms-expand {
	display: none;
}
.selectdiv:after {
	content: '\f0d7';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	color: #fff;
	right: 30px;
	top: 15px;
	position: absolute;
	pointer-events: none;
}
.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.line {
	border-top: 2px solid #00749d;
}
a[name]:not([href]):before {
	display: block;
	content: ' ';
	padding-top: 50px;
	margin-top: -50px;
	visibility: hidden;
}
/* header */
.link {
	color: black;
	text-decoration: none;
	cursor: pointer;
	padding: 0.5rem 0;
}
.link:hover {
	color: black;
}
#header_bg {
	background-image: url('/assets/images/header/LAJ_Banner.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
/*#header_logo_bg {
	border-top: 5px solid #5f68d3;
	border-bottom: 5px solid #5f68d3;
	background-color: white;
}*/
#header_title {
	font-size: 33px;
    font-weight: bold;
	font-family: header_title;
    /* padding-top: 20px; */
	word-wrap: break-word;
	margin-right: 10px;
}
#logo_img {
    width: 250px;
    height: 85px;
    max-width: 100%;
    margin-left: -20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* #group_logo {
	padding-top: 1rem;
	text-align: end;
} */
#group_logo_img {
	height: 35px;
	/* margin-top: 30px; */
	max-width: 100%;
}

.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	margin-top: 8px;
}
.dropdown-content li {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content li:hover {
	background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.menu_bg {
    background: linear-gradient(to right, #faa947 72%, #9f5c49 20%);
	font-size: 16px;
}
.header_searchbox {
	padding: 0.375rem 0.75rem !important;
	border-radius: 0.25rem !important;
}
/* sidebar */
.side_border {
	border-left: 1px dashed #707070;
	margin-left: 2.85rem;
	height: 100%;
}
.side_content_bg {
	background-color: #70707033;
	max-width: 200px;
	height: 100%;
	white-space: nowrap;
}
.side_button {
	background-color: #00749d;
	color: white !important;
	font-family: sage_title;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.side_bar_content {
	font-family: sage_content !important;
	font-size: 16px;
}
.side_bar_title {
	font-family: sage_title !important;
	font-size: 18px;
}
.side_bar_content_sm {
	font-family: sage_content !important;
	font-size: 14px;
}
.selected {
	color: #0000ff;
}

/* most view and downloads */
.first_published {
	font-family: sage_content;
	font-size: 14px;
}
.nav-pills .nav-link {
	background: none;
	background-color: #958f8f;
	border: 0;
	color: white;
	margin: 10px 20px 10px 0;
	border-radius: 0.25rem;
	padding: 5px 35px;
	font-size: 18px;
	font-family: sage_title !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #00749d;
}
.decoratedLine {
	overflow: hidden;
}

.decoratedLine > span {
	position: relative;
	display: inline-block;
}

.decoratedLine > span:before,
.decoratedLine > span:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-bottom: 1px solid;
	width: 700px;
	margin: 0 20px;
}

.decoratedLine > span:before {
	right: 100%;
}

.decoratedLine > span:after {
	left: 100%;
}
/* submission guideline */
.submissionG_img {
	width: 60px;
	height: 60px;
}
.submissionG_text {
	font-size: 20px;
	padding-left: 1.25rem;
}
.submissionG_btn {
	background-color: #00749d;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
	white-space: nowrap;
	font-family: sage_title;
	margin-top: 0.5rem;
	margin-left: 9rem;
	padding-top: 8px;
}
/* indexing abstracting */
.indexing_bg {
	border: 1px solid #307399;
	border-radius: 10px;
	background-color: #edfaff;
}
/* form */
.form-control,
.form-select {
	padding: 1rem 0.75rem;
	border-radius: 15px;
}
.form-control:focus-visible,
.form-select:focus-visible {
	outline: #000000 auto 1px;
}
.form-control:hover,
.form-select:hover {
	outline: #000000 auto 1px;
}
.form-control:focus,
.form-select:focus {
	color: #212529;
	background-color: #fff;
	border-color: #000000;
	outline: #000000 auto 1 px;
	box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}
.form-label {
	margin-bottom: 0.25rem;
	margin-top: 1.5rem;
}
form.sage_font {
	font-size: 18px;
}
.form-check-input {
	display: inline-block !important;
}
.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size='1'],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size='1'] {
	outline: #f44336 auto 1px;
	padding-right: calc(1.5 em + 0.75 rem);
	background-image: none;
}
.form-control.is-valid,
.was-validated .form-control:valid,
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size='1'],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size='1'] {
	border-color: #ced4da;
	padding-right: calc(1.5 em + 0.75 rem);
	background-image: none;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label,
.form-select.is-valid ~ .form-check-label,
.was-validated .form-select:valid ~ .form-check-label {
	color: #000000;
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid,
.form-select.is-valid,
.was-validated .form-select:valid {
	border-color: #ced4da;
}
.invalid-feedback {
	font-size: 12px;
	color: #f44336;
}
.form-floating > label {
	font-size: 16px;
	color: rgb(0 0 0 / 60%);
}
/* TOC */
.msgPad {
	padding-left: 3.8rem;
}
/* Abstract */
 .title >p span > a {
	font-family: sage_title;
	font-size: 28px;
	color: #000000;
}
.author {
	font-family: sage_content_md;
	font-size: 20px;
	color: #000000;
}
.doipub {
	font-family: sage_content_md;
	font-size: 14px;
}
.artInfo {
	font-family: sage_content_md;
	font-size: 20px;
	color: #00749d;
}
.material-icons {
	font-size: 31px;
}
.volume {
	font-family: sage_content;
	text-decoration: underline;
	font-size: 16px;
	color: #0000ff;
	margin-bottom: 10px;
	cursor: pointer;
}
.corauthor {
	font-family: sage_content;
	font-size: 18px;
	margin-top: 10px;
}
.affil {
	font-family: sage_content;
	font-size: 16px;
}
.cccont {
	font-family: sage_content;
	font-size: 14px;
}
.long_desc {
	font-family: sage_content;
	font-size: 18px;
	color: #000000;
	text-align: justify;
	text-justify: inter-word;
}

.referencenew{
		font-family: sage_content;
	font-size: 18px;
	color: #000000;
	text-align: justify;
	text-justify: inter-word;
}
.reference {
	font-family: sage_content;
	font-size: 18px;
	color: #000000;
	margin-top: 20px;
	text-align: justify;
	text-justify: inter-word;
}
/*.long_desc > p > span,
.long_desc > p > span > span,
.long_desc > p > span > span > span,
.long_desc > p > span > span > span > span,
.author > p > span,
.author > p > span > span,
.author > p > span > span > span,
.author > p > span > span > span > span,
.sage_font_it > p > span,
.sage_font_it > p > span > span,
.sage_font_it > p > span > span > span,
.sage_font_it > p > span > span > span > span{
	font: unset !important;
}*/
summary::marker {
	content: '' !important;
	font-variant-numeric: tabular-nums;
	text-transform: none;
	text-indent: 0px !important;
	text-align: start !important;
	text-align-last: start !important;
}
/* All Issues */
.min_max_date {
	font-family: sage_content;
	font-size: 18px;
	margin-bottom: 20px;
}
ul.listree {
	font-size: 18px;
	font-family: sage_content;
	list-style: none;
	padding: 10px;
}
ul.listree-submenu-items,
ul.listree-submenu-items > li {
	list-style: none;
	white-space: nowrap;
	margin-right: 4px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
div.listree-submenu-heading.collapsed:before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f055';
	margin-right: 10px;
	font-size: 16px;
	color: #00749d;
}
div.listree-submenu-heading.expanded:before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f056';
	margin-right: 10px;
	font-size: 16px;
	color: #00749d;
}
.most_child {
	cursor: pointer;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.scrollable-menu {
	height: auto;
	max-width: 800px;
	overflow-y: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
	.sage_font {
		font-size: 14px !important;
	}
	.header_footer {
		font-size: 14px !important;
	}
	.sage_inner_title {
		font-size: 16px !important;
	}
	.sage_font_it {
		font-size: 14px !important;
	}
	.prev_next {
		font-size: 14px !important;
	}

	/* header */
	.menu_bg {
		font-size: 14px;
	}


	/* sidebar */
	.side_bar_content {
		font-size: 14px !important;
	}
	.side_bar_title {
		font-size: 16px !important;
	}
	.side_bar_content_sm {
		font-size: 11px !important;
	}
	/* Abstract */
	.title {
		font-size: 26px;
	}
	.author {
		font-size: 18px;
	}
	.doipub {
		font-size: 12px;
	}
	.artInfo {
		font-size: 18px;
	}
	.volume {
		font-size: 14px;
	}
	.corauthor {
		font-size: 18px;
	}
	.affil {
		font-size: 14px;
	}
	.cccont {
		font-size: 12px;
	}
	.long_desc {
		font-size: 16px;
	}
	.reference {
		font-size: 18px;
	}
}
@media only screen and (max-width: 991px) {
	a[name]:not([href]):before {
		display: block;
		content: ' ';
		padding-top: 90px;
		margin-top: -90px;
		visibility: hidden;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	p {
		margin-bottom: 0.45rem !important;
	}
	.page_title {
		font-size: 20px;
		padding: 0.5rem 0rem;
	}
	.sage_font {
		font-size: 12px !important;
	}
	.header_footer {
		font-size: 12px !important;
	}
	.sage_inner_title {
		font-size: 14px !important;
	}
	.sage_font_it {
		font-size: 12px !important;
	}
	.prev_next {
		font-size: 12px !important;
	}
	/* header */
	#header_bg {
		position: sticky;
		z-index: 1020;
		top: 0;
	}
	#header_logo_bg {
		
		padding: 10px;
	
    
	}
        .container {
        max-width: 768px;
        padding: 0 10px;
    }
	 #header_title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 22px;
        margin-top: 20px;
		margin-left: 60px;
    }
	#logo_img {
        height: 60px;
        width: 100px;
		/* margin-top: 5px; */
		margin-left: auto !important;
    }
 #group_logo_img {
        height: 23px;
        width: auto;
        /* margin-top: 20px; */
        margin-right: 20px;
    }


	/* footer */
	.footer_email_alert {
		display: flex;
	}

	/* header mobile view */
	nav {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1px 5px;
		flex-wrap: wrap;
		position: fixed;
		top: 114px;
		z-index: 1030;
		background-color: #faa947;
	}
	nav ul {
		flex-wrap: wrap;
		list-style: none;
		position: fixed;
		top: 141px;
		left: -100%;
		background: #faa947;
		height: 100vh;
		width: 30%;
		padding: initial;
		text-align: left;
		display: block;
		transition: all 0.3s ease;
		z-index: 5;
	}
	nav ul li {
		width: 100%;
		margin: 5px;
	}
	nav ul li a {
		color: #000000;
		text-decoration: none;
		font-size: 16px;
		font-weight: 600;
		padding: 2px 10px;
		border-radius: 5px;
		letter-spacing: 1px;
		transition: all 0.3s ease;
		width: 100%;
		margin-left: -100%;
		display: block;
		transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	nav .menu-btn i {
		color: #000000;
		font-size: small;
		cursor: pointer;
		padding-left: 2px;
		display: block;
		padding-top: 7px;
	}
	input[type='checkbox'] {
		display: none;
	}
	#click:checked ~ .menu-btn i:before {
		content: '\f00d';
	}
	#click:checked ~ ul {
		left: 0;
	}
	#click:checked ~ ul li a {
		margin-left: 0px;
	}
	/* submission guideline */
	.submissionG_img {
		width: 40px;
		height: 40px;
	}
	.submissionG_text {
		font-size: 14px;
		padding-left: 0.5rem;
	}
	.submissionG_btn {
		font-size: 14px;
		border-radius: 7px;
		margin-left: 5rem;
		margin-top: 0.3rem;
		padding: 4px 10px;
	}
	/* form */
	.form-control {
		padding: 0.75rem;
		border-radius: 12px;
	}
	form.sage_font {
		font-size: 14px !important;
	}
	.form-label {
		margin-top: 1rem;
	}
	/* onlineFirst */
	.msgArt {
		font-size: 14px;
	}
	.artLockPadding {
		padding: 1px 3px 0 0;
	}
	.artLock {
		width: 30px;
	}
	.artCount {
		font-size: 12px;
	}
	.selectdiv:after {
		right: 40px;
		top: 12px;
	}
	/* TOC */
	.msgPad {
		padding-left: 2.5rem;
	}
	/* Abstract */
	.title {
		font-size: 18px;
	}
	.author {
		font-size: 14px;
	}
	.doipub {
		font-size: 10px;
	}
	.artInfo {
		font-size: 14px;
	}
	.volume {
		font-size: 12px;
	}
	.corauthor {
		font-size: 14px;
	}
	.affil {
		font-size: 12px;
	}
	.cccont {
		font-size: 10px;
	}
	.long_desc {
		font-size: 16px;
	}
	.reference {
		font-size: 14px;
	}
	/* All Issues */
	.min_max_date {
		font-size: 14px;
		margin-bottom: 16px;
	}
	ul.listree {
		font-size: 14px;
		padding: 7px;
	}
	ul.listree-submenu-items,
	ul.listree-submenu-items > li {
		margin-right: 4px;
		padding-left: 15px;
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 12px;
	}
	div.listree-submenu-heading.collapsed:before {
		margin-right: 7px;
		font-size: 12px;
	}
	div.listree-submenu-heading.expanded:before {
		margin-right: 7px;
		font-size: 12px;
	}
	.most_child {
		padding-left: 7px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
@media only screen and (max-width: 767px) {
	p {
		margin-bottom: 0.3rem !important;
	}
	.page_title {
		font-size: 18px;
		padding: 0.5rem 0rem;
	}
	.sage_font {
		font-size: 10px !important;
	}
	.header_footer {
		font-size: 10px !important;
	}
	.sage_inner_title {
		font-size: 12px !important;
	}
	.sage_font_it {
		font-size: 10px !important;
	}
	.prev_next {
		font-size: 10px !important;
	}
	/* most view and downloads */
	.first_published {
		font-size: 10px;
	}
	.pdf-btns {
		padding: 0px 5px !important;
		border-radius: 6px !important;
		border: 1px solid #00749d !important;
		font-size: 10px;
	}
	.cc_img {
		width: 46px;
		height: 16px;
	}
	.nav-pills .nav-link {
		margin: 10px 5px 10px 0;
		padding: 3px 15px;
		font-size: 10px;
	}
	/* #header_logo_bg {
	 
        margin-top: 5px;
        border-top: 3px solid #faa947;
        border-bottom: 3px solid #faa947;
        margin-bottom: 5px;
	} */
	#header_title {
		font-size: 10px;
        line-height: 15px;
        padding-top: 25px;
        padding-bottom: 25px;
	}

	.side_content_bg
	{
		height:auto!important;
	}
	
	#logo_img {
		height: 33px;
		/* margin-top: 0px!important; */
		 width:90px; 
		 margin-left: auto;
	}
	#group_logo_img {
		height: 10px;
        margin-right: 10px;
        margin-left: auto !important;
        margin-top: 10px;
	}
	#group_logo {
		padding-top: 0px;
	}
	#header_bg {
		position: sticky;
		z-index: 1020;
		top: 0;
	}

	/* footer */
	.footer_email_alert {
		display: flex;
	}

	/* header mobile view */
	nav {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 5px;
		flex-wrap: wrap;
		position: fixed;
		top: 89px;
		z-index: 1030;
        background-color: #faa947;
	}
	nav ul {
		flex-wrap: wrap;
		list-style: none;
		position: fixed;
		top: 116px;
		left: -100%; 
        background: #faa947 ;
		height: 100vh;
		width: 60%;
		padding: initial;
		text-align: left;
		display: block;
		transition: all 0.3s ease;
		z-index: 5;
	}
	nav ul li {
		width: 100%;
		margin: 5px;
	}
	nav ul li a {
		color: #000000;
		text-decoration: none;
		font-size: 14px;
		font-weight: 600;
		padding: 2px 10px;
		border-radius: 5px;
		letter-spacing: 1px;
		transition: all 0.3s ease;
		width: 100%;
		margin-left: -100%;
		display: block;
		transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	nav .menu-btn i {
		color: #000000;
		font-size: small;
		cursor: pointer;
		padding-left: 2px;
		display: block;
		padding-top: 7px;
	}
	input[type='checkbox'] {
		display: none;
	}
	#click:checked ~ .menu-btn i:before {
		content: '\f00d';
	}
	#click:checked ~ ul {
		left: 0;
	}
	#click:checked ~ ul li a {
		margin-left: 0px;
	}
	/* sidebar */
	.side_button {
		margin: 10px 5px 10px 0;
		padding: 3px 15px;
		font-size: 10px;
	}
	/* submission guideline */
	.submissionG_img {
		width: 30px;
		height: 30px;
	}
	.submissionG_text {
		font-size: 10px;
		padding-left: 0.25rem;
	}
	.submissionG_btn {
		font-size: 10px;
		border-radius: 5px;
		margin-left: 1rem;
		margin-top: 0rem;
		padding: 4px 10px;
	}
	/* form */
	.form-control {
		padding: 0.5rem 0.75rem;
		border-radius: 10px;
		margin-bottom: 0.75rem;
	}
	form.sage_font {
		font-size: 12px !important;
	}
	.form-label {
		margin-top: 0.75rem;
	}
	/* onlineFirst */
	.msgArt {
		font-size: 12px;
	}
	.artLockPadding {
		padding: 1px 3px 0 0;
	}
	.artLock {
		width: 30px;
	}
	.artCount {
		font-size: 10px;
	}
	.prev_next {
		border-radius: 8px !important;
	}
	.sortBtn {
		width: 9rem;
	}
	.selectdiv:after {
		right: 20px;
		top: 12px;
	}
	/* TOC */
	.msgPad {
		padding-left: 2.5rem;
	}
	/* Abstract */
	.title {
		font-size: 16px;
	}
	.author {
		font-size: 12px;
	}
	.doipub {
		font-size: 8px;
	}
	.artInfo {
		font-size: 12px;
	}
	.volume {
		font-size: 10px;
	}
	.corauthor {
		font-size: 12px;
	}
	.affil {
		font-size: 10px;
	}
	.cccont {
		font-size: 8px;
	}
	.long_desc {
		font-size: 10px;
	}
	.reference {
		font-size: 12px;
	}
	/* All Issues */
	.min_max_date {
		font-size: 10px;
		margin-bottom: 12px;
	}
	ul.listree {
		font-size: 12px;
		padding: 5px;
	}
	ul.listree-submenu-items,
	ul.listree-submenu-items > li {
		margin-right: 4px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 10px;
	}
	div.listree-submenu-heading.collapsed:before {
		margin-right: 5px;
		font-size: 10px;
	}
	div.listree-submenu-heading.expanded:before {
		margin-right: 5px;
		font-size: 10px;
	}
	.most_child {
		padding-left: 5px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	div > table.Table {
		display: block !important;
		max-width: 80% !important;
		overflow-x: auto !important;
		-ms-overflow-style: -ms-autohiding-scrollbar !important;
	}
       .long_desc p * 
	 {
           font-family: sage_content !important;
         }
       span
        {
            font-family: sage_content !important;
            font-size:14px!important;
        }
        p span
        {
	  font-family:unset!important;
        
	}
       span
       {
         font-family:unset!important;
       }

        #group_logo_img {
        height: 12px;
        margin-right: 5px;
        margin-left: auto !important;
		margin-top: auto !important;
    }
}
	    