.top-teaser-level2 .content .title {text-transform: none;margin-top: 10px;}
.part .banner-tabs {padding: 0;margin: 0;}
.part .banner-tabs .tabs-head-wrap {justify-content: center;}
.part .tab1-content {display: block;}
.part .tab2-content {display: none;}

/* current issues */
.part .articles .text ul {padding-left: 20px;}
.part .articles .text ul li {font-family: Gotham-Medium;list-style: none !important;}
.part .articles .text ul li:last-of-type {margin-bottom: 20px; }
.part .articles .text ul.level1 {padding-left: 0;margin: 30px 0 60px;}
.part .articles .text ul.level1>li{color: #8d1a1f;font-family: 'Gotham-Bold';font-size: 25px;text-decoration: underline;}
.part .articles .text ul.level3 {padding-left: 40px;}
.part .articles .text ul.level3>li {list-style: disc !important;font-family: 'Gotham-Book';}
@media only screen and (max-width: 768px){

}

/* past issues */
.part .banner-table .wrap-table-pc .thead .tr {text-align: center;}
.part .banner-table .wrap-table-pc .tbody {margin-bottom: 50px;}
.part .banner-table .wrap-table-pc .tbody .tline .tr {text-align: center;align-items: center;padding-left: 0;}
.part .banner-table .wrap-table-pc .tbody .tline .tr .td a.link-download {width:100%;font-size: 20px;color:#383838;}
.part .banner-table .wrap-table-pc .tbody .tline .tr .td a.link-download:hover {color: #8d1a1f;}

.part .banner-table .wrap-table-pc .tr .td {width:50% !important;padding: 0 10px;}
	
@media only screen and (max-width: 768px) {
	.part .banner-tabs .tabs-head-wrap {margin-bottom: 0;}
	.part .banner-table .wrap-table-pc .tbody .tline .tr {font-size: 1rem;}
}

.select-outter {position: relative;display: flex;justify-content: center;}
.level-1 { display: flex; justify-content: space-between; align-items: center; height: 100%; color: #fff; transition: all 0.5s; text-align: center; padding: 0;font-size: 1rem;}
.level-1 i { width: 8px; height: 8px; margin-top: -5px; margin-left: 10px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-color: #fff; transform: rotate(225deg); transition: all 0.25s ease-in-out; }
.level-2 { display: none; position: absolute; top: 278%; width: auto; background: #fff; box-shadow: 0 5px 10px #cfc7c3; z-index: 200; }
.level-2.active { display: block;}
.level-2 .content { display: flex ; flex-direction: column; width: max-content; max-height: 500px; overflow-y: auto; }
.level-2 .content .item { font-size: 14px; line-height: 1.2; color: #2d2926; padding: 15px; border-bottom: 1px solid #cfc7c3; max-width: 300px; font-family: 'Gotham-Book';}
.level-2 .content .item:last-of-type { border: none; }
.level-2 .content .item.active, .level-2 .content .item:hover { color: #8d1a1f; font-family: 'Gotham-Medium'; }