@charset "utf-8";

@media (max-width:992px) {
	.footer {
	margin-top: 0.6rem !important;
}

.bottomcontent {
	flex-direction:column !important;
	gap: 1.4rem !important;
}

.logobox {
	padding-top: 1rem !important;
	padding-left: 2rem !important;
	width: 100% !important;
}

.logobottom {
	margin-bottom: 0.5rem !important;
	height: 3rem !important;
}

.address {
	padding-left: 0.2rem !important;
	font-size: 0.6rem !important;
	width: 100% !important;	
}

.bottominfo {
	flex-direction: column !important;
	align-items: center !important;
	padding: 0 !important;
	flex-wrap: wrap;
}

.schoolinfobox {
	width: 100% !important;
	padding-left: 0 !important;
	align-items: flex-start !important;
}

.schoolinfotitle {
	padding-left: 2rem !important;
	width: 100%!important;	
	text-align: left !important;
	font-size: 0.8em !important;

}

.schoolinfocontentbox {
	padding-top: 0.2rem !important;
	padding-left: 2rem !important;
	font-size: 0.6em !important;
	gap: 0.4rem !important;
	
}

.quicklinksbox {
	padding-top: 1rem !important;
	width: 100% !important;
	padding-left: 0 !important;
	align-items: flex-start !important;
}

.quicklinkstitle {
	padding-left: 2rem !important;
	width: 100%!important;	
	text-align: left !important;
	font-size: 0.8em !important;
}

.quicklinkscontentsbox {
	padding-top: 0.2rem !important;
	padding-left: 2rem !important;
	font-size: 0.6em !important;
	gap: 0.4rem !important;
}


.officehoursbox {
	width: 100% !important;
	padding-left: 0 !important;
	align-items: flex-start !important;
}

.officehourstitle{
	padding-left: 2rem !important;
	padding-top: 1rem !important;
	width: 100%!important;	
	text-align: left !important;
	font-size: 0.8em !important;
}

.officehourscontent p {
	padding-top: 0.2rem !important;
	padding-left: 2rem !important;
	font-size: 0.6em !important;
	gap: 0.4rem !important;
}


.authorized {
	padding-top: 1rem !important;
	margin-left: 3rem !important;
	margin-right: 3rem !important;
	text-align: center;
	padding-bottom: 0.8rem !important;
	FONT-SIZE: 0.6em !important;
}

	.navbar .container-fluid {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0rem !important; /* 添加间距 */
		width: 100% !important; /* 确保导航栏占满全宽 */
		padding: 0 !important; /* 去掉默认的内边距 */
    }
    
    .logo {
        padding-left: 0 !important;
        text-align: center;
		padding-bottom: 0.6rem !important; /* 添加底部间距 */
    }
    .logo img {
        margin-right: 0 !important;
        width: 4rem !important;
        margin: 0 auto;
    }

    .nav-links {
        display: flex !important;
        flex-direction: row !important; /* 让它先横向排列 */
        flex-wrap: wrap !important; /* 关键：允许换行 */
        justify-content: center; /* 让换行后的元素居中 */
		padding: 0 !important; /* 去掉默认的内边距 */
		width: 100%; /* 确保导航栏占满全宽 */
    }

    .nav-links .nav-link {
        padding: 0 0 !important; /* 调整菜单项的内边距 */
    }
    
    .nav-links .nav-item {
        /* 在这里为每个菜单项设置一个最小宽度，防止被过度压缩 */
        flex-basis: 20%; 
        text-align: center;
		font-size: 0.7em !important; /* 调整字体大小 */
    }

    .custom-dropdown {
	position: relative;
}

.custom-dropdown .dropdown-menu {
  display: none;
  position: absolute;   
  top: 100%;            
  left: -5rem !important;
  z-index: 1000;       
}

.custom-dropdown:hover .dropdown-menu {
  display: block;
   background-color: #FFF5DC;     /* 设置背景色 */
  border: 1px solid #FFCC66;     /* 设置边框颜色 */
  border-radius: 4px;            /* 可选：圆角边框美观一点 */         /* 可选：增加上下内边距 */
}

.navbar .dropdown-item {
  font-family: "Inria Sans", sans-serif;
  font-weight: bold;
  color: #2E3192;
  font-size: 0.6em !important; /* 调整字体大小 */
}

    
    /* 图标容器也需要处理换行和居中 */
    .nav-icons {
        display: flex !important;
        padding-right: 0 !important;
        justify-content: center !important;
        gap: 1rem !important; /* 减小图标间距 */
		padding-left: 1rem !important; /* 添加左侧内边距 */
		padding-right: 1rem !important; /* 添加右侧内边距 */
		
    }

	.main {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 2rem;
	}
	.aside-left {
		width: 100%;
	}
	.aside-right {
		width: 100%;
	}
	.main-head, .sub-head {
		text-align: center;
	}
	.btn {
		margin: auto;
	}
	.row {
		display: block;
	}
	.btn-col {
		margin: auto;
	}
	.col {
		margin: 2rem 0;
	}

	.intro-title h2{
		font-size: 25px !important;
		padding-left: 1rem;
	}

	.intro-image img{
		width: 80% !important;
		padding-left: 1rem;
	}

	.alumni-office-title {
		padding-top: 10px;
		text-align: right !important;
		padding-right: 1rem;
		font-size: 13px !important;
	}

	.office-content-box {
		align-items: center !important;
		flex-direction: column !important;
		gap: 2rem;
	}
	.left-content-office {
		width: 100% !important;
		text-align: center !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.support-content-box {
		align-items: center ;
		flex-direction: column !important;
	}

	.support-matters-content {
		flex-direction: column !important;
		padding: 0 1rem !important;
		gap:2rem !important;

	}
	.support-matters-bottom-content {
		flex-direction: column !important;
    padding: 2rem !important;
	padding-top: 2rem !important;
	padding-bottom: 1rem !important;
    gap: 2rem !important;
    line-height: 1.6;
	color: #333;
	font-family: "Inria Sans", sans-serif;
	font-size: 1em;
}
	.support-matters-descp {
		padding : 0rem 2rem !important;
		margin-bottom: 20px !important;
	}

	.support-matters-descp p {
	line-height: 1.5 !important;
	font-size: 0.9em !important;
	}

	.bottomcontent {
		gap: 1rem !important;
	}
  .sm-bottom-left-content {
	text-align: left !important;
	width: 100% !important;
	padding: 0rem !important;
  }

  .sm-bottom-right-content-list li {
    font-size: 0.9em !important;
}

  .left-content-office h5 {
	font-size: 1em !important;
}

	.left-content-office ui li {
	font-size: 0.8em;
	text-align: left;
}

.rigth-content-office h5 {
	font-size: 1 !important;
	text-align: left !important;
	padding-bottom: 1rem !important;
}

.rigth-content-office{
	width: 90% !important;
}

.left-content-office {
    margin-right: 0rem !important;
	width: 90% !important;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-right: 10rem;
}

.members-pics {
	gap: 3rem 1rem !important;
}

.view-detail {
    text-align: end;
    margin-top: 2rem !important;
	margin-bottom: 1rem !important;
}

.support-title h2{
	padding-top: 2rem !important;
	padding-bottom: 0.4rem !important;
	font-size: 30px !important;
	padding-left: 1.5rem !important;
}

.support-content-box{
	align-items: center !important;
	padding-bottom: 2rem !important;
	
}

.support-left-content {
	width: 100% !important;
	padding: 0rem 1.3rem !important;
}

.support-left-content img{
	width: 100% !important;
	height: auto;
}

.support-right-content {
	width: 90% !important;
	padding: 0rem !important;
}

.support-right-content h5 {
	padding-bottom: 0.2rem !important;
}

.support-right-content p {
	line-height: 1.4 !important;
	font-size: 0.8em !important;
}

.support-matters {
	width: 90% !important;
}

.support-matters-title {
    text-align: center;
    padding-top: 1.2rem !important;
    padding-bottom: 0.2rem !important;
}

.support-matters-title h1 {
    font-size: 2em !important;
}

.left-content-support-matters,
.right-content-support-matters {
    padding: 1rem 2rem !important;
}

.left-content-sp-title,
.right-csp-title {
	padding: 0rem !important;
	font-size: 1.1em !important;
}

.left-content-sp-box {
    padding-top: 1rem !important;
}

.international-don-descp {
	margin-top: 1rem !important;
}

.right-content-support-matters .transfers {
    list-style-type: disc;
    padding-left: 1rem !important;
    margin-top: 1.5rem;
}

.kindly-notify p,
.sm-bottom-left-content p,
.confrimations li{
    font-size: 0.9em !important;
}

.after-image-padding {
	height: 2rem !important;
}

}

.header {
	display: flex;
	flex-direction: row;
	justify-content:  space-between;
	font-family: "Inria Sans", sans-serif;
    font-weight: bold;
    color: #2E3192;
	align-items: center;
}

.navbar {
	background-color:#FFF5DC;
	border-top: 0.3rem solid #2e3192;
    border-bottom: 0.3rem solid #2e3192;
}

.navbar ul {
	list-style-type: none;
}

.nav-link:hover{
  color: red !important;
}

.nav-links .nav-link {
  padding: 1rem 1rem;
  color: #2E3192;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.nav-links .nav-link:hover,

.custom-dropdown {
	position: relative;
}

.custom-dropdown .dropdown-menu {
  display: none;
  position: absolute;   
  top: 100%;            
  left: 0;
  z-index: 1000;       
}

.custom-dropdown:hover .dropdown-menu {
  display: block;
   background-color: #FFF5DC;     /* 设置背景色 */
  border: 1px solid #FFCC66;     /* 设置边框颜色 */
  border-radius: 4px;            /* 可选：圆角边框美观一点 */         /* 可选：增加上下内边距 */
}

.navbar .dropdown-item {
  font-family: "Inria Sans", sans-serif;
  font-weight: bold;
  color: #2E3192;
}

/* 子项悬停变红 */
.navbar .dropdown-item:hover {
  color: red;
  background-color: #FFE9B3 !important;
}

.nav-icons {
  display: flex;
  align-items: center;
  gap: 1rem; 
  padding-right: 2rem;
}

.nav-icons i {
  font-size: 1.3rem;
  color: #241d60;
  cursor: pointer;
}

.nav-icons a i {
    color:  #241d60;
    transition: color 0.3s ease;
    cursor: pointer;
}

.nav-icons a i:hover {
    color: rgb(226, 36, 36);
}

.hover-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
}

.divider {
  border-left: px solid #000;
  height: 1.2rem;
}

.logo img {
  margin-right:2rem;
  width: 8rem;
  height: auto;
}

.logo {
	padding-left: 2.5rem;
}


body {
  padding-top: 7rem; 
  background-color: #FFF5DC !important;
}

.intro-title h2{
	text-align:start;
	padding-bottom: 1rem;
	font-size: 2.2em;
	line-height: 1.2em;
	font-family: "crimson text", serif;
	font-weight: bold;
    color: #2E3192;
	font-style: italic;
	letter-spacing: 0.1rem;
}

.intro-image img {
	text-align: start;
	width: 65%;
	height: auto;
	padding-bottom: 1rem;
}

.alumni-office-title h2 {
    text-align: end;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
    font-size: 2.2em;
    line-height: 1;
    font-family: "crimson text", serif;
    font-weight: bold;
    color: #2E3192;
}

.office-content-box {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.left-content-office {
    width: 40%;
    background-color: #FFCC66;
    padding: 2rem 3rem;
    margin-right: 2rem;
	
}
.left-content-office h5 {
	font-family: "Inria Sans", sans-serif;
	color: #2E3192;
	font-size: 1.17em;
	font-weight: bold;
	text-align: justify;
}

.left-content-office ui li {
	padding-top: 1rem;
    margin-bottom: 0.08rem;
	font-family: "Inria Sans", sans-serif;
	color: #333;
}

.rigth-content-office {
    width: 60%;
    background-color: #F9C43F;
    background-color: #FFCC66;
    padding: 1rem 2rem;
}

.rigth-content-office h5 {
	padding-top: 1rem;
	font-family: "Inria Sans", sans-serif;
	color: #2E3192;
	font-size: 1.17em;
	font-weight: bold;
	text-align: justify;
	padding-bottom: 1.5rem;
}

.members-pics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; /* Distribute members evenly */
    gap: 0.5rem; /* Spacing between members */
    margin-top: 1rem;
}

/* Styling for each individual member container */
.first-member, .second-member, .third-member, .fourth-member {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content horizontally */
    text-align: center;
    flex-basis: calc(25% - 2rem); /* Sets width for 4 members per row, accounting for gap */
}

/* Styling for the member images */
.first-member img, .second-member img, .third-member img, .fourth-member img {
    width: 8rem; /* Adjust size as needed */
    height: 10rem; /* Adjust height to maintain aspect ratio */
    object-fit: cover;
    border-radius: 5px; /* Add a slight border-radius for aesthetics */
    margin-bottom: 0.5rem;
}

/* Styling for the text */
.members-pics p {
    margin: 0;
    font-family: 'Inria Sans', sans-serif;
    font-weight: normal;
    color: #333;
    font-size: 0.8rem;
}

.members-pics label {
    margin-top: 0.2rem;
    font-family: 'Inria Sans', sans-serif;
    font-weight: bold;
    color: #2E3192;
    font-size: 0.9rem;
}

.view-detail {
    text-align: end;
    margin-top: 2rem;
}

.view-detail a {
  font-family: "Inria Sans", sans-serif;
    font-weight: bold;
	background-color: #2E3192;
	border-radius: 50px;
    color: #FFCC66;
  font-size: 0.8rem;
  text-decoration: none;
  padding: 0.5rem;
}

.view-detail a:hover {
  color: rgb(226, 36, 36);
}

.support-title h2{
	padding-top: 3rem;
	padding-bottom: 1rem;
	font-size: 2.5rem;
	font-family: "crimson text", serif;
	font-weight: bold;
    color: #2E3192;
}

.support-content-box {
	display: flex;
	flex-direction: row;
	align-content: space-around;
	padding-bottom: 5rem;
}

.support-left-content img{
	width: 90%;
	height: auto;

}

.support-left-content {
	width: 50%;
}

.support-right-content {
	width: 50%;
	padding-left: 0.5rem
}

.support-right-content h5 {
	font-family: "crimson text", serif;
	font-style: italic;
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: #2E3192;
	font-size: 2em;
}

.support-right-content p {
	line-height: 1.6;
	color: #333;
	text-align: justify;
	font-family: "Inria Sans", sans-serif;
	font-size: 1em;
}
/* ---- 整体容器和标题 ---- */
.support-matters {
	width: 100%;
	background-color: #eae1d5; /* 设置背景颜色 */
	
}
.support-matters-title {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.support-matters-title h1 {
    font-family: 'Crimson Text', serif;
	font-weight: bold;
    font-size: 2.5em;
    color: #2E3192;
}

.support-matters-descp {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 40px;
}

.support-matters-descp p {
	line-height: 1.6;
	color: #333;
	font-family: "Inria Sans", sans-serif;
	font-size: 1em;
}

/* ---- 左右两列的卡片容器 ---- */
.support-matters-content {
    display: flex;
    flex-direction: row;
    align-items: stretch; /* 确保两列高度相同 */
    gap: 4rem; /* 两张卡片之间的间距 */
    padding:0 8rem ;
}

/* ---- 左侧卡片样式 ---- */
.left-content-support-matters {
    flex: 1; /* 让左侧卡片占据可用空间 */
    background-color: #FFF5DC;
    padding: 2rem 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.left-content-sp-title {
    text-align: center;
	padding: 1rem 0;
	font-family: "crimson text", serif;
	font-weight: bold;
	color: #2E3192;
	font-size: 1.2em;
}

.left-content-sp-title h6 {
    margin: 0;
    line-height: 1.2;
    font-size: 1.2em;
    font-weight: bold;
    color: #2E3192;
}

.left-content-sp-box {
    padding: 0;
}

.payee, .mailing-address {
    margin-bottom: 1rem;
}

.left-content-sp-box label {
    font-weight: bold;
    color: #2E3192;
}

.left-content-sp-box p {
    margin-top: 0.2rem;
    line-height: 1.4;
}


/* ---- 右侧卡片样式 ---- */
.right-content-support-matters {
    flex: 1; /* 让左侧卡片占据可用空间 */
    background-color: #FFF5DC;
    padding: 2rem 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.right-csp-title {
    text-align: center;
	padding: 1rem 0;
	font-family: "crimson text", serif;
	font-weight: bold;
	color: #2E3192;
	font-size: 1.2em;
}

.right-csp-title h6 {
    margin: 0;
    line-height: 1.2;
    font-size: 1.2em;
    font-weight: bold;
    color: #2E3192;
}

.international-don-descp {
	margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.right-content-support-matters .transfers {
    list-style-type: disc;
    padding-left: 3rem;
    margin-top: 1.5rem;
}
.right-content-support-matters .transfers li {
    margin-bottom: 10px;
    line-height: 1.4;
}

/* ---- 底部左右两列 ---- */
.support-matters-bottom-content {
    display: flex;
    flex-direction: row;
    padding: 2rem 8rem 3rem 8rem;
    gap: 8rem;
    line-height: 1.6;
	color: #333;
	font-family: "Inria Sans", sans-serif;
	font-size: 1em;
}

.sm-bottom-left-content,
.sm-bottom-right-content {
    flex: 1;
}

.kindly-notify {
    margin-bottom: 1rem;
}

.kindly-notify p,
.sm-bottom-left-content p {
    margin: 0;
    line-height: 1.4;
	padding-left: 1rem;
}

.confrimations {
    list-style-type: none;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.confrimations li {
    line-height: 1.4;
    margin-bottom: 0.2rem;
}

.sm-bottom-right-content-list {
    list-style-type: disc;
    padding-left: 0rem;
}

.sm-bottom-right-content-list li {
    margin-bottom: 1rem;
    line-height: 1.4;
}

/* 统一字体 */
p, label, li {
    font-family: 'Inria Sans', sans-serif;
}

.footer {
	margin-top: 3rem;
	width: 100%;
	background-color: #2E3192; 
  	align-items: flex-start;
  	justify-content: space-between;
  	flex-wrap: wrap;
}

.bottombox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bottomcontent {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 20rem;
}

.logobox {
	padding-top: 2rem;
	padding-left: 3.5rem;
	width: 20%;
}

.logobottom {
	margin-bottom: 1.5rem;
	display: flex;
	width: auto;
	height: 6rem;
}

.address {
	padding-left: 0.5rem;
	width: 20rem;
	text-align: left;
	font-family: "Inria Sans", sans-serif;
    font-weight: lighter;
    color: #eae1d5;
}

.address a {
	color: #eae1d5;
}

.address a:hover {
	color: rgb(226, 36, 36);
}

.bottominfo {
	display: flex;
	align-content: flex-end;
	padding-top: 2rem;
	flex-wrap: wrap;
	padding-right: 2rem;
}


.schoolinfotitle {
	width: auto;
	font-size: 1.5em;
	font-family: "crimson text", serif;
    font-weight: bold;
    color: #ffcc66;
}

.schoolinfocontentbox {
	padding-top: 1rem;
	display: flex;
	flex-direction: column;
	padding-left: 1rem;
	gap: 0.5rem;
	
}

.schoolinfocontentbox a {
	font-family: "Inria Sans", sans-serif;
    font-weight: lighter;
    color: #eae1d5;
	text-align: left;
}

.schoolinfocontentbox a:hover {
	color: rgb(226, 36, 36);
}

.quicklinksbox {
	padding-left: 3.5rem;
}

.quicklinkstitle {
	width:auto;
	font-size:1.5em;
	font-family: "crimson text", serif;
    font-weight: bold;
    color: #ffcc66;
}

.quicklinkscontentsbox {
	padding-top: 1rem;
	display: flex;
	flex-direction: column;
	padding-left: 1rem;
	gap: 0.5rem;
}

.quicklinkscontentsbox a {
	font-family: "Inria Sans", sans-serif;
    font-weight: lighter;
    color: #eae1d5;
	text-align: left;

}

.quicklinkscontentsbox a:hover {
	color: rgb(226, 36, 36);
}


.officehoursbox {
	padding-left: 1rem;
}

.officehourstitle{
	width:auto;
	font-size:1.5em;
	font-family: "crimson text", serif;
	padding-left: 3rem;
    font-weight: bold;
    color: #ffcc66;
}

.officehourscontent p {
	padding-top: 1rem;
	display: flex;
	flex-direction: column;
	padding-left: 4rem;
	gap: 0.5rem;
	font-family: "Inria Sans", sans-serif;
    font-weight: lighter;
    color: #eae1d5;
	text-align: left;
}


.authorized {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 1rem;
	font-family: "crimson text", serif;
	font-weight: lighter;
    color: #eae1d5;
}