@import url("//fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");


body,
input,
select {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
}
.headline-right .event-type {
    font-weight: 600;
    text-align: right;
    word-wrap: break-word;
    color: #404040;
}
.wrapper {
    width: 100%;
    max-width: 1140px;
    padding: 0;
    margin: 0 auto;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #3a836a;
    color: #fff;
}
.time-line-item {
    border: 1px solid #e1e1e1;
}
.time-line-item:hover,
.time-line-item:active {
	background: #3a836a!important;
	color: #ffffff;
}
.btn {
    background-color: #00685E;
    border: 1px solid #00685E;
    font-weight: 700;
    border-radius: 25px;
    color: #fff;
    padding: 1.0em 2.0em;
    transition: background-color .3s ease-in-out,color .2s ease-in-out,border-color .3s ease-in-out;
}
.btn:hover,
.btn:focus,
.btn:active {
    background-color: #fff;
    color: #00685E;
    border-color: #00685E;
    box-shadow: none;
}
.modal a, .hyperlink, .disclaimer-box a, .cookies-box a {

    color: #00668A !important;
    text-decoration: none;

}
.modal a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {
    color: #3a836a !important;
}

.tabs li {
	display: inline-block;
    float: none;
    margin: 0;
}
.tabs {
	text-align: center;
    background: transparent !important;
    font-size: 0;
}
.tabItem {
	color: #404040 !important;
	font-size: 20px !important;
	font-family: 'Poppins', sans-serif;
	font-weight: normal !important;
	text-decoration: none;
	border: 0px solid transparent;
	text-transform: uppercase !important;
	padding-top: 0em !important;
	padding-right: 0px!important;
	padding-bottom: 0em !important;
	padding-left: 0em!important;
	background: #ffffff !important;
	line-height: normal;
	transition: color .1s ease-out, background .1s ease-out, border .1s ease-out;
	position: relative;
    margin-right: 2em;
} 
.tabItem:hover {
	background: #fff;
	color: #404040;
	border-top: 0em solid #3a836a;
	border-right: 0em solid transparent;
	border-bottom: 0em solid transparent;
	border-left: 0em solid transparent;
	transition: color .1s ease-out, background .1s ease-out, border .1s ease-out;
}
a.tabItem:hover, a.tab-active:hover {

}
.tab-active {
	background: #fff;
	color: #404040;	
	border-top: 0em solid transparent;
	border-right: 0em solid transparent;
	border-bottom: 0em solid transparent;
	border-left: 0em solid transparent;
}
.tabItem:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
	background: #3a836a;
	transition: color .1s ease-out, background .1s ease-out, border .1s ease-out;
}
.tabItem:hover:after,
.tabItem:active:after,
.tab-active:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
	background: #3a836a;
	transition: color .1s ease-out, background .1s ease-out, border .1s ease-out;
}
.content-headline {
    margin-left: 0;
}

.footer a,
.footer a:active,
.footer a:hover,
.check-subscription-link .link,
.modal a, .hyperlink, .disclaimer-box a, .cookies-box a {
    color: #00668A;
}
.check-subscription-link .link:hover {
    color: #65BA87;
}
.eupagination>li>a, 
.eupagination>li>span,
.eupagination>li>a:hover, 
.eupagination>li>span:hover {
    color: #000000;
    font-weight: bold;
    border: 1px solid #e1e1e1;
}
.expand-collapse {
    position: relative;
    left: 10px;
}
.eupagination>.active>a, 
.eupagination>.active>span, 
.eupagination>.active>a:hover, 
.eupagination>.active>span:hover, 
.eupagination>.active>a:focus, 
.eupagination>.active>span:focus {
    background: #3a836a;
    border-color: #3a836a;
}
.eupagination > li > a:hover, .eupagination > li > span:hover, .eupagination > li > a:focus, .eupagination > li > span:focus {

    color: #fff;
    background-color: #3a836a;
    border-color: #3a836a;

}
/* .event-row.even {
    background: #f3f3f3;
} */
.content-headline {
    border:none;
	padding-bottom: 13px;
	border-bottom: 1px solid #e1e1e1;
}

.expand-collapse>.exco-text {
    border: 1px solid #e1e1e1 !important;
}

.check-subscription-link {
    font-weight: 400;
    font-size: 14px!important;
}

.type-filter-name {
    color: #00668A!important;
    font-weight: normal;
}
.type-filter-name:hover,
.type-filter-name:active {
    color: #65BA87!important;
    text-decoration: none;
}
.filter-type .selected .type-filter-name {
    color: #65BA87!important;
    font-weight: normal;
    text-decoration: none!important;

}
.subscription-header, .export-header {
    font-weight: 600;
    color: #404040;
}
@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;
    }
}
@media (max-width: 479px){
    .input-control .button-wrraper {
        margin-left: -17px!important;
        margin-top: 10px!important;
    }
    .subscribe-checking-wrapper .button-wrraper {
        margin-left: -7px!important;
    }
}
@media(max-width: 590px){  
    .tabs li {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px!important;
        width: 50%;
        min-width: 270px;
    }
    .tabItem {
        width: 100%;
        padding-top: 3px !important;
        padding-bottom: 10px !important;
        border-top: 2px solid #E1E1E1;
		border-right: 1px solid #E1E1E1;
		border-bottom: 1px solid #E1E1E1;
		border-left: 1px solid #E1E1E1;
		box-sizing: border-box;
		box-sizing: border-box;
		color: #404040;
		
		/* width: 250px; */
    }
    .tabItem:hover {
		border-top: 2px solid #3a836a;
		border-right: 1px solid #E1E1E1;
		border-bottom: 1px solid #E1E1E1;
		border-left: 1px solid #E1E1E1;
		background: #ffffff!important;
    }
    .tab-active {
        background: transparent;
		color: #404040;	
		border-top: 2px solid #3a836a;
		border-right: 1px solid #E1E1E1;
		border-bottom: 1px solid #E1E1E1;
		border-left: 1px solid #E1E1E1;
		color: #404040!important;
		background:#fff !important;
    }
    .tabItem:after {
        display: none;
    }
    .tabItem:hover:after,
    .tabItem:active:after,
    .tab-active:after {
        display: none;
	}
	/* .btn-subscribe-wrapper .btn {
		margin-left: -54%;
	} */
}


/* ADDED CSS */

.main-heading {
    display: none;
}

.supply-by a,
.footer .cookies-box a {
    color: #00668A !important;
}

.supply-by a:hover,
.footer .cookies-box a:hover {
    color: #65BA87 !important;
}

.color-box {
    top: -1px;
    position: relative;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
}

.preference-period.visibility-hidden {
    margin-top: 1em;
}

.form input, .form select {
    font-family: inherit !important;
}

.footer {
    font-size: 12px !important;
}

.event-row.first .box-border {
    border-top: 0px !important;
}

