body {
	font-family: 'Work Sans';
}

@media only screen and (max-width: 576px) {
	.eventbox {
		position: relative;
		width: 100% !important;
		float:left !important;
	}
	#sticky.eventbox {
		position: relative !important;
	}
	.div_events_with_map {
		max-height: unset !important; 
		overflow-y: hidden !important;
	}
}

.eventbox {
	width: 306px;
	margin-bottom:15px;
	padding:0px 10px;
	/*transition: 400ms transform;*/
}
.eventbox > div {
	box-sizing: border-box;
	border: 1px solid #E8E6E9;
	border-radius: 16px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.04);
}
.eventbox-header {
	padding: 20px;
}
.eventbox-header-with-border {
	border-bottom: solid 1px #C8CBCD;
}
.eventbox-header h4.box-title {
	color: #00B0D8;
	font-family: "Work Sans";
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 0px;
}
.eventbox-header h4.big-title {
	font-family: "Work Sans";
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	color: #1868DC;
	margin-bottom: 0px;
}
.evenbox-header-image {
	float: left;
}
.eventbox-image {
	max-width: 100px;
	/*max-height: 80px;
	min-height: 70px;*/
}
.eventbox-header-text {
	text-align: right;
	float: right;
}
.eventbox-header-text .spanstatus {
	color:#1665D8;
	font-size:16px;
	font-weight:500;
	letter-spacing:-0.8px;
	line-height:18px;
	text-transform:uppercase;
	display: block;
}
.eventbox-header-text .spanavailability {
	color:#1665D8;
	font-size:14px;
	letter-spacing:-0.7px;
	line-height:18px;
}
.eventbox-body {
	padding: 20px;
	border-bottom: solid 1px #EAECEE;
	clear: both;
}
h3.event-title {
	font-family: 'Work Sans';
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.9px;
	line-height: 22px;
	margin-bottom: 5px;
	color: #3E3F42;
}
.event-parter {
	display: block;
	font-size:14px;
	letter-spacing: -0.6px;
	line-height: 22px;
}

.event-tag {
	display: block;
	letter-spacing: -0.6px;
	line-height: 22px;
}

.event-tag span {
	font-size: 14px !important;
    display: inline-block !important;
    margin-bottom: 5px;
    line-height: 10px;
    color: #ffffff !important;
}

.event-session {
	display: block;
	font-size: 14px;
	letter-spacing: -0.7px;
	line-height: 18px;
}
.event-tags {
	margin-top: 15px;
	margin-bottom: 15px;
}
.alert-ck {
	display: inline;
	padding: 5px;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	letter-spacing:-0.6px;
	line-height: 22px;
}
.alert-primary {
	background-color: #BBD309;
	border-color: #BBD309;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	letter-spacing:-0.6px;
	line-height: 22px;
}
.alert-kindergarten {
	background-color: #F05A27;
	border-color: #F05A27;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	letter-spacing:-0.6px;
	line-height: 22px;
}

.alert-ck-blue {
	background-color: #00ADD4;
	border-color: #00ADD4;
}

.alert-ck-orange {
	background-color: #F15A29;
	border-color: #F15A29;
}

.alert-ck-green {
	background-color: #CADB2A;
	border-color: #CADB2A;
}

.alert-ck-black {
	background-color: #000000;
	border-color: #000000;
}

.event-description {
	font-size: 14px;
	letter-spacing: -0.6px;
	line-height: 22px;
	font-weight: 500;
	clear: both;
	display: inline-block;
	margin-bottom: 7px;
	width: 100%;
}
i.ck {
	font-size: 14px !important;
	margin-right: 0px !important;
	margin-top: -7px !important;
	margin-left: -10px !important;
	margin-bottom: -10px !important;
}
.eventbox-footer {
	padding: 20px;
	text-align: center;
}
.eventbox-section {
	padding: 20px;
	border-bottom: solid 1px #EAECEE;
	clear: both;
}
.button-ck {
	background: linear-gradient(0deg, #1665D8 0%, #1F6FE5 100%);
	font-size: 16px !important;
	font-weight: 600;
	text-transform: unset;
	text-align: center;
}
.button-ck-lime {
	background-color: #CADB2A !important;
	font-size: 16px !important;
	font-weight: 600;
	text-transform: unset;
	text-align: center;
}
.button-ck-outline {
	background: #ffffff !important;
	box-shadow: inset 0 2px 0 0 rgba(255,255,255,0.06), 0 1px 1px 0 rgba(22,29,37,0.1);
	font-size: 16px !important;
	font-weight: 600;
	text-transform: unset;
	text-align: center;
	color:#1665D8 !important;
	border:solid 1px #1665D8;
	text-shadow: none !important;
}
.button-ck.button-small, .button-ck-outline.button-small, .button-ck-lime.button-small {
	font-size:14px !important;
	height:38px !important;
}

.white {
	color: #ffffff !important;
}

h1.headline {
	font-family: 'Work Sans';
	color: #3E3F42 !important;
	/*font-size: 32px !important;*/
	font-weight: 700 !important;
	line-height: 38px !important;
	text-transform: none !important;
}

h1.eventtitle {
	background-color: rgba(0,0,0, 0.8);
    display: inline-block;
    padding: 10px !important;
}

.form-control-zipcode {
	border-radius:27px;
	height:54px;
}
.form-control-ck {
	border-radius:19px;
	height:38px;
	border: 1px solid #9B9B9B;
	background-color: #FFFFFF;
	box-shadow: inset 0 1px 2px 0 rgba(102,113,123,0.21);
}
.form-control-ck.parsley-error {
	border:1px solid #ff0000;
}
.btn-zipcode {
	border-radius: 0 27px 27px 0;
	border: 1px solid #1461D2;
	background: linear-gradient(0deg, #1665D8 0%, #1F6FE5 100%);
	box-shadow: inset 0 2px 0 0 rgba(255,255,255,0.06), 0 1px 1px 0 rgba(22,29,37,0.1);
	color: #ffffff;
	font-weight: 600;
	padding: 0.375rem 1.7rem;
}
section#filter {
	border-top: solid 1px #D8D8D8;
	padding: 10px;
	padding-bottom: 15px;
}
.i-filter {
	color:#1868DB !important;
	float: none;
}
.filtertext { 
	color: #4B5054;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
.dropdown-toggle-down:after {
	border-style: solid;
	border-width: 0.20em 0.20em 0 0;
	content: '';
	display: inline-block;
	height: 0.65em;
	left: 0.2em;
	position: relative;
	top: 5px;
	transform: rotate(135deg);
	vertical-align: top;
	width: 0.65em;
	border-top: solid 3px #1868DB;
    border-right: solid 3px #1868DB;
}
.dropdown-toggle-up:after {
	border-style: solid;
	border-width: 0.20em 0.20em 0 0;
	content: '';
	display: inline-block;
	height: 0.65em;
	left: 0.2em;
	position: relative;
	top: 9px;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.65em;
	border-top: solid 3px #1868DB;
    border-right: solid 3px #1868DB;
}
.dropdown-ck-filter {
	width: 300%;
	padding: 30px;
	max-width: 300px;
	margin-top: 20px;
}
.ckfiltermodal {
	position: absolute !important;
	overflow-y: visible !important;
	overflow-x: visible !important;
	min-width: 300px;
}
.ckfiltermodal .modal-dialog {
	margin: 0px;
	margin-top: 45px;
}
.ckfiltermodal > .modal-dialog > .modal-body {
	padding-left: 0px;
}
.ckfiltermodal .modal-footer {
	display: block;
	border-top: none;
}
label {
	font-family:'Work Sans';
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0px;
}
label.ck-label {
	font-family: 'Work Sans';
	color: #9EA0A5;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
}
label.ck-label > .ck-label-subtitle {
	text-transform: none;
	font-size: 13px;
	font-style: italic;
}
label.ck-label.has-danger {
	color: #ff0000 !important;
}
li.nav-item {
	position: relative;
}
.parsley-errors-list {
	display:none;
}
div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter input {
	border-radius: 27px;
}
#tblrefunds_filter > label {
	border-radius: 27px;
	border: solid 1px #ced4da;
}
#tblrefunds_filter span.input-group-addon {
	padding-top: 5px;
	padding-left: 10px;
}
#tblrefunds_filter i {
	color: #9B9B9B;	
}
#tblrefunds_filter input[type="search"] {
	border: none;
	padding-left:0px;
}
#tblrefunds_wrapper .dt-panelfooter {
	border-top:2px solid #dee2e6;
	padding-top:15px;
}
#tblrefunds_paginate {
	/*margin-top: -35px;*/
}
#tblrefunds {
	border-bottom:2px solid #dee2e6;
	padding-bottom:15px;
	margin-bottom: 20px !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	top: 15px;
	background: linear-gradient(0deg, #1665D8 0%, #1F6FE5 100%);
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center, .text-center-responsive {
	text-align: center;
}
.text-title {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -1.05px;
	line-height: 18px;
	color: #4B5054;
}
.text-sub-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #2F2F2F;
}
.m-t {
	margin-top: 15px;
}
.m-b {
	margin-bottom: 15px;
}
.tooltip-inner {
	background: linear-gradient(0deg, #1665D8 0%, #1F6FE5 100%);
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: #1665D8;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Work Sans';
}

footer.ck {
	background-color:#ffffff !important;
	border-top:none !important;
	color: #616161;
}
ul.ck li a {
	background: none;
	padding-left:0px;
	color: #616161;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
#copyrights.ck {
	background-color:#ffffff !important;
	padding: 20px 0px !important;
	border-top: solid 1px #D8D8D8;
}

.col-border-right {
	border-right: solid 2px #eee;
}

.col-border-left {
	border-left: solid 2px #eee;
}

.page-link {
	color: #1665D8;
}

.page-link:hover, .page-item.active .page-link, .page-link:focus {
	background-color: #1665D8 !important;
    border-color: #1665D8 !important;
}

.radios-to-slider {
	margin-bottom: 80px;
}

.radios-to-slider.medium {
	height: 14px;
}

.radios-to-slider.medium .slider-label {
	font-size:14px;
	top: 25px;
}

.radios-to-slider.medium .slider-level {
	width: 14px;
	height: 14px;
}

.radios-to-slider.medium .slider-knob {
	width: 23px;
	height: 23px;
}

/* RESPOSINVE CODE */
@media (max-width: 767.98px) {
	.text-right, .text-center-responsive {
		text-align: left !important;
	}
	h4.big-title {
		font-size: 24px !important;
	}
	.col-border-right, .col-border-left {
		border: none !important;
	}
}

@media (min-width: 577px) {
	#sticky.eventbox {
		max-width:306px !important;
		min-width:306px !important;
	}
}

#map {
	width: 100% !important;
	min-height: 400px !important;
}
.marker {
	background-image: url('/img/codey.png');
	background-size: cover;
	width: 38px;
	height: 32px;
	cursor: pointer;
}
.mapboxgl-popup {
	max-width: 200px;
}
.mapboxgl-popup-content {
	text-align: center;
	font-family: 'Work Sans', sans-serif;
}
.no-pad-right {
	padding-right: 0px;
}
.no-pad-left {
	padding-left: 0px;
}

.div_events_with_map {
	max-height: 500px; 
	overflow-y: scroll;
}

.webui-popover {
	overflow-y:auto;
	max-height: 300px !important;
}
.webui-arrow {
	display:none !important;
}

#logo img {
	width: 243px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header, #header-wrap, #logo img {
	height: auto;
}

#primary-menu ul li > a {
	padding-top: 20px;
	font-size: 14px;
}

body.stretched .container-fullwidth {
	padding: 0 110px;
}

@media (max-width: 991.98px) {
	#primary-menu > ul, #primary-menu > div > ul {
		width: 100%;
	}
	
	#logo img {
		padding-top: 16px !important;
	}
}

.eventbox-description p, .eventbox-description span {
	font-size: 13px !important;
	line-height: 130% !important;
	color: #000000 !important;
	font-family: 'Open Sans', sans-serif !important;
	margin-bottom: 15px !important;
}

span.span-event-closed p, span.span-event-closed span {
	font-size: 20px !important;
	line-height: 130% !important;
	color: #555 !important;
	font-family: 'Open Sans', sans-serif !important;;
}

@media (max-width: 991.98px) {
	#primary-menu ul>li>a {
		padding: 14px 15px!important;
		white-space: normal !important;
		text-indent: 0px;
	}
}