/*
Theme Name:         Capture
Theme URI:          http://assemblydigital.com
Description:        Custom theme for Capture built by <a href="http://assemblydigital.com">Assembly Digital</a> & modified by Sparkjoy Studios
Version:            2.0.0
Author:             Assembly Digital & Sparkjoy Studios
Author URI:         http://assemblydigital.com & https://sparkjoy.com
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	width:100%;
	float:left;
	margin:0px 0px 50px 0;
	border:0px;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
.gallery img{
	border:0px !important;
}
/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media only screen and (max-width: 767px) {
	.m-all {
		float: left;
		padding-right: 0.75em;
		width: 100%;
		padding-right: 0; }
	.m-1of2, .m-2of4, .m-3of6, .m-4of8, .m-5of10, .m-6of12 {
		float: left;
		padding-right: 0.75em;
		width: 50%; }
	.m-1of3, .m-2of6, .m-3of9, .m-4of12 {
		float: left;
		padding-right: 0.75em;
		width: 33.33%; }
	.m-2of3, .m-4of6, .m-6of9, .m-8of12 {
		float: left;
		padding-right: 0.75em;
		width: 66.66%; }
	.m-1of4, .m-2of8, .m-3of12 {
		float: left;
		padding-right: 0.75em;
		width: 25%; }
	.m-3of4, .m-6of8, .m-9of12 {
		float: left;
		padding-right: 0.75em;
		width: 75%; }
	.m-1of5, .m-2of10 {
		float: left;
		padding-right: 0.75em;
		width: 20%; }
	.m-2of5, .m-4of10 {
		float: left;
		padding-right: 0.75em;
		width: 40%; }
	.m-3of5, .m-6of10 {
		float: left;
		padding-right: 0.75em;
		width: 60%; }
	.m-4of5, .m-8of10 {
		float: left;
		padding-right: 0.75em;
		width: 80%; }
	.m-1of6, .m-2of12 {
		float: left;
		padding-right: 0.75em;
		width: 16.6666666667%; }
	.m-1of7 {
		float: left;
		padding-right: 0.75em;
		width: 14.2857142857%; }
	.m-2of7 {
		float: left;
		padding-right: 0.75em;
		width: 28.5714286%; }
	.m-3of7 {
		float: left;
		padding-right: 0.75em;
		width: 42.8571429%; }
	.m-4of7 {
		float: left;
		padding-right: 0.75em;
		width: 57.1428572%; }
	.m-5of7 {
		float: left;
		padding-right: 0.75em;
		width: 71.4285715%; }
	.m-6of7 {
		float: left;
		padding-right: 0.75em;
		width: 85.7142857%; }
	.m-1of8 {
		float: left;
		padding-right: 0.75em;
		width: 12.5%; }
	.m-3of8 {
		float: left;
		padding-right: 0.75em;
		width: 37.5%; }
	.m-5of8 {
		float: left;
		padding-right: 0.75em;
		width: 62.5%; }
	.m-7of8 {
		float: left;
		padding-right: 0.75em;
		width: 87.5%; }
	.m-1of9 {
		float: left;
		padding-right: 0.75em;
		width: 11.1111111111%; }
	.m-2of9 {
		float: left;
		padding-right: 0.75em;
		width: 22.2222222222%; }
	.m-4of9 {
		float: left;
		padding-right: 0.75em;
		width: 44.4444444444%; }
	.m-5of9 {
		float: left;
		padding-right: 0.75em;
		width: 55.5555555555%; }
	.m-7of9 {
		float: left;
		padding-right: 0.75em;
		width: 77.7777777777%; }
	.m-8of9 {
		float: left;
		padding-right: 0.75em;
		width: 88.8888888888%; }
	.m-1of10 {
		float: left;
		padding-right: 0.75em;
		width: 10%; }
	.m-3of10 {
		float: left;
		padding-right: 0.75em;
		width: 20%; }
	.m-7of10 {
		float: left;
		padding-right: 0.75em;
		width: 70%; }
	.m-9of10 {
		float: left;
		padding-right: 0.75em;
		width: 90%; }
	.m-1of11 {
		float: left;
		padding-right: 0.75em;
		width: 9.09090909091%; }
	.m-2of11 {
		float: left;
		padding-right: 0.75em;
		width: 18.18181818182%; }
	.m-3of11 {
		float: left;
		padding-right: 0.75em;
		width: 27.27272727273%; }
	.m-4of11 {
		float: left;
		padding-right: 0.75em;
		width: 36.36363636364%; }
	.m-5of11 {
		float: left;
		padding-right: 0.75em;
		width: 45.45454545455%; }
	.m-6of11 {
		float: left;
		padding-right: 0.75em;
		width: 54.54545454546%; }
	.m-7of11 {
		float: left;
		padding-right: 0.75em;
		width: 63.63636363637%; }
	.m-8of11 {
		float: left;
		padding-right: 0.75em;
		width: 72.72727272728%; }
	.m-9of11 {
		float: left;
		padding-right: 0.75em;
		width: 81.81818181819%; }
	.m-10of11 {
		float: left;
		padding-right: 0.75em;
		width: 90.9090909091%; }
	.m-1of12 {
		float: left;
		padding-right: 0.75em;
		width: 8.33%; }
	.m-5of12 {
		float: left;
		padding-right: 0.75em;
		width: 41.65%; }
	.m-7of12 {
		float: left;
		padding-right: 0.75em;
		width: 58.1%; }
	.m-10of12 {
		float: left;
		padding-right: 0.75em;
		width: 83.3%; }
	.m-11of12 {
		float: left;
		padding-right: 0.75em;
		width: 91.63%; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.h-all {
		float: left;
		padding-right: 0.75em;
		width: 100%;
		padding-right: 0; }
	.h-1of2, .h-2of4, .h-3of6, .h-4of8, .h-5of10, .h-6of12 {
		float: left;
		padding-right: 0.75em;
		width: 50%; }
	.h-1of3, .h-2of6, .h-3of9, .h-4of12 {
		float: left;
		padding-right: 0.75em;
		width: 33.33%; }
	.h-2of3, .h-4of6, .h-6of9, .h-8of12 {
		float: left;
		padding-right: 0.75em;
		width: 66.66%; }
	.h-1of4, .h-2of8, .h-3of12 {
		float: left;
		padding-right: 0.75em;
		width: 25%; }
	.h-3of4, .h-6of8, .h-9of12 {
		float: left;
		padding-right: 0.75em;
		width: 75%; }
	.h-1of5, .h-2of10 {
		float: left;
		padding-right: 0.75em;
		width: 20%; }
	.h-2of5, .h-4of10 {
		float: left;
		padding-right: 0.75em;
		width: 40%; }
	.h-3of5, .h-6of10 {
		float: left;
		padding-right: 0.75em;
		width: 60%; }
	.h-4of5, .h-8of10 {
		float: left;
		padding-right: 0.75em;
		width: 80%; }
	.h-1of6, .h-2of12 {
		float: left;
		padding-right: 0.75em;
		width: 16.6666666667%; }
	.h-1of7 {
		float: left;
		padding-right: 0.75em;
		width: 14.2857142857%; }
	.h-2of7 {
		float: left;
		padding-right: 0.75em;
		width: 28.5714286%; }
	.h-3of7 {
		float: left;
		padding-right: 0.75em;
		width: 42.8571429%; }
	.h-4of7 {
		float: left;
		padding-right: 0.75em;
		width: 57.1428572%; }
	.h-5of7 {
		float: left;
		padding-right: 0.75em;
		width: 71.4285715%; }
	.h-6of7 {
		float: left;
		padding-right: 0.75em;
		width: 85.7142857%; }
	.h-1of8 {
		float: left;
		padding-right: 0.75em;
		width: 12.5%; }
	.h-3of8 {
		float: left;
		padding-right: 0.75em;
		width: 37.5%; }
	.h-5of8 {
		float: left;
		padding-right: 0.75em;
		width: 62.5%; }
	.h-7of8 {
		float: left;
		padding-right: 0.75em;
		width: 87.5%; }
	.h-1of9 {
		float: left;
		padding-right: 0.75em;
		width: 11.1111111111%; }
	.h-2of9 {
		float: left;
		padding-right: 0.75em;
		width: 22.2222222222%; }
	.h-4of9 {
		float: left;
		padding-right: 0.75em;
		width: 44.4444444444%; }
	.h-5of9 {
		float: left;
		padding-right: 0.75em;
		width: 55.5555555555%; }
	.h-7of9 {
		float: left;
		padding-right: 0.75em;
		width: 77.7777777777%; }
	.h-8of9 {
		float: left;
		padding-right: 0.75em;
		width: 88.8888888888%; }
	.h-1of10 {
		float: left;
		padding-right: 0.75em;
		width: 10%; }
	.h-3of10 {
		float: left;
		padding-right: 0.75em;
		width: 20%; }
	.h-7of10 {
		float: left;
		padding-right: 0.75em;
		width: 70%; }
	.h-9of10 {
		float: left;
		padding-right: 0.75em;
		width: 90%; }
	.h-1of11 {
		float: left;
		padding-right: 0.75em;
		width: 9.09090909091%; }
	.h-2of11 {
		float: left;
		padding-right: 0.75em;
		width: 18.18181818182%; }
	.h-3of11 {
		float: left;
		padding-right: 0.75em;
		width: 27.27272727273%; }
	.h-4of11 {
		float: left;
		padding-right: 0.75em;
		width: 36.36363636364%; }
	.h-5of11 {
		float: left;
		padding-right: 0.75em;
		width: 45.45454545455%; }
	.h-6of11 {
		float: left;
		padding-right: 0.75em;
		width: 54.54545454546%; }
	.h-7of11 {
		float: left;
		padding-right: 0.75em;
		width: 63.63636363637%; }
	.h-8of11 {
		float: left;
		padding-right: 0.75em;
		width: 72.72727272728%; }
	.h-9of11 {
		float: left;
		padding-right: 0.75em;
		width: 81.81818181819%; }
	.h-10of11 {
		float: left;
		padding-right: 0.75em;
		width: 90.9090909091%; }
	.h-1of12 {
		float: left;
		padding-right: 0.75em;
		width: 8.33%; }
	.h-5of12 {
		float: left;
		padding-right: 0.75em;
		width: 41.65%; }
	.h-7of12 {
		float: left;
		padding-right: 0.75em;
		width: 58.1%; }
	.h-10of12 {
		float: left;
		padding-right: 0.75em;
		width: 83.3%; }
	.h-11of12 {
		float: left;
		padding-right: 0.75em;
		width: 91.63%; } }

/* Portrait tablet to landscape */
@media only screen and (min-width: 768px) and (max-width: 1029px) {
	.t-all {
		float: left;
		padding-right: 0.75em;
		width: 100%;
		padding-right: 0; }
	.t-1of2, .t-2of4, .t-3of6, .t-4of8, .t-5of10, .t-6of12 {
		float: left;
		padding-right: 0.75em;
		width: 50%; }
	.t-1of3, .t-2of6, .t-3of9, .t-4of12 {
		float: left;
		padding-right: 0.75em;
		width: 33.33%; }
	.t-2of3, .t-4of6, .t-6of9, .t-8of12 {
		float: left;
		padding-right: 0.75em;
		width: 66.66%; }
	.t-1of4, .t-2of8, .t-3of12 {
		float: left;
		padding-right: 0.75em;
		width: 25%; }
	.t-3of4, .t-6of8, .t-9of12 {
		float: left;
		padding-right: 0.75em;
		width: 75%; }
	.t-1of5, .t-2of10 {
		float: left;
		padding-right: 0.75em;
		width: 20%; }
	.t-2of5, .t-4of10 {
		float: left;
		padding-right: 0.75em;
		width: 40%; }
	.t-3of5, .t-6of10 {
		float: left;
		padding-right: 0.75em;
		width: 60%; }
	.t-4of5, .t-8of10 {
		float: left;
		padding-right: 0.75em;
		width: 80%; }
	.t-1of6, .t-2of12 {
		float: left;
		padding-right: 0.75em;
		width: 16.6666666667%; }
	.t-1of7 {
		float: left;
		padding-right: 0.75em;
		width: 14.2857142857%; }
	.t-2of7 {
		float: left;
		padding-right: 0.75em;
		width: 28.5714286%; }
	.t-3of7 {
		float: left;
		padding-right: 0.75em;
		width: 42.8571429%; }
	.t-4of7 {
		float: left;
		padding-right: 0.75em;
		width: 57.1428572%; }
	.t-5of7 {
		float: left;
		padding-right: 0.75em;
		width: 71.4285715%; }
	.t-6of7 {
		float: left;
		padding-right: 0.75em;
		width: 85.7142857%; }
	.t-1of8 {
		float: left;
		padding-right: 0.75em;
		width: 12.5%; }
	.t-3of8 {
		float: left;
		padding-right: 0.75em;
		width: 37.5%; }
	.t-5of8 {
		float: left;
		padding-right: 0.75em;
		width: 62.5%; }
	.t-7of8 {
		float: left;
		padding-right: 0.75em;
		width: 87.5%; }
	.t-1of9 {
		float: left;
		padding-right: 0.75em;
		width: 11.1111111111%; }
	.t-2of9 {
		float: left;
		padding-right: 0.75em;
		width: 22.2222222222%; }
	.t-4of9 {
		float: left;
		padding-right: 0.75em;
		width: 44.4444444444%; }
	.t-5of9 {
		float: left;
		padding-right: 0.75em;
		width: 55.5555555555%; }
	.t-7of9 {
		float: left;
		padding-right: 0.75em;
		width: 77.7777777777%; }
	.t-8of9 {
		float: left;
		padding-right: 0.75em;
		width: 88.8888888888%; }
	.t-1of10 {
		float: left;
		padding-right: 0.75em;
		width: 10%; }
	.t-3of10 {
		float: left;
		padding-right: 0.75em;
		width: 20%; }
	.t-7of10 {
		float: left;
		padding-right: 0.75em;
		width: 70%; }
	.t-9of10 {
		float: left;
		padding-right: 0.75em;
		width: 90%; }
	.t-1of11 {
		float: left;
		padding-right: 0.75em;
		width: 9.09090909091%; }
	.t-2of11 {
		float: left;
		padding-right: 0.75em;
		width: 18.18181818182%; }
	.t-3of11 {
		float: left;
		padding-right: 0.75em;
		width: 27.27272727273%; }
	.t-4of11 {
		float: left;
		padding-right: 0.75em;
		width: 36.36363636364%; }
	.t-5of11 {
		float: left;
		padding-right: 0.75em;
		width: 45.45454545455%; }
	.t-6of11 {
		float: left;
		padding-right: 0.75em;
		width: 54.54545454546%; }
	.t-7of11 {
		float: left;
		padding-right: 0.75em;
		width: 63.63636363637%; }
	.t-8of11 {
		float: left;
		padding-right: 0.75em;
		width: 72.72727272728%; }
	.t-9of11 {
		float: left;
		padding-right: 0.75em;
		width: 81.81818181819%; }
	.t-10of11 {
		float: left;
		padding-right: 0.75em;
		width: 90.9090909091%; }
	.t-1of12 {
		float: left;
		padding-right: 0.75em;
		width: 8.33%; }
	.t-5of12 {
		float: left;
		padding-right: 0.75em;
		width: 41.65%; }
	.t-7of12 {
		float: left;
		padding-right: 0.75em;
		width: 58.1%; }
	.t-10of12 {
		float: left;
		padding-right: 0.75em;
		width: 83.3%; }
	.t-11of12 {
		float: left;
		padding-right: 0.75em;
		width: 91.63%; } }

/* Landscape to small desktop */
@media only screen and (min-width: 1030px) {
	.d-all {
		float: left;
		padding-right: 0.75em;
		width: 100%;
		padding-right: 0; }
	.d-1of2, .d-2of4, .d-3of6, .d-4of8, .d-5of10, .d-6of12 {
		float: left;
		padding-right: 0.75em;
		width: 50%; }
	.d-1of3, .d-2of6, .d-3of9, .d-4of12 {
		float: left;
		padding-right: 0.75em;
		width: 33.33%; }
	.d-2of3, .d-4of6, .d-6of9, .d-8of12 {
		float: left;
		padding-right: 0.75em;
		width: 66.66%; }
	.d-1of4, .d-2of8, .d-3of12 {
		float: left;
		padding-right: 0.75em;
		width: 25%; }
	.d-3of4, .d-6of8, .d-9of12 {
		float: left;
		padding-right: 0.75em;
		width: 75%; }
	.d-1of5, .d-2of10 {
		float: left;
		padding-right: 0.75em;
		width: 20%; }
	.d-2of5, .d-4of10 {
		float: left;
		padding-right: 0.75em;
		width: 40%; }
	.d-3of5, .d-6of10 {
		float: left;
		padding-right: 0.75em;
		width: 60%; }
	.d-4of5, .d-8of10 {
		float: left;
		padding-right: 0.75em;
		width: 80%; }
	.d-1of6, .d-2of12 {
		float: left;
		padding-right: 0.75em;
		width: 16.6666666667%; }
	.d-1of7 {
		float: left;
		padding-right: 0.75em;
		width: 14.2857142857%; }
	.d-2of7 {
		float: left;
		padding-right: 0.75em;
		width: 28.5714286%; }
	.d-3of7 {
		float: left;
		padding-right: 0.75em;
		width: 42.8571429%; }
	.d-4of7 {
		float: left;
		padding-right: 0.75em;
		width: 57.1428572%; }
	.d-5of7 {
		float: left;
		padding-right: 0.75em;
		width: 71.4285715%; }
	.d-6of7 {
		float: left;
		padding-right: 0.75em;
		width: 85.7142857%; }
	.d-1of8 {
		float: left;
		padding-right: 0.75em;
		width: 12.5%; }
	.d-3of8 {
		float: left;
		padding-right: 0.75em;
		width: 37.5%; }
	.d-5of8 {
		float: left;
		padding-right: 0.75em;
		width: 62.5%; }
	.d-7of8 {
		float: left;
		padding-right: 0.75em;
		width: 87.5%; }
	.d-1of9 {
		float: left;
		padding-right: 0.75em;
		width: 11.1111111111%; }
	.d-2of9 {
		float: left;
		padding-right: 0.75em;
		width: 22.2222222222%; }
	.d-4of9 {
		float: left;
		padding-right: 0.75em;
		width: 44.4444444444%; }
	.d-5of9 {
		float: left;
		padding-right: 0.75em;
		width: 55.5555555555%; }
	.d-7of9 {
		float: left;
		padding-right: 0.75em;
		width: 77.7777777777%; }
	.d-8of9 {
		float: left;
		padding-right: 0.75em;
		width: 88.8888888888%; }
	.d-1of10 {
		float: left;
		padding-right: 0.75em;
		width: 10%; }
	.d-3of10 {
		float: left;
		padding-right: 0.75em;
		width: 20%; }
	.d-7of10 {
		float: left;
		padding-right: 0.75em;
		width: 70%; }
	.d-9of10 {
		float: left;
		padding-right: 0.75em;
		width: 90%; }
	.d-1of11 {
		float: left;
		padding-right: 0.75em;
		width: 9.09090909091%; }
	.d-2of11 {
		float: left;
		padding-right: 0.75em;
		width: 18.18181818182%; }
	.d-3of11 {
		float: left;
		padding-right: 0.75em;
		width: 27.27272727273%; }
	.d-4of11 {
		float: left;
		padding-right: 0.75em;
		width: 36.36363636364%; }
	.d-5of11 {
		float: left;
		padding-right: 0.75em;
		width: 45.45454545455%; }
	.d-6of11 {
		float: left;
		padding-right: 0.75em;
		width: 54.54545454546%; }
	.d-7of11 {
		float: left;
		padding-right: 0.75em;
		width: 63.63636363637%; }
	.d-8of11 {
		float: left;
		padding-right: 0.75em;
		width: 72.72727272728%; }
	.d-9of11 {
		float: left;
		padding-right: 0.75em;
		width: 81.81818181819%; }
	.d-10of11 {
		float: left;
		padding-right: 0.75em;
		width: 90.9090909091%; }
	.d-1of12 {
		float: left;
		padding-right: 0.75em;
		width: 8.33%; }
	.d-5of12 {
		float: left;
		padding-right: 0.75em;
		width: 41.65%; }
	.d-7of12 {
		float: left;
		padding-right: 0.75em;
		width: 58.1%; }
	.d-10of12 {
		float: left;
		padding-right: 0.75em;
		width: 83.3%; }
	.d-11of12 {
		float: left;
		padding-right: 0.75em;
		width: 91.63%; } }
/*********************
FLOATS
*********************/
.float-right {
	float: right; }

.float-left {
	float: left; }

.float-none {
	float: none; }

.clear-both {
	clear: both; }

hr.clear-both {
	height: 0px;
	overflow: hidden;
	background: transparent;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	margin: 0; }
/******************************************************************
Site Name:Capture;
Author:Sparkjoy

Stylesheet: Flexible content wrapper stuff

******************************************************************/
.flexible-content-wrapper{
	max-width:825px;
	float:none;
	margin:auto;
}
.flexible-content-wrapper .entry-content-inner{
	padding:0 0 25px 0;
}
.flexible-content-wrapper .full-width-wrapper .entry-content-inner{
	float:none;
	margin:auto;

}
/******************************************************************
Site Name:Capture;
Author:Sparkjoy

Stylesheet: Slideshow Styles

******************************************************************/
.sj-slideshow .each-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	min-height: 300px;
	background-position: center center;
	background-repeat: norepeat;
	background-size: cover; }
	.sj-slideshow .each-slide .slide-content {
		padding: 1em; }

.last-col {
	float: right;
	padding-right: 0 !important; }
.comparison-wrapper {
	padding: 50px 0px; }
	.comparison-wrapper .each-comparison {
		background: #fff;
		padding: 35px;
		border: 1px solid #cccccc;
		-webkit-box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
		box-shadow: 0 0.125em 0.5em -0.125em rgba(51, 51, 51, 0.75);
		-webkit-transition: all ease-in-out 0.2s;
		-o-transition: all ease-in-out 0.2s;
		transition: all ease-in-out 0.2s; }
		.comparison-wrapper .each-comparison:hover {
			-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
			z-index: 9; }
/******************************************************************
Site Name:
Author:

Stylesheet: Owl Carousel

******************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1; }
	.owl-carousel .owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
		touch-action: manipulation;
		-moz-backface-visibility: hidden;
		/* fix firefox animation glitch */ }
	.owl-carousel .owl-stage:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0; }
	.owl-carousel .owl-stage-outer {
		position: relative;
		overflow: hidden;
		/* fix for flashing background */
		-webkit-transform: translate3d(0px, 0px, 0px); }
	.owl-carousel .owl-wrapper,
	.owl-carousel .owl-item {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0); }
	.owl-carousel .owl-item {
		position: relative;
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none; }
	.owl-carousel .owl-item img {
		display: block;
		width: 100%; }
	.owl-carousel .owl-nav.disabled,
	.owl-carousel .owl-dots.disabled {
		display: none; }
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-dot {
		cursor: pointer;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; }
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel button.owl-dot {
		background: none;
		color: inherit;
		padding: 0 !important;
		font: inherit; }
	.owl-carousel.owl-loaded {
		display: block; }
	.owl-carousel.owl-loading {
		opacity: 0;
		display: block; }
	.owl-carousel.owl-hidden {
		opacity: 0; }
	.owl-carousel.owl-refresh .owl-item {
		visibility: hidden; }
	.owl-carousel.owl-drag .owl-item {
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; }
	.owl-carousel.owl-grab {
		cursor: move;
		cursor: -webkit-grab;
		cursor: grab; }
	.owl-carousel.owl-rtl {
		direction: rtl; }
	.owl-carousel.owl-rtl .owl-item {
		float: right; }

/* No Js */
.no-js .owl-carousel {
	display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
	z-index: 0; }

.owl-carousel .owl-animated-out {
	z-index: 1; }

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
	/**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
	.owl-carousel .owl-item .owl-lazy {
		opacity: 0;
		-webkit-transition: opacity 400ms ease;
		-o-transition: opacity 400ms ease;
		transition: opacity 400ms ease; }
	.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
		max-height: 0; }
	.owl-carousel .owl-item img.owl-lazy {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000; }

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../library/images/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	-o-transition: transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none; }

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }
.owl-dots{
	position:absolute;
	bottom:10px;
	right:10px;
}
.owl-dots .owl-dot{
	border:2px solid #fff;
	width:20px;
	height:20px;
	margin-left:5px;
	border-radius:50%;
}
.owl-dots .owl-dot.active{
	background:#fff;
}
/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, .comment-reply-link {
	background-color: #2980b9;
}

.blue-btn:hover, .comment-reply-link:hover, .blue-btn:focus, .comment-reply-link:focus {
	background-color: #2574a8;
}

.blue-btn:active, .comment-reply-link:active {
	background-color: #2472a4;
}

.btn {
	background-color: #FFA300;
}

.btn:focus, .btn:hover {
	background-color: #f89013;
}
.btn:active {
	background-color: #DC7800;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #000000 !important;
	}
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #000;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #44cee5;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 18px;
	padding-right: 18px;
}
@media (min-width: 768px) {
	.container {
		width: 756px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 976px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1176px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 18px;
	padding-right: 18px;
}
.row {
	margin-left: -18px;
	margin-right: -18px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 18px;
	padding-right: 18px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
/*
 *
 * Variables and Mixins for Global Responsive Behaviour
 *
 */
/*
 * Media query constants
 */
/*
 * Simple and not so illogical Media Queries
 */
#responsive-width-aid {
	position: absolute;
	visibility: hidden;
	width: 0;
	height: 1px;
}
@media (min-width: 768px) {
	#responsive-width-aid {
		width: 768px;
	}
}
@media (min-width: 992px) {
	#responsive-width-aid {
		width: 992px;
	}
}
@media (min-width: 1200px) {
	#responsive-width-aid {
		width: 1200px;
	}
}
@font-face {
	font-family: 'DIN';
	src: url('assets/fonts/DIN-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DIN';
	src: url('assets/fonts/DIN-Bold.otf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Fugue';
	src: url('assets/fonts/Fugue-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.2;
	color: #000;
}
h1.flush-top,
h2.flush-top,
h3.flush-top,
h4.flush-top,
h5.flush-top,
h6.flush-top {
	margin-top: 0;
}
h1.flush-bottom,
h2.flush-bottom,
h3.flush-bottom,
h4.flush-bottom,
h5.flush-bottom,
h6.flush-bottom {
	margin-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
	text-decoration: none;
	border: none;
}
h1 svg,
h2 svg,
h3 svg,
h4 svg,
h5 svg,
h6 svg {
	margin-right: 3px;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	margin-top: 0;
}
.h1,
h1 {
	font-size: 1.6875em;
}
@media (min-width: 992px) {
	.h1,
	h1 {
		font-size: 2.25em;
	}
}
.h2,
h2 {
	font-size: 1.875em;
}
.h2.entry-title,
h2.entry-title {
	font-size: 2.25em;
}
.h3,
h3 {
	font-size: 1.16666667em;
}
h4,
.h4 {
	color: #44cee5;
	font-size: 0.888889em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
h5,
.h5 {
	font-weight: bold;
	font-size: 1rem;
}
.has-leader p:first-child {
	/*font-size: 1.2em;*/
	line-height: 1.333333;
	color: #000000;
}
@media (min-width: 768px) {
	.has-leader p:first-child {
		/*font-size: 1.3125em;*/
	}
}
.published {
	display: inline-block;
	margin-bottom: 0.5em;
}
a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
a:hover {
	border-color: #000000;
}
a.no-border {
	border: none;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.caption {
	color: #000000;
	font-size: 0.875em;
}
.caption-container-single {
	position: absolute;
	width: calc(100% - 36px);
	display: block;
	visibility: hidden;
}
.exhibition-category {
	color: #44cee5;
	text-transform: uppercase;
	font-size: 0.875em;
	margin-bottom: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.text-uppercase {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-bold {
	font-weight: bold;
}
.text-red {
	color: #000000;
}
header.banner {
	background-color: #fff;
	padding: 18px 0;
	position: relative;
}
@media (min-width: 768px) {
	header.banner {
		padding: 36px 0;
	}
}
header.banner .site-title {
	position: relative;
	float: left;
	margin: 0;
	z-index: 1999;
}
header.banner a.navbar-brand {
	display: block;
	width: 140px;
}
@media (max-width: 767px) {
	header.banner a.navbar-brand {
		margin-top: 9px;
	}
}
@media (min-width: 768px) {
	header.banner a.navbar-brand {
		width: 330px;
		height: 60px;
	}
}
header.banner a.navbar-brand img {
	display: block;
	width: 100%;
	height: auto;
}
.nav-open header.banner a.navbar-brand img {
	width: 330px;
	max-width: 330px;
}
@media (max-width: 767px) {
	.nav-open header.banner a.navbar-brand img {
		width: 140px;
		max-width: 140px;
	}
}
.nav-open header.banner a.navbar-brand {
	-webkit-transition: all 50ms ease;
					transition: all 50ms ease;
	overflow: hidden;
	width: 50px;
}
@media (max-width: 767px) {
	.nav-open header.banner a.navbar-brand {
		width: 26px;
	}
}
@media (min-width: 768px) {
	header.banner.nav-open span.first {
		-webkit-transform: rotate(45deg) translateX(4px) translateY(-6px) translateZ(0);
		-webkit-transform-origin: 0 0;
		-moz-transform: rotate(45deg) translateX(4px) translateY(-6px) translateZ(0);
		-moz-transform-origin: 0 0;
		-ms-transform: rotate(45deg) translateX(4px) translateY(-6px) translateZ(0);
		-ms-transform-origin: 0 0;
		-webkit-transform: rotate(45deg) translateX(4px) translateY(-6px) translateZ(0);
						transform: rotate(45deg) translateX(4px) translateY(-6px) translateZ(0);
		-webkit-transform-origin: 0 0;
				-ms-transform-origin: 0 0;
						transform-origin: 0 0;
	}
}
header.banner.nav-open span.middle {
	display: none;
}
@media (min-width: 768px) {
	header.banner.nav-open span.last {
		-webkit-transform: rotate(135deg) translateX(-27px) translateY(-15px);
		-webkit-transform-origin: 0 0;
		-moz-transform: rotate(135deg) translateX(-27px) translateY(-15px);
		-moz-transform-origin: 0 0;
		-ms-transform: rotate(135deg) translateX(-27px) translateY(-15px);
		-ms-transform-origin: 0 0;
		-webkit-transform: rotate(135deg) translateX(-27px) translateY(-15px);
				-ms-transform: rotate(135deg) translateX(-27px) translateY(-15px);
						transform: rotate(135deg) translateX(-27px) translateY(-15px);
		-webkit-transform-origin: 0 0;
				-ms-transform-origin: 0 0;
						transform-origin: 0 0;
	}
}
.header-tm {
	display: block;
	font-size: 50%;
	float: left;
	width: 100%;
}
.navbar__menu-container {
	float: right;
	position: relative;
	z-index: 1999;
}
.visible-nav{
	text-align:right;
	position: relative;
	float:right;
}
.visible-nav ul {
	margin:.25rem 0;
	float:right;
}
.visible-nav ul li {
	display:inline-block;
	padding: 5px 10px;
}
.visible-nav ul li a{
	font-size: 0.888889em;
	font-weight: bold;
	letter-spacing: 0.05em;
	//text-transform: uppercase;
	float: left;
	color: #44cee5;
	margin: 0;
}
.navbar-search {
	float: left;
	border: none;
	margin: 3px 20px 0 0;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}
.nav-open .navbar-search {
	display: none;
}
@media (max-width: 767px) {
	.navbar-search {
		margin: 3px 5px 0 0;
	}
}
.nav {
	margin-top: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
.nav a {
	border-bottom: 0;
}
.nav a:hover,
.nav a:focus,
.nav a:active {
	border-bottom: 1px solid #000000;
}
.nav li {
	width: 48%;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.nav li {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.nav {
		text-align: center;
	}
}
.navbar-toggle-container {
	cursor: pointer;
	float: right;
	margin-right: 0;
	position: relative;
	z-index: 1900;
}
.navbar-toggle-container.mobile-only {
	width: 100%;
	padding: 0 18px;
}
.navbar-toggle-container.mobile-only:before,
.navbar-toggle-container.mobile-only:after {
	content: " ";
	display: table;
}
.navbar-toggle-container.mobile-only:after {
	clear: both;
}
.navbar-toggle-container.mobile-only:before,
.navbar-toggle-container.mobile-only:after {
	content: " ";
	display: table;
}
.navbar-toggle-container.mobile-only:after {
	clear: both;
}
.navbar-toggle-container .navbar-toggle-header {
	font-size: 0.888889em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	float: left;
	color: #44cee5;
	line-height: 42px;
	margin: 0;
}
@media (max-width: 767px) {
	.navbar-toggle-container .navbar-toggle-header {
		display: none;
	}
}
.hamburger {
	-moz-appearance: none;
			 appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	float: left;
	margin-right: -10px;
	padding: 9px 10px;
	position: relative;
	z-index: 20;
}
.hamburger:focus {
	outline: 0;
}
.hamburger .icon-bar-wrap {
	float: right;
}
.hamburger .icon-bar {
	display: block;
	width: 33px;
	height: 3px;
	background-color: #44cee5;
}
.hamburger .icon-bar + .icon-bar {
	margin-top: 6px;
}
.nav-open .hamburger .icon-bar.middle {
	opacity: 0;
}
.nav-open .hamburger .icon-bar.first {
	-webkit-transform: translateY(10px) rotate(45deg);
			-ms-transform: translateY(10px) rotate(45deg);
					transform: translateY(10px) rotate(45deg);
}
.nav-open .hamburger .icon-bar.last {
	-webkit-transform: translateY(-8px) rotate(-45deg);
			-ms-transform: translateY(-8px) rotate(-45deg);
					transform: translateY(-8px) rotate(-45deg);
}
.nav-overlay {
	background-color: #fff;
	height: 100%;
	pointer-events: none;
	position: fixed;
	overflow: hidden;
	opacity: 0;
	bottom: 0;
	-webkit-transform: translateY(-100%);
			-ms-transform: translateY(-100%);
					transform: translateY(-100%);
	-webkit-transition-delay: 10ms;
					transition-delay: 10ms;
	-webkit-transition: opacity 100ms ease;
					transition: opacity 100ms ease;
	width: 100%;
	z-index: 1900;
	overflow-y: scroll;
	font-size: 24px;
}
@media (max-width: 991px) {
	.nav-overlay {
		font-size: 18px;
	}
}
.nav-overlay.preload {
	-webkit-transition: none;
					transition: none;
}
.nav-overlay.nav-overlay--active {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
					transform: translateY(0);
	-webkit-transition-delay: 5ms;
					transition-delay: 5ms;
	-webkit-transition: opacity 100ms ease;
					transition: opacity 100ms ease;
}
.nav-overlay__nav-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	margin: 0 auto;
	margin-top: 140px;
	margin-bottom: 30px;
	padding: 0 75px;
	max-width: 1150px;
	text-align: left;
}
@media (max-width: 767px) {
	.nav-overlay__nav-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		margin-top: 100px;
		margin-bottom: 0;
		text-align: center;
		padding: 0 15px;
	}
}
.nav-overlay__nav-container + .nav-overlay__nav-container {
	margin-top: 0;
	margin-bottom: 0;
}
.nav-overlay__column {
	width: 50%;
}
@media (max-width: 991px) {
	.nav-overlay__column {
		width: 100%;
		margin-bottom: 30px;
	}
}
.nav-overlay__main-nav {
	margin: 0;
}
.nav-overlay__main-nav a {
	display: inline-block;
	color: #000000;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.nav-overlay__main-nav {
		text-align: center;
	}
}
.nav-overlay__newsletter-signup label {
	margin-top: 0;
	margin-bottom: 2px;
	display: block;
}
.newsletter-signup__input {
	border: none;
	border-bottom: 1px solid #000000;
	border-radius: none;
	width: 300px;
	line-height: 2;
	outline: none;
	display: inline-block;
	margin-bottom: 15px;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}
@media (max-width: 991px) {
	.newsletter-signup__input {
		text-align: left;
		width: 80%;
		max-width: 210px;
		margin-bottom: 15px;
	}
}
.newsletter-signup__submit {
	display: inline-block;
	font-size: 0.8em;
	margin: 3px;
	-webkit-transition: all 100ms ease;
					transition: all 100ms ease;
}
.newsletter-signup__submit:hover,
.newsletter-signup__submit:focus,
.newsletter-signup__submit:active {
	color: #fff;
	background-color: #44cee5;
}
.menu-selected-exhibitions a,
.menu-exhibitions a,
.menu-selected-printing-prize a,
.menu-printing-prize a{
	color: #44cee5;
}
.menu-selected-exhibitions a:hover,
.menu-selected-exhibitions a:focus,
.menu-selected-exhibitions a:active,
.menu-exhibitions a:hover,
.menu-exhibitions a:focus,
.menu-exhibitions a:active,
.menu-selected-printing-prize a:hover,
.menu-selected-printing-prize a:focus,
.menu-selected-printing-prize a:active,
.menu-printing-prize a:hover,
.menu-printing-prize a:focus,
.menu-printing-prize a:active
{
	border-color: #44cee5;
}
.menu-events a {
	color: #000000;
}
.menu-events a:hover,
.menu-events a:focus,
.menu-events a:active {
	border-color: #000000;
}
.menu-public-art a {
	color: #FFA300;
}
.menu-public-art a:hover,
.menu-public-art a:focus,
.menu-public-art a:active {
	border-color: #FFA300;
}
.menu-calendar a {
	color: #999;
}
.menu-calendar a:hover,
.menu-calendar a:focus,
.menu-calendar a:active {
	border-color: #999;
}
.store-info {
	font-size: 0.888889em;
	margin-top: 1em;
}
.icon {
	display: inline-block;
	vertical-align: top;
	height: 1.2em;
	width: 1em;
}
.icon-small {
	height: 0.6em;
	width: 0.6em;
}
.icon-large {
	height: 1.5em;
	width: 1.2em;
}
.icon-xlarge {
	height: 2em;
	width: 2em;
}
.icon-text-secondary,
.icon-light {
	fill: #000000;
}
.icon-white {
	fill: #fff;
}
.icon-grey {
	fill: #000000;
}
.icon-orange,
.icon-brand-secondary {
	fill: #FFA300;
}
.icon-red {
	fill: #000000;
}
.icon-blue,
.icon-brand-primary {
	fill: #44cee5;
}
.btn {
	-moz-appearance: none;
			 appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: none;
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
	padding: 0.5em 0.75em;
	text-decoration: none;
	border-radius: 5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: 0.25s ease-in-out all;
}
.btn:focus {
	outline: none;
}
.btn.dropdown-toggle {
	color: #000000;
	font-weight: normal;
	margin: 0.125em 0.25em;
	padding: 0.1em 0.25em;
}
@media (max-width: 767px) {
	.btn.dropdown-toggle {
		margin-bottom: 1em;
	}
}
.btn.dropdown-toggle .icon {
	fill: #000000;
}
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:active {
	color: #fff;
}
.dropdown-menu {
	box-shadow: none;
	width: 100%;
	text-align: center;
	font-size: 1em;
}
.btn-large {
	padding: 10px 20px;
}
.btn-fill-blue {
	background-color: #44cee5;
}
.btn-fill-white {
	background-color: #fff;
}
.btn-fill-orange {
	background-color: #FFA300;
}
.btn-border-blue {
	border: 2px solid #44cee5;
}
.btn-blue {
	color: #44cee5;
}
.btn-orange {
	background-color: #fff;
	color: #FFA300;
	border: none;
}
.btn-blue:hover,
.btn-fill-blue:hover {
	background-color: #3bbacf;
}
.btn-white {
	color: #fff;
}
.btn-fill-text-secondary {
	background-color: #000000;
}
.page-header .btn-group {
	display: inline-block;
	position: relative;
}
.itinerary-container {
	background-color: #FFA300;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
					transform: translateX(-100%);
	opacity: 1;
	z-index: 2000;
	-webkit-transition: -webkit-transform 300ms;
					transition: transform 300ms;
}
.itinerary-container.itinerary-overlay-open {
	opacity: 1;
	-webkit-transform: translateX(0%);
			-ms-transform: translateX(0%);
					transform: translateX(0%);
}
.itinerary-container.itinerary-overlay-open .itinerary-overlay {
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	position: relative;
	-webkit-transition: width 0 0, height 0 0;
	transition: width 0 0, height 0 0;
}
.itinerary-container .itinerary-logo {
	display: none;
}
@media (min-width: 768px) {
	.itinerary-container .itinerary-logo {
		display: block;
		position: absolute;
		left: 18px;
		top: 30px;
		width: 200px;
	}
}
.itinerary-container .planner-header {
	margin: 0;
	padding: 1em 0;
	background-color: #FFA300;
	color: #fff;
}
@media (max-width: 767px) {
	.itinerary-container .planner-header {
		font-size: 1.16666667em;
	}
}
.itinerary-container .planner-header svg {
	fill: #fff;
}
.itinerary-container .public-installations-link {
	color: #FFA300;
}
.itinerary-container .public-installations-link:hover {
	border-color: #FFA300;
}
.itinerary-container .events-link {
	color: #000000;
}
.itinerary-container .events-link:hover {
	border-color: #000000;
}
.itinerary-container .exhibitions-link {
	color: #44cee5;
}
.itinerary-container .exhibitions-link:hover {
	border-color: #44cee5;
}

.itinerary-overlay .public-installations-link,
.itinerary-overlay .exhibitions-link,
.itinerary-overlay .events-link,
.itinerary-overlay .youth-programs-link {
  transition: all .35s ease-in-out;
}
.itinerary-container .my-itinerary-header {
	bottom: 0;
	color: #FFA300;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	left: 100%;
	margin: 0;
	position: absolute;
	white-space: nowrap;
	padding-bottom: 0;
	-webkit-transform: rotate(-90deg) translateY(100%);
			-ms-transform: rotate(-90deg) translateY(100%);
					transform: rotate(-90deg) translateY(100%);
	-webkit-transform-origin: bottom left;
			-ms-transform-origin: bottom left;
					transform-origin: bottom left;
	-webkit-transform: rotate(-90deg) translateY(100%);
	-webkit-transform-origin: bottom left;
	-moz-transform: rotate(-90deg) translateY(100%);
	-moz-transform-origin: bottom left;
	transition: margin 150ms;
	-webkit-transition: margin 150ms;
	-moz-transition: margin 150ms;
}
.itinerary-container .my-itinerary-header.bottom {
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.itinerary-container .my-itinerary-header {
		width: auto;
	}
}
.itinerary-container .my-itinerary-header a {
	background-color: #FFA300;
	color: #fff;
	display: block;
	padding: 15px;
}
@media (min-width: 992px) {
	.itinerary-container .my-itinerary-header a {
		padding: 15px 20px;
	}
}
@media (max-width: 991px) {
	.itinerary-container .my-itinerary-header .my-itinerary-header-text {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
}
.search .itinerary-container .my-itinerary-header .my-itinerary-header-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.itinerary-container .my-itinerary-header svg {
	vertical-align: top;
	height: 1.1em;
}
@media (min-width: 992px) {
	.itinerary-container .my-itinerary-header svg {
		margin-right: 0.7em;
	}
}
.search .itinerary-container .my-itinerary-header svg {
	margin-right: 0;
}
.itinerary-overlay {
	width: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: width 0ms 1000ms, height 0ms 1000ms;
	transition: width 0ms 1000ms, height 0ms 1000ms;
}
.itinerary-overlay .container-fluid {
	padding: 0;
	min-height: 100%;
}
@media (min-width: 768px) {
	.itinerary-overlay .container-fluid {
		border-bottom: 18px solid #FFA300;
		border-left: 18px solid #FFA300;
		border-right: 18px solid #FFA300;
	}
}
.itinerary-overlay .container-inner {
	padding: 18px;
	background-color: #F9F9F9;
	max-width: 1400px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.itinerary-overlay .container-inner {
		padding: 36px;
	}
}
.itinerary-overlay .alert {
	margin-top: 2em;
}
.itinerary-overlay .alert p:first-child {
	margin-top: 0;
}
@media (min-width: 768px) {
	.itinerary-overlay .alert {
		border: 2px solid #fff;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding: 3em;
	}
}
@media (min-width: 992px) {
	.itinerary-overlay .alert {
		max-width: 66.6666%;
	}
}
.itinerary-overlay .alert .list-inline li {
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 767px) {
	.itinerary-overlay .alert .list-inline li {
		display: block;
		width: 100%;
		margin-bottom: 0.5em;
	}
}
.logged-in.bar-showing .itinerary-overlay {
	padding-top: 32px;
}
.itinerary-overlay .itinerary-map-container {
	height: 200px;
}
@media (min-width: 768px) {
	.itinerary-overlay .itinerary-map-container {
		height: 380px;
	}
}
.itinerary-overlay .itinerary-map-container img {
	max-width: none;
}
.itinerary-overlay .itinerary-map-container .info-window-content img {
	max-width: 100%;
}
.itinerary-overlay .itinerary-overlay-toggle {
	position: absolute;
	right: 18px;
	margin-right: -0.75em;
	top: 0.5em;
}
@media (min-width: 768px) {
	.itinerary-overlay .itinerary-overlay-toggle {
		top: 1.75em;
		right: 18px;
	}
}
.itinerary-overlay .itinerary-planner__list {
	margin-top: 0;
}
.itinerary-overlay .itinerary-planner__list .location-title:first-child {
	padding-top: 0px;
}
.itinerary-overlay .itinerary-planner__list .location-title:first-child svg {
	top: 0px;
}
.itinerary-overlay .itinerary-planner__time {
	display: block;
}
.itinerary-overlay .itinerary-print {
	margin: 1em 0;
	float: right;
}
.itinerary-overlay .event-type {
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 0;
	font-size: 0.888889rem;
	font-weight: bold;
}
.itinerary-overlay .event-type span {
	display: block;
	font-weight: normal;
}
.itinerary-overlay .event-type-exhibitions {
	color: #44cee5;
}
.itinerary-overlay .event-type-exhibitions span {
	border-color: #44cee5;
}
.itinerary-overlay .event-type-events {
	color: #000000;
}
.itinerary-overlay .event-type-events svg {
	fill: #000000;
}
.itinerary-overlay .event-type-public-installations {
	color: #FFA300;
}
.itinerary-overlay .event-type-public-installations span {
	border-color: #FFA300;
}
.itinerary-overlay .event-type-public-installations svg {
	fill: #FFA300;
}
.itinerary-overlay .entry-title {
	display: block;
	font-weight: bold;
	font-size: 1.16666667em;
	margin: 0 0 1em;
	text-decoration: none;
}
.itinerary-overlay .img-container {
	display: block;
	max-width: 150px;
}
@media (max-width: 767px) {
	.itinerary-overlay .img-container {
		display: block;
		margin-bottom: 1em;
	}
}
.itinerary-overlay .table {
	table-layout: fixed;
	width: 100%;
	max-width: 100%;
	clear: both;
}
.itinerary-overlay .table a {
	color: #000000;
}
.itinerary-overlay .table button.itinerary-remove {
	-moz-appearance: none;
			 appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: none;
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
	padding: 0.5em 0.75em;
	text-decoration: none;
	border-radius: 5px;
	outline: none;
	padding: 0;
}
.itinerary-overlay .table button.itinerary-remove:focus,
.itinerary-overlay .table button.itinerary-remove:active {
	outline: none;
}
.itinerary-overlay .table button.itinerary-remove span.btn {
	line-height: 0;
	padding: 8px;
}
@media (max-width: 767px), print {
	.itinerary-overlay .table button.itinerary-remove {
		float: left;
	}
}
.itinerary-overlay .table button.itinerary-remove span.mobile-only {
	display: none;
	text-decoration: none;
}
@media (max-width: 767px), print {
	.itinerary-overlay .table button.itinerary-remove span.mobile-only {
		font-size: 0.888889rem;
		color: #000000;
		line-height: 28px;
		display: inline-block;
		vertical-align: top;
		font-weight: normal;
	}
}
@media (max-width: 767px), print {
	.itinerary-overlay .table .event-title {
		font-weight: bold;
		margin-bottom: 1em;
	}
}
.itinerary-overlay .table td[class*="col-"],
.itinerary-overlay .table th[class*="col-"] {
	position: static;
	display: table-cell;
}
@media (max-width: 767px), print {
	.itinerary-overlay .table td[class*="col-"],
	.itinerary-overlay .table th[class*="col-"] {
		float: left;
		width: 100%;
		display: block;
	}
}
@media (min-width: 768px) {
	.itinerary-overlay .table td[class*="col-"],
	.itinerary-overlay .table th[class*="col-"] {
		float: none;
	}
}
.itinerary-overlay .table thead {
	display: none;
}
@media (min-width: 768px) {
	.itinerary-overlay .table thead {
		display: table-header-group;
	}
}
.itinerary-overlay .table th[class*="col-"] {
	color: #000000;
	display: none;
}
@media (min-width: 768px) {
	.itinerary-overlay .table th[class*="col-"] {
		display: table-cell;
	}
}
.itinerary-overlay .table > thead > tr > th {
	padding: 1em 0.5em 0.5em;
	text-align: left;
	vertical-align: bottom;
}
@media (max-width: 767px) {
	.itinerary-overlay .table tr {
		margin-bottom: 2em;
		display: block;
	}
	.itinerary-overlay .table tr:before,
	.itinerary-overlay .table tr:after {
		content: " ";
		display: table;
	}
	.itinerary-overlay .table tr:after {
		clear: both;
	}
	.itinerary-overlay .table tr:before,
	.itinerary-overlay .table tr:after {
		content: " ";
		display: table;
	}
	.itinerary-overlay .table tr:after {
		clear: both;
	}
}
.itinerary-overlay .table tr > td {
	padding: 0.25em 0 0;
	vertical-align: top;
	text-align: left;
}
@media (min-width: 768px) {
	.itinerary-overlay .table tr > td {
		font-size: 16px;
		padding: 1em 0.5em;
		border-top: 2px solid #fff;
	}
}
@media (min-width: 992px) {
	.itinerary-overlay .table tr > td {
		font-size: 1rem;
	}
}
.itinerary-overlay .table tr > td.has-icon {
	position: relative;
}
.itinerary-overlay .table tr > td.has-icon.event-type {
	padding-left: 0;
}
@media (min-width: 768px) {
	.itinerary-overlay .table tr > td.has-icon.event-type {
		padding-top: 1em;
		padding-left: 25px;
	}
}
@media (min-width: 992px) {
	.itinerary-overlay .table tr > td.has-icon.event-type {
		padding-left: 30px;
	}
}
@media (min-width: 768px) {
	.itinerary-overlay .table tr > td.has-icon {
		padding-left: 25px;
	}
}
@media (min-width: 992px) {
	.itinerary-overlay .table tr > td.has-icon {
		padding-top: 1em;
	}
}
.itinerary-overlay .table tr > td.has-icon svg {
	left: 0;
	top: 0.3em;
}
@media (min-width: 768px) {
	.itinerary-overlay .table tr > td.has-icon svg {
		top: 1.05em;
		position: absolute;
	}
}
@media (min-width: 992px) {
	.itinerary-overlay .table tr > td.has-icon svg {
		top: 1.05em;
	}
}
.itinerary-overlay .table tr > td:last-child {
	text-align: right;
}
@media (max-width: 767px) {
	.itinerary-overlay .table tr > td:last-child {
		padding-top: 1em;
	}
}
.multiple-locations--hidden {
	display: none;
}
.date-picker {
	width: 170px;
	height: 25px;
	padding: 0;
	border: 0;
	line-height: 25px;
	padding-left: 10px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	color: #303030;
	position: relative;
	z-index: 2;
}
.date-picker-wrapper {
	position: absolute;
	z-index: 1;
	padding: 5px 12px;
	font-size: 12px;
	line-height: 20px;
	box-sizing: initial;
	background-color: #fff;
	border: 2px solid #44cee5;
	box-shadow: none;
	color: #44cee5;
	font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.event-tab-active .date-picker-wrapper {
	color: #000000;
	border: 2px solid #000000;
}
.date-picker-wrapper.inline-wrapper {
	position: relative;
	box-shadow: none;
	display: inline-block;
}
.date-picker-wrapper.single-date {
	width: auto;
}
.date-picker-wrapper.no-shortcuts {
	padding-bottom: 12px;
}
.date-picker-wrapper.no-topbar {
	padding-top: 12px;
}
.date-picker-wrapper .footer {
	font-size: 11px;
	padding-top: 3px;
}
.date-picker-wrapper b {
	color: #000000;
	font-weight: 700;
}
.date-picker-wrapper a {
	color: #6bb4d6;
	text-decoration: underline;
}
.date-picker-wrapper .month-name {
	text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper {
	border-radius: 3px;
	background-color: #fff;
	cursor: default;
	position: relative;
	overflow: hidden;
	border: none;
	padding: 20px 5px 5px;
}
.date-picker-wrapper .month-wrapper table {
	width: 190px;
	float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
	width: 190px;
	float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
	vertical-align: middle;
	text-align: center;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
	padding: 5px 0;
	line-height: 1;
	font-size: 12px;
	margin-bottom: 1px;
	color: #ccc;
	cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
	color: #999;
	cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
	background-color: #9cdbf7;
}
.date-picker-wrapper .month-wrapper table .week-name {
	height: 20px;
	line-height: 20px;
	font-weight: 100;
	text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
	cursor: help !important;
}
.date-picker-wrapper .time label {
	white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
	color: #333;
	cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
	background-color: #cdecfa;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
	display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
	background-color: #ffe684;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
	background-color: #70ccd5;
}
.date-picker-wrapper table .caption {
	height: 40px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
	padding: 0 5px;
	cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
	background-color: #ccc;
	color: white;
}
.date-picker-wrapper .gap {
	position: relative;
	z-index: 1;
	width: 15px;
	height: 100%;
	background-color: red;
	font-size: 0;
	line-height: 0;
	float: left;
	top: -5px;
	margin: 0 10px -10px;
	visibility: hidden;
	height: 0;
}
.date-picker-wrapper .gap .gap-lines {
	height: 100%;
	overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
	height: 15px;
	width: 15px;
	position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
	z-index: 1;
	height: 0;
	border-left: 8px solid white;
	border-top: 8px solid #eee;
	border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 2;
	height: 0;
	border-left: 8px solid transparent;
	border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 2;
	height: 0;
	border-left: 8px solid transparent;
	border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
	width: 6px;
	height: 1px;
	position: absolute;
	top: -1px;
	left: 1px;
	background-color: #eee;
	z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
	width: 6px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 7px;
	background-color: #eee;
	z-index: 3;
}
.date-picker-wrapper .selected-days {
	display: none;
}
.date-picker-wrapper .drp_top-bar {
	line-height: 1.4;
	position: relative;
	padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top {
	display: none;
}
.date-picker-wrapper .drp_top-bar .normal-top {
	display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
	display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
	display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
	display: block;
	color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
	display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
	display: block;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
	position: absolute;
	right: 0px;
	top: 6px;
	padding: 3px 5px;
	margin: 0;
	font-size: 12px;
	border-radius: 4px;
	cursor: pointer;
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	color: white;
	line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
	cursor: pointer;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.date-picker-wrapper .drp_top-bar .apply-btn,
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
	border: none;
	background: none;
	color: transparent;
	top: 12px;
	width: 15px;
	height: 15px;
	background-image: url('assets/img/close-icon.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	outline: none;
}
/*time styling*/
.date-picker-wrapper .time {
	position: relative;
}
.date-picker-wrapper.single-month .time {
	display: block;
}
.date-picker-wrapper .time input[type=range] {
	vertical-align: middle;
	width: 129px;
	padding: 0;
	margin: 0;
	height: 20px;
}
.date-picker-wrapper .time1,
.time2 {
	width: 180px;
	padding: 0 5px;
	text-align: center;
}
.date-picker-wrapper .time1 {
	float: left;
}
.date-picker-wrapper .time2 {
	float: right;
}
.date-picker-wrapper .hour,
.minute {
	text-align: right;
}
.date-picker-wrapper .hide {
	display: none;
}
.date-picker-wrapper .first-date-selected {
	background-color: #49e !important;
	color: white !important;
}
.date-picker-wrapper .last-date-selected {
	background-color: #49e !important;
	color: white !important;
}
.date-picker-wrapper .date-range-length-tip {
	position: absolute;
	margin-top: -4px;
	margin-left: -8px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	display: none;
	background-color: yellow;
	padding: 0 6px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 16px;
	-webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
	-moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
	-ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
	-o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
	content: '';
	position: absolute;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid yellow;
	left: 50%;
	margin-left: -4px;
	bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
	display: none;
}
.date-picker-wrapper .week-number {
	padding: 5px 0;
	line-height: 1;
	font-size: 12px;
	margin-bottom: 1px;
	color: #999;
	cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
	color: #4499EE;
	font-weight: bold;
}
.date-picker-wrapper .month-wrapper table .week-name th {
	padding-bottom: 5px;
}
.date-picker-wrapper .month-wrapper table th.month-name {
	font-size: 13px;
	padding-bottom: 15px;
}
.date-picker-wrapper .month-name,
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
	color: #44cee5;
}
.event-tab-active .date-picker-wrapper .month-name,
.event-tab-active .date-picker-wrapper .month-wrapper table .day.toMonth.valid {
	color: #000000;
}
.date-picker-wrapper .month-wrapper table td .day.real-today {
	background-color: #fff;
	border: 1px solid #44cee5;
	color: #44cee5;
}
.event-tab-active .date-picker-wrapper .month-wrapper table td .day.real-today {
	color: #000000;
	border: 1px solid #000000;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
	background-color: #eee;
	margin-bottom: 0;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked,
.date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked.first-date-selected,
.date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked.last-date-selected {
	background-color: #44cee5 !important;
	color: #fff !important;
}
.event-tab-active .date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked,
.event-tab-active .date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked.first-date-selected,
.event-tab-active .date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked.last-date-selected {
	background-color: #000000 !important;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .next:active,
.date-picker-wrapper table .caption .next:focus,
.date-picker-wrapper table .caption .prev,
.date-picker-wrapper table .caption .prev:hover,
.date-picker-wrapper table .caption .prev:active,
.date-picker-wrapper table .caption .prev:focus {
	color: #44cee5;
	background-color: #fff;
	font-size: 15px;
}
.event-tab-active .date-picker-wrapper table .caption .next,
.event-tab-active .date-picker-wrapper table .caption .next:hover,
.event-tab-active .date-picker-wrapper table .caption .next:active,
.event-tab-active .date-picker-wrapper table .caption .next:focus,
.event-tab-active .date-picker-wrapper table .caption .prev,
.event-tab-active .date-picker-wrapper table .caption .prev:hover,
.event-tab-active .date-picker-wrapper table .caption .prev:active,
.event-tab-active .date-picker-wrapper table .caption .prev:focus {
	color: #000000;
}
.date-picker-wrapper table .caption th {
	vertical-align: top;
}
.date-picker-wrapper .date-range-length-tip {
	color: #fff;
	background-color: #FFA300;
	-webkit-filter: none;
					filter: none;
	box-shadow: none;
}
.date-picker-wrapper .date-range-length-tip:after {
	border-top: 4px solid #FFA300;
	-webkit-filter: none;
					filter: none;
	box-shadow: none;
}
.front-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.front-feature {
		padding: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.front-feature.return-wrapper span[class*="feature-text-"] {
	left: auto;
	right: auto;
	width: auto;
	text-align: center;
}
.front-page-google-map {
	margin-top: 2em;
	margin-bottom: 2em;
}
@media (min-width: 768px) {
	.front-page-google-map {
		margin-top: 5em;
		margin-bottom: 5em;
	}
}
#feature-image {
	width: 73%;
	z-index: 1;
}
@media (min-width: 1200px) {
	#feature-image {
		width: 76%;
	}
}
@media (max-width: 767px) {
	#feature-image {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.caption.feature-image__caption {
	color: #000;
	text-align: right;
	text-decoration: underline;
	font-size: 0.8em;
}
@media (max-width: 767px) {
	.caption.feature-image__caption {
		padding: 10px 0px;
	}
}

.feature-text__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-top;
	-ms-flex-align: flex-top;
	align-items: flex-top;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 27%;
}

@media (max-width: 767px) {
	.feature-text__container {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.feature-text {
	color: #000;
	/*font-size: 4.3em;*/
	/* 77% */
	font-size: 3.3em;
	line-height: 1;
	font-family: 'Fugue', 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 50px;
}
@media (min-width: 1200px) {
	.feature-text {
		/*font-size: 5.4em;*/
		/* 77% */
		font-size: 4.2em;
	}
}
@media (max-width: 991px) {
	.feature-text {
		/*font-size: 3.6em;*/
		/* 77% */
		font-size: 2.8em;
	}
}
@media (max-width: 767px) {
	.feature-text {
		/*font-size: 2.2em;*/
		/* 77% */
		font-size: 1.7em;
		margin: 30px 0;
	}
	.feature-text > span {
		margin-left: 0.15em;
		margin-right: 0.15em;
	}
	.feature-text > span:first-child {
		margin-left: 0;
	}
	.feature-text > span:last-child {
		margin-right: 0;
	}
}
.feature-text span {
	display: block;
}
@media (max-width: 767px) {
	.feature-text span {
		display: inline-block;
	}
}
.feature-text--month {
	position: relative;
}
@media (min-width: 768px) {
	.feature-text--month {
		left: -60px;
	}
}
@media (min-width: 992px) {
	.feature-text--month {
		left: -78px;
	}
}
@media (min-width: 1200px) {
	.feature-text--month {
		left: -98px;
	}
}
@media (max-width: 767px) {
	.feature-text--month {
		left: 0px;
	}
}
.feature-text--date {
	position: relative;
	left: 5px;
}
@media (min-width: 992px) {
	.feature-text--date {
		left: 5px;
	}
}
@media (max-width: 767px) {
	.feature-text--date {
		left: 0;
	}
}
@media (min-width: 1200px) {
	.feature-text--date {
		left: 7px;
	}
}
.feature-text--year {
	position: relative;
	right: 30px;
}
@media (min-width: 1200px) {
	.feature-text--year {
		right: 65px;
	}
}
@media (max-width: 767px) {
	.feature-text--year {
		right: 0px;
	}
}
.form-close {
	position: absolute;
	top: 1em;
	right: 1em;
}
#response p {
	font-size: 0.875rem;
	margin-top: 0;
}
.fp-content-block {
	border: 2px solid #000;
	color: #000;
	margin: 0 auto;
	margin-top: 4em;
	padding: 54px 38px;
	position: relative;
	width: 100%;
	max-width: 555px;
}
.fp-content-block .btn {
	border: 3px solid #fff;
	text-align: center;
	background-color: #000;
}
@media (min-width: 992px) {
	.fp-content-block {
		max-width: 750px;
		padding: 37px 54px;
		width: 65%;
	}
}
@media (min-width: 1200px) {
	.fp-content-block {
		padding: 36px 72px;
	}
}
@media (max-width: 767px) {
	.fp-content-block {
		margin-top: 2em;
		padding: 20px;
	}
}
.fp-content-block h2 {
	color: #000;
	font-size: 2.618em;
}
@media (max-width: 767px) {
	.fp-content-block h2 {
		font-size: 1.875em;
	}
}
.fp-content-block__content {
	padding-bottom: 20px;
}
.fp-content-block__content a:hover {
	border-bottom: 1px solid #000;
}

.fp-cta-block {
	color: #000;
	margin: 0 auto;
	margin-top: 4em;
	padding: 54px 0;
	position: relative;
	width: 100%;
	max-width: 555px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.fp-cta-block .btn {
	border: 3px solid #000;
	text-align: center;
	color:#000;
	background-color: #fff;
	transition:all ease-in-out 0.2s;
}
.fp-cta-block .btn:hover{
	background-color:#000;
	color:#fff;
}
@media (min-width: 992px) {
	.fp-cta-block {
		max-width: 750px;
		padding: 37px 0;
		width: 65%;
	}
}
@media (min-width: 1200px) {
	.fp-cta-block {
		padding: 36px 0;
	}
}
@media (max-width: 767px) {
	.fp-cta-block {
		margin-top: 2em;
		padding: 20px;
	}
	.fp-cta-block .cta-button{
		width:100%;
		text-align:center;
		margin-top:25px;
	}
}
.fp-cta-block h2 {
	color: #000;
	font-size: 2.618em;
}
@media (max-width: 767px) {
	.fp-cta-block h2 {
		font-size: 1.875em;

	}
}
@media (min-width: 768px) {
	section.cta-intro {
		width:66%;
		float:left;
	}
section.cta-button {
	width:34%;
	float:left;
	text-align: center;
	}
}
.front-schedule-title {
	text-align: center;
}
@media (max-width: 991px) {
	.front-schedule__h1 {
		text-align: center;
	}
}
.launch-party-invite {
	background-color: #000000;
	color: #fff;
	text-align: center;
	padding: 40px 60px 45px;
	margin: 85px auto 45px;
}
@media (max-width: 767px) {
	.launch-party-invite {
		padding: 40px 15px;
		max-width: 500px;
	}
}
@media (min-width: 768px) {
	.launch-party-invite {
		max-width: 750px;
	}
}
.launch-party-invite__title {
	color: #fff;
	font-size: 2.77em;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: bold;
}
@media (max-width: 767px) {
	.launch-party-invite__title {
		font-size: 2em;
	}
}
.launch-party-invite__content {
	color: #fff;
	font-size: 1.333em;
	margin-bottom: 30px;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.launch-party-invite__content {
		font-size: 1em;
	}
}
.launch-party-invite__add-to-calendar {
	text-transform: uppercase;
	font-size: 0.888em;
	font-weight: bold;
}
.launch-party-invite__add-to-calendar:hover,
.launch-party-invite__add-to-calendar:active,
.launch-party-invite__add-to-calendar:focus {
	border-bottom: 1px solid #fff;
}
.front-schedule {
	position: relative;
	max-width: 1280px;
	margin: 3em auto;

}
@media (max-width: 991px) {
	.front-schedule {
		margin: 4em auto;
	}
}
.front-schedule .entry-title {
	font-weight: bold;
	font-size: 1em;
	margin-top: -5px;
	margin-bottom: 0.5em;
}
@media (min-width: 992px) {
	.front-schedule .entry-title {
		font-size: 1.16666667em;
	}
}
.front-schedule__feature-image-and-date {
	float: left;
	width: 100%;
}
.front-schedule__feature-image-wrap {
	display: block;
	float: left;
	width: 30%;
	padding-right: 10px;
}
.front-schedule__content-wrap {
	display: block;
	float: left;
	width: 70%;
}
.front-schedule__column-header {
	display: inline-block;
	line-height: 1.3;
	margin-bottom: 0;
}
.front-schedule__loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.7);
}
.front-schedule__sorting-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: baseline;
			-ms-flex-align: baseline;
					align-items: baseline;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.front-schedule__sorting-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}
.front-schedule__heading {
	color: #44cee5;
	font-size: 0.888889em;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding-right: 5px;
	cursor: pointer;
}
.event-tab-active .front-schedule__heading {
	color: #000000;
}
.front-schedule__sorting-status {
	color: #44cee5;
	font-size: 0.888889em;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 25px;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.event-tab-active .front-schedule__sorting-status {
	color: #000000;
}
.front-schedule__sorting-status .filter-button {
	visibility: hidden;
	position: absolute;
}
.front-schedule__sorting-status label + label {
	margin-left: 20px;
}
.front-schedule__sorting-status .filter-button:checked + span.input .icon {
	background-color: #44cee5;
}
.event-tab-active .front-schedule__sorting-status .filter-button:checked + span.input .icon {
	background-color: #000000;
}
.front-schedule__sorting-status span.input {
	display: inline-block;
	border: 3px solid #44cee5;
	border-radius: 4px;
	line-height: 10px;
	height: 20px;
	vertical-align: text-top;
	width: 20px;
}
.event-tab-active .front-schedule__sorting-status span.input {
	border: 3px solid #000000;
}
.front-schedule__sorting-status span.input .icon {
	display: inline-block;
	vertical-align: middle;
}
.front-schedule__sorting-status span.input .icon-small {
	font-size: 24px;
}
@media (max-width: 991px) {
	.front-schedule__tab-container {
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
		padding: 20px 0 40px;
	}
}
.front-schedule__datepicker .icon {
	vertical-align: text-top;
}
.event-tab-active .front-schedule__datepicker .icon {
	fill: #000000;
}
@media (max-width: 991px) {
	.front-schedule__datepicker {
		-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
						order: 3;
	}
}
.front-schedule__datepicker input {
	border: none;
	outline: none;
	color: #44cee5;
	text-transform: uppercase;
	font-size: 0.875em;
	margin-bottom: 14px;
	font-weight: bold;
	width: 135px;
}
.event-tab-active .front-schedule__datepicker input {
	color: #000000;
}
.front-schedule__loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.7);
}
.front-schedule__sorting-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: baseline;
			-ms-flex-align: baseline;
					align-items: baseline;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.front-schedule__sorting-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}
.front-schedule__heading {
	color: #44cee5;
	font-size: 0.888889em;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding-right: 5px;
	cursor: pointer;
}
.event-tab-active .front-schedule__heading {
	color: #000000;
}
.front-schedule__sorting-status {
	color: #44cee5;
	font-size: 0.888889em;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 25px;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.event-tab-active .front-schedule__sorting-status {
	color: #000000;
}
.front-schedule__sorting-status .filter-button {
	visibility: hidden;
	position: absolute;
}
.front-schedule__sorting-status .filter--disabled {
	color: #eee;
}
.front-schedule__sorting-status .filter--disabled span.input {
	border: 3px solid #eee;
}
.event-tab-active .front-schedule__sorting-status .filter--disabled span.input {
	border: 3px solid #eee;
}
.front-schedule__sorting-status label + label {
	margin-left: 20px;
}
.front-schedule__sorting-status .filter-button:checked + span.input .icon {
	background-color: #44cee5;
}
.event-tab-active .front-schedule__sorting-status .filter-button:checked + span.input .icon {
	background-color: #000000;
}
.front-schedule__sorting-status span.input {
	display: inline-block;
	border: 3px solid #44cee5;
	border-radius: 4px;
	line-height: 10px;
	height: 20px;
	vertical-align: text-top;
	width: 20px;
}
.event-tab-active .front-schedule__sorting-status span.input {
	border: 3px solid #000000;
}
.front-schedule__sorting-status span.input .icon {
	display: inline-block;
	vertical-align: middle;
}
.front-schedule__sorting-status span.input .icon-small {
	font-size: 24px;
}
@media (max-width: 991px) {
	.front-schedule__tab-container {
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
		padding: 20px 0 40px;
	}
}
.front-schedule__datepicker .icon {
	vertical-align: text-top;
}
.event-tab-active .front-schedule__datepicker .icon {
	fill: #000000;
}
@media (max-width: 991px) {
	.front-schedule__datepicker {
		-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
						order: 3;
	}
}
.front-schedule__datepicker input {
	border: none;
	outline: none;
	color: #44cee5;
	text-transform: uppercase;
	font-size: 0.875em;
	margin-bottom: 14px;
	font-weight: bold;
	width: 135px;
}
.event-tab-active .front-schedule__datepicker input {
	color: #000000;
}
.front-schedule__events-heading,
.front-schedule__exhibition-heading {
	border-bottom: none;
	font-size: 1.875em;
	display: inline-block;
}
@media (max-width: 991px) {
	.front-schedule__events-heading,
	.front-schedule__exhibition-heading {
		font-size: 1.15em;
	}
}
.front-schedule__events-heading.is-active {
	color: #000000;
	border-bottom: 1px solid #000000;
	display: inline-block;
}
.front-schedule__exhibition-heading.is-active {
	color: #44cee5;
	border-bottom: 1px solid #44cee5;
	display: inline-block;
}
.tab .count {
	font-size: 0.75em;
}
@media (max-width: 767px) {
	.tab .count {
		font-size: 0.65em;
	}
}
.tab + .tab {
	margin-left: 20px;
}
.single-tab {
	height: 0;
	overflow: hidden;
}
.single-tab.is-active {
	height: auto;
}
.single-tab__link {
	text-align: center;
	font-size: 1.875em;
	color: #44cee5;
	border-color: #44cee5;
}
.event-tab-active .single-tab__link {
	color: #000000;
	border-color: #000000;
}
.single-tab__link:hover,
.single-tab__link:active,
.single-tab__link:focus {
	border-color: transparent;
}
.contest-form {
	margin: 0 auto;
	padding: 15px 0;
}
@media (min-width: 768px) {
	.contest-form {
		width: 66.66666%;
	}
}
.contest-form .acf-error-message,
.contest-form .acf-field .acf-error-message {
	background-color: #FFA300;
}
.contest-form .acf-error-message p,
.contest-form .acf-field .acf-error-message p {
	color: #fff;
}
.contest-form .acf-error-message:after,
.contest-form .acf-field .acf-error-message:after {
	border-top-color: #FFA300;
}
.contest-form .acf-error-message .acf-icon {
	background-color: #cc8200;
}
.contest-form span.acf-required {
	color: #FFA300;
}
.contest-form .acf-button.blue,
.contest-form .button {
	-moz-appearance: none;
			 appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: none;
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
	padding: 0.5em 0.75em;
	text-decoration: none;
	border-radius: 5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background-color: #44cee5;
	color: #fff;
}
.contest-form .acf-button.blue:focus,
.contest-form .button:focus {
	outline: none;
}
.contest-form .acf-button.blue.dropdown-toggle,
.contest-form .button.dropdown-toggle {
	color: #000000;
	font-weight: normal;
	margin: 0.125em 0.25em;
	padding: 0.1em 0.25em;
}
@media (max-width: 767px) {
	.contest-form .acf-button.blue.dropdown-toggle,
	.contest-form .button.dropdown-toggle {
		margin-bottom: 1em;
	}
}
.contest-form .acf-button.blue.dropdown-toggle .icon,
.contest-form .button.dropdown-toggle .icon {
	fill: #000000;
}
.contest-form .acf-button.blue:hover,
.contest-form .button:hover,
.contest-form .acf-button.blue:active,
.contest-form .button:active,
.contest-form .acf-button.blue:focus,
.contest-form .button:focus {
	-moz-appearance: none;
			 appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: none;
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
	padding: 0.5em 0.75em;
	text-decoration: none;
	border-radius: 5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background-color: #44cee5;
	color: #fff;
}
.contest-form .acf-button.blue:hover:focus,
.contest-form .button:hover:focus,
.contest-form .acf-button.blue:active:focus,
.contest-form .button:active:focus,
.contest-form .acf-button.blue:focus:focus,
.contest-form .button:focus:focus {
	outline: none;
}
.contest-form .acf-button.blue:hover.dropdown-toggle,
.contest-form .button:hover.dropdown-toggle,
.contest-form .acf-button.blue:active.dropdown-toggle,
.contest-form .button:active.dropdown-toggle,
.contest-form .acf-button.blue:focus.dropdown-toggle,
.contest-form .button:focus.dropdown-toggle {
	color: #000000;
	font-weight: normal;
	margin: 0.125em 0.25em;
	padding: 0.1em 0.25em;
}
@media (max-width: 767px) {
	.contest-form .acf-button.blue:hover.dropdown-toggle,
	.contest-form .button:hover.dropdown-toggle,
	.contest-form .acf-button.blue:active.dropdown-toggle,
	.contest-form .button:active.dropdown-toggle,
	.contest-form .acf-button.blue:focus.dropdown-toggle,
	.contest-form .button:focus.dropdown-toggle {
		margin-bottom: 1em;
	}
}
.contest-form .acf-button.blue:hover.dropdown-toggle .icon,
.contest-form .button:hover.dropdown-toggle .icon,
.contest-form .acf-button.blue:active.dropdown-toggle .icon,
.contest-form .button:active.dropdown-toggle .icon,
.contest-form .acf-button.blue:focus.dropdown-toggle .icon,
.contest-form .button:focus.dropdown-toggle .icon {
	fill: #000000;
}
.contest-form .acf-fields > .acf-field {
	border: none;
	padding-right: 0;
	padding-left: 0;
}
.contest-form .acf-field {
	float: left;
	width: 100%;
}
.contest-form .acf-form-submit {
	text-align: right;
}
.contest-form .acf-field-text[data-name="_post_title"] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	visibility: hidden;
	padding: 0;
	height: 0;
	width: 0;
}
.contest-form ul.acf-hl.acf-checkbox-list li {
	margin-right: 0;
}
.contest-form .acf-field input[type="text"],
.contest-form .acf-field input[type="email"] {
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 5px 10px;
	height: auto;
}
.contest-form .acf-field input[type="text"]:focus,
.contest-form .acf-field input[type="email"]:focus {
	outline: none;
}
.contest-form .acf-field[data-name=terms_and_conditions] {
	text-align: right;
}
.contest-form .acf-field[data-name=terms_and_conditions] .acf-input {
	float: right;
}
.contest-form .order {
	display: none;
}
.contest-form .acf-table {
	border: none;
}
.contest-form .acf-fields.-left > .acf-field:before {
	background-color: transparent;
	border: none;
	display: none;
}
.contest-form .acf-table {
	background-color: transparent;
	width: calc(100% + 28px);
}
.contest-form .acf-repeater > table > tbody > tr > td.remove {
	border: none;
	background-color: transparent;
}
.contest-form .acf-field-repeater > .acf-label {
	display: none;
}
.contest-form .acf-fields.-left > .acf-field > .acf-label {
	padding-left: 0;
}
.contest-form .acf-repeater .acf-row + .acf-row .acf-fields {
	padding-top: 30px !important;
}
.contest-form .acf-repeater > table > tbody > tr > td.order + td {
	border: none;
}
.payment .stripe-button-el:not(:disabled):active,
.payment .stripe-button-el:not(:disabled):focus {
	background: none;
	outline: none;
}
.payment .stripe-button-el:not(:disabled):active span,
.payment .stripe-button-el:not(:disabled):focus span {
	color: #fff;
	background: #44cee5;
	box-shadow: none;
}
.payment .stripe-button-el {
	background: none;
	border: none;
	box-shadow: none;
}
.payment .stripe-button-el:not(disabled).payment .stripe-button-el:hover span,
.payment .stripe-button-el:not(disabled).payment .stripe-button-el:focus span,
.payment .stripe-button-el:not(disabled).payment .stripe-button-el:active span {
	background-color: #44cee5 !important;
	color: #fff !important;
}
.payment .stripe-button-el span {
	box-shadow: none;
	text-shadow: none;
	-moz-appearance: none;
			 appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: none;
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
	padding: 0.5em 0.75em;
	text-decoration: none;
	border-radius: 5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background-color: #44cee5;
	color: #fff;
}
.payment .stripe-button-el span:focus {
	outline: none;
}
.payment .stripe-button-el span.dropdown-toggle {
	color: #000000;
	font-weight: normal;
	margin: 0.125em 0.25em;
	padding: 0.1em 0.25em;
}
@media (max-width: 767px) {
	.payment .stripe-button-el span.dropdown-toggle {
		margin-bottom: 1em;
	}
}
.payment .stripe-button-el span.dropdown-toggle .icon {
	fill: #000000;
}
.stripe-error {
	text-align: center;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
html {
	height: 100%;
}
html.itinerary-overlay-open {
	overflow-y: hidden;
}
body {
	min-height: 100%;
	border-bottom: 20px solid #44cee5;
}
html,
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #000000;
	font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*font-size: 18px;*/
	font-size: 20px;
	line-height: 1.4;
	overflow-x: hidden;
	position: relative;
}
@media (min-width: 992px) {
	html,
	body {
		/*font-size: 18px;*/
		font-size: 20px;
	}
}
.container-fluid {
	max-width: 1400px;
}
@media (min-width: 992px) {
	.container-fluid {
		padding-right: 72px;
		padding-left: 72px;
	}
}
.wrap {
	height: 100%;
}
main {
	height: 100%;
	padding-bottom: 72px;
}
html.no-scroll {
	overflow: hidden;
	max-height: 100%;
}
html.no-scroll body {
	overflow: hidden;
	max-height: 100%;
	border: none;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.pager:before,
.pager:after {
	content: " ";
	display: table;
}
.pager:after {
	clear: both;
}
.pager:before,
.pager:after {
	content: " ";
	display: table;
}
.pager:after {
	clear: both;
}
.pager .next {
	float: right;
}
.pager .previous {
	float: left;
}
img {
	max-width: 100%;
	height: auto;
}
img.responsive {
	width: 100%;
}
.error404 .input-group {
	background-color: #fff;
	float: left;
}
.error404 .input-group input[type="search"] {
	color: #44cee5;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #44cee5;
	padding: 10px 20px;
	font-size: 1.16666667em;
}
.error404 .input-group input[type="search"]:active,
.error404 .input-group input[type="search"]:focus {
	outline: none;
	background-color: rgba(68, 206, 229, 0.1);
}
.inline-columns {
	margin-bottom: 2em;
	vertical-align: top;
}
@media (min-width: 768px) {
	.inline-columns {
		float: none;
		margin-left: -4px;
		display: inline-block;
	}
}
#scroll-to-top {
	bottom: 0;
	color: #000;
	height: 40px;
	position: fixed;
	right: 0;
	width: 40px;
	z-index: 110;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 50px, 0);
	-webkit-transform: translate3d(0, 50px, 0);
	transition: transform 150ms;
	-webkit-transition: -webkit-transform 150ms;
	-moz-transition: -webkit-transform 150ms;
}
#scroll-to-top.visible {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
#scroll-to-top.bottom {
	transform: translate3d(0, -20px, 0);
	-webkit-transform: translate3d(0, -20px, 0);
	-moz-transform: translate3d(0, -20px, 0);
}
#scroll-to-top a {
	display: inline-block;
	height: 40px;
	line-height: 50px;
	width: 40px;
	border-radius: 0;
	font-size: 30px;
	padding: 0;
}
@media (max-width: 991px) {
	#scroll-to-top {
		display: inline-block;
	}
}
@media (min-width: 992px) {
	.no-touchevents.no-pointer-events #scroll-to-top {
		display: none;
	}
}
.submission-pane {
	bottom: 20px;
	display: none;
	width: 100%;
}
.is-active {
	display: block;
}
.submission-pane__inner {
	margin: auto;
	width: 66.666%;
}
@media (max-width: 767px) {
	.submission-pane__inner {
		width: 90%;
	}
}
.submission-pane__primary-cta {
	text-align: center;
	padding-bottom: 1em;
}
.submission-pane__continue-btn {
	margin-top: 2em;
	text-align: center;
}
.submission-btn {
	background-color: #44cee5;
	border: none;
	color: #fff;
	padding: 0.3125em 1em;
}
.submission-btn--rounded {
	border-radius: 0.8125em;
}
.submission-btn--unstyled {
	color: #000000;
	background-color: #fff;
}
.submission-btn:disabled {
	color: #000000;
	background-color: #fff;
}
.submission-guide {
	font-size: 1.999em;
	color: #000000;
}
@media (max-width: 767px) {
	.submission-guide {
		font-size: 1.5em;
	}
}
.submission-header {
	font-weight: bold;
	font-size: 1em;
}
.submission-header__definitions {
	font-size: 0.8em;
	padding-top: 40px;
}
.submission-header__definitions h3 {
	margin: 30px 0 10px 0;
}
.submission-breadcrumbs {
	background-color: #fff;
	display: none;
	margin: 0 auto 2em;
	padding: 0 72px;
	width: 100%;
	z-index: 10;
}
@media (max-width: 991px) {
	.submission-breadcrumbs {
		padding: 0 20px;
	}
}
.is-active {
	display: block;
}
.submission-breadcrumbs-list {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	list-style: none;
	margin: auto;
	max-width: 1256px;
	padding: 1em 3em;
	position: relative;
	text-align: center;
}
@media (max-width: 991px) {
	.submission-breadcrumbs-list {
		padding: 1em;
	}
}
@media (max-width: 767px) {
	.submission-breadcrumbs-list {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-pack: start;
				-ms-flex-pack: start;
						justify-content: flex-start;
	}
}
.submission-breadcrumbs-list:after {
	background-color: #000000;
	content: '';
	display: block;
	height: 1px;
	left: 60px;
	position: absolute;
	right: 60px;
	top: 36px;
	z-index: 10;
}
.submission-breadcrumbs-list-item {
	background-color: #fff;
	position: relative;
	padding: 0 10px;
	z-index: 20;
}
@media (max-width: 767px) {
	.submission-breadcrumbs-list-item {
		width: 25%;
		padding: 10px;
	}
}
.submission-breadcrumbs-figure {
	background-color: #000000;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 2em;
	line-height: 2;
	text-align: center;
	width: 2em;
}
@media (max-width: 767px) {
	.submission-breadcrumbs-figure {
		height: 1.5em;
		width: 1.5em;
		line-height: 1.5;
	}
}
.submission-breadcrumbs-list-item--active .submission-breadcrumbs-figure {
	background-color: #44cee5;
	cursor: pointer;
}
.submission-breadcrumbs-header {
	font-size: 0.707em;
	margin-bottom: 0;
	color: #000000;
}
@media (max-width: 767px) {
	.submission-breadcrumbs-header {
		font-size: 0.507em;
	}
}
.submission-breadcrumbs-list-item--active .submission-breadcrumbs-header {
	color: #000;
}
.form-wrapper {
	display: none;
}
.form-wrapper.is-active {
	display: block;
}
.parsley-error {
	border: 1px solid red;
}
.parsley-errors-list.filled {
	padding: 10px 0 0;
	margin: 0;
	color: red;
	font-size: 12px;
}
.parsley-errors-list.filled li {
	list-style-type: none;
}
/**
 * Title Page Specific
 */
.title-page-wrapper {
	display: none;
}
.title-page-wrapper.is-active {
	display: block;
}
/**
 * ACF Overrides
 */
.submission-pane .acf-fields > .acf-field {
	clear: none;
	border: none;
	overflow: auto;
}
.acf-form-submit {
	text-align: center;
	margin-top: 2em;
}
.ui-acf .ui-datepicker.ui-widget {
	font-size: 12px;
	display: none;
	border: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	padding: 0.7em 0.7em 0;
	border-radius: 0;
}
.acf-field-radio ul.acf-radio-list li,
.acf-field-radio ul.acf-hl.acf-radio-list li {
	display: inline-block;
	font-size: 18px;
	margin-top: 1em;
	margin-right: 0;
}
.acf-field-radio ul.acf-radio-list label,
.acf-field-radio ul.acf-hl.acf-radio-list label {
	background-color: #fff;
	border: 2px solid #44cee5;
	color: #44cee5;
	padding: 0.3125em 1em;
	border-radius: 0.8125em;
	margin: 0 0.15em;
}
.acf-field-radio ul.acf-radio-list label.event-type--active,
.acf-field-radio ul.acf-hl.acf-radio-list label.event-type--active {
	background-color: #44cee5;
	border: 2px solid transparent;
	color: #fff;
}
.acf-field-radio ul.acf-radio-list input,
.acf-field-radio ul.acf-hl.acf-radio-list input {
	display: none;
}
.acf-actions.acf-hl {
	margin-top: 15px;
}
.acf-ui-datepicker .ui-datepicker.ui-widget,
.acf-ui-datepicker .ui-datepicker.ui-widget input,
.acf-ui-datepicker .ui-datepicker.ui-widget select,
.acf-ui-datepicker .ui-datepicker.ui-widget textarea,
.acf-ui-datepicker .ui-datepicker.ui-widget button {
	font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page #ui-datepicker-div .ui-datepicker-year {
	display: inline-block;
}
.event-check {
	visibility: hidden;
	position: absolute;
}
.event-check-label {
	position: relative;
	padding-left: 30px;
	display: block;
	margin-bottom: .333em;
}
.event-check__text {
	display: block;
	font-size: 0.8em;
}
.event-check__checkbox {
	cursor: pointer;
	border-radius: 3px;
	border: 2px solid #000000;
	content: '';
	display: inline-block;
	height: 15px;
	left: 0;
	margin-left: 2px;
	margin-right: 10px;
	position: absolute;
	top: 3px;
	vertical-align: middle;
	width: 15px;
}
.event-check:checked + .event-check__checkbox {
	background-color: #000000;
	background-image: url('assets/img/icons/checkmark-icon.svg');
	background-size: 95%;
	background-position: center;
	background-repeat: no-repeat;
}
.submission-notes {
	font-size: 0.8em;
}
.submission-notes h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.submission-notes p + h3 {
	margin-top: 2em;
}
/**
 * Legacy LESS from 2017 submissions.
 */
/*--------------------------------------------------------------------------------------------
*
*	vars
*
*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------
*
*	acf-field
*
*--------------------------------------------------------------------------------------------*/
.acf-field,
.acf-field .acf-label,
.acf-field .acf-input {
	box-sizing: border-box;
}
.acf-field {
	margin: 0 0 20px;
	/* label */
	/* input */
	/* error */
}
.acf-field .acf-label {
	vertical-align: top;
	margin: 0 0 10px;
}
.acf-field .acf-label label {
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 0 3px;
}
.acf-field .acf-label p {
	color: #777777;
	display: block;
	font-size: 12px;
	line-height: 1.4em;
	font-style: normal;
	margin: 3px 0 0 !important;
	padding: 0 !important;
}
.acf-field .acf-input {
	vertical-align: top;
}
.acf-field .acf-error-message {
	background: #F55E4F;
	color: #fff;
	margin: 0 0 10px;
	display: inline-block;
	border-radius: 3px;
	border-left: none;
}
.acf-field .acf-error-message:after {
	content: "";
	width: 0;
	height: 0;
	border: transparent 5px solid;
	border-top-color: #F55E4F;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 10px;
}
/* acf-table */
.acf-table tr.acf-field > td.acf-label,
.acf-table tr.acf-field > td.acf-input {
	padding: 15px 12px;
}
.acf-table tr.acf-field > td.acf-label {
	background: #F9F9F9;
	border-top-color: #F0F0F0;
	width: 24%;
}
.acf-table tr.acf-field > td.acf-input {
	border-left-color: #E1E1E1;
}
/*--------------------------------------------------------------------------------------------
*
*	acf-fields
*
*--------------------------------------------------------------------------------------------*/
.acf-fields {
	position: relative;
}
.acf-fields:after {
	content: "";
	display: block;
	line-height: 0;
	clear: both;
}
.acf-fields > .acf-field {
	margin: 0;
	padding: 15px 12px;
	border-top: #EEEEEE solid 1px;
	position: relative;
	clear: left;
	/* used to clear floating widths */
}
.acf-fields > .acf-field:first-child {
	border-top-width: 0;
}
td.acf-fields {
	padding: 0 !important;
}
/*--------------------------------------------------------------------------------------------
*
*	acf-fields (left)
*
*--------------------------------------------------------------------------------------------*/
.acf-fields.-left > .acf-field {
	margin: 0;
	padding: 0;
	/* mobile */
}
.acf-fields.-left > .acf-field:after {
	content: "";
	display: block;
	line-height: 0;
	clear: both;
}
.acf-fields.-left > .acf-field:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	background: #F9F9F9;
	border-color: #E1E1E1;
	border-style: solid;
	border-width: 0 1px 0 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 24%;
	/* rtl */
}
html[dir="rtl"] .acf-fields.-left > .acf-field:before {
	border-right-width: 0;
	border-left-width: 1px;
	left: auto;
	right: 0;
}
.acf-fields.-left > .acf-field > .acf-label,
.acf-fields.-left > .acf-field > .acf-input {
	margin: 0;
	padding: 15px 12px;
	float: left;
	position: relative;
	/* rtl */
}
html[dir="rtl"] .acf-fields.-left > .acf-field > .acf-label,
html[dir="rtl"] .acf-fields.-left > .acf-field > .acf-input {
	float: right;
}
.acf-fields.-left > .acf-field > .acf-label {
	width: 24%;
}
.acf-fields.-left > .acf-field > .acf-input {
	width: 76%;
}
.acf-fields.-left > .acf-field[data-width] {
	width: 100% !important;
}
@media screen and (max-width: 782px) {
	.acf-fields.-left > .acf-field {
		padding: 15px 12px;
	}
	.acf-fields.-left > .acf-field:before {
		display: none;
	}
	.acf-fields.-left > .acf-field > .acf-label,
	.acf-fields.-left > .acf-field > .acf-input {
		padding: 0;
		float: none;
		width: auto;
	}
	.acf-fields.-left > .acf-field > .acf-label {
		margin: 0 0 10px;
	}
}
/*--------------------------------------------------------------------------------------------
*
*	acf-postbox
*
*--------------------------------------------------------------------------------------------*/
.acf-postbox {
	position: relative;
	/* position high */
	/* inside */
	/* hndle */
}
#acf_after_title-sortables .acf-postbox {
	margin: 20px 0 0;
}
.acf-postbox > .inside {
	margin: 0 !important;
	/* override WP style - do not delete - you have tried this before */
	padding: 0 !important;
	/* override WP style - do not delete - you have tried this before */
}
.acf-postbox > .hndle {
	/* edit field group */
}
.acf-postbox > .hndle .acf-hndle-cog {
	color: #AAAAAA;
	font-size: 16px;
	line-height: 20px;
	padding: 0 2px;
	float: right;
	position: relative;
	display: none;
}
.acf-postbox > .hndle .acf-hndle-cog:hover {
	color: #777777;
}
.acf-postbox > .hndle:hover .acf-hndle-cog,
.acf-postbox > .hndle.hover .acf-hndle-cog {
	display: block;
}
.acf-postbox .acf-replace-with-fields {
	padding: 15px;
	text-align: center;
}
/* seamless */
.acf-postbox.seamless {
	border: 0 none;
	background: transparent;
	box-shadow: none;
	/* hide hndle */
	/* inside */
}
.acf-postbox.seamless > .hndle,
.acf-postbox.seamless > .handlediv {
	display: none;
}
.acf-postbox.seamless > .inside {
	display: block !important;
	/* stop metabox from hiding when closed */
	margin: -10px !important;
}
.acf-postbox.seamless > .acf-fields > .acf-field {
	border: 0 none !important;
	padding: 10px;
}
/* seamless (left) */
.acf-postbox.seamless > .acf-fields.-left {
	/* hide sidebar bg */
	/* tweak padding */
	/* mobile */
}
.acf-postbox.seamless > .acf-fields.-left > .acf-field:before {
	display: none;
}
.acf-postbox.seamless > .acf-fields.-left > .acf-field > .acf-label {
	padding: 0 12px 0 0;
}
.acf-postbox.seamless > .acf-fields.-left > .acf-field > .acf-input {
	padding: 0 0 0 12px;
}
@media screen and (max-width: 782px) {
	.acf-postbox.seamless > .acf-fields.-left {
		/* remove padding */
	}
	.acf-postbox.seamless > .acf-fields.-left > .acf-field > .acf-label,
	.acf-postbox.seamless > .acf-fields.-left > .acf-field > .acf-input {
		padding: 0;
	}
}
/* override WP CSS */
.metabox-prefs label.acf-hidden {
	display: none;
}
/*--------------------------------------------------------------------------------------------
*
*	Basic ACF field wrap
*
*--------------------------------------------------------------------------------------------*/
/* add term */
#addtag div.acf-field.error {
	border: 0 none;
	padding: 8px 0;
}
/* width */
.acf-field[data-width] {
	float: left;
	box-sizing: border-box;
}
.acf-field[data-width] + .acf-field {
	clear: left;
}
.acf-field[data-width] + .acf-field[data-width] {
	clear: none;
	border-left: 1px solid #eeeeee;
}
td.acf-field[data-width] {
	float: none;
}
/* field width helpers */
.acf-r0 {
	border-top-width: 0 !important;
}
.acf-c0 {
	clear: left !important;
	border-left-width: 0 !important;
}
/* rtl */
html[dir="rtl"] .acf-field[data-width] {
	float: right;
}
html[dir="rtl"] .acf-field[data-width] + .acf-field {
	clear: right;
}
html[dir="rtl"] .acf-field[data-width] + .acf-field[data-width] {
	clear: none;
	border-right: 1px solid #eeeeee;
}
html[dir="rtl"] .acf-c0 {
	clear: right !important;
	border-left-width: 1px !important;
	border-right-width: 0 !important;
}
/*---------------------------------------------------------------------------------------------
*
*  Basic Field Styles
*
*---------------------------------------------------------------------------------------------*/
.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="email"],
.acf-field input[type="url"],
.acf-field textarea,
.acf-field select {
	width: 100%;
	padding: 3px 5px;
	resize: none;
	margin: 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4;
}
.acf-field textarea {
	resize: vertical;
}
/*---------------------------------------------------------------------------------------------
*
*  Text
*
*---------------------------------------------------------------------------------------------*/
.acf-input-prepend,
.acf-input-append {
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	padding: 3px 7px;
	background: #F4F4F4;
	border: #DFDFDF solid 1px;
}
.acf-input-prepend {
	float: left;
	border-right-width: 0;
	border-radius: 3px 0 0 3px;
}
.acf-input-append {
	float: right;
	border-left-width: 0;
	border-radius: 0 3px 3px 0;
}
.acf-input-wrap {
	position: relative;
	overflow: hidden;
}
.acf-input-wrap input {
	height: 28px;
	margin: 0;
}
input.acf-is-prepended {
	border-radius: 0 3px 3px 0 !important;
}
input.acf-is-appended {
	border-radius: 3px 0 0 3px !important;
}
input.acf-is-prepended.acf-is-appended {
	border-radius: 0 !important;
}
/* rtl */
html[dir="rtl"] .acf-input-prepend {
	border-left-width: 0;
	border-right-width: 1px;
	border-radius: 0 3px 3px 0;
	float: right;
}
html[dir="rtl"] .acf-input-append {
	border-left-width: 1px;
	border-right-width: 0;
	border-radius: 3px 0 0 3px;
	float: left;
}
html[dir="rtl"] input.acf-is-prepended {
	border-radius: 3px 0 0 3px !important;
}
html[dir="rtl"] input.acf-is-appended {
	border-radius: 0 3px 3px 0 !important;
}
html[dir="rtl"] input.acf-is-prepended.acf-is-appended {
	border-radius: 0 !important;
}
/*---------------------------------------------------------------------------------------------
*
*  Url
*
*---------------------------------------------------------------------------------------------*/
.acf-url i {
	position: absolute;
	top: 4px;
	left: 4px;
	opacity: 0.5;
	color: #A9A9A9;
}
.acf-url.valid i {
	opacity: 1;
}
.acf-url input[type="url"] {
	padding-left: 25px;
}
/*---------------------------------------------------------------------------------------------
*
*  Select
*
*---------------------------------------------------------------------------------------------*/
.acf-field select {
	padding: 2px;
}
.acf-field select optgroup {
	padding: 5px;
	background: #fff;
}
.acf-field select option {
	padding: 3px;
}
.acf-field select optgroup option {
	padding-left: 5px;
}
.acf-field select optgroup:nth-child(2n) {
	background: #F9F9F9;
}
.acf-field .select2-input {
	max-width: 200px;
}
/*---------------------------------------------------------------------------------------------
*
*  Select2 (v3)
*
*---------------------------------------------------------------------------------------------*/
.select2-container.-acf .select2-choices {
	background: #fff;
	border-color: #000000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
	min-height: 31px;
}
.select2-container.-acf .select2-choices .select2-search-choice {
	margin: 5px 0 5px 5px;
	padding: 3px 5px 3px 18px;
	border-color: #bbb;
	background: #f9f9f9;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.select2-container.-acf .select2-choices .select2-search-choice-focus {
	border-color: #999;
}
.select2-container.-acf .select2-choices .select2-search-field input {
	height: 31px;
	line-height: 22px;
	margin: 0;
	padding: 5px 5px 5px 7px;
}
.select2-container.-acf .select2-search-choice-close {
	margin-top: -1px;
}
/* open */
.select2-container.-acf.select2-container-active .select2-choices,
.select2-container.-acf.select2-dropdown-open .select2-choices {
	border-color: #5B9DD9;
	border-radius: 3px 3px 0 0;
}
/* single */
.select2-container.-acf .select2-choice {
	border-color: #BBBBBB;
}
.select2-container.-acf .select2-choice .select2-arrow {
	background: transparent;
	border-left-color: #DFDFDF;
	padding-left: 1px;
}
/* single open */
.select2-container.-acf.select2-dropdown-open .select2-choice {
	background: #fff;
	border-color: #5B9DD9;
}
/*---------------------------------------------------------------------------------------------
*
*  Select2 (v4)
*
*---------------------------------------------------------------------------------------------*/
.select2-selection.-acf li {
	margin-bottom: 0;
}
.select2-selection.-acf input {
	box-shadow: none;
}
/*---------------------------------------------------------------------------------------------
*
*  Radio
*
*---------------------------------------------------------------------------------------------*/
ul.acf-radio-list,
ul.acf-checkbox-list {
	background: transparent !important;
	position: relative;
	padding: 1px;
	margin: 0;
}
ul.acf-radio-list li,
ul.acf-checkbox-list li {
	font-size: 13px;
	line-height: 22px;
	margin: 0;
	position: relative;
	word-wrap: break-word;
}
ul.acf-hl.acf-radio-list li,
ul.acf-hl.acf-checkbox-list li {
	margin-right: 20px;
	clear: none;
}
ul.acf-radio-list li input,
ul.acf-checkbox-list li input {
	margin: -1px 4px 0 0;
	vertical-align: middle;
}
ul.acf-radio-list li label,
ul.acf-checkbox-list li label {
	display: inline;
	margin: 2px 0;
}
ul.acf-radio-list li input[type="text"] {
	width: auto;
}
/* attachment sidebar fix*/
ul.acf-radio-list li span,
ul.acf-checkbox-list li span {
	float: none;
}
/* rtl */
html[dir="rtl"] ul.acf-radio-list li input,
html[dir="rtl"] ul.acf-checkbox-list li input {
	margin-left: 4px;
	margin-right: 0;
	padding: 0;
	margin: 0;
}
/*--------------------------------------------------------------------------
*
*	Google Map
*
*-------------------------------------------------------------------------*/
.acf-google-map {
	position: relative;
	border: #DFDFDF solid 1px;
	background: #fff;
}
.acf-google-map .title {
	position: relative;
	border-bottom: #DFDFDF solid 1px;
}
.acf-google-map .title .search {
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	height: 40px;
	padding: 5px 10px;
	border: 0 none;
	box-shadow: none;
	border-radius: 0;
	font-family: inherit;
	cursor: text;
}
.acf-google-map .title .actions {
	position: absolute;
	top: 0;
	right: 0;
}
.acf-google-map .title a {
	float: left;
	margin: 6px 7px 0 0;
	display: none;
}
.acf-google-map .title i {
	position: absolute;
	top: 10px;
	right: 11px;
	display: none;
}
.acf-google-map .canvas {
	height: 400px;
}
/* default is focused */
.acf-google-map .title .acf-icon.-location {
	display: block;
}
.acf-google-map .title .acf-icon.-cancel {
	display: none;
}
.acf-google-map .title .acf-icon.-search {
	display: none;
}
/* -search */
.acf-google-map.-search .title .acf-icon.-location {
	display: none;
}
.acf-google-map.-search .title .acf-icon.-cancel {
	display: block;
}
.acf-google-map.-search .title .acf-icon.-search {
	display: block;
}
/* -value */
.acf-google-map.-value .title .search {
	font-weight: bold;
}
.acf-google-map.-value .title .acf-icon.-location {
	display: none;
}
.acf-google-map.-value .title .acf-icon.-cancel {
	display: block;
}
.acf-google-map.-value .title .acf-icon.-search {
	display: none;
}
/* -loading */
.acf-google-map.-loading .title a {
	display: none !important;
}
.acf-google-map.-loading .title i {
	display: block;
}
/* autocomplete */
.pac-container {
	border-width: 1px 0;
	box-shadow: none;
}
.pac-container:after {
	display: none;
}
.pac-container .pac-item:first-child {
	border-top: 0 none;
}
.pac-container .pac-item {
	padding: 5px 10px;
	cursor: pointer;
}
/* rtl */
html[dir="rtl"] .acf-google-map .title .acf-icon {
	right: auto;
	left: 7px;
}
html[dir="rtl"] .pac-container .pac-item {
	text-align: right;
}
/*--------------------------------------------------------------------------
*
*	Relationship
*
*-------------------------------------------------------------------------*/
.acf-relationship {
	background: #fff;
	/* filters (top) */
	/* list */
	/* selection (bottom) */
}
.acf-relationship .filters {
	border: #DFDFDF solid 1px;
	background: #fff;
}
.acf-relationship .filters .inner {
	padding: 7px 7px 7px 0;
	margin: 0;
}
.acf-relationship .filters li:first-child .inner {
	padding-left: 7px;
}
.acf-relationship .filters input {
	border-color: transparent;
	box-shadow: none;
}
.acf-relationship .filters .filter {
	height: 28px;
	line-height: 28px;
	padding: 2px;
	width: 100%;
	margin: 0;
	float: none;
	/* potential fix for media popup? */
}
.acf-relationship .filters .filter:focus,
.acf-relationship .filters .filter:active {
	outline: none;
	box-shadow: none;
}
.acf-relationship .list {
	margin: 0;
	padding: 5px;
	height: 160px;
	overflow: auto;
}
.acf-relationship .list .acf-rel-label,
.acf-relationship .list .acf-rel-item,
.acf-relationship .list p {
	padding: 5px 7px;
	margin: 0;
	display: block;
	position: relative;
	min-height: 18px;
}
.acf-relationship .list .acf-rel-label {
	font-weight: bold;
}
.acf-relationship .list .acf-rel-item {
	cursor: pointer;
	/* hover */
	/* disabled */
}
.acf-relationship .list .acf-rel-item b {
	text-decoration: underline;
	font-weight: normal;
}
.acf-relationship .list .acf-rel-item .thumbnail {
	background: #e0e0e0;
	width: 22px;
	height: 22px;
	float: left;
	margin: -2px 5px 0 0;
}
.acf-relationship .list .acf-rel-item .thumbnail img {
	max-width: 22px;
	max-height: 22px;
	margin: 0 auto;
	display: block;
}
.acf-relationship .list .acf-rel-item .thumbnail.-icon {
	background: #fff;
}
.acf-relationship .list .acf-rel-item .thumbnail.-icon img {
	max-height: 20px;
	margin-top: 1px;
}
.acf-relationship .list .acf-rel-item:hover {
	background: #3875D7;
	color: #fff;
}
.acf-relationship .list .acf-rel-item:hover .thumbnail {
	background: #a2bfec;
}
.acf-relationship .list .acf-rel-item:hover .thumbnail.-icon {
	background: #fff;
}
.acf-relationship .list .acf-rel-item.disabled {
	opacity: 0.5;
}
.acf-relationship .list .acf-rel-item.disabled:hover {
	background: transparent;
	color: #333;
	cursor: default;
}
.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail {
	background: #e0e0e0;
}
.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail.-icon {
	background: #fff;
}
.acf-relationship .list ul {
	padding-bottom: 5px;
}
.acf-relationship .list ul .acf-rel-label,
.acf-relationship .list ul .acf-rel-item,
.acf-relationship .list ul p {
	padding-left: 20px;
}
.acf-relationship .selection {
	border: #DFDFDF solid 1px;
	position: relative;
	margin-top: -1px;
	/* choices */
	/* values */
}
.acf-relationship .selection .values,
.acf-relationship .selection .choices {
	width: 50%;
	background: #fff;
	float: left;
}
.acf-relationship .selection .choices {
	background: #F9F9F9;
}
.acf-relationship .selection .choices .list {
	border-right: #DFDFDF solid 1px;
}
.acf-relationship .selection .values .acf-icon {
	position: absolute;
	top: 4px;
	right: 7px;
	display: none;
	/* rtl */
}
html[dir="rtl"] .acf-relationship .selection .values .acf-icon {
	right: auto;
	left: 7px;
}
.acf-relationship .selection .values .acf-rel-item:hover .acf-icon {
	display: block;
}
.acf-relationship .selection .values .acf-rel-item {
	cursor: move;
}
.acf-relationship .selection .values .acf-rel-item b {
	text-decoration: none;
}
/*--------------------------------------------------------------------------
*
*	WYSIWYG
*
*-------------------------------------------------------------------------*/
.acf-editor-wrap iframe {
	min-height: 200px;
}
.acf-editor-wrap .wp-editor-container {
	border: 1px solid #E5E5E5;
	box-shadow: none;
}
#mce_fullscreen_container {
	z-index: 150005 !important;
}
/* WP < 4.1 */
.acf-editor-wrap .wp-switch-editor {
	float: left;
	box-sizing: content-box;
}
.acf-editor-wrap.tmce-active .wp-editor-area {
	color: #333 !important;
}
/*---------------------------------------------------------------------------------------------
*
*	Tab
*
*---------------------------------------------------------------------------------------------*/
.acf-field-tab {
	display: none !important;
}
.acf-field-tab + .acf-field {
	border-top-width: 0px;
}
.acf-tab-wrap {
	clear: both;
	margin: 0 0 20px;
}
.acf-tab-wrap:first-child {
	margin: 0;
}
.acf-tab-group {
	border-bottom: #ccc solid 1px;
	padding: 0 5px 0 10px;
	position: relative;
	margin-bottom: -1px;
	z-index: 1;
}
/* rtl */
html[dir="rtl"] .acf-tab-group {
	padding: 0 10px 0 5px;
}
.acf-tab-group li {
	margin: 0 5px 0 0;
}
/* rtl */
html[dir="rtl"] .acf-tab-group li {
	margin: 0 0 0 5px;
}
.acf-tab-group li a {
	padding: 6px 10px;
	display: block;
	color: #555555;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	border: #ccc solid 1px;
	border-bottom: 0 none;
	text-decoration: none;
	background: #F1F1F1;
	border-radius: 3px 3px 0 0;
	-webkit-transition: none;
					transition: none;
}
.acf-tab-group li a:hover {
	background: #FFFFFF;
}
.acf-tab-group li a:focus {
	outline: none;
	box-shadow: none;
}
.acf-tab-group li.active a {
	background: #F1F1F1;
	color: #000;
	border-color: #CCCCCC;
	border-bottom-color: #F7F7F7;
	padding-bottom: 7px;
	margin-bottom: -1px;
	z-index: 1;
	position: relative;
}
.hidden-by-tab {
	display: none !important;
}
.compat-item .acf-tab-wrap td {
	display: block;
}
/* acf-fields */
.acf-fields > .acf-tab-wrap {
	background: #F9F9F9;
	margin: 0;
}
.acf-fields > .acf-tab-wrap .acf-tab-group {
	padding-top: 10px;
	border-top: #DFDFDF solid 1px;
	border-bottom: #DFDFDF solid 1px;
}
.acf-fields > .acf-tab-wrap:first-child .acf-tab-group {
	border-top-width: 0;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
	background: #FFFFFF;
}
/* left aligned labels */
.acf-fields.-left > .acf-tab-wrap .acf-tab-group {
	padding-left: 24%;
}
/* rtl */
html[dir="rtl"] .acf-fields.-left > .acf-tab-wrap .acf-tab-group {
	padding-left: 5px;
	padding-right: 24%;
}
/* mobile */
@media screen and (max-width: 782px) {
	.acf-fields.-left > .acf-tab-wrap .acf-tab-group {
		padding-left: 10px;
	}
	/* rtl */
	html[dir="rtl"] .acf-fields.-left > .acf-tab-wrap .acf-tab-group {
		padding-left: 5px;
		padding-right: 10px;
	}
}
/* sidebar */
.acf-fields.-sidebar {
	padding-left: 150px !important;
}
/* rtl */
html[dir="rtl"] .acf-fields.-sidebar {
	padding-right: 150px !important;
	padding-left: 0 !important;
}
.acf-fields.-sidebar:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 149px;
	height: 100%;
	border-right: #DFDFDF solid 1px;
	background: #F9F9F9;
}
/* rtl */
html[dir="rtl"] .acf-fields.-sidebar:before {
	border-left: #CCCCCC solid 1px;
	border-right-width: 0;
	left: auto;
	right: 0;
}
/* left */
.acf-field + .acf-tab-wrap.-left:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	background: #DFDFDF;
	left: 0;
	width: 100%;
	height: 1px;
}
.acf-tab-wrap.-left .acf-tab-group {
	position: absolute;
	left: 0;
	width: 150px;
	border: 0 none;
	padding: 0 !important;
	/* important overrides 'left aligned labels' */
	margin: 1px 0 0;
}
/* rtl */
html[dir="rtl"] .acf-tab-wrap.-left .acf-tab-group {
	left: auto;
	right: 0;
}
.acf-tab-wrap.-left .acf-tab-group li {
	float: none;
	margin: -1px 0 0;
}
.acf-tab-wrap.-left .acf-tab-group li a {
	border: 1px solid #DFDFDF;
	font-size: 13px;
	line-height: 18px;
	color: #0074a2;
	padding: 10px;
	font-weight: normal;
	border-width: 1px 0;
	margin-right: 1px;
	border-radius: 0;
	background: transparent;
}
.acf-tab-wrap.-left .acf-tab-group li.active a {
	color: #000;
	margin-right: 0;
	background: #fff;
}
.acf-tab-wrap.-left:first-child .acf-tab-group li:first-child a {
	border-top-width: 0;
}
/* sidebar + left (.acf-fields.-left.-sidebar) */
.acf-fields.-left.-sidebar:before {
	background: #F1F1F1;
}
.acf-fields.-left.-sidebar > .acf-tab-wrap.-left li.active a {
	background: #F9F9F9;
}
/* seamless */
.acf-postbox.seamless > .acf-fields.-sidebar {
	padding: 0 0 0 162px !important;
}
/* rtl */
html[dir="rtl"] .acf-postbox.seamless > .acf-fields.-sidebar {
	padding: 0 162px 0 0 !important;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap {
	background: transparent;
	margin: 20px 0 0 -12px;
}
/* rtl */
html[dir="rtl"] .acf-postbox.seamless > .acf-fields > .acf-tab-wrap {
	margin: 20px -12px 0 0;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap:first-child {
	margin-top: 0;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap .acf-tab-group {
	border-top: 0 none;
	padding-left: 12px;
	border-color: #ccc;
}
/* rtl */
html[dir="rtl"] .acf-postbox.seamless > .acf-fields > .acf-tab-wrap .acf-tab-group {
	padding-left: 5px;
	padding-right: 12px;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap .acf-tab-group li a {
	background: #E4E4E4;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
	background: #F1F1F1;
	border-color: #ccc;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left {
	height: 1px;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left:before {
	background: #ccc;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li a {
	border-left-width: 1px;
	background: #F1F1F1;
}
/* rtl */
html[dir="rtl"] .acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li a {
	border-left-width: 0;
	border-right-width: 1px;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li.active a {
	border-color: #ccc;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li:first-child a {
	border-radius: 3px 0 0 0;
}
/* rtl */
html[dir="rtl"] .acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li:first-child a {
	border-radius: 0 3px 0 0;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li:last-child a {
	border-radius: 0 0 0 3px;
}
/* rtl */
html[dir="rtl"] .acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li:last-child a {
	border-radius: 0 0 3px 0;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li:first-child:last-child a {
	border-radius: 3px 0 0 3px;
}
/* rtl */
html[dir="rtl"] .acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li:first-child:last-child a {
	border-radius: 0 3px 3px 0;
}
.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left:first-child .acf-tab-group li:first-child a {
	border-top-width: 1px;
}
.acf-postbox.seamless > .acf-fields.-sidebar:before {
	background: transparent;
	border-color: #ccc;
}
/* within gallery sidebar */
.acf-gallery-side .acf-tab-wrap {
	border-top: 0 none !important;
}
.acf-gallery-side .acf-tab-wrap .acf-tab-group {
	margin: 10px 0 !important;
	padding: 0 !important;
}
.acf-gallery-side .acf-tab-group li.active a {
	background: #F9F9F9 !important;
}
/* withing widget */
.widget .acf-tab-group {
	border-bottom-color: #e8e8e8;
}
.widget .acf-tab-group li a {
	background: #F1F1F1;
}
.widget .acf-tab-group li.active a {
	background: #fff;
}
/* media popup (edit image) */
.media-modal.acf-expanded .compat-attachment-fields > tbody > tr.acf-tab-wrap .acf-tab-group {
	padding-left: 23%;
	border-bottom-color: #DDDDDD;
}
/* table */
.form-table > tbody > tr.acf-tab-wrap td {
	padding: 0;
}
.form-table > tbody > tr.acf-tab-wrap .acf-tab-group {
	padding: 0 5px 0 210px;
}
/* rtl */
html[dir="rtl"] .form-table > tbody > tr.acf-tab-wrap .acf-tab-group {
	padding: 0 210px 0 5px;
}
/*--------------------------------------------------------------------------------------------
*
*	oembed
*
*--------------------------------------------------------------------------------------------*/
.acf-oembed {
	position: relative;
	border: #DFDFDF solid 1px;
	background: #fff;
}
.acf-oembed .title {
	position: relative;
	border-bottom: #DFDFDF solid 1px;
	padding: 5px 10px;
}
.acf-oembed .title h4,
.acf-oembed .title input[type="text"] {
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding: 0;
	border: 0 none;
	box-shadow: none;
	border-radius: 0;
	font-family: inherit;
	cursor: text;
}
.acf-oembed .title .search {
	height: auto;
	border: 0 none;
}
.acf-oembed .title .acf-icon {
	right: 7px;
	top: 6px;
	position: absolute;
}
.acf-oembed .canvas {
	position: relative;
	min-height: 250px;
	background: #F9F9F9;
}
.acf-oembed.has-value .canvas {
	min-height: 0;
}
.acf-oembed .canvas-media {
	position: relative;
	z-index: 1;
}
.acf-oembed .canvas iframe {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.acf-oembed .canvas .acf-icon.-picture {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -21px 0 0 -21px;
	z-index: 0;
	height: 42px;
	width: 42px;
	font-size: 42px;
	color: #999;
}
.acf-oembed .canvas-loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	display: none;
	z-index: 2;
}
.acf-oembed .canvas-loading .acf-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
}
.acf-oembed .canvas-error {
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0%;
	margin: -9px 0 0 0;
	text-align: center;
	display: none;
}
.acf-oembed .canvas-error p {
	padding: 8px;
	margin: 0;
	display: inline;
}
/* states */
.acf-oembed .title-value {
	display: none;
}
.acf-oembed .title-search {
	display: block;
}
.acf-oembed.has-value .title-value {
	display: block;
}
.acf-oembed.has-value .title-search {
	display: none;
}
.acf-oembed.has-value .canvas .acf-icon {
	display: none;
}
.acf-oembed.is-editing .title-value {
	display: none;
}
.acf-oembed.is-editing .title-search {
	display: block;
}
.acf-oembed.is-loading .canvas-loading {
	display: block;
}
.acf-oembed.is-loading .title .acf-icon {
	display: none;
}
.acf-oembed.has-error .canvas-error {
	display: block;
}
.acf-oembed.has-error .canvas .acf-icon {
	display: none;
}
/*--------------------------------------------------------------------------------------------
*
*	Image
*
*--------------------------------------------------------------------------------------------*/
.acf-image-uploader {
	position: relative;
}
.acf-image-uploader .view {
	float: left;
	position: relative;
	max-width: 100%;
}
.acf-image-uploader img {
	width: 100%;
	height: auto;
	display: block;
	min-width: 30px;
	min-height: 30px;
	background: #f1f1f1;
	margin: 0;
	padding: 0;
}
.acf-image-uploader input.button {
	width: auto;
}
/* svg */
.acf-image-uploader img[src$=".svg"] {
	min-height: 100px;
	min-width: 100px;
}
/* rtl */
html[dir="rtl"] .acf-image-uploader .view {
	float: right;
}
/*
*  Hover
*/
.acf-image-uploader .acf-soh-target {
	position: absolute;
	top: 5px;
	right: 5px;
}
.acf-image-uploader .acf-soh-target li {
	margin: 0 0 0 4px;
}
/*--------------------------------------------------------------------------------------------
*
*	File
*
*--------------------------------------------------------------------------------------------*/
.acf-file-uploader {
	position: relative;
}
.acf-file-uploader .file-wrap {
	border: #DFDFDF solid 1px;
	min-height: 84px;
	position: relative;
	background: #fff;
}
.acf-file-uploader .file-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 10px;
	background: #F1F1F1;
	border-right: #E5E5E5 solid 1px;
}
.acf-file-uploader .file-icon img {
	display: block;
	padding: 0;
	margin: 0;
	max-width: 48px;
}
.acf-file-uploader .file-info {
	padding: 10px;
	margin-left: 69px;
}
.acf-file-uploader .file-info p {
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 1.4em;
	word-break: break-all;
}
.acf-file-uploader .file-info a {
	text-decoration: none;
}
.acf-file-uploader .file-info ul {
	position: absolute;
	top: 5px;
	right: 5px;
	/* rtl */
}
.acf-file-uploader .file-info ul li {
	margin: 0 0 0 4px;
}
html[dir="rtl"] .acf-file-uploader .file-info ul {
	right: auto;
	left: 5px;
}
/*---------------------------------------------------------------------------------------------
*
*	Date Picker
*
*---------------------------------------------------------------------------------------------*/
.acf-ui-datepicker .ui-datepicker {
	z-index: 999999999 !important;
}
.acf-ui-datepicker .ui-datepicker .ui-widget-header a {
	cursor: pointer;
	-webkit-transition: none;
					transition: none;
}
/* fix highlight state overriding hover / active */
.acf-ui-datepicker .ui-state-highlight.ui-state-hover {
	border: 1px solid #98b7e8 !important;
	background: #98b7e8 !important;
	font-weight: normal !important;
	color: #ffffff !important;
}
.acf-ui-datepicker .ui-state-highlight.ui-state-active {
	border: 1px solid #3875d7 !important;
	background: #3875d7 !important;
	font-weight: normal !important;
	color: #ffffff !important;
}
/*---------------------------------------------------------------------------------------------
*
*	Taxonomy
*
*---------------------------------------------------------------------------------------------*/
.acf-taxonomy-field {
	position: relative;
}
.acf-taxonomy-field .categorychecklist-holder {
	border: #DFDFDF solid 1px;
	border-radius: 3px;
	max-height: 200px;
	overflow: auto;
}
.acf-taxonomy-field .acf-checkbox-list {
	margin: 0;
	padding: 10px;
}
.acf-taxonomy-field ul.children {
	padding-left: 18px;
}
.acf-taxonomy-field .acf-icon {
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 1;
}
html[dir="rtl"] .acf-taxonomy-field .acf-icon {
	right: auto;
	left: 7px;
}
.acf-taxonomy-field[data-type="select"] .acf-icon {
	top: -9px;
	right: -9px;
}
html[dir="rtl"] .acf-taxonomy-field[data-type="select"] .acf-icon {
	right: auto;
	left: -9px;
}
/*---------------------------------------------------------------------------------------------
*
*  Media Model
*
*---------------------------------------------------------------------------------------------*/
/* WP sets tables to act as divs. ACF uses tables, so these muct be reset */
.media-modal .compat-attachment-fields td.acf-input table {
	display: table;
}
.media-modal .compat-attachment-fields td.acf-input table tbody {
	display: table-row-group;
}
.media-modal .compat-attachment-fields td.acf-input table tr {
	display: table-row;
}
.media-modal .compat-attachment-fields td.acf-input table td,
.media-modal .compat-attachment-fields td.acf-input table th {
	display: table-cell;
}
/* field widths floats */
.media-modal .compat-attachment-fields > tbody > .acf-field {
	margin: 0;
}
.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-label {
	min-width: 30%;
	margin: 0;
	padding: 0;
	text-align: right;
	display: block;
	float: left;
}
.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-label > label {
	padding-top: 7px;
	margin: 5px 0 0;
	color: #000000666;
	font-weight: 400;
	line-height: 16px;
}
.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-input {
	width: 65%;
	margin: 5px 0 0;
	padding: 0;
	float: right;
	display: block;
}
/* restricted selection (copy of WP .upload-errors)*/
.acf-selection-error {
	background: #ffebe8;
	border: 1px solid #c00;
	border-radius: 3px;
	padding: 8px;
	margin: 20px 0 0;
}
.acf-selection-error .selection-error-label {
	background: #CC0000;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	margin-right: 8px;
	padding: 2px 4px;
}
.acf-selection-error .selection-error-message {
	color: #b44;
	display: block;
	padding-top: 8px;
	word-wrap: break-word;
	white-space: pre-wrap;
}
/* disabled attachment */
.media-modal .attachment.acf-disabled .thumbnail {
	opacity: 0.25 !important;
}
.media-modal .attachment.acf-disabled .attachment-preview:before {
	background: rgba(0, 0, 0, 0.15);
	z-index: 1;
	position: relative;
}
/* misc */
.media-modal {
	/* compat-item */
	/* fix % margin which causes .acf-uploadedTo to drop down below select */
	/* allow line breaks in upload error */
	/* fix required span */
	/* Sidebar: Collapse */
	/* Create gallery fix */
	/* mobile md */
}
.media-modal .compat-field-acf-form-data,
.media-modal .compat-field-acf-blank {
	display: none !important;
}
.media-modal select.attachment-filters {
	margin-right: 6px !important;
	vertical-align: middle;
}
.media-modal .acf-uploadedTo {
	line-height: 28px;
	height: 28px;
	display: inline-block;
	position: relative;
	margin: 11px 6px 0 0;
	vertical-align: middle;
}
.media-modal .upload-error-message {
	white-space: pre-wrap;
}
.media-modal .acf-required {
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	color: #f00 !important;
}
.media-modal .compat-item .label {
	margin: 0;
}
.media-modal .media-sidebar .setting span,
.media-modal .compat-item label span,
.media-modal .media-sidebar .setting input,
.media-modal .media-sidebar .setting textarea,
.media-modal .compat-item .field {
	min-height: 0;
	margin: 5px 0 0;
}
.media-modal .media-sidebar .setting span,
.media-modal .compat-item label span {
	padding-top: 7px;
}
.media-modal .attachment-display-settings .setting span {
	margin-top: 0;
	margin-right: 3%;
}
.media-modal .media-modal .media-sidebar .collection-settings .setting span {
	padding-top: 8px;
	margin: 0 10px 0 0;
}
@media (max-width: 900px) {
	.media-modal {
		/* label */
		/* field */
	}
	.media-modal .setting span,
	.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-label {
		width: 98%;
		float: none;
		text-align: left;
		min-height: 0;
		padding: 0;
	}
	.media-modal .setting input,
	.media-modal .setting textarea,
	.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-input {
		float: none;
		height: auto;
		max-width: none;
		width: 98%;
	}
}
/*---------------------------------------------------------------------------------------------
*
*  Media Model (expand details)
*
*---------------------------------------------------------------------------------------------*/
.media-modal .acf-expand-details {
	float: right;
	padding: 1px 10px;
	margin-right: 6px;
	height: 18px;
	line-height: 18px;
	color: #AAAAAA;
	font-size: 12px;
}
.media-modal .acf-expand-details:focus,
.media-modal .acf-expand-details:active {
	outline: 0 none;
	box-shadow: none;
	color: #AAAAAA;
}
.media-modal .acf-expand-details:hover {
	color: #000000666 !important;
}
.media-modal .acf-expand-details span {
	display: block;
	float: left;
}
.media-modal .acf-expand-details .acf-icon {
	margin: 0 4px 0 0;
}
.media-modal .acf-expand-details:hover .acf-icon {
	border-color: #AAAAAA;
}
.media-modal .acf-expand-details .is-open {
	display: none;
}
.media-modal .acf-expand-details .is-closed {
	display: block;
}
/* expanded */
.media-modal.acf-expanded {
	/* toggle */
	/* resize */
	/* label & fields */
	/* mobile md */
}
.media-modal.acf-expanded .acf-expand-details .is-open {
	display: block;
}
.media-modal.acf-expanded .acf-expand-details .is-closed {
	display: none;
}
.media-modal.acf-expanded .attachments-browser .media-toolbar {
	right: 700px;
}
.media-modal.acf-expanded .attachments {
	right: 700px;
}
.media-modal.acf-expanded .media-sidebar {
	width: 667px;
}
.media-modal.acf-expanded .media-sidebar {
	/* label */
	/* field */
	/* larger thumbnail */
}
.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail,
.media-modal.acf-expanded .media-sidebar .setting span,
.media-modal.acf-expanded .media-sidebar .compat-attachment-fields > tbody > .acf-field > .acf-label {
	min-width: 20%;
}
.media-modal.acf-expanded .media-sidebar .attachment-info .details,
.media-modal.acf-expanded .media-sidebar .setting input,
.media-modal.acf-expanded .media-sidebar .setting textarea,
.media-modal.acf-expanded .media-sidebar .compat-attachment-fields > tbody > .acf-field > .acf-input {
	min-width: 77%;
}
.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail {
	max-height: none;
}
.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail img {
	max-width: 100%;
	max-height: 200px;
}
.media-modal.acf-expanded .media-sidebar .attachment-info .details {
	float: right;
}
@media (max-width: 900px) {
	.media-modal.acf-expanded {
		/* resize */
	}
	.media-modal.acf-expanded .attachments-browser .media-toolbar {
		display: none;
	}
	.media-modal.acf-expanded .attachments {
		display: none;
	}
	.media-modal.acf-expanded .media-sidebar {
		width: auto;
		max-width: none !important;
	}
	.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail {
		min-width: 30%;
		margin: 0;
	}
	.media-modal.acf-expanded .media-sidebar .attachment-info .details {
		min-width: 67%;
	}
}
/*---------------------------------------------------------------------------------------------
*
*  ACF Media Model
*
*---------------------------------------------------------------------------------------------*/
.acf-media-modal {
	/* hide embed settings */
}
.acf-media-modal .media-embed .setting.align,
.acf-media-modal .media-embed .setting.link-to {
	display: none;
}
/*---------------------------------------------------------------------------------------------
*
*  ACF Media Model (Select Mode)
*
*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
*
*  ACF Media Model (Edit Mode)
*
*---------------------------------------------------------------------------------------------*/
.acf-media-modal.-edit {
	/* resize modal */
	left: 15%;
	right: 15%;
	top: 100px;
	bottom: 100px;
	/* hide elements */
	/* full width */
	/* tidy up incorrect distance */
	/* WP4 */
	/* title box shadow (to match media grid) */
	/* sidebar */
	/* mobile md */
	/* mobile sm */
}
.acf-media-modal.-edit .media-frame-menu,
.acf-media-modal.-edit .media-frame-router,
.acf-media-modal.-edit .media-frame-content .attachments,
.acf-media-modal.-edit .media-frame-content .media-toolbar {
	display: none;
}
.acf-media-modal.-edit .media-frame-title,
.acf-media-modal.-edit .media-frame-content,
.acf-media-modal.-edit .media-frame-toolbar,
.acf-media-modal.-edit .media-sidebar {
	width: auto;
	left: 0;
	right: 0;
}
.acf-media-modal.-edit .media-frame-content {
	top: 56px;
}
body.major-4 .acf-media-modal.-edit .media-frame-content {
	top: 50px;
}
.acf-media-modal.-edit .media-frame-title {
	border-bottom: 1px solid #DFDFDF;
	box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
}
.acf-media-modal.-edit .media-sidebar {
	padding: 0 16px;
	/* reposition thumbnail */
	/* add missing padding below fields */
}
.acf-media-modal.-edit .media-sidebar .attachment-details {
	overflow: visible;
	/* hide 'Attachment Details' heading */
	/* remove overflow */
	/* move thumbnail */
}
.acf-media-modal.-edit .media-sidebar .attachment-details > h3,
.acf-media-modal.-edit .media-sidebar .attachment-details > h2 {
	display: none;
}
.acf-media-modal.-edit .media-sidebar .attachment-details .attachment-info {
	background: #fff;
	border-bottom: #000000ddd solid 1px;
	padding: 16px;
	margin: 0 -16px 16px;
}
.acf-media-modal.-edit .media-sidebar .attachment-details .thumbnail {
	margin: 0 16px 0 0;
}
.acf-media-modal.-edit .media-sidebar .attachment-details label {
	display: block;
	overflow: hidden;
	float: none;
	width: auto;
}
.acf-media-modal.-edit .media-sidebar .compat-item {
	padding-bottom: 16px;
}
@media (max-width: 900px) {
	.acf-media-modal.-edit {
		top: 30px;
		right: 30px;
		bottom: 30px;
		left: 30px;
	}
}
@media (max-width: 640px) {
	.acf-media-modal.-edit {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.acf-media-modal.-edit .media-sidebar {
		bottom: 0 !important;
	}
}
/*--------------------------------------------------------------------------------------------
*
*	User
*
*--------------------------------------------------------------------------------------------*/
.form-table > tbody {
	/* field */
	/* tab wrap */
	/* misc */
}
.form-table > tbody > .acf-field {
	/* label */
	/* input */
}
.form-table > tbody > .acf-field > .acf-label {
	padding: 20px 10px 20px 0;
	width: 210px;
	/* rtl */
}
html[dir="rtl"] .form-table > tbody > .acf-field > .acf-label {
	padding: 20px 0 20px 10px;
}
.form-table > tbody > .acf-field > .acf-label label {
	font-size: 14px;
	color: #23282d;
}
.form-table > tbody > .acf-field > .acf-input {
	padding: 15px 5% 15px 10px;
	/* rtl */
}
html[dir="rtl"] .form-table > tbody > .acf-field > .acf-input {
	padding: 15px 10px 15px 5%;
}
.form-table > tbody > .acf-tab-wrap td {
	padding: 15px 5% 15px 0;
	/* rtl */
}
html[dir="rtl"] .form-table > tbody > .acf-tab-wrap td {
	padding: 15px 0 15px 5%;
}
.form-table > tbody .form-table th.acf-th {
	width: auto;
}
/*--------------------------------------------------------------------------------------------
*
*	Term
*
*--------------------------------------------------------------------------------------------*/
#addtag > .acf-field {
	padding-right: 5%;
}
#addtag > .acf-field .acf-label {
	margin: 0;
}
#addtag > .acf-field .acf-label label {
	font-size: 12px;
	font-weight: normal;
}
p.submit .spinner,
p.submit .acf-spinner {
	vertical-align: top;
	float: none;
	margin: 4px 4px 0;
}
/*--------------------------------------------------------------------------------------------
*
*	Comment
*
*--------------------------------------------------------------------------------------------*/
.editcomment td:first-child {
	white-space: nowrap;
	width: 131px;
}
/*--------------------------------------------------------------------------------------------
*
*	Widget
*
*--------------------------------------------------------------------------------------------*/
.widget .acf-field .acf-label {
	margin: 0;
}
.widget .acf-field .acf-label label {
	font-weight: normal;
}
.widget .widget-inside > form > .acf-error-message {
	margin-top: 15px;
}
/*--------------------------------------------------------------------------------------------
*
*	Customizer
*
*--------------------------------------------------------------------------------------------*/
.customize-control .acf-field {
	margin: 1em 0;
}
/*--------------------------------------------------------------------------
*
*	Conditional Logic
*
*-------------------------------------------------------------------------*/
/* Hide */
.hidden-by-conditional-logic {
	display: none !important;
}
/* Hide (appear empty) */
.hidden-by-conditional-logic.appear-empty {
	display: table-cell !important;
}
.hidden-by-conditional-logic.appear-empty .acf-input {
	display: none !important;
}
/*--------------------------------------------------------------------------
*
*	3rd Party
*
*-------------------------------------------------------------------------*/
/* Tabify shows hidden postboxes */
.acf-postbox.acf-hidden {
	display: none !important;
}
.event-review__label {
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 0 3px;
}
.review-field {
	padding: 10px 0;
	cursor: pointer;
}
.review-field span {
	display: block;
}
.review-field .event-review__label--edit {
	visibility: hidden;
	display: inline-block;
	color: #44cee5;
	font-size: 10px;
	padding-left: 5px;
}
.review-field:hover .event-review__label--edit {
	visibility: visible;
}
.is-hidden.col-sm-6,
.is-hidden.col-sm-12 {
	display: none;
}
.event-review__row {
	padding: 20px 0;
}
div[data-name="artist_last_name"] label,
div[data-name="curator_last_name"] label {
	visibility: hidden;
}
.submission-section__content-group span + p {
	margin-top: 5px;
}
.submission-section__artists + .submission-section__content-group {
	padding: 15px 0 0;
}
.location-map .info-window-content .feature-image img {
	max-width: 100% !important;
	height: auto;
}
picture {
	width: 100%;
}
picture img {
	width: 100%;
}
.feature-image {
	text-align: center;
}
figure {
	margin-bottom: 1em;
}
.feature-image img {
	max-height: 80vh;
	width: auto;
}
.single-texts .feature-image img {
	max-height: none;
}
.feature-image img,
figure img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.post-thumbnail-show .feature-image img {
	width: 100%;
}
.post-thumbnail-show .feature-image.force-square {
	position: relative;
	display: block;
	overflow: hidden;
}
.post-thumbnail-show .feature-image.force-square:before {
	content: '';
	display: table;
	padding-bottom: 100%;
}
.post-thumbnail-show .feature-image.force-square img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	max-height: none;
	z-index: -1;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.page.about .feature-image img {
	max-height: none;
	width: 100%;
	height: auto;
}
figcaption {
	color: #000000;
	font-size: 0.875em;
	border-left: 1px solid #000000;
	line-height: 1;
	margin-left: 10px;
	margin-bottom: 1em;
	padding-left: 1em;
	padding-top: 1em;
}
figure {
	margin: 0 0 0 0;
}
figure img {
	display: block;
}
.archive .post,
.search .post,
.blog .post {
	margin-bottom: 70px;
	padding-bottom: 70px;
	position: relative;
	text-align: center;
}
.archive .post p,
.search .post p,
.blog .post p {
	text-align: left;
}
.archive .post:after,
.search .post:after,
.blog .post:after {
	content: "";
	background-color: #44cee5;
	bottom: 0;
	height: 1px;
	left: 50%;
	margin-left: -25%;
	position: absolute;
	width: 50%;
}
.archive .post header,
.search .post header,
.blog .post header {
	margin-top: 2em;
}
@media (min-width: 768px) {
	.archive .post header,
	.search .post header,
	.blog .post header,
	.archive .post .entry-summary,
	.search .post .entry-summary,
	.blog .post .entry-summary {
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
}
.archive .preview-image,
.search .preview-image,
.blog .preview-image {
	margin-bottom: 36px;
}
.archive .preview-image img,
.search .preview-image img,
.blog .preview-image img {
	display: inline-block;
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	/**
			 * iPad with portrait orientation.
			 */
	/**
			 * iPad with landscape orientation.
			 */
	/**
			 * iPhone 5
			 * You can also target devices with aspect ratio.
			 */
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
	.archive .preview-image img,
	.search .preview-image img,
	.blog .preview-image img {
		max-height: 1000px;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
	.archive .preview-image img,
	.search .preview-image img,
	.blog .preview-image img {
		max-height: 700px;
	}
}
@media screen and (device-aspect-ratio: 40/71) {
	.archive .preview-image img,
	.search .preview-image img,
	.blog .preview-image img {
		max-height: 400px;
	}
}
@media (min-width: 768px) {
	.post header {
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
}
@media (min-width: 768px) {
	.post-nav ul.pager {
		margin-left: auto;
		margin-right: auto;
		max-width: 50%;
	}
}
.thank-you .section,
.terms-and-conditions .section,
.contest .section,
.about .section {
	margin-bottom: 56px;
}
@media (min-width: 992px) {
	.thank-you .page-header,
	.terms-and-conditions .page-header,
	.contest .page-header,
	.about .page-header,
	.thank-you .main-content,
	.terms-and-conditions .main-content,
	.contest .main-content,
	.about .main-content {
		width: 66.6666%;
		margin-left: auto;
		margin-right: auto;
	}
}
.header-pull header,
.header-pull .page-header {
	background-color: #fff;
}
@media (min-width: 992px) {
	.header-pull header h1,
	.header-pull .page-header h1 {
		margin: 0;
	}
}
@media (min-width: 992px) {
	.header-pull header,
	.header-pull .page-header {
		padding: 36px 72px;
		position: relative;
		text-align: center;
	}
}
.supporters header {
	text-align: center;
}
.supporters img.alignnone {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.supporters .keyline {
	float: left;
	width: 100%;
	position: relative;
}
.supporters .keyline:after {
	bottom: -56px;
	content: "";
	background-color: #44cee5;
	height: 1px;
	margin-left: -25%;
	position: absolute;
	width: 50%;
	left: 50%;
}
.supporters .keyline .img-wrap {
	margin-top: -1.5em;
	margin-bottom: 1.5em;
}
.supporters .supporters .keyline:after {
	display: none;
}
.supporters .section {
	margin-bottom: 56px;
	padding-bottom: 56px;
	text-align: center;
}
@media (max-width: 767px) {
	.supporters .section {
		text-align: center;
	}
}
.supporters .section .section-header {
	margin-bottom: 2em;
}
.supporters .section.title-supporters {
	text-align: left;
}
.supporters .col-xs-6.logo img {
	width: auto;
	height: auto;
}

.supporters .col-sm-6.logo img,
.supporters .col-xs-6.logo.img-size-large img {
	/*max-width: 100px;*/
	/*!*max-height: 75px;*!*/
	/*max-height: 67px;*/

	max-width: 150px;
	/*max-height: 112.5px;*/
	max-height: 100px;
}

@media (min-width: 768px) {
	.supporters .col-sm-6.logo img,
	.supporters .col-xs-6.logo.img-size-large img {
		/*max-width: 250px;*/
		/*!*max-height: 187.5px;*!*/
		/*max-height: 167px;*/

		max-width: 200px;
		max-height: 133px;
	}
}

.supporters .col-sm-4.logo img,
.supporters .col-xs-6.logo.img-size-medium img {
	/*max-width: 80px;*/
	/*!*max-height: 60px;*!*/
	/*max-height: 53px;*/

	max-width: 100px;
	/*max-height: 75px;*/
	max-height: 67px;
}

@media (min-width: 768px) {
	.supporters .col-sm-4.logo img,
	.supporters .col-xs-6.logo.img-size-medium img {
		max-width: 150px;
		/*max-height: 112.5px;*/
		max-height: 100px;
	}
}

.supporters .col-sm-3.logo img,
.supporters .col-xs-6.logo.img-size-small img {
	max-width: 80px;
	/*max-height: 60px;*/
	max-height: 53px;
}

@media (min-width: 768px) {
	.supporters .col-sm-3.logo img,
	.supporters .col-xs-6.logo.img-size-small img {
		max-width: 100px;
		/*max-height: 75px;*/
		max-height: 67px;
	}
}

/*.supporters .col-xs-6.logo.img-size-large img {*/
/*	max-width: 100px !important;*/
/*}*/

/*.supporters .col-xs-6.logo.img-size-medium img {*/
/*	max-width: 80px !important;*/
/*}*/

/*.supporters .col-xs-6.logo.img-size-small img {*/
/*	max-width: 80px !important;*/
/*}*/

/*@media (min-width: 768px) {*/
/*	.supporters .col-xs-6.logo.img-size-large img {*/
/*		max-width: 250px !important;*/
/*	}*/

/*	.supporters .col-xs-6.logo.img-size-medium img {*/
/*		max-width: 150px !important;*/
/*	}*/

/*	.supporters .col-xs-6.logo.img-size-small img {*/
/*		max-width: 100px !important;*/
/*	}*/
/*}*/

.supporters .logo {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-right: -4px;
}
@media (max-width: 767px) {
	.supporters .logo {
		margin-bottom: 1em;
		min-height: 80px;
	}
}
@media (min-width: 768px) {
	.supporters .logo {
		min-height: 130px;
	}
}
.supporters .logo img {
	max-width: 100%;
	max-width: 100px;
	display: inline-block;
}
@media (max-width: 767px) {
	.supporters .logo img {
		max-height: 100px;
		width: auto;
		max-width: none;
	}
}
@media (min-width: 768px) {
	.supporters .content p {
		padding-left: 10%;
		padding-right: 10%;
	}
}
.supporters .feature-image img {
	width: 100%;
}

.supporters .logo img[data-img-id="15178"] {
	/*PwC*/
	margin-top: -1em;
}

/*.supporters .logo img[data-img-id="15155"] {*/
/*	!*MLT*!*/
/*	max-width: 110px;*/
/*}*/

@media (max-width: 767px) {
	.search-page__header {
		text-align: center;
		margin-bottom: 30px 0 40px;
	}
}
.search-page__search-term {
	margin-top: 10px;
	margin-bottom: 0;
	color: #000000;
}
.search-page__sub-header {
	margin-top: 10px;
	color: #000000;
}
.search-form {
	margin: 0 auto;
	margin-top: 60px;
	max-width: 1400px;
}
.search-form__input-container {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.search-form__input-container {
		text-align: center;
	}
}
.search-form__input {
	font-size: 1.6875em;
	border: none;
	outline: none;
	display: inline-block;
	vertical-align: top;
	min-width: 520px;
}
@media (max-width: 767px) {
	.search-form__input {
		min-width: 300px;
		margin-bottom: 20px;
	}
}
.search-overlay__container {
	margin-top: 200px;
	padding-bottom: 50px;
	font-size: 24px;
}
@media (max-width: 767px) {
	.search-overlay__container {
		margin-top: 150px;
	}
}
.search-form__submit {
	text-align: left;
	-webkit-transition: all 100ms ease;
					transition: all 100ms ease;
}
.search-form__submit:hover,
.search-form__submit:focus,
.search-form__submit:active {
	color: #fff;
	background-color: #44cee5;
}
@media (max-width: 767px) {
	.search-form__submit {
		text-align: center;
		display: block;
		margin: 20px auto;
	}
}
.search-filter {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	cursor: pointer;
	font-size: 18px;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 200ms ease;
					transition: all 200ms ease;
}
@media (max-width: 991px) {
	.search-filter {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	.search-filter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
		padding: 0;
		height: 0;
	}
}
.search-filter.search-filter__open {
	-webkit-transition: all 200ms ease;
					transition: all 200ms ease;
	height: 250px;
}
@media (max-width: 767px) {
	.search-filter.search-filter__open {
		height: 500px;
	}
}
.search-filter__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	width: 80%;
}
@media (max-width: 991px) {
	.search-filter__form {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	.search-filter__form {
		width: 100%;
		-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
		height: 0;
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	.search-filter__open .search-filter__form {
		height: 500px;
	}
}
.search-filter__fieldset {
	border: none;
	padding: 0;
}
@media (max-width: 767px) {
	.search-filter__fieldset {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
}
.search-filter__fieldset.filterset--show-all .search-filter__label:not(.toggle-all) .search-filter__checkbox-input {
	background-color: #ccc !important;
	border-color: #ccc !important;
	background-color: #000000666;
	background-image: url(assets/img/icons/checkmark-icon.svg);
	background-size: 95%;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.search-filter__fieldset + .search-filter__fieldset {
		padding-top: 20px;
	}
}
.search-filter__header {
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 25px;
	font-weight: normal;
}
@media (max-width: 767px) {
	.search-filter__header {
		margin: 0 0 15px;
	}
}
.search-filter__button-container {
	font-size: 18px;
	margin-top: 50px;
}
@media (max-width: 767px) {
	.search-filter__button-container {
		padding-bottom: 0px;
	}
}
@media (max-width: 767px) {
	.search-filter__toggle-btn {
		text-align: center;
		padding-bottom: 0;
	}
}
.search-filter__toggle-btn svg {
	margin-left: 10px;
	position: relative;
	-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
					transform: rotate(0deg);
}
.toggle-open .search-filter__toggle-btn svg {
	-webkit-transform: rotate(-180deg);
			-ms-transform: rotate(-180deg);
					transform: rotate(-180deg);
	-webkit-transform-origin: center;
			-ms-transform-origin: center;
					transform-origin: center;
}
.search-filter__label {
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 0.888889em;
	letter-spacing: 0.05em;
	line-height: 1.2;
	display: block;
}
@media (max-width: 767px) {
	.search-filter__label {
		width: 50%;
	}
}
.search-filter__label.search-filter__label--disabled {
	color: #eee;
}
.search-filter__checkbox {
	visibility: hidden;
}
.search-filter__checkbox-input {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	left: -16px;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	border: 2px solid #000000;
}
.search-filter__label--disabled .search-filter__checkbox-input {
	border: 2px solid #eee;
}
.search-filter__checkbox:checked + .search-filter__checkbox-input {
	background-color: #000000;
	background-image: url('assets/img/icons/checkmark-icon.svg');
	background-size: 95%;
	background-position: center;
	background-repeat: no-repeat;
}
.search-filter-btn {
	-ms-flex-item-align: start;
			align-self: flex-start;
	padding: 0;
	cursor: pointer;
}
@media (max-width: 767px) {
	.search-filter-btn {
		display: none;
	}
	.search-filter__open .search-filter-btn {
		display: block;
		padding-bottom: 40px;
	}
}
.search-result-container {
	position: relative;
	width: 100%;
	margin: 50px auto 100px;
	max-width: 1400px;
}
.search-result-container__title-container {
	background-color: #000000;
	width: 53px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 767px) {
	.search-result-container__title-container {
		position: initial;
		width: 100%;
		height: 53px;
		margin-bottom: 30px;
	}
}
.search-result-container__title {
	color: #fff;
	-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
					transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
			-ms-transform-origin: 0 0;
					transform-origin: 0 0;
	position: relative;
	padding-top: 5px;
}
@media (max-width: 767px) {
	.search-result-container__title {
		-webkit-transform: rotate(0deg);
				-ms-transform: rotate(0deg);
						transform: rotate(0deg);
		position: initial;
		padding-left: 30px;
		margin: 0;
	}
}
.search-result-container__festival {
	top: 116px;
}
.search-result-container__news {
	top: 88px;
}
.festival-results__link {
	text-align: center;
	width: 100%;
	font-size: 1.875em;
	margin-top: 20px;
}
.search-filter__year-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	width: 200px;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.search-filter__year-container .search-filter__label {
	min-width: 50%;
}
.news-card .entry-summary,
.news-card .header {
	width: 100%;
	margin: 0;
}
.news-card + .news-card {
	padding-top: 60px;
}
.news-card__title {
	font-size: 1.16666667em;
	font-weight: bold;
	margin-top: 0;
}
.capture-related-entries .itinerary-add {
	display: none;
}
.entry-info .itinerary-add {
	display: none;
}
.single-exhibitions figure,
.single-public-installations figure,
.single-events figure,
.single-artists figure,
.single-gallery figure {
	margin-bottom: 2em;
	text-align: center;
}
.single-exhibitions .entry-title h1,
.single-public-installations .entry-title h1,
.single-events .entry-title h1,
.single-artists .entry-title h1,
.single-gallery .entry-title h1 {
	margin-top: 0.25em;
}
.single-exhibitions .entry-type-header,
.single-public-installations .entry-type-header,
.single-events .entry-type-header,
.single-artists .entry-type-header,
.single-gallery .entry-type-header {
	color: #000000;
	font-weight: bold;
}
.single-exhibitions .itinerary-add .icon,
.single-public-installations .itinerary-add .icon,
.single-events .itinerary-add .icon,
.single-artists .itinerary-add .icon,
.single-gallery .itinerary-add .icon {
	margin-right: 0.8em;
}
.single-exhibitions .itinerary-add:hover,
.single-public-installations .itinerary-add:hover,
.single-events .itinerary-add:hover,
.single-artists .itinerary-add:hover,
.single-gallery .itinerary-add:hover {
	color: #FFA300;
}
.single-exhibitions .itinerary-add:hover svg,
.single-public-installations .itinerary-add:hover svg,
.single-events .itinerary-add:hover svg,
.single-artists .itinerary-add:hover svg,
.single-gallery .itinerary-add:hover svg {
	border-color: #FFA300;
	fill: #FFA300;
}
.single-exhibitions header .itinerary-actions + .itinerary-actions .itinerary-add,
.single-public-installations header .itinerary-actions + .itinerary-actions .itinerary-add,
.single-events header .itinerary-actions + .itinerary-actions .itinerary-add,
.single-artists header .itinerary-actions + .itinerary-actions .itinerary-add,
.single-gallery header .itinerary-actions  + .itinerary-actions .itinerary-add {
	display: none;
}
@media (min-width: 768px) {
	.single-exhibitions header .itinerary-add,
	.single-public-installations header .itinerary-add,
	.single-events header .itinerary-add,
	.single-artists header .itinerary-add,
	.single-gallery header .itinerary-add {
		display: none;
	}
	.single-exhibitions header .itinerary-actions + .itinerary-actions .itinerary-add,
	.single-public-installations header .itinerary-actions + .itinerary-actions .itinerary-add,
	.single-events header .itinerary-actions + .itinerary-actions .itinerary-add,
	.single-artists header .itinerary-actions + .itinerary-actions .itinerary-add,
	.single-gallery header .itinerary-actions  + .itinerary-actions .itinerary-add {
		display: block;
	}
}
.single-exhibitions .feature-image,
.single-public-installations .feature-image,
.single-events .feature-image,
.single-artists .feature-image,
.single-gallery .feature-image {
	margin-bottom: 2em;
}
.single-exhibitions .entry-main-container:before,
.single-public-installations .entry-main-container:before,
.single-events .entry-main-container:before,
.single-artists .entry-main-container:before,
.single-gallery .entry-main-container:before,
.single-exhibitions .entry-content:before,
.single-public-installations .entry-content:before,
.single-events .entry-content:before,
.single-artists .entry-content:before,
.single-gallery .entry-content:before,
.single-exhibitions .entry-main-container:after,
.single-public-installations .entry-main-container:after,
.single-events .entry-main-container:after,
.single-artists .entry-main-container:after,
.single-gallery .entry-main-container:after,
.single-exhibitions .entry-content:after,
.single-public-installations .entry-content:after,
.single-events .entry-content:after,
.single-artists .entry-content:after,
.single-gallery .entry-content:after {
	content: " ";
	display: table;
}
.single-exhibitions .entry-main-container:after,
.single-public-installations .entry-main-container:after,
.single-events .entry-main-container:after,
.single-artists .entry-main-container:after,
.single-gallery .entry-main-container:after,
.single-exhibitions .entry-content:after,
.single-public-installations .entry-content:after,
.single-events .entry-content:after,
.single-artists .entry-content:after,
.single-gallery .entry-content:after {
	clear: both;
}
.single-exhibitions .entry-main-container:before,
.single-public-installations .entry-main-container:before,
.single-events .entry-main-container:before,
.single-artists .entry-main-container:before,
.single-gallery .entry-main-container:before,
.single-exhibitions .entry-content:before,
.single-public-installations .entry-content:before,
.single-events .entry-content:before,
.single-artists .entry-content:before,
.single-gallery .entry-content:before,
.single-exhibitions .entry-main-container:after,
.single-public-installations .entry-main-container:after,
.single-events .entry-main-container:after,
.single-artists .entry-main-container:after,
.single-gallery .entry-main-container:after,
.single-exhibitions .entry-content:after,
.single-public-installations .entry-content:after,
.single-events .entry-content:after,
.single-artists .entry-content:after,
.single-gallery .entry-content:after {
	content: " ";
	display: table;
}
.single-exhibitions .entry-main-container:after,
.single-public-installations .entry-main-container:after,
.single-events .entry-main-container:after,
.single-artists .entry-main-container:after,
.single-gallery .entry-main-container:after,
.single-exhibitions .entry-content:after,
.single-public-installations .entry-content:after,
.single-events .entry-content:after,
.single-artists .entry-content:after,
.single-gallery .entry-content:after {
	clear: both;
}
.entry-info {
	float: left;
	width: 100%;
}
.entry-info dd {
	margin: 0 0 1em 0;
}
.entry-info p {
	margin: 0;
}
.entry-info .date-item dl {
	margin: 0;
}
@media (min-width: 768px) {
	.entry-info .date-item {
		float: left;
		width: 50%;
	}
	.entry-info .start-date + .start-time + .gallery-hours {
		width: 100%;
	}
}
.single-events .colour-header {
	color: #000000;
}
.single-events .colour-header svg {
	fill: #000000;
}
.single-public-installations .colour-header {
	color: #FFA300;
}
.single-public-installations .colour-header svg {
	fill: #FFA300;
}
.entry-sidebar .location-title {
	color: #000000;
}
.entry-sidebar .h4 {
	width: 100%;
	float: left;
}
.entry-sidebar .simple-map-container {
	position: relative;
	margin: 0.5em 0;
	display: block;
	float: left;
	width: 100%;
}
.entry-sidebar .simple-map-container .map-cover {
	position: absolute;
	z-index: 1990;
	width: 100%;
	top: 0;
	bottom: 0;
}
.entry-sidebar div.simple-map {
	display: block;
	margin: 0.4em 0;
	height: 220px;
}
@media (min-width: 992px) {
	.entry-sidebar div.simple-map {
		height: 212px;
	}
}
.entry-sidebar div.simple-map .gm-style a img,
.entry-sidebar div.simple-map .gmnoprint {
	display: none;
}
.entry-sidebar .related-events {
	width: 100%;
	float: left;
}
.entry-sidebar .related-events li {
	margin: 0;
}
.entry-sidebar .related-events > li {
	padding: 1em 0;
}
.entry-sidebar .related-events > li + li {
	position: relative;
}
.entry-sidebar .related-events > li + li:before {
	content: "";
	height: 1px;
	background-color: #eee;
	top: 0;
	left: 0;
	width: 25%;
	position: absolute;
}
.entry-sidebar .related-events .capture-grid-entry h3 {
	margin-bottom: 0.5em;
	font-weight: bold;
}
article.youth-programs .entry-sidebar .related-events .capture-grid-entry h3 a {
	color: #000000666;
}
.entry-sidebar .related-events .capture-grid-entry h3 a {
	color: #000000;
}
.entry-sidebar .related-public-art .capture-grid-entry h3 a {
	color: #FFA300;
}
.entry-sidebar p.address-line {
	margin: 0;
}
.entry-sidebar .gallery-contact {
	margin-top: 1em;
}
.entry-sidebar .gallery-contact p {
	margin: 0.25em 0;
}
.entry-sidebar .list-unstyled {
	margin-top: 0;
}
.itinerary-actions a {
	color: #000000;
	display: block;
	font-size: 0.722222em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.itinerary-add {
	text-decoration: none;
}
.itinerary-add svg {
	vertical-align: middle;
	height: 1.9494rem;
	width: 1.9494rem;
	padding: 0.386rem;
	border: 2px solid #000000;
	border-radius: 4px;
}
.itinerary-add.added {
	color: #FFA300;
}
.itinerary-add.added svg {
	border-color: #FFA300;
	background-color: #FFA300;
	fill: #fff;
}
.itinerary-add.added:hover svg {
	fill: #fff;
}
.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap figure {
	margin: 0;
	padding: 0 18px;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
.swipe-controls {
	font-weight: bold;
	display: inline-block;
}
@media (min-width: 768px) {
	.swipe-controls {
		float: right !important;
	}
}
.control-item {
	background-color: #44cee5;
	color: #fff;
	float: left;
	font-size: 0.888889em;
	height: 42px;
	line-height: 42px;
	margin-top: 4px;
	margin-left: 4px;
	padding: 0 10px;
}
@media (min-width: 768px) {
	.control-item {
		margin-right: 4px;
		margin-left: 0;
	}
}
.control-item.swipe-arrow {
	padding: 0 6px;
}
.single-events .control-item {
	background-color: #000000;
}
.control-item .icon {
	vertical-align: top;
	height: 42px;
	width: 27px;
}
.caption-container {
	float: right;
	text-align: center;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.caption-container {
		width: 100%;
		clear: both;
	}
}
@media (min-width: 768px) {
	.caption-container {
		text-align: left;
	}
}
@media (min-width: 992px) {
	.caption-container {
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media (min-width: 768px) {
	.caption-container p:first-child {
		margin-top: 4px;
	}
}
.share-container {
	padding: 1em 0;
}
@media (max-width: 991px) {
	.share-links a {
		line-height: 30px;
		width: 44px;
		height: 44px;
	}
	.share-links a svg {
		vertical-align: middle;
	}
}
.share-links a {
	color: #fff;
	display: block;
	line-height: 30px;
	padding: 4px;
	width: 44px;
	height: 44px;
	font-size: 28px;
}
.share-links a.pinterest {
	/*background-color: #c92228;*/
	background-color: #000000;
}
.share-links a.facebook {
	/*background-color: #3b5998;*/
	background-color: #000000;
}
.share-links a.twitter {
	/*background-color: #55acee;*/
	background-color: #000000;
}
.share-links a.linkedin {
	/*background-color: #007bb6;*/
	background-color: #000000;
}
.share-links a.email {
	/*background-color: #c92228;*/
	background-color: #000000;
}

.home #important-update,
#important-update { 
	margin-bottom: 2em;
}
.page-template-page-calendar .img-container,
.post-type-archive .img-container,
.search .img-container,
.page-template-template-open-exhibitions .img-container {
	position: relative;
}
.page-template-page-calendar .img-container img,
.post-type-archive .img-container img,
.search .img-container img,
.page-template-template-open-exhibitions .img-container img {
	display: block;
}
.home .location-map,
.post-type-archive .location-map,
.search .location-map,
.page-template-template-open-exhibitions .location-map {
	height: 300px;
}
@media (min-width: 768px) {
	.home .location-map,
	.post-type-archive .location-map,
	.search .location-map,
	.page-template-template-open-exhibitions .location-map {
		height: 490px;
	}
}
.home .location-map img,
.post-type-archive .location-map img,
.search .location-map img,
.page-template-template-open-exhibitions .location-map img {
	max-width: none;
}
.post-type-archive .locations-container,
.search .locations-container,
.page-template-template-open-exhibitions .locations-container {
	list-style: none;
	padding-top: 0;
	padding-bottom: 0;
}
@media (max-width: 767px) {
	.post-type-archive .locations-container,
	.search .locations-container,
	.page-template-template-open-exhibitions .locations-container {
		margin-left: auto;
		margin-right: auto;
		max-width: 450px;
	}
}
.page-template-page-calendar .itinerary-add,
.post-type-archive .itinerary-add,
.search .itinerary-add,
.page-template-template-open-exhibitions .itinerary-add {
	bottom: 5px;
	left: 5px;
	position: absolute;
	text-align: center;
}
.page-template-page-calendar .itinerary-add svg,
.post-type-archive .itinerary-add svg,
.search .itinerary-add svg,
.page-template-template-open-exhibitions .itinerary-add svg{
	position: relative;
}
.tool-tip-event .color-exhibitions
.page-template-page-calendar .itinerary-add svg,
.post-type-archive .itinerary-add svg,
.search .itinerary-add svg,
.page-template-template-open-exhibitions .itinerary-add svg {
	float: left;
}
.page-template-page-calendar .itinerary-add:hover,
.post-type-archive .itinerary-add:hover,
.search .itinerary-add:hover,
.page-template-template-open-exhibitions .itinerary-add:hover {
	cursor: pointer;
}
.page-template-page-calendar .itinerary-add:hover .tooltip,
.post-type-archive .itinerary-add:hover .tooltip,
.search .itinerary-add:hover .tooltip,
.page-template-template-open-exhibitions .itinerary-add:hover .tooltip {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 767px) {
	.page-template-page-calendar .itinerary-add:hover .tooltip,
	.post-type-archive .itinerary-add:hover .tooltip,
	.search .itinerary-add:hover .tooltip,
	.page-template-template-open-exhibitions .itinerary-add:hover .tooltip {
		left: 140%;
		-webkit-transition: opacity 300ms, left 300ms;
		transition: opacity 300ms, left 300ms;
	}
}
@media (min-width: 768px) {
	.page-template-page-calendar .itinerary-add:hover .tooltip,
	.post-type-archive .itinerary-add:hover .tooltip,
	.search .itinerary-add:hover .tooltip,
	.page-template-template-open-exhibitions .itinerary-add:hover .tooltip {
		bottom: 45px;
		left: 50%;
		-webkit-transition: opacity 300ms, bottom 300ms;
		transition: opacity 300ms, bottom 300ms;
	}
}
.post-type-archive .tooltip,
.page-template-page-calendar .tooltip,
.search .tooltip,
.page-template-template-open-exhibitions .tooltip {
	color: #FFA300;
	font-size: 0.72222222rem;
	background-color: #fff;
	border: 1px solid #FFA300;
	padding: 6px 16px;
	border-radius: 4px;
	position: absolute;
	white-space: nowrap;
	-webkit-transition: opacity 300ms, bottom 300ms, visibility 0 400ms;
	transition: opacity 300ms, bottom 300ms, visibility 0 400ms;
	opacity: 0;
	visibility: hidden;
	/* Required for Down Triangle */
	/* Stroke */
	/* Fill */
}
@media (max-width: 767px) {
	.post-type-archive .tooltip,
	.page-template-page-calendar .tooltip,
	.search .tooltip,
	.page-template-template-open-exhibitions .tooltip {
		bottom: 0;
		left: 100%;
	}
}
@media (min-width: 768px) {
	.post-type-archive .tooltip,
	.page-template-page-calendar .tooltip,
	.search .tooltip,
	.page-template-template-open-exhibitions .tooltip {
		bottom: 40px;
		left: 50%;
		-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
						transform: translateX(-50%);
	}
}
.post-type-archive .tooltip:before,
.page-template-page-calendar .tooltip:before,
.search .tooltip:before,
.page-template-template-open-exhibitions .tooltip:before,
.post-type-archive .tooltip:after,
.page-template-page-calendar .tooltip:after,
.search .tooltip:after,
.page-template-template-open-exhibitions .tooltip:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-bottom: 0;
}
@media (min-width: 768px) {
	.post-type-archive .tooltip:before,
	.page-template-page-calendar .tooltip:before,
	.search .tooltip:before,
	.page-template-template-open-exhibitions .tooltip:before,
	.post-type-archive .tooltip:after,
	.page-template-page-calendar .tooltip:after,
	.search .tooltip:after,
	.page-template-template-open-exhibitions .tooltip:after {
		left: 50%;
		margin-left: -7px;
	}
}
.post-type-archive .tooltip:before,
.page-template-page-calendar .tooltip:before,
.search .tooltip:before,
.page-template-template-open-exhibitions .tooltip:before {
	border-top-color: #FFA300;
	border-width: 6px;
}
@media (max-width: 767px) {
	.post-type-archive .tooltip:before,
	.page-template-page-calendar .tooltip:before,
	.search .tooltip:before,
	.page-template-template-open-exhibitions .tooltip:before {
		left: -12px;
		border-style: solid;
		border-color: transparent #FFA300 transparent transparent;
		top: 9px;
	}
}
@media (min-width: 768px) {
	.post-type-archive .tooltip:before,
	.page-template-page-calendar .tooltip:before,
	.search .tooltip:before,
	.page-template-template-open-exhibitions .tooltip:before {
		border-top-color: #FFA300;
		left: 50%;
		bottom: -5px;
	}
}
.post-type-archive .tooltip:after,
.page-template-page-calendar .tooltip:after,
.search .tooltip:after,
.page-template-template-open-exhibitions .tooltip:after {
	border-width: 5px;
	margin-left: -6px;
	border-top-color: #ffffff;
}
@media (max-width: 767px) {
	.post-type-archive .tooltip:after,
	.page-template-page-calendar .tooltip:after,
	.search .tooltip:after,
	.page-template-template-open-exhibitions .tooltip:after {
		left: -4px;
		border-style: solid;
		border-color: transparent #fff transparent transparent;
		top: 10px;
	}
}
@media (min-width: 768px) {
	.post-type-archive .tooltip:after,
	.page-template-page-calendar .tooltip:after,
	.search .tooltip:after,
	.page-template-template-open-exhibitions .tooltip:after {
		left: 50%;
		bottom: -4px;
	}
}

.locations-container.postponed-listing .capture-grid-entry .start-date,
.locations-container.cancelled-listing .capture-grid-entry .start-date,
.locations-container.postponed-listing .capture-grid-entry .start-time,
.locations-container.cancelled-listing .capture-grid-entry .start-time {
	display: none;
}

.capture-grid-entry .event-type {
	color: #000000;
	font-size: 1rem;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 0.5em;
	letter-spacing: 0;
}

.capture-grid-entry.type-events .entry-details .entry-type-header {
	color: #000000;
}
.capture-grid-entry,
.itinerary-planner__list {
	text-align: left;
}
.capture-grid-entry .entry-title,
.itinerary-planner__list .entry-title {
	font-weight: bold;
	font-size: 1.16666667em;
	margin-bottom: 0.5em;
}
.capture-grid-entry .time,
.itinerary-planner__list .time {
	margin: 0;
}
.capture-grid-entry .location-title,
.itinerary-planner__list .location-title {
	position: relative;
}
.capture-grid-entry .location-title:first-child,
.itinerary-planner__list .location-title:first-child {
	padding-top: 10px;
}
.capture-grid-entry .location-title:first-child svg,
.itinerary-planner__list .location-title:first-child svg {
	top: 10px;
}
.capture-grid-entry li,
.itinerary-planner__list li {
	margin-bottom: 0.75em;
	padding-left: 30px;
	position: relative;
}
.capture-grid-entry li:before,
.itinerary-planner__list li:before,
.capture-grid-entry li:after,
.itinerary-planner__list li:after {
	content: " ";
	display: table;
}
.capture-grid-entry li:after,
.itinerary-planner__list li:after {
	clear: both;
}
.capture-grid-entry li:before,
.itinerary-planner__list li:before,
.capture-grid-entry li:after,
.itinerary-planner__list li:after {
	content: " ";
	display: table;
}
.capture-grid-entry li:after,
.itinerary-planner__list li:after {
	clear: both;
}
.capture-grid-entry li.artists-list,
.itinerary-planner__list li.artists-list {
	padding-left: 0;
	color: #000000;
}
.capture-grid-entry li svg,
.itinerary-planner__list li svg {
	position: absolute;
	left: 0;
	top: 0;
}
.capture-grid-entry h3,
.itinerary-planner__list h3 {
	color: #000000;
	font-size: 1em;
	margin: 0;
}
@media (max-width: 767px) {
	.page-template-page-calendar .sticky-post,
	.itinerary-map-container .capture-entry,
	.map-container .capture-entry,
	.locations-container .capture-entry {
		padding: 0;
	}
}
@media (min-width: 992px) {
	.page-template-page-calendar .sticky-post,
	.itinerary-map-container .capture-entry,
	.map-container .capture-entry,
	.locations-container .capture-entry {
		padding: 0 42px;
	}
}
.filter-container {
	margin-bottom: 2em;
}
.filter-container:before,
.filter-container:after {
	content: " ";
	display: table;
}
.filter-container:after {
	clear: both;
}
.filter-container:before,
.filter-container:after {
	content: " ";
	display: table;
}
.filter-container:after {
	clear: both;
}
.filter-container .icon-small {
	font-size: 24px;
}
.post-type-filter-container span.input,
.legend-container span.input {
	display: inline-block;
	border: 3px solid #44cee5;
	border-radius: 4px;
	line-height: 10px;
	height: 20px;
	vertical-align: top;
	width: 20px;
}
.filter-container:not(.legend-container) .h4,
.filter-container:not(.legend-container) .filters {
	color: #44cee5;
}
.filter-container .sort-by {
	-moz-appearance: none;
			 appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	padding: 0;
}
.filter-container .sort-by:active,
.filter-container .sort-by:focus {
	outline: none;
}
.filter-container .sort-by .icon {
	-webkit-transition: -webkit-transform 200ms;
	transition: transform 200ms;
}
.filter-container .sort-by.slide-open .icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
@media (max-width: 767px) {
	.filter-container .sort-by {
		cursor: pointer;
	}
	.filter-container .sort-by span {
		display: none;
	}
}
@media (min-width: 768px) {
	.filter-container .sort-by {
		margin-right: 11px;
		cursor: text;
	}
	.filter-container .sort-by svg {
		display: none;
	}
}
.post-type-filter-container,
.legend-container,
.post-type-filter-container .h4:not(.legend-button),
.legend-container .h4:not(.legend-button),
.post-type-filter-container .legends,
.legend-container .legends {
	display: inline-block;
	color: inherit;
}
@media (min-width: 768px) {
	.filter-container .h4,
	.filter-container .filters {
		display: inline-block;
	}
}
.filters:before,
.filters:after {
	content: " ";
	display: table;
}
.filters:after {
	clear: both;
}
.filters:before,
.filters:after {
	content: " ";
	display: table;
}
.filters:after {
	clear: both;
}
@media (max-width: 767px) {
	.filters {
		text-align: left;
		width: 100%;
		max-width: 118px;
		margin-left: auto;
		margin-right: auto;
		display: none;
	}
	.filters button,
	.filters li {
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.filters {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.filters li {
		display: block;
		float: left;
		margin: 0 0 5px;
		clear: both;
		width: 100%;
	}
}
.filters .filter-button {
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	border: none;
	background-color: transparent;
}
.filters .filter-button:focus {
	outline: none;
	border: none;
}
.filters .filter-button.active .icon {
	display: inline-block;
}
.filters .filter-button-blue {
	color: #44cee5;
}
.filters .filter-button-blue.active span.input {
	background-color: #44cee5;
}
.filters span.input {
	display: inline-block;
	border: 3px solid #44cee5;
	border-radius: 4px;
	line-height: 10px;
	height: 20px;
	vertical-align: top;
	width: 20px;
}
.filters span.input .icon {
	display: none;
	vertical-align: middle;
}
.post-type-filter-container .exhibition-span,
.legend-container .exhibition-span {
	color: #44cee5;
}
.post-type-filter-container svg {
	fill: #fff;
}
.legend-container .exhibition-span svg {
	fill: #44cee5;
}
.post-type-filter-container .exhibition-span .active span.input,
.legend-container .exhibition-span span.input {
	background-color: #44cee5;
	border: 3px solid #44cee5;
}
.post-type-filter-container .all-span {
	color: #000000;
}
.post-type-filter-container .all-span .filter-button span.input {
	border: 3px solid #000000;
}
.post-type-filter-container .all-span .filter-button.active span.input {
	background-color: #000000;
}
.post-type-filter-container .event-span,
.legend-container .event-span,
.post-type-archive-events .filter-container .h4,
.post-type-archive-events .filter-container .filters {
	color: #000000;
}
.legend-container .event-span svg,
.post-type-archive-events .filter-container .sort-by svg {
	fill: #000000;
}
.post-type-archive-events .filter-container .filter-button-blue {
	color: #000000;
}
.post-type-filter-container .event-span .active span.input,
.legend-container .event-span span.input,
.post-type-archive-events .filter-container .filter-button-blue.active span.input {
	background-color: #000000;
}
.post-type-filter-container .event-span span.input,
.legend-container .event-span span.input,
.post-type-archive-events .filter-container span.input {
	border: 3px solid #000000;
}
.post-type-filter-container .public-art-span,
.legend-container .public-art-span,
.post-type-archive-public-installations .filter-container .h4,
.post-type-archive-public-installations .filter-container .filters {
	color: #FFA300;
}
.legend-container .public-art-span svg,
.post-type-archive-public-installations .filter-container .sort-by svg {
	fill: #FFA300;
}
.post-type-filter-container .public-art-span .active span.input,
.legend-container .public-art-span span.input,
.post-type-archive-public-installations .filter-container .filter-button-blue.active span.input {
	background-color: #FFA300;
}
.post-type-filter-container .public-art-span span.input,
.legend-container .public-art-span span.input,
.post-type-archive-public-installations .filter-container span.input {
	border: 3px solid #FFA300;
}
.post-type-filter-container .youth-programs-span,
.legend-container .youth-programs-span,
.post-type-archive-youth-programs .filter-container .h4,
.post-type-archive-youth-programs .filter-container .filters {
	color: #000000666;
}
.legend-container .youth-programs-span svg,
.post-type-archive-youth-programs .filter-container .sort-by svg {
	fill: #000000666;
}
.post-type-filter-container .youth-programs-span .active span.input,
.legend-container .youth-programs-span span.input,
.post-type-archive-youth-programs .filter-container .filter-button-blue.active span.input {
	background-color: #000000666;
}
.post-type-filter-container .youth-programs-span span.input,
.legend-container .youth-programs-span span.input,
.post-type-archive-youth-programs .filter-container span.input {
	border: 3px solid #000000666;
}
.itinerary-map-container .info-window-content,
.map-container .info-window-content {
	font-size: 14px;
	padding: 0;
	font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	max-width: 400px;
}
.itinerary-map-container .info-window-content:before,
.map-container .info-window-content:before,
.itinerary-map-container .info-window-content:after,
.map-container .info-window-content:after {
	content: " ";
	display: table;
}
.itinerary-map-container .info-window-content:after,
.map-container .info-window-content:after {
	clear: both;
}
.itinerary-map-container .info-window-content:before,
.map-container .info-window-content:before,
.itinerary-map-container .info-window-content:after,
.map-container .info-window-content:after {
	content: " ";
	display: table;
}
.itinerary-map-container .info-window-content:after,
.map-container .info-window-content:after {
	clear: both;
}
@media (min-width: 768px) {
	.itinerary-map-container .info-window-content,
	.map-container .info-window-content {
		font-size: 18px;
	}
}
.page-template-page-calendar .post-type-text {
	margin: 0;
}
.itinerary-map-container .info-window-content .entry-title + h3,
.map-container .info-window-content .entry-title + h3,
.map-container .info-window-content .post-type-text,
.page-template-page-calendar .post-type-text {
	font-weight: bold;
	color: #000000;
}
.map-container .info-window-content .post-type-text,
.page-template-page-calendar .post-type-text {
	color: inherit;
}
.map-container .info-window-content .post-type-text.events,
.page-template-page-calendar .post-type-text.events {
	color: #000000;
}
.map-container .info-window-content .post-type-text.exhibitions,
.page-template-page-calendar .post-type-text.exhibitions {
	color: #44cee5;
}
.map-container .info-window-content .post-type-text.public-installations,
.page-template-page-calendar .post-type-text.public-installations {
	color: #FFA300;
}
.page-template-page-calendar .post-type-text a {
	color: inherit;
}
.page-template-page-calendar .post-type-text a:hover {
	color: #000000;
}
.post-type-text.youth-programs{
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.85rem;
}
.post-type-text.youth-programs span.events{
	color:#000000;
}
.post-type-text.youth-programs span.exhibitions{
	color: #44CEE5;
}

.page-template-page-calendar .post-type-text.youth-programs {
	text-transform: none;
	font-weight: bold;
	color: #000000666;
	font-size: 1em;
}

.map-container .info-window-content li.post-type,
.page-template-page-calendar li.post-type {
	padding-left: 0;
}
.itinerary-map-container .info-window-content + .info-window-content,
.map-container .info-window-content + .info-window-content {
	margin-top: 1em;
}
.itinerary-map-container .info-window-content .image-container,
.map-container .info-window-content .image-container {
	display: none;
}
@media (min-width: 768px) {
	.itinerary-map-container .info-window-content .image-container,
	.map-container .info-window-content .image-container {
		display: block;
		float: left;
		padding: 0;
		width: 40%;
	}
}
@media (min-width: 768px) {
	.itinerary-map-container .info-window-content .image-container + .content-container,
	.map-container .info-window-content .image-container + .content-container {
		float: left;
		padding: 0 0 0 18px;
		width: 60%;
	}
}
.itinerary-map-container .info-window-content .content-container,
.map-container .info-window-content .content-container {
	float: left;
	width: 100%;
}
/*.itinerary-overlay .itinerary-list-new table tr th:nth-child(3),*/
/*.itinerary-overlay .itinerary-list-new table tr td:nth-child(3),*/
.itinerary-overlay .itinerary-list-new table tr[data-id="undefined"] {
	display: none;
}

.ci_save_session_logged_in {
	margin: 1em auto 3em;
	padding: 1em;
	border: 1px solid #FFA300;
	border-left-width: 5px;
	background: #F9F9F9;
}
.ci_save_session_logged_in > *:first-child {
	margin-top: 0;
}
.ci_save_session_logged_in > *:last-child {
	margin-bottom: 0;
}
.ci_save_session_logged_in a {
	text-decoration: underline;
}

.ci_save_session_logged_in button,
.ci_save_session_logged_in .button {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	background-color: transparent;
	border: none;
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
	padding: 0.5em 0.75em;
	text-decoration: none;
	border-radius: 5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: 0.25s ease-in-out all;
	background-color: #ffa300;
	color: #ffffff;
	margin: 0;
}


.ci_save_session_logged_in button:hover,
.ci_save_session_logged_in .button:hover {
	background-color: #f89013;
}

.search .search-pagination {
	clear: both;
	margin: 1em auto;
}
.search .search-pagination .page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: auto;
	padding: 0;
}
.search .search-pagination .page-numbers li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: 0;
	padding: 0;
}
.search .search-pagination .page-numbers li > * {
	padding: 0.5em;
	margin: 0;
	border-bottom: none;
	border-bottom-width: 3px;
	transition: 0.25s ease-in-out all;
}
.search .search-pagination .page-numbers li a:hover {
	/*background: #000000;*/
	/*color: #fff;*/
	background: #f2f2f2;
}

.search .search-pagination .page-numbers li .current {
	/*border-bottom: 3px solid #333;*/
	background: #000000;
	color: #fff;
}

@media (max-width: 767px) {
	.public-arts__subtitle {
		margin: 0 auto;
		max-width: 450px;
	}
}
@media (min-width: 992px) {
	.public-arts__subtitle {
		padding: 0 35px;
	}
}
.open-program-subtitle {
	margin: 10px 0 30px;
	color: #000000;
}
@media (max-width: 767px) {
	.exhibition-section__title {
		margin: 0 auto;
		max-width: 450px;
	}
}
@media (min-width: 992px) {
	.exhibition-section__title {
		padding: 0 35px;
	}
}
@media (max-width: 767px) {
	.exhibition-section__subtitle {
		margin: 0 auto;
		max-width: 450px;
	}
}
@media (min-width: 992px) {
	.exhibition-section__subtitle {
		padding: 0 35px;
	}
}
.mailchimp-form {
	background-color: rgba(255, 255, 255, 0.7);
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	width: 100%;
	z-index: 100;
}
.mailchimp-form .btn {
	border: 3px solid #fff;
	float: right;
}
.mailchimp-form span {
	display: inline;
}
.mailchimp-form form {
	background-color: #44cee5;
	color: #fff;
	margin: 0 auto;
	padding: 54px 18px;
	position: relative;
	width: 100%;
	max-width: 555px;
}
@media (min-width: 992px) {
	.mailchimp-form form {
		max-width: 750px;
		padding: 27px 54px;
		width: 65%;
	}
}
@media (min-width: 1200px) {
	.mailchimp-form form {
		padding: 36px 72px;
	}
}
.mailchimp-form form h2 {
	color: #fff;
	font-size: 2.618em;
}
@media (max-width: 767px) {
	.mailchimp-form form h2 {
		font-size: 1.875em;
	}
}
.mailchimp-form fieldset,
.mailchimp-form .submit-container {
	margin: 0 auto;
	max-width: 450px;
}
.mailchimp-form fieldset {
	border: none;
	padding: 1em 0 0;
	font-size: 1.875em;
}
.mailchimp-form .form-item {
	margin-bottom: 0.75em;
	position: relative;
}
.mailchimp-form .form-item .inner {
	background-color: #fff;
}
.mailchimp-form .form-item .inner:before,
.mailchimp-form .form-item .inner:after {
	content: " ";
	display: table;
}
.mailchimp-form .form-item .inner:after {
	clear: both;
}
.mailchimp-form .form-item .inner:before,
.mailchimp-form .form-item .inner:after {
	content: " ";
	display: table;
}
.mailchimp-form .form-item .inner:after {
	clear: both;
}
.mailchimp-form .form-item .inner.has-val input[type="text"],
.mailchimp-form .form-item .inner.has-val input[type="email"] {
	background-color: #fff;
}
.mailchimp-form .form-item label {
	font-size: 18px;
	color: #44cee5;
	left: 0;
	padding: 0 36px;
	position: absolute;
	text-transform: uppercase;
	top: 14px;
	z-index: 1;
}
.mailchimp-form .form-item label span {
	font-size: 0.5em;
	color: #000000;
}
.mailchimp-form input[type="text"],
.mailchimp-form input[type="email"] {
	border: none;
	background-color: transparent;
	color: #44cee5;
	display: block;
	padding: 5px 10px;
	position: relative;
	width: 100%;
	z-index: 2;
	-webkit-transition: background-color 200ms;
	transition: background-color 200ms;
}
.mailchimp-form input[type="text"]:focus,
.mailchimp-form input[type="email"]:focus {
	outline: none;
	background-color: #fff;
}
.sticky-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 40px 0 0;
}
.page-template-page-calendar .sticky-post {
	margin: 0 0 1em;
}
.sticky-post-event .sticky-post__content {
	padding: 0;
	width: 100%;
}
footer.content-info .container{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
-webkit-box-align:start;
		-ms-flex-align:start;
				align-items:flex-start;
-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	margin-bottom:1.5rem;
}
footer.content-info .widget{
	width:25%;
	text-align:left;
}
@media (min-width: 1024px) {
	footer.content-info .widget:nth-child(1n+5) h3,
	footer.content-info .widget:nth-child(1n+5) p {
		margin-top: 0;
		color: #000000;
		font-size: 1rem;
	}
}
@media (max-width: 1023px) {
	footer.content-info .widget{
		width:50%;
		text-align:left;
	}
}
@media (max-width: 767px) {
	footer.content-info .widget{
		width:100%;
		text-align:center;
	}
}
footer.content-info .widget ul {
	list-style:none;
	padding:0;
}
footer.content-info .widget ul li{
	padding:0 0 0.25rem 0;
}
@media (max-width: 767px) {
	.sticky-post {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		margin: 0 auto;
		max-width: 450px;
	}
}
.archive .sticky-post {
	padding: 0 40px;
}
@media (max-width: 991px) {
	.archive .sticky-post {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	.archive .sticky-post {
		padding: 20px 0 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
	}
}
.sticky-post__image {
	width: 40%;
}
@media (max-width: 767px) {
	.sticky-post__image {
		width: 100%;
	}
}
.sticky-post__image img {
	width: 100%;
	height: auto;
	max-height: initial;
}
.sticky-post__content {
	padding: 0 1.5em;
	width: 60%;
}
@media (max-width: 767px) {
	.sticky-post__content {
		width: 100%;
		padding: 1em 0em;
	}
}
.sticky-post__entry-title a {
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 1.875em;
}
@media (max-width: 767px) {
	.sticky-post__entry-title a {
		font-size: 1.2em;
	}
}
.print-only {
	display: none;
}
@media print {
	body {
		border: none;
		font-size: 12px;
		font-family: 'DIN', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	a {
		border: none;
	}
	a[href]:after {
		content: none !important;
	}
	.navbar-toggle-container,
	.navbar-container {
		display: none;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	img {
		page-break-inside: avoid;
		page-break-after: avoid;
		display: block;
	}
	main :not(.printable) {
		display: none;
		height: 0;
	}
	main .entry-title {
		margin: 0 !important;
	}
	main img {
		display: block !important;
		margin-top: 10px !important;
	}
	main .event-type {
		font-size: 10px !important;
		text-transform: uppercase !important;
	}
	main .itinerary-map-container {
		display: none;
	}
	main .print-only,
	main .printable {
		display: block;
		position: static;
		float: none;
	}
	main .container-fluid {
		border: none !important;
	}
	main thead {
		display: none !important;
	}
	main span {
		display: block;
		line-height: 2;
	}
	main table.printable {
		display: block;
	}
	main table.printable a {
		font-size: 1.16666667em;
		text-decoration: none;
	}
	main .multiple-locations--hidden {
		display: block;
	}
	main td {
		display: block;
		padding: 0 !important;
		margin: 0 !important;
	}
	main tr {
		display: block;
		padding: 0 !important;
		margin: 0 0 30px 0 !important;
	}
	main td.printable {
		display: table-cell;
		float: none;
		width: auto;
		padding: 0;
	}
	main td.printable.has-icon {
		padding-left: 0 !important;
	}
	main td.printable.has-icon svg {
		display: none;
	}
	html.itinerary-overlay-open .site-title {
		font-size: 16px;
		width: 100%;
		float: left;
		clear: both;
	}
	html.itinerary-overlay-open .sr-only,
	html.itinerary-overlay-open svg.icon {
		display: none;
	}
	html.itinerary-overlay-open .main > .container-fluid {
		display: none;
	}
	html.itinerary-overlay-open .itinerary-overlay .img-container {
		height: auto;
		max-width: 50px;
		min-height: 5px;
		padding-bottom: 10px;
	}
	html.itinerary-overlay-open .itinerary-overlay {
		clear: both;
		display: block;
		width: 100%;
		background-color: #44cee5;
	}
	html.itinerary-overlay-open .itinerary-overlay .itinerary-print {
		display: none;
	}
	html.itinerary-overlay-open .itinerary-overlay .map-container {
		display: none;
	}
	html.itinerary-overlay-open .itinerary-overlay img {
		width: 100%;
		height: auto;
		display: block;
	}
	html.itinerary-overlay-open .itinerary-overlay .subcategory {
		display: block;
		height: auto;
	}
	html.itinerary-overlay-open .itinerary-overlay .event-type-events {
		display: block;
	}
	html.itinerary-overlay-open .itinerary-overlay .entry-title {
		display: block;
	}
	html.itinerary-overlay-open .itinerary-overlay .itinerary-remove {
		display: none;
	}
	html.itinerary-overlay-open .itinerary-overlay td {
		display: block;
		page-break-inside: avoid;
		padding: 0 !important;
		margin: 0 !important;
	}
	html.itinerary-overlay-open .itinerary-overlay .itinerary-planner__list li {
		padding-left: 0;
	}
}
/******************************************************************
Site Name:
Author:

Stylesheet: Font Awesome PRO Styles

******************************************************************/
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc {
	/* extra precedence to overcome jqui */
	font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
	/* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
}

.fc-bgevent {
	/* default look for background events */
	background: #8fdf82;
	opacity: .3;
}

.fc-nonbusiness {
	/* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* dimensions */
	margin: 0;
	padding: 0.25em 0.5em;
	/* text & cursor */
	font-size: 1em;
	/* normalize */
	white-space: nowrap;
	background-image: none;
	@extend .btn;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
	margin: 0;
	padding: 0;
}

.fc-state-default {
	/* non-theme */
}

/* icons in buttons */
.fc button .fc-icon {
	/* non-theme */
	position: relative;
	top: -0.05em;
	/* seems to be a good adjustment across browsers */
	vertical-align: middle;
}

/*
	button states
	borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
	/* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
	/* same */
	margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
	/* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
	border-style: solid;
	border-width: 1px;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px;
	/* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0;
	/* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%;
	/* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
	width: 100%;
	box-sizing: border-box;
	/* fix scrollbar issue in firefox */
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	margin: 0;

}
/* normalize cross-browser */
.fc table tr {
	border: none;
}
.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double;
	/* overcome neighboring borders */
}
.fc .fc-time-grid-container{
	display:none;
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
	cursor: pointer;
}

a[data-goto]:hover {
	text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
	/* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
		 the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;
	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
	border-top: 0 hidden transparent;
	/* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0;
	/* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%;
	/* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;
}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px;
	/* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	/* extra precedence to prevent theme-provided backgrounds */
	background: none;
	/* in case <td>s are globally styled */
	border-color: transparent;
	border-color: #000000;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
	-webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
	position: relative;
	/* re-scope all positions */
	width: 100%;
	/* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
	position: relative;
	/* for resize handle and other inner positioning */
	display: block;
	/* make the <a> tag block */
	font-size: 0.6em;
	line-height: 1.3;

	transition: 0.25s ease-in-out all;

	/* default BORDER color */
}
.fc-event:hover{
	color:#fff;
}

.fc-event,
.fc-event-dot {
	background-color: #44cee5;
	border: 1px solid #44cee5;
	/* default BACKGROUND color */
}
#events-results .fc-event {
	background-color:#000000;
	border: 1px solid #000000;
}

.fc-event,
.fc-event:hover {
	color: #fff;
	/* default TEXT color */
	text-decoration: none;
	/* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer;
	/* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
	/* to override an event's custom cursor */
	cursor: not-allowed;
}

.fc-event .fc-bg {
	/* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
	position: absolute;
	z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
	display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
	/* only show when hovering or selected (with touch) */
	display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
	/* 40x40 touch area */
	content: "";
	position: absolute;
	z-index: 9999;
	/* user of this util can scope within a lower z-index */
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
	z-index: 9999 !important;
	/* overcomes inline z-index */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
	content: "";
	position: absolute;
	z-index: 3;
	/* below resizers */
	top: -10px;
	bottom: -10px;
	left: 0;
	right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px;
	/* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px;
	/* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
	cursor: w-resize;
	left: -1px;
	/* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
	cursor: e-resize;
	right: -1px;
	/* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
	width: 7px;
	top: -1px;
	/* overcome top border */
	bottom: -1px;
	/* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
	/* 8x8 little dot */
	border-radius: 4px;
	border-width: 1px;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* vertically center */
	top: 50%;
	margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
	margin-left: -4px;
	/* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
	margin-right: -4px;
	/* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
	margin: 1px 2px 0;
	/* spacing between events and edges */
	padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
	margin-top: 2px;
	/* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
	content: "";
	position: absolute;
	z-index: 1;
	/* same z-index as fc-bg, behind text */
	/* overcome the borders */
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	/* darkening effect */
	background: #000;
	opacity: .25;
}

.fc-day-grid-event .fc-content {
	/* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
	display: none;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
	margin-left: -2px;
	/* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
	margin-right: -2px;
	/* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited {
	/* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
	z-index: 1;
	/* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
	position: absolute;
	border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
	border-color: #000000;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #000000;
}

.fc-unthemed td.fc-today {
	background: mix($blue, $light-gray, 10%);
}

.fc-unthemed .fc-disabled-day {
	background: #d7d7d7;
	opacity: 0.3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
	display: inline-block;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
	/* don't allow browser text-selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
	position: relative;
}

.fc-icon-left-single-arrow:after {
	content: "\2039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}

.fc-icon-right-single-arrow:after {
	content: "\203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
}

.fc-icon-left-double-arrow:after {
	content: "\AB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-right-double-arrow:after {
	content: "\BB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}

.fc-icon-x:after {
	content: "\D7";
	font-size: 200%;
	top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
	background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
	background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0;
	/* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
	/* overpower jqui's styles on <a> tags. TODO: more DRY */
	color: #fff;
	/* default TEXT color */
	text-decoration: none;
	/* if <a> has an href */
	/* undo ui-widget-header bold */
	font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
	font-weight: normal;
	/* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
	background: none;
	/* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
	text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
	text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
	border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
	border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
	padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
	/* some themes have background color. see through to slats */
	background: none;
}

.fc.fc-bootstrap4 a {
	text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
	text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
	border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
	border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
	color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
	position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
	padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
	/* some themes have background color. see through to slats */
	background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
	text-align: center;
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
	margin-top: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.5em;
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
	/* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
	/* extra precedence to override button border margins */
	margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}

.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fc-view-container {
	background: $white;
}

.fc-view,
.fc-view > table {
	/* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* there may be week numbers in these views, so no padding-top */
	padding-bottom: 1em;
	/* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em;
	/* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
	opacity: 0.3;
}

.fc-basic-view .fc-day-header,
.fc-basic-view .fc-day-number {
	font-size: 0.75em;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
	padding: 0 2px;
	/* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
	float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
	float: left;
	border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
	float: right;
	border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
	min-width: 1.5em;
	text-align: center;
	background-color: #f2f2f2;
	color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
	text-align: center;
}

.fc-basic-view td.fc-week-number > * {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2;
	/* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em;
	/* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-bottom: 1em;
	/* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
	/* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
	/* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%;
	/* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
	/* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
	/* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-content-col {
	position: relative;
	/* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
	position: relative;
	z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-highlight-container {
	position: relative;
	z-index: 3;
}

.fc-time-grid .fc-event-container {
	position: relative;
	z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
	z-index: 5;
}

.fc-time-grid .fc-helper-container {
	/* also is fc-event-container */
	position: relative;
	z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0;
	/* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
	/* a div within a cell within the fc-highlight-skeleton */
	position: relative;
	/* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
	/* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
	/* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1;
	/* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
	/* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;
	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;
	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
	overflow: hidden;
	/* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
	/* need to allow touch resizers to extend outside event's bounding box */
	/* common fc-selected styles hide the fc-bg, so don't need this anyway */
	overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
	display: none;
	/* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
	overflow: hidden;
	/* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none;
	/* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start);
	/* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\A0-\A0";
	/* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em;
	/* make the title text the same size as the time */
	padding: 0;
	/* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
	content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
	/* 10x10 dot */
	border-radius: 5px;
	border-width: 1px;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: inherit;
	background: #fff;
	/* horizontally center */
	left: 50%;
	margin-left: -5px;
	/* center on the bottom edge */
	bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
	border-top-width: 1px;
	left: 0;
	right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
	margin-top: -5px;
	/* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
	left: 0;
	/* triangle pointing right... */
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
	right: 0;
	/* triangle pointing left... */
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
	direction: rtl;
	/* unlike core views, leverage browser RTL */
}

.fc-list-view {
	border-width: 1px;
	border-style: solid;
}

/* table resets */
.fc .fc-list-table {
	table-layout: auto;
	/* for shrinkwrapping cell content */
}

.fc-list-table td {
	border-width: 1px 0 0;
	padding: 8px 14px;
}

.fc-list-table tr:first-child td {
	border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
	border-bottom-width: 1px;
}

.fc-list-heading td {
	font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
	float: left;
}

.fc-ltr .fc-list-heading-alt {
	float: right;
}

.fc-rtl .fc-list-heading-main {
	float: right;
}

.fc-rtl .fc-list-heading-alt {
	float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
	cursor: pointer;
	/* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
	white-space: nowrap;
	width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
	padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
	padding-left: 0;
}

.fc-list-item-title a {
	/* every event title cell has an <a> tag */
	text-decoration: none;
	color: inherit;
}

.fc-list-item-title a[href]:hover {
	/* hover effect only on titles with hrefs */
	text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fc-list-empty-wrap1 {
	width: 100%;
	height: 100%;
	display: table;
}

.fc-list-empty {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.fc-unthemed .fc-list-empty {
	/* theme will provide own background */
	background-color: #eee;
}


/* Calendar Legend
--------------------------------------------------------------------------------------------------*/
.calendar-legend-wrapper .legend-item {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		margin: 0.25em 0.25em 0.25em 0;
	}
.calendar-legend-wrapper .square {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
}

/* Tool Tip
--------------------------------------------------------------------------------------------------*/

.tool-tip-event {
	display: block;
	position: absolute;
	z-index: 500;
	padding: 1em 1.5em;
	border: 1px solid #ccc;
	border-bottom-width: 3px;
	background-color: #fff;
	max-width: 300px;
	opacity: 0;
	transition: 0.25s ease-in-out opacity;
}
.tool-tip-event.hovering {
	opacity: 1;
}
.tool-tip-event	p {
	margin: 0.5em 0;
}
.tool-tip-event .event-date small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tool-tip-event .event-date small svg {
	margin-right: 0.5em;
}

.tool-tip-event .color-exhibitions {
	color: #44cee5;
}
.tool-tip-event .color-events {
	color: #000000;
}
.tool-tip-event .color-public-installations {
	color: #FFA300;
}



/* MISC
--------------------------------------------------------------------------------------------------*/

.display-none {
	display: none;
}
.button,
.button:hover,
.button:focus,
.button:active {
	border: 2px solid #FFA300;
}