/* ==================================================
   Reset CSS + Clearfix
================================================== */

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}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}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}

/* ==================================================
   Images
================================================== */

img
{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	
	outline: 1px solid transparent;
}

/* ==================================================
   Font Family
================================================== */

@font-face {
	font-family: 'MuseoSlab-300';
	src: url('../fonts/museoslab/32DFD3_1_0.eot');
	src: url('../fonts/museoslab/32DFD3_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/museoslab/32DFD3_1_0.woff2') format('woff2'),url('../fonts/museoslab/32DFD3_1_0.woff') format('woff'),url('../fonts/museoslab/32DFD3_1_0.ttf') format('truetype');
}

@font-face {
	font-family: 'MuseoSlab-700';
	src: url('../fonts/museoslab/32DFD3_0_0.eot');
	src: url('../fonts/museoslab/32DFD3_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/museoslab/32DFD3_0_0.woff2') format('woff2'),url('../fonts/museoslab/32DFD3_0_0.woff') format('woff'),url('../fonts/museoslab/32DFD3_0_0.ttf') format('truetype');
}

.font-museo300
{
	font-family: 'MuseoSlab-300';
	text-transform: uppercase;
}

.font-museo700
{
	font-family: 'MuseoSlab-700';
	text-transform: uppercase;
}

/* ==================================================
   Text Colour
================================================== */

.txt-lightblue
{
	color: #00AFED;
}

.txt-lightgreen
{
	color: #94CC5D;
}

.txt-pink
{
	color: #EE1F8D;
}

.txt-darkblue
{
	color: #1D3B5D;
}

.txt-black
{
	color: #111;
}

/* ==================================================
   Minimum Height Hack
================================================== */

.setminheight
{
	min-height: 400px;
	height:auto !important;
	height: 400px;
}

/* ==================================================
   Flexbox Grid System
================================================== */

.row
{
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-left: -30px;
}

.row.reverse
{
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.col.reverse
{
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12
	{
		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 30px;
		padding-left: 30px;
	}

	.col-lg
	{
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-lg-1
	{
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}

	.col-lg-2
	{
		-ms-flex-preferred-size: 16.667%;
		-webkit-flex-basis: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}

	.col-lg-3
	{
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-lg-4
	{
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}

	.col-lg-5
	{
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}

	.col-lg-6
	{
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-lg-7
	{
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}

	.col-lg-8
	{
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}

	.col-lg-9
	{
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-lg-10
	{
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}

	.col-lg-11
	{
		-ms-flex-preferred-size: 91.667%;
		-webkit-flex-basis: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}

	.col-lg-12
	{
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-lg-offset-1
	{
		margin-left: 8.333%;
	}

	.col-lg-offset-2
	{
		margin-left: 16.667%;
	}

	.col-lg-offset-3
	{
		margin-left: 25%;
	}

	.col-lg-offset-4
	{
		margin-left: 33.333%;
	}

	.col-lg-offset-5
	{
		margin-left: 41.667%;
	}

	.col-lg-offset-6
	{
		margin-left: 50%;
	}

	.col-lg-offset-7
	{
		margin-left: 58.333%;
	}

	.col-lg-offset-8
	{
		margin-left: 66.667%;
	}

	.col-lg-offset-9
	{
		margin-left: 75%;
	}

	.col-lg-offset-10
	{
		margin-left: 83.333%;
	}

	.col-lg-offset-11
	{
		margin-left: 91.667%;
	}

	.start-lg
	{
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-lg
	{
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-lg
	{
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-lg
	{
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.middle-lg
	{
		-webkit-align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.bottom-lg
	{
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.around-lg
	{
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-lg
	{
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.first-lg
	{
		-webkit-order: -1;
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.last-lg
	{
		-webkit-order: 1;
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

/* ==================================================
   Typography
================================================== */

p
{
	margin: 0 0 20px 0;
}

strong, b
{
	font-weight: 700;
}

em, i
{
	font-style: italic;
}


h1, h2, h3, h4, h5, h6
{
	margin: 25px 0;
	font-weight: 700;
	font-family: inherit;
	line-height: 1;
}

	h1
	{
		font-size: 2em;
		margin-top: 0;
	}
	
	h2
	{
		font-size: 1.7em;
	}
	
	h3
	{
		font-size: 1.4em;
	}
	
	h4
	{
		font-size: 1.1em;
	}
	
	h5
	{
		font-size: 1em;
	}
	
	h6
	{
		font-size: 1em;
	}

ul
{
	margin: 0 0 20px 25px;
	list-style-type: square;
}

	ul li
	{
		padding: 0;
	}

		ul ul
		{
			margin: 0 0 0 20px;
		}

ol
{
	margin: 0 0 20px 25px;
	list-style-type: decimal;
}

	ol li
	{
		padding: 0;
	}

		ol ol
		{
			margin: 0 0 0 20px;
		}

hr
{
	clear: both;
	border: 0;
	height: 0;
	margin: 0 0 25px 0;
	border-top: 1px dotted #CCC;
}

.alignleft
{
	text-align: left;
}

.aligncentre
{
	text-align: center;
}

.alignright
{
	text-align: right;
}

.uppercase
{
	text-transform: uppercase;
}

/* ==================================================
   Button
================================================== */

.button
{
	display: inline-block;
	padding: 0 20px;
	font-size: 1.1em;
	line-height: 38px;
	padding-top: 2px;
	font-weight: 400;
	font-family: 'MuseoSlab-700';
	color: #FFF;
	text-align: left;
	text-decoration: none;
	background: #94CC5D;
	outline: 0;
	border: none;
	cursor: pointer;
	letter-spacing: 0;
	text-transform: uppercase;
	
	-webkit-appearance: none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

	.button:hover
	{
		color: #FFF;
	}

/* ==================================================
   Form Styles
================================================== */

#rex-yform
{
	width: 100%;
	margin: 0 0 20px 0;
}

/** Input Styles **/

#rex-yform label
{
	font-weight: 600;
}

#rex-yform .form-group input[type=text],
#rex-yform .form-group input[type=email],
#rex-yform .form-group select,
#rex-yform .form-group textarea
{
	padding: 8px 12px;
	width: 100%;
	border: 0;
	border: 1px solid #222;
	background: #FFF;
	text-align: left;
	margin: 0 0 10px 0;
	font-family: inherit;
	font-size: 0.9em;
	color: #333;
	text-align: left;
	
	-webkit-appearance: none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

	#rex-yform .form-group input[type=text]:focus,
	#rex-yform .form-group input[type=email]:focus,
	#rex-yform .form-group select:focus,
	#rex-yform .form-group textarea:focus
	{
		border: 1px solid #94CC5D;
	}
	
	#rex-yform .form-group textarea
	{
		width: 100%;
		height: 140px;
		
		-webkit-transition: height 0.2s linear;
		-moz-transition: height 0.2s linear;
		-o-transition: height 0.2s linear;
		transition: height 0.2s linear;
	}
		
		#rex-yform .form-group textarea:focus
		{
			width: 100%;
			height: 180px;
		}

	#rex-yform .form-group.form-captcha input[type=text]
	{
		max-width: 120px;
		margin-right: 5px;
	}
	
	#rex-yform .form-group.form-captcha img
	{
		vertical-align: middle;
		margin-right: 5px;
	}
	
	#rex-yform .selectdiv
	{
		position: relative;
	}
	
		#rex-yform .selectdiv span.genericon
		{
			position: absolute;
			top: 40px;
			right: 14px;
			z-index: 0;
			font-size: 1em;
			color: #333;
		}
		
		#rex-yform .selectdiv select
		{
			background: none;
			position: relative;
			z-index: 1;
		}

/** Alerts **/

.alert
{
	margin: 0 0 20px 0;
	padding: 10px 12px;
}

	.alert ul
	{
		list-style-type: none;
		margin: 0;
		display: block;
		width: 100%;
		
	}
	
		.alert ul li
		{
			color: #FFF;
		}

.alert.alert-danger
{
	background: #DB3A34;
}
	
/** Button **/

button.btn
{
	display: inline-block;
	padding: 0 20px;
	font-size: 1.1em;
	line-height: 38px;
	padding-top: 2px;
	font-weight: 400;
	font-family: 'MuseoSlab-700';
	color: #FFF;
	text-align: left;
	text-decoration: none;
	background: #94CC5D;
	outline: 0;
	border: none;
	cursor: pointer;
	letter-spacing: 0;
	text-transform: uppercase;
	
	-webkit-appearance: none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

	button.btn:hover
	{
		color: #FFF;
	}