.academic-calendar{background:#fff;color:#182b38;scroll-margin-top:100px}
.academic-calendar-heading,.academic-calendar-frame{max-width:1040px;margin-inline:auto}
.academic-calendar-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:18px}
.academic-calendar-heading h2{font-size:clamp(18px,2vw,24px);line-height:1.7;margin:0}
.academic-calendar-heading p{color:#656565;font-size:14px;margin:0}
.academic-calendar-frame{border:1px solid #dedede;border-radius:12px;overflow:hidden}
.academic-calendar-table{width:100%;table-layout:fixed;border-collapse:collapse;font-family:inherit;font-size:15px;line-height:1.9;margin:0;text-align:right}
.academic-calendar-table th,.academic-calendar-table td{padding:11px 20px;vertical-align:middle;border:0;border-bottom:1px solid #e7e7e7;overflow-wrap:break-word}
.academic-calendar-table thead th{background:#122737;color:#fff;font-weight:700;border-bottom:0}
.academic-calendar-table thead th:first-child{width:28%}
.academic-calendar-table thead th:nth-child(2){width:39%}
.academic-calendar-table tbody th{font-weight:500}
.academic-calendar-table tbody td:last-child{color:#595959}
.academic-calendar-table tbody tr:nth-child(even){background:#f4f4f4}
.academic-calendar-table tbody tr:nth-child(odd){background:#fff}
.academic-calendar-table .calendar-term th{font-weight:800;color:#122737}
.academic-calendar-end{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;background:#ededed;font-size:14px}
.academic-calendar-end strong{color:#122737}
@media(max-width:600px){
 .academic-calendar.section{padding:28px 14px}
 .academic-calendar-heading{display:block;margin-bottom:12px}
 .academic-calendar-heading p{font-size:12px;margin-top:4px}
 .academic-calendar-table{font-size:12px;line-height:1.85}
 .academic-calendar-table th,.academic-calendar-table td{padding:10px 7px}
 .academic-calendar-table thead th:first-child{width:28%}
 .academic-calendar-table thead th:nth-child(2){width:38%}
 .academic-calendar-end{padding:12px 10px;font-size:12px}
}
@media(min-width:901px){.site-header nav{flex-wrap:wrap;justify-content:flex-start;row-gap:8px}}
