/**
 * Post Elements 
 * -----------------------------------------------------------------------------
 */

:root {
	--ft-body-m: 22px/28px "EB Garamond", serif;
}

/*Scrollbar*/
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  background-color: #ece3b6;
	background: white;
}
::-webkit-scrollbar-thumb {
    background: white; background: #1A3D7D;
		    border-radius: 5px;  /* round the corners */

}

.entry {
	word-wrap: break-word;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.entry p {
	margin-bottom: 20px;
}

.entry img {
	max-width: 100%;
	height: auto;
}

.entry figure {margin-bottom: 20px;}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	font-family: 'EB Garamond', sans-serif;
	font-weight: bold;
	color: #000;
}
.entry a {
	text-decoration: underline;
  text-underline-offset: 4px;
}
a.wp-block-button__link {text-decoration: none;}
#divPostBodyContainer h2 {font-size: 48px; line-height: 66px;}
#divPostBodyContainer h4 {font-size: 24px; line-height: 36px;}
#divPostBodyContainer h2, #divPostBodyContainer h4 {margin: 30px 0;}

.entry h1 {
	font-size: 60px;
	line-height: 64px;
}

.entry h2 {
	font-size: 48px; line-height: 66px; margin: 20px 0;
	font-size: 36px; line-height: 40px; margin: 20px 0;
}

.entry h3 {
	font-size: 32px; line-height: 36x; margin: 15px 0;
}

.entry ul li h3 {
	font-size: 15px;
}

.entry h4 {
	font-size: 24px; line-height: 36px; margin: 10px 0;
}

.entry h5, .left_menu h5 {
	font-size: 24px; line-height: 36px;
}
.left-menu-title {margin-bottom: 20px;}

.left_menu_container > div:first-child h5 {font-weight: bold;}

.entry h6 {
	font-size: 13px;
}

.entry ol,
.entry ul {
	margin: 0 0 20px 20px;
}

.entry ul li {
	list-style: outside disc;
	list-style-image: none;
}

.entry ol li {
	list-style: outside decimal;
}

.entry li {
	margin: 0 0 5px 0;
}

.entry li ul,
.entry li ol {
	margin: 5px 0 0 15px;
}

.entry #user-login ul {
	margin-bottom: -5px;
}

.entry table {
	border-spacing: 0;
	width: 100%;
	border: 1px solid #eee;
	border-collapse: separate;
	margin-bottom: 1.5em;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.entry table tr:nth-child(even) {
	background: #F9F9F9;
}

.entry table td,
.entry table th {
	padding: .4em;
	text-align: left;
	border-right: 1px dotted #eee;
}

.entry table thead th {
	background: #F4F4F4;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	padding: 0.7em .4em;
	vertical-align: middle;
}

.entry table tbody th {
	background: #F4F4F4;
	border-bottom: 1px solid #eee;
}

.entry table tbody td {
	border-bottom: 1px solid #eee;
}

.entry table tr th:last-child,
.entry table tr td:last-child {
	border-right: 0;
}

.entry table tbody tr:last-child td,
.entry table tbody tr:last-child th {
	border-bottom: 0;
}

.gallery {
	margin: 0 auto 18px;
	clear: both;
}

.gallery .gallery-item {
	display: inline-block;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery .gallery-item img {
	height: auto;
	margin: 0 auto;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
}

.gallery .gallery-item a:hover img {
	opacity: 0.6 !important;
	margin: -5px 0 5px;
}

.gallery-caption {
	color: #888;
	margin: 0 0 12px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery br+br {
	display: none;
}

.attachment img {
	display: block;
	margin: 0 auto;
}

blockquote p {
	color: #555;
	padding: 0 18px;
	font-family: "Georgia";
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	border: 0px solid #777;
}

.level-2-dropdown-hover {
	left: -10px !important;
}

/* Header */
#mega-menu-icons ul>li.level-1.active a {
	font-weight: bold;
}

body.active .nav-main-menu-mobile {
	position: fixed;
	width: 100%;
	z-index: 1;
}

body.active .container-ftcm-title {
	padding-top: 84px;
}

#mega-menu-icons-mobile {
	position: fixed;
	top: 90px;
	left: -100%;
	bottom: 0;
	background-color: #1f2938;
	-webkit-transition: left .5s ease-out;
	-o-transition: left .5s ease-out;
	transition: left .5s ease-out;
	width: 100%;
	z-index: 11;
	min-width: 300px;
}

body.active .nav-main-menu-mobile #mega-menu-icons-mobile {
	position: fixed;
	right: 0;
	left: 0;
	height: 100%;
	top: 90px;
}

body.active .nav-main-menu-mobile .menuOpen {
	display: none;
}

body.active .nav-main-menu-mobile .menuClose {
	display: block;
}

.nav-dropdown-item {
	position: fixed;
	top: 60px;
	right: -100%;
	background-color: #1f2938;
	-webkit-transition: right .5s ease-out;
	-o-transition: right .5s ease-out;
	transition: right .5s ease-out;
	width: 100%;
	height: 100vh;
}

.nav-dropdown-item.active {
	right: 0;
	visibility: visible;
}

.nav-dropdown-item.dropdown-3.active {
	/* top: -54px; */
}

/* Tab style */
.button-tab {
	color: #000 !important;
	font-weight: 400 !important;
}

.button-tab[aria-selected="true"] {
	color: #000 !important;
	font-weight: 700 !important;
}

#divPostBodyContainer a {
	text-decoration: underline;
}

#divPostBodyContainer a:hover {
	color: #527EC5;
	text-decoration: underline;
}

.program-title a {text-decoration: none;}

.program-item-menu a {
	text-decoration: underline;
}

.program-item-menu a:hover {
	color: #527EC5;
	text-decoration: underline;
}

/* Detail page */
.program-item-menu.active a {
	font-weight: bolder;
	text-decoration: underline;
}

@media (max-width: 767px) {
	#mega-menu-icons:not(hidden) {
		position: absolute;
		top: 72px;
		left: 10px;
		background-color: rgb(0 0 0 / 60%);
		width: calc(100% - 20px);
		border-radius: 10px;
	}
}


/*** Home page ***/
li #allcats-tab {
	text-transform: uppercase;
}

.clamp-5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.leadership table tr td,
.leadership table tr,
.leadership table tr th {
	border: none !important;
}

.leadership table tr:nth-child(2n) {
	background: none;
}

.swiper-pagination-bullet-active {
	background-color: #5d5d5d !important;
}

@media screen and (max-width: 768px) {
	.gutena-tabs-block>.gutena-tabs-tab {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.gutena-tabs-block>.gutena-tabs-tab>.gutena-tab-title.active,
	.gutena-tabs-block>.gutena-tabs-tab.tab-flex .gutena-tab-title {
		border-radius: 0;
		font-size: 14px;
	}

	.gutena-tabs-block>.gutena-tabs-tab>.gutena-tab-title {
		margin-bottom: 0;
		padding: 5px 0 5px 0;
	}
}

.gutena-tabs-block>.gutena-tabs-tab>.gutena-tab-title {
	padding: 8px 0 8px 0;
}

@media only screen and (min-width: 640px) {
	.academic-item-title {
		font-family: 'Inter', sans-serif;
	}
}

@media only screen and (min-width: 768px) {
	.academic-item-title {
		font-family: 'EB Garamond', sans-serif;
	}

	.section-introduce,
	.introduce-btn,
	.program-title,
	.program-intro,
	.program-learn-more {
		font-family: 'Inter', sans-serif;
	}

	#mega-menu-icons-mobile {
		top: 124px;
	}

	body.active .nav-main-menu-mobile #mega-menu-icons-mobile {
		top: 124px;
	}
}

.academics-introduction,
.academic-btn {
	font-family: 'Inter', sans-serif;
}

.academic-intro {
	font-family: 'Roboto', sans-serif;
}

.text-shadow {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.search-pagination .page-numbers {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}

.search-pagination .page-numbers.current,
.search-pagination a.page-numbers:hover {
	background: #f9f9f9;
}

.search-pagination .nav-links {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}


/*Custom*/
@media (min-width: 1024px) {
    .lg\:h-\[395px\] {
        height: 395px;
    }
}

.page-description {font: var(--ft-body-m); max-width: 590px; padding: 0 10px; margin: auto; margin-top: 10px;}
.page-content { margin: auto; margin-top: 100px; }
.header-buttons {display: flex; justify-content: center; gap: 30px; padding-left: 30px; padding-right: 30px; max-width: 590px; margin: auto; margin-top: 40px;}
.header-buttons .btn { background-color: #04529E; font-size: 16px; line-height: 18px; font-family: "Lato"; max-width: 250px; color: white; padding: 9px 17px; border-radius: 8px;}

.content .wp-block-button__link {background: #04529E; border-radius: 8px; padding: 9px 17px; padding-top: 11px; text-transform: uppercase; font-size: 16px; letter-spacing: 5%; line-height: 1; font-family: "Lato"; font-weight: 700;}
.content .secondary .wp-block-button__link {background: unset; color: black; border: 1px solid black;}

.content .tertiary.wp-block-button {border: none; padding: 4px 17px 4px; border-radius: 8px;}
.content .tertiary .wp-block-button__link {background: unset; padding: 0; border-radius: unset; padding-bottom: 2px; color: black; border: unset; border-bottom: 3px solid black;}

.hero_header {position: relative;}
.hero_header h1:not(.title-old) {position: absolute; font-weight: 800; text-align: center; bottom: 10%; font-family: "EB Garamond"; font-size: 60px; line-height: 1.1; word-wrap: normal;}
.hero_header h1.title-old {font-family: "EB Garamond"; font-size: 60px; line-height: 44px; font-weight: 800}

@media only screen and (max-width: 768px) {
	.hero_header h1:not(.title-old) {font-size: 30px;}
}

.hero_header .overlay:before {
	background-color: #00000099;
	content: '';
	position: absolute;
	width: 100%; 
	height: 100%;
	top: 0;
}

.mega-menu-icons-desktop li.level-2 {position: initial}
.mega-menu-icons-desktop li.level-2 a {position: relative}
.left_menu .left_menu_container {position: relative;}
.left_menu .left_menu_container, .left_menu h3 { font-family: "EB Garamond"; font-size: 24px; line-height: 36px;}
.left_menu h3 {font-weight: 800;}
.left_menu .left_menu_container::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 2.5%;          /* centers the 95% height vertically */
  height: 95%;
  width: 1px;
  background-color: #333;
}

.left_menu .p-1 {position: relative;}
.left_menu .p-1:before {content: '';
    position: absolute;
    left: -37px;
    top: 20px;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;}

.main-content, .main-content .entry  {font: var(--ft-body-m);}
.gutena-tabs-block>.gutena-tabs-tab>.gutena-tab-title {list-style: none; font-size: 18px; line-height: 28px;}