/*
* Skeleton V2.0.2
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/15/2014
*/


/* Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative; 
  width: 100%; 
  max-width: 980px; 
  margin: 0 auto; 
  padding: 0 20px;
  box-sizing: border-box; }
.column,        
.columns { 
  width: 100%; 
  float: left; 
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
     }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,        
  .columns:first-child { 
    margin-left: 0; }
  
  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton 
are based on 10px sizing. So basically 1.5rem = 15px :) */
html { 
  font-size: 62.5%; } 
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  color: #333; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 { 
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 400; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h3 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h4 { font-size: 1.8rem; line-height: 1.4;  letter-spacing: -.05rem; }
h5 { font-size: 1.5rem; line-height: 1.5;  letter-spacing: 0; }

h1, h2 {
	font-family: 'Courgette', cursive;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.5rem; }
  h2 { font-size: 4.0rem; line-height: 1.2; }
  h3 { font-size: 3.0rem; }
  h4 { font-size: 2.4rem; }
  h5 { font-size: 1.8rem; }
  
  pre, blockquote, form, dl, figure, table, p, ul, ol, form { margin-bottom: 2.5rem; }
  
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a { 
  color: #009344;
  text-decoration: none; }
a:hover { 
  color: #3d8139;
  text-decoration: underline }


/* Buttons 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 1rem 2rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase; 
  text-decoration: none;
  white-space: nowrap;
  background: #f9a131;
  background: linear-gradient(#f9a131, #fbbf21);
  border: 2px solid #f9a131;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%; }
.button span,
button span,
input[type="submit"] span,
input[type="reset"] span,
input[type="button"] span {
font-weight: 300 }  
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  border-color: #3d8139;
  -moz-box-shadow:    0px 0px 5px 1px #6ecff6;
  -webkit-box-shadow: 0px 0px 5px 1px #6ecff6;
  box-shadow:         0px 0px 5px 1px #6ecff6;
  text-decoration: none; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; 
  width: 100%; }
/* Removes awkard default styles on some inputs for iOS */
input[type="email"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; 
  border-color: #f9a131;
  -moz-box-shadow:    0px 0px 5px 1px #6ecff6;
  -webkit-box-shadow: 0px 0px 5px 1px #6ecff6;
  box-shadow:         0px 0px 5px 1px #6ecff6; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label.inline {
	display: inline;
	margin-left: 0.5rem;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

label span {
	color: red;
	font-weight: 300;
}
.radiogroup {
	display: block;
	clear: both;
}
.radiogroup input[type="radio"], .radiogroup input[type="checkbox"] {
	float: left;	
}
.radiogroup label {
	float: left;
	width: 90%;
	margin-left: 1rem;
	margin-bottom: 1rem;
	position: relative;
	top: -0.5rem;
}
fieldset {
	border: none;
  	padding: 0;
	border-bottom: 1px dashed #87c540;
	padding: 0 0 1rem 0;  
}
fieldset h3 {
	margin: 0;
	color: #009344;
}



/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul { 
  list-style: circle inside; }
ol { 
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul, 
ul ol,
ol ol, 
ol ul { 
  margin: 0.5rem 0 1.5rem 3rem; 
  font-size: 90%; }
li {
  margin-bottom: 0.5rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
form,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.5rem; }
p {
  margin-top: 0; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 2rem;
}
.videowrapper object,
.videowrapper embed,
.videowrapper iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

.hint {
	font-style: italic;
	color: #666;
	clear: both;
}

.tophint {
	text-align: center;
	font-style: italic;
	color: #666;
}

section.grid .one.column {
	background: fuchsia;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf { 
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries 
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it 
there. 
*/

.mobilehide, .button span, .page.location .locationimage, .banner h1 br, .main .ribbonbox h3 br , .main p.deliverydetails, .header nav.login ul li.extra {
	display: none;
}

.header {
	background: #3d8139 url(/Images/2/texture-darkgreen.jpg) repeat left top;
	width: 100%;
	padding: 0.5rem 0;
}

.header h2.logo {
	margin: 0;
	display: inline;
}

.header h2.logo a {
	display: block;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background: url(/Images/2/logo_210px.png) no-repeat left top;
	width: 105px;
	height: 53px;
	background-size: 105px 53px;
	margin: 0 auto;
}

.header nav.login ul {
	text-align: center;
	margin: 0;
	list-style: none;
}

.header nav.login ul li {
	display: inline;	
}

.header nav.login ul li .button {
	padding: 0.2rem 1rem;
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.1rem;
	border: 2px solid #f9a131;
	width: auto;
	display: inline-block;
	margin: 0.5rem;
}

.header nav.login ul li .button:hover {
	border-color: #fff;
	-moz-box-shadow:    0px 0px 5px 1px #87c540;
	-webkit-box-shadow: 0px 0px 5px 1px #87c540;
	box-shadow:         0px 0px 5px 1px #87c540;
}

.header h4 {
	display: none;
}

.banner {
	color: #fff;
	padding: 1rem 0 0.5rem 0;
	margin-bottom: 0.5rem;
	background: #6ecff6 url(/Images/2/fadedhills_960px.png) no-repeat center bottom;
}

.banner h1 {
	font-size: 3rem;
	text-align: center;
}

.main .container {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.main h1, .main h2 {
	text-align: center;
	margin-bottom: 0;
}

.main h1 {
	color: #87c540;
	margin-top: 1rem;
}

.main h2 {
	color: #3d8139;
	margin-bottom: 1rem;
}

.main img {
	border: 1px solid #3d8139;
	max-width: 100%;
	height: auto;
}

.main .contentblock h2 {
	background: url(/Images/2/leafborder.png) no-repeat center top;
	padding-top: 3rem;
	margin-top: 1rem;
}

.main .contentblock img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.main .ribbonbox {
	color: #fff;
	text-align: center;
	padding: 1rem;
	margin-bottom: 1rem;
	background: #3d8139 url(/Images/2/ribbonbottom.gif) no-repeat center bottom;
	padding-bottom: 10.284%;
}

.main .ribbonbox h3, .main .ribbonbox .description, .main .ribbonbox .button {
	margin-bottom: 0;
}

.main .ribbonbox h3 span {
	color: #87c540;
	font-size: 75%;
}

.main .ribbonbox .description {
	color: #87c540;
}

.main .ribbonbox img {
	width: 100%;
	height: auto;
	max-width: 191px;
	margin-top: 0.5rem;
}

.main .ribbonbox .price {
	margin: 0.5rem 0 2rem 0;
}

.main .ribbonbox .button:hover {
	border-color: #fff;
	-moz-box-shadow:    0px 0px 5px 1px #87c540;
	-webkit-box-shadow: 0px 0px 5px 1px #87c540;
	box-shadow:         0px 0px 5px 1px #87c540;
}

.main .ribbonbox .comingsoon {
	font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: 4rem;
    color: #ccc;
}

.main .quotebox {
	background: #6ecff6;
	padding: 1rem;
	color: #fff;
	font-family: 'Courgette', cursive;
	margin-bottom: 2rem;
	line-height: 28px;
}

.main .quotebox img {
	width: 100%;
	height: auto;
	border-color: #fff;
	box-sizing: border-box;
}

.main .quotebox p {
	font-size: 2rem;
	margin-bottom: 0;
}

.main .quotebox p.byline {
	text-align: right;
	font-size: 1.6rem;
}

.home .main h1 {
	font-size: 2.4rem; 
	line-height: 1.35; 
	letter-spacing: -.02rem;
}

.home .main .largemap a.seattle, .home .main .largemap a.austin {
	display: block;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: auto;
	height: auto;
	-o-transition:.5s;
	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}

.home .main .largemap a.seattle {
	background: url(/Images/2/homemap-top_960px.jpg) no-repeat center top;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
	padding-top: 27.083%;
}

.home .main .largemap a.austin {
	background: url(/Images/2/homemap-bot_960px.jpg) no-repeat center top;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
	padding-top: 34.375%;
}

.home .main .largemap a.seattle:hover {
	background: url(/Images/2/homemap-top-hover_960px.jpg) no-repeat center top;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
}

.home .main .largemap a.austin:hover {
	background: url(/Images/2/homemap-bot-hover_960px.jpg) no-repeat center top;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
}

.main nav.tertiary ul {
	margin: 0 0 4rem 0;
	padding: 2rem 0 2rem 0;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #87c540;
	border-bottom: 1px solid #87c540;
}

.main nav.tertiary ul li {
	display: inline;
	margin: 0;
	border-left: 1px solid #87c540;
    margin-left: 0.8rem;
    padding-left: 1rem;
}

.main nav.tertiary ul li:first-child {
	border-left: none;
    margin-left: 0;
    padding-left: 0;	
}

.main nav.tertiary ul li a:hover {
	color: #87c540;
}

.main .shop .button.checkout {
	background: #000;
	color: #f9a131; 	
}

.main .shop .button.checkout:hover {
	color: #fff;
	border-color: #fbbf21;
}


.main .productlist .product {
	margin-bottom: 2rem;
}

.main .productlist h3 {
	text-align: center;
	margin-bottom: 0.5rem;
}

.main .productlist h3 a {
	color: #333;	
}

.main .productlist h3 a:hover {
	color: #009344;
	text-decoration: none;
}

.main .productlist a.button {
	width: 100%;
	margin-bottom: 0;
	margin-top: 0.5rem;
	font-size: 1.6rem;
	padding: 0.5rem 0;
	background-color: #f9a131;
	background: url(/Images/2/icon-basket.png) no-repeat right center;
  	background: url(/Images/2/icon-basket.png) no-repeat right center, linear-gradient(#f9a131, #fbbf21);
}

.main .productdescription {
	font-style: italic;
	color: #999;
}

.main .ordertotal {
	text-align: right;
	color: #009344;
}

.main .ordertotal span {
	font-weight: 300;
}

.main .cart h3 {
	margin-bottom: 0;
}

.main .cart .cartorder {
	border-top: 1px dashed #87c540;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.main .cart .cartorder>ul>li {
	background: #eee;
	list-style: none;
	padding: 1rem 2rem;
	font-weight: bold;
	font-size: 1.6rem;
}

.main .cart .cartorder ul ul {
	margin-bottom: 0;
}

.main .cart .cartorder ul ul li {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1.4rem;
}

.main .cart .cartorder .totals {
	color: #666;
}

.main .cart .cartorder .totals strong {
	color: #333;
	font-weight: bold;
}

.main .cart .cartorder .orderdue {
	color: #3d8139;
}

.main nav.ordering {
	border-top: 1px dashed #87c540;
	text-align: center;
	padding-top: 2rem;
	margin-bottom: 2rem;
}

.main nav.ordering .button {
	margin-bottom: 1rem;
}

.main nav.ordering .button.cart {
  padding: 1rem 5rem;
	background-color: #f9a131;
	background: url(/Images/2/icon-basket.png) no-repeat right center;
  	background: url(/Images/2/icon-basket.png) no-repeat right center, linear-gradient(#f9a131, #fbbf21);
}

.main nav.ordering .button.checkout {
	background: #000;
	color: #f9a131; 	
}

.main nav.ordering .button.checkout:hover {
	color: #fff;
	border-color: #fbbf21;
}

.main nav.ordering p {
	margin-bottom: 1rem;
}

.main nav.ordering p .button {
	margin-bottom: 0;
}

.main nav.ordering p span {
	font-weight: 300;
}

.main .schedulechoice-desktop {
	display: none;
}

.main .schedulechoice-nondesktop .button.repeat, .main .schedulechoice-desktop .button.repeat {
	background: url(/Images/2/icon-repeat.png) no-repeat right center;
  	background: url(/Images/2//icon-repeat.png) no-repeat right center, linear-gradient(#f9a131, #fbbf21);
}

.main .schedulechoice-nondesktop .button.single, .main .schedulechoice-desktop .button.single {
	background: url(/Images/2/icon-oneoff.png) no-repeat right center;
  	background: url(/Images/2/icon-oneoff.png) no-repeat right center, linear-gradient(#f9a131, #fbbf21);
}

.footer {
	background: #3d8139 url(/Images/2/texture-darkgreen.jpg) repeat left top;
	width: 100%;
	padding: 0.5rem 0;
	color: #fff;
}

.footer h2.logo {
	margin: 0;
	display: inline;
}

.footer h2.logo a {
	display: block;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background: url(/Images/2/logofull_210px.png) no-repeat left top;
	width: 105px;
	height: 82px;
	background-size: 105px 82px;
	margin: 0 auto;
}

.footer h3 {
	font-family: 'Courgette', cursive;
	text-align: center;
	color: #87c540;
	font-weight: normal;
}

.signup .footer .contentblock {
	display: none;
}

.footer .contentblock h4 {
	background: url(/Images/2/leafborder.png) no-repeat center top;
	padding-top: 4rem;
	font-size: 2.4rem; 
	line-height: 1.35; 
	letter-spacing: -.05rem;
}

.footer .contentblock a {
	text-decoration: underline;
	color: #fff;
}

.footer .contentblock a:hover {
	color: #87c540;
}

.footer .contentblock span {
	color: #87c540;
}

.footer .contentblock a.button {
	text-decoration: none;
	margin-bottom: 2rem;
	background: #87c540;
	border-color: #009344;
}

.footer .contentblock a.button:hover {
	color: #fff;
	border-color: #fff;
	-moz-box-shadow:    0px 0px 5px 1px #87c540;
	-webkit-box-shadow: 0px 0px 5px 1px #87c540;
	box-shadow:         0px 0px 5px 1px #87c540;
}

.footer .contentblock a.button span {
	color: #fff;
}

.footer nav.tertiary {
	background: url(images/leafborder.png) no-repeat center top;
	padding-top: 4rem;
}

.footer nav.tertiary ul {
	text-align: center;
	list-style-type: none;
}

.footer nav.tertiary ul li {
	display: inline;
	text-transform: uppercase;
	border-right: 1px solid #419438;
	padding-right: 1.2rem;
	margin-right: 1rem;
}

.footer nav.tertiary ul li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.footer nav.tertiary ul li a {
	color: #9DC98C;
}

.footer nav.tertiary ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer .smallprint p {
	text-align: center;
	font-style: italic;
	font-size: 1.4rem; 
}

.subfooter {
	display: none;
	background: #ccc;
	padding: 10px;
	color: #666666;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #666;
}

.subfooter p {
	margin-bottom: 1em;
}

.subfooter p a, .subfooter ul li a {
	color: #666;
	text-decoration: underline;
}

.subfooter p a:hover, .subfooter ul li a:hover {
	color: #333;
}

.subfooter ul {
	text-align: center;
}

.subfooter ul li {
	margin-bottom: 0.5em;
	text-align: center;
	display: inline;
}

.subfooter ul li a {
	display: inline-block;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	margin-left: 5px;
	margin-right: 5px;
}

.subfooter ul .yvh a {
	background: url(/Images/2/subfooter/yellowvan.gif) no-repeat left top;
	width: 100px;
	height: 45px;
}

.subfooter ul .petbutler a {
	background: url(/Images/2/subfooter/petbutler.gif) no-repeat left top;
	width: 100px;
	height: 27px;
}

.subfooter ul .lawnarmy a {
	background: url(/Images/2/subfooter/lawnarmy.gif) no-repeat left top;
	width: 100px;
	height: 45px;
}

.subfooter ul .freggies a {
	background: url(/Images/2/subfooter/freggies.gif) no-repeat left top;
	width: 100px;
	height: 35px;
}

.subfooter ul .candf a {
	background: url(/Images/2/subfooter/cratersfreighters.gif) no-repeat left top;
	width: 100px;
	height: 31px;
}

.subfooter ul .datadoctors a {
	background: url(/Images/2/subfooter/datadoctors.gif) no-repeat left top;
	width: 100px;
	height: 53px;
}

.h500 {
    min-height: 200px;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {

    .mobilehide, .page.location .locationimage {
        display: block;
    }

    body {
        background: #ccc url(/Images/2/texture-lightgrey.jpg) repeat left top;
    }

    .header h2.logo a {
        width: auto;
        height: auto;
        padding-top: 50.477%;
        background-size: cover;
        -moz-background-size: cover; /* Firefox 3.6 */
        background-position: center; /* Internet Explorer 7/8 */
    }
    
    .header nav.login ul li.extra {
		display: inline;   
		text-transform: uppercase;
		border-left: 1px solid #87c540;
		margin: 0 0 0 1rem;
		padding: 0 0 0 1rem;
	}
	
    .header nav.login ul li.extra:first-child {
		border-left: none;
		margin: 0;
		padding: 0;
	}
	
	.header nav.login ul li.extra a {
		color: #fff;
	}
	
	.header nav.login ul li.extra a:hover {
		color: #87c540;
		text-decoration: none;
	}

    .header nav.login ul {
        text-align: right;
    }

    .header nav.login ul li .button {
        margin-top: 3%;
    }

    .banner {
        margin-bottom: 0;
    }

    .banner .button {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .main .container {
        background: #fff;
    }
    
    .main .ribbonboxes .three.columns {
	    width: 100%;
	    margin-left: 0;
    }

    .main .ribbonbox p {
        line-height: 1.2;
    }

    .main .ribbonbox h3 {
        font-size: 2.4rem;
        line-height: 1.3;
        margin-bottom: 0.5rem;
    }

    .main .ribbonbox p.price {
        margin-bottom: 4.5rem;
    }

    .main .ribbonbox .button {
        padding-left: 0;
        padding-right: 0;
    }

    .home .main h1 {
        text-align: right;
        margin-left: 40%;
    }

    .main .productlist h3 {
        font-size: 2.4rem;
    }

    .main .productlist a.button {
        background: none;
        background: linear-gradient(#f9a131, #fbbf21);
    }

    .page.location .locationimage {
        width: 100%;
        text-align: center;
        overflow: hidden;
        border: 1px solid #3d8139;
        padding-bottom: 0;
        height: 460px;
    }

    .page.location .locationimage img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        border: none;
        margin-bottom: 0;
        max-width: inherit;
    }

    .footer h2.logo a {
        width: auto;
        height: auto;
        padding-top: 77.619%;
        background-size: cover;
        -moz-background-size: cover; /* Firefox 3.6 */
        background-position: center; /* Internet Explorer 7/8 */
    }

    .h500 {
        min-height: 300px;
    }
}

/* Larger than tablet */
@media (min-width: 750px) {
	
    .header h2.logo a {	
	    background: url(/Images/2/logo_420px.png) no-repeat left top;
	    background-size: cover;
	    -moz-background-size: cover;  /* Firefox 3.6 */
	    background-position: center;  /* Internet Explorer 7/8 */
    }

    .header nav.login ul li .button {
	    padding: 0.5rem 2rem;
	    font-size: 1.8rem;
	    font-weight: 400;
	    text-transform: uppercase; 
	    text-decoration: none;
    }
		
    .signup .header h2.logo a {
	    background: url(/Images/2/logo_420px.png) no-repeat left top;
	    width: 210px;
	    height: 106px;
	    background-size: 210px 106px;
	    padding-top: 0;
    }

    .banner h1 br {
	    display: block;
    }
    
    .main p.deliverydetails {
	    text-align: center;
	    color: #009344;
	    display: block;
	    border-bottom: 3px solid #eee;
	    padding-bottom: 0.5rem;
		font-family: 'Courgette', cursive;
		font-size: 2rem;
    }
    
    .main p.deliverydetails span {
		color: #3d8139;
		text-transform: capitalize;
		text-shadow: 0 0 2px #87c540;
	}
    
    .main .ribbonboxes .three.columns {
	    width: 22%;
	    margin-left: 4%;
    }
    
    .main .ribbonboxes .three.columns:first-child {
	    margin-left: 0;
    }

    .main .quotebox {
	    min-height: 150px;
    }

    .main .quotebox img {
	    height: 150px;
	    width: auto;
	    float: left;
	    margin-right: 1rem;
    }

    .main .productlist a.button {
  	    background: linear-gradient(#f9a131, #fbbf21);
    }

    .footer h2.logo a {
	    background: url(/Images/2/logofull_420px.png) no-repeat left top;
	    background-size: cover;
	    -moz-background-size: cover;  /* Firefox 3.6 */
	    background-position: center;  /* Internet Explorer 7/8 */
    }
	
    .h500 {
        min-height: 400px;
    }

}

/* Larger than desktop */
@media (min-width: 1000px) {

    .header {
	    height: 7.5rem;
    }

    .signup .header, .location .header {
	    height: auto;
    }

    .header h2.logo a {
	    position: relative;
	    top:-1rem;
	    z-index: 10;
	    width: 175px;
	    height: 136px;
	    background: url(/Images/2/logofull_420px.png) no-repeat left top;
	    background-size: 175px 136px;
	    padding-top: 0;
    }
    
    .location .header h2.logo a {
	    position: static;
	    top:0;
	}

    .signup .header h2.logo a {
	    position: static;
    }

    .header nav.login ul li .button {
	    margin: 1.5rem 0 0 5%;
	    width: 18%;
    }
    
    .location .header nav.login ul li .button {
	    margin: 1rem 0 0 5%;
    }
    
	.location .header h4 {
		display: block;
		color: #87c540;
		text-align: right;
		font-family: 'Courgette', cursive;
		margin-top: 1rem;
	}    
    
    .banner h1 {
	    font-size: 3.5rem;	
	    margin-top: 4rem;
    }

    .home .main h1 {
	    font-size: 3.0rem; 
	    line-height: 1.3;
	    letter-spacing: -.1rem;
    }
    
	.main p.deliverydetails {
		font-size: 2.4rem;
    }

    .main .quotebox {
	    padding: 2rem;
    }

    .main .quotebox img {
	    margin-right: 2rem;	
    }

    .main .quotebox p {
	    font-size: 2.5rem;
	    line-height: 32px;
    }

    .main .quotebox p.byline {
	    font-size: 2rem;
    }
    
	.main .productlist a.button {
		background-color: #f9a131;
		background: url(/Images/2/icon-basket.png) no-repeat right center;
	  	background: url(/Images/2/icon-basket.png) no-repeat right center, linear-gradient(#f9a131, #fbbf21);
	}
    
    .main .schedulechoice-nondesktop {
		display: none;	
	}
	
	.main .schedulechoice-desktop {
		display: block;
	}

    .h500 {
        min-height: 500px;
    }

}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	
    .button span {
	    display: inline;
    }

    .header {
	    height: 9.5rem;
    }

    .signup .header {
	    height: auto;
    }

    .header h2.logo a {
	    position: relative;
	    top:-1rem;
	    z-index: 10;
	    width: 210px;
	    height: 163px;
	    background: url(/Images/2/logofull_420px.png) no-repeat left top;
	    background-size: 210px 163px;
	    padding-top: 0;
    }

    .header nav.login ul li .button {
	    margin-top: 3rem;
    }
    
    .location .header nav.login ul li .button {
	    margin-top: 1rem;
    }
    
	.header h4 {
		margin-top: 3.3rem;
	}    

    .banner h1 {
	    font-size: 4rem;	
    }
    
	.main p.deliverydetails {
		font-size: 2.8rem;
    }

    .main .ribbonbox {
	    min-height: 330px;
    }

    .main .ribbonbox h3 {
	    font-size: 3rem;
    }

    .main .ribbonbox h3 br {
	    display: block;
    }
    
    .main .ribbonbox.three p.description {
		margin-bottom: 21px;	    
    }
    
    .main .ribbonbox.four p.description {
		margin-bottom: 39px;	    
    }    
    
}