.uk-imglink {
    border: 1px solid #ccc;
}

footer {
    background-color: #F3F4F6;
}

.headnav {
    /* height: 100px; */
    margin-top: 10px;
    width: 100%;
    background-color: #1C2855;
    /* background-image: linear-gradient(90deg, rgba(73, 141, 243, 1), rgba(97, 18, 158, 1)); */
}

.headnav a {
    color: white !important;
    font-size: 1.1rem !important;
    font-weight: bold;
    /* font-weight: bold; */
}

.headnav .uk-active {
    background-color: #FFF100;
}

.headnav .uk-active a {
    color: black !important;
}

.headnav .uk-navbar-dropdown-nav a {
    color: #333 !important;
}

h2.title {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    /* margin-bottom: 60px; */
}

h2.title:before {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #1C2855;
}

.topstatus {
    border: 1px solid #ccc;
    padding-bottom: 10px;

    margin-bottom: 6px;
}

.topstatus h6 {
    margin-bottom: 10px;
    font-weight: bold;
    color: white;
    padding: 5px 10px;
    background-image: linear-gradient(90deg, rgba(97, 18, 158, 1), rgba(35, 117, 163, 1));
}

.topstatus h6 small {
    float: right;
    color: white;
    margin-top: 3px;
}

.topstatus b {
    font-size: 1.6rem;
}

.topstatus b small {
    font-size: 1rem;
}


.topstatusetc {
    border: 1px solid #ccc;
    padding-bottom: 10px;

    margin-bottom: 6px;
}

.topstatusetc h6 {
    margin-bottom: 10px;
    font-weight: bold;
    color: white;
    padding: 5px 10px;
    background: #999;
    /* background-image: linear-gradient(90deg, rgba(97, 18, 158, 1), rgba(35, 117, 163, 1)); */
}

.topstatusetc h6 small {
    float: right;
    color: white;
    margin-top: 3px;
}

.topstatusetc b {
    font-size: 1.6rem;
}

.topstatusetc b small {
    font-size: 1rem;
}

#newsslider p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.uk-tab>* {
    padding-left: 5px !important;
}

.uk-tab a {
    border: 1px solid #ccc;
    border-radius: 2px;
}

.uk-tab .uk-active a {
    color: white !important;
}

.uk-card-topnews-body {}


h2.pagetitle {
    position: relative;
    padding: 1.5rem 1rem 1rem;
    color: #1C2855;
    font-weight: bold;
}

h2.pagetitle:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    /* background-image: -webkit-repeating-linear-gradient(90deg, rgba(73, 141, 243, 1), rgba(97, 18, 158, 1)); */
    /* background-image: repeating-linear-gradient(90deg, rgba(73, 141, 243, 1), rgba(97, 18, 158, 1)); */
    background-image: -webkit-repeating-linear-gradient(135deg, rgba(97, 18, 158, 1), rgba(73, 141, 243, 1) 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(135deg, rgba(97, 18, 158, 1), rgba(73, 141, 243, 1) 1px, transparent 2px, transparent 5px);
    /* background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px); */
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gsc-control-cse {
    padding-bottom: 2px !important;
}

.gsc-search-button-v2 {
    width: 60px !important;
    height: 30px !important;
    /* margin-top: 5px !important; */
    padding: 5px 8px !important;
}

.uk-bn-space {
    padding: 0px 10px;
}

.uk-bn-space>div {
    margin-top: 10px;
}

.uk-bn-image {
    padding: 0px 10px;
}

.uk-bn-image>div {
    margin-top: 10px;
}

.uk-bn-image>div a img {
    border: 1px solid #ccc;
}

.uk-button-member {
    background-color: #00bfff;
    color: white !important;
    border-radius: 5px !important;
    font-weight: bold !important;
}

.uk-button-member:hover {
    background-color: #1C2855;
}

.organization-list>dt,
.organization-list>dd {
    margin-top: 10px !important;
}

#faq .uk-accordion>:nth-child(n+2) {
    margin-top: 10px !important;
}

#faq .uk-accordion-title:after {
    content: 'Q.';
    float: left;
    padding-right: 10px;
}

#faq .uk-accordion-content {
    color: darkred;
    background: #ececec;
    padding: 10px;
}

#faq .uk-accordion-content:before {
    content: 'A.';
    padding-right: 10px;
    font-weight: bold;
    font-size: 1.2rem;
}

#faq .uk-accordion-content p {
    color: #666;
}


h3.tag {
    position: relative;
    display: block;
    /* display: inline-block; */
    padding: .6rem 1.2rem .6rem 2.4rem;
    color: #333;
    /* color: #fff; */
    border-radius: 100vh 0 0 100vh;
    background: #fa4141;
}

h3.tag:before {
    position: absolute;
    top: calc(50% - 7px);
    left: 10px;
    width: 14px;
    height: 14px;
    content: '';
    border-radius: 50%;
    background: #fff;
}

.uk-information dt{
    font-weight: normal;
    font-size: .9rem;
}
.uk-badge-info {
    background-color: #EA6390 !important;
    width: 6rem;
}

.uk-badge-press {
    background-color: #F39800 !important;
    width: 6rem;
}

.uk-badge-event {
    background-color: #8FC31F !important;
    width: 6rem;
}

.uk-badge-etc {
    background-color: #9FA0A0 !important;
    width: 6rem;
}


.unit-3 {
    background-color: rgb(239, 176, 201) !important;
}

.unit-6 {
    background-color: rgb(237, 197, 156) !important;
}

.unit-7 {
    background-color: rgb(247, 241, 123) !important;
}