/*
Theme Name:  Prolotherapy Institute
Theme URI:   http://prolotherapyinstitute.com/
Description: Child theme for the Genesis framework implementing a custom design for the Prolotherapy Institute 
Author:      PDXIDS
Author URI:  http://portlandinternetdesign.com
Template:    genesis
Version:     0.1.0
*/

/* 
Colors:
Drk Blue: #022e61
Red: #a60003
Nav Hover: #02356c
*/

/**
   Table of Contents:
 * Major Layout Styles
 * Header
 * Content
 * Sidebar
 * Footer 
*/

/* MAJOR LAYOUT STYLES 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html body {
	background: #f9f8f4;
	font-size: 14px;
}

body p, body h1, body h2, body h3, body h4, body h5, body h6, html body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
    letter-spacing: 0px;
    font-weight: normal;
    color: #043c6d;
}

body p, body div {
    line-height: 1.4625em;
    font-size: 14px;
}

body h1, body h2, body h3, body h4, body h4, body h6 {
	
}

body.home h2, body h1 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-top: 1em;
}

body.home h3, body h2 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 1em;
	letter-spacing: -1px;
}

body.home h3 {
	margin-bottom: 1em;
}

h3.light-blue {
	color: #c9e1f9;
	font-size: 1.2em;
	line-height: 2.0em;
	font-weight: normal;
}

body.home h4, body h3 {
	letter-spacing: -1px;
	margin-bottom: 0px;
}

#content .entry-content h4.icon {
    clear: both;
    margin-left: 90px;
    font-size: 23px;
    line-height: 2;
	/*min-height: 1131px;*/
}
#content .entry-content h4.icon2 {
    clear: both;
    margin-left: 90px;
    font-size: 23px;
	line-height: 2;
	background: #f8f8f8;
	/*min-height: 1131px;*/
}
body.home #content .homequote {	background: url('images/quote.jpg') no-repeat scroll 0 0 transparent; font-size: 18px; font-style: italic; width: 550px; height: 180px; margin-top: 20px; padding-top: 10px; padding-left: 70px; }

body .entry-content {
    clear: both;
}

body #wrap {
	width: 100%;
	background: transparent;
	box-shadow: none;
	margin: 0px;
	clear: both;
}

body .wrap {
	width: 1000px;
	margin: 0 auto;
}

body #inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0 0px;
	overflow: visible;
	position: relative;
	height: 100%;
}

body.content-sidebar #content-sidebar-wrap {
	background: #f9f8f4;
	box-shadow: 0px 3px 4px 4px rgba(100,100,100,0.1);
}

body #content-sidebar-wrap #content {
	background: #fff;
	width: 650px;
	padding-left: 30px;
	padding-right: 50px;
	min-height: 1131px;
}

body #content-sidebar-wrap #sidebar {
	background: #f9f8f4;
	width: 270px;
	margin-left: 0px;
}

/* HEADER STYLES
~~~~~~~~~~~~~~~~~~~~~~~~ */
body #header {
	clear: both;
	background: #022e61;
	padding: 30px 0px 0px 0px;
	height: 94px;
	min-height: 94px;
	border-bottom: 2px solid #a60003;
	position: relative;
}

body #header #title-area {
	clear: both;
	float: none;
	width: 100%;
	text-indent: -9999em;
	height: 94px;
	padding: 0px;
	background: url('images/logo.png') no-repeat #022E61;
}

.home #header .wrap .widget-area {
	position: absolute;
	top: -24px;
	width: 1000px;
	text-align: center;
}

#header .wrap .widget-area {
	position: absolute;
	top: -0px;
	width: 1000px;
	text-align: center;	
	padding: 0px;

}

#header .wrap .widget-area .textwidget {
	padding: 0px;
}

body #nav {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: url('images/nav-bg.png') center -2px;
	height: 37px;
	box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.3);
	position: relative;
	z-index: 6;
	overflow: visible;
}

body #nav .sub-menu {
    z-index: 6;
}

#nav .menu-primary {
	background: transparent;
	border: 0px;
}

body #nav .menu-primary a {
	padding: 8px 15px 8px;
	color: #bad8fb;
	text-transform: uppercase;
	background: transparent;
	border: 0px;
	line-height: 1.5625;
}

#nav .menu-primary .sub-menu a {
	background: url('images/nav-bg.png') center -2px;
	width: 300px;
}

#nav .menu-primary .sub-menu li {
	width: 300px;
}

#nav .menu-primary .sub-menu .sub-menu a {
	width: 385px;
}

body .menu-primary li ul ul,
body #header .menu li ul ul {
	margin: -34px 0 0 330px;
}


#nav .menu-primary .sub-menu a:hover {
	background: #02356c;  
}

#nav .current_page_item a, #nav .current-menu-item a, #nav a:hover {
	background: #02356c;
}

/* CONTENT STYLES
~~~~~~~~~~~~~~~~~~~~~~~~ */
.entry-content h1 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-top: 1em;
}
body .entry-title {
    margin-bottom: 1em;
    margin-top: 1em;
}

body .ui-collapsible h3.ui-collapsible-header {
    color: #043C6D;
}

#content .wpui-light .ui-collapsible-header { 
	background: -moz-linear-gradient(top , #B9B9B9, #DADADA);
	background: -webkit-gradient(linear, left top , left bottom , from(#B9B9B9), to(#DADADA));
	background: -webkit-linear-gradient(top , #B9B9B9, #DADADA);
	background: -o-linear-gradient(top , #B9B9B9, #DADADA);
}

.home .entry-title {
    display: none;
}

body #content .entry-content {
    overflow: visible;
}

.entry-content .callout-bar {
    height: 50px;
    position: relative;
    left: -31px;
    z-index: 0;
    width: 730px;
    background-color: #f1f0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f0f0), to(#d6d5d5)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f1f0f0, #d6d5d5); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image:	-moz-linear-gradient(top, #f1f0f0, #d6d5d5); /* Firefox 3.6-15 */
	background-image:	  -o-linear-gradient(top, #f1f0f0, #d6d5d5); /* Opera 11.10-12.00 */
	background-image:		 linear-gradient(to bottom, #f1f0f0, #d6d5d5); /* Firefox 16+, IE10, Opera 12.50+ */   
    box-shadow: 0px 1px 1px 1px inset #fff;
    border: 1px solid #b3b3b3;
    border-top-color: #d6d5d5;
    margin-bottom: 40px;

}

.entry-content .callout-bar p {
	color: #0d447d;
	font-size: 1.6em;
	font-weight: bold;
	text-indent: 65px;
	line-height: 50px;
	margin-bottom: 0px; float: left;
	text-shadow: -1px 1px #fff;
}

.entry-content .callout-bar .arrow {
    width: 99px;
    height: 43px;
    float: right;
    margin: 5px 25px 0px 0px;
    background: url('images/arrow.png');
}

/* Callout on inner core pages */
.page.page-id-519  .entry-content .callout-bar,
.page.page-id-2377 .entry-content .callout-bar,
.page.page-id-428 .entry-content .callout-bar {
    left: 0px;
    width: 650px;
}

.page.page-id-519 .entry-content .callout-bar,
.page.page-id-428 .entry-content .callout-bar {
    margin-top: 75px;
}

.page.page-id-519 .entry-content .callout-bar p,
.page.page-id-2377 .entry-content .callout-bar p,
.page.page-id-428 .entry-content .callout-bar p {
    text-indent: 1em;
}

.page.page-id-519  .entry-content .callout-bar .arrow,
.page.page-id-2377 .entry-content .callout-bar .arrow,
.page.page-id-428 .entry-content .callout-bar .arrow {
    margin-right: 0px;
}

/* Hero Slider */
body #hero, body .slides, body .slide {
    width: 1000px;
    height: 450px;
}

#hero .prev, #hero .next {
    position: absolute;
}

.panel h2 {
    margin-top: 8px;
}

	/* Specific Page Styles */
	.single-directory_listing .comment-author img {
		display: none;
	}

	.landing-page #content {padding-top: 0em;}
	.landing-page .callout {position:relative; width: 209px; height: 252px; float: right;
		background: url('images/callout-background.png');
		margin: 0px 5px 5px 10px;
		padding: 20px 20px 25px 25px;
	}
	.landing-page .callout h3 {color: #262E52; font-size: 1.9em; line-height: 1.3em; text-align: center;text-shadow: -1px 1px white; padding-bottom: 0.5em; /*margin-bottom: 0.7em;*/}
	.landing-page .callout p {color: #262E52; font-weight: bold; text-align: center; font-size: 1.2em; text-shadow: -1px 1px white;}
	.landing-page .callout p.fill {color: #fff; position: relative; bottom: -39px; z-index: 1000; text-shadow: -1px 1px #262E52;}
	.landing-page .callout .arrow {width: 175px; height: 52px; padding: 50px 0px 0px 30px; background: url('images/callout-arrow-2.png'); position: absolute; bottom: 97px;left: 33px;color: #ffffff; font-size: 24px}
	.landing-page .callout h3.calltoday{position: absolute; bottom: 1px; left: 51px; margin-bottom: 0px; padding-bottom: 0px;}
	.landing-page .callout .phone {display: block;text-shadow: -1px 1px white; font-size: 25px; letter-spacing:1px; display: block; position: absolute; bottom: 63px; left: 15px; color: #A60003; text-align: center;}
	.landing-page h1 {margin-bottom: 0.5em;}
	.landing-page #content ul li {padding-bottom: 5px;list-style-type: disc; font-weight: bold;}
	.landing-page #contentleft {background: transparent;}
	.landing-page h1, .landing-page #content h2, .landing-page #content h3 {line-height: 1.3em; text-shadow: -1px 1px white; padding-bottom: 0.6em;}
	.landing-page h2, .landing-page #content h3 {color: #A60003;}
	.landing-page .disclaimer {font-size: 0.9em; line-height: 12px; font-style: italic;}
	.landing-page .testimonial {font-style: italic; color: #999999; font-family: georgia; font-size: 1.5em;
		line-height: 26px; clear: both; padding: 45px 2px 20px 2px;width: 294px;position: relative;margin-left: -10px;}
	.landing-page .testimonial .cite {display: block; clear: both; font-size: 0.8em; float: right; font-weight: bold; margin: 15px 21px 0px 0px;}
	.landing-page .testimonial::before {content: "“"; font-size: 9em; color: #ccc; position: absolute; left: -40px; top: 49px;}
	.entry-content ul.columns {width: 100%; clear: both;float: left; margin-left: 20px;}
	.entry-content ul.columns li {width: 45%; float: left; margin: 0px;}

/* SIDEBAR STYLES
~~~~~~~~~~~~~~~~~~~~~~~~ */
body .sidebar .widget {
	background: transparent;
	border: 0px;
}

body .widget-area h4 {
	background: transparent;
	border: 0px;
	font-size: 1.5em;
}

body .sidebar.widget-area ul li {
	border: 0px;
}

	/* Specific Widget Styles */
	#gform_widget-3 {
	    position: relative;
	    z-index: 1;
		padding: 0px;
		background: url('images/form-arrow.png') no-repeat center -3px #0b56a3;
	}

	#gform_widget-3 .gform_wrapper {
		max-width: 100%; 
		margin-top: 0px;
		padding-bottom: 10px;
		box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	}

	#gform_widget-3 .gform_wrapper .gform_description {
		display: block;
		padding-top: 60px;
		color: #e6e5e5;
		text-shadow: -1px 1px rgba(0,0,0,0.3);
		font-weight: bold;
		font-size: 1.5em;
		line-height: 1.35em;
		text-align: center;
	}

	#gform_widget-3 .gform_description .phone {
		display: block;
		clear: both;
		font-size: 1.3em;
	}

	#gform_widget-3 .gform_body, #gform_widget-3 .gform_footer {
		background: #f9f8f4;
		width: 230px;
		margin: 0 10px 0px 10px;
		padding: 10px 10px 10px 10px;
		box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.3) inset;
	}

    #gform_widget-3 .gform_body {
        padding-top: 15px;
    }

	#gform_widget-3 label {
		color: #044284;
		font-weight: normal;
	}

	#gform_widget-3 #field_1_3 {
		margin-bottom: 0px;
	}

	#gform_widget-3 .gform_footer {
		background: #f9f8f4;
		box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.3) inset;
		border-bottom: 2px solid #5183ba;
		padding-bottom: 10px;
	}

	#gform_widget-3 #gform_submit_button_1 {
		color: #fff;
		background-color: #1274db;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#1274db), to(#175698)); /* Safari 4+, Chrome */
		background-image: -webkit-linear-gradient(top, #1274db, #175698); /* Chrome 10+, Safari 5.1+, iOS 5+ */
		background-image:	-moz-linear-gradient(top, #1274db, #175698); /* Firefox 3.6-15 */
		background-image:	  -o-linear-gradient(top, #1274db, #175698); /* Opera 11.10-12.00 */
		background-image:		 linear-gradient(to bottom, #1274db, #175698); /* Firefox 16+, IE10, Opera 12.50+ */
		border-radius: 3px;
		border: 1px solid #1a5a9a;
		box-shadow: 0px 1px 0px 1px #2d7ce2 inset,
		0px 1px 3px 1px rgba(0,0,0,0.3);
		display: block;
		width: 160px;
		height: 35px;
		margin: 0 auto 10px auto;
		padding: 0 0 10px 0px;
	}

	#gform_widget-3 #gform_submit_button_1:hover {
	    box-shadow:
		0px 1px 3px 1px rgba(0,0,0,0.3),
		0px 2px 2px 2px rgba(0,0,0,0.5) inset;
	}

	#gform_widget-3 textarea {
		width: 214px;
		height: 81px;
	}

	#gform_widget-3 input, #gform_widget-3 textarea {
		background: #f1f5f9;
		border: 1px solid #c9d2d8;
	}

	#gform_widget-3 .gfield_required {
		display: none;
	}

	.sidebar.widget-area #gform_widget-3 ul li {
		margin-bottom: 0px;
	}


#gform_widget-7 {
	    position: relative;
	    z-index: 1;
		padding: 0px;
		background: url('images/form-arrow.png') no-repeat center -3px #0b56a3;
	}

	#gform_widget-7 .gform_wrapper {
		max-width: 100%; 
		margin-top: 0px;
		padding-bottom: 10px;
		box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	}

	#gform_widget-7 .gform_wrapper .gform_description {
		display: block;
		padding-top: 60px;
		color: #e6e5e5;
		text-shadow: -1px 1px rgba(0,0,0,0.3);
		font-weight: bold;
		font-size: 1.5em;
		line-height: 1.35em;
		text-align: center;
	}

	#gform_widget-7 .gform_description .phone {
		display: block;
		clear: both;
		font-size: 1.3em;
	}

	#gform_widget-7 .gform_body, #gform_widget-7 .gform_footer {
		background: #f9f8f4;
		width: 230px;
		margin: 0 10px 0px 10px;
		padding: 10px 10px 10px 10px;
		box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.3) inset;
	}

    #gform_widget-7 .gform_body {
        padding-top: 15px;
    }

	#gform_widget-7 label {
		color: #044284;
		font-weight: normal;
	}

	#gform_widget-7 #field_1_3 {
		margin-bottom: 0px;
	}

	#gform_widget-7 .gform_footer {
		background: #f9f8f4;
		box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.3) inset;
		border-bottom: 2px solid #5183ba;
		padding-bottom: 10px;
	}

	#gform_widget-7 #gform_submit_button_1 {
		color: #fff;
		background-color: #1274db;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#1274db), to(#175698)); /* Safari 4+, Chrome */
		background-image: -webkit-linear-gradient(top, #1274db, #175698); /* Chrome 10+, Safari 5.1+, iOS 5+ */
		background-image:	-moz-linear-gradient(top, #1274db, #175698); /* Firefox 3.6-15 */
		background-image:	  -o-linear-gradient(top, #1274db, #175698); /* Opera 11.10-12.00 */
		background-image:		 linear-gradient(to bottom, #1274db, #175698); /* Firefox 16+, IE10, Opera 12.50+ */
		border-radius: 3px;
		border: 1px solid #1a5a9a;
		box-shadow: 0px 1px 0px 1px #2d7ce2 inset,
		0px 1px 3px 1px rgba(0,0,0,0.3);
		display: block;
		width: 160px;
		height: 35px;
		margin: 0 auto 10px auto;
		padding: 0 0 10px 0px;
	}

	#gform_widget-7 #gform_submit_button_1:hover {
	    box-shadow:
		0px 1px 3px 1px rgba(0,0,0,0.3),
		0px 2px 2px 2px rgba(0,0,0,0.5) inset;
	}

	#gform_widget-7 textarea {
		width: 214px;
		height: 81px;
	}

	#gform_widget-7 input, #gform_widget-7 textarea {
		background: #f1f5f9;
		border: 1px solid #c9d2d8;
	}

	#gform_widget-7 .gfield_required {
		display: none;
	}

	.sidebar.widget-area #gform_widget-7 ul li {
		margin-bottom: 0px;
	}






	#gform_wrapper_2 .gform_description #subscribe-callout {
		background: url('images/subscribe-box.png') 0px -115px no-repeat;
		padding: 15px 10px 0px 10px;
		width: 216px;
		/* height: 245px; */
		height: 130px;
		margin: 0 auto;
		text-align: center;
		color: #fdfdfd;
		font-weight: bold;
		font-size: 1.4em;
		text-shadow: -1px 1px rgba(0,0,0,0.5);
		font-weight: normal;
		letter-spacing: -1px;
	}

	#gform_wrapper_2 .gform_description #subscribe-callout hr {
		background: #96060c; border-color: #96060c; width: 98%;
	}

	#gform_wrapper_2 .gform_description #subscribe-callout .signup {
		font-size: 1.5em;
		line-height: 1em;
	}

	#gform_wrapper_2 label {
		display: none;
	}

	#gform_wrapper_2 .gform_heading {
		margin-bottom: 0px;
	}

	#gform_wrapper_2 #input_2_1 {
		width: 215px;
		height: 30px;
		display: block;
		margin: 0 auto;
		background: #f1f5f9;
		border: 1px solid #c9d2d8;
		text-align: center;
		color: #0f4f94;
	}

	#gform_wrapper_2 #gform_submit_button_2 {
		display: block;
		margin: 0 auto;
		border-radius: 2px;
		color: #b70f18;
		font-weight: bold;
		box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1),
		0px 1px 1px 0px rgba(255,255,255,1) inset;
		background-color: #f0efef;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f0efef), to(#d2d1d0)); /* Safari 4+, Chrome */
		background-image: -webkit-linear-gradient(top, #f0efef, #d2d1d0); /* Chrome 10+, Safari 5.1+, iOS 5+ */
		background-image:	-moz-linear-gradient(top, #f0efef, #d2d1d0); /* Firefox 3.6-15 */
		background-image:	  -o-linear-gradient(top, #f0efef, #d2d1d0); /* Opera 11.10-12.00 */
		background-image:		 linear-gradient(to bottom, #f0efef, #d2d1d0); /* Firefox 16+, IE10, Opera 12.50+ */
	}
	
	#gform_wrapper_2 #gform_submit_button_2:hover {
	    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1),
		        0px 2px 2px 2px rgba(0,0,0,0.5) inset;
		background: none;
		background-color: #f0efef;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f0efef), to(#d2d1d0)); /* Safari 4+, Chrome */
		background-image: -webkit-linear-gradient(top, #f0efef, #d2d1d0); /* Chrome 10+, Safari 5.1+, iOS 5+ */
		background-image:	-moz-linear-gradient(top, #f0efef, #d2d1d0); /* Firefox 3.6-15 */
		background-image:	  -o-linear-gradient(top, #f0efef, #d2d1d0); /* Opera 11.10-12.00 */
		background-image:		 linear-gradient(to bottom, #f0efef, #d2d1d0); /* Firefox 16+, IE10, Opera 12.50+ */
	}

	#text-2 img {
		margin-bottom: 20px;
	}

	#text-2 .schema_name {
		font-weight: bold;
		margin-bottom: 0.2em;
	}
	
	#text-2 .city_state {
		margin-bottom: 0.2em;
	}

#gform_widget-8 {
	    position: relative;
	    z-index: 1;
		padding: 0px;
		background: url('images/form-arrow.png') no-repeat center -3px #0b56a3;
	}

	#gform_widget-8 .gform_wrapper {
		max-width: 100%; 
		margin-top: 0px;
		padding-bottom: 10px;
		box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	}

	#gform_widget-8 .gform_wrapper .gform_description {
		display: block;
		padding-top: 60px;
		color: #e6e5e5;
		text-shadow: -1px 1px rgba(0,0,0,0.3);
		font-weight: bold;
		font-size: 1.5em;
		line-height: 1.35em;
		text-align: center;
	}

	#gform_widget-8 .gform_description .phone {
		display: block;
		clear: both;
		font-size: 1.3em;
	}

	#gform_widget-8 .gform_body, #gform_widget-8 .gform_footer {
		background: #f9f8f4;
		width: 230px;
		margin: 0 10px 0px 10px;
		padding: 10px 10px 10px 10px;
		box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.3) inset;
	}

    #gform_widget-8 .gform_body {
        padding-top: 15px;
    }

	#gform_widget-8 label {
		color: #044284;
		font-weight: normal;
	}

	#gform_widget-8 #field_1_3 {
		margin-bottom: 0px;
	}

	#gform_widget-8 .gform_footer {
		background: #f9f8f4;
		box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.3) inset;
		border-bottom: 2px solid #5183ba;
		padding-bottom: 10px;
	}

	#gform_widget-8 #gform_submit_button_1 {
		color: #fff;
		background-color: #1274db;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#1274db), to(#175698)); /* Safari 4+, Chrome */
		background-image: -webkit-linear-gradient(top, #1274db, #175698); /* Chrome 10+, Safari 5.1+, iOS 5+ */
		background-image:	-moz-linear-gradient(top, #1274db, #175698); /* Firefox 3.6-15 */
		background-image:	  -o-linear-gradient(top, #1274db, #175698); /* Opera 11.10-12.00 */
		background-image:		 linear-gradient(to bottom, #1274db, #175698); /* Firefox 16+, IE10, Opera 12.50+ */
		border-radius: 3px;
		border: 1px solid #1a5a9a;
		box-shadow: 0px 1px 0px 1px #2d7ce2 inset,
		0px 1px 3px 1px rgba(0,0,0,0.3);
		display: block;
		width: 160px;
		height: 35px;
		margin: 0 auto 10px auto;
		padding: 0 0 10px 0px;
	}

	#gform_widget-8 #gform_submit_button_1:hover {
	    box-shadow:
		0px 1px 3px 1px rgba(0,0,0,0.3),
		0px 2px 2px 2px rgba(0,0,0,0.5) inset;
	}

	#gform_widget-8 textarea {
		width: 214px;
		height: 81px;
	}

	#gform_widget-8 input, #gform_widget-8 textarea {
		background: #f1f5f9;
		border: 1px solid #c9d2d8;
	}

	#gform_widget-8 .gfield_required {
		display: none;
	}

	.sidebar.widget-area #gform_widget-8 ul li {
		margin-bottom: 0px;
	}

#gform_widget-9 {
	    position: relative;
	    z-index: 1;
		padding: 0px;
		background: url('images/form-arrow.png') no-repeat center -3px #0b56a3;
	}

	#gform_widget-9 .gform_wrapper {
		max-width: 100%; 
		margin-top: 0px;
		padding-bottom: 10px;
		box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	}

	#gform_widget-9 .gform_wrapper .gform_description {
		display: block;
		padding-top: 60px;
		color: #e6e5e5;
		text-shadow: -1px 1px rgba(0,0,0,0.3);
		font-weight: bold;
		font-size: 1.5em;
		line-height: 1.35em;
		text-align: center;
	}

	#gform_widget-9 .gform_description .phone {
		display: block;
		clear: both;
		font-size: 1.3em;
	}

	#gform_widget-9 .gform_body, #gform_widget-9 .gform_footer {
		background: #f9f8f4;
		width: 230px;
		margin: 0 10px 0px 10px;
		padding: 10px 10px 10px 10px;
		box-shadow: 0px 3px 2px 1px rgba(0,0,0,0.3) inset;
	}

    #gform_widget-9 .gform_body {
        padding-top: 15px;
    }

	#gform_widget-9 label {
		color: #044284;
		font-weight: normal;
	}

	#gform_widget-9 #field_1_3 {
		margin-bottom: 0px;
	}

	#gform_widget-9 .gform_footer {
		background: #f9f8f4;
		box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.3) inset;
		border-bottom: 2px solid #5183ba;
		padding-bottom: 10px;
	}

	#gform_widget-9 #gform_submit_button_1 {
		color: #fff;
		background-color: #1274db;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#1274db), to(#175698)); /* Safari 4+, Chrome */
		background-image: -webkit-linear-gradient(top, #1274db, #175698); /* Chrome 10+, Safari 5.1+, iOS 5+ */
		background-image:	-moz-linear-gradient(top, #1274db, #175698); /* Firefox 3.6-15 */
		background-image:	  -o-linear-gradient(top, #1274db, #175698); /* Opera 11.10-12.00 */
		background-image:		 linear-gradient(to bottom, #1274db, #175698); /* Firefox 16+, IE10, Opera 12.50+ */
		border-radius: 3px;
		border: 1px solid #1a5a9a;
		box-shadow: 0px 1px 0px 1px #2d7ce2 inset,
		0px 1px 3px 1px rgba(0,0,0,0.3);
		display: block;
		width: 160px;
		height: 35px;
		margin: 0 auto 10px auto;
		padding: 0 0 10px 0px;
	}

	#gform_widget-9 #gform_submit_button_1:hover {
	    box-shadow:
		0px 1px 3px 1px rgba(0,0,0,0.3),
		0px 2px 2px 2px rgba(0,0,0,0.5) inset;
	}

	#gform_widget-9 textarea {
		width: 214px;
		height: 81px;
	}

	#gform_widget-9 input, #gform_widget-9 textarea {
		background: #f1f5f9;
		border: 1px solid #c9d2d8;
	}

	#gform_widget-9 .gfield_required {
		display: none;
	}

	.sidebar.widget-area #gform_widget-9 ul li {
		margin-bottom: 0px;
	}

/* FOOTER STYLES
~~~~~~~~~~~~~~~~~~~~~~~~ */
body #footer {
	position: relative;
	padding-top: 0px;
	height: 250px;
	background: url('images/footer-gradient-bg.png') #052f5f no-repeat center -5px;
	border-top: 3px solid #a60003;
}

body #footer p {
	color: #f9f8f4;
	text-align: center;
}

body #footer a, body #footer a:visited {
	color: #f9f8f4; 
}

body #footer h2, body #footer h3 {
	color: #f9f8f4;
	text-align: center;
}

body #footer-top {
	border-bottom: 2px solid #004590;
	margin-bottom: 15px;
}

body #footer h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

body #footer h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0.3em;
}

body #footer p {
	font-size: 0.75em;
}

body #footer p.credits {
	letter-spacing: -1px;
	margin-top: 1em;
	font-size: 1em;
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	#nav .wrap {width: 100%;}
	#header .wrap {width: 100%;}
}