/* public/v9/base.css */
/*
	(c)2012 - visuallizard.com

	Inspired by:
	Skeleton				www.getskeleton.com
	Bootstrap				twitter.github.com/bootstrap/
	HTML5 ✰ Boilerplate		h5bp.com
*/

/* Table of Content

	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons & Messages
	#Tabs
	#Forms
	#Misc */


/* !Reset & Basics ============================== */
	* { box-sizing: border-box; }
	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;
		scroll-behavior: smooth;}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	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; }

	::-moz-selection { background: #ccc; color: #000; text-shadow: none; }
	::selection { background: #ccc; color: #000; text-shadow: none; }

/* !Basic Styles ============================== */
	html {
		font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
	}
	body {
		background: #fff;
		font: 1rem/1.5 "Montserrat", sans-serif;
		font-weight: 400;
		color: #444;
		/*-webkit-font-smoothing: antialiased;  Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* !Typography ============================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Barlow Condensed", sans-serif;
		font-weight: 500;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 3rem; 		font-weight: 700; line-height: 1.1; margin-bottom: 1rem;}
	h2 { font-size: 2.5rem; 	font-weight: 700; line-height: 1.1; margin-bottom: 0.625rem; }
	h3 { font-size: 2rem; 		font-weight: 600; line-height: 1.1; margin-bottom: 0.625rem; }
	h4 { font-size: 1.5rem; 	font-weight: 600; line-height: 1.1; margin-bottom: 0.625rem; }
	h5 { font-size: 1.25rem; 	font-weight: 600; line-height: 1.1; margin-bottom: 0.625rem; }
	h6 { font-size: 1.125rem; font-weight: 600; line-height: 1.1; margin-bottom: 0.625rem; }

	p { font-size: 1rem; line-height: 1.5; margin: 0 0 1.5rem 0; }
	p img { display: block; margin: 0; width: auto; height: auto; max-width: 100%; }
	p.lead { font-size: 1.25rem; line-height: 1.25; color: #777;  }

	i, em { font-style: italic; }
	b, strong { font-weight: bold; font-weight: 600; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 1.25rem; line-height: 1.25; color: #777; font-style: italic; }
	blockquote { margin: 0 0 1.25rem 0; padding: 0.625rem 1.25rem 0 1rem; border-left: 5px solid #ddd; }
	blockquote cite { display: block; font-size: 0.75rem; color: #666; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #666; }



/* !Links */
	a 				{ color: #c01327; font-weight: 500; text-decoration: none; outline: none; }
	a:hover 	{ color: #000; text-decoration: underline; outline: none; }
	a:focus		{ color: #c01327; outline: none; }
	a:active 	{ outline: none; }

	p a { line-height: inherit; }


/* !Lists */
	ul, ol { font-size: 1rem; margin: 0 0 15px 25px; }
	ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }
	ul { list-style: disc; }
	ol { list-style: decimal; }
	li { line-height: 1.25; }
	ul.unstyled { list-style: none; margin-left: 0; }
	dl { margin-bottom: 20px; }
	dl dt, dl dd { line-height: 1.1; }
	dl dt { font-weight: bold; }
	dl dd { margin-left: 20px; }

	dd:after {
		/* http://lea.verou.me/2012/02/flexible-multiline-definition-lists-with-2-lines-of-css/ */
		content: '\D\A';
		white-space: pre;
	}


/* !Images */
	img {
	  border: 0;
	  -ms-interpolation-mode: bicubic;
	}
	img.scale-with-grid {
		max-width: 100%;
		height: auto;
	}
	.img_left {
		clear: left;
		float: left;
		margin: 0 1em 1em 0;
	}
	.img_right {
		clear: right;
		float: right;
		margin: 0 0 1em 1em;
	}

/* !Other */
	code, pre {
	  padding: 0 3px 2px;
	  font-family: Monaco, Andale Mono, Courier New, monospace;
	  font-size: 12px;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	}
	code {
	  background-color: #eee;
	  color: rgba(0, 0, 0, 0.75);
	  padding: 1px 3px;
	}
	pre {
	  background-color: #f5f5f5;
	  display: block;
	  padding: 8.5px;
	  margin: 0 0 18px;
	  line-height: 18px;
	  font-size: 12px;
	  border: 1px solid #ddd;
	  border: 1px solid rgba(0, 0, 0, 0.15);
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  white-space: pre;
	  white-space: pre-wrap;
	  word-wrap: break-word;
	}

	hr {
		clear: both;
		height: 0;
		margin: 20px 0 19px;
		border: 0;
		border-bottom: 1px solid #ddd;
	}

	address {
		display: block;
		line-height: 18px;
		margin-bottom: 18px;
	}


/* !Buttons & Messages ============================== */
	.button.danger,
	.message.danger,
	.button.danger:hover,
	.message.danger:hover,
	.button.error,
	.message.error,
	.button.error:hover,
	.message.error:hover,
	.button.success,
	.message.success,
	.button.success:hover,
	.message.success:hover,
	.button.info,
	.message.info,
	.button.info:hover,
	.message.info:hover {
		color: #ffffff;
	}
	.button .close, .message .close, .remove {
	  font-family: Arial, sans-serif;
	  line-height: 18px;
	}
	.button.danger,
	.message.danger,
	.button.error,
	.message.error { background-color: #c43c35; }
	.button.success,
	.message.success { background-color: #198419; }
	.message.success > h2 { color: #fff; }
	.button.info, .message.info { background-color: #339bb9; }
	.button {
	  cursor: pointer;
	  display: inline-block;
	  background-color: #e6e6e6;
	  padding: 4px 14px 5px;
	  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	  text-decoration: none;
	  color: #333;
	  font-size: 13px;
	  line-height: normal;
	  border: 1px solid #ccc;
	  border-bottom-color: #bbb;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	  -webkit-transition: 0.1s linear all;
	  -moz-transition: 0.1s linear all;
	  -ms-transition: 0.1s linear all;
	  -o-transition: 0.1s linear all;
	  transition: 0.1s linear all;
	}
	.button:hover {
	  background-position: 0 -15px;
	  color: #333;
	  text-decoration: none;
	}
	.button:focus {
	  outline: 1px dotted #666;
	}
	.button.primary {
	  color: #ffffff;
	  background-color: #0064cd;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  border-color: #0064cd #0064cd #003f81;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	}
	.button.active, .btn:active {
	  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	}
	.button.disabled {
	  cursor: default;
	  background-image: none;
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	  filter: alpha(opacity=65);
	  -khtml-opacity: 0.65;
	  -moz-opacity: 0.65;
	  opacity: 0.65;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}
	.button[disabled] {
	  cursor: default;
	  background-image: none;
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	  filter: alpha(opacity=65);
	  -khtml-opacity: 0.65;
	  -moz-opacity: 0.65;
	  opacity: 0.65;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}


	.close  {
	  float: right;
	  color: #000000;
	  font-size: 20px;
	  font-weight: bold;
	  line-height: 13.5px;
	  text-shadow: 0 1px 0 #ffffff;
	  filter: alpha(opacity=25);
	  -khtml-opacity: 0.25;
	  -moz-opacity: 0.25;
	  opacity: 0.25;
	}
	.close:hover{
	  color: #000000;
	  text-decoration: none;
	  filter: alpha(opacity=40);
	  -khtml-opacity: 0.4;
	  -moz-opacity: 0.4;
	  opacity: 0.4;
	}
	a.remove, a.progress_action {
		margin: 0;
		width: auto;
		height: auto;
		padding: 0;
		line-height: 1;
		font-size: 18px;
		font-weight: bold;
		color: #c43c35;
		text-decoration: none;
		text-shadow: 0 1px 0 #ffffff;
		text-align: center;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		opacity: .8;
	}
	a.remove:hover, a.progress_action:hover {
		opacity: 1;
	}
	.message {
		position: relative;
		padding: 2em;
		margin-bottom: 18px;
		background-color: #eedc94;
		color: #404040;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	}
	.message .close {
		text-decoration: none;
		margin-top: 1px;
		*margin-top: 0;
	}
	.message a {
	  font-weight: bold;
	  color: #fff;
	  text-decoration: underline;
	}
	.message.danger p a,
	.message.error p a,
	.message.success p a,
	.message.info p a {
	  color: #ffffff;
	}
	.message p {
	  margin-bottom: 0;
	}



/* !Forms ============================== */

	form {
		margin-bottom: 20px;
	}
	fieldset {
		margin-bottom: 20px;
	}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "myriad-pro-1", "myriad-pro-2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
	}
	select {
		padding: initial;
		width: 220px;
	}
	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,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px;
		min-width: 210px;
	}
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;
	}
	.input.checkbox label, .input.radio label {
		margin-left: 5px;
		display: inline-block;
	}

	/* 	cat4 required field indicator */
	.required > label:after,
	.required-field > label:after {
		content: " *";
	}

	/* 	for jquery.overlabel  */
	label.overlabel-apply {
		position: absolute;
		top: 0;
		left: 5px;
		z-index: 1;
		padding: 0;
		margin: 0;
		font-weight: normal;
		line-height: 20px;
		color: #777;
	}
	div.overlabel-wrapper {
		position: relative;
	}


	input[type=checkbox], input[type=radio] {
	  width: auto;
	  height: auto;
	  padding: 0;
	  margin: 3px 0;
	  *margin-top: 0;
	  /* IE6-7 */

	  line-height: normal;
	  border: none;
	  display: inline-block;
	}
	input[type=file] {
	  background-color: #ffffff;
	  padding: initial;
	  border: initial;
	  line-height: initial;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}
	input[type=button], input[type=reset], input[type=submit] {
	  width: auto;
	  height: auto;
	}
	select, input[type=file] {
	  height: 27px;
	  *height: auto;
	  line-height: 27px;
	  *margin-top: 4px;
	  /* For IE7, add top margin to align select with labels */

	}
	select[multiple] {
	  height: inherit;
	  background-color: #ffffff;
	}
	textarea {
	  height: auto;
	}

	.poll label .description {
		font-weight: normal;
	}


	.input.file p {
		margin: 0;
	}
	input.form-error {
		margin-bottom: 0;
	}
	.error-message {
		color: #ee5f5b;
		margin-bottom: 10px;
	}

	/* 	Recaptcha */
	#recaptcha_image {
		margin: 1em 0;
	}
	#recaptcha_widget_div {
		margin-bottom: 20px;
	}


/* !Media grid ============================== */
	.media-grid {
		margin-left: -20px;
		margin-bottom: 0;
		zoom: 1;
	}
	.media-grid:before, .media-grid:after {
		display: table;
		content: "";
		zoom: 1;
	}
	.media-grid:after {
		clear: both;
	}
	.media-grid li {
		display: inline;
	}
	.media-grid a, .media-grid div.group {
		float: left;
		padding: 4px;
		margin: 0 0 20px 20px;
		border: 1px solid #ddd;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	}
	.media-grid a img {
		display: block;
	}
	.media-grid a:hover {
		border-color: #7a2;
		-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
		-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
		box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	}

	.media-grid .caption {
		display: block;
	}



/* !Tabs (activate in tabs.js) ============================== */
/* New Tabs */
.tabs-nav {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	/* border-bottom: solid 1px #ddd; */
}
.tabs-nav li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
.tabs-nav li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background: #f6f6f6;
	font-size: 13px;
}
	.tabs-nav li a:hover {
		background: #f0f0f0;
	}
.tabs-nav li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 32px;
	border-top-right-radius: 3px;
}
.tabs-nav li:first-child a.active {
	margin-left: 0;
}
.tabs-nav li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}
.tabs-nav li:last-child a {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.tabs-content { margin: 0; padding: 2em; border: 1px solid #ddd; display: block; list-style: none; clear: both;}
.tabs-content > .tab { display:none; }
.tabs-content > .tab.active { display: block; }



/* !Tables  ============================== */
table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 16px;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px 10px 9px;
  line-height: 1.25;
  text-align: left;
}
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
table td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}

/* 	table types: .condensed-table  and .bordered-table */
.condensed th, .condensed td {
  padding: 5px 5px 4px;
}
.bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse; /* IE7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bordered th + th, .bordered-table td + td, .bordered th + td {
  border-left: 1px solid #ddd;
}
.bordered thead tr:first-child th:first-child, .bordered tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bordered thead tr:first-child th:last-child, .bordered tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bordered tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bordered tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

/* 	sortable and zebra-striped tables */
.striped tbody tr:nth-child(odd) td, .striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.striped tbody tr:hover td, .striped tbody tr:hover th {
  background-color: #f5f5f5;
}
table .header {
  cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table .headerSortUp, table .headerSortDown {
	background-color: #aaa;
	background-color: rgba(220,220,220,0.3);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}


/* !Pagination  ============================== */
	.pagination {
	  height: 38px;
	  margin: 20px 0;
	  -moz-user-select: none;
	  user-select: none;
	}
	.pagination ul {
	  float: left;
	  margin: 0;
	  padding: 0;
	  border: 1px solid #ddd;
	  border-right: 0;
	  border: 1px solid rgba(0, 0, 0, 0.15);
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;

	  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	}
	.pagination li {
		display: inline;
	}
	.pagination a,		.pagination .current {
	  float: left;
	  padding: 0 15px;
	  line-height: 38px;
	  border-right: 1px solid;
	  border-right-color: #ddd;
	  border-right-color: rgba(0, 0, 0, 0.15);

	  text-decoration: none;
	}
	.pagination a:hover, .pagination .active a,		.pagination .current {
	  background-color: #aaa;
	  background-color: rgba(133,196,70,.3);
	}
	.pagination .disabled a, .pagination .disabled a:hover {
	  background-color: transparent;
	  color: #bfbfbf;
	}
	.pagination .last a {
	  border: 0;
	}
	.paginator .ellipsis + .ellipsis {
		display: none;
	}

/* !Non-semantic helper classes ============================== */

	/* For image replacement */
	.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
	.ir br { display: none; }

	/* Hide from both screenreaders and browsers: h5bp.com/u */
	.hidden { display: none !important; visibility: hidden; }

	/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
	.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

	/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
	.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

	/* Hide visually and from screenreaders, but maintain layout */
	.invisible { visibility: hidden; }

	/* Contain floats: h5bp.com/q */
/*
	.clearfix:before, .clearfix:after { content: ""; display: table; }
	.clearfix:after { clear: both; }
*/
	.clearfix { zoom: 1; }





/* !Catalyst specific  ============================== */
	.o5 { opacity: 0.05; }
	.o10 { opacity: 0.1; }
	.o15 { opacity: 0.15; }
	.o20 { opacity: 0.2; }
	.o25 { opacity: 0.25; }
	.o30 { opacity: 0.3; }
	.o35 { opacity: 0.35; }
	.o40 { opacity: 0.4; }
	.o45 { opacity: 0.45; }
	.o50 { opacity: 0.5; }
	.o55 { opacity: 0.55; }
	.o60 { opacity: 0.6; }
	.o65 { opacity: 0.65; }
	.o70 { opacity: 0.7; }
	.o75 { opacity: 0.75; }
	.o80 { opacity: 0.8; }
	.o85 { opacity: 0.85; }
	.o90 { opacity: 0.9; }
	.o95 { opacity: 0.95; }
	.o100 { opacity: 1; }

	.w5 { width: 5%; }
	.w10 { width: 10%; }
	.w15 { width: 15%; }
	.w20 { width: 20%; }
	.w25 { width: 25%; }
	.w30 { width: 30%; }
	.w35 { width: 35%; }
	.w40 { width: 40%; }
	.w45 { width: 45%; }
	.w50 { width: 50%; }
	.w55 { width: 55%; }
	.w60 { width: 60%; }
	.w65 { width: 65%; }
	.w70 { width: 70%; }
	.w75 { width: 75%; }
	.w80 { width: 80%; }
	.w85 { width: 85%; }
	.w90 { width: 90%; }
	.w95 { width: 95%; }
	.w100 { width: 100%; }

	.h1 { height: 1em; }
	.h2 { height: 2em; }
	.h3 { height: 3em; }
	.h4 { height: 4em; }
	.h5 { height: 5em; }
	.h6 { height: 6em; }
	.h7 { height: 7em; }
	.h8 { height: 8em; }
	.h9 { height: 9em; }
	.h10 { height: 10em; }
	.h11 { height: 11em; }
	.h12 { height: 12em; }
	.h13 { height: 13em; }
	.h14 { height: 14em; }
	.h15 { height: 15em; }
	.h16 { height: 16em; }
	.h17 { height: 17em; }
	.h18 { height: 18em; }
	.h19 { height: 19em; }
	.h20 { height: 20em; }

	.block { display: block; }
	.inline { display: inline; }
	.hidden { display: none; }

	.left { text-align: left; }
	.right { text-align: right; }
	.center { text-align: center; }

	.cke {
		display: flex;
		position: relative;
		justify-content: flex-start;
		flex-wrap: wrap;
		column-gap: 2%;
		row-gap: 1.25rem;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.cke div.c1,
	.cke div.c2,
	.cke div.c3,
	.cke div.c4,
	.cke div.c5,
	.cke div.c6 {

	}

	.cke div.c1 { width: 100%; }
	.cke div.c2 { width: 49%; }
	.cke div.c3 { width: 32%; }
	.cke div.c4 { width: 23.5%; }
	.cke div.c5 { width: 18.4%; }
	.cke div.c5 { width: 15%; }

	.cke div.c1,
	.cke div.first {

	}

/*
	.cke:before, .cke:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
	.cke:after { clear: both; }
	.cke:after { zoom: 1; }
*/

/* !Debug & CakePHP Debug SQL table ============================== */
	body.debug:before {
		content: attr(class);
		position: fixed;
		top: 0px;
		left: 10px;
		color: #ddd;
		z-index: 1000;
		font-size: 10px;
	}

	table.cake-sql-log {
		display: none;
		clear: both;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		text-align: left;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		color: #333;
		background-color: #eee;
	}

	table.cake-sql-log td,
	table.cake-sql-log th {
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
		padding: 0.5em;
	}

	table.cake-sql-log caption {
		text-align: center;
		background-color: #900;
		color: #fff;
		font-weight: bold;
		font-size: 1.5em;
		padding: 0.5em;
	}

/* public/v9/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    width: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* public/v9/wpgplus.css */
/* Meetings Winnipeg - version 9 - Winnipeg+ - Module and Typography Styles */
body {
	background-color: #000;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif; color: #fff; }
h1 { font-size: 3.5rem; font-weight: 900; text-transform: uppercase; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
a { color: #fff; text-decoration: underline; }
img { display: block; max-width: 100%; }
iframe { display: block; position: relative; width: 100%; max-width: 100%; }

a.button.red {
	padding: 0.5rem 1rem;
	border: none;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	background: #c01327;
	color: #fff;
}

main {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}
.container {
	display: flex;
	position: relative;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 1.25rem;
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}
div#intro {
	display: block;
	position: relative;
	padding: 15rem 0;
	background: url("https://www.meetingswinnipeg.com/img/v9/mw/wpgplus-header-bk.t1738688766.jpg") no-repeat center center;
	background-size: cover;
}
main.esports div#intro {
	background: url("https://www.meetingswinnipeg.com/img/v9/st/esports-header-bk.t1738688768.jpg") no-repeat center center;
	background-size: cover;
}
div#intro:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	background-image: radial-gradient(circle at top right, transparent 30%, #000 60%);
}
	div#intro .container {
		z-index: 1;
	}
		div#intro .container h1 {
			display: block;
			position: relative;
			flex-basis: 100%;
			max-width: 100%;
			background-image: url("https://www.meetingswinnipeg.com/img/v9/mw/logo-wpgplus-white.t1738688765.svg");
			background-position: left center;
			background-repeat: no-repeat;
			text-indent: -999em;
		}
		main.esports div#intro .container h1 {
			background: none;
			text-indent: 0;
		}
		div#intro .container > .content-body {
			padding-right: 45%;
		}

section {
	display: block;
	position: relative;
	padding: 2rem 0;
}
		section .container div.context,
		section .container div.video,
		section .container div.experience-img {
			display: block;
			position: relative;
			flex-basis: 49%;
			max-width: 49%;
		}
		section .container div.video { padding-bottom: 28.125%; height: 0; }
		section .container div.video > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }
		section#experience .container div.context { order: 1; }
		section#experience .container div.experience-img { order: 0; }
		section#feature-1 .container div.context { order: 0; }
		section#feature-1 .container div.video { order: 1; }
		section#feature-2 .container div.context { order: 1; }
		section#feature-2 .container div.video { order: 0; }
		section#feature-3 .container div.context { order: 0; }
		section#feature-3 .container div.video { order: 1; }
		section#feature-4 .container div.context { order: 1; }
		section#feature-4 .container div.video { order: 0; }
		section#feature-5 .container div.context { order: 0; }
		section#feature-5 .container div.video { order: 1; }

	section#ecosystem .container {

	}
		section#ecosystem .container > h2 {
			display: block;
			width: 100%;
			text-align: center;
		}
		section#ecosystem .container > div.ecosystem-item {
			display: flex;
			position: relative;
			justify-content: flex-start;
			align-content: flex-start;
			flex-wrap: wrap;
			column-gap: 2%;
			row-gap: 1.25rem;
			width: 100%;
			padding: 1rem 0;
			margin: 0;
		}
			div.ecosystem-item > figure {
				display: block;
				position: relative;
				flex-basis: 32%;
				max-width: 32%;
			}
			div.ecosystem-item > div.description {
				display: block;
				position: relative;
				flex-basis: 66%;
				max-width: 66%;
			}
	section#winnipeg-hits .container {
		align-items: stretch;
	}
		section#winnipeg-hits .container > h2 {
			flex-basis: 100%;
			max-width: 100%;
			text-align: center;
		}
		section#winnipeg-hits .container > article {
			display: block;
			position: relative;
			flex-basis: 32%;
			max-width: 32%;
		}
			section#winnipeg-hits .container > article > h3 {
				margin: 1rem 0 0.5rem 0;
			}
			section#winnipeg-hits .container > article > a {
				font-size: 1.25rem;
				text-transform: uppercase;
				color: #fff;
			}

	section#stars .container {
		display: block;
		text-align: center;
	}
		section#stars .container div.staff-group {
			display: flex;
			position: relative;
			justify-content: center;
			flex-wrap: wrap;
			column-gap: 2%;
			row-gap: 1.25rem;
			width: 100%;
			padding: 0;
			margin: 2rem 0;
		}
			section#stars .container div.staff-group div.staffer {
				display: block;
				position: relative;
				flex-basis: 32%;
				max-width: 32%;
				text-align: left;
			}
				section#stars .container div.staff-group div.staffer div.staff-img {
					display: block;
					position: relative;
					width: 100%;
					height: 280px;
					overflow: hidden;
				}
				section#stars .container div.staff-group div.staffer h4 {
					margin-top: 1rem;
				}
				section#stars .container div.staff-group div.staffer p.position {
					text-transform: uppercase;
				}

	section#sf-form .container {
		justify-content: center;
	}
		section#sf-form .container > h2 {
			flex-basis: 100%;
			max-width: 100%;
			text-align: center;
		}
		section#sf-form .container > p {
			flex-basis: 100%;
			max-width: 100%;
			text-align: center;
		}
		section#sf-form .container > div.form-block {
			display: block;
			position: relative;
			flex-basis: 80%;
			max-width: 80%;
			padding: 2rem;
			margin: 0 auto;
			background: #333;
		}
			section#sf-form .container > div.form-block form.standard {
				display: flex;
				position: relative;
				justify-content: flex-start;
				flex-wrap: wrap;
				column-gap: 2%;
				row-gap: 1.25rem;
				width: 100%;
				padding: 0;
				margin: 0;
			}
				section#sf-form .container > div.form-block form.standard div.input {
					display: block;
					position: relative;
					flex-basis: 49%;
					max-width: 49%;
					padding: 0;
					margin: 0;
				}
				section#sf-form .container > div.form-block form.standard div.input.textarea,
				section#sf-form .container > div.form-block form.standard div.input.submit,
				section#sf-form .container > div.form-block form.standard div.g-recaptcha {
					flex-basis: 100%;
					max-width: 100%;
				}
					section#sf-form .container > div.form-block form.standard div.input label {
						margin: 0 0 0.5rem 0;
					}
					section#sf-form .container > div.form-block form.standard div.input input,
					section#sf-form .container > div.form-block form.standard div.input textarea,
					section#sf-form .container > div.form-block form.standard div.input select {
						display: block;
						position: relative;
						width: 100%;
						max-width: 100%;
						min-height: 2.5rem;
						padding: 0.5rem;
						margin: 0;
						font-size: 1.25rem;
					}
					section#sf-form .container > div.form-block form.standard div.input.submit input[type="submit"] {
						display: block;
						position: relative;
						width: 150px;
						padding: 0.5rem 1rem;
						margin: 0 auto;
						border: none;
						background: #c01327;
						color: #fff;
					}

footer {
	padding: 2rem 0;
}
	footer .container {
		text-align: center;
		padding: 0 10%;
	}
		footer .container p {
			font-size: 0.875rem;
		}
		footer .container h2,
		footer .container p.copyright {
			flex-basis: 100%;
			max-width: 100%;
			text-align: center;
		}
		footer .container h2 {
			display: block;
			position: relative;
			font-size: 2.5rem;
			font-weight: 900;
			text-transform: uppercase;
			background-image: url("https://www.meetingswinnipeg.com/img/v9/mw/logo-wpgplus-white.t1738688765.svg");
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -999em;
		}
		footer.esports .container h2 {
			background: none;
			text-indent: 0;
		}

/* !responsive styles */
/* Smaller than 1200 (devices and browsers) */
@media only screen and (max-width: 1200px) {

}

/* Smaller than 1024 (devices and browsers) */
@media only screen and (max-width: 1024px) {
	.container { padding: 0 1rem; }
}

/* Smaller than 768 (devices and browsers) */
@media only screen and (max-width: 768px) {
	div#intro { padding: 2rem 0 5rem 0; }
	div#intro:after { background-image: radial-gradient(circle at right, transparent, #000 30%); }
	div#intro .container { padding: 0 25% 0 1rem; }
	section .container div.context,
	section .container div.video,
	section .container div.experience-img { flex-basis: 100%; max-width: 100%; }
	section .container div.video { padding-bottom: 56.25%; height: 0; }
	section#experience .container div.context { order: 1; }
	section#experience .container div.experience-img { order: 0; }
	section#feature-1 .container div.context { order: 1; }
	section#feature-1 .container div.video { order: 0; }
	section#feature-2 .container div.context { order: 1; }
	section#feature-2 .container div.video { order: 0; }
	section#feature-3 .container div.context { order: 1; }
	section#feature-3 .container div.video { order: 0; }
	section#winnipeg-hits .container > article { flex-basis: 49%; max-width: 49%; }
	section#stars .container div.staff-group { justify-content: center; }
	section#stars .container div.staff-group div.staffer { flex-basis: 49%; max-width: 49%; }
	section#sf-form .container > div.form-block { flex-basis: 100%; max-width: 100%; }
}

/* Smaller than 670 (devices and browsers) */
@media only screen and (max-width: 670px) {

}

/* Smaller than 520 (devices and browsers) */
@media only screen and (max-width: 520px) {

}

/* Smaller than 400 (devices and browsers) */
@media only screen and (max-width: 450px) {
	div#intro { padding: 2rem 0 5rem 0; }
	div#intro:after { background-image: radial-gradient(circle at bottom right, rgba(0,0,0,0.5), #000 50%); }
	div#intro .container { padding: 0 1rem; }
	section#winnipeg-hits .container > article { flex-basis: 100%; max-width: 100%; }
	section#stars .container div.staff-group div.staffer { flex-basis: 100%; max-width: 100%; }
	section#sf-form .container > div.form-block { padding: 1rem; }
	section#sf-form .container > div.form-block form.standard div.input { flex-basis: 100%; max-width: 100%; }
}