/*
Theme Name:     LawnSavers - Boilerplate Child
Theme URI:      http://lawnsavers.com/dev2
Description:    Child theme for the Boilerplate theme 
Author:         Chase Media
Author URI:     http://chasemedia.ca
Template:       boilerplate
Version:        0.1.0
*/

@import url("../boilerplate/style.css");

/*****************************
* Global
/*****************************/

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 1.7em;
}

html,
button,
input,
select,
textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

h1 {
	font-size: 2em;
	color: #1d8e21;
	line-height: 1.2em;
	margin-top:1.2em;
}

h2 {
	font-size: 1.4em;
	color: #333333;
	font-weight: bold;
	margin-top: 30px;
}

h3 {
	font-size: 1.2em;
	color: #1d8e21;
}

a {
	color: #00adef;
}

a:visited {
	color: #00adef;
}

a:hover {
	color: #1d8e21;
}

hr {
	margin: 40px 0;
	border-top: 1px solid #efefef;
	height: 0;
	display: block;
	clear: both;
}


/*****************************
* Wrappers
/*****************************/

div#outer-wrapper {
	width: 100%;
	height: 100px !important;
}

div#inner-wrapper {
	width: 100%;
}


/*****************************
* Header
/*****************************/

div#header {
	width: 100%;
	background-color: #fff;
}

div#logo {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 20px 0;
}

div#header-cta {
	width: 100%;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background: #efefef;
}

div#awards {
	width: 100%;
	text-align: center;
	margin:20px 0;
}

div#awards img {
	width: 100%;
	height: auto;
}

p#header-cta-title {
	font-size: 2em;
	line-height: 1.5em;
	margin: 0;
	font-weight: bold;
}

p#header-cta-message {
	font-size: 1.15em;
	margin: 0;
	font-weight: bold;
}


/*****************************
* Navigation
/*****************************/

.ubermenu-main {
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.ubermenu-skin-simple-green {
	font-size: 1em;
}

.ubermenu-main .ubermenu-item-level-0> .ubermenu-target {
	text-shadow: 1px 1px 1px #000 !important;
}

.bar_mix {
	background: #1d8e21;
}


/* UberMenu - Copyright 2011-2016, SevenSpark */

.ubermenu-skin-simple-green {
	/*font-size: 12px;*/
	color: #ffffff;
}

.ubermenu-skin-simple-green .ubermenu-target {
	color: #555555;
}

.ubermenu-skin-simple-green .ubermenu-target-description {
	color: #aaaaaa;
}

.ubermenu-skin-simple-green.ubermenu-responsive-toggle {
	background: #1d8e21;
	color: #ffffff;
	/*font-size: 12px;*/
	text-transform: none;
	font-weight: normal;
}

.ubermenu-skin-simple-green.ubermenu-responsive-toggle:hover {
	/*background: #557700;*/
	color: #ffffff;
}

.ubermenu-skin-simple-green {
	border: none;
	background: #1d8e21;
}

.ubermenu-skin-simple-green .ubermenu-item-level-0.ubermenu-current-menu-item> .ubermenu-target,
.ubermenu-skin-simple-green .ubermenu-item-level-0.ubermenu-current-menu-parent> .ubermenu-target,
.ubermenu-skin-simple-green .ubermenu-item-level-0.ubermenu-current-menu-ancestor> .ubermenu-target {
	color: #fff812;
	/*background: #557700;*/
}

.ubermenu-skin-simple-green .ubermenu-item.ubermenu-item-level-0> .ubermenu-highlight {
	color: #ffffff;
	background: #8db123;
}

.ubermenu-skin-simple-green.ubermenu-vertical .ubermenu-item-level-0> .ubermenu-target {
	background: #1d8e21;
}

.ubermenu-skin-simple-green .ubermenu-item-level-0> .ubermenu-target {
	font-weight: normal;
	color: #eeeeee;
	text-transform: none;
	border-left: none;
}

.ubermenu-skin-simple-green.ubermenu-horizontal .ubermenu-item-level-0:first-child> .ubermenu-target {
	box-shadow: none;
}

.ubermenu-skin-simple-green .ubermenu-item-level-0:hover> .ubermenu-target,
.ubermenu-skin-simple-green .ubermenu-item-level-0.ubermenu-active> .ubermenu-target {
	color: #fff812;
	background: none;
	text-shadow: 1px 1px 1px #000 !important;
}

.ubermenu-skin-simple-green .ubermenu-item-level-0> .ubermenu-submenu-type-stack> .ubermenu-item> .ubermenu-target {
	color: #eeeeee;
}

.ubermenu-skin-simple-green .ubermenu-item-level-0> .ubermenu-submenu-type-stack> .ubermenu-item> .ubermenu-target:hover {
	color: #1d8e21;
	text-decoration: underline;
}

.ubermenu-skin-simple-green .ubermenu-submenu.ubermenu-submenu-drop {
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
}

.ubermenu-skin-simple-green.ubermenu-horizontal .ubermenu-item-level-0> .ubermenu-submenu-drop {
	border-top: none;
}

.ubermenu-skin-simple-green .ubermenu-tab-content-panel {
	background: #f9f9f9;
}

.ubermenu-skin-simple-green .ubermenu-submenu,
.ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-target {
	color: #555555;
}

.ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-highlight {
	color: #4d90fe;
}

.ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-target:hover,
.ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-active> .ubermenu-target {
	color: #1d8e21;
	text-decoration: underline;
}

.ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-target> .ubermenu-target-description {
	color: #aaaaaa;
}

.ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-active> .ubermenu-target> .ubermenu-target-description {
	color: #666666;
}

.ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-item-header> .ubermenu-target {
	font-weight: bold;
	color: #1d8e21;
}

.ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack> .ubermenu-target {
	border-bottom: 1px solid #e9e9e9;
}

.ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-item-header> .ubermenu-target:hover {
	color: #1d8e21;
	text-decoration: underline;
}

.ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-current-menu-item> .ubermenu-target {
	color: #222222;
	background: transparent;
}

.ubermenu-nojs.ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover> .ubermenu-target,
.ubermenu-skin-simple-green .ubermenu-submenu .ubermenu-tab.ubermenu-active> .ubermenu-target {
	color: #1d8e21;
	text-decoration: underline;
}

.ubermenu-skin-simple-green .ubermenu-tabs-group,
.ubermenu-skin-simple-green .ubermenu-tab> .ubermenu-target,
.ubermenu-skin-simple-green .ubermenu-tab-content-panel {
	border-color: #eeeeee;
}

.ubermenu-skin-simple-green .ubermenu-submenu-drop {
	border-bottom-width: 3px;
}

.ubermenu-skin-simple-green.ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop {
	margin-top: 0;
}


/*****************************
* Content
/*****************************/

div#content {
	width: 100%;
	margin: 0 !important;
}

div#content-wrapper {
	width: 360px !important;
	min-width: 360px !important;
}

h1.content-title {
	display: none;
}

div.content-body {
/* 	width: 100%; */
	width:auto;
	padding:0 20px;
	/*margin-left:20px;*/
}

body.home div.content-body {
	width:auto;
	padding:0;
}

div.content-body img {
	max-width: 100% !important;
/* 	width: 50vw !important; */
	height: auto !important;
	display:block !important;
	margin:0 !important;
	padding:0 !important;
	float:none !important;
}

div.content-body iframe {
	max-width: 100% !important;
/* 	width: 50vw !important; */
	height: auto !important;
	display:block !important;
	margin:0 !important;
	padding:0 !important;
	float:none !important;
}

div.wp-caption {
	width: 100% !important;
	height: auto !important;
	display:block !important;
	float:none !important;
	text-align:center !important;
	margin:0 !important;
	padding:0 !important;
	box-sizing:border-box !important;
}

div.align-left,
div.align-right {
	float:none !important;
}

.entry-utility {
	display: none;
}


/*****************************
* Sidebar 
/*****************************/

div#sidebar {
	width: 100%;
	display: none;
}

h3.widget-title {
	background: #ff6600;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 5px 0;
	text-shadow: 1px 1px 1px #000;
	border: 0px solid #000;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

li.widget-container ul li {
	list-style-type: disc;
}


/*****************************
* Sidebar CTA
/*****************************/

div#sidebar-cta {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: -30px;
}

div#sidebar-cta img#headshot {
	float: right;
	width: 100px;
	margin-top: 10px;
}

div#sidebar-cta h2#call {
	font-size: 1.4em;
	color: #000;
	line-height: 1.6em;
	font-weight: bold;
	background: #fff url(images/home_30.png) no-repeat;
	background-size: 40px 40px;
	padding-left: 50px;
}

div#sidebar-cta h2#message {
	font-size: 1.4em;
	color: #000;
	line-height: 1.6em;
	font-weight: bold;
	background: #fff url(images/home_28.png) no-repeat;
	background-size: 40px 40px;
	padding-left: 50px;
}

/*****************************
* Popup CTA
/*****************************/

a.pps-button-popup-2783 {
	display:block !important;
	width:100% !important;
	position:fixed !important;
	font-size:1.4em !important;
	bottom:0 !important;
	border-radius:0 !important;
	border: 10px solid #efefef !important;
	box-sizing:border-box !important;
	background-color: #f60 !important;
}

/*****************************
* Footer
/*****************************/

div#footer-cta {
	margin-top: 30px;
}

div#footer-cta-1 {
	width: 100%;
}

div#footer-cta-2 {
	width: 100%;
}

div#footer-cta-3 {
	width: 100%;
}

div#footer-cta-1 h2 {
	font-size: 1.7em;
	color: #000;
	line-height: 1.1em;
	min-height: 60px;
	font-weight: bold;
	background: #fff url(images/home_26.png) no-repeat;
	padding: 15px 0 0 70px;
	text-align: left;
}

div#footer-cta-2 h2 {
	font-size: 1.7em;
	color: #000;
	line-height: 1.1em;
	min-height: 60px;
	font-weight: bold;
	background: #fff url(images/home_28.png) no-repeat;
	padding: 15px 0 0 70px;
	text-align: left;
}

div#footer-cta-3 h2 {
	font-size: 1.7em;
	color: #000;
	line-height: 1.1em;
	min-height: 60px;
	font-weight: bold;
	background: #fff url(images/home_30.png) no-repeat;
	padding: 15px 0 0 70px;
	text-align: left;
}

div#footer-cta-1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#footer-cta-1 ul li {
	font-size: 1.3em;
	text-align: center;
}

div#footer-cta-1 ul li#header {
	font-weight: bold;
	margin-top: 20px;
}

div#footer-cta-3 {
	text-align: center;
}

div#footer-cta-3 img {
	margin: 10px 0;
	width: 60%;
}

div#footer-cta-3 p {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

div#footer-media {
	width: 100%;
	margin: 100px 0 0 0;
}

div#footer-media img {
	width: 100%;
	height: auto;
}

div#footer-media {
	width: 100%;
	margin: 100px 0 0 0;
}

div#footer-media img#expertise {
	float: none;
	padding: 20px;
  box-sizing: border-box;
}

div#footer-media img#members {
	float: none;
	padding: 20px;
  box-sizing: border-box;
}

div#footer {
	width: 100%;
}

div#footer-copyright {
	width: 100%;
	margin: 100px 0;
}

div#copyright {
	width: 100%;
	padding: 0 10px;
}

div#copyright p {
	margin: 0;
	padding: 0;
	text-align: center;
}

div#social-media {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

div#social-media ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#social-media ul li {
	display: inline-block;
}

div#social-media ul li a {
	background-size: 55px;
	width: 55px;
	height: 55px;
	border: 0;
	display: inline-block;
	text-indent: -9999px;
}

a#twitter {
	background: transparent url("images/social-media/twitter.png") no-repeat;
}

a#facebook {
	background: transparent url("images/social-media/facebook.png") no-repeat;
}

a#youtube {
	background: transparent url("images/social-media/youtube.png") no-repeat;
}

a#pinterest {
	background: transparent url("images/social-media/pinterest.png") no-repeat;
}

a#google-plus {
	background: transparent url("images/social-media/google+.png") no-repeat;
}

a#instagram {
	background: transparent url("images/social-media/instagram.png") no-repeat;
}


/*****************************
* Homepage
/*****************************/

div#youtube {
	width: 100%;
	padding:0;
	margin:10px 0;
	float:none;
}

div#youtube iframe {
	height: 200px !important;
	width:100%;
}

div#testimonial {
	width: 95%;
	padding: 10px;
	float:none;
	box-sizing:border-box;
}

ul#home-ratings {
	margin:0;
	padding:0;
}

ul#home-ratings li {
	float:left;
	width:50%;
	list-style-type:none;
	height:50px;
}

ul#home-ratings li strong {
	color: #ea7000;
	font-weight: bold;
}

ul#home-ratings li img {
	float: left !important;
	margin: 0px 10px 20px 0 !important;
	width: 50px !important;
}

ul#home-ratings li img#facebook {
	width:25px !important;
}

ul#home-ratings li img#google  {
	margin-bottom:10px !important;
}






h2.green-bar {
	background: #1d8e21;
	color: #fff;
	display: block;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 1.7em;
	line-height: 1.5em;
	padding: 5px 10px;
	text-shadow: 1px 1px 1px #000;
	border: 0px solid #000;
	border-radius:0;
}

h2.green-bar span {
	color: #fff812;
}

h2.grey-bar {
	background: #ccc;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 60px;
	margin: 0 0 2em 0;
	padding: 5px 10px;
	font-size: 1.7em;
	line-height: 1.5em;
	text-shadow: 1px 1px 1px #000;
	border: 0px solid #000;
	border-radius: 0;
}

h2#top-reasons {
	/*font-size:1.5em;line-height:1.5em;padding:5px 0;*/
}

h2#top-services {
	/*font-size:1.5em;line-height:1.5em;padding:5px 0;*/
}


/*h2#top-reasons {background:transparent url(images/home_06.png) no-repeat;background-size:cover;height:103px;text-indent:-9999px;margin-top:20px;}
h2#top-services {background:#fff url(images/home_11.png) no-repeat;background-size:cover;height:103px;text-indent:-9999px;margin-top:20px;}*/


/*ul#top-reasons {margin:0;padding:0;background:#fff url(images/home_09.png) no-repeat;height:488px;margin:0 0 20px 0;display:block;list-style-type:none;}
ul#top-reasons li {float:left;width:320px;padding:260px 0 0 70px;font-size:1.2em;font-weight:bold;color:#000;}
ul#top-reasons li h3 {display:none;}
ul#top-reasons li#top-reasons-1 {}
ul#top-reasons li#top-reasons-2 {padding-left:100px;width:300px;}
ul#top-reasons li#top-reasons-3 {padding-left:115px;width:300px;}*/


/*ul#top-reasons {margin:0;padding:0;display:block;list-style-type:none;}
ul#top-reasons li p {display:inline-block;font-size:1em;font-weight:bold;color:#000;padding: 220px 30px 0 40px;text-align:center;
  box-sizing:border-box;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; }
ul#top-reasons li h3 {display:none;}
ul#top-reasons li#top-reasons-1 {background:#fff url(images/home_09_a.png) no-repeat;background-size:contain;width:100%;margin-bottom:-70px;}
ul#top-reasons li#top-reasons-2 {background:#fff url(images/home_09_b.png) no-repeat;background-size:contain;width:100%;margin-bottom:-80px;}
ul#top-reasons li#top-reasons-3 {background:#fff url(images/home_09_c.png) no-repeat;background-size:contain;width:100%;}*/

ul#top-reasons {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

ul#top-reasons li {
	float: left;
	width: 100%;
	text-align: center;
}

ul#top-reasons li img {
	width: 100%;
	height: auto;
}

ul#top-services {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#top-services li {
	width: 100%;
	list-style-type: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

ul#top-services li img {
	display: block !important;
	margin: 0 auto 20px auto !important;
	width: 60%;
	height: auto !important;
}

ul#top-services li h3 {
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

ul#top-services li#top-services-4 h3 {
	font-size: 1.4em;
}

ul#top-services li#top-services-1 {}


/*****************************
* Meet The Team
/*****************************/

ul#team {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#team li {
	width: 100%;
	min-width: 220px;
	height: 430px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

ul#team li img {
	display: block;
	width: 220px;
	height: auto;
	clear: both;
	margin: 0 auto 10px auto;
	border: 10px solid #fff;
	-webkit-box-shadow: 1px 1px 3px 3px #efefef;
	/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 1px 1px 3px 3px #efefef;
	/* Firefox 3.5 - 3.6 */
	box-shadow: 1px 1px 3px 3px #efefef;
	/* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

ul#team li em {
	font-size: 0.9em;
	line-height: 1.1em;
	padding-top: 10px;
	font-weight: normal;
	display: block;
}

img.headshot {
	width: 95%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	border: 10px solid #fff;
	-webkit-box-shadow: 1px 1px 3px 3px #efefef;
	/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 1px 1px 3px 3px #efefef;
	/* Firefox 3.5 - 3.6 */
	box-shadow: 1px 1px 3px 3px #efefef;
	/* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

h2.position-title {
	margin-top: -20px;
	margin-bottom: 40px;
}


/*****************************
* Blog
/*****************************/

blockquote#blog-intro {
	text-align: center;
	font-size: 1.2em;
}


/*****************************
* Healthy Lawn Care Services
/*****************************/

table.pricing-table,
table.pricing-table td {
	border: 1px solid #ccc;
	border-spacing: 0;
}

table.pricing-table td {
	padding: 10px;
}

h3.widget-title {
	display: none;
}

h3.title,
h3#reply-title,
h3#comments-title {
	font-family: "Calibri", Arial, sans-serif;
	font-size: 20px;
	color: #003366;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

ul.right-sidebar {
	float: right;
	list-style-type: none;
}

li#text-7 {
	margin-bottom: 10px;
}

li#text-8 {
	width: 260px;
	border: 5px solid #aa9b6f;
	padding: 10px;
	margin-top: 10px;
}

li#polls-widget-2 {
	width: 260px;
	border: 5px solid #aa9b6f;
	padding: 10px;
	margin-top: 10px;
}

.wp-polls-ul label {
	font-size: 17px !important;
}

.ui-collapsible-content .ui-collapsible-wrapper {
	font-size: 17px;
	text-align: justify;
}

#skip {
	display: none;
}

#comments {
	margin-bottom: 20px;
}

#comments ol,
#comments ul {
  list-style-type: none;
/*   margin: 0;
  padding: 0; */
}

li.comment {}

li.comment article {
	border: 1px solid #efefef;
	padding: 15px;
	margin: 10px 0 20px 0;
	width: auto;
}

#commentform input,
#commentform textarea {
/* 	font-size: 17px;
	border: 1px solid #AA9B6F;
	border-radius: 1px;
	display: block; */
}

#commentform label {
/* 	margin: 10px 0 4px 0;
	font-weight: bold;
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.3em;
	clear: both */
}

.comment-meta {
	float: right;
	margin-top: -20px;
}

.form-allowed-tags {
	display: none;
}

.ui-widget {
	font-family: inherit !important;
}

.wp-accordion {
	font-family: Calibri;
}

.wp-tab-title p {
	font-size: 1em;
}


/*****************************
* Service Areas
/*****************************/

ul#service-areas {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#service-areas li {
	width: 130px;
	height: 30px;
	display: inline-block;
}


/*****************************
* Pagination
/*****************************/

.pagination,
.pagination-2 {
	margin-top: 30px;
}

.pagination .alignleft a,
.pagination .alignright a {
	font-size: 17px;
	!important;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	margin-bottom: 40px;
	padding: 5px 0px;
	display: block;
	width: 180px;
	background: #aa9b6f;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #aa9b6f 0%, #aa9b6f 0%, #d4ccb6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #aa9b6f), color-stop(0%, #aa9b6f), color-stop(100%, #d4ccb6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #aa9b6f 0%, #aa9b6f 0%, #d4ccb6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #aa9b6f 0%, #aa9b6f 0%, #d4ccb6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #aa9b6f 0%, #aa9b6f 0%, #d4ccb6 100%);
	/* IE10+ */
	background: linear-gradient(45deg, #aa9b6f 0%, #aa9b6f 0%, #d4ccb6 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#aa9b6f', endColorstr='#d4ccb6', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.pagination-2 .alignleft a,
.pagination-2 .alignright a {
	font-size: 17px;
	!important;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	margin-bottom: 40px;
	padding: 5px 0px;
	display: block;
	width: 180px;
	background: #666666;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #666666 0%, #666666 0%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #666666), color-stop(0%, #666666), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #666666 0%, #666666 0%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #666666 0%, #666666 0%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #666666 0%, #666666 0%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(45deg, #666666 0%, #666666 0%, #ffffff 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}


/*****************************
* MapPress Google Map Plugin
/*****************************/

.mapp-map-links {
	border: none !important;
}

.mapp-directions {
	margin: 10px;
}


/*****************************
* Misc
/*****************************/

.clear {
	clear: both;
}

.yellow {
	color: #fff812;
}

.orange {
	color: #ff6600;
}

.green {
	color: #1d8e21;
}

.airmiles {
	color: #3366ff;
}

a.aalmanual:link,
a.aalmanual:visited {
	color: #a21e27;
	text-decoration: none;
}

a.aalmanual:hover {
	color: #a21e27;
	text-decoration: underline;
}

blockquote.green {
	color: #075509;
	background-color: #daf6db;
	border: 1px solid #1d8e21;
	padding: 10px 20px;
	margin: 20px 0;
	border: 1px solid #ccc !important;
	border-radius: 5px 5px 5px 5px !important;
	-moz-border-radius: 5px 5px 5px 5px !important;
	-webkit-border-radius: 5px 5px 5px 5px !important;
}

blockquote.yellow {
	color: #333333;
	background-color: #ffffcc;
	border: 1px solid #cccc33;
	padding: 10px 20px;
	margin: 20px 0;
	border: 1px solid #ccc !important;
	border-radius: 5px 5px 5px 5px !important;
	-moz-border-radius: 5px 5px 5px 5px !important;
	-webkit-border-radius: 5px 5px 5px 5px !important;
}

blockquote h2 {
	margin-top: 10px;
}

.wp-caption {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	background: #fff;
	border: 10px solid #fff;
	margin: 0 auto 40px auto;
	padding: 0;
	-webkit-box-shadow: 1px 1px 3px 3px #efefef;
	/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 1px 1px 3px 3px #efefef;
	/* Firefox 3.5 - 3.6 */
	box-shadow: 1px 1px 3px 3px #efefef;
	/* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

div.addthis_toolbox {
	margin-top:4em;
}

/*****************************
* Gravity Forms
/*****************************/

span.gfield_required {
	display: none;
}


/* Footer Message Form Specific */

div#gform_wrapper_2 {
	max-width: 400px;
}

form#gform_2 label {
	display: none !important;
}

form#gform_2 label#label_2_6_1 {
	display: inline !important;
}

form#gform_2 div.ginput_container_email input,
form#gform_2 div.ginput_container_phone input,
form#gform_2 div.ginput_container_address input,
span#input_2_4_5_container,
input#input_2_4_5,

/* Postal Code */

form#gform_2 div.ginput_container_textarea textarea {
	width: 100% !important;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

input#input_2_1_3,

/* First Name */

input#input_2_1_6,

/* Last Name */

input#input_2_2,

/* Email */

form#gform_2 div.ginput_container_phone input,
form#gform_2 div.ginput_container_address input,
input#input_2_4_5,

/* Postal Code */

form#gform_2 div.ginput_container_textarea textarea {
	font-size: 1.3em !important;
	line-height: 1.5em !important;
	color: #666 !important;
	background-color: #fffdea !important;
	padding: 5px !important;
	/*margin:0 !important;*/
	border: 1px solid #ccc !important;
	border-radius: 5px 5px 5px 5px !important;
	-moz-border-radius: 5px 5px 5px 5px !important;
	-webkit-border-radius: 5px 5px 5px 5px !important;
}

form#gform_2 .ginput_right {
	margin: 0 !important;
}

span#input_2_4_5_container,
input#input_2_4_5 {
	margin-top: 0.375em !important;
}


/* Postal Code */

span#input_2_1_3_container,

/* First Name */

span#input_2_1_6_container {
	width: 50% !important;
}


/* Last Name */

input#input_2_1_3,

/* First Name */

input#input_2_1_6 {
	width: 100% !important;
}


/* Last Name */

form#gform_2 div.ginput_container_textarea textarea {
	padding: 10px !important;
}

label#label_2_6_1 {
	font-size: 0.8em;
	margin-left: 10px;
}

.gform_footer input[type=submit] {
	width: 100%;
	font-size: 1.5em !important;
	line-height: 1.7em !important;
	background-color: #ff6600;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

div#newsletter-cta {
	margin: 100px 0;
	text-align: center;
}

div#newsletter-cta img {
	height: auto;
	width: 100%;
}

div#mailchimp {
	text-align: center;
}

div#mailchimp input[type=email] {
	font-size: 1.0em !important;
	line-height: 1.5em !important;
	color: #666 !important;
	background-color: #fffdea !important;
	padding: 5px !important;
	/*margin:0 !important;*/
	margin-bottom: 5px;
	border: 1px solid #ccc !important;
	border-radius: 5px 5px 5px 5px !important;
	-moz-border-radius: 5px 5px 5px 5px !important;
	-webkit-border-radius: 5px 5px 5px 5px !important;
	width: 90%;
	text-align: center;
}

div#mailchimp input[type=submit] {
	font-size: 1.0em !important;
	line-height: 1.7em !important;
	background-color: #ff6600;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	width: 90%;
}