a.b/* 
	Theme Name: Client Template
	Description: Noble Image base theme. Created in 2017. Built using HTML5 to be responsive in nature; this theme adjusts based on the user's browser width to optimal styles.
	Author: Elly Cabral
	Version: 1.0
*/
	
/* RESET */
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a {text-decoration:none;}
	#wpadminbar .quicklinks ul {
		clear: none!important;
		overflow: inherit!important;
	}
	.clear{clear:both}
	.right {float:right;}
	.left {float:left;}
	hr {
		border: 0px;
		border-bottom: 1px solid #d7d7d7;
		clear: both;
		overflow: hidden;
	}
	.alignleft {
		width: auto;
		float: left;
		padding: 0px;
		/*max-width: 100%;
		height: auto;*/
	}
	.alignright {
		width: auto;
		float: right;
		padding: 0px;
		/*max-width: 100%;
		height: auto;*/
	}
	.aligncenter {
		width: auto;
		display: block;
		padding: 0px;
		/*max-width: 100%;
		height: auto;*/
	}
	.alignnone {
		padding: 0px;
		/*max-width: 100%;
		width: auto;
		height: auto;
		max-width: 100%;
		height: auto;*/
	}
	figure {
		margin: 0;
	}
	blockquote {
		background: #212121;
	    border: 1px solid #151517;
	    clear: both;
	    margin: 20px 0;
	    overflow: hidden;
	    padding: 10px 3%;
	    width: 90%;
	}
	blockquote p {
		font-size: 16px;
	    font-style: italic;
	    line-height: 22px;
	}
	table {
		margin:10px auto;
		width: 99%;
		background: #f4f4f4;
		border: 3px solid #f8f9fa;
	}
	table th {
		text-align: left;
		border: 1px solid #fff;
		padding: 8px 10px;
		font-size: 12px;
		color: #555654;
		font-weight: 700;
		line-height: 16px;
	}
	table td {
		border: 1px solid #fff;
		padding: 8px 10px;
		font-size: 12px;
		color: #555654;
		line-height: 16px;
	}
	strong {
		font-weight: bold;
	}
	ul, ol {
		padding: 0;
	}
	ul li {
		list-style: disc outside;
		margin: 0;
	}
	ol li {
		list-style: decimal outside;
		margin: 0;
	}

/*** GENERAL TAGS ***/
	* {
		transition: .25s all;
		-webkit-transition: .25s all;
		-moz-transition: .25s all;
		-ms-transition: .25s all;
		-o-transition: .25s all;
	}
	body {
		padding: 0;
		margin: 0;
		word-break: break-word;
	}
	p {
		margin: 0;
		padding: 10px 0;
	}
	a {
		font-style: normal;
		text-decoration: underline;
	}
	a:hover {
		font-style: italic;
	}
	a.button {
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
	}
	a.button:hover {
		font-style: normal;
	}
	
/*** HEADER ***/
	header {
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
		text-align: center;
		clear: both;
		overflow: hidden;
		box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-moz-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-ms-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-o-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
	}
	.head {
		width: 80%;
		margin: 0 auto;
	}
	
/*** HERO ***/
	.hero-wrap {
		width: 90%;
		max-width: 1000px;
		clear: both;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
		line-height: 0;
		box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-moz-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-ms-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-o-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
	}
	.hero {
		width: 100%;
		clear: both;
		overflow: hidden;
	}
	.hero-words {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 20% 0 0 0;
	}
	.hero-words a.button {
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}
	.hero * {
		transition: 0s;
		-webkit-transition: 0s;
		-moz-transition: 0s;
		-ms-transition: 0s;
		-o-transition: 0s;
	}
	.hero li {
		padding: 0;
	}
	.hero a.button {
		transition: .25s all;
		-webkit-transition: .25s all;
		-moz-transition: .25s all;
		-ms-transition: .25s all;
		-o-transition: .25s all;
	}
			
/*** HOME ***/
	.content-wrap {
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
		box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-moz-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-ms-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-o-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
	}
	.content {
		width: 60%;
		margin: 0 auto;
		padding: 60px 0;
	}
	.content *:first-child {
		padding-top: 0;
	}

/*** FOOTER ***/
	footer {
		width: 90%;
		max-width: 1000px;
		margin: 60px auto 0 auto;
		box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-moz-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-ms-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
		-o-box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
	}
	.footer {
		clear: both;
		overflow: hidden;
	}
	.footer .foot {
		width: 80%;
		margin: 0 auto;
		padding: 70px 0;
		clear: both;
		overflow: hidden;
	}
	.footer .left {
		width: 45%;
		float: left;
		border-right: 1px solid #bbb;
		padding: 0 4% 0 0;
	}
	.footer .left.full {
		width: 100%;
		float: none;
		border-right: 0;
		padding: 0;
	}
	.footer .right {
		width: 45%;
		float: right;
		padding: 0 0 0 4%;
	}
	.footer .right.full {
		width: 100%;
		float: none;
		padding: 0;
	}
	.footer .left img, .footer .right img {
		clear: both;
		overflow: hidden;
	}
	.footer .copyright {
		width: 80%;
		clear: both;
		overflow: hidden;
		padding: 60px 10%; 
	}

/*** FORMIDABLE ***/
	.content .frm_style_formidable-style.with_frm_style label.frm_primary_label, 
	.content .frm_style_formidable-style.with_frm_style.frm_login_form label {
		display: none;
	}
	.content .frm_style_formidable-style.with_frm_style input[type="text"], 
	.content .frm_style_formidable-style.with_frm_style input[type="password"], 
	.content .frm_style_formidable-style.with_frm_style input[type="email"], 
	.content .frm_style_formidable-style.with_frm_style input[type="number"], 
	.content .frm_style_formidable-style.with_frm_style input[type="url"], 
	.content .frm_style_formidable-style.with_frm_style input[type="tel"], 
	.content .frm_style_formidable-style.with_frm_style input[type="file"], 
	.content .frm_style_formidable-style.with_frm_style input[type="search"], 
	.content .frm_style_formidable-style.with_frm_style select {
		border: 0;
		height: auto;
		padding: 15px 20px;
		width: 100%;
		box-shadow: inset 1px 0 3px rgba(0, 0, 0, .06);
		-webkit-box-shadow: inset 1px 0 3px rgba(0, 0, 0, .06);
		-moz-box-shadow: inset 1px 0 3px rgba(0, 0, 0, .06);
		-ms-box-shadow: inset 1px 0 3px rgba(0, 0, 0, .06);
		-o-box-shadow: inset 1px 0 3px rgba(0, 0, 0, .06);
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
	.content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
	.content .frm_style_formidable-style.with_frm_style input[type="submit"], 
	.content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], 
	.content .frm_style_formidable-style.with_frm_style .frm_submit button,
		.content .frm_style_formidable-style-2.with_frm_style input[type="submit"], 
	.content .frm_style_formidable-style-2.with_frm_style .frm_submit input[type="button"], 
	.content .frm_style_formidable-style-2.with_frm_style .frm_submit button, 
	.content .frm_form_submit_style, 
	.content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		padding: 15px 20px;
		text-decoration: none;
		border: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#961212+0,e13232+100 */
		background: #961212; /* Old browsers */
		background: -moz-linear-gradient(top, #e13232 0%, #961212 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #e13232 0%, #961212 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #e13232 0%, #961212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13232', endColorstr='#961212',GradientType=0 ); /* IE6-9 */
	}
	.content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, 
	.content .frm_style_formidable-style.with_frm_style input[type="submit"]:hover, 
	.content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover, 
	.content .frm_style_formidable-style.with_frm_style .frm_submit button:hover, 
	.content .frm_form_submit_style:hover, 
	.content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
		color: #fff;
		font-style: normal;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#961212+0,e13232+100 */
		background: #961212; /* Old browsers */
		background: -moz-linear-gradient(top, #961212 0%, #961212 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #961212 0%, #961212 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #961212 0%, #961212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#961212', endColorstr='#961212',GradientType=0 ); /* IE6-9 */
	}

/*** LIGHT VS DARK ***/
	.light h1, .light h2 {
		color: #fff;
	}
	.light h3, .light h4, .light h4, .light h5, .light h6,.footer .copyright.light p {
		color: #ddd;
	}
	.light p, .light li, .footer .light p {
		color: #eee;
	}
	.light .content .frm_style_formidable-style.with_frm_style input[type="text"], 
	.light .content .frm_style_formidable-style.with_frm_style input[type="password"], 
	.light .content .frm_style_formidable-style.with_frm_style input[type="email"], 
	.light .content .frm_style_formidable-style.with_frm_style input[type="number"], 
	.light .content .frm_style_formidable-style.with_frm_style input[type="url"], 
	.light .content .frm_style_formidable-style.with_frm_style input[type="tel"], 
	.light .content .frm_style_formidable-style.with_frm_style input[type="file"], 
	.light .content .frm_style_formidable-style.with_frm_style input[type="search"], 
	.light .content .frm_style_formidable-style.with_frm_style select,
	.light .content .frm_style_formidable-style.with_frm_style .form-field input:not([type="file"]):focus, 
	.light .content .frm_style_formidable-style.with_frm_style select:focus, 
	.light .content .frm_style_formidable-style.with_frm_style textarea:focus, 
	.light .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="text"], 
	.light .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="password"], 
	.light .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="email"], 
	.light .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="number"],
	.light .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="url"], 
	.light .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="tel"], 
	.light .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="search"], 
	.light .content .frm_form_fields_active_style, 
	.light .content .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
		background: rgba(255, 255, 255, .04);
		color: #fff;
	}
	.dark h1, .dark h2 {
		color: #222;
	}
	.dark h3, .dark h4, .dark h4, .dark h5, .dark h6, .dark p, .dark li, .footer .copyright.dark p {
		color: #444;
	}
	.footer .dark p {
		color: #888;
	}
	.dark .content .frm_style_formidable-style.with_frm_style input[type="text"], 
	.dark .content .frm_style_formidable-style.with_frm_style input[type="password"], 
	.dark .content .frm_style_formidable-style.with_frm_style input[type="email"], 
	.dark .content .frm_style_formidable-style.with_frm_style input[type="number"], 
	.dark .content .frm_style_formidable-style.with_frm_style input[type="url"], 
	.dark .content .frm_style_formidable-style.with_frm_style input[type="tel"], 
	.dark .content .frm_style_formidable-style.with_frm_style input[type="file"], 
	.dark .content .frm_style_formidable-style.with_frm_style input[type="search"], 
	.dark .content .frm_style_formidable-style.with_frm_style select,
	.dark .content .frm_style_formidable-style.with_frm_style .form-field input:not([type="file"]):focus, 
	.dark .content .frm_style_formidable-style.with_frm_style select:focus, 
	.dark .content .frm_style_formidable-style.with_frm_style textarea:focus, 
	.dark .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="text"], 
	.dark .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="password"], 
	.dark .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="email"], 
	.dark .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="number"],
	.dark .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="url"], 
	.dark .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="tel"], 
	.dark .content .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="search"], 
	.dark .content .frm_form_fields_active_style, 
	.dark .content .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
		background: rgba(0, 0, 0, .04);
		color: #888;
	}

/*** BUTTON COLORS ***/
	a.button.blue,
	.blue .content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
	.blue .content .frm_style_formidable-style.with_frm_style input[type="submit"], 
	.blue .content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], 
	.blue .content .frm_style_formidable-style.with_frm_style .frm_submit button, 
	.blue .content .frm_form_submit_style, 
	.blue .content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
		background: #6083c2; /* Old browsers */
		background: -moz-linear-gradient(top, #6083c2 0%, #204382 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #6083c2 0%, #204382 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #6083c2 0%, #204382 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6083c2', endColorstr='#204382',GradientType=0 ); /* IE6-9 */
	}
	a.button.blue:hover,
	.blue .content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, 
	.blue .content .frm_style_formidable-style.with_frm_style input[type="submit"]:hover, 
	.blue .content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover, 
	.blue .content .frm_style_formidable-style.with_frm_style .frm_submit button:hover, 
	.blue .content .frm_form_submit_style:hover, 
	.blue .content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
		background: #204382; /* Old browsers */
		background: -moz-linear-gradient(top, #204382 0%, #204382 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #204382 0%, #204382 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #204382 0%, #204382 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204382', endColorstr='#204382',GradientType=0 ); /* IE6-9 */
	}
	a.button.green,
	.green .content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
	.green .content .frm_style_formidable-style.with_frm_style input[type="submit"], 
	.green .content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], 
	.green .content .frm_style_formidable-style.with_frm_style .frm_submit button, 
	.green .content .frm_form_submit_style, 
	.green .content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
		background: #60c2a3; /* Old browsers */
		background: -moz-linear-gradient(top, #60c2a3 0%, #208263 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #60c2a3 0%, #208263 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #60c2a3 0%, #208263 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c2a3', endColorstr='#208263',GradientType=0 ); /* IE6-9 */
	}
	a.button.green:hover,
	.green .content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, 
	.green .content .frm_style_formidable-style.with_frm_style input[type="submit"]:hover, 
	.green .content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover, 
	.green .content .frm_style_formidable-style.with_frm_style .frm_submit button:hover, 
	.green .content .frm_form_submit_style:hover, 
	.green .content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
		background: #208263; /* Old browsers */
		background: -moz-linear-gradient(top, #208263 0%, #208263 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #208263 0%, #208263 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #208263 0%, #208263 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#208263', endColorstr='#208263',GradientType=0 ); /* IE6-9 */
	}
	a.button.red,
	.red .content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
	.red .content .frm_style_formidable-style.with_frm_style input[type="submit"], 
	.red .content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], 
	.red .content .frm_style_formidable-style.with_frm_style .frm_submit button, .red .content .frm_style_formidable-style-2.with_frm_style .frm_submit button,
	.red .content .frm_form_submit_style, 
	.red .content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
		background: #c26060; /* Old browsers */
		background: -moz-linear-gradient(top, #c26060 0%, #822020 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #c26060 0%, #822020 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #c26060 0%, #822020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c26060', endColorstr='#822020',GradientType=0 ); /* IE6-9 */
	}
	a.button.red:hover,
	.red .content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, 
	.red .content .frm_style_formidable-style.with_frm_style input[type="submit"]:hover, 
	.red .content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover, 
	.red .content .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .red .content .frm_style_formidable-style-2.with_frm_style .frm_submit button:hover,
	.red .content .frm_form_submit_style:hover, 
	.red .content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
		background: #822020; /* Old browsers */
		background: -moz-linear-gradient(top, #822020 0%, #822020 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #822020 0%, #822020 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #822020 0%, #822020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#822020', endColorstr='#822020',GradientType=0 ); /* IE6-9 */
	}
	a.button.purple,
	.purple .content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
	.purple .content .frm_style_formidable-style.with_frm_style input[type="submit"], 
	.purple .content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], 
	.purple .content .frm_style_formidable-style.with_frm_style .frm_submit button, 
	.purple .content .frm_form_submit_style, 
	.purple .content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
		background: #9e6db3; /* Old browsers */
		background: -moz-linear-gradient(top, #9e6db3 0%, #5e2d73 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #9e6db3 0%, #5e2d73 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #9e6db3 0%, #5e2d73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e6db3', endColorstr='#5e2d73',GradientType=0 ); /* IE6-9 */
	}
	a.button.purple:hover,
	.purple .content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, 
	.purple .content .frm_style_formidable-style.with_frm_style input[type="submit"]:hover, 
	.purple .content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover, 
	.purple .content .frm_style_formidable-style.with_frm_style .frm_submit button:hover, 
	.purple .content .frm_form_submit_style:hover, 
	.purple .content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
		background: #5e2d73; /* Old browsers */
		background: -moz-linear-gradient(top, #5e2d73 0%, #5e2d73 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #5e2d73 0%, #5e2d73 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #5e2d73 0%, #5e2d73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e2d73', endColorstr='#5e2d73',GradientType=0 ); /* IE6-9 */
	}
	a.button.black,
	.black .content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
	.black .content .frm_style_formidable-style.with_frm_style input[type="submit"], 
	.black .content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], 
	.black .content .frm_style_formidable-style.with_frm_style .frm_submit button, 
	.black .content .frm_form_submit_style, 
	.black .content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
		background: #424242; /* Old browsers */
		background: -moz-linear-gradient(top, #424242 0%, #020202 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #424242 0%, #020202 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #424242 0%, #020202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#020202',GradientType=0 ); /* IE6-9 */
	}
	a.button.black:hover,
	.black .content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, 
	.black .content .frm_style_formidable-style.with_frm_style input[type="submit"]:hover, 
	.black .content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover, 
	.black .content .frm_style_formidable-style.with_frm_style .frm_submit button:hover, 
	.black .content .frm_form_submit_style:hover, 
	.black .content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
		background: #020202; /* Old browsers */
		background: -moz-linear-gradient(top, #020202 0%, #020202 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #020202 0%, #020202 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #020202 0%, #020202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#020202',GradientType=0 ); /* IE6-9 */
	}
	a.button.white,
	.white .content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
	.white .content .frm_style_formidable-style.with_frm_style input[type="submit"], 
	.white .content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], 
	.white .content .frm_style_formidable-style.with_frm_style .frm_submit button, 
	.white .content .frm_form_submit_style, 
	.white .content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
		color: #222;
		background: #fff; /* Old browsers */
		background: -moz-linear-gradient(top, #fff 0%, #bfbfbf 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #fff 0%, #bfbfbf 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #fff 0%, #bfbfbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
	}
	a.button.white:hover,
	.white .content .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, 
	.white .content .frm_style_formidable-style.with_frm_style input[type="submit"]:hover, 
	.white .content .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover, 
	.white .content .frm_style_formidable-style.with_frm_style .frm_submit button:hover, 
	.white .content .frm_form_submit_style:hover, 
	.white .content .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
		background: #bfbfbf; /* Old browsers */
		background: -moz-linear-gradient(top, #bfbfbf 0%, #bfbfbf 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #bfbfbf 0%, #bfbfbf 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #bfbfbf 0%, #bfbfbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
	}

/*** LINK COLORS ***/
	.blue a {
		color: #204382;
	}
	.green a {
		color: #208263;
	}
	.red a {
		color: #822020;
	}
	.purple a {
		color: #5e2d73;
	}
	.black a {
		color: #626262;
	}
	.white a {
		color: #9f9f9f;
	}

/*** RESPONSIVE ***/
	@media all and (max-width: 700px) {
		.head {
			width: 90%;
		}
		.content {
			width: 80%;
		}
		.footer .left {
			margin: 0 0 50px 0;
		}
		.footer .left, .footer .right {
			width: 100%;
			clear: both;
			overflow: hidden;
			border: 0px;
			float: none;
		}
	}
	@media all and (max-width: 500px) {
		header, .hero-wrap, .content-wrap, footer {
			width: 100%;
		}
		.content {
			width: 90%;
		}
	}

header p.subtitle{
	padding-top:0;
	padding-bottom:20px;
}

header p.phone{
	margin-bottom:15px;
}