/*
Theme Name: Music Makes Us Whole
Description: FastHorse custom theme for wordpress. 
Author: Joseph Rstom at Fast Horse, Inc.
Author URI: http://presencemaker.com
Text Domain: fhpress
Version: 1.0
*/

/* --------------------------------------------------------------
   Reset - originally based on 
   Meyer's reset.css
   http://meyerweb.com/eric/tools/css/reset/ 
----------------------------------------------------------------- */
::moz-selection{ background-color: #999; color: white; }
::webkit-selection{ background-color: #999; color: white; }
::selection{ background-color: #999; color: white; }
:focus { outline: 0; }
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(http://mmuw.staging.wpengine.com/wp-content/themes/fhpress/js/boxsizing.htc);
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,
mark,audio,video { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal;
	text-align: left; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; 
}
article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,
nav,section,audio,video, main {display:block;}
a img{border:0; line-height: 1px; }
figure{position:relative;}
figure img{width:100%;}
table {border-collapse: collapse; border-spacing: 0;}
input[type="text"],input[type="password"],input[type="search"],
input[type="email"],input[type="url"],input[type="tel"],textarea 
{ -webkit-appearance: none; border: 1px solid #999; }

/* --------------------------------------------------------------
   common elements/objects
----------------------------------------------------------------- */
/* lists */
.h-list, .v-list { list-style: none; margin: 0; padding: 0; width: 100%; }
.h-list li, .v-list li { display: block; float: left; }
.h-list a, .v-list a { display: block; }
.v-list a { width: 100%; }

/*responsive  images - responsive images ie8 height fix */
img { height: auto; max-width: 100%; }
@media \0screen {img { width: auto }} /* Prevent height distortion in IE8. */

/* container elements including cf (clearfix) */
body { font-family:"lato", Arial, sans-serif; font-size:16px; line-height:24px;background:#fafbe9; color:#6d755d; }
.site { position: relative; }
.container { margin: 0 auto; max-width:1200px;}
.col { 
	display: block;
	float: left;
	width: 100%;
	padding:0px 2em;
}
.cf { *zoom: 1; }
.container:after,
.row:after, 
.col:after, 
.cf:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?7j8nwg');
	src:url('fonts/icomoon.eot?#iefix7j8nwg') format('embedded-opentype'),
		url('fonts/icomoon.woff?7j8nwg') format('woff'),
		url('fonts/icomoon.ttf?7j8nwg') format('truetype'),
		url('fonts/icomoon.svg?7j8nwg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before, .section.slider h4 span:before, .section.slider h4 span:after, .section.social #cff h3 i:before, section.testimonials .col.span12:before, section.testimonials .col.span12:after, section.third h5:before  {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-quote:before {
	content: "\e60c";
}
.icon-facebook:before {
	content: "\e608";
}
.icon-orange-arrow:before {
	content: "\e609";
}
.icon-orange-ball:before {
	content: "\e60a";
}
.icon-twitter:before {
	content: "\e60b";
}
.icon-phone:before {
	content: "\e600";
}
.icon-mobile:before {
	content: "\e601";
}
.icon-mail:before {
	content: "\e602";
}
.icon-list:before {
	content: "\e603";
}
.icon-arrow-left:before {
	content: "\e604";
}
.icon-arrow-down:before {
	content: "\e605";
}
.icon-arrow-up:before {
	content: "\e606";
}
.icon-arrow-right:before {
	content: "\e607";
}


/* -----------------------------------------------------------
	this media query activates the grid
	as well as any other elements, such
	as aligned images. set the min-width 
	to whatever best fits the design. 

	default: 800px
-------------------------------------------------------------- */
@media screen and (min-width: 800px) {
	.col { margin: 1% 0 1% 1.6%;}
	.col:first-child { margin-left: 0; }
	.col.span1 { width: 6.86%; }
	.col.span2 { width: 15.33%; }
	.col.span3 { width: 23.8%; }
	.col.span4 { width: 32.26%; }
	.col.span5 { width: 40.73%; }
	.col.span6 { width: 49.2%; }
	.col.span7 { width: 57.66%; }
	.col.span8 { width: 66.13%; }
	.col.span9 { width: 74.6%; }
	.col.span10 { width: 83.06%; }
	.col.span11 { width: 91.53%; }
	.col.span12 { width: 100%; }
	
	.float-left { float: left; }
	.float-right { float: right; }
	.float-clear { clear: both; }
	
	img.alignleft { float: left; margin: 0 1em 1em 0; }
	img.alignright { float: right; margin: 0 0 1em 1em; }
}
@media screen (min-width:1240px) {
	.col {
		padding:0px 0px;
	}
}


h1, h2, h3, h4, h5, h6 {
	text-align:center;
	font-weight:700;
	font-size:1.5em;
	text-transform:uppercase;
	color:#24b992;
	line-height:1em;
}
p, li, td, small {
	text-align:center;
}
strong {
	font-weight:700;
}
a:link, a:visited {
	color:#24b992;
	transition:color 0.3s ease;
}
a:hover {
	color:#6d755d;
}
@media \0screen {
  img { 
  	width: auto !important; /* for ie 8 */
  }
}
/* --------------------------------------------------------------
	bxslider general required  styles
----------------------------------------------------------------- */
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	z-index:1;
	*zoom: 1;
}

.bx-wrapper img { display: block; }
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	/*bottom: -30px;*/
	width: 100%;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	display:block;
	width:20px;
	height:20px;
	color:#F8FAE8;
	text-decoration:none;
	font-size:3em;
	transition:opacity 0.3s ease;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	opacity:0.5;	
}
.bx-wrapper .bx-prev {
	left: -20px;
}

.bx-wrapper .bx-next {
	right: -20px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	z-index: 9999;
}
@media screen and (min-width:800px) {
	.bx-wrapper .bx-prev {
		left: 10px;
	}

	.bx-wrapper .bx-next {
		right: 10px;
	}
}
/* ---------------------
	nav
------------------------ */

.main-navigation {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:3em;
	background:#24b992;
	border-bottom:3px solid #f37238;
}
.push-menu:link, .push-menu:visited, .push-menu {
	display:block;
	float:left;
	color:#F8FAE8;
	padding:0.5em 1.5em;
	font-size:0.75em;
	text-decoration:none;
	text-transform:uppercase;
}
.push-menu:hover, .push-menu:hover:before {
	color:#6d755d;
}
.push-menu:before {
	position:relative;
	top:0.25em;
	font-size:2em;
	color:#F8FAE8;
	transition:color 0.3s ease;
}
.main-navigation ul.h-list {
	display:none;
}
.main-navigation ul.h-list.active {
	display:block;	
	background:#24b992;
	position:absolute;
	z-index:999;
	top:3em;
	left:0px;
	right:0px;
	border-bottom:1px solid #f37238;
}
.main-navigation ul.h-list.active li {
	display:block;
	float:none;
	width:100%;	
}
.main-navigation ul.h-list.active li a:link, .main-navigation ul.h-list.active li a:visited {
	text-decoration:none;
	padding:1em;
	font-size:0.75em;
	font-weight:400;
	text-transform:uppercase;
	display:block;
	width:100%;
	color:#F8FAE8;
	text-align:center;
	border-bottom:1px solid #b4e2e0;
}
.main-navigation .logo-mobile {
	display:block;
	position:absolute;
	top:3px;
	right:3px;
	width:40px;
	height:40px;
	transition:transform 0.3s ease;
}
.main-navigation ul.h-list li.logo {
	display:none;
}

.main-navigation li.logo a span, .main-navigation .logo-mobile {
	background:url(images/mmuw_logo_small.png) center center no-repeat;
	text-indent:-9999px;
	background-size:auto 90%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mmuw.staging.wpengine.com/wp-content/themes/fhpress/images/mmuw_logo_small.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mmuw.staging.wpengine.com/wp-content/themes/fhpress/images/mmuw_logo_small.png',sizingMethod='scale')";
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.main-navigation a.logo-mobile:hover,
.main-navigation a.logo-mobile:focus {
	background:url(images/mmuw_logo_small.png) center center no-repeat;
	background-size:auto 90%;
	-webkit-transform:rotate(-15deg) scale(1.05);
	-moz-transform:rotate(-15deg) scale(1.05);
	transform:rotate(-15deg) scale(1.05);
}

@media screen and (min-width:800px) {
	.push-menu:link, .push-menu:visited, .push-menu {
		display:none;
	}
	.main-navigation {
		background:rgba(36,185,146,0.7);
		position:fixed;
		top:-0.5em;
		left:0px;
		right:0px;
		height:8.5em;
		padding:0px;
		overflow:hidden;
		z-index: 999;
		transition:height 0.6s ease;	
	}
	.main-navigation.scrolled {
		height:4.25em;
	}
	.main-navigation ul.h-list {
		display:block;	
	}
	.main-navigation li {
		width:20%;
		display:table-cell;
		vertical-align:middle;
		float:none;
		line-height:normal;
	}
	.main-navigation li a:link, .main-navigation li a:visited {
		text-align:center;
		display:block;
		vertical-align:middle;
		text-decoration:none;
		font-size:0.65em;
		font-weight:700;
		text-transform:uppercase;
		width:100%;
		color:#F8FAE8;
	}
	.main-navigation li a span {
		position: relative;
		display: inline-block;
		text-align: center;
		padding:5.5em 12%;
		width:100%;
		top:0;bottom:0;
		background:transparent;
		-webkit-transition:background 0.3s ease;
		-moz-transition:background 0.3s ease;
		-ms-transition:background 0.3s ease;
		-o-transition:background 0.3s ease;
		transition:background 0.3s ease;
	}
	.main-navigation.scrolled li a span {
		padding:2.1em 12%;
	}
	.main-navigation li a:hover span,
	.main-navigation li a:focus span {
		background: #f37238;
		color:#F8FAE8;
	}

	.main-navigation .logo-mobile {
		display:none;	
	}
	.main-navigation ul.h-list li.logo {
		display:table-cell;
	}
	.main-navigation ul.h-list li.logo a:hover span,
	.main-navigation ul.h-list li.logo a:focus span {
		background:transparent url(images/mmuw_logo_small.png) center center no-repeat;
		background-size:auto 90%;
		-webkit-transform:rotate(-15deg) scale(1.05);
		-moz-transform:rotate(-15deg) scale(1.05);
		transform:rotate(-15deg) scale(1.05);
	}
}
@media screen and (min-width:1200px) {
	.main-navigation {
		height:9.5em;
	}
	.main-navigation li a:link, .main-navigation li a:visited {
		font-size:0.85em;	
	}
	.main-navigation li a span {
		padding:4.5em 12%;	
	}
	
	.main-navigation.scrolled {
		height:5.5em;
	}
	
	.main-navigation.scrolled li a span {
		padding:2.1em 12%;	
	}
}

/* --------------------------------------------------------------
	header
----------------------------------------------------------------- */
.header {
	text-align:center;
	display:block;
	position:relative;
}

.header h1.title {
	text-align:center;
	margin:3em auto 1em;
	font-size:2em;
	font-family:"hwt-artz", serif;
}

.header h1.cta {
	padding:0px 0px;
	max-width:100%;
	height:auto;
	display:block;
	margin:3em auto -2px;
	z-index:90;
}

@media screen and (min-width:800px) {
	.header .col {
		margin-bottom:0px;
	}
	.header h1.cta {
		margin:6em auto -2px;
	}
	.header h1.title {
		margin:5em auto 1em;
		padding:0px 35%;
		font-size:2em;	
	}
	.header h1.title:before {
		position:absolute;
		bottom:0px;
		left:0px;
		content:" ";
		display:block;
		width:240px;
		height:100%;
		background:url(images/header_title_left.png) bottom right no-repeat;
		background-size:cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mmuw.staging.wpengine.com/wp-content/themes/fhpress/images/header_title_left.png', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mmuw.staging.wpengine.com/wp-content/themes/fhpress/images/header_title_left.png',sizingMethod='scale')";
	}
	.header h1.title:after {
		position:absolute;
		bottom:0px;
		right:0px;
		content:" ";
		display:block;
		width:240px;
		height:100%;
		background:url(images/header_title_right.png) bottom left no-repeat;
		background-size:cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mmuw.staging.wpengine.com/wp-content/themes/fhpress/images/header_title_right.png', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mmuw.staging.wpengine.com/wp-content/themes/fhpress/images/header_title_right.png',sizingMethod='scale')";
	}
}

@media screen and (min-width:1000px) {
	.header h1.title {
		font-size:2.5em;
		padding:0px 25%;	
		margin:4.7em auto 1em;
	}
}
@media screen and (min-width:1200px) {
	.header h1.title {
		padding:0px 10%;	
		margin:4.7em auto 1em;
	}
}
/* --------------------------------------------------------------
	home
----------------------------------------------------------------- */
section.section {
	padding-bottom:2em;
	z-index:111;
	position:relative;
}
.home section.section {
	opacity:0;
	transition:opacity 1.5s ease;
}
.home section.section.first {
	opacity:1;
}
.home section.section.scrolled {
	opacity:1;
}
section.slider {
	opacity:1;
	background:#00A19C url(images/topsection_bg.png) top center no-repeat;
	background-size:cover;
	color:#F8FAE8;
	padding:2em 0px;
	border-top:3px solid #FCB631;
	border-bottom:8px solid #F37238;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mmuw.staging.wpengine.com/wp-content/themes/fhpress/images/topsection_bg.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mmuw.staging.wpengine.com/wp-content/themes/fhpress/images/topsection_bg.png',sizingMethod='scale')";
}
section.linebg, section.graybar, header.linebg {
	position:relative;
}
section.linebg:before {
	display:block;
	content:" ";
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	right:0px;
	height:10px;
	background-image:url(images/line_bg.png);
	background-position:0px 4px;
	background-repeat:repeat-x;
	background-size:auto 6px;
}
section.graybar:after, header.linebg:after {
	content:" ";
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:10px;
	width:100%;
	background:#6d755d url(images/line_bg.png) 0px 2px repeat-x;
	background-size:auto 6px;
}
section.testimonials {
	background-color:#fcb632;
	padding:2em 0px;
	position:relative;
}

section.testimonials .col.span12 {
	position:relative;
	display:block;
}
section.testimonials .col.span12:before, section.testimonials .col.span12:after {
	content: "\e60c";
	font-family:"icomoon";
	display:none;
	position:absolute;
	right:10%;
	bottom:0px;
	font-size:5em;
	color:#F37238;
	width:120px;
	height:100px;
}
section.testimonials .col.span12:before {
	left:10%;
	top:0px;
	right:auto;
	bottom:auto;
	transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
section.testimonials p, .page section.testimonials .col.span12 li p {
	color:#6d755d;
	font-weight:300;
	font-weight:1.1em;
}
.page section.testimonials p span {
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:0.5em;
	color:#fff;
}
.page section.testimonials p span span {
	font-family:"ff-market-web", cursive;
	text-transform:lowercase;
	text-decoration:underline;
	font-weight:400;
}
.page section.testimonials h4 {
	color:#6d755d;
	font-size:1em;
	line-height:1.3em;
	font-style:italic;
	text-transform:none;
	font-weight:300;
}
.page section.testimoniakls .mejs-container * {
	font-family:inherit !important;
}
.page section.testimonials .mejs-container, .page section.testimonials  .mejs-embed, .page section.testimonials  .mejs-embed body, .page section.testimonials  .mejs-container .mejs-controls {
	background:transparent;
	margin:0px auto;
}
.page section.testimonials .mejs-container .mejs-controls .mejs-time {
	color:#6d755d;
}
.page section.testimonials .mejs-controls .mejs-time-rail .mejs-time-current {
	background:#F8FAE8;
}
.page section.testimonials .mejs-controls .mejs-time-rail .mejs-time-loaded,
.page section.testimonials .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background:#6d755d;
}
.page section.testimonials .mejs-controls .mejs-time-rail .mejs-time-total,
.page section.testimonials .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background:rgba(68,68,68,0.3);	
}
.page section.testimonials .mejs-controls .mejs-button button {
	margin:5px;
}


.section.slider h1 {
	color:#F8FAE8;
	margin:0px auto 0.85em;
	font-size:3.25em;
	font-family:"hwt-artz", serif;
}
.section.slider h4 {
	color:#F8FAE8;
	font-family:"hwt-artz", serif;
	font-size:2.5em;
}
.section.slider h4 span {
	position:relative;
	display:inline;
	width:auto;
}
.section.slider h4 span:before, .section.slider h4 span:after {
	display:block;
	position:absolute;
	content: "\e609";
	color:#F37238;
	font-size:0.8em;
	
}
.section.slider h4 span:before {
	top:0px;
	left:-2em;
}
.section.slider h4 span:after {
	top:0px;
	right:-2em;
	transform:rotate(180deg);
}
.section.slider h6 {
	color:#F8FAE8;
	font-size:1em;
	line-height:1.5em;
	text-transform:none;
	font-weight:300;
	font-style:italic;
	margin-top:2em;
}
.section.slider p {
	font-size:0.6em;
	line-height:1.2em;
	margin:0.5em 0px;
	font-style:italic;
}
.section.slider h6 span {
	display:block;
	text-align:center;
	font-size:1.4em;
	font-weight:700;
	text-transform:uppercase;
}
.section.slider ul.slider-text li ul {
	max-width:85%;
	margin:2em auto;
}
.section.slider ul.slider-text li ul li {
	text-align:left;
	margin:0px 0px 1em;
}

.page.home section.testimonials .bx-wrapper .bx-prev {
	left:-0.5em;	
}
.page.home section.testimonials .bx-wrapper .bx-next {
	right:-0.5em;
}

.section.social h3 {
	display:block;
	text-align:left;
	height:4em;
	position:relative;
}
.section.social h3:before {
	color:#2DB891;
	font-size:2.5em;
	position:absolute;
	top:0.2em;
	left:0px;
}
.section.social #cff h3 i:before {
	content: "\e608";
}

@media screen and (min-width:800px) {
	.section.slider h1 {
		font-size:4em;	
	}
	.section.slider ul.slider-text li ul {
		max-width:66.66677%;
	}
	.section.slider ul.slider-text li ul li {
		display:block;
		max-width:40%;
		margin:0px 5% 2%;
		float:left;
		text-align:center;
		padding:5em 0px 0px;
		position:relative;
		z-index:999;
	}
	.section.slider ul.slider-text li ul li:before {
		display:block;
		content:" ";
		position:absolute;
		top:0px;
		left:50%;
		width:70px;
		height:70px;
		margin-left:-35px;
		z-index:999;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:contain;
	}
	.section.slider ul.slider-text li ul li.icon-learners1:before {
		background-image:url(images/icon_learners1.png);
	}
	.section.slider ul.slider-text li ul li.icon-learners2:before {
		background-image:url(images/icon_learners2.png);
	}
	.section.slider ul.slider-text li ul li.icon-communities1:before {
		background-image:url(images/icon_communities1.png);	
	}
	.section.slider ul.slider-text li ul li.icon-communities2:before {
		background-image:url(images/icon_communities2.png);
	}
	.section.slider ul.slider-text li ul li.icon-wholelife1:before {
		background-image:url(images/icon_wholelife1.png);	
	}
	.section.slider ul.slider-text li ul li.icon-wholelife2:before {
		background-image:url(images/icon_wholelife2.png);
	}
	.page section.testimonials .col.span12 {
		padding:0px 30%;
	}
	.section.slider h6, .section.slider p {
		padding:0px 30%;	
	}
	section.testimonials .col.span12:before, section.testimonials .col.span12:after {
		display:block;	
	}
	.page.home section.testimonials .bx-wrapper .bx-prev {
		left:-1.25em;	
	}
	.page.home section.testimonials .bx-wrapper .bx-next {
		right:-1.25em;
	}
}


section.getinvolved, section.cta {
	background:#2DB891 url(images/bigline_bg.png) top left no-repeat;
	background-size:auto 100%;
	color:#F8FAE8;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mmuw.staging.wpengine.com/wp-content/themes/fhpress/images/bigline_bg.png', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mmuw.staging.wpengine.com/wp-content/themes/fhpress/images/bigline_bg.png',sizingMethod='scale')";
}
section.getinvolved h1 {
	margin:1em auto;
	color:#F8FAE8;
	font-family:"hwt-artz", serif;
	font-size:3.5em;
}
section.getinvolved p {
	max-width:500px;
	margin:0px auto;
}
section.getinvolved p span {
	font-style:italic;
}

section a.cta:link, section a.cta:visited {
	display:block;
	max-width:350px;
	margin:1em auto;
	padding:0.35em 0px 0.25em;
	text-align:center;
	text-decoration:none;
	color:#F8FAE8;
	background:#F37238;
	font-family:"hwt-artz", serif;
	font-size:1.75em;
	transition:background 0.3s ease;
}
section a.cta:hover {
	background:#6d755d;
}
section.main {
	padding:2em auto;
	text-align:left;
}
section.main p, section.main ul li, section.main ol li, section.third li {
	text-align:left;
	list-style-position: inside;
}
section.main {
	background:#F8FAE8;
	padding:2em 0px;
}
section.main h3 {
	text-transform:none;
	font-weight:400;
	font-style:italic;
	font-size:1.2em;
	line-height:1.2em;
	margin:1em 10%;
}
section.main h6 {
	text-align:left;
	margin:2em 0px 0.5em;
}
section.samples {
	padding-bottom:1em;
}
section.third {
	position:relative;
	/*background:#fcb632 url(images/bigline_bg.png) top left no-repeat;*/
}

section.third ul li {
	text-align:left;
	margin:0px 0px 0.7em;
}

section.main ul.columns {
	
}

section.main ul.columns li {
	display:block;
	float:left;
	width:50%;
	list-style-type:none;
	text-align:center;
	padding:0px 1em;
}
section.main ul.columns li img {
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	margin:0px auto;
	vertical-align:middle;
}

section.cta {

}
section.cta h1 {
	margin:0.5em auto;
}
.section.cta h2, .section.cta h1 {
	color:#F8FAE8;
	font-family:"hwt-artz", serif;
	font-size:2em;
}
.section.cta h1 {
	font-size:2.5em;	
}
.section.cta h4 {
	color:#F8FAE8;
	font-size:1.2em;
	line-height:1.5em;
}
.section.cta a.button {
	display:block;
	max-width:250px;
	margin:1em auto;
	padding:0.35em 0px 0.25em;
	text-align:center;
	text-decoration:none;
	color:#F8FAE8;
	background:#F37238;
	font-family:"hwt-artz", serif;
	font-size:1.75em;
	transition:background 0.3s ease;
}
section.cta a.button:hover {
	background:#6d755d;
}
.modal-form {

	display:none;
	color:#F8FAE8;
	background:#F37238;
	z-index:9999;
	padding:3em;
}
.modal-form.active {
		
}
.modal-form .frm_style_mmuw-style.with_frm_style input[type="submit"] {
	background:#2DB891;
	color:#F8FAE8;
	text-transform:uppercase;
	font-family:"hwt-artz", serif;
	border:0px none transparent;
	box-shadow:0px 0px 0px;
}
.modal-form .frm_style_mmuw-style.with_frm_style input[type="submit"]:hover {
	background:#6d755d;
}
.modal-form .frm_style_mmuw-style.with_frm_style .frm_radio label {
	color:#F8FAE8;
}

@media screen and (min-width:800px) {
	section.samples a.cta:link, section.samples a.cta:visited {
		display:block;
		float:left;
		width:35%;
		margin:1em 7.5%;
	}
	section.third h5 {
		display:block;
		width:200px;
		height:160px;
		float:left;
		padding:1.4em 2em;
		color:#F8FAE8;
		font-size:1.7em;
		line-height:1em;
		font-family:"hwt-artz";
		position:relative;
		z-index:11;
	}
	section.third h5:before {
		content: "\e60a";
		display:block;
		position:absolute;
		top:0px;
		left:18%;
		font-size:4.6em;
		z-index:-1;
		color:#2DB891;
	}
	
	section.main ul.columns li {
		padding:0px 2em;
		width:33%;
	}
}

@media screen and (min-width:1200px) {
	section.main ul.columns li {
		width:25%;
	}
}

.sample-text {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#04684e;}

/* Container */
#simplemodal-container {height:70%; width:90%; color:#F8FAE8; background-color:#F37238; box-shadow: 0px 0px 20px rgba(0,0,0,0.3);padding:2em;}
#simplemodal-container p {font-size:0.85em;line-height:1.5em;text-align:left;margin:0.5em 0px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; background-size:cover; width:21px; height:21px; display:inline; z-index:3200; position:absolute; top:-10px; right:-10px; cursor:pointer;}

@media screen and (min-width:800px) {
	#simplemodal-container {height:70%; width:50%;}
}

/* --------------------------------------------------------------
	footer
----------------------------------------------------------------- */
.footer {
	text-align:center;
	background:#6d755d;
	color:#F8FAE8;
	padding:1em 0px;
	margin:0px 0px;
}
.footer .container {
	position:relative;
	display:block;
	text-align:center;
	width:100%;
}
.footer .footer-nav .h-list {
	text-align:center;
	display:table;
	margin:0px auto 1em;
}
.footer .footer-nav .h-list li {
	text-align:center;
	display:inline;
	float:none;
}
.footer .footer-nav a:link, .footer .footer-nav a:visited {
	padding:0px 0.5em;
	font-size:0.75em;
	color:#F8FAE8;
	display:inline;
}
.footer .footer-nav a:hover {
	color:#1ba39d;
}
.footer .social-icons {
	display:table;
	text-align:center;
	margin:0px auto 1em;
}
.footer .social-icons li {
	display:inline;
	float:none;
}
.footer .social-icons li a:link, .footer .social-icons li a:visited {
	color:#F8FAE8;
	padding:0px 0.2em;
	text-decoration:none;
	display:inline;
}
.footer .social-icons li a:hover {
	color:#1ba39d;
}
.footer small {
	display:block;
	text-align: center;
	font-size:0.65em;
}

