/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/
.subscription-header, .export-header {
    font-weight: bold;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
******************************************** MAIN RULES **********************************************************/
body,
.form input, .form select {
	color:#343434;
    /* font-family: Helvetica Neue LT Std!important; */
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 12px;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0; 
}
body{
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
/* body.ja-jp{
	font-family: "MS PGothic",sans-serif;
	letter-spacing: 1px;
} */
.form input, .form select {
    border: 0.08em solid #e1e1e1;
    box-shadow: none !important;
    border-radius: 20px;
    padding: 10px 22px;
    height: 2.5em !important;
    line-height: 2.5em;
}

.calendar-time-line .current-month {
    font-weight: normal;
}
.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 665px;
	padding: 0;
}
.tabs-wrapper {
    margin: 1em 0 1.5em 0;
}
.tabs li {
	display: inline-block;
    float: none;
    margin: 0;
}
.tabs {
	text-align: left;
    background: transparent !important;
    font-size: 0;
}
.tabItem {
    height: auto;
	font-size: 14px !important;
	font-family: inherit;
	font-weight: normal !important;
	text-decoration: none;
	padding-top: 5px !important;
	padding-right: 12px!important;
	padding-bottom: 5px !important;
	padding-left: 12px!important;
	line-height: normal;
    transition: background .5s;
    border: 0px solid #e3e3e3  ;
    border-bottom: 3px solid #056fcd!important;
    border-radius: 0px !important;
    background:#ededed;
    color:#333f48;
	position: relative;
} 
.tabItem:hover {
	background: #056fcd;
	color: #fff;
	border-top: 0em solid #056fcd;
	border-right: 0em solid transparent;
	border-bottom: 3px solid #056fcd;
	border-left: 0em solid transparent;
}
a.tabItem:hover, a.tab-active:hover {

}
.tab-active {
	background: #056fcd;
	color: #fff;	
	border-top: 0em solid transparent;
	border-right: 0em solid transparent;
	border-bottom: 3px solid #056fcd;
	border-left: 0em solid transparent;
}


.btn {
    height: auto;
    line-height: normal;
    font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px;
	border: 0em solid #143492;	
	background: #143492;

	transition: all .3s ease;
	text-decoration: none;
}
li.type {
    width: 100%;
    display: block;
}
.btn:hover,
.btn:active,
.btn:focus {
    background: #143492;
	color: #FFFFFF;
	border-color: #143492;
}
.headline-left .date-time,
.subscription-header, .export-header,
.next-event div.lable,
.next-event div.date-time {
    color: #000;
}
.headline-right .event-type {
    color: #000;
    font-weight: normal;
}

.ja-jp .next-event div.date-time{
	overflow: hidden;
    white-space: nowrap;
    /*width: 160px;*/
}

.ja-jp .next-event div.date-time:last-word,
.ja-jp .content-headline div.date-time:last-word,
.ja-jp .popup-content div.popup-date:last-word{
	overflow: hidden;
    white-space: nowrap;
    display: none;
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        .ja-jp .next-event div.date-time{
        overflow: hidden;
        white-space: nowrap;
        /*width: 165px;*/
        }
    }
}

.eupagination>li>a, .eupagination>li>span,
.eupagination>.disabled>span, .eupagination>.disabled>span:hover, .eupagination>.disabled>span:focus, .eupagination>.disabled>a, .eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus {
    display: inline-block;
    background-color: transparent;
    color: #333;
    padding: 0.5em 1.0em;
    font-family: inherit;
    font-size: 12px;
    border: 1px solid #e1e1e1 !important;
    text-decoration: none;
    font-weight: normal;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin:1px;
}
.eupagination>.disabled>span, .eupagination>.disabled>span:hover, .eupagination>.disabled>span:focus, .eupagination>.disabled>a, .eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus {
    color: #333;
}
.eupagination>li>a:hover, .eupagination>li>span:hover, .eupagination>li>a:focus, .eupagination>li>span:focus,
.eupagination>.active>a, .eupagination>.active>span, .eupagination>.active>a:hover, .eupagination>.active>span:hover, .eupagination>.active>a:focus, .eupagination>.active>span:focus {
    background: #EDF7FF;
    color: #333;
    text-decoration: none;
    font-weight: normal;
}
.filter-type ul li {
    padding: 5px;
    margin-bottom: 2px;
}

html .modal a, html .hyperlink, html .disclaimer-box a, html .cookies-box a,
.check-subscription-link .link {
    color: #143492 !important;
    font-weight: 400;
    text-decoration: none;
}
html .modal a:hover, html .hyperlink:hover, html .disclaimer-box a:hover, html .cookies-box a:hover,
.check-subscription-link .link:hover {
    color: #143492!important;
    font-weight: 400;
    text-decoration: underline;
}
.content-headline {
    border-bottom: 1px solid #c2c2c2;
    margin-left: 0;
}
.expand-collapse {
    top: -1px;
    position: relative;
}
.expand-collapse>.exco-text {
    border: 1px solid #e4e4e4 !important;
}
.subscription-header,
.filter-type .selected .type-filter-name,
.subscribe-event-title {
    font-weight: normal;
}

.time-line-item {
	padding-top: 10px;
}
.time-line-item {
    padding-top: 5px;
    margin: -1px 0 0 -1px;
    border: solid 1px #e1e1e1;
    text-align: center;
}
.time-line-item:hover {
    background-color: #EDF7FF;
    color:#000;
    border-color:#e1e1e1;
}
.calendar-time-line .current-month .time-line-item {
    background-color:#EDF7FF;
    color:#000;
    font-weight: 700;
    border: 1px solid #e1e1e1;
}

/* @media (max-width: 450px) {
    .tabItem {
        padding: 1em !important;
        font-size: 15px;
    }
} */
@media (max-width: 429px){
    .modal-dialog .btn {
        margin-top: 5px;
    }
}
@media (max-width: 320px) {
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        text-align: center;
        width: 100%!important;
        padding-top: 10px!important;
    }
}
@media (max-width: 320px) {
    .subscription-section .subscription-header {
        display: none !important;
    }
}
.show-hide-toggle {
    display: block!important;
}
.expand-collapse>.exco-text {
    display: none;
}
.footer {
    font-size:13px;
    line-height: 20px;
}
.check-subscription-link{
    font-size: 16px;
}
.headline-left .date-time{
    font-weight: normal;
}
.modal-header {
    font-size: 17px;
    color: #1F398E;
    font-weight: normal;
}
.event-name {
    font-size: 15px;
    font-weight: 700;
    color:#343434;
}
.next-event div.date-time,
.subscription-header,
.export-header {
    font-weight: normal;
}
.subscribe-event-title,
.next-event div.lable{
    font-size: 15px;
    font-weight: 700;
    color:#343434;
    text-transform: capitalize;
}
ul.tabs {
    margin-bottom: 15px;
}
.checkbox-event-type .event-name {
    color: #333;
    font-size: 15px;
}
.filter-type .selected a, .filter-type a:hover {
    font-weight: normal;
    text-decoration: none !important;
    border-bottom: 3px solid #056fcd;
    background:#EDF7FF;
}
.filter-type .selected .type-filter-name {
    font-weight: normal;
    text-decoration: none;
}
.year-filter .selected a{
    border-bottom: 3px solid #056fcd!important;
    text-decoration: none!important;
    background: transparent!important ;
    font-weight: 700;
}
.year-filter a:hover{
    border-bottom: 3px solid #056fcd!important;
    text-decoration: none!important;
    background: transparent!important ;
}
/* .year-filter .selected {
    border-bottom: 3px solid #143492!important;
    font-weight: normal;
} */
.color-box {
    position: relative;
    bottom: 1px;
}
.year-filter li:after {
    content: '|';
    margin-left: 10px;
    position: relative;
    bottom: 1px;

}
.year-filter li:last-child:after{
    content: '';
}

.link-location a {

    color: #143492 ;
    text-decoration: none;

}

/* ***********Added Codes**************** */

.export-section {
    float: left;
    display: none;
}

