@charset 'UTF-8';
@import url("font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");

/*
	Telephasic by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{background: #f5f7fa;}

		body.is-loading *
		{transition: none !important;
			-ms-transition: none !important;
			-ms-animation: none !important;
			-o-animation: none !important;
			animation: none !important;
			-o-transition: none !important;
			-webkit-animation: none !important;
			-moz-animation: none !important;
			-webkit-transition: none !important;
-moz-transition: none !important;}

	body,input,textarea,select
	{font-family: 'Source Sans Pro', sans-serif;
		font-size: 15pt;
		color: #52575c;
		font-weight: 300;
		line-height: 1.75em;}

	h1,h2,h3,h4,h5,h6
	{font-weight: 300;
		color: #52575c;}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{text-decoration: none;
color: inherit;}

	h2
	{line-height: 1.25em;
font-size: 2em;}

	h3
	{font-size: 1.5em;
		line-height: 1.5em;}

	a
	{text-decoration: none;
color: inherit;
		-ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		-moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		-o-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		border-bottom: dotted 1px #62676c;
		-webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;}
	
		a:hover
		{border-bottom-color: rgba(255,255,255,0);
color: #f35858;}

	strong, b
	{font-weight: 400;
		color: #42474c;}
	
	em, i
	{font-style: italic;}
	
	sub
	{position: relative;
		font-size: 0.8em;
		top: 0.5em;}
	
	sup
	{top: -0.5em;
position: relative;
		font-size: 0.8em;}
	
	hr
	{border-top: solid 1px #c2c7cc;
border: 0;}
	
	blockquote
	{padding: 1em 0 1em 2em;
border-left: solid 0.5em #c2c7cc;
		font-style: italic;}
	
	p, ul, ol, dl, table, .features
	{margin-bottom: 1.5em;}

	br.clear
	{clear: both;}

	.feature
	{text-align: center;}
	
	/* Sections/Article */
	
		section,
		article
		{margin-bottom: 3em;}
		
			section > :last-child,
			article > :last-child
			{margin-bottom: 0;}

			section:last-child,
			article:last-child
			{margin-bottom: 0;}
		
		.row > section,
		.row > article
		{margin-bottom: 0;}

		header
		{margin-bottom: 1.5em;}
		
			header > p
			{display: block;
				color: #f35858;
				line-height: 1.5em;
				padding: 0.75em 0 1em 0;
				font-size: 1.5em;}

			header.major
			{text-align: center;}

	/* Image */

		.image
		{display: inline-block;
			border: 0;
			-o-transition: opacity 0.25s ease-in-out;
			outline: 0;
			transition: opacity 0.25s ease-in-out;
			-ms-transition: opacity 0.25s ease-in-out;
			-webkit-transition: opacity 0.25s ease-in-out;
			-moz-transition: opacity 0.25s ease-in-out;}
		
			.image img
			{display: block;
				width: 100%;}

			.image.fit
			{width: 100%;
display: block;}
			
			.image.featured
			{width: 100%;
				margin: 0 0 3em 0;
display: block;}
			
			.image.left
			{float: left;
				margin: 0 2em 2em 0;}
			
			.image.centered
			{display: block;
				margin: 0 0 3em 0;}

				.image.centered img
				{width: auto;
margin: 0 auto;}

			a.image:hover
			{opacity: 0.85;}

	/* List */

		ul
		{}

			ul.default
			{list-style: disc;
				padding-left: 1em;}
			
				ul.default li
				{padding-left: 0.5em;}
			
			ul.actions
			{padding-top: 1em;}
			
				ul.actions.major
				{text-align: center;}
			
				ul.actions li
				{margin-left: 1em;
display: inline-block;}
				
					ul.actions li:first-child
					{margin-left: 0;}

			ul.divided
			{}

				ul.divided li
				{margin-top: 2em;
					padding-top: 2em;
border-top: solid 1px #d2d7dc;}
				
				ul.divided li:first-child
				{padding-top: 0;
					margin-top: 0;
					border-top: 0;}

			ul.icons
			{}
			
				ul.icons li:before
				{text-align: center;
					color: #fff;
					width: 2em;
display: inline-block;
					line-height: 2em;
					margin-right: 0.75em;
					background: #61666b;
					border-radius: 0.35em;
					height: 2em;}

			ul.menu
			{}
			
				ul.menu li
				{margin-left: 1em;
					border-left: solid 1px #d2d7dc;
display: inline-block;
					padding-left: 1em;}
				
				ul.menu li:first-child
				{padding-left: 0;
border-left: 0;
					margin-left: 0;}

		ol
		{}	

			ol.default
			{padding-left: 1.25em;
list-style: decimal;}

				ol.default li
				{padding-left: 0.25em;}

	/* Form */

		form
		{}
		
			form .actions
			{padding-top: 0;}
		
			form label
			{font-weight: 300;
display: block;
				color: #52575c;
				margin: 0 0 0.5em 0;}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea
			{-webkit-appearance: none;
				display: block;
				line-height: 1.5em;
				transition: background-color 0.25s ease-in-out;
				-ms-transition: background-color 0.25s ease-in-out;
				border: solid 1px #d2d7dc;
				-webkit-transition: background-color 0.25s ease-in-out;
				background: #f9fbfe;
				-o-transition: background-color 0.25s ease-in-out;
				padding: 0.75em;
				width: 100%;
				border-radius: 0.35em;
				-moz-transition: background-color 0.25s ease-in-out;}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus
				{background: #fff;}
				
				form textarea
				{min-height: 7em;}

				form .formerize-placeholder
				{color: #555 !important;}

				form ::-webkit-input-placeholder
				{color: #555 !important;}

				form :-moz-placeholder
				{color: #555 !important;}

				form ::-moz-placeholder
				{color: #555 !important;}

				form :-ms-input-placeholder
				{color: #555 !important;}

				form ::-moz-focus-inner
				{border: 0;}
			
	/* Table */
	
		table
		{width: 100%;}
		
			table.default
			{width: 100%;}

				table.default tbody tr
				{border-top: solid 1px #D2D7DC;}
			
				table.default tbody tr:nth-child(2n+1)
				{background: #f9fbfe;}
				
				table.default td
				{padding: 0.5em 1em 0.5em 1em;}
				
				table.default th
				{padding: 0.5em 1em 0.5em 1em;
text-align: left;
					font-weight: 400;}
			
				table.default thead
				{}
				
				table.default tfoot
				{border-top: solid 1px #D2D7DC;}
				
				table.default tbody
				{}

	/* Button */
		
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{display: inline-block;
			-o-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
			color: inherit;
			-ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
			-moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
			outline: 0;
			text-decoration: none;
			padding: 0.8em 2em 0.8em 2em;
			-webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
			background: #f2c200;
			cursor: pointer;
			border: solid 1px #c2c7cc;
			border-radius: 0.35em;}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover
			{color: #f35858;
				border-color: rgba(243,88,88,0.5);}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {text-decoration: none;}

		.icon:before {-webkit-font-smoothing:antialiased;
			text-decoration: none;
			line-height: 1;
			font-size: 1.25em;
display: inline-block;
			font-weight: normal;
			-moz-osx-font-smoothing:grayscale;
			font-style: normal;
			font-family: FontAwesome;}
		
		.icon > .label {display: none;}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{background: #fff;
position: relative;
		overflow-x: hidden;
		padding: 6em 0 6em 0;}

	.image-wrapper
	{position: relative;}
	
		.image-wrapper .image
		{position: relative;
			z-index: 2;}
	
		.image-wrapper.first:before
		{position: absolute;
content: '';
			height: 100%;
			background: #f6f8fb url('images/image-wrapper.svg');
			left: -1000%;
			display: block;
			width: 2000%;
			top: 0;
			box-shadow: inset 0px 0px 0px 1px #e8e8e8;
			z-index: 1;}

	#header-wrapper
	{background-color:		#f08c89;
		background-size:		100% 620%;
		background-image:		url('images/header.svg');
		background-size:		127px 121px,				100% 620%,					auto;
		background-repeat:		repeat,						no-repeat,					no-repeat;
position: relative;
		background-image:		url('images/overlay.png'),	url('images/header.svg'),	-webkit-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
		padding: 4em 0 2em 0;
		
		background-image:		url('images/overlay.png'),	url('images/header.svg'),	-o-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
		background-image:		url('images/overlay.png'),	url('images/header.svg'),	-moz-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
		background-image:		url('images/overlay.png'),	url('images/header.svg'),	-ms-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
		
		background-image:		url('images/overlay.png'),	url('images/header.svg'),	linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);}
	
		.homepage #header-wrapper
		{background-size:	134px 136px,				100% 100%,					auto;
padding: 10em 0 6em 0;}
	
	#promo-wrapper
	{background-image:		url('images/overlay.png'),	url('../images/promo.jpg');
		background-size:		198px 194px,				cover;
		background-position:	top left,					center center;
		padding: 6em 0 6em 0;
		text-align: center;
position: relative;
		color: #fff;}

	#footer-wrapper
	{background-image:		url('images/overlay.png'),	url('images/footer.svg');
		border-top: solid 1px #c2c7cc;
		position: relative;
		background-size:		124px 130px,				100% 100%;
-webkit-transform: translate3d(0,0,0);
		padding: 6em 0 6em 0;}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#logo
	{width: 15em;
		margin-left: -7.5em;
		z-index: 1;
		top: 0;
position: absolute;
		left: 50%;}
	
		#logo a
		{color: #fff;
			text-align: center;
			line-height: 4em;
display: block;
			text-transform: uppercase;
			letter-spacing: 3px;
			display: inline-block;
			border: solid 1px;
			width: 100%;
			background: rgba(255,255,255,0.15);
			border-color: rgba(255,255,255,0.75);
			border-radius: 0 0 0.35em 0.35em;
			height: 4em;
			border-color: #fff;
			font-weight: 600;
			border-top: 0;}

	#nav
	{line-height: 4em;
		left: 0;
text-align: center;
		width: 100%;
		height: 4em;
		position: absolute;
		top: 0;}

		#nav > ul
		{margin: 0;}

			#nav > ul > li > ul
			{display: none;}
		
			#nav > ul > li
			{margin-left: 1em;
display: inline-block;}
			
				#nav > ul > li > span,
				#nav > ul > li > a
				{outline: 0;
					-webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
					padding: 0.3em 1em 0.3em 1em;
					-ms-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
					border-radius: 0.35em;
					-moz-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
					-o-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
					border: solid 1px rgba(255,255,255,0);
					text-decoration: none;
					border: 0;
					transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
color: #fff;}

			#nav > ul > li.active > span,
			#nav > ul > li.active > a
			{border-color: rgba(255,255,255,0.75);
				color: #fff;
				background-color: rgba(255,255,255,0.15);}

			#nav > ul > li:first-child
			{margin-left: 0;}

			#nav > ul > li.break
			{margin-left: 20em;}
			
	.dropotron
	{min-width: 12em;
		padding: 0.85em 0 0.85em 0;
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
		border-radius: 0.35em;
		margin-top: -0.8em;
		background: #fff;
text-align: left;
		line-height: 2em;
		line-height: 1em;}

		.dropotron a,
		.dropotron span
		{padding: 0.65em 1em 0.65em 1em;
display: block;
			border-top: solid 1px #e8e8e8;
			border-bottom: 0;}
		
		.dropotron li:first-child > a,
		.dropotron li:first-child > span
		{border-top: 0;}
	
		.dropotron li.active > a,
		.dropotron li.active > span
		{color: #f35858;}
	
	.dropotron.level-0
	{margin-top: 0;
font-size: 0.9em;}

		.dropotron.level-0:before
		{border-bottom: solid 0.5em #fff;
			top: -1em;
			border-right: solid 0.5em rgba(255,255,255,0);
			border-left: solid 0.5em rgba(255,255,255,0);
			position: absolute;
			width: 1em;
			height: 1em;
content: '';}

		.dropotron.level-0.center:before
		{margin-left: -0.5em;
left: 50%;}

		.dropotron.level-0.left:before
		{left: 1em;}

		.dropotron.level-0.right:before
		{right: 1em;}

/*********************************************************************************/
/* Hero                                                                          */
/*********************************************************************************/

	#hero
	{position: relative;
		text-align: center;
		z-index: 1;
		color: #fff;}
	
		#hero h2
		{color: #fff;
			font-size: 3em;}
		
		#hero strong
		{color: inherit;}

		#hero header > span
		{color: #fff;}

		#hero p
		{line-height: 1.5em;
font-size: 1.5em;}

		#hero .button
		{background: #5c89cc;
			border-color: rgba(255,255,255,0);
			color: #ffffff;
			font-size: 1.55em;}

			#hero .button:hover
			{background-color: rgba(255,255,255,0.15);
border-color: rgba(255,255,255,0.75);
				color: #fff;}

		#hero a
		{border-color: #fff;
			border-color: rgba(255,255,255,0.5);
color: #fff;}
		
			#hero a:hover
			{border-color: rgba(255,255,255,0);}

/*********************************************************************************/
/* Promo                                                                         */
/*********************************************************************************/

	#promo
	{display: inline-block;
		z-index: 1;
		padding: 1.75em 2.5em 1.75em 2.5em;
		border-radius: 0.5em;
background: rgba(255,255,255,0.05);
		border: solid 1px rgba(255,255,255,0.25);
		position: relative;}

		#promo h2
		{font-size: 1.75em;
			display: inline-block;
			margin-right: 1em;
color: #fff;}
		
		#promo .button
		{background: #fff;
			font-size: 1.25em;
			color: #27636B;
			border-color: rgba(255,255,255,0);}
		
			#promo .button:hover
			{background-color: rgba(255,255,255,0.15);
border-color: rgba(255,255,255,0.75);
				color: #fff;}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{padding-bottom: 4em;}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{}
	
		#sidebar section
		{margin-top: 3em;
border-top: solid 1px #d2d7dc;
			padding-top: 3em;}

		#sidebar section:first-child
		{padding-top: 0;
border-top: 0;
			margin-top: 0;}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{position: relative;
		z-index: 1;}

		#footer header.major
		{margin-bottom: 3em;}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{z-index: 1;
		border-top: solid 1px #d2d7dc;
position: relative;
		color: #a2a7ac;
		text-align: center;
		margin-top: 6em;
		padding-top: 4em;}