#homepagehero{
  float: right;
    background-image: url(/media/1325/greenbluebg.png);
    background-repeat: repeat-x;
    background-color: 000000;
    float: right;
    background-position: 0 0;
    background-size: contain;

  }

  #homepageherobody {width:100%; height:546px;}
 #themainimage {
   background-image: url('/media/1328/herovideo.png');
    width: 100%;
    min-height: 546px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
  }
.homehero {
  min-height: 546px;
  background-color: #007360;
}
section.top-banner {
    min-height: 523px;
}
.homecf {
  max-width: 100%;
  width: 100%;
}
.slick-slide {    background-color: #007360; min-height: 546px;}
@media (orientation:landscape )
{
  .slick-slide {      display: none;    float: left;    height: 100%;    min-height: 546px;}

}
@media (orientation:portrait ) and  (max-width:375px) and (max-height:812px)
{
  .slick-slide {     display: none;    float: left;    height: 100%;    max-height: 650px;}

}

@media  (max-width:845px)
{
  .slick-slide {     display: none;    float: left;    height: 100%;    min-height: 900px;}

}

.homeform {
  background: #71a095 color:#ffffff;
  text-align: center;
  padding:5%;
  height: 263px;
}

.contourField h2 {
  color: #ffffff;
}

.top-banner-content {
  left: 0px;
}

.top-banner-content h2 {
  font-size: 45px;
  line-height: 1.1em;
  margin: 0 0 0 0;
  padding:15% 0 0 0 ;
  max-width: 100%;

}

.top-banner-content p {
  font-size: 24px;
  max-width: 100%;
  padding: 18% 5%;
}

select {
  width: 100%;

}

.homeherotext {
  text-align: center;
  background-color: #21a484;
  color: #ffffff;
  /* padding: 0 0 4em 0;
  margin: 2em 0; */
  height: 263px;
  line-height: 1.8em;
  font-size: 20px;
}

/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */

.styled-select {
  height: 29px;
  overflow: hidden;
  width: 100%;
}

.styled-select select {
  /* background: transparent; */
  background: #fff;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 100%;
}

.styled-select.slate {
  height: 40px;
  width: 100%;
}

.styled-select.slate select {
  border: 0px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  height: 40px;
  width: 100%;
  font-family: : "agenda", "Gill sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Lucida Grande", Roboto, sans-serif;
}
  select {  font-family: : "agenda", "Gill sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Lucida Grande", Roboto, sans-serif;
}
fieldset input[type="text"] {
    width: 80%;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    border-color: transparent;
}
/* fieldset input[type="button"] {
    width: 25%;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    border-color: transparent;
} */
fieldset input[type="button"] {
    width: 100%;
    padding: 10px;
    border-radius:5px;
    border-color: #fff;
    background-color:  #007360;
    color: #fff;

}

fieldset { padding:10px 15%;}
/* -------------------- Rounded Corners */

.rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.semi-square {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* -------------------- Colors: Background */

.slate {
  /* background-color: #fff; */
}

.green {
  background-color: #779126;
}

.blue {
  background-color: #3b8ec2;
}

.yellow {
  background-color: #eec111;
}

.black {
  background-color: #000;
}

/* -------------------- Colors: Text */

.slate select {
color: #007360;
font-weight: bold;
}

.green select {
  color: #fff;
}

.blue select {
  color: #fff;
}

.yellow select {
  color: #000;
}

.black select {
  color: #fff;
}

/* -------------------- Select Box Styles: danielneumann.com Method */

/* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */

#mainselection select {
  border: 0;
  color: #EEE;
  background: transparent;
  font-size: 20px;
  font-weight: bold;
  padding: 2px 10px;
  width: 378px;
  *width: 350px;
  *background: #58B14C;
  -webkit-appearance: none;
}

#mainselection {
  overflow: hidden;
  width: 350px;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  border-radius: 9px 9px 9px 9px;
  box-shadow: 1px 1px 11px #330033;
  background: #58B14C url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;
}

/* -------------------- Select Box Styles: stackoverflow.com Method */

/* -------------------- Source: http://stackoverflow.com/a/5809186 */

select#soflow, select#soflow-color {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  margin: 20px;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}

select#soflow-color {
  color: #fff;
  background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
  background-color: #779126;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-left: 15px;
}

.form-group { display: inline-flex; width:100%}
.form-control {
    display: inline-block;
}

.btn {
    display: inline-block;
}
.desktop {display:block;}
.mobile {display:none;}
#mobilehero {display: none}
/* @media (max-width:800px) and (orientation:landscape)  {.homecf{ height:900px;}} */
/* @media (max-width:568px) and (orientation:landscape) and (max-width:320px) {.homecf{ height:800px;}} */
@media (min-width:1000px) {
  section .top-banner .homehero {padding: 0px}
}
@media (max-width:960px) {
  section .top-banner{padding: 0}
  /* .homecf{ height:800px;} */
  .column { width: 100%; padding: 0;}
  .top-banner-content { padding :0;}
  /* .homeform { padding:0; order:1} */

.mobile {display:block;}
.top-banner-content p { font-size:19px; line-height:1.6em; padding: 3%}
  #homepagehero{

      background-image: url(/media/1329/herovideofull-m.png);
      background-size: cover;
      width:100%;
    }
    .column.fourth {width:100%;}
    .slick-slide {min-height: 1100px;}
  #homepageherobody {width:100%;  padding-top: 75%; height:auto; }

  .homeherotext {display: inline-block; height: 100%;}
#mobilehero {display: inline-block; width: 100%;}
  #desktophero { display:none}
#themainimage { display: none;}
  .top-banner-content h2 {
      font-size: 36px;
      line-height: 1.1em;
      margin: 0 0 0 0;
      padding: 15px;
      max-width: 100%;
  }

}
/* @media (max-width:767px) and (orientation:portrait) {
    .homecf{  height: 730px;
  }
}

@media (max-width:800px) and (orientation:portrait) {
    .homecf{  height: 830px;
  }
}
@media (max-width:900px) and (orientation:portrait) and (max-height:1023px) {
    .homecf{  height:830px;
  }
}
  @media (max-width:375px) and (max-height:812px) {

    .column{width:100%}
    .homecf{  height: 100%;
  }
  } */
@media ( max-width:1024px){

  fieldset { padding:10px 10px;}
}
/* ipad pro and small screen  media queries */
@media (orientation:portrait ) and  (max-width: 1500px)  and  ( min-width:1024px )
{
div[role="main"]
{    padding-top: 0px;}

section.top-banner {    min-height: 538px;}
/* fieldset input[type="button"] {    width: 30%;    padding: 0px;    border-radius: 0 5px 5px 0;    border-color: transparent;} */
}
/* ipad and small screen  media queries */

/*@media (orientation:portrait ) and  (max-width: 1023px)  and  ( min-width:768px )
{
div[role="main"]
{    padding-top: 50px;}*/

section.top-banner {    min-height: 464px;}
/* fieldset input[type="button"] {    width: 30%;    padding: 0px;    border-radius: 0 5px 5px 0;    border-color: transparent;} */
}
/* ipad and small screen  media queries */
@media  a  (orientation:landscape ) and  (max-width: 1500px)  and  ( min-width:768px )
{
div[role="main"]
{    padding-top: 0px;}

section.top-banner {    min-height: 538px;}
/* fieldset input[type="button"] {    width: 30%;    padding: 0px;    border-radius: 0 5px 5px 0;    border-color: transparent;} */
}


@media (orientation:portrait ) and  (max-width: 767px)  and  ( min-width:737px )
{
div[role="main"]
{    padding-top: 0px;}

}
@media  (max-width:680px) and (min-width:415px){
.slick-slide {min-height: 850px;}
}

@media  (max-width:414px){
.slick-slide {min-height: 700px;}
}




/* SCM - 08/2019 */
/**
 * CSS for FICOH Homepage 2019
 * @link https://sass-lang.com/
 */
/* Variables */
/* Common */
.container-new {
  max-width: 1836px;
  margin: 0 auto;
  padding: 0 40px; }

.font-agenda, .homehero-1 > h1 > strong, ul.homehero-quote > li:nth-child(-n+6) > a > strong, ul.homehero-quote > li:nth-child(n+7) > a > b {
  font-family: "agenda", "Gill sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Lucida Grande", Roboto, sans-serif; }

.inline-block {
  display: inline-block; }

/* Header */
header {
  clear: both;
}
header.global {
  background: #E9E9E9;
  padding: 11px 0; }

.header-logo {
  margin: 0; }
  .header-logo > a {
    display: block;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }
    .header-logo > a > img {
      width: 287px; }
    .header-logo > a:hover {
      opacity: .6; }

nav.nav-menu-primary {
  
  float: right;
  margin: 12px 0 0; }
  nav.nav-menu-primary > ul {
    font-size: 20px; }
    nav.nav-menu-primary > ul > li {
      display: inline-block;
      font-weight: 600; }
      nav.nav-menu-primary > ul > li:nth-child(-n+4) {
        margin: 0 60px 0 0; }
        nav.nav-menu-primary > ul > li:nth-child(-n+4) > a {
          color: #636363;
          letter-spacing: .04em;
          text-transform: uppercase; }
          nav.nav-menu-primary > ul > li:nth-child(-n+4) > a:hover {
            color: #007360; }
      nav.nav-menu-primary > ul > li:nth-child(6) {
        margin: 0 22px 0 0; }
        nav.nav-menu-primary > ul > li:nth-child(6) > a {
          color: #007360;
          border: 2px solid #007360;
          border-radius: 10px;
          display: inline-block;
          letter-spacing: .02em;
          padding: 4px 16px 2px; }
          nav.nav-menu-primary > ul > li:nth-child(6) > a > svg {
            width: 19px;
            height: 19px;
            position: relative;
            top: 2px;
            margin: 0 6px 0 0;
            vertical-align: baseline;
            fill: #007360; }
          nav.nav-menu-primary > ul > li:nth-child(6) > a:hover {
            background: #007360;
            color: #fff; }
            nav.nav-menu-primary > ul > li:nth-child(6) > a:hover > svg {
              fill: #fff; }
        nav.nav-menu-primary > ul > li:nth-child(6) > a, nav.nav-menu-primary > ul > li:nth-child(6) > a > svg {
          -webkit-transition: all .2s ease;
          transition: all .2s ease; }
      nav.nav-menu-primary > ul > li:last-child > a {
        background: #007360;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        letter-spacing: .06em;
        padding: 4px 16px 4px;
        text-transform: uppercase; }
        nav.nav-menu-primary > ul > li:last-child > a:hover {
          background: #7FBCD8; }
  a.highlight {
    font-size: smaller;
  }

.mobile-menu {
  left: auto;
  right: 15px;
  height: 36px;
  top: -webkit-calc(50% - 16px);
  top: calc(50% - 16px); }

.mobile-button-wrapper:after {
  left: 0;
  top: 24px;
  color: #777;
  font-size: 11px;
  z-index: -1; }

.mobile-button-wrapper.open {
  position: relative; }

button.menu-toggle {
  width: 32px;
  height: 36px;
  padding: 0; }
  button.menu-toggle > span {
    background: #666;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: 8px; }
    button.menu-toggle > span:before, button.menu-toggle > span:after {
      background: #666;
      height: 2px; }
    button.menu-toggle > span:before {
      top: -8px; }
    button.menu-toggle > span:after {
      top: 8px; }
  button.menu-toggle:hover {
    border: none;
    background: transparent; }

/* Hero */
section.homehero {
  position: relative;
  background: #ddd url('/media/1720/desktop-header.jpg') no-repeat center/cover;
  padding: 117px 0 65px;
}

.homehero-wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px; }

.homehero-1,
.homehero-2 {
  width: -webkit-calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin: 0 10px; }

.homehero-1 {
  text-align: center; }
  .homehero-1 > h1 {
    color: #fff;
    display: block;
    font-size: 26px;
    letter-spacing: .015em;
    margin: 0;
    position: static; 
	font-weight: 600;
	}
    .homehero-1 > h1 > strong {
      font-weight: 600;
      text-transform: uppercase; }
  .homehero-1 > p {
    font-size: 26px;
    margin: 288px 0 0; }
    .homehero-1 > p > a {
      width: 100%;
      max-width: 424px;
      border: none;
      border-radius: 8px;
      display: block;
      font-size: 22px;
      margin: 0 auto;
      padding: 12px 1em 18px 1em;
      text-transform: none; }
      .homehero-1 > p > a > span {
        width: 20px;
        height: 1em;
        display: inline-block;
        margin: 0 10px 0 0;
        overflow: visible;
        position: relative; }
        .homehero-1 > p > a > span:before {
          position: absolute;
          left: 0;
          top: -webkit-calc(50% - 6px);
          top: calc(50% - 6px);
          content: "\f107";
          font-family: "icomoon";
          font-size: 28px; }
      .homehero-1 > p > a:hover {
        border: none; }

.homehero-2 > section > h2 {
  color: #fff;
  font-size: 48px;
  margin: 0;
  text-align: center; }

ul.homehero-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 26px;
  line-height: 1.3;
  list-style: none;
  margin: 0 -10px;
  padding: 0; 
  width: 690px;
  }
  ul.homehero-quote > li {
    /*width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);*/
	width: 325px;
    text-align: center; }
    ul.homehero-quote > li > a {
      display: block; }
    ul.homehero-quote > li:nth-child(-n+6) {
      margin: 15px 7px 0; }
      ul.homehero-quote > li:nth-child(-n+6) > a {
        background: #fff;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        color: #007360;
        text-transform: uppercase;
        -webkit-transition: opacity .2s;
        transition: opacity .2s; 
		padding-top: 30px;
        height: 124px;
        padding-left: 13px;
        width: 325px;
        font-size: 20px;
		}
        ul.homehero-quote > li:nth-child(-n+6) > a > img {
          margin: 0 0 10px; }
        ul.homehero-quote > li:nth-child(-n+6) > a > strong {
          font-weight: 700; }
	ul.homehero-quote > li:nth-child(-n+6) > a.businessowner {
	    /*padding: 40px 20px 36px 20px;*/
	}
    ul.homehero-quote > li:nth-child(n+7) {
      margin: 56px 7px 0; }
      ul.homehero-quote > li:nth-child(n+7) > a {
        /* height: 54px; */
		font-size: 22px;
        background: #007360;
        border-radius: 8px;
        color: #fff;
        padding: 14px 10px 12px;
        text-transform: uppercase;
		font-size: 22px;
		}
        ul.homehero-quote > li:nth-child(n+7) > a > b {
          font-weight: 600; }
        ul.homehero-quote > li:nth-child(n+7) > a:hover {
          background: #7FBCD8; }

.home-form-icon {
    float: left;
    padding-left: 20px;
}
.home-form-icon img {
    height: 60px;
}
.home-form-label {
	height: 60px;
    text-align: left;
    padding-left: 20px;
    vertical-align: middle;
    display: table-cell;
}
.home-form-open.autohome {
    padding-top: 22px !important;
}
.home-form-open.autohome img {
    height: 80px;
}
.home-form-open.firsttrack .home-form-label {
	padding-left: 13px;
}
.home-form-open.firsttrack img {
    height: unset !important;
    width: 80px;
    margin-left: -5px;
    margin-top: 4px;
}

form.home-contact {
  position: absolute;
  width: 54%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #007360;
  display: none; }

.home-contact-inner {
  position: relative;
  margin: 0 auto;
  max-width: 796px;
  padding: 80px 20px 20px; }
  .home-contact-inner > h1 {
    position: static;
    color: #fff;
    display: block;
    font-size: 48px;
    letter-spacing: .02em;
    margin: 0;
    text-align: center; }
    .home-contact-inner > h1 > img {
      margin: 0 10px 0 0;
      vertical-align: baseline; }
  .home-contact-inner > .g-recaptcha {
    margin: 30px 0 0; }
    .home-contact-inner > .g-recaptcha > div {
      margin: 0 auto; }
  .home-contact-inner > p:last-child {
    margin: -20px 0 0;
    text-align: center; }
    .home-contact-inner > p:last-child button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: #21A484;
      border-radius: 8px;
	  border: none;
      color: #fff;
      font-size: 26px;
      letter-spacing: .06em;
      outline: none;
      padding: 6px 10px 4px;
      text-transform: uppercase;
      width: 100%;
      height: 54px;
      max-width: 424px; }
	  .home-contact-inner > p:last-child button:hover {
		  background: #7FBCD8;
		  border: #7FBCD8;
	  }
      .home-contact-inner > p:last-child button:focus {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        outline: none; }

button.home-contact-close {
  position: absolute;
  right: 0;
  top: 50px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  outline: 0;
  padding: 0; }
  button.home-contact-close > span {
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    display: block; }
    button.home-contact-close > span:first-child {
      -webkit-transform: rotate(45deg) translate(2px, 2px);
          -ms-transform: rotate(45deg) translate(2px, 2px);
              transform: rotate(45deg) translate(2px, 2px); }
    button.home-contact-close > span:last-child {
      -webkit-transform: rotate(-45deg) translate(1px, -1px);
          -ms-transform: rotate(-45deg) translate(1px, -1px);
              transform: rotate(-45deg) translate(1px, -1px); }

.home-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -10px 0; }
  .home-contact-wrap > p {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px 10px 0; }
    .home-contact-wrap > p > label {
      display: block;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      margin: 0 0 5px; }
      .home-contact-wrap > p > label > abbr {
        border: none;
        color: #21A484;
        text-decoration: none; }
    .home-contact-wrap > p > input {
      width: 100%;
      border: none;
      display: block;
      font-family: "agenda", "Gill sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Lucida Grande", Roboto, sans-serif;
      font-size: 20px;
      outline: none;
      padding: 10px 10px 7px; }
    .home-contact-wrap > p > .styled-select {
      position: relative;
      display: block;
      height: 43px; }
      .home-contact-wrap > p > .styled-select > select, .umbraco-forms-field select {
        height: 43px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background: #fff;
        border: none;
        border-radius: 6px;
        color: #000;
        font-size: 20px;
        font-weight: 600;
        outline: none;
        padding: 0 16px; }
	  .home-contact-wrap > p > .styled-select:before, select:before {
		  content: "";
          position: absolute;
          z-index: -1;
	  }
      .home-contact-wrap > p > .styled-select:after, select:after {
        position: absolute;
        right: 16px;
        top: 2px;
        display: block;
        color: #007360;
        content: "\f107";
        font-family: "icomoon";
        font-size: 28px; }
		
		.umbraco-forms-field select {
			background-image: url(/images/homepage/drop-down-arrow.png);
			background-color: #fff;
			background-position: right 8px center;
			background-repeat: no-repeat;
			background-size: 28px;
		}


.home-form-open .mobile {
	display: none;
}
			
/* Media Query */
/* Full */
@media (max-width: 1920px) {
section.homehero {
  position: relative;
  background: #ddd url('/media/1720/desktop-header.jpg') no-repeat center/cover;
}

/* Media Query */
/* Smaller laptop */
@media (max-width: 1440px) {
  /* Header */
  nav.nav-menu-primary > ul {
    font-size: 16px; }
    nav.nav-menu-primary > ul > li:nth-child(-n+4) {
      margin: 0 30px 0 0; }
  /* Hero */
  .homehero-1 > h1 {
    font-size: 28px; }
  .homehero-1 > p {
    font-size: 18px; }
  .homehero-2 > section > h2 {
    font-size: 36px; }
  /*ul.homehero-quote > li:nth-child(-n+4) {
    font-size: 20px; }*/
 　ul.homehero-quote > li > a.businessowner {
    /*padding: 45px 20px 40px 20px;*/
  }
  /*ul.homehero-quote > li:nth-child(n+5) {
    font-size: 18px; }*/
    ul.homehero-quote > li:nth-child(n+7) > a {
      /* padding: 13px 10px 1px;
      height: 45px; */ }
  .home-contact-inner > h1 {
    font-size: 36px; }
  .home-contact-inner > p:last-child button {
    font-size: 20px;
    height: 48px; }
  button.home-contact-close {
    right: 8px; }
  .home-contact-wrap > p > label {
    font-size: 16px; }
  .home-contact-wrap > p > input {
    font-size: 16px; }
  .home-contact-wrap > p > .styled-select > select {
    font-size: 16px; } 
  section.homehero {
    padding: 103px 0 35px;
    background-position: 0;
	background-image: url('/media/1720/desktop-header.jpg');
  }
}

/* Tablet */
@media (max-width: 1024px) {
  form.home-contact {
    position: fixed;
    width: auto;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    overflow: auto;
    z-index: 190; }
  /* Hero */
  .homehero-1 > p {
    margin: 180px 0 0; }
  ul.homehero-quote > li:nth-child(-n+6) {
    font-size: 16px; }
    ul.homehero-quote > li:nth-child(-n+6) > a {
      padding: 20px 0; }
      ul.homehero-quote > li:nth-child(-n+6) > a > img {
        width: 64px; }
  ul.homehero-quote > li:nth-child(-n+6) > a.businessowner {
    padding: 20px; /*45px 20px 40px 20px;*/
  }
  ul.homehero-quote > li:nth-child(n+7) {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    font-size: 16px;
    margin: 16px 10px 0; }
    ul.homehero-quote > li:nth-child(n+7) > a {
      max-width: 316px;
      margin: 0 auto;
      /*padding: 14px 10px 12px;*/
	  }
  ul.homehero-quote > li:nth-child(7) {
    margin-top: 40px; }
  section.homehero {
    background-position: 0;
    background-image: url('/media/1727/mobile-header.jpg');
  }
}

/* Smartphones */
@media (max-width: 800px) {

  fieldset .row-fluid > div.span6 {
     width: unset;
  }
  .contour input[type="submit"] {
    width: 96% !important;
  }
  form .row-fluid {
    display: unset;
  }
  .umbraco-forms-field.contactpreference {
    margin-top: 10px !important;
  }
  .home-contact-wrap > p > .styled-select > select, .umbraco-forms-field select {
	  position: relative;
      width: 95%;
  }

 .home-form-open .mobile {
	display: inline-block;
  }
  .home-form-open .full {
	display: none;
  }
  .home-form-open.autohome img {
    height: 40px;
  }
  /* Common */
  div[role="main"] {
    padding-top: 0; }
  .container-new {
    max-width: 670px;
    padding: 0; }
  /* Header */
  header.global {
    padding: 9px 0; 
	z-index: 1;
	
	}
  .header-logo {
    width: 202px !important; }
    .header-logo > a > img {
      width: 202px; }
  nav.nav-menu-primary {
    display: none; }
  /* Hero */
  .homehero-wrap {
    display: block;
    margin: 0; }
  .homehero-1,
  .homehero-2 {
	max-width: 100%;
    width: 100%;
    margin: 0; }
  .homehero-1 > h1 {
    font-size: 18px; }
  .homehero-1 > p {
    font-size: 16px;
    margin: 47% 0 0; }
    .homehero-1 > p > a {
      max-width: 315px;
      font-size: medium; }
      .homehero-1 > p > a > span {
        width: 16px; }
        .homehero-1 > p > a > span:before {
          top: -webkit-calc(50% - 5px);
          top: calc(50% - 5px);
          font-size: 22px; }
  .homehero-2 {
    margin: 40px 0 0; 
	padding-left: 5px;
    padding-right: 5px;
  }
    .homehero-2 > section > h2 {
      font-size: 24px; }
  ul.homehero-quote {
    margin: 0 -10px; }
    ul.homehero-quote > li:nth-child(-n+6) {
      width: calc(50% - 10px);
      font-size: 16px;
      margin: 8px 4px 0;
	  }
      ul.homehero-quote > li:nth-child(-n+6) > a {
		background: #fff;
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		color: #007360;
		text-transform: uppercase;
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
		padding-top: 25px;
		height: unset !important;
		padding-left: 0 !important;
		width: 100%;
		font-size: 18px;
		text-align: center;
		height: 140px !important;
	  }
	 
	.home-form-icon img {
        height: 40px;
    }
	  
	home-form-open.firsttrack img {
        height: unset !important;
        width: 84px;
        margin-left: unset;
        margin-top: unset;
    }
	.home-form-open.firsttrack img {
        height: unset !important;
        width: 58px;
        margin-left: 0;
        margin-top: 0;
    }
	.home-form-open.firsttrack .home-form-label {
        padding-left: unset;
    }
	  
	ul.homehero-quote {
        margin: 0;
		padding: 0;
        width: 100%;
    }

    	
	.home-form-icon {
			float: unset;
			padding-left: 0;
	}
		
	.home-form-label {
		height: unset;
		text-align: center;
		padding-left: 0;
		vertical-align: unset;
		display: inline-block;
		margin-top: 10px;
	}



        ul.homehero-quote > li:nth-child(-n+6) > a > img {
          width: 38px; }
	  ul.homehero-quote > li:nth-child(-n+6) > a.businessowner {
		padding-left: 0;
		padding-right: 0;
      }
    ul.homehero-quote > li:nth-child(n+7) {
      width: -webkit-calc(100% - 8px);
      width: calc(100% - 8px);
      height: 40px;
      font-size: 16px;
      margin: 16px 4px 0; }
      ul.homehero-quote > li:nth-child(n+7) > a {
        max-width: 316px;
        margin: 0 auto;
        padding: 14px 10px 12px; 
        font-size: medium }
    ul.homehero-quote > li:nth-child(7) {
      margin-top: 20px; }
  .home-contact-inner {
    padding: 50px 15px 20px; }
    .home-contact-inner > h1 {
      font-size: 24px; }
      .home-contact-inner > h1 > img {
        width: 28px; }
    .home-contact-inner > .g-recaptcha {
      margin: 40px 0 0; }
  button.home-contact-close {
    right: 10px;
    top: 10px; }
  .home-contact-wrap {
    display: block;
    margin: 20px 0; }
    .home-contact-wrap > p {
      width: auto;
      margin: 10px 0 0; } 
  section.homehero {
    padding: 0 0 50px;
    background-color: #9cc14d;
    background-position: 0 50px;
    background-image: url('/media/1727/mobile-header.jpg');
    background-size: contain;
  }
  .homehero-1 > h1 {
    position: relative;
    padding-top: 45%;
  }
}
