.header-text h1 {
    font-size: 25px!important;
    margin: 0 !important;
	font-weight: 700;
}

.header-text h2 {
    font-size: 13px!important;
    margin: 0 !important;
}

.header-menu {
    float: none!important;
    margin-left: 180px;
}

@media (max-width: 1230px){
	.header-text h2 {
	    font-size: 12px!important;
	}
	.header-text h1 {
	    font-size: 20px!important;
	}
}

.header-inner.section-inner {
    padding: 1.5rem 0 !important;
}

header#site-header {
    /* background-image: linear-gradient(90deg,#6e1b6f 15%,#040178 100%)!important; */
    background-image: linear-gradient(90deg,#6e1b6f 15%,#272485 100%)!important;
    /* min-height: 140px; */
    min-height: 100px;
}

header#site-header a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.primary-menu a {
    font-size: 21px;
    font-weight: 700;
    padding: 0.7rem 0;
}

.header-logo img {
    width: 170px;
    left: 20px;
    position: absolute;
    right: 0;
    /* top: -30px; */
    top: 10px;
}

.header-text {
    padding-top: 20px;
    display: inline-block;
    padding-left: 180px;
    /* max-width: 20%; */
}

/* job listings */
.job_listings {
    max-width: unset !important;
}

input[type="submit"] {
    background-image: linear-gradient(90deg,#6e1b6f 15%,#000078 100%)!important;
	padding: 15px !important;
}

.position h3 {
    color: #000078 !important;
	font-weight: 700;
}

/* .job_listing img.company_logo {
    display: none;
}
 */

td.pl-30.company-logo {
    padding: 30px 10px;
}

.position {padding: 0 !important;}

li.job_listing a {
    padding: 1em !important;
}

.job_listing .job-type {
    color: #6e1b6f !important;
}

.job_listing .job_types label {
    margin: 0 !important;
}

.job_filters .job_types li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.job_listing ul.job_types {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.job_listing p, .job_listing li, .job_listing tr, .job_listing td, .job_listing button {
    font-size: 20px !important;
}

.job_listing .company {
    color: #000000 !important;
}

.featured-media-inner {
    margin: 0 auto !important;
    display: flex;
}

.single_job_listing .job-type {
    background: none !important;
    color: #000 !important;
}


/*  fonts */
/*Start 111 beautifier*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	overflow-x: hidden;
}

@import url('https://webarchive.lib.cuhk.edu.hk/20241031200452cs_/https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://webarchive.lib.cuhk.edu.hk/20241031200452cs_/https://fonts.googleapis.com/css2?family=Source+Serif+Pro&display=swap');

p, tr, td, button, .header-text>a>*, input[type="submit"], div, span{
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Source Serif Pro', serif !important; */
	font-family: 'Source Serif Pro', serif;
}


/*  */

.post-meta-wrapper.post-meta-single.post-meta-single-top {
    display: none;
}

/* footer */
.footer-custom-purple-bar {
	display: block;
	text-align: center;
	background-image: linear-gradient(90deg,#6e1b6f 15%,#000078 100%)!important;
	color: white;
	padding-bottom: 20px;
	padding: 10px!important;
}

footer#main-footer {
	color: #fff;
	font-size: .875rem !important;
	position: relative;
	padding-bottom: 0px!important;
}

footer#main-footer .wrapper {
	background: #f2f2f2 !important;
	padding: 1% 8% 0;
}

@media (min-width: 640px) {
	#main-footer .wrapper>.grid-x>.cell {
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
	}
}

@media (min-width: 640px) {
	#main-footer .footer-cross-sites .footer-cuhk-logo {
		-ms-flex: auto;
		-ms-flex-align: end;
		-ms-flex-order: 3;
		-ms-flex-pack: center;
		-webkit-box-align: end;
		-webkit-box-flex: 1;
		-webkit-box-ordinal-group: 4;
		-webkit-box-pack: center;
		align-items: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex: auto;
		justify-content: center;
		order: 3;
	}
}

#main-footer .footer-cross-sites .footer-cuhk-logo {
	-ms-flex: 1 1 33%;
	-webkit-box-flex: 1;
	flex: 1 1 33%;
	text-align: center;
}

#main-footer a {
	color: inherit;
	/*display: inline-block;*/
}

@media (min-width: 640px) {
	#main-footer .footer-cross-sites .footer-biz-tagline {
		-ms-flex: auto;
		-ms-flex-order: 1;
		-webkit-box-flex: 1;
		-webkit-box-ordinal-group: 2;
		flex: auto;
		order: 1;
	}
}

#main-footer .footer-cross-sites .footer-biz-tagline {
	-ms-flex: 1 1 66%;
	-webkit-box-flex: 1;
	flex: 1 1 66%;
	text-align: center;
}

@media (min-width: 640px) {
	#main-footer .footer-current-site {
		padding-left: 2rem;
	}
}

@media (min-width: 640px) {
	#main-footer .footer-current-site:before {
		background: inherit;
		bottom: 0;
		/* content: ""; */
		display: block;
		height: 100%;
		left: 50%;
		position: absolute;
		top: 0;
		width: 49.4vw;
	}
}

#main-footer .wrapper>.grid-x>.cell>.container {
	width: unset !important;
	max-width: none !important;
}
#main-footer .footer-current-site>* {
	position: relative;
}

ul#menu-footer-menu {
	padding: 0 !important;
}

ul#menu-footer-menu, ul#menu-second-main-menu {
	position: relative;
	display: flex;
	flex-basis: 7rem;
}

.bottom-nav li {
	padding-left: 0px !important;
	margin-left: 0px !important;
	position: relative;
	padding-right: 15px !important;
}

ul.sub-menu {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}

ul#menu-footer-menu>li>a, ul#menu-second-main-menu>li>a {
	font-size: 27px !important;
	margin-bottom: 20px;
	font-weight: 900;
}

ul.sub-menu li a {
	font-size: 20px !important;
}

.footer-cuhk-logo img, .footer-biz-tagline img {
	width: 40% !important;
	margin-bottom: 80px;
}

.footer-biz-tagline img {
	width: 67% !important;
}

@media (min-width: 1024px) {
	.footer-copyright {
		margin: 0;
	}
}

@media (min-width: 640px) {
	.footer-copyright {
		text-align: left;
	}
}

.footer-info {
	width: 100%;
	color: #ffffff !important;
	height: 30px;
}

.privacy ul {
	display: flex;
	flex-direction: row;
}

.privacy {
	margin-top: 20px;
}

.privacy ul {
	margin-left: 0 !important;
}

.privacy li {
	margin-right: 10px;
}

ul#menu-second-main-menu {
	width: 100%;
}

ul#menu-second-main-menu li {width: 20%;}

.footer-stat-logo {
	text-align: center;
}

.footer-stat-logo p {
	font-size: 45px;
}

.footer-title {
	font-size: 20px;
	color: #6e1b6f !important;
	font-weight: 700;
}

p.footer-desc {
	font-size:15px!important;
	color: #808080 !important;
}

.footer-logo img {
    max-height: 60px;
    margin-right: 15px;
}

.footer-menu li {
    list-style-type: none;
    color: #808080 !important;
    font-size: 20px;
    /* margin: 0; */
    display: block;
}

.footer-menu {
    display: block !important;
}


.contact-icon-list p {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	color: #808080;
	font-size: 16px!important;
	margin: 0;
}

.contact-icon-list img {
	width: 40px;
	margin-right: 15px;
}

.privacy-disclaimer {
    color: #808080 !important;
    font-size: 14px;
    margin: 20px 0;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-menus, .footer-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer-bottom {
    display: block;
    text-align: center;
    background-image: linear-gradient(90deg,#6e1b6f 15%,#000078 100%)!important;
    color: white!important;
    padding: 10px 0;
}

#footer-bottom p {
    margin: 0 !important;
    font-size: 12px!important;
    text-transform: uppercase;
}


/* job-listings  */
tr.table-header:first-child {
    display: table-row;
	background: linear-gradient(90deg,#6e1b6f 15%,#000078 100%)!important;
    color: #fff;
    font-size: 20px;
}

tr.table-header {
    display: none;
}

.table-header th {
    font-size: 18px;
    padding: 10px;
    font-weight: 500;
    border: 1px solid #f2f2f2 !important;
    font-family: 'Source Serif Pro', serif;

}

.job_listings td {
    font-size: 18px;
    padding: 10px;
}

.job_filters .showing_jobs {background: #ffffff !important;padding: 1rem 3rem;}

.job_listings {
    margin: 0 !important;
    width: 100% !important;
}

table.job_listings {
    padding: 1rem 3rem !important;
    display: block;
    border: none !important;
}

@media (min-width: 320px) and (max-width: 1024px){
table.job_listings{
	padding: 1rem 2rem !important;
}
}

.job_listings td {
    border: 1px solid #f2f2f2 !important;
}

.job-banner {
    color: #ffffff;
    background-repeat: no-repeat;
}

.job_listings tr.job-info:nth-child(4n) {
    background-color: #dbdbdb;
}

.job a {
    color: #6e1b6f !important;
    text-decoration: underline;
}

.job_filters .search_jobs input {
    font-size: 15px !important;
}

ul.job_types {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.job_types label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.job_types input[type="checkbox"] {
    top: 0 !important;
}

nav.job-manager-pagination ul li span, nav.job-manager-pagination ul li a {
    background: transparent !important;
    color: #6e1b6f !important;
    font-size: 20px;
}

nav.job-manager-pagination ul, #content nav.job-manager-pagination ul, nav.job-manager-pagination ul li, #content nav.job-manager-pagination ul li {
    border: none !important;
}

.showing_jobs {
    font-size: 15px !important;
}

a.rss_link {
    display: none;
}

.search_categories {
    float: right;
    padding-left: 0.5em;
    width: 50% !important;
    padding-top: 0 !important;
    /* display: flex; */
    clear: none !important;
}

.search_keywords img {
    position: absolute;
    top: 30%;
    left: 10px;
}

.job_filters .search_jobs div.search_keywords , .job_filters .search_jobs div.search_categories{
    position: relative;
}

.search_keywords input {
    padding: 1.5rem 3rem !important;
}

.search_categories img {
	position: absolute;
    top: 37%;
    z-index: 1;
    left: 30px;
}

.job_filters .search_jobs span.select2-selection.select2-selection--multiple {
    padding-left: 3rem !important;
}

img.company_logo {
    max-width: 200px;
}

/* job board table mobile responsive  */
@media (max-width:1440px) and (min-width:870px){
    th.ind, th.app,
	th.major-prog {
        width: 15% !important;
    }
	
	th.offer {
		width:20% !important;
	}
}

span.select2-selection__clear {
    display: none;
}

@media (max-width:869px) and (min-width:750px){
   th.ind, th.app,
	th.major-prog {
        width: 15% !important;
    }
	
	th.offer {
		width:20% !important;
	}
	
	.job_listings td {
		font-size: 15px !important;
	}
}

@media (max-width:749px) {
	table.job_listings {
		width: 1300px !important;
	}
}

@media (max-width:649px) {
    .search_categories, 
    .search_keywords {
        width: 100% !important;
        padding: 0 !important;
    }

    .search_categories {
        margin-top: 15px;
    }

    .search_categories img {
        left: 15px;
    }
	
	ul.job_types {
		flex-direction: column !important;
		align-items: center;
	}

	.job_filters .job_types li {
		border-right: none !important;
		min-width: 250px;
	}
}

@media (max-width:490px) {
	.search_keywords input,
	.job_filters .search_jobs span.select2-selection.select2-selection--multiple {
		padding-left: 2.5rem !important;
	}

	.job_filters .search_jobs input {
		font-size: 14px !important;
	}

	.search_categories .select2.select2-container .select2-selection:after {
		right: 5% !important;
		top: 45% !important;
	}
}


/*  */
li.no_job_listings_found {
    list-style-type: none;
    font-size: 20px;
    font-style: italic;
}

.job_listing .event-detail-content .job-type {
    color: #000000 !important;
}

.return.button {
    float: right;
    margin: 20px 0;
    background: transparent !important;
	padding-right: 0 !important;
}

.return i {
    margin-left: 6px;
}

.return.button a {
    color: #6e1b6f !important;
}

.major ul {
    list-style-type: none;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

input.application_button.button {
    background: #6e1b6f !important;
    color: #ffffff;
    padding: 15px 30px;
    text-transform: none;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 500;
}

input.application_button.button:hover {
    text-decoration: none !important;
    font-style: italic;
}

.application_details {
    margin-top: 20px;
}

.job-disclaimer p {
    font-style: italic;
    font-size: 15px !important;
    margin-top: 20px;
}

.post-15 .entry-header {
    height: 500px;
}

.card-section-text.Date.horiz {
    padding: 0 !important;
}

.event-detail-content table table {
    margin: 0 !important;
}

.event-detail-content table table td {
    font-size: 18px;
    padding: 20px !important;
}