﻿body, html {
	margin: 0;
	padding: 0;
	background-color: #f5f7fc;
	font-family: 'loraregular';
	color: #333333;
	font-size: 1em;
}

main {
	position: relative;
	display:block;
}

/*a {
	color: #9d272c;
}
a:hover {
	background-color: #9d272c;
	color: #f5f7fc;
}*/

div
{
	max-height: 999999px;
}

footer
{
	background-color: #292929;
}

h1, h2
{
	font-family: 'abraham_lincolnregular';
	font-weight: normal;
	font-size: 3.6em;
	text-align: center;
	display: block;
	margin: 0 0 40px 0;
	padding: 0;
	border-bottom: 4px solid #000;
	text-transform: uppercase;
	min-height: 65px;
	clear:both;
}

	h2.red
	{
		color: #f56b68;
		border-bottom-color: #f56b68;
	}

	h2.green
	{
		color: #b2c170;
		border-bottom-color: #b2c170;
	}

	h2.orange
	{
		color: #f5a54e;
		border-bottom-color: #f5a54e;
	}

	/*h2.left
	{
		text-align: left;
	}*/

	h2.purple
	{
		color: #9e70ac;
		border-bottom-color: #9e70ac;
	}

header div.topcontact
{
	font-family: 'lorabold';
	font-size: 1.02em;
	font-size: 0.9em;
	text-align: right;
	margin-top: 10px;
	vertical-align: baseline;
}

	header div.topcontact a
	{
		color: #333333;
		text-decoration: none;
	}
		header div.topcontact a:hover {
			color: #9d272c;
		}

	header div.topcontact .separator
	{
		color: #c6c8cc;
		font-size: 16px;
		font-size: 1.1em;
		font-family: 'mission_gothicthin';
		margin: 0 5px;
	}

header div.logo
{
	margin-left: 0px;
	margin-bottom: -12px;
	position: relative;
	z-index: 2;
	overflow: visible;
}

header div.navigation
{
}

	header div.navigation ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}

		header div.navigation ul li
		{
			display: inline-block;
			margin-top: 20px;
			font-family: 'mission_gothicregular';
			font-size: 1.55em;
			vertical-align: baseline;
			text-transform: uppercase;
		}

			header div.navigation ul li a
			{
				color: #252526;
				text-decoration: none;
			}
			header div.navigation ul li a.active
			{
				color: #9d272c;
			}
				header div.navigation ul li a:hover {
					color: #9d272c;
				}


			header div.navigation ul li .separator
			{
				font-family: 'mission_gothicthin';
				font-size: 1.75em;
				font-size: 1.1em;
				color: #c6c8cc;
				margin: 0 15px;
			}

.spinner
{
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

	.spinner img
	{
		width: 100%;
	}

.formeitem
{
	margin-bottom: 25px;
	overflow: hidden;
}

		.formelist .formeitem img
		{
			margin: 0 10px 0 0;
			float: left;
		}

		.formeitem h3
		{
			font-family: 'mission_gothicregular';
			text-transform: uppercase;
			font-size: 1.55em;
			font-weight: normal;
			margin: 0 0 10px 0;
			padding: 0;
		}

		.formeitem p
		{
			overflow: hidden;
			margin: 0;
			padding: 0;
			font-size: 1.02em;
		}



.happy.left
{
	text-align: left;
}

	.happy.left img
	{
		float: left;
		margin-right: 10px;
	}

	.happy.left p
	{
		font-size: 1.25em;
		font-family: 'mission_gothicregular';
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 0 0;
		padding: 0;
	}

	.happy.left h3
	{
		font-family: 'abraham_lincolnregular';
		text-transform: uppercase;
		font-weight: normal;
		font-size: 2.3em;
		margin: 10px 0 0 0;
		padding: 0;
	}

h2.no-bottom-margin {
	margin-bottom: 0 !important;
}

.fit-box {
	margin: 0;
	padding: 0;
}

.fit-for-type
{
	overflow: hidden;
	text-align: center;
	padding-top:40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

	.fit-for-type:hover {
		background: #e9eaef;
	}
	.fit-for-type a
	{
		color: #323232;
		text-decoration: none;
		display: block;
		overflow: hidden;
		-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		transition: all 300ms linear;
	}

		.fit-for-type a .icon
		{
			border: none;
			/*float:left;
			margin: 0 10px 0 0;*/
			margin: 0 0 5px 0;
		}

		.fit-for-type a h3
		{
			text-transform: uppercase;
			font-family: 'mission_gothicregular';
			font-weight: normal;
			font-size: 1.6em;
			margin: 0 0 7px 0;
			padding: 0;
		}

		.fit-for-type a p
		{
			padding: 0;
			font-size: 16px;
			font-size: 1.0em;
			line-height: 1.3em;
			line-height: 1.4em;
		}

		.fit-for-type a .read-more
		{
			border: none;
			display: inline-block;
			margin-left: 7px;
			margin-top: -6px;
			position: relative;
			top: 4px;
			/*float: right;*/
		}
		/*
		.fit-for-type a:hover {
			color: #9d272c;
		}
		*/

.infobox
{
}

	.infobox h3
	{
		font-family: 'lorabold_italic';
		margin-top: -10px;
		font-size: 1.3em;
	}

	.infobox p
	{
		line-height: 1.3em;
		line-height: 1.4em;
	}

.listbox
{
	box-sizing: border-box;
	text-align: center;
	font-size: 1.02em;
	font-size: 0.9em;
	margin-bottom: 40px;
	position: relative;
	min-height: 300px; /*320px;*/
	line-height: 1.15em;
	line-height: 1.3em;
	padding-left: 25px;
	padding-right: 25px;
}
	.listbox a {
		text-decoration: none;
		color: #323232;
	}
	.listbox h4
	{
		font-family: 'mission_gothicregular';
		font-size: 1.6em;
		font-size: 1.8em;
		font-weight: normal;
		text-transform: uppercase;
		margin: 0 0 12px 0;
		padding: 0;
		text-decoration:none;
	}

	.listbox p
	{
		font-family: 'lorabold';
		text-decoration:none;
	}

	.listbox span
	{
		display: block;
		min-height: 60px;
	}

	.listbox .more
	{
		display: block;
		text-align: right;
		box-sizing: border-box;
		padding: 2px 23px 2px 0;
		background: url(/Content/Image/more.png) no-repeat right center;
		font-family: 'mission_gothicregular';
		font-size: 1.15em;
		font-size: 1.25em;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
		color: #323232;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0 10px;
		min-height:initial;
	}

	.listbox ul
	{
		margin: 0;
		display: block;
		padding: 0;
		list-style-type: none;
		list-style-position: outside;
	}

		.listbox ul.left
		{
			text-align: left;
		}

		.listbox ul li
		{
			display: inline-block;
			padding: 3px 0;
			color: #323232;
		}

	.listbox a:hover * {
		color:#9d272c;
	}

.pageimage
{
	margin-bottom: 30px;
}

	.pageimage img
	{
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}

.happy
{
	text-align: center;
	text-transform: uppercase;
}

	.happy p {
		font-family: 'mission_gothicregular';
		font-size: 1.25em;
		margin-bottom: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.happy span {
		font-family: 'abraham_lincolnregular';
		font-size: 2.3em;
	}

.forme
{
	margin-bottom: 25px;
	overflow: hidden;
}

	.forme img
	{
		float: left;
		margin: 0 10px 0 0;
	}

	.forme h3
	{
		font-family: 'mission_gothicregular';
		text-transform: uppercase;
		font-size: 1.55em;
		font-weight: normal;
		margin: 0 0 10px 0;
		padding: 0;
	}

	.forme p
	{
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

.information p
{
	line-height: 1.3em;
	line-height: 1.4em;
}

.information .signature
{
	font-family: 'lorabold_italic';
}

.information .bolded
{
	font-family: 'lorabold';
}

	.information h4
	{
		font-family: 'abraham_lincolnregular';
		text-transform: uppercase;
		font-weight: normal;
		font-size: 1.85em;
		margin: 25px 0 10px 0;
		padding: 0;
	}

	.information ul
	{
		margin: 0;
		display: block;
		padding: 0;
		list-style-type: none;
		list-style-position: outside;
	}

		.information ul li
		{
			display: inline-block;
			padding: 3px 0;
			color: #323232;
		}

.stars
{
	margin: 40px 0 50px 0;
	font-family: 'mission_gothicthin';
	font-style:italic;
	font-size: 1.75em;
	font-weight: lighter;
	color: #b070ba;
}

	.stars img
	{
		position:relative;
		top: 5px;
		margin-right: 5px;
	}

.quote
{
	margin: 40px 0 80px 0;
	font-family: 'mission_gothicthin';
	font-style:italic;
	font-size: 1.75em;
	font-weight: lighter;
	color:#f56b68;
}

	.quote img
	{
		float: left;
		margin: -5px 5px 0px 0; /*0px 10px 5px 0;*/
	}

	.quote span
	{
		font-family: 'abraham_lincolnregular';
		font-style:normal;
		font-size: 0.7em;
		display: block;
		color: #292929;
		text-align: right;
		margin-top: 10px;
	}

.infoblob
{
	text-align:center;
	padding: 0;
}

	.infoblob img
	{
		max-width: 100%;
	}

.contact
{
	position: relative;
	/*margin-bottom: 50px;*/
}

	.contact h3
	{
		font-family: 'lorabold';
		font-weight: normal;
		font-size: 1.02em;
		font-size: 0.9em;
		margin: 0 0 30px 0;
		padding: 0;
	}

	.contact h4
	{
		font-family: 'abraham_lincolnregular';
		font-weight: normal;
		font-size: 1.85em;
		text-transform: uppercase;
		margin: 15px 0 0 0;
		padding: 0;
	}

	.contact div
	{
		padding: 0;
	}

	.contact .submit
	{
		display: block;
		text-align: right;
		box-sizing: border-box;
		padding: 2px 23px 2px 0;
		background: url(/Content/Image/more.png) no-repeat right center;
		font-family: 'mission_gothicregular';
		font-size: 1.15em;
		font-size: 1.25em;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
		color: #323232;
	}

	.contact input
	{
		box-sizing: border-box;
		width: 100%;
		border: 1px solid #7c7c7c;
		padding: 6px;
		margin-bottom: 10px;
	}

	.contact a
	{
		text-decoration: none;
		color: #333333;
	}
		.contact a:hover {
			color: #9d272c;
		}

	.contact label
	{
		font-size: 1.02em;
		font-size: 0.9em;
		color: #323232;
	}

	.contact .title
	{
		display:block;
		font-family: 'lora_italic';
		font-size: 1.15em;
	}

	.contact .value
	{
		font-weight: bold;
	}

	.contact .info
	{
		padding: 15px 0;
	}

	.contact .dottedbottom
	{
		border-bottom: 1px dashed #888888;
	}


footer
{
	color: #fefefe;
	font-family: 'mission_gothicregular';
	padding: 40px 0 50px 0;
	margin-top: 50px;
}

	footer h3
	{
		text-transform: uppercase;
		margin: 0; 
		padding: 0;
		font-weight:normal;
		font-size: 1.5em;
	}

	footer span
	{
		font-family: 'loraregular';
		display: block;
		font-size: 0.8em;
		margin-top: 25px;
	}

	footer a
	{
		text-decoration: none;
		color: #fefefe;
	}

		footer a:hover {
			color: #fefefe;
		}

		
	.listbox a:hover {
		color: #9d272c;
	}

input[type=text] {
	font-family: 'loraregular';
}

img {
	border: none;
}

header div.navigation
{
	text-align: right;
}

		header div.navigation ul li.mobilemenutitle
		{
			display: none;
		}

/** Only for Desktop **/
@media screen and (min-width: 1025px)
{
	.fit-box {
		padding: 0 10px;
	}

	.fit-for-type:nth-of-type(3n+0)
	{
		padding-right: 20px; /*50px;*/
	}

	.fit-for-type:nth-of-type(3n+1), .fit-for-type:nth-of-type(3n+2)
	{
		padding-left: 20px; /*30px;*/
		padding-right: 20px; /*30px;*/
	}

	.fit-for-type:nth-of-type(3n+3)
	{
		padding-left: 20px; /*50px;*/
	}

	/*
	.fit-for-type a:hover
	{
		transform: scale(0.98, 0.98);
		-ms-transform: scale(0.98, 0.98);
		-webkit-transform: scale(0.98, 0.98);
		-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		transition: all 300ms linear;
	}
	*/

	.contact div.formpart:nth-of-type(2n+0)
	{
		padding-left: 6px;
	}

	.contact div.formpart:nth-of-type(2n+1)
	{
		padding-right: 6px;
	}

	.listbox:nth-of-type(2n+0)
	{
		/*padding-left: 50px;*/
	}

	.listbox:nth-of-type(2n+1)
	{
		/*padding-right: 50px;*/
	}

	.listbox:nth-of-type(2n+0) .more
	{
		margin-left: 10px; /*50px;*/
		margin-right: 25px; /*10px;*/
	}

	.listbox:nth-of-type(2n+1) .more
	{
		margin-left: 10px;
		margin-right: 25px; /*50px;*/
	}

	.withspace
	{
		padding: 0 0 0 40px; /*50px;*/
		float: right;
	}

	.bottomspace
	{
		/*margin-bottom: 10px;*/
	}

	
.formelist
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	min-height: 1200px;
}
	.formelist.left
	{
		background-image: url(/Content/Image/dashed_line_01.png);
		background-position: right 30px;
	}

	.formelist.right
	{
		background-image: url(/Content/Image/dashed_line_02.png);
		background-position: left 30px;
	}

	.formelist .formeitem
	{
		position:absolute;
	}

	.formelist.left .formeitem
	{
		text-align: right;
	}

	.formelist.right .formeitem
	{
		text-align: left;
	}

	.formelist.left .formeitem:nth-of-type(1)
	{
		top: 0px;
	}
	.formelist.left .formeitem:nth-of-type(2)
	{
		top: 170px;
	}
	.formelist.left .formeitem:nth-of-type(3)
	{
		top: 330px;
	}
	.formelist.left .formeitem:nth-of-type(4)
	{
		top: 500px;
	}
	.formelist.left .formeitem:nth-of-type(5)
	{
		top: 710px;
	}
	.formelist.left .formeitem:nth-of-type(6)
	{
		top: 880px;
	}
	.formelist.left .formeitem:nth-of-type(7)
	{
		top: 1035px;
	}

	.formelist.right .formeitem:nth-of-type(1)
	{
		top: 90px;
	}
	.formelist.right .formeitem:nth-of-type(2)
	{
		top: 240px;
	}
	.formelist.right .formeitem:nth-of-type(3)
	{
		top: 420px;
	}
	.formelist.right .formeitem:nth-of-type(4)
	{
		top: 615px;
	}
	.formelist.right .formeitem:nth-of-type(5)
	{
		top: 790px;
	}
	.formelist.right .formeitem:nth-of-type(6)
	{
		top: 950px;
	}

.formeitem
{
	margin-bottom: 25px;
	overflow: hidden;
}

		.formelist.left .formeitem img
		{
			margin: 0 0 0 10px;
			float: right;
		}

		.formelist.right .formeitem img
		{
			margin: 0 10px 0 0;
			float: left;
		}

		.formeitem h3
		{
			font-family: 'mission_gothicregular';
			text-transform: uppercase;
			font-size: 1.55em;
			font-weight: normal;
			margin: 0 0 10px 0;
			padding: 0;
		}

		.formeitem p
		{
			overflow: hidden;
			margin: 0;
			padding: 0;
			font-size: 1.02em;
		}
}

@media screen and (max-width: 767px)
{
	body
	{
		font-size: 0.9em;
		margin: 0;
		padding: 0;
	}
	.grid-container
	{
		margin: 0;
		padding: 0;
	}

	.spinner
	{
		padding: 0;
	}

	.nivo-caption h4
	{
		font-size: 1.2em;
		display: none;
	}

	.nivo-directionNav .nivo-prevNav
	{
		height: 22px;
		width: 23px;
		display: none;
	}
	.nivo-directionNav .nivo-nextNav
	{
		height: 22px;
		width: 23px;
		display: none;
	}

	div
	{
		/*overflow: hidden;*/
	}

	.fit-for-type
	{
		margin-bottom: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 0;
	}

	h1, h2
	{
		min-height: 45px;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.listbox
	{
		margin-bottom: 0;
	}

	.infoblob
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.stars
	{
		margin-top: 0;
		margin-bottom: 0;
	}

	.quote
	{
		margin-bottom: 20px;
		margin-top: 35px;
		padding-top: 5px;
	}

	.happy
	{
		margin-bottom: 20px;
	}
		.happy img
		{
			max-width: 100%;
		}

	header div.navigation
	{
		position: relative;
		overflow: visible;
		min-height: 40px;
		z-index:999;
	}
		header div.navigation ul
		{
			padding: 0 10px;
			position: absolute;
			top: 15px;
			top: 10px;
			right: 10px;
			border: dashed 1px #333;
			border-radius: 5px;
			text-align:center;
			background: #ffffff;
			float:right;
		}
		header div.navigation ul li
		{
			display: none; /* hide all <li> items */
			margin: 0;
			text-align:center;
		}
		header div.navigation ul li.mobilemenutitle
		{
			display: block; /* show only current <li> item */
		}
		header div.navigation ul li a
		{
			display: block;
			padding: 5px;
		}
		header div.navigation ul li.mobilemenutitle a
		{
			background: none;
			color: #666;
		}

	/* on nav hover */
		header div.navigation ul:hover
		{
			background-image: none;
		}
			header div.navigation ul:hover li
			{
				display: block;
				margin: 0 0 5px;
			}
			header div.navigation ul:hover li.mobilemenutitle
			{
				border-bottom: 1px solid #888888;
			}

	/* right nav */
		header div.navigation.right ul
		{
			left: auto;
			right: 0;
		}

	/* center nav */
		header div.navigation.center ul
		{
			left: 50%;
			margin-left: -90px;
		}

		header div.navigation ul li.is_separator
		{
			display: none;
		}

		header div.navigation ul li.mobilemenutitle
		{
			display: block;
		}

	header div.topcontact
	{
		text-align: center;
		color: #ffffff;
		background: #3d3d3d;
		margin: 0 0 0 0;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		padding: 0 0 5px 0;
		padding: 8px 0 8px 0;
		font-size: 1.1em;
	}
		header div.topcontact a
		{
			color: #ffffff;
		}

	.logo, .navigation
	{
		margin-top: 30px;
		margin-top: 50px;
	}

	.pageimage
	{
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px)
{
	body
	{
		font-size: 0.9em;
	}

	.forme:nth-child(2n+1)
	{
		clear:both;
	}

	.forme
	{
		margin: 20px 0 40px 0;
	}

	h1, h2
	{
		clear: both;
	}

	.happy
	{
		margin-bottom: 30px;
	}

	.fit-for-type
	{
		margin: 0;
	}
	.fit-for-type:nth-of-type(2n+1)
	{
		clear: both;
	}

	.infoblob
	{
		margin-bottom: 30px;
	}

	/*.contact div.formpart:nth-of-type(2n+0)
	{
		padding-right: 20px;
	}*/

	/*.contact div.formpart:nth-of-type(2n+1)
	{
		padding-right: 20px;
	}*/

	.contact div.formpart.no_tablet_space
	{
		padding: 0 15px 0 0;
	}
}
