@import url(font-awesome.css);
@import url("https://fonts.googleapis.com/css?family=Lato:400, 600");



	body {
		background: #671240;
	}
	
		#scontents      
{
    font-size: .75em; 
    width: 100%; 
	color: white;
   
    text-align: left;
   margin: 0px auto;
    padding: 3%; 
}
   
.scolumns
{   
    -moz-column-width: 11.5em; 
    -webkit-column-width: 11.5em; 
    column-width: 11.5em;
}

.scolumns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.scolumns ul li:first-child
{
    margin-top:0px;
}

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

	body, input, select, textarea {
		color: #373636;
		font-size: 15pt;
	letter-spacing: 0.1em;
	line-height: 1.75em;
		font-family: 'Lato';
		font-weight: 400;
	}
	
	p {
		font-size: 1.2em;
		letter-spacing: 0.1em;
		font-weight: 400;
	}

	a {
		color: #987387;
		text-decoration: none;
		
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		color: #373636;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h5, h6 {
		color: #373636;
		font-family: "Lato";
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1em;
		margin: 0 0 1em 0;
		
	}
	
	h3, h4 {
color: #373636;
		font-family: "Lato";
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1em;
		margin: 0 0 1em 0;
	}
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.75em;
		line-height: 1.5em;
	}

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

	h4 {
		font-size: 1.25em;
		line-height: 1.5em;
	}

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

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}
	
	h7
	{
		font-size: 1.025rem;
		line-height: 1.025rem;
	}


	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px rgba(144, 144, 144, 0.25);
		margin: 3em 0;
	}

		hr.major {
			margin: 6em 0;
		}

	blockquote {
		border-left: solid 4px rgba(144, 144, 144, 0.25);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

		blockquote.testimonial {
			border: 0;
			margin-top: 1em;
			padding: 0;
			text-align: center;
		}

			blockquote.testimonial p {
				background: rgba(144, 144, 144, 0.2);
				margin: 0 auto 2.5em auto;
				padding: 1em 2em;
				position: relative;
				max-width: 22em;
			}

				blockquote.testimonial p:after {
					border-left: solid 1em transparent;
					border-right: solid 1em transparent;
					border-top: solid 1em rgba(144, 144, 144, 0.2);
					bottom: -2em;
					content: '';
					height: 2em;
					left: 50%;
					margin: 0 0 0 -1em;
					position: absolute;
					width: 2em;
				}

			blockquote.testimonial cite {
				display: block;
			}

				blockquote.testimonial cite .image {
					display: inline-block;
					margin: 0 0 1em 0;
				}

				blockquote.testimonial cite .name {
					color: #373636;
					display: block;
					font-style: normal;
				}

				blockquote.testimonial cite .title {
					color: #2A2727;
					display: block;
					font-style: normal;
				}

	code {
		background: rgba(144, 144, 144, 0.075);
		border: solid 1px rgba(144, 144, 144, 0.25);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

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

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

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

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #1E1D1D;
		font-family: "Lato", Helvetica, sans-serif;
		font-weight: 400;
		letter-spacing: 0.05em;
		margin: 0 0 2em 0;
		position: relative;
	
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -0.5em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

	header.major {
		margin: 0 0 4em 0;
		text-align: center;
	}

		header.major:after {
			height: 2px;
			width: 20em;
			max-width: 60%;
			background: rgba(144, 144, 144, 0.25);
			content: '';
			display: block;
			margin: 0 auto;
		}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #373636;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: #dde6de;
		border: none;
		border: solid 1px rgba(144, 144, 144, 0.25);
		border-radius: 0 !important;
		color: black;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

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

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			content: '\f078';
			color: rgba(144, 144, 144, 0.25);
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #373636;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.075);
				border: solid 1px rgba(144, 144, 144, 0.25);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #7f7e93;
			border-color: #7f7e93;
			color: #ffffff;
			content: '\f00c';
		}

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

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #A5A5a5 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #A5A5a5 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #A5A5a5 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #A5A5a5 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #A5A5a5 !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border: solid 1px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.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;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			display: block;
			height: 4.5em;
			line-height: 4.5em;
			margin: 1em auto 3em auto;
			position: relative;
			text-align: center;
			width: 4.5em;
		}

			.icon.major:before {
				color: #ffffff;
				font-size: 2em;
				position: relative;
				z-index: 1;
			}

			.icon.major:after {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #987387;
				content: '';
				height: inherit;
				left: 0;
				line-height: inherit;
				position: absolute;
				top: 0;
				width: inherit;
			}

			.icon.major.fa-paper-plane:before {
				left: -0.125em;
			}

/* Image */

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

		.image img {
			display: block;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

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

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

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

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

		.image.style1 {
			background: #ffffff;
		
			border: solid 2em #ffffff;
			box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.125);
			margin-top: -0.25em;
		}

			.image.style1:after {
			
				content: '';
				display: block;
				height: 0.75em;
				margin: -0.5em 0.5em 0 0;
				position: absolute;
				right: -2em;
				top: 50%;
				width: 0.75em;
			}

		.image.style2 {
			background: rgba(144, 144, 144, 0.2);
			border-radius: 100%;
			overflow: hidden;
		}

			.image.style2 img {
				border-radius: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(144, 144, 144, 0.25);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0 !important;
				}

				ul.icons li .icon:before {
					font-size: 2em;
				}

		ul.major-icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.major-icons li {
				display: inline-block;
				padding: 0 2.5em 0 0;
			}

				ul.major-icons li:last-child {
					padding-right: 0 !important;
				}

				ul.major-icons li .icon {
					display: block;
					font-size: 0.675em;
					height: 4.5em;
					line-height: 4.5em;
					position: relative;
					text-align: center;
					width: 4.5em;
				}

					ul.major-icons li .icon:before {
						color: #ffffff;
						font-size: 2em;
						position: relative;
						z-index: 1;
					}

					ul.major-icons li .icon:after {
						-moz-transform: rotate(45deg);
						-webkit-transform: rotate(45deg);
						-o-transform: rotate(45deg);
						-ms-transform: rotate(45deg);
						transform: rotate(45deg);
						background: #987387;
						content: '';
						height: inherit;
						left: 0;
						line-height: inherit;
						position: absolute;
						top: 0;
						width: inherit;
					}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(144, 144, 144, 0.25);
			border-left: 0;
			border-right: 0;
		}

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

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #373636;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(144, 144, 144, 0.25);
		}

		table tfoot {
			border-top: solid 2px rgba(144, 144, 144, 0.25);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(144, 144, 144, 0.25);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border: 0;
		border: solid 2px #373636;
		border-radius: 0 !important;
		color: #373636 !important;
		cursor: pointer;
		display: inline-block;
		font-family: "Lato", Helvetica, sans-serif;
		font-weight: 400;
		height: 3em;
		height: calc(3em + 2px);
		letter-spacing: 0.05em;
		line-height: 3em;
		padding: 0 1.25em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

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

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

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding: 0 1.25em 0 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin: 0 0.5em 0 0;
			}

		input[type="submit"].icon-after,
		input[type="reset"].icon-after,
		input[type="button"].icon-after,
		.button.icon-after {
			padding: 0 1.35em 0 1.25em;
		}

			input[type="submit"].icon-after:before,
			input[type="reset"].icon-after:before,
			input[type="button"].icon-after:before,
			.button.icon-after:before {
				margin: 0 0 0 0.75em;
				float: right;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #987387;
			border: 0;
			color: #ffffff !important;
			height: 3em;
		}

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

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

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #373636 !important;
			border: 0;
			color: #f5f5f5 !important;
			cursor: default;
			height: 3em;
			opacity: 0.25;
		}

/* Feature */

	.feature {
		margin: 0 0 2em 0;
		padding-left: 7.5em;
		position: relative;
		text-align: left;
	}

		.feature:before {
			background: rgba(144, 144, 144, 0.25);
			content: '';
			height: 100%;
			left: 5.5em;
			position: absolute;
			top: 0;
			width: 1px;
		}

		.feature .icon.major {
			font-size: 0.675em;
			left: 0;
			position: absolute;
			top: 0;
		}

		.feature p {
			margin: 0;
		}

/* Tree */

	.tree {
		margin: 1em 0 0 0;
		padding: 3em 0 0 0;
		position: relative;
	}

		.tree:before {
			background: rgba(144, 144, 144, 0.25);
			content: '';
			display: block;
			height: 3.25em;
			left: 50%;
			margin-left: -0.5px;
			position: absolute;
			top: 1px;
			width: 1px;
		}

		.tree:after {
			background: rgba(144, 144, 144, 0.25);
			content: '';
			display: block;
			height: 1px;
			left: -4em;
			position: absolute;
			top: 0;
			width: calc(100% + 4em);
		}

		.tree.first:after {
			left: 50%;
			width: 50%;
		}

		.tree.last:after {
			width: calc(50% + 4em);
		}

/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0;
	}

		.wrapper:after {
			clear: both;
			content: '';
			display: block;
		}

		.wrapper.split {
			overflow-x: hidden;
			padding: 0;
		}

			.wrapper.split .primary {
				padding: 6em 4em 4em 0;
				float: left;
				width: 50%;
			}

			.wrapper.split .secondary {
				color: #838886;
				float: left;
				width: 50%;
			}

				.wrapper.split .secondary > section {
					padding: 4em 0 2em 4em;
					color: #2625256;
					position: relative;
				}

					.wrapper.split .secondary > section > * {
						position: relative;
						z-index: 1;
					}

					.wrapper.split .secondary > section:before {
						content: '';
						display: block;
						height: 100%;
						left: 0;
						position: absolute;
						top: 0;
						width: 1000%;
						z-index: 0;
					}


/*
third background
*/

					.wrapper.split .secondary > section:nth-child(2n):before {
						background: #25333d;
					}
/*
second background
*/
					.wrapper.split .secondary > section:nth-child(2n + 1):before {
						background: #5f8486;
					}

					.wrapper.split .secondary > section h1, .wrapper.split .secondary > section h2, .wrapper.split .secondary > section h3, .wrapper.split .secondary > section h4, .wrapper.split .secondary > section h5, .wrapper.split .secondary > section h6 {
						color: #373636;
					}

					.wrapper.split .secondary > section strong, .wrapper.split .secondary > section b {
						color: #373636;
					}

					.wrapper.split .secondary > section header p {
						color: #272222;
					}

					.wrapper.split .secondary > section input[type="submit"],
					.wrapper.split .secondary > section input[type="reset"],
					.wrapper.split .secondary > section input[type="button"],
					.wrapper.split .secondary > section .button {
						border-color: #373636;
						color: #373636 !important;
					}

						.wrapper.split .secondary > section input[type="submit"]:hover,
						.wrapper.split .secondary > section input[type="reset"]:hover,
						.wrapper.split .secondary > section input[type="button"]:hover,
						.wrapper.split .secondary > section .button:hover {
							background-color: rgba(144, 144, 144, 0.075);
						}

						.wrapper.split .secondary > section input[type="submit"]:active,
						.wrapper.split .secondary > section input[type="reset"]:active,
						.wrapper.split .secondary > section input[type="button"]:active,
						.wrapper.split .secondary > section .button:active {
							background-color: rgba(144, 144, 144, 0.2);
						}

					.wrapper.split .secondary > section .image.style2 {
						background: rgba(144, 144, 144, 0.075);
					}

/*
first background
*/
		.wrapper.style1 {
			background-color: #987387;
			color: #fbd9d7;
		}

			.wrapper.style1.split .secondary > section h1, .wrapper.style1.split .secondary > section h2 {
				color: #987387;
			}
			
			.wrapper.style1.split .secondary > section h3 {
				color: #36243f;
			}
			
			.wrapper.style1.split .secondary > section h4, .wrapper.style1.split .secondary > section h5, .wrapper.style1.split .secondary > section h6 {
				color: white;
				
			}

			.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b {
				color: #ffffff;
			}

			.wrapper.style1 header p {
				color: #f9c2c0;
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 .button {
				border-color: #ffffff;
				color: #ffffff !important;
			}

				.wrapper.style1 input[type="submit"]:hover,
				.wrapper.style1 input[type="reset"]:hover,
				.wrapper.style1 input[type="button"]:hover,
				.wrapper.style1 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style1 input[type="submit"]:active,
				.wrapper.style1 input[type="reset"]:active,
				.wrapper.style1 input[type="button"]:active,
				.wrapper.style1 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

			.wrapper.style1 .image.style2 {
				background: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 blockquote.testimonial p {
				background-color: rgba(0, 0, 0, 0.25);
			}

				.wrapper.style1 blockquote.testimonial p:after {
					border-top-color: rgba(0, 0, 0, 0.25);
				}

			.wrapper.style1 blockquote.testimonial cite .name {
				color: #ffffff;
			}

			.wrapper.style1 blockquote.testimonial cite .title {
				color: #f9c2c0;
			}

			.wrapper.style1 .tree:before {
				background: #ffffff;
			}

			.wrapper.style1 .tree:after {
				background: #ffffff;
			}

			.wrapper.style1 .icon.major:before {
				color: #987387;
			}

			.wrapper.style1 .icon.major:after {
				background: #ffffff;
			}

/*
fourth background
*/
		.wrapper.style2 {
			background-color: #F5F1E2;
		}

/*
contact background
*/
		.wrapper.style3 {
			background-color: #F5F1E2;
		}

		.wrapper.style4 {
			background-color: #12aba6;;
			color: #dfdee4;
		}

			.wrapper.style4.split .secondary > section h1, .wrapper.style4.split .secondary > section h2, .wrapper.style4.split .secondary > section h3, .wrapper.style4.split .secondary > section h4, .wrapper.style4.split .secondary > section h5, .wrapper.style4.split .secondary > section h6 {
				color: #7f7e93;
			}

			.wrapper.style4 h1, .wrapper.style4 h2, .wrapper.style4 h3, .wrapper.style4 h4, .wrapper.style4 h5, .wrapper.style4 h6, .wrapper.style4 strong, .wrapper.style4 b {
				color: #ffffff;
			}

			.wrapper.style4 header p {
				color: #cbcbd3;
			}

			.wrapper.style4 input[type="submit"],
			.wrapper.style4 input[type="reset"],
			.wrapper.style4 input[type="button"],
			.wrapper.style4 .button {
				border-color: #ffffff;
				color: #ffffff !important;
			}

				.wrapper.style4 input[type="submit"]:hover,
				.wrapper.style4 input[type="reset"]:hover,
				.wrapper.style4 input[type="button"]:hover,
				.wrapper.style4 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style4 input[type="submit"]:active,
				.wrapper.style4 input[type="reset"]:active,
				.wrapper.style4 input[type="button"]:active,
				.wrapper.style4 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

			.wrapper.style4 .image.style2 {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style4 blockquote.testimonial p {
				background-color: rgba(0, 0, 0, 0.25);
			}

				.wrapper.style4 blockquote.testimonial p:after {
					border-top-color: rgba(0, 0, 0, 0.25);
				}

			.wrapper.style4 blockquote.testimonial cite .name {
				color: #ffffff;
			}

			.wrapper.style4 blockquote.testimonial cite .title {
				color: #cbcbd3;
			}

			.wrapper.style4 .tree:before {
				background: #ffffff;
			}

			.wrapper.style4 .tree:after {
				background: #ffffff;
			}

			.wrapper.style4 .icon.major:before {
				color: #7f7e93;
			}

			.wrapper.style4 .icon.major:after {
				background: #ffffff;
			}

/* Header */

	#skel-layers-wrapper {
		padding-top: 4.5em;
	}

	#header {
		background: #6a4c5c;
		box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.125);
		color: #dfdee4;
		height: 4.5em;
		left: 0;
		line-height: 4.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		
	}

		#header .container {
			position: relative;
		}

		#header .icon:before {
			color: #987387;
		}

		#header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header strong, #header b {
			color: #ffffff;
		}

		#header h1 {
			font-size: 1.25em;
			height: inherit;
			left: 0;
			line-height: inherit;
			position: absolute;
			top: 0;
		}

			#header h1 a.icon:before {
				margin-right: 0.5em;
			}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 0;
			top: 0;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#header nav > ul > li {
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-o-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					display: inline-block;
					margin: 0 0.5em;
					padding: 0;
				}

					#header nav > ul > li > a {
						color: #ffffff;
						display: block;
						font-family: "Lato", Helvetica, sans-serif;
						font-size: .75em;
						letter-spacing: 0.05em;
						line-height: 2.5em;
						padding: 0 1em;
						text-decoration: none;
						text-transform: uppercase;
					}

						#header nav > ul > li > a.icon:before {
							margin-right: 0.5em;
						}

					#header nav > ul > li.active {
						background-color: rgba(0, 0, 0, 0.075);
					}

					#header nav > ul > li.current {
						background-color: rgba(0, 0, 0, 0.25);
					}

					#header nav > ul > li > ul {
						display: none;
					}

					#header nav > ul > li:last-child {
						margin-right: 0;
					}

	.dropotron {
		background: #7f7e93;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.075);
		color: #dfdee4;
		list-style: none;
		margin-top: -0.5em;
		min-width: 15em;
		padding: 0.5em 0;
	}

		.dropotron > li {
			box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
			padding: 0;
		}

			.dropotron > li > a {
				color: #dfdee4;
				display: block;
				font-family: "Lato", Helvetica, sans-serif;
				font-weight: 400;
				letter-spacing: 0.05em;
				line-height: 2.75em;
				padding: 0 1em;
				text-decoration: none;
				text-transform: uppercase;
			}

			.dropotron > li:hover > a, .dropotron > li.active > a {
				background-color: #987387;
				color: #ffffff !important;
			}

			.dropotron > li:first-child {
				box-shadow: none !important;
			}

		.dropotron.level-0 {
			font-size: 0.8em;
			margin-top: 3.5em;
		}

			.dropotron.level-0:before {
				border-bottom: solid 1em #7f7e93;
				border-left: solid 1em transparent;
				border-right: solid 1em transparent;
				content: '';
				display: block;
				height: 2em;
				left: 50%;
				margin-left: -1em;
				position: absolute;
				top: -2em;
				width: 2em;
			}

/* Banner */

	#banner {
		padding: 9em 0 7em 0;
		background-color: #423e3a;
		background-image: url("../images/banner.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #cfcecd;
	}

		#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6, #banner strong, #banner b {
			color: #ffffff;
			text-transform: uppercase; 
			font-weight:600;
		}

		#banner header p {
			color: #ffffff;
			text-transform: uppercase; 
			font-weight:600;
		}

		#banner input[type="submit"],
		#banner input[type="reset"],
		#banner input[type="button"],
		#banner .button {
			border-color: #ffffff;
			color: #ffffff !important;
		}

			#banner input[type="submit"]:hover,
			#banner input[type="reset"]:hover,
			#banner input[type="button"]:hover,
			#banner .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#banner input[type="submit"]:active,
			#banner input[type="reset"]:active,
			#banner input[type="button"]:active,
			#banner .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#banner h2 {
			font-size: 2.25em;
		}

/* Footer */

	#footer {
		padding: 6em 0 4em 0;
		text-align: center;
	}

		#footer .icon:before {
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-o-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			color: #A5A5a5;
		}

		#footer .icon:after {
			-moz-transition: background-color 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out;
			-o-transition: background-color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
			background-color: rgba(144, 144, 144, 0.2);
		}

		#footer .icon:hover:before {
			color: #ffffff;
		}

		#footer .icon:hover:after {
			background-color: #987387;
		}
			#subnavlist li
 {
  display: inline-block;
 list-style-type: none;
 padding-right: .5em;
 padding-left: .5em;
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
	font-size: 1em;
font-weight: 300;
		letter-spacing: 0.25em;
		line-height: 1em;
		font-size: 1.2em;

	
 }

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 8%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
 
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 8%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

 #dropcap {
	initial-letter: 10;
	color: #7b997f;
	font-family: serif;
}


@media all and (max-width: 600px) { 
#dropcap { initial-letter: 5; }
}
