@charset "UTF-8";


/*
	Hielo by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/



/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}



/* Type */

	
/**/
	.align-center1 {
		text-align: center;
	}
/**/

	
/* Box */
/**/
	.box {
		margin-bottom: 2rem;
		background: #FFF;
	}

		.box .image.fit {
			margin: 0;
			border-radius: 0;
		}

			.box .image.fit img {
				border-radius: 0;
			}

		.box header h2 {
			margin-bottom: 2rem;
		}

		.box header p {
			text-transform: uppercase;
			font-size: .75rem;
			font-weight: 300;
			margin: 0 0 .25rem 0;
			padding: 0 0 .75rem 0;
			letter-spacing: .25rem;
		}

			.box header p:after {
				content1: '';
				position: absolute;
				margin: auto;
				right: 0;
				bottom: 0;
				left: 0;
				width: 50%;
				height: 1px;
				background-color: rgba(0, 0, 0, 0.125);
			}

		.box .content1 {
			padding: 3rem;
			background : #f2f2f2;
		}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

		@media screen and (max-width: 736px) {

			.box .content1 {
				padding: 2rem;
			}

		}

	.box {
		border-color: rgba(144, 144, 144, 0.25);
	}
	
/**/	


/**/

		

/* Image */

	.image {
		border-radius: 2px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 2px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5rem 1rem 0;
			top: 0.25rem;
		}

		.image.right {
			float: right;
			margin: 0 0 1rem 1.5rem;
			top: 0.25rem;
		}

		.image.fit {
			display: block;
			margin: 0 0 2rem 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

/* wrapper1 */

	.wrapper1 {
		padding: 3rem 0 0rem 0 ;
		position: relative;
		margin: 0;
	}
/**/
		.wrapper1 > .inner1 {
			margin: 0 auto;
			width: 80rem;
		}
/**/

/* */
		.wrapper1.style2 {
			background-color: #ffffff;
			color: #a6a6a6;
		}

			.wrapper1.style2 input, .wrapper1.style2 select, .wrapper1.style2 textarea {
				color: #000;
			}

			.wrapper1.style2 a {
				color: #8a4680;
			}

			.wrapper1.style2 strong, .wrapper1.style2 b {
				color: #000;
			}

			.wrapper1.style2 h1, .wrapper1.style2 h2, .wrapper1.style2 h3, .wrapper1.style2 h4, .wrapper1.style2 h5, .wrapper1.style2 h6 {
				color: #000;
			}

			.wrapper1.style2 blockquote {
				border-left-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper1.style2 code {
				background: rgba(0, 0, 0, 0.075);
				border-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper1.style2 hr {
				border-bottom-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper1.style2 .box {
				border-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper1.style2 input[type="submit"],
			.wrapper1.style2 input[type="reset"],
			.wrapper1.style2 input[type="button"],
			.wrapper1.style2 button,
			.wrapper1.style2 .button {
				background-color: #000;
				color: #f2f2f2 !important;
			}

				.wrapper1.style2 input[type="submit"].alt,
				.wrapper1.style2 input[type="reset"].alt,
				.wrapper1.style2 input[type="button"].alt,
				.wrapper1.style2 button.alt,
				.wrapper1.style2 .button.alt {
					background-color: transparent;
					box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
					color: #000 !important;
				}

					.wrapper1.style2 input[type="submit"].alt:hover,
					.wrapper1.style2 input[type="reset"].alt:hover,
					.wrapper1.style2 input[type="button"].alt:hover,
					.wrapper1.style2 button.alt:hover,
					.wrapper1.style2 .button.alt:hover {
						background-color: rgba(0, 0, 0, 0.075);
					}

					.wrapper1.style2 input[type="submit"].alt:active,
					.wrapper1.style2 input[type="reset"].alt:active,
					.wrapper1.style2 input[type="button"].alt:active,
					.wrapper1.style2 button.alt:active,
					.wrapper1.style2 .button.alt:active {
						background-color: rgba(0, 0, 0, 0.2);
					}

					.wrapper1.style2 input[type="submit"].alt.icon:before,
					.wrapper1.style2 input[type="reset"].alt.icon:before,
					.wrapper1.style2 input[type="button"].alt.icon:before,
					.wrapper1.style2 button.alt.icon:before,
					.wrapper1.style2 .button.alt.icon:before {
						color: #999999;
					}

				.wrapper1.style2 input[type="submit"].special,
				.wrapper1.style2 input[type="reset"].special,
				.wrapper1.style2 input[type="button"].special,
				.wrapper1.style2 button.special,
				.wrapper1.style2 .button.special {
					background-color: #8a4680;
					color: #ffffff !important;
				}

					.wrapper1.style2 input[type="submit"].special:hover,
					.wrapper1.style2 input[type="reset"].special:hover,
					.wrapper1.style2 input[type="button"].special:hover,
					.wrapper1.style2 button.special:hover,
					.wrapper1.style2 .button.special:hover {
						background-color: #9b4f90;
					}

					.wrapper1.style2 input[type="submit"].special:active,
					.wrapper1.style2 input[type="reset"].special:active,
					.wrapper1.style2 input[type="button"].special:active,
					.wrapper1.style2 button.special:active,
					.wrapper1.style2 .button.special:active {
						background-color: #793d70;
					}

			.wrapper1.style2 label {
				color: #000;
			}

			.wrapper1.style2 input[type="text"],
			.wrapper1.style2 input[type="password"],
			.wrapper1.style2 input[type="email"],
			.wrapper1.style2 select,
			.wrapper1.style2 textarea {
				background: rgba(0, 0, 0, 0.075);
				border-color: rgba(0, 0, 0, 0.15);
			}

				.wrapper1.style2 input[type="text"]:focus,
				.wrapper1.style2 input[type="password"]:focus,
				.wrapper1.style2 input[type="email"]:focus,
				.wrapper1.style2 select:focus,
				.wrapper1.style2 textarea:focus {
					border-color: #8a4680;
					box-shadow: 0 0 0 1px #8a4680;
				}

			.wrapper1.style2 .select-wrapper1:before {
				color: rgba(0, 0, 0, 0.15);
			}

			.wrapper1.style2 input[type="checkbox"] + label,
			.wrapper1.style2 input[type="radio"] + label {
				color: #a6a6a6;
			}

				.wrapper1.style2 input[type="checkbox"] + label:before,
				.wrapper1.style2 input[type="radio"] + label:before {
					background: rgba(0, 0, 0, 0.075);
					border-color: rgba(0, 0, 0, 0.15);
				}

			.wrapper1.style2 input[type="checkbox"]:checked + label:before,
			.wrapper1.style2 input[type="radio"]:checked + label:before {
				background-color: #8a4680;
				border-color: #8a4680;
				color: #ffffff;
			}

			.wrapper1.style2 input[type="checkbox"]:focus + label:before,
			.wrapper1.style2 input[type="radio"]:focus + label:before {
				border-color: #8a4680;
				box-shadow: 0 0 0 1px #8a4680;
			}

			.wrapper1.style2 ::-webkit-input-placeholder {
				color: #999999 !important;
			}

			.wrapper1.style2 :-moz-placeholder {
				color: #999999 !important;
			}

			.wrapper1.style2 ::-moz-placeholder {
				color: #999999 !important;
			}

			.wrapper1.style2 :-ms-input-placeholder {
				color: #999999 !important;
			}

			.wrapper1.style2 .formerize-placeholder {
				color: #999999 !important;
			}

			.wrapper1.style2 ul.alt li {
				border-top-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper1.style2 header p {
				color: #999999;
			}

			.wrapper1.style2 table tbody tr {
				border-color: rgba(0, 0, 0, 0.15);
			}

				.wrapper1.style2 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(0, 0, 0, 0.075);
				}

			.wrapper1.style2 table th {
				color: #000;
			}

			.wrapper1.style2 table thead {
				border-bottom-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper1.style2 table tfoot {
				border-top-color: rgba(0, 0, 0, 0.15);
			}

			.wrapper1.style2 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.15);
			}

/* */


/* Flexgrid */
/**/
	.grid-style1 {
		width: 93.75%;
		margin: 0 0 2.5rem 0;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
	}

		.grid-style1 > * {
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
		}

		.grid-style1 > * {
			width: 50%;
		}

		.grid-style1 > * {
			padding: 0.5rem;
			width: calc(50% + 0rem);
		}

		.grid-style1 > :nth-child(-n + 2) {
			padding-top: 0;
		}

		.grid-style1 > :nth-last-child(-n + 2) {
			padding-bottom: 0;
		}

		.grid-style1 > :nth-child(2n + 1) {
			padding-left: 0;
		}

		.grid-style1 > :nth-child(2n) {
			padding-right: 0;
		}

		.grid-style1 > :nth-child(2n + 1),
		.grid-style1 > :nth-child(2n) {
			width: calc(50% + 0rem);
		}

		.grid-style1 .box {
			margin: 0;
		}

		@media screen and (max-width: 980px) {

			.grid-style1 > * {
				width: 100%;
			}

			.grid-style1 > * {
				padding: 1rem;
				width: calc(50% + 1rem);
			}

			.grid-style1 > :nth-child(-n + 2) {
				padding-top: 1rem;
			}

			.grid-style1 > :nth-last-child(-n + 2) {
				padding-bottom: 1rem;
			}

			.grid-style1 > :nth-child(2n + 1) {
				padding-left: 1rem;
			}

			.grid-style1 > :nth-child(2n) {
				padding-right: 1rem;
			}

			.grid-style1 > :nth-child(2n + 1),
			.grid-style1 > :nth-child(2n) {
				padding: 1rem;
				width: calc(100% + 2rem);
			}

			.grid-style1 > * {
				padding: 1rem;
				width: calc(100% + 2rem);
			}

			.grid-style1 > :nth-child(-n + 1) {
				padding-top: 0;
			}

			.grid-style1 > :nth-last-child(-n + 1) {
				padding-bottom: 0;
			}

			.grid-style1 > :nth-child(1n + 1) {
				padding-left: 0;
			}

			.grid-style1 > :nth-child(1n) {
				padding-right: 0;
			}

			.grid-style1 > :nth-child(1n + 1),
			.grid-style1 > :nth-child(1n) {
				width: calc(100% + 1rem);
			}

		}

/**/
