.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: 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: 6.5rem;
}

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

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

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


.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;
}
.uk-infoslider{
    color: white !important;
    /* width: 100%; */
    text-align: center;
    font-size: .7rem !important;
    width: 4.5rem;
    border-radius: 8px !important;
}

.uk-card-topnews-body p{
    margin-top: 10px;
    font-size: .9rem;
}

#support-html h3{
    border-left: 1.6rem solid #1C2855;
    padding-left: 1rem;
}
#support-html table{
    border: 1px solid #ccc;
}
#support-html table tr{
    border-bottom: 1px solid #ccc;
}
#support-html table th{
    vertical-align: middle;
    text-align: center;
    background: #ececec;
    border-right: 1px solid #ccc;
}
#support-html table td{
}
#support-html p,#support-html li{
    text-align: justify;
}
.uk-table-bordered{
    border: 1px solid #eee;
}
.accordion1>li{
    background: #ececec;
    border: 1px solid #eee;
    padding: 10px;
}
.accordion1>li>a{
    padding-left: 1rem;
    border-left: 4px solid #999;
}
.accordion1>li>.uk-accordion-content{
    transition: 1s;
    background: white;
}
.title2{
    border-left: 6px double #000;
    padding-left:1rem
}
.uk-support-card{
    font-size: .7rem;
}
.uk-support-card .uk-card-body{
    font-size: .7rem;
    padding: 30px;
}
.uk-support-card .uk-card-body .uk-card-title{
    font-size: 1rem;
}
.uk-support-card .uk-card-body .uk-table{
    font-size: .7rem;
}
.uk-support-card .uk-card-footer{
    padding: 10px 40px;
}
.uk-card-minititle{
    display: block;
    position: relative;
    padding: .3rem 0;
    color: #999;
}
.uk-card-minititle:after {
  position: absolute;
  bottom: .1rem;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  border-radius: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
input#words{
    border-color: #bbb;
}
.uk-card-manual{
    margin-top: 30px;
}
.uk-card-manual .uk-card-header{
    background-color: #4D90FE;
}
.uk-card-manual h3.uk-card-title{
    color: white;
    font-weight: bold;
}
.uk-backnumber a{
    color: black;
}
.uk-backnumber a:hover{
    color: #666;
    text-decoration: none;
}

.uk-backnumber a img{
    transition: transform .6s ease;
}
.uk-backnumber a:hover img{
    transform: scale(1.1);
}

.uk-profiles .uk-padding-small{
    padding: 10px;
    text-align: left;
}
.uk-profiles .uk-text-small{
    font-size: .75rem;
}
.uk-profiles .uk-text-large{
    margin-top:10px;
    /* font-style: italic; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    /* font-family: Arial, Helvetica, sans-serif; */
}
.uk-backnumber a:hover{
    text-decoration: none;
}
.uk-profiles .uk-text-italic{
    font-size: .9rem;
}
.uk-card-profile .uk-card-body{
    padding: 5px 10px;
}
.uk-card-profile .uk-padding-small{
    font-size: .7rem;
}
.uk-card-profile .uk-card-footer{
    padding: 20px 10px;
    text-align: center;
}
.uk-card-profile .uk-card-footer .uk-text-large{
    font-size: 1.2rem !important;
}
.uk-card-profile .uk-card-title{
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.uk-memberslider{
    color: white !important;
    /* width: 100%; */
    text-align: center;
    font-size: .7rem !important;
    /* width: 4.5rem; */
    border-radius: 8px !important;
}
.uk-badge-new{
    background-color: darkred !important;
}
.uk-badge-new-blank{
    display: inline-block;
    width: 2.24rem;
}
.memberdate{
    padding: 0 5px;
}

h3.title{
    border-bottom: dotted 2px #87CEFA;
    /* border-bottom: 1px solid #ececec; */
}
.faq h2{
    margin-top: 80px;
}
.faq .faq-title{
    /* font-weight: bold; */
    font-size: 1.8rem;
    margin-top: 40px;
}
.faq .faq-title:after {
    /* content: 'Q.';
    float: left;
    padding-right: 10px; */
}
.faq .faq-content {
    margin-top: 10px;
    margin-bottom: 20px;
    color: darkred;
    background: #ececec;
    padding: 10px;
}

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

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

.uk-text-main{
    font-size: 1.1rem;
}
/* .uk-text-main .uk-table-bordered{
    border-top: 1px solid #1C2855 !important;
} */
.uk-table-striped tbody tr, .uk-table-striped{
    border: 1px solid #888 !important;
    /* border: 1px solid #1C2855 !important; */
}
.uk-text-main .uk-table td{
    padding: 1rem 1.5rem;
}
.uk-text-main th.uk-table-header{
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    background-color: #1C2855;
}
.uk-button-text-large{
    font-size: 1rem !important;
}