.primary-colour {
	color: #092c2a;
}
.secondary-colour {
	color: #8ec63f;
}
.tertiary-colour {
	color: #01a89e;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #FFF;
	font-size: 16px;
	font-family: 'conduititcregular';
	color: #092c2a;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
.half-left,
.half-right {
	width: 49%;
	float: left;
	overflow: auto;
}
.half-right {
	margin-left: 1%;
}
img {
	max-width: 100%;
	height: auto;
}
.column.right,
.columns.right {
	float: right;
}
a,
a:visited {
	color: #01a89e;
	text-decoration: none;
	outline: 0;
	-webkit-transition: color 400ms ease-in-out;
	-moz-transition: color 400ms ease-in-out;
	-ms-transition: color 400ms ease-in-out;
	-o-transition: color 400ms ease-in-out;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #092c2a;
}
p a,
p a:visited {
	line-height: inherit;
}
ul,
ol {
	margin-bottom: 20px;
	color: #092c2a;
}
ul {
	list-style: disc;
	overflow: hidden;
}
ul li {
	list-style: inside;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ol {
	list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
	margin-left: 30px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-bottom: 16px;
	padding: 16px 32px;
	background: #01948b;
	border: 0;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	line-height: 100%;
	font-family: 'conduititcbold';
	text-transform: uppercase;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFF;
	background: #017f78;
	border: 0;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 0;
}
.button:visited,
button:visited,
input[type="submit"]:visited,
input[type="reset"]:visited,
input[type="button"]:visited {
	color: #FFF;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.button--secondary {
	background: #009248;
}
.button--secondary:hover {
	background: #007d3e;
}
.button--tertiary {
	background: #8ec63f;
}
.button--tertiary:hover {
	background: #78aa32;
}
form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #c9c9c9;
	padding: 8px;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #092c2a;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #f0eeee;
	font-size: 1em;
}
select {
	padding: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
textarea {
	min-height: 60px;
}
label,
legend,
.wdform-label {
	font-family: 'conduititcbold';
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
@font-face {
	font-family: 'conduititcregular';
	src: url('../fonts/conduititc-webfont.woff2') format('woff2'), url('../fonts/conduititc-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'conduititcbold';
	src: url('../fonts/conduititc_bold-webfont.woff2') format('woff2'), url('../fonts/conduititc_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'heroic_condensedbook';
	src: url('../fonts/heroiccondensed_book-webfont.woff2') format('woff2'), url('../fonts/heroiccondensed_book-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'heroic_condensedbold';
	src: url('../fonts/heroiccondensed_bold-webfont.woff2') format('woff2'), url('../fonts/heroiccondensed_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
h1,
.title {
	font-size: 2.6em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
	margin-bottom: 24px;
	color: #092c2a;
	line-height: 120%;
	font-family: 'conduititcbold';
	text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.title a {
	font-weight: inherit;
}
h1 em {
	text-transform: none;
	font-style: normal;
}
.subheader {
	margin: 0 0 4px 0;
	color: #01a89e;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: 'conduititcbold';
}
p,
li,
ol {
	line-height: 150%;
}
p {
	margin: 0 0 10px 0;
	color: #092c2a;
	font-size: 1em;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 1.4em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
blockquote,
blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0px;
	height: 0;
	min-width: 300px;
}
.cf {
	*zoom: 1;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.inline-block {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.va {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.vca {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.preserve {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.backface {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.appearance {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.contain {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.row {
	position: relative;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.shortrow {
	max-width: 960px;
}
.row::before,
.row::after {
	content: ' ';
	display: table;
}
.row::after {
	clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}
.row .row {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
	.row .row {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}
.row .row.collapse {
	margin-left: 0;
	margin-right: 0;
}
.row.expanded {
	max-width: none;
}
.row.expanded .row {
	margin-left: auto;
	margin-right: auto;
}
.column,
.columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	float: left;
}
.column.row.row,
.row.row.columns {
	float: none;
}
.row .column.row.row,
.row .row.row.columns {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
.small-1 {
	width: 8.33333%;
}
.small-push-1 {
	position: relative;
	left: 8.33333%;
}
.small-pull-1 {
	position: relative;
	left: -8.33333%;
}
.small-offset-0 {
	margin-left: 0%;
}
.small-2 {
	width: 16.66667%;
}
.small-push-2 {
	position: relative;
	left: 16.66667%;
}
.small-pull-2 {
	position: relative;
	left: -16.66667%;
}
.small-offset-1 {
	margin-left: 8.33333%;
}
.small-3 {
	width: 25%;
}
.small-push-3 {
	position: relative;
	left: 25%;
}
.small-pull-3 {
	position: relative;
	left: -25%;
}
.small-offset-2 {
	margin-left: 16.66667%;
}
.small-4 {
	width: 33.33333%;
}
.small-push-4 {
	position: relative;
	left: 33.33333%;
}
.small-pull-4 {
	position: relative;
	left: -33.33333%;
}
.small-offset-3 {
	margin-left: 25%;
}
.small-5 {
	width: 41.66667%;
}
.small-push-5 {
	position: relative;
	left: 41.66667%;
}
.small-pull-5 {
	position: relative;
	left: -41.66667%;
}
.small-offset-4 {
	margin-left: 33.33333%;
}
.small-6 {
	width: 50%;
}
.small-push-6 {
	position: relative;
	left: 50%;
}
.small-pull-6 {
	position: relative;
	left: -50%;
}
.small-offset-5 {
	margin-left: 41.66667%;
}
.small-7 {
	width: 58.33333%;
}
.small-push-7 {
	position: relative;
	left: 58.33333%;
}
.small-pull-7 {
	position: relative;
	left: -58.33333%;
}
.small-offset-6 {
	margin-left: 50%;
}
.small-8 {
	width: 66.66667%;
}
.small-push-8 {
	position: relative;
	left: 66.66667%;
}
.small-pull-8 {
	position: relative;
	left: -66.66667%;
}
.small-offset-7 {
	margin-left: 58.33333%;
}
.small-9 {
	width: 75%;
}
.small-push-9 {
	position: relative;
	left: 75%;
}
.small-pull-9 {
	position: relative;
	left: -75%;
}
.small-offset-8 {
	margin-left: 66.66667%;
}
.small-10 {
	width: 83.33333%;
}
.small-push-10 {
	position: relative;
	left: 83.33333%;
}
.small-pull-10 {
	position: relative;
	left: -83.33333%;
}
.small-offset-9 {
	margin-left: 75%;
}
.small-11 {
	width: 91.66667%;
}
.small-push-11 {
	position: relative;
	left: 91.66667%;
}
.small-pull-11 {
	position: relative;
	left: -91.66667%;
}
.small-offset-10 {
	margin-left: 83.33333%;
}
.small-12 {
	width: 100%;
}
.small-offset-11 {
	margin-left: 91.66667%;
}
.small-up-1 > .column,
.small-up-1 > .columns {
	width: 100%;
	float: left;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
	float: left;
}
.small-up-2 > .column,
.small-up-2 > .columns {
	width: 50%;
	float: left;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
	float: left;
}
.small-up-3 > .column,
.small-up-3 > .columns {
	width: 33.33333%;
	float: left;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
	float: left;
}
.small-up-4 > .column,
.small-up-4 > .columns {
	width: 25%;
	float: left;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
	float: left;
}
.small-up-5 > .column,
.small-up-5 > .columns {
	width: 20%;
	float: left;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
	float: left;
}
.small-up-6 > .column,
.small-up-6 > .columns {
	width: 16.66667%;
	float: left;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
	float: left;
}
.small-up-7 > .column,
.small-up-7 > .columns {
	width: 14.28571%;
	float: left;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
	float: left;
}
.small-up-8 > .column,
.small-up-8 > .columns {
	width: 12.5%;
	float: left;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
	float: left;
}
.small-collapse > .column,
.small-collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}
.small-collapse .row {
	margin-left: 0;
	margin-right: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.small-centered {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.small-uncentered,
.small-push-0,
.small-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left;
}
@media screen and (min-width: 40em) {
	.medium-1 {
		width: 8.33333%;
	}
	.medium-push-1 {
		position: relative;
		left: 8.33333%;
	}
	.medium-pull-1 {
		position: relative;
		left: -8.33333%;
	}
	.medium-offset-0 {
		margin-left: 0%;
	}
	.medium-2 {
		width: 16.66667%;
	}
	.medium-push-2 {
		position: relative;
		left: 16.66667%;
	}
	.medium-pull-2 {
		position: relative;
		left: -16.66667%;
	}
	.medium-offset-1 {
		margin-left: 8.33333%;
	}
	.medium-3 {
		width: 25%;
	}
	.medium-push-3 {
		position: relative;
		left: 25%;
	}
	.medium-pull-3 {
		position: relative;
		left: -25%;
	}
	.medium-offset-2 {
		margin-left: 16.66667%;
	}
	.medium-4 {
		width: 33.33333%;
	}
	.medium-push-4 {
		position: relative;
		left: 33.33333%;
	}
	.medium-pull-4 {
		position: relative;
		left: -33.33333%;
	}
	.medium-offset-3 {
		margin-left: 25%;
	}
	.medium-5 {
		width: 41.66667%;
	}
	.medium-push-5 {
		position: relative;
		left: 41.66667%;
	}
	.medium-pull-5 {
		position: relative;
		left: -41.66667%;
	}
	.medium-offset-4 {
		margin-left: 33.33333%;
	}
	.medium-6 {
		width: 50%;
	}
	.medium-push-6 {
		position: relative;
		left: 50%;
	}
	.medium-pull-6 {
		position: relative;
		left: -50%;
	}
	.medium-offset-5 {
		margin-left: 41.66667%;
	}
	.medium-7 {
		width: 58.33333%;
	}
	.medium-push-7 {
		position: relative;
		left: 58.33333%;
	}
	.medium-pull-7 {
		position: relative;
		left: -58.33333%;
	}
	.medium-offset-6 {
		margin-left: 50%;
	}
	.medium-8 {
		width: 66.66667%;
	}
	.medium-push-8 {
		position: relative;
		left: 66.66667%;
	}
	.medium-pull-8 {
		position: relative;
		left: -66.66667%;
	}
	.medium-offset-7 {
		margin-left: 58.33333%;
	}
	.medium-9 {
		width: 75%;
	}
	.medium-push-9 {
		position: relative;
		left: 75%;
	}
	.medium-pull-9 {
		position: relative;
		left: -75%;
	}
	.medium-offset-8 {
		margin-left: 66.66667%;
	}
	.medium-10 {
		width: 83.33333%;
	}
	.medium-push-10 {
		position: relative;
		left: 83.33333%;
	}
	.medium-pull-10 {
		position: relative;
		left: -83.33333%;
	}
	.medium-offset-9 {
		margin-left: 75%;
	}
	.medium-11 {
		width: 91.66667%;
	}
	.medium-push-11 {
		position: relative;
		left: 91.66667%;
	}
	.medium-pull-11 {
		position: relative;
		left: -91.66667%;
	}
	.medium-offset-10 {
		margin-left: 83.33333%;
	}
	.medium-12 {
		width: 100%;
	}
	.medium-offset-11 {
		margin-left: 91.66667%;
	}
	.medium-up-1 > .column,
	.medium-up-1 > .columns {
		width: 100%;
		float: left;
	}
	.medium-up-1 > .column:nth-of-type(1n),
	.medium-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-1 > .column:nth-of-type(1n+1),
	.medium-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}
	.medium-up-1 > .column:last-child,
	.medium-up-1 > .columns:last-child {
		float: left;
	}
	.medium-up-2 > .column,
	.medium-up-2 > .columns {
		width: 50%;
		float: left;
	}
	.medium-up-2 > .column:nth-of-type(1n),
	.medium-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-2 > .column:nth-of-type(2n+1),
	.medium-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}
	.medium-up-2 > .column:last-child,
	.medium-up-2 > .columns:last-child {
		float: left;
	}
	.medium-up-3 > .column,
	.medium-up-3 > .columns {
		width: 33.33333%;
		float: left;
	}
	.medium-up-3 > .column:nth-of-type(1n),
	.medium-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-3 > .column:nth-of-type(3n+1),
	.medium-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}
	.medium-up-3 > .column:last-child,
	.medium-up-3 > .columns:last-child {
		float: left;
	}
	.medium-up-4 > .column,
	.medium-up-4 > .columns {
		width: 25%;
		float: left;
	}
	.medium-up-4 > .column:nth-of-type(1n),
	.medium-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-4 > .column:nth-of-type(4n+1),
	.medium-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}
	.medium-up-4 > .column:last-child,
	.medium-up-4 > .columns:last-child {
		float: left;
	}
	.medium-up-5 > .column,
	.medium-up-5 > .columns {
		width: 20%;
		float: left;
	}
	.medium-up-5 > .column:nth-of-type(1n),
	.medium-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-5 > .column:nth-of-type(5n+1),
	.medium-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}
	.medium-up-5 > .column:last-child,
	.medium-up-5 > .columns:last-child {
		float: left;
	}
	.medium-up-6 > .column,
	.medium-up-6 > .columns {
		width: 16.66667%;
		float: left;
	}
	.medium-up-6 > .column:nth-of-type(1n),
	.medium-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-6 > .column:nth-of-type(6n+1),
	.medium-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}
	.medium-up-6 > .column:last-child,
	.medium-up-6 > .columns:last-child {
		float: left;
	}
	.medium-up-7 > .column,
	.medium-up-7 > .columns {
		width: 14.28571%;
		float: left;
	}
	.medium-up-7 > .column:nth-of-type(1n),
	.medium-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-7 > .column:nth-of-type(7n+1),
	.medium-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}
	.medium-up-7 > .column:last-child,
	.medium-up-7 > .columns:last-child {
		float: left;
	}
	.medium-up-8 > .column,
	.medium-up-8 > .columns {
		width: 12.5%;
		float: left;
	}
	.medium-up-8 > .column:nth-of-type(1n),
	.medium-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.medium-up-8 > .column:nth-of-type(8n+1),
	.medium-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}
	.medium-up-8 > .column:last-child,
	.medium-up-8 > .columns:last-child {
		float: left;
	}
	.medium-collapse > .column,
	.medium-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.medium-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	.medium-uncollapse > .column,
	.medium-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.medium-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.medium-uncentered,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}
@media screen and (min-width: 64em) {
	.large-1 {
		width: 8.33333%;
	}
	.large-push-1 {
		position: relative;
		left: 8.33333%;
	}
	.large-pull-1 {
		position: relative;
		left: -8.33333%;
	}
	.large-offset-0 {
		margin-left: 0%;
	}
	.large-2 {
		width: 16.66667%;
	}
	.large-push-2 {
		position: relative;
		left: 16.66667%;
	}
	.large-pull-2 {
		position: relative;
		left: -16.66667%;
	}
	.large-offset-1 {
		margin-left: 8.33333%;
	}
	.large-3 {
		width: 25%;
	}
	.large-push-3 {
		position: relative;
		left: 25%;
	}
	.large-pull-3 {
		position: relative;
		left: -25%;
	}
	.large-offset-2 {
		margin-left: 16.66667%;
	}
	.large-4 {
		width: 33.33333%;
	}
	.large-push-4 {
		position: relative;
		left: 33.33333%;
	}
	.large-pull-4 {
		position: relative;
		left: -33.33333%;
	}
	.large-offset-3 {
		margin-left: 25%;
	}
	.large-5 {
		width: 41.66667%;
	}
	.large-push-5 {
		position: relative;
		left: 41.66667%;
	}
	.large-pull-5 {
		position: relative;
		left: -41.66667%;
	}
	.large-offset-4 {
		margin-left: 33.33333%;
	}
	.large-6 {
		width: 50%;
	}
	.large-push-6 {
		position: relative;
		left: 50%;
	}
	.large-pull-6 {
		position: relative;
		left: -50%;
	}
	.large-offset-5 {
		margin-left: 41.66667%;
	}
	.large-7 {
		width: 58.33333%;
	}
	.large-push-7 {
		position: relative;
		left: 58.33333%;
	}
	.large-pull-7 {
		position: relative;
		left: -58.33333%;
	}
	.large-offset-6 {
		margin-left: 50%;
	}
	.large-8 {
		width: 66.66667%;
	}
	.large-push-8 {
		position: relative;
		left: 66.66667%;
	}
	.large-pull-8 {
		position: relative;
		left: -66.66667%;
	}
	.large-offset-7 {
		margin-left: 58.33333%;
	}
	.large-9 {
		width: 75%;
	}
	.large-push-9 {
		position: relative;
		left: 75%;
	}
	.large-pull-9 {
		position: relative;
		left: -75%;
	}
	.large-offset-8 {
		margin-left: 66.66667%;
	}
	.large-10 {
		width: 83.33333%;
	}
	.large-push-10 {
		position: relative;
		left: 83.33333%;
	}
	.large-pull-10 {
		position: relative;
		left: -83.33333%;
	}
	.large-offset-9 {
		margin-left: 75%;
	}
	.large-11 {
		width: 91.66667%;
	}
	.large-push-11 {
		position: relative;
		left: 91.66667%;
	}
	.large-pull-11 {
		position: relative;
		left: -91.66667%;
	}
	.large-offset-10 {
		margin-left: 83.33333%;
	}
	.large-12 {
		width: 100%;
	}
	.large-offset-11 {
		margin-left: 91.66667%;
	}
	.large-up-1 > .column,
	.large-up-1 > .columns {
		width: 100%;
		float: left;
	}
	.large-up-1 > .column:nth-of-type(1n),
	.large-up-1 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-1 > .column:nth-of-type(1n+1),
	.large-up-1 > .columns:nth-of-type(1n+1) {
		clear: both;
	}
	.large-up-1 > .column:last-child,
	.large-up-1 > .columns:last-child {
		float: left;
	}
	.large-up-2 > .column,
	.large-up-2 > .columns {
		width: 50%;
		float: left;
	}
	.large-up-2 > .column:nth-of-type(1n),
	.large-up-2 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-2 > .column:nth-of-type(2n+1),
	.large-up-2 > .columns:nth-of-type(2n+1) {
		clear: both;
	}
	.large-up-2 > .column:last-child,
	.large-up-2 > .columns:last-child {
		float: left;
	}
	.large-up-3 > .column,
	.large-up-3 > .columns {
		width: 33.33333%;
		float: left;
	}
	.large-up-3 > .column:nth-of-type(1n),
	.large-up-3 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-3 > .column:nth-of-type(3n+1),
	.large-up-3 > .columns:nth-of-type(3n+1) {
		clear: both;
	}
	.large-up-3 > .column:last-child,
	.large-up-3 > .columns:last-child {
		float: left;
	}
	.large-up-4 > .column,
	.large-up-4 > .columns {
		width: 25%;
		float: left;
	}
	.large-up-4 > .column:nth-of-type(1n),
	.large-up-4 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-4 > .column:nth-of-type(4n+1),
	.large-up-4 > .columns:nth-of-type(4n+1) {
		clear: both;
	}
	.large-up-4 > .column:last-child,
	.large-up-4 > .columns:last-child {
		float: left;
	}
	.large-up-5 > .column,
	.large-up-5 > .columns {
		width: 20%;
		float: left;
	}
	.large-up-5 > .column:nth-of-type(1n),
	.large-up-5 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-5 > .column:nth-of-type(5n+1),
	.large-up-5 > .columns:nth-of-type(5n+1) {
		clear: both;
	}
	.large-up-5 > .column:last-child,
	.large-up-5 > .columns:last-child {
		float: left;
	}
	.large-up-6 > .column,
	.large-up-6 > .columns {
		width: 16.66667%;
		float: left;
	}
	.large-up-6 > .column:nth-of-type(1n),
	.large-up-6 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-6 > .column:nth-of-type(6n+1),
	.large-up-6 > .columns:nth-of-type(6n+1) {
		clear: both;
	}
	.large-up-6 > .column:last-child,
	.large-up-6 > .columns:last-child {
		float: left;
	}
	.large-up-7 > .column,
	.large-up-7 > .columns {
		width: 14.28571%;
		float: left;
	}
	.large-up-7 > .column:nth-of-type(1n),
	.large-up-7 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-7 > .column:nth-of-type(7n+1),
	.large-up-7 > .columns:nth-of-type(7n+1) {
		clear: both;
	}
	.large-up-7 > .column:last-child,
	.large-up-7 > .columns:last-child {
		float: left;
	}
	.large-up-8 > .column,
	.large-up-8 > .columns {
		width: 12.5%;
		float: left;
	}
	.large-up-8 > .column:nth-of-type(1n),
	.large-up-8 > .columns:nth-of-type(1n) {
		clear: none;
	}
	.large-up-8 > .column:nth-of-type(8n+1),
	.large-up-8 > .columns:nth-of-type(8n+1) {
		clear: both;
	}
	.large-up-8 > .column:last-child,
	.large-up-8 > .columns:last-child {
		float: left;
	}
	.large-collapse > .column,
	.large-collapse > .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.large-collapse .row {
		margin-left: 0;
		margin-right: 0;
	}
	.large-uncollapse > .column,
	.large-uncollapse > .columns {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.large-centered {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.large-uncentered,
	.large-push-0,
	.large-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
}
@media screen and (min-width: 1024px) {
	.valign-middle {
		display: table;
	}
	.valign-middle > .columns {
		display: table-cell;
		vertical-align: middle;
	}
	.valign-middle > .columns,
	.valign-middle > [class*="column"] + [class*="column"]:last-child {
		float: none;
	}
}
header {
	width: 100%;
	float: left;
	border-bottom: 6px solid #dedede;
}
header .register-buttons {
	display: none;
}
header .other-shows-text p {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.4em;
	text-align: center;
	font-family: 'heroic_condensedbook';
}
header .other-shows-text p strong {
	font-family: 'heroic_condensedbold';
	font-weight: normal;
}
@media only screen and (min-width: 1200px) {
	header .other-shows-text p {
		font-size: 1.6em;
	}
}
@media only screen and (min-width: 960px) {
	.header__top {
		position: fixed;
		left: 0;
		right: 0;
		z-index: 100;
	}
}
.header__top-wrap {
	position: relative;
	background: #f0eeee;
	background: -webkit-linear-gradient(right,#f0eeee,#c5c3c3);
	background: -o-linear-gradient(left,#f0eeee,#c5c3c3);
	background: -moz-linear-gradient(left,#f0eeee,#c5c3c3);
	background: linear-gradient(to left,#f0eeee,#c5c3c3);
}
.header__social {
	display: none;
}
@media only screen and (min-width: 1200px) {
	.header__social {
		display: block;
	}
}
.header__social .social {
	position: absolute;
	right: 0;
	z-index: 100;
	padding: 24px 6px;
	background-color: #00a652;
}
.header__social .social li {
	float: right;
	clear: right;
	padding: 5px;
}
.header__social .social a {
	color: #FFF;
}
.header__social .social a:hover {
	color: #01a89e;
}
.header__main {
	margin-top: 65px;
	padding: 24px 0 16px 0;
}
@media only screen and (max-width: 959px) {
	.header__main {
		margin-top: 0;
	}
}
.header__logo {
	margin-top: 8px;
	float: left;
}
@media only screen and (max-width: 639px) {
	.header__logo {
		marin: 0 0 24px 0;
		text-align: center;
	}
}
.header__logo img {
	max-width: 360px;
	width: 100%;
}
.header__other-shows {
	float: right;
}
@media only screen and (max-width: 639px) {
	.header__other-shows .columns {
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	.header__other-shows .flag {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.header__other-shows .other-show-logos {
		width: 100%;
		padding: 0;
	}
}
.header__other-shows p {
	margin: 0 0 4px 0;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
	font-family: 'conduititcbold';
}
@media only screen and (min-width: 1200px) {
	.header__other-shows p {
		font-size: 1.4em;
	}
}
.header__other-shows ul {
	position: relative;
	bottom: 8px;
	margin: 0;
}
.header__other-shows li {
	width: 33.3%;
	float: left;
	padding: 0 8px;
	list-style: none;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.header__other-shows li {
		padding: 0 24px;
	}
}
@media only screen and (min-width: 1200px) {
	.header__other-shows li {
		padding: 0 40px;
	}
}
.header__other-shows a {
	display: block;
	line-height: 75px;
}
.header__other-shows img {
	max-height: 100%;
	width: 100%;
	vertical-align: middle;
}
.header__select-show {
	float: right;
}
#select-show {
	position: relative;
	width: 82px;
	height: 47px;
	border: 1px solid #111;
	background: transparent;
	margin: 10px 8px;
	padding: 8px;
	font-size: 16px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/show-drop-down.png') 100% 50% no-repeat #fff;
	background-size: 70px;
	cursor: pointer;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	color: #092c2a;
}
#select-show:hover {
	background-color: #eee;
}
#select-show.style-select {
	color: transparent;
}
@media only screen and (min-width: 1200px) {
	#select-show {
		display: block;
	}
}
#select-show::-ms-expand {
	display: none;
}
body.menu-active {
	overflow: hidden;
}
.nav {
	margin: 0;
	display: none;
	overflow: visible;
}
@media only screen and (min-width: 960px) {
	.nav {
		display: block;
	}
}
.nav li {
	float: left;
	position: relative;
	text-align: center;
	list-style: none;
	left: 0;
}
.nav a {
	display: block;
	padding: 24px 16px;
	color: #092c2a;
	font-size: 1em;
	text-decoration: none;
	line-height: 120%;
	text-transform: uppercase;
	font-family: 'conduititcbold';
}
@media only screen and (min-width: 960px) {
	.nav a {
		padding: 24px 16px;
		font-size: 0.9em;
	}
}
@media only screen and (min-width: 1200px) {
	.nav a {
		padding: 24pxpx;
		font-size: 1.1em;
	}
}
.nav a:hover,
.nav .current > a,
.nav .active > a {
	color: #01a89e;
}
.nav i {
	margin-left: 5px;
	color: #00a652;
}
.nav ul {
	display: none;
	width: 100%;
	float: left;
	position: static;
	margin: 0;
	font-size: 0.8em;
}
@media only screen and (min-width: 960px) {
	.nav ul {
		position: absolute;
		min-width: 150px;
		width: auto;
		top: 66px;
		left: 0;
		z-index: 9;
		font-size: 1em;
		background-color: #c5c3c3;
	}
}
@media only screen and (max-width: 959px) {
	.nav ul.active {
		display: block;
	}
}
.nav ul li {
	width: 100%;
}
.nav ul a {
	padding: 16px;
}
@media only screen and (min-width: 960px) {
	.nav li:hover > ul {
		display: block;
	}
}
.nav > * {
	overflow: visible;
}
@media only screen and (max-width: 959px) {
	.nav.active,
	.nav > ul.active {
		display: block;
	}
	.nav.active a {
		display: block;
		padding: 0.6em;
	}
	.nav.active li,
	.nav.active ul ul {
		width: 100%;
		height: auto;
		float: left;
		display: block;
		font-size: 1em !important;
	}
	.nav.active ul ul {
		display: block;
		position: inherit;
		top: auto;
	}
}
.nav--main {
	float: left;
}
@media only screen and (max-width: 639px) {
	.nav--main {
		width: 15%;
	}
}
.nav--main .nav {
	width: 100%;
	float: left;
}
.nav--overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 0;
	margin: auto;
	overflow: hidden;
}
.menu-active .nav--overlay {
	height: 100%;
	overflow: initial;
}
.nav--overlay .nav__wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 40px 0;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #FFF;
}
.nav--overlay .vertical-align {
	display: block;
	width: 100%;
	height: auto;
	z-index: 5;
	margin: 80px 0;
}
.nav--overlay .columns {
	transform: translateY(-300%);
	-webkit-transform: translateY(-300%);
	-moz-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	-o-transform: translateY(-300%);
	transition: transform 0s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);
	-webkit-transition: transform 0s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);
	-moz-transition: transform 0s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);
	-ms-transition: transform 0s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);
	-o-transition: transform 0s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);
	opacity: 0;
}
.menu-active .nav--overlay .columns {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	opacity: 1;
}
.nav--overlay .moduletable {
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transition: opacity .2s cubic-bezier(.25,.46,.45,.94), transform .4s cubic-bezier(.19,1,.22,1);
	-webkit-transition: opacity .2s cubic-bezier(.25,.46,.45,.94), transform .4s cubic-bezier(.19,1,.22,1);
	-moz-transition: opacity .2s cubic-bezier(.25,.46,.45,.94), transform .4s cubic-bezier(.19,1,.22,1);
	-ms-transition: opacity .2s cubic-bezier(.25,.46,.45,.94), transform .4s cubic-bezier(.19,1,.22,1);
	-o-transition: opacity .2s cubic-bezier(.25,.46,.45,.94), transform .4s cubic-bezier(.19,1,.22,1);
	opacity: 0;
}
.menu-active .nav--overlay .moduletable {
	animation: fadeInUp 1s .5s forwards;
	-webkit-animation: fadeInUp 1s .5s forwards;
	-moz-animation: fadeInUp 1s .5s forwards;
	-ms-animation: fadeInUp 1s .5s forwards;
}
.nav--overlay .nav {
	display: block !important;
	text-align: center;
}
.nav--overlay .nav li {
	width: 100%;
	margin-bottom: 8px;
}
.nav--overlay .nav a {
	padding: 8px;
	color: #092c2a;
}
.nav--overlay .nav a:hover {
	color: #01a89e;
}
.nav--overlay .nav ul {
	background-color: transparent;
	position: static;
	width: 100%;
	margin: 0 0 8px;
}
.nav--overlay .nav ul li {
	margin: 0;
}
.nav--overlay .nav ul a {
	padding: 6px;
	font-size: 1em;
	text-align: center;
}
.nav--overlay .register-buttons {
	width: 100%;
	text-align: center;
	margin: 24px 0;
}
@media only screen and (max-width: 479px) {
	.nav--overlay .register-buttons a {
		width: 100%;
	}
}
.nav--overlay .social {
	width: 100%;
	float: left;
	text-align: center;
}
.menu-link {
	height: 33px;
	position: relative;
	z-index: 1;
	display: block;
	cursor: pointer;
	margin: 14px 0;
	background: transparent !important;
	outline: none;
}
.menu-link span,
.menu-link span:before,
.menu-link span:after {
	width: 35px;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	content: '';
	background: #FFF;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}
.menu-link span:before {
	top: -10px;
}
.menu-link span:after {
	top: auto;
	bottom: -10px;
}
.menu-link.active {
	z-index: 999;
}
.menu-link.active span {
	background: transparent;
}
.menu-link.active span:before,
.menu-link.active span:after {
	top: 0;
	background: #01a89e;
}
.menu-link.active span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.menu-link.active span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
@media only screen and (min-width: 960px) {
	.menu-link {
		display: none;
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.n2-ss-layers-container {
	display: none;
	width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
@media only screen and (min-width: 1200px) {
	.n2-ss-layers-container {
		display: block;
	}
}
.n2-ss-layers-container .n2-ss-layer {
	left: 0 !important;
}
.n2-ss-layers-container .n2-ss-layer h1 {
	font-family: 'conduititcbold' !important;
	font-weight: bold !important;
}
#n2-ss-2 .n2-ss-slider-1 {
	background-position: 50% 95%;
}
#n2-ss-2 .n2-ss-layer .button {
	color: #00a652 !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	background-color: #018f86 !important;
	-webkit-transition: background-color 400ms ease-in-out;
	-moz-transition: background-color 400ms ease-in-out;
	-ms-transition: background-color 400ms ease-in-out;
	-o-transition: background-color 400ms ease-in-out;
}
#n2-ss-2 .n2-ss-layer .button:hover {
	background-color: #01857d !important;
}
.banner {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	min-height: 260px;
}
@media only screen and (min-width: 960px) {
	.banner {
		min-height: 400px;
	}
}
.banner .register-buttons {
	position: absolute;
	z-index: 90;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
}
@media only screen and (max-width: 959px) {
	.banner .register-buttons {
		top: 0 !important;
	}
}
@media only screen and (min-width: 960px) {
	.banner .register-buttons.fix {
		position: fixed;
	}
}
.banner .register-buttons a {
	margin: 0 4px 8px 4px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
@media only screen and (max-width: 639px) {
	.banner .register-buttons a {
		margin: 0 1% 1% 1%;
	}
}
@media only screen and (max-width: 479px) {
	.banner .register-buttons a {
		float: left;
		width: 48%;
		margin: 0 1%;
		padding: 16px 8px;
		font-size: 0.9em;
	}
}
@media only screen and (max-width: 639px) {
	.banner .register-buttons .add-to-calendar {
		display: none;
	}
}
.banner video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	z-index: -100;
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.is-mobile .banner video {
	display: none;
}
@media only screen and (max-width: 479px) {
	.banner video {
		display: none;
	}
}
.banner .video__container,
.banner .video__mobile-poster {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media only screen and (min-width: 480px) {
	.banner .video__container,
	.banner .video__mobile-poster {
		background-position: -9999px -9999px;
	}
}
.is-mobile .banner .video__container,
.is-mobile .banner .video__mobile-poster {
	background-position: 50% 50%;
}
.banner .video--full-screen video {
	top: 50%;
	left: 50%;
	height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	object-fit: cover;
}
.banner .video--postbox-size video {
	top: 50%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	min-width: 50%;
}
.banner .video--postbox-size .video__container {
	width: 100%;
	right: auto;
	bottom: 0;
	background-position: 50% 50%;
}
#home-boxes {
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	#home-boxes .columns {
		width: 100%;
	}
}
.home-boxes,
.sidebar-box {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 24px;
	text-align: center;
	overflow: hidden;
}
.home-boxes a,
.sidebar-box a {
	display: block;
	height: 100%;
}
.home-boxes:hover figure,
.sidebar-box:hover figure {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.home-boxes figure,
.sidebar-box figure {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: transform 1s ease-in-out;
	-moz-transition: transform 1s ease-in-out;
	-ms-transition: transform 1s ease-in-out;
	-o-transition: transform 1s ease-in-out;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.home-boxes {
	font-size: 0.8em;
}
@media only screen and (min-width: 960px) {
	.home-boxes {
		font-size: 1em;
	}
}
@media only screen and (max-width: 767px) {
	.home-boxes {
		height: auto !important;
	}
}
@media only screen and (min-width: 768px) {
	.home-boxes {
		min-height: 280px;
	}
}
.home-boxes h2 {
	color: #FFF;
	font-size: 3.4em;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.home-boxes h2 {
		margin: 40px 0;
	}
}
.home-boxes.latest-news {
	background-color: #00a652;
}
.home-boxes.latest-news * {
	color: #FFF;
}
.home-boxes.latest-news h3 {
	margin-bottom: 16px;
}
.home-boxes.latest-news .latestnews-item {
	margin-bottom: 4px !important;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.home-boxes.latest-news .newshead.picturetype {
		display: none;
	}
}
.home-boxes.latest-news .newstitle {
	font-size: 1.2em;
}
.home-boxes.latest-news .newstitle span {
	-webkit-transition: color 400ms ease-in-out;
	-moz-transition: color 400ms ease-in-out;
	-ms-transition: color 400ms ease-in-out;
	-o-transition: color 400ms ease-in-out;
}
.home-boxes.latest-news .newstitle:hover span {
	color: #092c2a;
}
.home-boxes.great-new-idea {
	background-color: #c9c9c9;
}
@media only screen and (max-width: 767px) {
	.home-boxes.great-new-idea {
		height: 240px !important;
	}
}
.home-boxes.great-new-idea figure {
	top: 32px;
	right: 32px;
	bottom: 32px;
	left: 32px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.home-boxes.social-box {
	background-color: #8ec63f;
}
.home-boxes.social-box * {
	color: #FFF;
}
.home-boxes.social-box h3 {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 1.6em;
}
.home-boxes.social-box .social {
	margin-bottom: 16px;
	font-size: 1.4em;
}
.home-boxes.social-box .address,
.home-boxes.social-box .hastag {
	font-size: 2.8em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'conduititcbold';
}
.home-boxes.social-box .address {
	margin-bottom: 0;
	font-size: 1.6em;
}
.home-boxes.opening-times {
	background-color: #01a89e;
	font-size: 1.1em;
}
.home-boxes.opening-times * {
	color: #FFF;
}
.home-boxes.opening-times h3 {
	margin-bottom: 16px;
	text-transform: uppercase;
	font-size: 1.6em;
}
.home-boxes {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.home-boxes .v-align {
	position: relative;
	z-index: 30;
}
@media only screen and (min-width: 768px) {
	.home-boxes .v-align {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.home-boxes .v-align-inner {
	height: 100%;
	overflow: hidden;
}
main {
	width: 100%;
	float: left;
	padding: 56px 0 48px;
	border-bottom: 3px solid #01652f;
	background: url('../images/bg-shape-1.jpg') no-repeat 100% 100%;
	background-size: 600px;
}
main .main {
	text-align: center;
}
.internal main {
	padding: 64px 0;
}
#home-2018 main {
	padding: 40px 0 64px 0;
}
.social {
	margin: 0;
}
.social li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 2px;
	font-size: 1.4em;
}
.social a {
	padding: 8px;
}
.social a:hover i {
	color: #092c2a;
}
.social i {
	-webkit-transition: color 400ms ease-in-out;
	-moz-transition: color 400ms ease-in-out;
	-ms-transition: color 400ms ease-in-out;
	-o-transition: color 400ms ease-in-out;
}
section {
	width: 100%;
	float: left;
}
.sectors-section {
	margin-top: 24px;
	text-align: center;
}
.sector {
	width: 48%;
	text-align: center;
	vertical-align: top;
}
@media only screen and (max-width: 959px) {
	.sector {
		float: none;
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
}
@media only screen and (min-width: 480px) {
	.sector {
		width: 28%;
	}
}
@media only screen and (min-width: 640px) {
	.sector {
		width: 22%;
	}
}
@media only screen and (min-width: 960px) {
	.sector {
		width: 14.2%;
	}
}
.sector figure {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	text-align: center;
	padding: 24px;
}
@media only screen and (min-width: 960px) {
	.sector figure {
		padding: 40px 16px;
	}
}
.sector figure p {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'heroic_condensedbold';
}
@media only screen and (min-width: 1024px) {
	.sector figure p {
		font-size: 1.4em;
	}
}
.sector figure img {
	max-width: 40px;
	max-height: 40px;
	margin-bottom: 4px;
}
@media only screen and (min-width: 1024px) {
	.sector figure img {
		max-width: 54px;
		max-height: 54px;
		margin-bottom: 8px;
	}
}
.sector .sector__content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sector--1 figure {
	background-image: url('../images/orange-hexagon.png');
}
.sector--2 figure {
	background-image: url('../images/pink-hexagon.png');
}
.sector--3 figure {
	background-image: url('../images/purple-hexagon.png');
}
.sector--4 figure {
	background-image: url('../images/dark-green-hexagon.png');
}
.sector--5 figure {
	background-image: url('../images/green-hexagon.png');
}
.sector--6 figure {
	background-image: url('../images/red-hexagon.png');
}
.sector--7 figure {
	background-image: url('../images/blue-hexagon.png');
}
.stats-section {
	padding: 48px 0;
}
.stats-section p {
	font-size: 1.6em;
}
.stats-section .stat {
	text-align: center;
	list-style: none;
}
.stats-section .stat p {
	margin: 0;
	font-size: 1.4em;
	font-family: 'heroic_condensedbold';
	text-transform: uppercase;
}
.stats-section .stat p.count {
	font-size: 2.8em;
	font-weight: bold;
}
.stats-section .stat--1 .count {
	color: #01a89e;
}
.stats-section .stat--2 .count {
	color: #466359;
}
.stats-section .stat--3 .count {
	color: #a7233c;
}
.stats-section .stat--4 .count {
	color: #ec008c;
}
.stats-section .stat--5 .count {
	color: #b271ae;
}
.stats-section .stat--6 .count {
	color: #d16aa9;
}
.william-reed {
	padding: 40px 0;
	background-color: #4e88c7;
	text-align: center;
}
.william-reed * {
	color: #FFF;
}
.william-reed p {
	width: 80%;
	margin: 0 10% 24px 10%;
}
@media only screen and (min-width: 640px) {
	.william-reed p {
		width: 60%;
		margin: 0 20% 24px 20%;
	}
}
.william-reed .title {
	width: 100%;
	margin: 0 0 32px 0;
	font-family: 'conduititcregular';
	font-weight: normal;
	font-size: 2em;
}
.william-reed .title img {
	position: relative;
	top: 16px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 220px;
}
.william-reed__logos img {
	height: 60px;
	margin: 8px 24px;
}
.sponsors-section {
	padding: 40px 0;
}
.sponsors-section h4 {
	margin: 0;
}
.sponsors-section ul {
	font-size: 0;
}
.sponsors-section li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	float: none;
	width: 50%;
	padding: 16px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.sponsors-section li {
		width: 25%;
	}
}
@media only screen and (min-width: 1200px) {
	.sponsors-section li {
		width: 16.6%;
	}
}
.sponsors-section img {
	width: 150px;
	margin: 8px;
	vertical-align: middle;
}
@media only screen and (max-width: 639px) {
	.sponsors-section .media-partners {
		margin-bottom: 24px;
	}
}
.article__wrap {
	margin-bottom: 24px;
	padding: 24px;
	background: #f0eeee;
	text-align: left;
}
.article--image-link {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a.article--image-link {
	display: block;
	padding-top: 24rem;
}
a.article--image-link:hover h3 {
	color: #01a89e;
}
.article__header {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin-bottom: 0px;
	padding: 24px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,0.8)));
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.8));
	background-image: linear-gradient(transparent,rgba(0,0,0,0.8));
}
.article__header h3 {
	margin: 0;
	color: #FFF;
	-webkit-transition: color 400ms ease-in-out;
	-moz-transition: color 400ms ease-in-out;
	-ms-transition: color 400ms ease-in-out;
	-o-transition: color 400ms ease-in-out;
}
.article--style-1 .article__wrap {
	background-color: #8ec63f;
}
.article--style-1 * {
	color: #FFF;
}
.article .v-align {
	position: relative;
	z-index: 30;
}
@media only screen and (min-width: 1024px) {
	.article .v-align {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.box-grid {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box-grid .box {
	width: 30%;
	min-height: 23em;
	justify-content: center;
	align-items: center;
	background-color: #f0eeee;
	padding: 1em;
	margin-bottom: 1.5em;
}
@media only screen and (max-width: 959px) {
	.box-grid .box {
		width: 49%;
	}
}
@media only screen and (max-width: 639px) {
	.box-grid .box {
		width: 100%;
	}
}
.box-grid .box:nth-child(even) {
	background-color: #8ec63f;
}
.box-grid .box:nth-child(even) h3,
.box-grid .box:nth-child(even) p {
	color: #FFF;
}
.box-grid .box img {
	max-width: 200px;
}
.box-grid .box .opening-times {
	text-align: center;
	font-size: 1.2em;
	margin-top: 50%;
	transform: translateY(-25%);
	width: 100%;
	height: 100%;
}
.box-grid .box--img {
	padding: 0;
	position: relative;
	overflow: hidden;
	max-height: 23em;
}
@media only screen and (max-width: 959px) {
	.box-grid .box--img {
		max-height: 25em;
	}
}
.box-grid .box--img a {
	width: 100%;
	height: 100%;
	display: block;
}
.box-grid .box--img a:after {
	display: table;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(transparent,rgba(0,0,0,0.8));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.box-grid .box--img h3 {
	color: #FFF;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 1em;
	text-align: center;
	z-index: 2;
	transition: color 400ms ease-in-out;
}
.box-grid .box--img img {
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	max-width: inherit;
	max-height: inherit;
	transition: all 300ms linear;
}
.box-grid .box--img:hover h3 {
	color: #01A899;
}
.box-grid .box--img:hover img {
	transform: scale(1.1);
}
.vidright {
	display: none;
}
.videotabs {
	width: 100%;
}
.videotabs ul {
	margin: 0;
}
.videotabs li {
	display: block;
	width: 49%;
	background-color: #5a5a5a;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px 0;
}
.videotabs li.left {
	float: left;
}
.videotabs li.right {
	float: right;
}
.videotabs p {
	color: #FFF;
	margin: 5%;
	font-size: 16px;
}
.videotabs span {
	font-weight: bold;
}
.videotabs a {
	text-decoration: none;
	color: #FFF !important;
	display: block;
	min-height: 43px;
}
.videotabs a:hover {
	text-decoration: underline;
}
.zone-logos ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 5px;
	text-align: center;
}
.zone-logos li {
	width: 22%;
	height: 100px;
	position: relative;
	margin: 0 5%;
	padding: 0 3px;
	list-style: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
}
.zone-logos li:hover img {
	opacity: 0.6;
}
.zone-logos img {
	max-width: 90%;
	max-height: 100%;
	height: auto;
	width: auto;
	padding: 10px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sidebar .moduletable {
	margin-bottom: 24px;
}
.sidebar #twitter-widget-0 .timeline-Widget {
	background-color: #dedede;
}
.sidebar-box--venue-location {
	padding: 16px;
	font-size: 1.2em;
	border: 4px solid #dedede;
}
.sidebar-box--venue-location h3,
.sidebar-box--venue-location p {
	margin: 0;
	color: #01a89e;
}
.sidebar-box--venue-location p {
	text-transform: uppercase;
}
.sidebar-box.animate-box h3 {
	position: relative;
	z-index: 30;
	margin: 16px 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 2.4em;
}
.sidebar-box--register {
	background-color: #8ec63f;
}
.sidebar-box--register * {
	color: #FFF;
}
.sidebar-box--register h3,
.sidebar-box--register a {
	margin: 0;
}
.latest-news .latestnews-item {
	margin-bottom: 24px !important;
}
.latest-news .newshead.picturetype {
	top: 8px;
}
.latest-news .detail_date span {
	display: block;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: 0.9em;
}
.latest-news .newstitle {
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: normal !important;
}
.latest-news .newsintro {
	line-height: 150%;
	font-family: 'conduititcbold';
	font-size: 1em;
}
.regridart .inner-mix h3 {
	font-family: Verdana, sans-serif !important;
}
.mix-introtext {
	font-family: Verdana, sans-serif !important;
}
.video-tabs {
	width: 100%;
}
.video-tabs ul {
	margin: 0;
}
.video-tabs li {
	display: block;
	width: 100%;
	background-color: #8ec63f;
	overflow: hidden;
	position: relative;
	margin: 0 0 24px 0;
}
@media only screen and (min-width: 480px) {
	.video-tabs li {
		width: 49%;
	}
}
@media only screen and (min-width: 1200px) {
	.video-tabs li {
		width: 31%;
		float: left !important;
		margin: 0 1% 24px 1%;
	}
}
.video-tabs li.left {
	float: left;
}
.video-tabs li.right {
	float: right;
}
.video-tabs p {
	color: #FFF;
	margin: 5%;
	font-size: 16px;
}
.video-tabs span {
	font-weight: bold;
}
.video-tabs a {
	text-decoration: none;
	color: #FFF !important;
	display: block;
}
.video-tabs a:hover {
	text-decoration: underline;
}
.contact-team {
	width: 100%;
	float: left;
	margin: 0 0 24px 0;
}
.contact-team li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	float: none;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 0 24px 0;
	text-align: center;
	vertical-align: top;
}
@media only screen and (min-width: 480px) {
	.contact-team li {
		width: 46%;
	}
}
@media only screen and (min-width: 768px) {
	.contact-team li {
		width: 28.5%;
	}
}
.footer__top {
	width: 100%;
	float: left;
	padding: 40px 10%;
	text-align: center;
	background: #f0eeee;
	background: -webkit-linear-gradient(right,#f0eeee,#c5c3c3);
	background: -o-linear-gradient(left,#f0eeee,#c5c3c3);
	background: -moz-linear-gradient(left,#f0eeee,#c5c3c3);
	background: linear-gradient(to left,#f0eeee,#c5c3c3);
}
@media only screen and (min-width: 1024px) {
	.footer__top {
		padding: 40px 20%;
	}
}
footer .nav {
	display: block;
}
footer .nav li {
	width: 100%;
	display: block;
	text-align: left;
}
footer .nav a {
	padding: 12px 8px;
	font-weight: normal;
	font-family: 'conduititcbold';
	font-size: 1em;
	color: #092c2a;
}
footer .nav a:hover {
	color: #01a89e;
}
.footer__menu--4 .nav a {
	font-size: 1.2em;
	color: #8ec63f;
}
.footer__menu--4 .nav a:hover {
	color: #01a89e;
}
.footer__signature {
	width: 100%;
	float: left;
	margin-top: 48px;
}
.footer__signature p {
	text-transform: uppercase;
}
.footer__signature span {
	font-family: 'conduititcbold';
}
.footer__logo {
	width: 200px;
	margin-bottom: 16px;
}
footer .social {
	width: 100%;
	float: left;
}
footer .social li {
	font-size: 1.6em;
}
footer .social a {
	color: #092c2a;
}
footer .social a:hover {
	color: #01a89e;
}
footer .event-websites {
	position: relative;
	bottom: 10px;
	margin-bottom: 8px;
}
footer .event-websites img {
	width: 120px;
	position: relative;
	top: 8px;
	margin-left: 2px;
}
.footer__bottom {
	width: 100%;
	float: left;
}
