/**/
/* grid */
/**/
.grid-col-2 {
	width: 16.666%;
}
@media screen and (max-width: 999px) { /* tablet */
	.grid-col-md-3 {
		width: 25%;
	}
	.grid-col-md-5 {
		width: 41.66%;
	}
}
@media screen and (max-width: 767px) { /* phablet */
	.grid-col-sm-12 {
		width: 100%;
	}
}


/**/
/* inputs */
/**/
.label {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
}
.advisors-cpt-archive .label {
	line-height: 20px !important;
}
.label em {
	float: right;
	font-size: 12px;
	line-height: 22px;
	color: #9b9b9c;
}
.input input {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	line-height: 24px;
	transition: border 0.3s;
}
.input input:focus {
	border-color: #9b9b9c;
}
.checkbox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	cursor: pointer;
}
.checkbox i {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #e1e1e1;
}
.checkbox i::after,
.checkbox i::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #34afe4;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 0.3s;
}
.checkbox i::after {
	width: 100%;
	height: 2px;
	margin: -1px 0 0 -9px;
}
.checkbox i::before {
	width: 2px;
	height: 100%;
	margin: -9px 0 0 -1px;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i::after,
.checkbox input:checked + i::before,
.checkbox i.mark.active::after,
.checkbox i.mark.active::before
{
	opacity: 1;
}


/**/
/* subscribe */
/**/
.subscribe .head {
	margin-bottom: 40px;
}
.subscribe .label {
	margin-top: 20px;
}
.subscribe .checkbox {
	margin-top: 15px;
}
.subscribe .button {
	margin-top: 40px;
	padding: 0 75px;
	font-family: "KievitWeb W03 Medi";
	font-size: 16px;
	line-height: 50px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


/**/
/* events filter */
/**/
.events-filter {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #d1d3d4;
}
.events-filter .view {
	float: right;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 22px;
}
.events-filter .view a {
    color: #34afe4;
}
.events-filter .view .active {
    color: #454547;
}
.events-filter .switcher {
	display: inline-block;
	vertical-align: top;
	margin-right: 26px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
	color: #787878;
}
.events-filter .switcher i {
	padding-left: 10px;
}
.events-filter .selected {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 22px;
	margin-right: 6px;
	margin-bottom: 10px;
	padding: 0 10px 0 20px;
	border-radius: 11px;
	background: #bcbcbc;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}
.events-filter .selected a {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 10px;
	height: 10px;
}
.events-filter .selected a::after,
.events-filter .selected a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	transform: rotate(45deg);
}
.events-filter .selected a::after {
	width: 100%;
	height: 2px;
	margin: -1px 0 0 -5px;
}
.events-filter .selected a::before {
	width: 2px;
	height: 100%;
	margin: -5px 0 0 -1px;
}
.events-filter .label {
	margin: 20px 0 5px;
	border-bottom: 1px solid #d1d3d4;
	font-family: "KievitWeb W03 Medi";
	font-size: 14px;
	line-height: 34px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #34afe4;
}
.events-filter .checkbox {
	margin-top: 10px;
	font-family: "KievitWeb W03 Medi";
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.events-filter .input {
	margin-top: 15px;
}
.events-filter .input input {
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
}
.events-filter .dropdown {
	position: absolute;
	z-index: 5;
	top: 100%;
	display: none;
	width: 1100px;
	margin-top: 1px;
	margin-left: -40px;
	padding: 15px 0;
	background: #fff;
	box-shadow: 0 6px 9px rgba(0,0,0,0.15);
}
.events-filter .dropdown p {
	font-style: italic;
	color: #999;
}
.events-filter .list-of-filters {
	display: block;
	height: 200px;
    overflow: scroll;
}
.events-filter .list-of-filters.auto-height {
	height: auto;
}
.events-filter .buttons {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #d1d3d4;
	text-align: right;
}
.events-filter .buttons .button {
	margin-left: 30px;
	padding: 0 100px;
	font-family: "KievitWeb W03 Medi";
	font-size: 16px;
	line-height: 50px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.events-filter .buttons .button-alt {
	padding: 0 50px;
	background: #bababa;
}
.events-filter .grid-row {
	margin: 0 -20px;
}
.events-filter .grid-col {
	padding: 0 20px;
}
@media screen and (max-width: 1099px) { /* laptop */
	.events-filter .dropdown {
		width: auto;
		right: -40px;
		left: -40px;
		margin-left: 0;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.events-filter .dropdown {
		right: -20px;
		left: -20px;
	}
}
@media screen and (max-width: 767px) { /* phablet */
	.events-filter .buttons .button {
		margin-left: 10px;
		padding: 0 40px;
	}
	.events-filter .buttons .button-alt {
		padding: 0 20px;
	}
}


/**/
/* events calendar */
/**/
/*.events-calendar.hidden
{
    display : none;
}*/
.events-calendar {
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d3d4;
	font-size: 0;
}
.events-calendar .days {
	font-family: "KievitWeb W03 Light";
	color: #959595;
}
.events-calendar .days span {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	border-radius: 50%;
	font-size: 14px;
	line-height: 30px;
	font-weight: 900;
}
.events-calendar .days .item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 6.25%;
	margin-top: 10px;
	text-align: center;
}
.events-calendar .days .active span {
	background: #34afe4;
	color: #fff;
}
.events-calendar .months {
	background: #34afe4;
	text-align: center;
}
.events-calendar .months a {
	display: inline-block;
	vertical-align: top;
	width: 8.333%;
	padding: 13px 0;
	font-family: "KievitWeb W03 Medi";
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	color: #9ee2ff;
}
.events-calendar .months .active {
	color: #fff;
}
.events-calendar .dropdown {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	width: 190px;
	margin: 16px 0 0 -110px;
	padding: 10px 10px 10px 20px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}
.events-calendar .dropdown::after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -20px;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	border-left: 20px solid transparent;
}
.events-calendar .dropdown::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 20px;
}
.events-calendar .dropdown ul {
	height: auto;
	max-height: 300px;
	overflow: auto;
	padding-right: 20px;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #464647;
}
.events-calendar .dropdown ul::-webkit-scrollbar {
    width: 5px;
}
.events-calendar .dropdown ul::-webkit-scrollbar-track {
	border-radius: 3px;
	background: #f6f6f6;
}
.events-calendar .dropdown ul::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #e1e1e1;
}
.events-calendar .dropdown li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #d1d3d4;
}
.events-calendar .dropdown li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.events-calendar .dropdown a:hover {
	text-decoration: underline;
}
.events-calendar .days .item:hover .dropdown {
	pointer-events: auto;
	opacity: 1;
}
@media screen and (max-width: 767px) { /* phablet */
	.events-calendar .days .item {
		width: 9.09%;
	}
	.events-calendar .months a {
		width: 16.666%;
	}
}
@media screen and (max-width: 479px) { /* phone */
	.events-calendar .days .item {
		width: 12.5%;
	}
}


/**/
/* events list */
/**/
.events-list p {
	font-size: 14px;
	line-height: 1.75;
	font-weight: 300;
}
.events-list h3 {
	margin-bottom: 3px;
	line-height: 1.5;
}
.events-list h4 {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.75;
	font-style: italic;
	color: #9b9b9c;
}
.events-list img {
	margin-bottom: 10px;
	vertical-align: top;
}
.events-list .fa {
	display: inline-block;
	vertical-align: top;
	width: 26px;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	background: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #225f88;
}
.events-list .pic {
	float: left;
	padding-bottom: 10px;
	border: 1px solid #e1e1e1;
	text-align: center;
}
.events-list .date {
	margin-bottom: 3px;
	font-family: "KievitWeb W03 Medi";
	font-size: 11px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #34afe4;
}
.events-list .time {
	font-size: 30px;
	line-height: 20px;
	font-weight: 300;
	font-family: "KievitWeb W03 Medi";
}
.events-list .more {
	margin-top: 10px;
	font-size: 13px;
	line-height: 28px;
	color: #34afe4;
}
.events-list .more a:hover {
	text-decoration: underline;
}
.events-list .info {
	margin-left: 145px;
}
.events-list .item {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e1e1e1;
}


/**/
/* events grid */
/**/
.events-grid {
	display: none;
	margin-top: -16px;
}
.events-grid h3 {
	margin-bottom: 3px;
	line-height: 1.5;
}
.events-grid h3 a:hover {
	text-decoration: underline;
}
.events-grid h4 {
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 1.75;
	font-style: italic;
	color: #9b9b9c;
}
.events-grid img {
	vertical-align: top;
	width: 100%;
}
.events-grid .fa {
	float: right;
	width: 26px;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	background: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #225f88;
}
.events-grid .pic {
	display: block;
	margin: 0 -13px 15px -20px;
}
.events-grid .date {
	font-family: "KievitWeb W03 Medi";
	font-size: 11px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #34afe4;
}
.events-grid .more {
	font-size: 13px;
	line-height: 28px;
	color: #34afe4;
}
.events-grid .more a:hover {
	text-decoration: underline;
}
.events-grid .item {
	padding: 0 13px 13px 20px;
	border: 1px solid #e1e1e1;
}
.events-grid .item .pic {
	display: block;
}
.events-grid .grid-row {
	margin: 16px -8px 0;
}
.events-grid .grid-col {
	margin-top: 16px;
	padding: 0 8px;
}
.events-pagination {
    clear: both;
    padding-top: 30px;
}
.no-events-found {
	margin-top: 20px;
}
@media screen and (max-width: 1099px) { /* laptop */
	.events-grid img {
		height: auto;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.events-grid h3 {
		font-size: 14px;
	}
	.events-grid .pic {
		margin: 0 -10px 10px;
	}
	.events-grid .item {
		padding: 0 10px 10px;
	}
}


/**/
/* single event */
/**/
.single-event .add-to-calendar {
    float: right;
}
.single-event .add-to-calendar i {
    position: relative;
    top: 2px;
}


/**/
/* sidebar */
/**/
.event-location .cont {
    padding-top: 20px;
}
.event-location h3 {
    font-size: 20px;
    color: #34afe4;
}
.event-location .event-address {
    margin-top: 15px;
}
.event-location .acf-map {
    width: 100%;
    height: 340px;
    margin-top: 20px;
}
.event-location .acf-map img {
    max-width: inherit !important;
}
.event-contact .cont {
    padding-top: 20px;
}
.event-contact h3 {
    font-size: 20px;
    color: #34afe4;
}
.event-contact .event-contact-email {
    margin-top: 10px;
}
.event-contact .event-contact-email a {
    color: #34afe4;
}
.event-contact .event-contact-email a:hover {
    text-decoration: underline;
}
.event-contact .event-contact-phone {
    margin-top: 10px;
}